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