2 * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
5 * Redistribution and use in source and binary forms are permitted only
6 * as authorized by the OpenLDAP Public License. A copy of this
7 * license is available at http://www.OpenLDAP.org/license.html or
8 * in file LICENSE in the top-level directory of the distribution.
11 #ifndef _LDAP_PORTABLE_H
12 #define _LDAP_PORTABLE_H
18 /* define this if needed to get reentrant functions */
26 /* define this if needed to get threadsafe functions */
40 #ifndef _SGI_MP_SOURCE
44 /* define this if TIOCGWINSZ is defined in sys/ioctl.h */
45 #undef GWINSZ_IN_SYS_IOCTL
47 /* These are defined in ldap_features.h */
49 LDAP_API_FEATURE_X_OPENLDAP_REENTRANT
50 LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE
51 LDAP_API_FEATURE_X_OPENLDAP_V2_DNS
52 LDAP_API_FEATURE_X_OPENLDAP_V2_KBIND
53 LDAP_API_FEATURE_X_OPENLDAP_V2_REFERRALS
56 /* These are defined in lber_types.h */
64 /* define to character address type */
67 /* define to signed size type */
71 /* Leave that blank line there!! Autoheader needs it. */
75 /* begin of postamble */
78 /* don't suck in all of the win32 api */
79 # define WIN32_LEAN_AND_MEAN 1
82 #ifndef __NEED_PROTOTYPES
83 /* force LDAP_P to always include prototypes */
84 #define __NEED_PROTOTYPES 1
91 #if defined(LDAP_DEVEL) && !defined(LDAP_TEST)
94 #if defined(LDAP_TEST) && !defined(LDAP_DEBUG)
98 #include "ldap_cdefs.h"
99 #include "ldap_features.h"
101 #include "ac/assert.h"
103 #endif /* _LDAP_PORTABLE_H */