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