]> git.sur5r.net Git - openldap/blob - include/portable.h.nt
autoconf update
[openldap] / include / portable.h.nt
1 /* include/portable.h.nt -- manually updated of MS NT (MS VC5) */
2 /* synced with portable.h.in 1.5 */
3 /*
4 Copyright 1998 The OpenLDAP Foundation, Redwood City, California, USA
5 All rights reserved.
6
7 Redistribution and use in source and binary forms are permitted only
8 as authorized by the OpenLDAP Public License.  A copy of this
9 license is available at http://www.OpenLDAP.org/license.html or
10 in file LICENSE in the top-level directory of the distribution.
11
12 This work is derived from the University of Michigan LDAP v3.3
13 distribution.  Information concerning is available at
14     http://www.umich.edu/~dirsvcs/ldap/ldap.html.
15
16 This work also contains materials derived from public sources.
17
18 ---
19
20 Portions Copyright (c) 1992-1996 Regents of the University of Michigan.
21 All rights reserved.
22
23 Redistribution and use in source and binary forms are permitted
24 provided that this notice is preserved and that due credit is given
25 to the University of Michigan at Ann Arbor. The name of the University
26 may not be used to endorse or promote products derived from this 
27 software without specific prior written permission. This software
28 is provided ``as is'' without express or implied warranty.
29  
30 */
31
32 #ifndef _LDAP_PORTABLE_H
33 #define _LDAP_PORTABLE_H
34
35 /* we installed Henry Spencer's REGEX */
36 #define HAVE_REGEX_H 1
37
38 /* win32 specific stuff */
39 #define strcasecmp      stricmp
40 #define strncasecmp     strnicmp
41 #define strdup          _strdup
42
43 /* define type for caddr_t */
44 typedef char * caddr_t;
45
46 /* we have winsock2 */
47 #define HAVE_WINSOCK2 1
48
49 /* we have winsock */
50 #define HAVE_WINSOCK 1
51
52 /* we have <io.h> */
53 #define HAVE_IO_H 1
54
55 /* we have <process.h> */
56 #define HAVE_PROCESS_H 1
57
58 /* --------------------------------------------------- */
59
60 /* Define if on AIX 3.
61    System headers sometimes define this.
62    We just want to avoid a redefinition error message.  */
63 #ifndef _ALL_SOURCE
64 /* #undef _ALL_SOURCE */
65 #endif
66
67 /* Define to empty if the keyword does not work.  */
68 /* #undef const */
69
70 /* Define to the type of elements in the array set by `getgroups'.
71    Usually this is either `int' or `gid_t'.  */
72 /* #undef GETGROUPS_T */
73
74 /* Define to `int' if <sys/types.h> doesn't define.  */
75 #define gid_t long
76
77 /* Define if you don't have vprintf but do have _doprnt.  */
78 /* #undef HAVE_DOPRNT */
79
80 /* Define if your struct stat has st_blksize.  */
81 /* #undef HAVE_ST_BLKSIZE */
82
83 /* Define if you have the strftime function.  */
84 #define HAVE_STRFTIME 1
85
86 /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
87 /* #undef HAVE_SYS_WAIT_H */
88
89 /* Define if you have the vprintf function.  */
90 #define HAVE_VPRINTF 1
91
92 /* Define if you have the wait3 system call.  */
93 /* #undef HAVE_WAIT3 */
94
95 /* Define if on MINIX.  */
96 /* #undef _MINIX */
97
98 /* Define to `int' if <sys/types.h> doesn't define.  */
99 #define mode_t int
100
101 /* Define to `long' if <sys/types.h> doesn't define.  */
102 /* #undef off_t */
103
104 /* Define to `int' if <sys/types.h> doesn't define.  */
105 #define pid_t int
106
107 /* Define if the system does not provide POSIX.1 features except
108    with this defined.  */
109 /* #undef _POSIX_1_SOURCE */
110
111 /* Define if you need to in order for stat and other things to work.  */
112 /* #undef _POSIX_SOURCE */
113
114 /* Define as the return type of signal handlers (int or void).  */
115 #define RETSIGTYPE void
116
117 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
118 /* #undef size_t */
119
120 /* Define if you have the ANSI C header files.  */
121 #define STDC_HEADERS 1
122
123 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
124 /* #undef TIME_WITH_SYS_TIME */
125
126 /* Define if your <sys/time.h> declares struct tm.  */
127 /* #undef TM_IN_SYS_TIME */
128
129 /* Define to `int' if <sys/types.h> doesn't define.  */
130 #define uid_t long
131
132 /* define this if toupper() requires tolower() */
133 #define C_UPPER_LOWER
134
135 /* define this if sys_errlist is not defined in stdio.h or errno.h */
136 /* #undef DECL_SYS_ERRLIST */
137
138 /* define if you have berkeley db */
139 /* #undef HAVE_BERKELEY_DB */
140
141 /* define if you have berkeley db2 */
142 /* #undef HAVE_BERKELEY_DB2 */
143
144 /* define if you have crypt */
145 /* #undef HAVE_CRYPT */
146
147 /* define if you have DCE */
148 /* #undef HAVE_DCE */
149
150 /* define if you have GDBM */
151 /* #undef HAVE_GDBM */
152
153 /* define if you have Kerberos */
154 /* #undef HAVE_KERBEROS */
155
156 /* define if you have LinuxThreads */
157 /* #undef HAVE_LINUX_THREADS */
158
159 /* define if you have Sun LWP (SunOS style) */
160 /* #undef HAVE_LWP */
161
162 /* define if you have -lncurses */
163 /* #undef HAVE_NCURSES */
164
165 /* define if you have NDBM */
166 /* #undef HAVE_NDBM */
167
168 /* define if you have Mach CThreads */
169 /* #undef HAVE_MACH_CTHREADS */
170
171 /* define if you have a preemptive POSIX Threads implementation */
172 /* #undef HAVE_PREEMPTIVE_PTHREADS */
173
174 /* define if you have POSIX Threads */
175 /* #undef HAVE_PTHREADS */
176
177 /* define if your POSIX Threads implementatin is circa Draft 4 */
178 /* #undef HAVE_PTHREADS_D4 */
179
180 /* define if you have sched_yield() */
181 #ifdef __notdef__
182 /* see second sched_yield define */
183 /* #undef HAVE_SCHED_YIELD */
184 #endif
185
186 /* define if you have setproctitle() */
187 #undef HAVE_SETPROCTITLE
188
189 /* define if you have -lwrap */
190 /* #undef HAVE_TCPD */
191
192 /* define if you have -ltermcap */
193 /* #undef HAVE_TERMCAP */
194
195 /* define if you have Solaris LWP Threads */
196 /* #undef HAVE_THR */
197
198 /* define this for connectionless LDAP support */
199 /* #undef LDAP_CONNECTIONLESS */
200
201 /* define this to add debugging code */
202 #define LDAP_DEBUG 1
203
204 /* define this for LDAP DNS support */
205 /* #undef LDAP_DNS */
206
207 /* define this to remove -lldap cache support */
208 /* #undef LDAP_NOCACHE */
209
210 /* define this for LDAP process title support */
211 /* #undef LDAP_PROCTITLE */
212
213 /* define this for LDAP referrals support */
214 #define LDAP_REFERRALS 1
215
216 /* define this for LDAP User Interface support */
217 /* #undef LDAP_LIBUI */
218
219 /* define this to use DBBTREE w/ LDBM backend */
220 /* #undef LDBM_USE_DBBTREE */
221
222 /* define this to use DBHASH w/ LDBM backend */
223 /* #undef LDBM_USE_DBHASH */
224
225 /* define this if you want no termcap support */
226 #define NO_TERMCAP 1
227
228 /* define this if you want no thread support */
229 #define NO_THREADS 1
230
231 /* define this if the thread package is preemptive */
232 #define PREEMPTIVE_THREADS 1
233
234 /* define this for ACL Group support */
235 #define SLAPD_ACLGROUPS
236
237 /* define this for crypt(3) password support */
238 /* #undef SLAPD_CRYPT */
239
240 /* define this to use SLAPD LDBM backend */
241 /* #undef SLAPD_LDBM */
242
243 /* define this for MD5 password support */
244 #define SLAPD_MD5 1
245
246 /* define this to use SLAPD passwd backend */
247 /* #undef SLAPD_PASSWD */
248
249 /* define this for phonetic support */
250 /* #undef SLAPD_PHONETIC */
251
252 /* define this for Reverse Lookup support */
253 #define SLAPD_RLOOKUPS 1
254
255 /* define this for SHA1 password support */
256 #define SLAPD_SHA1 1
257
258 /* define this to use SLAPD shell backend */
259 /* #undef SLAPD_SHELL */
260
261 /* Define if you have the bcopy function.  */
262 /* #undef HAVE_BCOPY */
263
264 /* Define if you have the flock function.  */
265 /* #undef HAVE_FLOCK */
266
267 /* Define if you have the getdtablesize function.  */
268 /* #undef HAVE_GETDTABLESIZE */
269
270 /* Define if you have the gethostname function.  */
271 #define HAVE_GETHOSTNAME 1
272
273 /* define if you have the getopt function */
274 /* #undef HAVE_GETOPT */
275
276 /* Define if you have the gettimeofday function.  */
277 /* #undef HAVE_GETTIMEOFDAY */
278
279 /* Define if you have the lockf function.  */
280 /* #undef HAVE_LOCKF */
281
282 /* Define if you have the memcpy function.  */
283 #define HAVE_MEMCPY 1
284
285 /* Define if you have the memmove function.  */
286 #define HAVE_MEMMOVE 1
287
288 /* Define if you have the mkstemp function.  */
289 /* #undef HAVE_MKSTEMP */
290
291 /* Define if you have the mktime function.  */
292 #define HAVE_MKTIME 1
293
294 /* Define if you have the pthread_kill function.  */
295 /* #undef HAVE_PTHREAD_KILL */
296
297 /* Define if you have the pthread_yield function.  */
298 /* #undef HAVE_PTHREAD_YIELD */
299
300 /* Define if you have the sched_yield function.  */
301 /* #undef HAVE_SCHED_YIELD */
302
303 /* Define if you have the select function.  */
304 #define HAVE_SELECT 1
305
306 /* Define if you have the setpwfile function.  */
307 /* #undef HAVE_SETPWFILE */
308
309 /* Define if you have the setsid function.  */
310 /* #undef HAVE_SETSID */
311
312 /* Define if you have the signal function.  */
313 #define HAVE_SIGNAL 1
314
315 /* Define if you have the sigset function.  */
316 /* #undef HAVE_SIGSET */
317
318 /* Define if you have the socket function.  */
319 #define HAVE_SOCKET 1
320
321 /* Define if you have the strdup function.  */
322 #define HAVE_STRDUP 1
323
324 /* Define if you have the strerror function.  */
325 #define HAVE_STRERROR 1
326
327 /* Define if you have the strrchr function.  */
328 #define HAVE_STRRCHR 1
329
330 /* Define if you have the strsep function.  */
331 /* #undef HAVE_STRSEP */
332
333 /* Define if you have the strstr function.  */
334 #define HAVE_STRSTR 1
335
336 /* Define if you have the strtod function.  */
337 #define HAVE_STRTOD 1
338
339 /* Define if you have the strtol function.  */
340 #define HAVE_STRTOL 1
341
342 /* Define if you have the strtoul function.  */
343 #define HAVE_STRTOUL 1
344
345 /* Define if you have the sysconf function.  */
346 /* #undef HAVE_SYSCONF */
347
348 /* Define if you have the waitpid function.  */
349 #define HAVE_WAITPID 1
350
351 /* Define if you have the <db.h> header file.  */
352 /* #undef HAVE_DB_H */
353
354 /* Define if you have the <db_185.h> header file.  */
355 /* #undef HAVE_DB_185_H */
356
357 /* Define if you have the <des.h> header file.  */
358 /* #undef HAVE_DES_H */
359
360 /* Define if you have the <dirent.h> header file.  */
361 /* #undef HAVE_DIRENT_H */
362
363 /* Define if you have the <errno.h> header file.  */
364 #define HAVE_ERRNO_H 1
365
366 /* Define if you have the <fcntl.h> header file.  */
367 #define HAVE_FCNTL_H 1
368
369 /* Define if you have the <filio.h> header file.  */
370 /* #undef HAVE_FILIO_H */
371
372 /* Define if you have the <gdbm.h> header file.  */
373 /* #undef HAVE_GDBM_H */
374
375 /* Define if you have the <getopt.h> header file.  */
376 /* #undef HAVE_GETOPT_H */
377
378 /* Define if you have the <kerberosIV/des.h> header file.  */
379 /* #undef HAVE_KERBEROSIV_DES_H */
380
381 /* Define if you have the <kerberosIV/krb.h> header file.  */
382 /* #undef HAVE_KERBEROSIV_KRB_H */
383
384 /* Define if you have the <krb.h> header file.  */
385 /* #undef HAVE_KRB_H */
386
387 /* Define if you have the <libutil.h> header file.  */
388 /* #undef HAVE_LIBUTIL_H */
389
390 /* Define if you have the <limits.h> header file.  */
391 #define HAVE_LIMITS_H 1
392
393 /* Define if you have the <lwp/lwp.h> header file.  */
394 /* #undef HAVE_LWP_LWP_H */
395
396 /* Define if you have the <mach/cthreads.h> header file.  */
397 /* #undef HAVE_MACH_CTHREADS_H */
398
399 /* Define if you have the <malloc.h> header file.  */
400 #define HAVE_MALLOC_H 1
401
402 /* Define if you have the <ncurses.h> header file.  */
403 /* #undef HAVE_NCURSES_H */
404
405 /* Define if you have the <ndbm.h> header file.  */
406 /* #undef HAVE_NDBM_H */
407
408 /* Define if you have the <ndir.h> header file.  */
409 /* #undef HAVE_NDIR_H */
410
411 /* Define if you have the <pthread.h> header file.  */
412 /* #undef HAVE_PTHREAD_H */
413
414 /* Define if you have the <regex.h> header file.  */
415 /* #undef HAVE_REGEX_H */
416
417 /* Define if you have the <sched.h> header file.  */
418 /* #undef HAVE_SCHED_H */
419
420 /* Define if you have the <sgtty.h> header file.  */
421 /* #undef HAVE_SGTTY_H */
422
423 /* Define if you have the <stdarg.h> header file.  */
424 #define HAVE_STDARG_H 1
425
426 /* Define if you have the <stddef.h> header file.  */
427 #define HAVE_STDDEF_H 1
428
429 /* Define if you have the <synch.h> header file.  */
430 /* #undef HAVE_SYNCH_H */
431
432 /* Define if you have the <sys/dir.h> header file.  */
433 /* #undef HAVE_SYS_DIR_H */
434
435 /* Define if you have the <sys/errno.h> header file.  */
436 /* #undef HAVE_SYS_ERRNO_H */
437
438 /* Define if you have the <sys/file.h> header file.  */
439 /* #undef HAVE_SYS_FILE_H */
440
441 /* Define if you have the <sys/filio.h> header file.  */
442 /* #undef HAVE_SYS_FILIO_H */
443
444 /* Define if you have the <sys/ioctl.h> header file.  */
445 /* #undef HAVE_SYS_IOCTL_H */
446
447 /* Define if you have the <sys/ndir.h> header file.  */
448 /* #undef HAVE_SYS_NDIR_H */
449
450 /* Define if you have the <sys/param.h> header file.  */
451 /* #undef HAVE_SYS_PARAM_H */
452
453 /* Define if you have the <sys/socket.h> header file.  */
454 /* #undef HAVE_SYS_SOCKET_H */
455
456 /* Define if you have the <sys/syslog.h> header file.  */
457 /* #undef HAVE_SYS_SYSLOG_H */
458
459 /* Define if you have the <sys/time.h> header file.  */
460 /* #undef HAVE_SYS_TIME_H */
461
462 /* Define if you have the <sys/types.h> header file.  */
463 #define HAVE_SYS_TYPES_H 1
464
465 /* Define if you have the <syslog.h> header file.  */
466 /* #undef HAVE_SYSLOG_H */
467
468 /* Define if you have the <termcap.h> header file.  */
469 /* #undef HAVE_TERMCAP_H */
470
471 /* Define if you have the <termios.h> header file.  */
472 /* #undef HAVE_TERMIOS_H */
473
474 /* Define if you have the <thread.h> header file.  */
475 /* #undef HAVE_THREAD_H */
476
477 /* Define if you have the <unistd.h> header file.  */
478 /* #undef HAVE_UNISTD_H */
479
480 /* Define if you have the V3 library (-lV3).  */
481 /* #undef HAVE_LIBV3 */
482
483 /* Define if you have the gen library (-lgen).  */
484 /* #undef HAVE_LIBGEN */
485
486 /* Define if you have the inet library (-linet).  */
487 /* #undef HAVE_LIBINET */
488
489 /* Define if you have the net library (-lnet).  */
490 /* #undef HAVE_LIBNET */
491
492 /* Define if you have the nsl library (-lnsl).  */
493 /* #undef HAVE_LIBNSL */
494
495 /* Define if you have the nsl_s library (-lnsl_s).  */
496 /* #undef HAVE_LIBNSL_S */
497
498 /* Define if you have the socket library (-lsocket).  */
499 /* #undef HAVE_LIBSOCKET */
500
501 #ifdef HAVE_STDDEF_H
502 #       include <stddef.h>
503 #endif
504
505 #include "ldap_cdefs.h"
506
507 #endif /* _LDAP_PORTABLE_H */