]> git.sur5r.net Git - openldap/blob - include/portable.h.in
1a54a2017d147d24242b3f8fbeb21d52650e79cb
[openldap] / include / portable.h.in
1 /* include/portable.h.in.  Generated automatically from configure.in by autoheader.  */
2 /*
3  * Copyright (c) 1994 Regents of the University of Michigan.
4  * All rights reserved.
5  *
6  * Redistribution and use in source and binary forms are permitted
7  * provided that this notice is preserved and that due credit is given
8  * to the University of Michigan at Ann Arbor. The name of the University
9  * may not be used to endorse or promote products derived from this
10  * software without specific prior written permission. This software
11  * is provided ``as is'' without express or implied warranty.
12  */
13
14 #ifndef _LDAP_PORTABLE_H
15 #define _LDAP_PORTABLE_H
16
17
18 /* Define to empty if the keyword does not work.  */
19 #undef const
20
21 /* Define to the type of elements in the array set by `getgroups'.
22    Usually this is either `int' or `gid_t'.  */
23 #undef GETGROUPS_T
24
25 /* Define to `int' if <sys/types.h> doesn't define.  */
26 #undef gid_t
27
28 /* Define if you don't have vprintf but do have _doprnt.  */
29 #undef HAVE_DOPRNT
30
31 /* Define if your struct stat has st_blksize.  */
32 #undef HAVE_ST_BLKSIZE
33
34 /* Define if you have the strftime function.  */
35 #undef HAVE_STRFTIME
36
37 /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
38 #undef HAVE_SYS_WAIT_H
39
40 /* Define if you have the vprintf function.  */
41 #undef HAVE_VPRINTF
42
43 /* Define if you have the wait3 system call.  */
44 #undef HAVE_WAIT3
45
46 /* Define to `int' if <sys/types.h> doesn't define.  */
47 #undef mode_t
48
49 /* Define to `long' if <sys/types.h> doesn't define.  */
50 #undef off_t
51
52 /* Define to `int' if <sys/types.h> doesn't define.  */
53 #undef pid_t
54
55 /* Define as the return type of signal handlers (int or void).  */
56 #undef RETSIGTYPE
57
58 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
59 #undef size_t
60
61 /* Define if you have the ANSI C header files.  */
62 #undef STDC_HEADERS
63
64 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
65 #undef TIME_WITH_SYS_TIME
66
67 /* Define if your <sys/time.h> declares struct tm.  */
68 #undef TM_IN_SYS_TIME
69
70 /* Define to `int' if <sys/types.h> doesn't define.  */
71 #undef uid_t
72
73 /* define this if sys_errlist is not defined in stdio.h or errno.h */
74 #undef DECL_SYS_ERRLIST
75
76 /* define this you have crypt */
77 #undef HAVE_CRYPT
78
79 /* define this for connectionless LDAP support */
80 #undef LDAP_CONN_LESS
81
82 /* define this to remove -lldap cache support */
83 #undef LDAP_NOCACHE
84
85 /* define this for phonetic support */
86 #undef LDAP_PHONETIC
87
88 /* define this for LDAP referrals support */
89 #undef LDAP_REFERRALS
90
91 /* define this to use SLAPD shell backend */
92 #undef LDAP_SHELL
93
94 /* define this to use SLAPD passwd backend */
95 #undef LDAP_PASSWD
96
97 /* define this to use SLAPD LDBM backend */
98 #undef LDAP_LDBM
99
100 /* define this to use DBBTREE w/ LDBM backend */
101 #undef LDBM_USE_DBBTREE
102
103 /* define this to use DBHASH w/ LDBM backend */
104 #undef LDBM_USE_DBHASH
105
106 /* define this to use GDBM w/ LDBM backend */
107 #undef LDBM_USE_GDBM
108
109 /* define this to use NDBM w/ LDBM backend */
110 #undef LDBM_USE_NDBM
111
112 /* Define if you have the gethostname function.  */
113 #undef HAVE_GETHOSTNAME
114
115 /* Define if you have the gettimeofday function.  */
116 #undef HAVE_GETTIMEOFDAY
117
118 /* Define if you have the memcpy function.  */
119 #undef HAVE_MEMCPY
120
121 /* Define if you have the mktime function.  */
122 #undef HAVE_MKTIME
123
124 /* Define if you have the select function.  */
125 #undef HAVE_SELECT
126
127 /* Define if you have the socket function.  */
128 #undef HAVE_SOCKET
129
130 /* Define if you have the strdup function.  */
131 #undef HAVE_STRDUP
132
133 /* Define if you have the strerror function.  */
134 #undef HAVE_STRERROR
135
136 /* Define if you have the strrchr function.  */
137 #undef HAVE_STRRCHR
138
139 /* Define if you have the strstr function.  */
140 #undef HAVE_STRSTR
141
142 /* Define if you have the strtod function.  */
143 #undef HAVE_STRTOD
144
145 /* Define if you have the strtol function.  */
146 #undef HAVE_STRTOL
147
148 /* Define if you have the strtoul function.  */
149 #undef HAVE_STRTOUL
150
151 /* Define if you have the <dirent.h> header file.  */
152 #undef HAVE_DIRENT_H
153
154 /* Define if you have the <fcntl.h> header file.  */
155 #undef HAVE_FCNTL_H
156
157 /* Define if you have the <limits.h> header file.  */
158 #undef HAVE_LIMITS_H
159
160 /* Define if you have the <malloc.h> header file.  */
161 #undef HAVE_MALLOC_H
162
163 /* Define if you have the <ndir.h> header file.  */
164 #undef HAVE_NDIR_H
165
166 /* Define if you have the <sgtty.h> header file.  */
167 #undef HAVE_SGTTY_H
168
169 /* Define if you have the <stddef.h> header file.  */
170 #undef HAVE_STDDEF_H
171
172 /* Define if you have the <sys/dir.h> header file.  */
173 #undef HAVE_SYS_DIR_H
174
175 /* Define if you have the <sys/file.h> header file.  */
176 #undef HAVE_SYS_FILE_H
177
178 /* Define if you have the <sys/ioctl.h> header file.  */
179 #undef HAVE_SYS_IOCTL_H
180
181 /* Define if you have the <sys/ndir.h> header file.  */
182 #undef HAVE_SYS_NDIR_H
183
184 /* Define if you have the <sys/time.h> header file.  */
185 #undef HAVE_SYS_TIME_H
186
187 /* Define if you have the <syslog.h> header file.  */
188 #undef HAVE_SYSLOG_H
189
190 /* Define if you have the <termio.h> header file.  */
191 #undef HAVE_TERMIO_H
192
193 /* Define if you have the <unistd.h> header file.  */
194 #undef HAVE_UNISTD_H
195
196 /* Define if you have the compat library (-lcompat).  */
197 #undef HAVE_LIBCOMPAT
198
199 #ifdef HAVE_STDDEF_H
200 #       include <stddef.h>
201 #endif
202
203 #include "bridge.h"
204
205 #endif /* _LDAP_PORTABLE_H */