r9136: made the 'AJAJ' code portable to IE and Opera
[samba.git] / source / heimdal_build / krb5-types.h
1 /* krb5-types.h -- this file was generated for i686-pc-linux-gnu by
2                    $Id: bits.c,v 1.23 2005/01/05 15:22:02 lha Exp $ */
3
4 #ifndef __krb5_types_h__
5 #define __krb5_types_h__
6
7 #if HAVE_INTTYPES_H
8 #include <inttypes.h>
9 #endif
10 #if HAVE_SYS_TYPES_H
11 #include <sys/types.h>
12 #endif
13 #if HAVE_SYS_BITYPES_H
14 #include <sys/bitypes.h>
15 #endif
16 #ifdef HAVE_SYS_SOCKET_H
17 #include <sys/socket.h>
18 #endif
19
20
21 typedef socklen_t krb5_socklen_t;
22 #include <unistd.h>
23 typedef ssize_t krb5_ssize_t;
24
25 #endif /* __krb5_types_h__ */