r8312: fixed some heimdal header checks from watching the build farm failures
[ira/wip.git] / source4 / 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 #include <sys/socket.h>
17
18
19 typedef socklen_t krb5_socklen_t;
20 #include <unistd.h>
21 typedef ssize_t krb5_ssize_t;
22
23 #endif /* __krb5_types_h__ */