]> git.sur5r.net Git - openldap/blob - include/portable.h.nt
Import nextid safety checks from -devel.
[openldap] / include / portable.h.nt
1 /* include/portable.h.nt -- manually updated of MS NT (MS VC5) */
2 /* synced with portable.h.in 1.2.2.6 */
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 /* MSVC5 doesn't define _STDC_, but requires prototypes */
36 #define __NEED_PROTOTYPES 1
37
38 /* we installed Henry Spencer's REGEX */
39 #define HAVE_REGEX_H 1
40
41 /* win32 specific stuff */
42 #define strcasecmp      stricmp
43 #define strncasecmp     strnicmp
44 #define strdup          _strdup
45
46 /* define type for caddr_t */
47 typedef char * caddr_t;
48
49 /* we have spawnlp instead of fork/execlp */
50 #define HAVE_SPAWNLP 1
51
52 /* we have winsock2 */
53 #define HAVE_WINSOCK2 1
54
55 /* we have winsock */
56 #define HAVE_WINSOCK 1
57
58 /* we have <conio.h> */
59 #define HAVE_CONIO_H 1
60
61 /* we have <io.h> */
62 #define HAVE_IO_H 1
63
64 /* we have <process.h> */
65 #define HAVE_PROCESS_H 1
66
67 /* --------------------------------------------------- */
68
69 /* Define if on AIX 3.
70    System headers sometimes define this.
71    We just want to avoid a redefinition error message.  */
72 #ifndef _ALL_SOURCE
73 /* #undef _ALL_SOURCE */
74 #endif
75
76 /* Define to empty if the keyword does not work.  */
77 /* #undef const */
78
79 /* Define to the type of elements in the array set by `getgroups'.
80    Usually this is either `int' or `gid_t'.  */
81 /* #undef GETGROUPS_T */
82
83 /* Define to `int' if <sys/types.h> doesn't define.  */
84 #define gid_t long
85
86 /* Define if you don't have vprintf but do have _doprnt.  */
87 /* #undef HAVE_DOPRNT */
88
89 /* Define if your struct stat has st_blksize.  */
90 /* #undef HAVE_ST_BLKSIZE */
91
92 /* Define if you have the strftime function.  */
93 #define HAVE_STRFTIME 1
94
95 /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
96 /* #undef HAVE_SYS_WAIT_H */
97
98 /* Define if you have the vprintf function.  */
99 #define HAVE_VPRINTF 1
100
101 /* Define if you have the wait3 system call.  */
102 /* #undef HAVE_WAIT3 */
103
104 /* Define if on MINIX.  */
105 /* #undef _MINIX */
106
107 /* Define to `int' if <sys/types.h> doesn't define.  */
108 #define mode_t int
109
110 /* Define to `long' if <sys/types.h> doesn't define.  */
111 /* #undef off_t */
112
113 /* Define to `int' if <sys/types.h> doesn't define.  */
114 #define pid_t int
115
116 /* Define if the system does not provide POSIX.1 features except
117    with this defined.  */
118 /* #undef _POSIX_1_SOURCE */
119
120 /* Define if you need to in order for stat and other things to work.  */
121 /* #undef _POSIX_SOURCE */
122
123 /* Define as the return type of signal handlers (int or void).  */
124 #define RETSIGTYPE void
125
126 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
127 /* #undef size_t */
128
129 /* Define if you have the ANSI C header files.  */
130 #define STDC_HEADERS 1
131
132 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
133 /* #undef TIME_WITH_SYS_TIME */
134
135 /* Define if your <sys/time.h> declares struct tm.  */
136 /* #undef TM_IN_SYS_TIME */
137
138 /* Define to `int' if <sys/types.h> doesn't define.  */
139 #define uid_t long
140
141 /* define this if needed to get reentrant functions */
142 /* #undef _REENTRANT */
143
144 /* define this if needed to get threadsafe functions */
145 /* #undef _THREAD_SAFE */
146
147 /* define this if needed to get threadsafe functions */
148 /* #undef _THREADSAFE */
149
150 /* define this if toupper() requires tolower() */
151 #define C_UPPER_LOWER
152
153 /* define this if sys_errlist is not defined in stdio.h or errno.h */
154 /* #undef DECL_SYS_ERRLIST */
155
156 /* define this if TIOCGWINSZ is defined in sys/ioctl.h */
157 /* #undef GWINSZ_IN_SYS_IOCTL */
158
159 /* define if you have berkeley db */
160 /* #undef HAVE_BERKELEY_DB */
161
162 /* define if you have berkeley db2 */
163 /* #undef HAVE_BERKELEY_DB2 */
164
165 /* define if you have crypt */
166 /* #undef HAVE_CRYPT */
167
168 /* define if you have DSAP */
169 /* #undef HAVE_DSAP */
170
171 /* define if you have GDBM */
172 /* #undef HAVE_GDBM */
173
174 /* define if you have ISODE */
175 /* #undef HAVE_ISODE */
176
177 /* define if you have Kerberos */
178 /* #undef HAVE_KERBEROS */
179
180 /* define if you have LinuxThreads */
181 /* #undef HAVE_LINUX_THREADS */
182
183 /* define if you have Sun LWP (SunOS style) */
184 /* #undef HAVE_LWP */
185
186 /* define if you have -lncurses */
187 /* #undef HAVE_NCURSES */
188
189 /* define if you have NDBM */
190 /* #undef HAVE_NDBM */
191
192 /* define if you have Mach CThreads */
193 /* #undef HAVE_MACH_CTHREADS */
194
195 /* define if you have POSIX termios */
196 /* #undef HAVE_POSIX_TERMIOS */
197
198 /* define if you have PP */
199 /* #undef HAVE_PP */
200
201 /* define if you have POSIX Threads */
202 /* #undef HAVE_PTHREADS */
203
204 /* define if your POSIX Threads implementatin is circa Final Draft */
205 /* #undef HAVE_PTHREADS_FINAL */
206
207 /* define if your POSIX Threads implementatin is circa Draft 4 */
208 /* #undef HAVE_PTHREADS_D4 */
209
210 /* define if you have ptrdiff_t */
211 #define HAVE_PTRDIFF_T
212
213 /* define if you have sched_yield() */
214 #ifdef __notdef__
215 /* see second sched_yield define */
216 /* #undef HAVE_SCHED_YIELD */
217 #endif
218
219 /* define if you have setproctitle() */
220 #undef HAVE_SETPROCTITLE
221
222 /* define if you have -lwrap */
223 /* #undef HAVE_TCPD */
224
225 /* define if you have -ltermcap */
226 /* #undef HAVE_TERMCAP */
227
228 /* define if you have Solaris LWP Threads */
229 /* #undef HAVE_THR */
230
231 /* define if you have XTPP */
232 /* #undef HAVE_XTPP */
233
234 /* define this if select() implicitly yields in thread environments */
235 #define HAVE_YIELDING_SELECT 1
236
237 /* define this for connectionless LDAP support */
238 /* #undef LDAP_CONNECTIONLESS */
239
240 /* define this to add debugging code */
241 #define LDAP_DEBUG 1
242
243 /* define this for LDAP DNS support */
244 /* #undef LDAP_DNS */
245
246 /* define this to remove -lldap cache support */
247 /* #undef LDAP_NOCACHE */
248
249 /* define this for LDAP process title support */
250 /* #undef LDAP_PROCTITLE */
251
252 /* define this for LDAP referrals support */
253 #define LDAP_REFERRALS 1
254
255 /* define this for LDAP User Interface support */
256 /* #undef LDAP_LIBUI */
257
258 /* define this to use DBBTREE w/ LDBM backend */
259 /* #undef LDBM_USE_DBBTREE */
260
261 /* define this to use DBHASH w/ LDBM backend */
262 /* #undef LDBM_USE_DBHASH */
263
264 /* define this if you want no termcap support */
265 #define NO_TERMCAP 1
266
267 /* define this if you want no thread support */
268 #define NO_THREADS 1
269
270 /* define this for ACL Group support */
271 #define SLAPD_ACLGROUPS
272
273 /* define this for crypt(3) password support */
274 /* #undef SLAPD_CRYPT */
275
276 /* define this to use SLAPD LDBM backend */
277 /* #undef SLAPD_LDBM */
278
279 /* define this for MD5 password support */
280 #define SLAPD_MD5 1
281
282 /* define this to use SLAPD passwd backend */
283 /* #undef SLAPD_PASSWD */
284
285 /* define this for phonetic support */
286 /* #undef SLAPD_PHONETIC */
287
288 /* define this for Reverse Lookup support */
289 #define SLAPD_RLOOKUPS 1
290
291 /* define this for SHA1 password support */
292 #define SLAPD_SHA1 1
293
294 /* define this to use SLAPD shell backend */
295 /* #undef SLAPD_SHELL */
296
297 /* The number of bytes in a int.  */ 
298 #define SIZEOF_INT 4
299
300 /* The number of bytes in a long.  */ 
301 #define SIZEOF_LONG 4
302   
303 /* The number of bytes in a short.  */
304 #define SIZEOF_SHORT 2
305
306 /* Define if you have the alarm function.  */
307 /* #undef HAVE_ALARM */
308
309 /* Define if you have the bcopy function.  */
310 /* #undef HAVE_BCOPY */
311
312 /* Define if you have the flock function.  */
313 /* #undef HAVE_FLOCK */
314
315 /* Define if you have the getdtablesize function.  */
316 /* #undef HAVE_GETDTABLESIZE */
317
318 /* Define if you have the gethostname function.  */
319 #define HAVE_GETHOSTNAME 1
320
321 /* define if you have the getopt function */
322 /* #undef HAVE_GETOPT */
323
324 /* define if you have the getpwuid function */
325 /* #undef HAVE_GETPWUID */
326
327 /* Define if you have the gettimeofday function.  */
328 /* #undef HAVE_GETTIMEOFDAY */
329
330 /* Define if you have the lockf function.  */
331 /* #undef HAVE_LOCKF */
332
333 /* Define if you have the memcpy function.  */
334 #define HAVE_MEMCPY 1
335
336 /* Define if you have the memmove function.  */
337 #define HAVE_MEMMOVE 1
338
339 /* Define if you have the mkstemp function.  */
340 /* #undef HAVE_MKSTEMP */
341
342 /* Define if you have the pow function.  */
343 /* #undef HAVE_POW */
344
345 /* Define if you have the pthread_attr_create function.  */
346 /* #undef HAVE_PTHREAD_ATTR_CREATE */
347
348 /* Define if you have the pthread_attr_delete function.  */
349 /* #undef HAVE_PTHREAD_ATTR_DELETE */
350
351 /* Define if you have the pthread_attr_destroy function.  */
352 /* #undef HAVE_PTHREAD_ATTR_DESTROY */
353
354 /* Define if you have the pthread_attr_init function.  */
355 /* #undef HAVE_PTHREAD_ATTR_INIT */
356
357 /* Define if you have the pthread_attr_setdetach_np function.  */
358 /* #undef HAVE_PTHREAD_ATTR_SETDETACH_NP */
359
360 /* Define if you have the pthread_attr_setdetachstate function.  */
361 /* #undef HAVE_PTHREAD_ATTR_SETDETACHSTATE */
362
363 /* Define if you have the pthread_kill function.  */
364 /* #undef HAVE_PTHREAD_KILL */
365
366 /* Define if you have the pthread_setconcurrency function.  */
367 /* #undef HAVE_PTHREAD_SETCONCURRENCY */
368
369 /* Define if you have the pthread_yield function.  */
370 /* #undef HAVE_PTHREAD_YIELD */
371
372 /* Define if you have the res_search function.  */
373 /* #undef HAVE_RES_SEARCH */
374
375 /* Define if you have the sched_yield function.  */
376 /* #undef HAVE_SCHED_YIELD */
377
378 /* Define if you have the select function.  */
379 #define HAVE_SELECT 1
380
381 /* Define if you have the setpwfile function.  */
382 /* #undef HAVE_SETPWFILE */
383
384 /* Define if you have the setsid function.  */
385 /* #undef HAVE_SETSID */
386
387 /* Define if you have the signal function.  */
388 #define HAVE_SIGNAL 1
389
390 /* Define if you have the sigset function.  */
391 /* #undef HAVE_SIGSET */
392
393 /* Define if you have the snprintf function.  */
394 /* #undef HAVE_SNPRINTF */
395
396 /* Define if you have the socket function.  */
397 #define HAVE_SOCKET 1
398
399 /* Define if you have the strdup function.  */
400 #define HAVE_STRDUP 1
401
402 /* Define if you have the strerror function.  */
403 #define HAVE_STRERROR 1
404
405 /* Define if you have the strpbrk function.  */
406 #define HAVE_STRPBRK 1
407
408 /* Define if you have the strrchr function.  */
409 #define HAVE_STRRCHR 1
410
411 /* Define if you have the strsep function.  */
412 /* #undef HAVE_STRSEP */
413
414 /* Define if you have the strstr function.  */
415 #define HAVE_STRSTR 1
416
417 /* Define if you have the strtok function.  */
418 #define HAVE_STRTOK 1
419
420 /* Define if you have the strtol function.  */
421 #define HAVE_STRTOL 1
422
423 /* Define if you have the strtoul function.  */
424 #define HAVE_STRTOUL 1
425
426 /* Define if you have the sysconf function.  */
427 /* #undef HAVE_SYSCONF */
428
429 /* Define if you have the tempnam function.  */
430 /* #undef HAVE_TEMPNAM */
431
432 /* Define if you have the thr_setconcurrency function.  */
433 /* #undef HAVE_THR_SETCONCURRENCY */
434
435 /* Define if you have the vsnprintf function.  */
436 /* #undef HAVE_VSNPRINTF */
437
438 /* Define if you have the waitpid function.  */
439 #define HAVE_WAITPID 1
440
441 /* Define if you have the <crypt.h> header file.  */
442 /* #undef HAVE_CRYPT_H */
443
444 /* Define if you have the <db.h> header file.  */
445 /* #undef HAVE_DB_H */
446
447 /* Define if you have the <db_185.h> header file.  */
448 /* #undef HAVE_DB_185_H */
449
450 /* Define if you have the <des.h> header file.  */
451 /* #undef HAVE_DES_H */
452
453 /* Define if you have the <dirent.h> header file.  */
454 /* #undef HAVE_DIRENT_H */
455
456 /* Define if you have the <errno.h> header file.  */
457 #define HAVE_ERRNO_H 1
458
459 /* Define if you have the <fcntl.h> header file.  */
460 #define HAVE_FCNTL_H 1
461
462 /* Define if you have the <filio.h> header file.  */
463 /* #undef HAVE_FILIO_H */
464
465 /* Define if you have the <gdbm.h> header file.  */
466 /* #undef HAVE_GDBM_H */
467
468 /* Define if you have the <getopt.h> header file.  */
469 /* #undef HAVE_GETOPT_H */
470
471 /* Define if you have the <kerberosIV/des.h> header file.  */
472 /* #undef HAVE_KERBEROSIV_DES_H */
473
474 /* Define if you have the <kerberosIV/krb.h> header file.  */
475 /* #undef HAVE_KERBEROSIV_KRB_H */
476
477 /* Define if you have the <krb.h> header file.  */
478 /* #undef HAVE_KRB_H */
479
480 /* Define if you have the <libutil.h> header file.  */
481 /* #undef HAVE_LIBUTIL_H */
482
483 /* Define if you have the <limits.h> header file.  */
484 #define HAVE_LIMITS_H 1
485
486 /* Define if you have the <lwp/lwp.h> header file.  */
487 /* #undef HAVE_LWP_LWP_H */
488
489 /* Define if you have the <mach/cthreads.h> header file.  */
490 /* #undef HAVE_MACH_CTHREADS_H */
491
492 /* Define if you have the <malloc.h> header file.  */
493 #define HAVE_MALLOC_H 1
494
495 /* Define if you have the <memory.h> header file.  */
496 /* #undef HAVE_MEMORY_H */
497
498 /* Define if you have the <ncurses.h> header file.  */
499 /* #undef HAVE_NCURSES_H */
500
501 /* Define if you have the <ndbm.h> header file.  */
502 /* #undef HAVE_NDBM_H */
503
504 /* Define if you have the <ndir.h> header file.  */
505 /* #undef HAVE_NDIR_H */
506
507 /* Define if you have the <psap.h> header file.  */
508 /* #undef HAVE_PSAP_H */
509
510 /* Define if you have the <pthread.h> header file.  */
511 /* #undef HAVE_PTHREAD_H */
512
513 /* Define if you have the <pwd.h> header file.  */
514 /* #undef HAVE_PWD_H */
515
516 /* Define if you have the <regex.h> header file.  */
517 /* #undef HAVE_REGEX_H */
518
519 /* Define if you have the <sched.h> header file.  */
520 /* #undef HAVE_SCHED_H */
521
522 /* Define if you have the <sgtty.h> header file.  */
523 /* #undef HAVE_SGTTY_H */
524
525 /* Define if you have the <stdarg.h> header file.  */
526 #define HAVE_STDARG_H 1
527
528 /* Define if you have the <stddef.h> header file.  */
529 #define HAVE_STDDEF_H 1
530
531 /* Define if you have the <string.h> header file.  */
532 #define HAVE_STRING_H 1
533
534 /* Define if you have the <strings.h> header file.  */
535 /* #undef HAVE_STRINGS_H */
536
537 /* Define if you have the <synch.h> header file.  */
538 /* #undef HAVE_SYNCH_H */
539
540 /* Define if you have the <sys/dir.h> header file.  */
541 /* #undef HAVE_SYS_DIR_H */
542
543 /* Define if you have the <sys/errno.h> header file.  */
544 /* #undef HAVE_SYS_ERRNO_H */
545
546 /* Define if you have the <sys/file.h> header file.  */
547 /* #undef HAVE_SYS_FILE_H */
548
549 /* Define if you have the <sys/filio.h> header file.  */
550 /* #undef HAVE_SYS_FILIO_H */
551
552 /* Define if you have the <sys/ioctl.h> header file.  */
553 /* #undef HAVE_SYS_IOCTL_H */
554
555 /* Define if you have the <sys/ndir.h> header file.  */
556 /* #undef HAVE_SYS_NDIR_H */
557
558 /* Define if you have the <sys/param.h> header file.  */
559 /* #undef HAVE_SYS_PARAM_H */
560
561 /* Define if you have the <sys/resource.h> header file.  */
562 /* #undef HAVE_SYS_RESOURCE_H */
563
564 /* Define if you have the <sys/socket.h> header file.  */
565 /* #undef HAVE_SYS_SOCKET_H */
566
567 /* Define if you have the <sys/syslog.h> header file.  */
568 /* #undef HAVE_SYS_SYSLOG_H */
569
570 /* Define if you have the <sys/time.h> header file.  */
571 /* #undef HAVE_SYS_TIME_H */
572
573 /* Define if you have the <sys/types.h> header file.  */
574 #define HAVE_SYS_TYPES_H 1
575
576 /* Define if you have the <syslog.h> header file.  */
577 /* #undef HAVE_SYSLOG_H */
578
579 /* Define if you have the <termcap.h> header file.  */
580 /* #undef HAVE_TERMCAP_H */
581
582 /* Define if you have the <termios.h> header file.  */
583 /* #undef HAVE_TERMIOS_H */
584
585 /* Define if you have the <thread.h> header file.  */
586 /* #undef HAVE_THREAD_H */
587
588 /* Define if you have the <unistd.h> header file.  */
589 /* #undef HAVE_UNISTD_H */
590
591 /* Define if you have the V3 library (-lV3).  */
592 /* #undef HAVE_LIBV3 */
593
594 /* Define if you have the gen library (-lgen).  */
595 /* #undef HAVE_LIBGEN */
596
597 /* Define if you have the inet library (-linet).  */
598 /* #undef HAVE_LIBINET */
599
600 /* Define if you have the net library (-lnet).  */
601 /* #undef HAVE_LIBNET */
602
603 /* Define if you have the nsl library (-lnsl).  */
604 /* #undef HAVE_LIBNSL */
605
606 /* Define if you have the nsl_s library (-lnsl_s).  */
607 /* #undef HAVE_LIBNSL_S */
608
609 /* Define if you have the resolv library (-lresolv).  */
610 /* #undef HAVE_LIBRESOLV */
611
612 /* Define if you have the socket library (-lsocket).  */
613 /* #undef HAVE_LIBSOCKET */
614
615 #ifdef HAVE_STDDEF_H
616 #       include <stddef.h>
617 #endif
618
619 #include "ldap_cdefs.h"
620
621 #endif /* _LDAP_PORTABLE_H */