]> git.sur5r.net Git - openldap/blob - include/portable.nt
from jon@symas.com - sync with portable.h.in 1.191
[openldap] / include / portable.nt
1 /* $OpenLDAP$ */
2 /* include/portable.nt -- manually updated of MS NT (MS VC5) */
3 /* synced with portable.h.in 1.191 */
4 /*
5  * Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA
6  * All rights reserved.
7  *
8  * Redistribution and use in source and binary forms, with or without
9  * modification, are permitted only as authorized by the OpenLDAP
10  * Public License.  A copy of this license is available at
11  * http://www.OpenLDAP.org/license.html or in file LICENSE in the
12  * top-level directory of the distribution.
13  */
14
15 #ifndef _LDAP_PORTABLE_H
16 #define _LDAP_PORTABLE_H
17
18 /* end of preamble */
19
20
21 /* Define if on AIX 3.
22    System headers sometimes define this.
23    We just want to avoid a redefinition error message.  */
24 #ifndef _ALL_SOURCE
25 /* #undef _ALL_SOURCE */
26 #endif
27
28 /* Define to empty if the keyword does not work.  */
29 /* #undef const */
30
31 /* Define to `int' if <sys/types.h> doesn't define.  */
32 #define gid_t int
33
34 /* Define if you don't have vprintf but do have _doprnt.  */
35 /* #undef HAVE_DOPRNT */
36
37 /* Define if your struct stat has st_blksize.  */
38 /* #undef HAVE_ST_BLKSIZE */
39
40 /* Define if you have the strftime function.  */
41 #define HAVE_STRFTIME 1
42
43 /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
44 /* #undef HAVE_SYS_WAIT_H */
45
46 /* Define if you have the vprintf function.  */
47 #define HAVE_VPRINTF 1
48
49 /* Define if on MINIX.  */
50 /* #undef _MINIX */
51
52 /* Define if the system does not provide POSIX.1 features except
53    with this defined.  */
54 /* #undef _POSIX_1_SOURCE */
55
56 /* Define if you need to in order for stat and other things to work.  */
57 /* #undef _POSIX_SOURCE */
58
59 /* Define as the return type of signal handlers (int or void).  */
60 #define RETSIGTYPE void
61
62 /* Define to the type of arg1 for select(). */
63 /* #undef SELECT_TYPE_ARG1 */
64
65 /* Define to the type of args 2, 3 and 4 for select(). */
66 /* #undef SELECT_TYPE_ARG234 */
67
68 /* Define to the type of arg5 for select(). */
69 /* #undef SELECT_TYPE_ARG5 */
70
71 /* Define if you have the ANSI C header files.  */
72 #define STDC_HEADERS 1
73
74 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
75 /* #undef TIME_WITH_SYS_TIME */
76
77 /* Define if your <sys/time.h> declares struct tm.  */
78 /* #undef TM_IN_SYS_TIME */
79
80 /* Define to `int' if <sys/types.h> doesn't define.  */
81 #define uid_t int
82
83 /* Define if your processor stores words with the most significant
84    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
85 /* #undef WORDS_BIGENDIAN */
86
87 /* define this if needed to get reentrant functions */
88 #ifndef REENTRANT
89 /* #undef REENTRANT */
90 #endif
91 #ifndef _REENTRANT
92 /* #undef _REENTRANT */
93 #endif
94
95 /* define this if needed to get threadsafe functions */
96 #ifndef THREADSAFE
97 /* #undef THREADSAFE */
98 #endif
99 #ifndef _THREADSAFE
100 /* #undef _THREADSAFE */
101 #endif
102 #ifndef THREAD_SAFE
103 /* #undef THREAD_SAFE */
104 #endif
105 #ifndef _THREAD_SAFE
106 /* #undef _THREAD_SAFE */
107 #endif
108
109 #ifndef _SGI_MP_SOURCE
110 /* #undef _SGI_MP_SOURCE */
111 #endif
112
113 /* These are defined in ldap_features.h */
114 /*
115  LDAP_API_FEATURE_X_OPENLDAP_REENTRANT
116  LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE
117  LDAP_API_FEATURE_X_OPENLDAP_V2_KBIND
118  LDAP_API_FEATURE_X_OPENLDAP_V2_REFERRALS
119 */
120
121 /* These are defined in lber_types.h */
122 /*
123  LBER_INT_T
124  LBER_LEN_T
125  LBER_SOCKET_T
126  LBER_TAG_T
127 */
128
129 /* Define if you have the bcopy function.  */
130 /* #undef HAVE_BCOPY */
131
132 /* Define if you have the chroot function.  */
133 /* #undef HAVE_CHROOT */
134
135 /* Define if you have the closesocket function.  */
136 #define HAVE_CLOSESOCKET 1
137
138 /* Define if you have the ctime_r function.  */
139 /* #undef HAVE_CTIME_R */
140
141 /* Define if you have the endgrent function.  */
142 /* #undef HAVE_ENDGRENT */
143
144 /* Define if you have the endpwent function.  */
145 /* #undef HAVE_ENDPWENT */
146
147 /* Define if you have the fcntl function.  */
148 /* #undef HAVE_FCNTL */
149
150 /* Define if you have the flock function.  */
151 /* #undef HAVE_FLOCK */
152
153 /* Define if you have the gai_strerror function.  */
154 /* #undef HAVE_GAI_STRERROR */
155
156 /* Define if you have the getaddrinfo function.  */
157 /* #undef HAVE_GETADDRINFO */
158
159 /* Define if you have the getdtablesize function.  */
160 /* #undef HAVE_GETDTABLESIZE */
161
162 /* Define if you have the getgrgid function.  */
163 /* #undef HAVE_GETGRGID */
164
165 /* Define if you have the gethostbyaddr_r function.  */
166 /* #undef HAVE_GETHOSTBYADDR_R */
167
168 /* Define if you have the gethostbyname_r function.  */
169 /* #undef HAVE_GETHOSTBYNAME_R */
170
171 /* Define if you have the gethostname function.  */
172 #define HAVE_GETHOSTNAME 1
173
174 /* Define if you have the getopt function.  */
175 /* #undef HAVE_GETOPT */
176
177 /* Define if you have the getpass function.  */
178 /* #undef HAVE_GETPASS */
179
180 /* Define if you have the getpassphrase function.  */
181 /* #undef HAVE_GETPASSPHRASE */
182
183 /* Define if you have the getpwnam function.  */
184 /* #undef HAVE_GETPWNAM */
185
186 /* Define if you have the getpwuid function.  */
187 /* #undef HAVE_GETPWUID */
188
189 /* Define if you have the getspnam function.  */
190 /* #undef HAVE_GETSPNAM */
191
192 /* Define if you have the gettimeofday function.  */
193 /* #undef HAVE_GETTIMEOFDAY */
194
195 /* Define if you have the inet_ntop function.  */
196 /* #undef HAVE_INET_NTOP */
197
198 /* Define if you have the initgroups function.  */
199 /* #undef HAVE_INITGROUPS */
200
201 /* Define if you have the lockf function.  */
202 /* #undef HAVE_LOCKF */
203
204 /* Define if you have the memcpy function.  */
205 #define HAVE_MEMCPY 1
206
207 /* Define if you have the memmove function.  */
208 #define HAVE_MEMMOVE 1
209
210 /* Define if you have the mkstemp function.  */
211 /* #undef HAVE_MKSTEMP */
212
213 /* Define if you have the mktemp function.  */
214 #define HAVE_MKTEMP 1
215
216 /* Define if you have the pipe function.  */
217 /* #undef HAVE_PIPE */
218
219 /* Define if you have the pthread_getconcurrency function.  */
220 /* #undef HAVE_PTHREAD_GETCONCURRENCY */
221
222 /* Define if you have the pthread_kill function.  */
223 /* #undef HAVE_PTHREAD_KILL */
224
225 /* Define if you have the pthread_kill_other_threads_np function.  */
226 /* #undef HAVE_PTHREAD_KILL_OTHER_THREADS_NP */
227
228 /* Define if you have the pthread_rwlock_destroy function.  */
229 /* #undef HAVE_PTHREAD_RWLOCK_DESTROY */
230
231 /* Define if you have the pthread_setconcurrency function.  */
232 /* #undef HAVE_PTHREAD_SETCONCURRENCY */
233
234 /* Define if you have the pthread_yield function.  */
235 /* #undef HAVE_PTHREAD_YIELD */
236
237 /* Define if you have the read function.  */
238 #define HAVE_READ 1
239
240 /* Define if you have the recv function.  */
241 /* #undef HAVE_RECV */
242
243 /* Define if you have the recvfrom function.  */
244 /* #undef HAVE_RECVFROM */
245
246 /* Define if you have the sched_yield function.  */
247 /* #undef HAVE_SCHED_YIELD */
248
249 /* Define if you have the send function.  */
250 /* #undef HAVE_SEND */
251
252 /* Define if you have the sendto function.  */
253 /* #undef HAVE_SENDTO */
254
255 /* Define if you have the setegid function.  */
256 /* #undef HAVE_SETEGID */
257
258 /* Define if you have the seteuid function.  */
259 /* #undef HAVE_SETEUID */
260
261 /* Define if you have the setgid function.  */
262 /* #undef HAVE_SETGID */
263
264 /* Define if you have the setpwfile function.  */
265 /* #undef HAVE_SETPWFILE */
266
267 /* Define if you have the setsid function.  */
268 /* #undef HAVE_SETSID */
269
270 /* Define if you have the setuid function.  */
271 /* #undef HAVE_SETUID */
272
273 /* Define if you have the sigaction function.  */
274 /* #undef HAVE_SIGACTION */
275
276 /* Define if you have the signal function.  */
277 #define HAVE_SIGNAL 1
278
279 /* Define if you have the sigset function.  */
280 /* #undef HAVE_SIGSET */
281
282 /* Define if you have the strdup function.  */
283 #define HAVE_STRDUP 1
284
285 /* Define if you have the strerror function.  */
286 #define HAVE_STRERROR 1
287
288 /* Define if you have the strpbrk function.  */
289 #define HAVE_STRPBRK 1
290
291 /* Define if you have the strrchr function.  */
292 #define HAVE_STRRCHR 1
293
294 /* Define if you have the strsep function.  */
295 /* #undef HAVE_STRSEP */
296
297 /* Define if you have the strspn function.  */
298 #define HAVE_STRSPN 1
299
300 /* Define if you have the strstr function.  */
301 #define HAVE_STRSTR 1
302
303 /* Define if you have the strtol function.  */
304 #define HAVE_STRTOL 1
305
306 /* Define if you have the strtoul function.  */
307 #define HAVE_STRTOUL 1
308
309 /* Define if you have the sysconf function.  */
310 /* #undef HAVE_SYSCONF */
311
312 /* Define if you have the thr_getconcurrency function.  */
313 /* #undef HAVE_THR_GETCONCURRENCY */
314
315 /* Define if you have the thr_setconcurrency function.  */
316 /* #undef HAVE_THR_SETCONCURRENCY */
317
318 /* Define if you have the thr_yield function.  */
319 /* #undef HAVE_THR_YIELD */
320
321 /* Define if you have the usleep function.  */
322 /* #undef HAVE_USLEEP */
323
324 /* Define if you have the vsnprintf function.  */
325 #define HAVE_VSNPRINTF 1
326
327 /* Define if you have the vsprintf function.  */
328 #define HAVE_VSPRINTF 1
329
330 /* Define if you have the wait4 function.  */
331 /* #undef HAVE_WAIT4 */
332
333 /* Define if you have the waitpid function.  */
334 /* #undef HAVE_WAITPID */
335
336 /* Define if you have the write function.  */
337 #define HAVE_WRITE 1
338
339 /* Define if you have the <arpa/inet.h> header file.  */
340 /* #undef HAVE_ARPA_INET_H */
341
342 /* Define if you have the <arpa/nameser.h> header file.  */
343 /* #undef HAVE_ARPA_NAMESER_H */
344
345 /* Define if you have the <assert.h> header file.  */
346 #define HAVE_ASSERT_H 1
347
348 /* Define if you have the <conio.h> header file.  */
349 #define HAVE_CONIO_H 1
350
351 /* Define if you have the <crypt.h> header file.  */
352 /* #undef HAVE_CRYPT_H */
353
354 /* Define if you have the <cthread.h> header file.  */
355 /* #undef HAVE_CTHREAD_H */
356
357 /* Define if you have the <db.h> header file.  */
358 #define HAVE_DB_H 1
359
360 /* Define if you have the <db_185.h> header file.  */
361 /* #undef HAVE_DB_185_H */
362
363 /* Define if you have the <des.h> header file.  */
364 /* #undef HAVE_DES_H */
365
366 /* Define if you have the <direct.h> header file.  */
367 #define HAVE_DIRECT_H 1
368
369 /* Define if you have the <dirent.h> header file.  */
370 /* #undef HAVE_DIRENT_H */
371
372 /* Define if you have the <errno.h> header file.  */
373 #define HAVE_ERRNO_H 1
374
375 /* Define if you have the <fcntl.h> header file.  */
376 #define HAVE_FCNTL_H 1
377
378 /* Define if you have the <filio.h> header file.  */
379 /* #undef HAVE_FILIO_H */
380
381 /* Define if you have the <gdbm.h> header file.  */
382 /* #undef HAVE_GDBM_H */
383
384 /* Define if you have the <getopt.h> header file.  */
385 /* #undef HAVE_GETOPT_H */
386
387 /* Define if you have the <grp.h> header file.  */
388 /* #undef HAVE_GRP_H */
389
390 /* Define if you have the <heim_err.h> header file.  */
391 /* #undef HAVE_HEIM_ERR_H */
392
393 /* Define if you have the <io.h> header file.  */
394 #define HAVE_IO_H 1
395
396 /* Define if you have the <kerberosIV/des.h> header file.  */
397 /* #undef HAVE_KERBEROSIV_DES_H */
398
399 /* Define if you have the <kerberosIV/krb.h> header file.  */
400 /* #undef HAVE_KERBEROSIV_KRB_H */
401
402 /* Define if you have the <krb-archaeology.h> header file.  */
403 /* #undef HAVE_KRB_ARCHAEOLOGY_H */
404
405 /* Define if you have the <krb.h> header file.  */
406 /* #undef HAVE_KRB_H */
407
408 /* Define if you have the <krb5.h> header file.  */
409 /* #undef HAVE_KRB5_H */
410
411 /* Define if you have the <libutil.h> header file.  */
412 /* #undef HAVE_LIBUTIL_H */
413
414 /* Define if you have the <limits.h> header file.  */
415 #define HAVE_LIMITS_H 1
416
417 /* Define if you have the <locale.h> header file.  */
418 #define HAVE_LOCALE_H 1
419
420 /* Define if you have the <ltdl.h> header file.  */
421 /* #undef HAVE_LTDL_H */
422
423 /* Define if you have the <lwp/lwp.h> header file.  */
424 /* #undef HAVE_LWP_LWP_H */
425
426 /* Define if you have the <mach/cthreads.h> header file.  */
427 /* #undef HAVE_MACH_CTHREADS_H */
428
429 /* Define if you have the <malloc.h> header file.  */
430 #define HAVE_MALLOC_H 1
431
432 /* Define if you have the <mdbm.h> header file.  */
433 /* #undef HAVE_MDBM_H */
434
435 /* Define if you have the <memory.h> header file.  */
436 #define HAVE_MEMORY_H 1
437
438 /* Define if you have the <minix/config.h> header file.  */
439 /* #undef HAVE_MINIX_CONFIG_H */
440
441 /* Define if you have the <ncurses.h> header file.  */
442 /* #undef HAVE_NCURSES_H */
443
444 /* Define if you have the <ndbm.h> header file.  */
445 /* #undef HAVE_NDBM_H */
446
447 /* Define if you have the <ndir.h> header file.  */
448 /* #undef HAVE_NDIR_H */
449
450 /* Define if you have the <netinet/tcp.h> header file.  */
451 /* #undef HAVE_NETINET_TCP_H */
452
453 /* Define if you have the <openssl/ssl.h> header file.  */
454 /* #undef HAVE_OPENSSL_SSL_H */
455
456 /* Define if you have the <process.h> header file.  */
457 #define HAVE_PROCESS_H 1
458
459 /* Define if you have the <psap.h> header file.  */
460 /* #undef HAVE_PSAP_H */
461
462 /* Define if you have the <pth.h> header file.  */
463 /* #undef HAVE_PTH_H */
464
465 /* Define if you have the <pthread.h> header file.  */
466 /* #undef HAVE_PTHREAD_H */
467
468 /* Define if you have the <pwd.h> header file.  */
469 /* #undef HAVE_PWD_H */
470
471 /* Define if you have the <readline/history.h> header file.  */
472 /* #undef HAVE_READLINE_HISTORY_H */
473
474 /* Define if you have the <readline/readline.h> header file.  */
475 /* #undef HAVE_READLINE_READLINE_H */
476
477 /* Define if you have the <regex.h> header file.  */
478 #define HAVE_REGEX_H 1
479
480 /* Define if you have the <resolv.h> header file.  */
481 /* #undef HAVE_RESOLV_H */
482
483 /* Define if you have the <sasl.h> header file.  */
484 #define HAVE_SASL_H 1
485
486 /* Define if you have the <sched.h> header file.  */
487 /* #undef HAVE_SCHED_H */
488
489 /* Define if you have the <sgtty.h> header file.  */
490 /* #undef HAVE_SGTTY_H */
491
492 /* Define if you have the <shadow.h> header file.  */
493 /* #undef HAVE_SHADOW_H */
494
495 /* Define if you have the <slp.h> header file.  */
496 /* #undef HAVE_SLP_H */
497
498 /* Define if you have the <ssl.h> header file.  */
499 /* #undef HAVE_SSL_H */
500
501 /* Define if you have the <stddef.h> header file.  */
502 #define HAVE_STDDEF_H 1
503
504 /* Define if you have the <string.h> header file.  */
505 #define HAVE_STRING_H 1
506
507 /* Define if you have the <strings.h> header file.  */
508 /* #undef HAVE_STRINGS_H */
509
510 /* Define if you have the <synch.h> header file.  */
511 /* #undef HAVE_SYNCH_H */
512
513 /* Define if you have the <sys/dir.h> header file.  */
514 /* #undef HAVE_SYS_DIR_H */
515
516 /* Define if you have the <sys/errno.h> header file.  */
517 /* #undef HAVE_SYS_ERRNO_H */
518
519 /* Define if you have the <sys/file.h> header file.  */
520 /* #undef HAVE_SYS_FILE_H */
521
522 /* Define if you have the <sys/filio.h> header file.  */
523 /* #undef HAVE_SYS_FILIO_H */
524
525 /* Define if you have the <sys/ioctl.h> header file.  */
526 /* #undef HAVE_SYS_IOCTL_H */
527
528 /* Define if you have the <sys/ndir.h> header file.  */
529 /* #undef HAVE_SYS_NDIR_H */
530
531 /* Define if you have the <sys/param.h> header file.  */
532 /* #undef HAVE_SYS_PARAM_H */
533
534 /* Define if you have the <sys/queue.h> header file.  */
535 /* #undef HAVE_SYS_QUEUE_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/select.h> header file.  */
541 /* #undef HAVE_SYS_SELECT_H */
542
543 /* Define if you have the <sys/socket.h> header file.  */
544 /* #undef HAVE_SYS_SOCKET_H */
545
546 /* Define if you have the <sys/syslog.h> header file.  */
547 /* #undef HAVE_SYS_SYSLOG_H */
548
549 /* Define if you have the <sys/time.h> header file.  */
550 /* #undef HAVE_SYS_TIME_H */
551
552 /* Define if you have the <sys/types.h> header file.  */
553 #define HAVE_SYS_TYPES_H 1
554
555 /* Define if you have the <sys/un.h> header file.  */
556 /* #undef HAVE_SYS_UN_H */
557
558 /* Define if you have the <sysexits.h> header file.  */
559 /* #undef HAVE_SYSEXITS_H */
560
561 /* Define if you have the <syslog.h> header file.  */
562 /* #undef HAVE_SYSLOG_H */
563
564 /* Define if you have the <tcl.h> header file.  */
565 /* #undef HAVE_TCL_H */
566
567 /* Define if you have the <tcpd.h> header file.  */
568 /* #undef HAVE_TCPD_H */
569
570 /* Define if you have the <termcap.h> header file.  */
571 /* #undef HAVE_TERMCAP_H */
572
573 /* Define if you have the <termios.h> header file.  */
574 /* #undef HAVE_TERMIOS_H */
575
576 /* Define if you have the <thread.h> header file.  */
577 /* #undef HAVE_THREAD_H */
578
579 /* Define if you have the <unistd.h> header file.  */
580 /* #undef HAVE_UNISTD_H */
581
582 /* Define if you have the <winsock.h> header file.  */
583 #define HAVE_WINSOCK_H 1
584
585 /* Define if you have the <winsock2.h> header file.  */
586 #define HAVE_WINSOCK2_H 1
587
588 /* Define if you have the V3 library (-lV3).  */
589 /* #undef HAVE_LIBV3 */
590
591 /* Define if you have the bind library (-lbind).  */
592 /* #undef HAVE_LIBBIND */
593
594 /* Define if you have the dl library (-ldl).  */
595 /* #undef HAVE_LIBDL */
596
597 /* Define if you have the gen library (-lgen).  */
598 /* #undef HAVE_LIBGEN */
599
600 /* Define if you have the inet library (-linet).  */
601 /* #undef HAVE_LIBINET */
602
603 /* Define if you have the net library (-lnet).  */
604 /* #undef HAVE_LIBNET */
605
606 /* Define if you have the nsl library (-lnsl).  */
607 /* #undef HAVE_LIBNSL */
608
609 /* Define if you have the nsl_s library (-lnsl_s).  */
610 /* #undef HAVE_LIBNSL_S */
611
612 /* Define if you have the resolv library (-lresolv).  */
613 /* #undef HAVE_LIBRESOLV */
614
615 /* Define if you have the socket library (-lsocket).  */
616 /* #undef HAVE_LIBSOCKET */
617
618 /* Package */
619 #define OPENLDAP_PACKAGE "OpenLDAP"
620
621 /* Version */
622 #define OPENLDAP_VERSION "2.X"
623
624 /* Version */
625 /* #undef LDAP_VENDOR_VERSION */
626
627 /* Major */
628 /* #undef LDAP_VENDOR_VERSION_MAJOR */
629
630 /* Minor */
631 /* #undef LDAP_VENDOR_VERSION_MINOR */
632
633 /* Patch */
634 /* #undef LDAP_VENDOR_VERSION_PATCH */
635
636 /* define this if you have mkversion */
637 /* #undef HAVE_MKVERSION */
638
639 /* defined to be the EXE extension */
640 #define EXEEXT ".exe"
641
642 /* define if you have AIX security lib */
643 /* #undef HAVE_AIX_SECURITY */
644
645 /* define if you have libtool -ltdl */
646 /* #undef HAVE_LIBLTDL */
647
648 /* define if system uses EBCDIC instead of ASCII */
649 /* #undef HAVE_EBCDIC */
650
651 /* Define if TIOCGWINSZ requires sys/ioctl.h */
652 /* #undef GWINSZ_IN_SYS_IOCTL */
653
654 /* define if you have POSIX termios */
655 /* #undef HAVE_POSIX_TERMIOS */
656
657 /* define if you have winsock */
658 #define HAVE_WINSOCK 1
659
660 /* define if you have winsock2 */
661 #define HAVE_WINSOCK2 1
662
663 /* define if you have res_query() */
664 /* #undef HAVE_RES_QUERY */
665
666 /* define if you have HEIMDAL Kerberos */
667 /* #undef HAVE_HEIMDAL_KERBEROS */
668
669 /* define if you have Kerberos V */
670 /* #undef HAVE_KRB5 */
671
672 /* define if you have Kerberos V with IV support */
673 /* #undef HAVE_KRB425 */
674
675 /* define if you have Kerberos IV */
676 /* #undef HAVE_KRB4 */
677
678 /* define if you have Kerberos des_debug */
679 /* #undef HAVE_DES_DEBUG */
680
681 /* define if you have Kerberos IV */
682 /* #undef HAVE_KRB4 */
683
684 /* define if you have Kth Kerberos */
685 /* #undef HAVE_KTH_KERBEROS */
686
687 /* define if you have Kerberos */
688 /* #undef HAVE_KERBEROS */
689
690 /* define if you have SSLeay or OpenSSL */
691 /* #undef HAVE_SSLEAY */
692
693 /* define if you have RSAref */
694 /* #undef HAVE_RSAREF */
695
696 /* define if you have TLS */
697 /* #undef HAVE_TLS */
698
699 /* define to support LAN Manager passwords */
700 /* #undef SLAPD_LMHASH */
701
702 /* set to the number of arguments ctime_r() expects */
703 /* #undef CTIME_R_NARGS */
704
705 /* set to the number of arguments gethostbyname_r() expects */
706 /* #undef GETHOSTBYNAME_R_NARGS */
707
708 /* set to the number of arguments gethostbyaddr_r() expects */
709 /* #undef GETHOSTBYADDR_R_NARGS */
710
711 /* if you have NT Threads */
712 /* #undef HAVE_NT_THREADS */
713
714 /* if you have NT Service Manager */
715 /* #undef HAVE_NT_SERVICE_MANAGER */
716
717 /* if you have NT Event Log */
718 /* #undef HAVE_NT_EVENT_LOG */
719
720 /* define if pthreads API compatible with final spec */
721 /* #undef HAVE_PTHREADS_FINAL */
722
723 /* define if pthreads API compatible with draft4 spec */
724 /* #undef HAVE_PTHREADS_D4 */
725
726 /* if you have LinuxThreads */
727 /* #undef HAVE_LINUX_THREADS */
728
729 /* define if you have POSIX Threads */
730 /* #undef HAVE_PTHREADS */
731
732 /* Define if you have the sched_yield function. */
733 /* #undef HAVE_SCHED_YIELD */
734
735 /* define if you have pthread_detach function */
736 /* #undef HAVE_PTHREAD_DETACH */
737
738 /* define if you have Mach Cthreads */
739 /* #undef HAVE_MACH_CTHREADS */
740
741 /* if you have GNU Pth */
742 /* #undef HAVE_GNU_PTH */
743
744 /* if you have Solaris LWP (thr) package */
745 /* #undef HAVE_THR */
746
747 /* if you have SunOS LWP package */
748 /* #undef HAVE_LWP */
749
750 /* define if select implicitly yields */
751 #define HAVE_YIELDING_SELECT 1
752
753 /* if you have LinuxThreads */
754 /* #undef HAVE_LINUX_THREADS */
755
756 /* define if you have (or want) no threads */
757 /* #undef NO_THREADS */
758
759 /* define if Berkeley DB has DB_THREAD support */
760 /* #undef HAVE_BERKELEY_DB_THREAD */
761
762 /* define this if Berkeley DB is available */
763 #define HAVE_BERKELEY_DB 1
764
765 /* define this to use DBHASH w/ LDBM backend */
766 /* #undef LDBM_USE_DBHASH */
767
768 /* define this to use DBBTREE w/ LDBM backend */
769 #define LDBM_USE_DBBTREE 1
770
771 /* define if MDBM is available */
772 /* #undef HAVE_MDBM */
773
774 /* define if GNU DBM is available */
775 /* #undef HAVE_GDBM */
776
777 /* define if NDBM is available */
778 /* #undef HAVE_NDBM */
779
780 /* define if LDAP libs are dynamic */
781 /* #undef LDAP_LIBS_DYNAMIC */
782
783 /* define if you have -lwrap */
784 /* #undef HAVE_TCPD */
785
786 /* define if you have -ltermcap */
787 /* #undef HAVE_TERMCAP */
788
789 /* define if you have -lncurses */
790 /* #undef HAVE_NCURSES */
791
792 /* define if you have no termcap support */
793 #define NO_TERMCAP 1
794
795 /* define if you have Cyrus SASL */
796 #define HAVE_CYRUS_SASL 1
797
798 /* set to urandom device */
799 /* #undef URANDOM_DEVICE */
800
801 /* define if you actually have FreeBSD fetch(3) */
802 /* #undef HAVE_FETCH */
803
804 /* define if you have -lreadline */
805 /* #undef HAVE_READLINE */
806
807 /* define if crypt(3) is available */
808 /* #undef HAVE_CRYPT */
809
810 /* define if setproctitle(3) is available */
811 /* #undef HAVE_SETPROCTITLE */
812
813 /* define if you have -lslp */
814 /* #undef HAVE_SLP */
815
816 /* Define to `int' if <sys/types.h> does not define. */
817 #define mode_t int
818
819 /* Define to `long' if <sys/types.h> does not define. */
820 /* #undef off_t */
821
822 /* Define to `int' if <sys/types.h> does not define. */
823 #define pid_t int
824
825 /* Define if system has ptrdiff_t type */
826 #define HAVE_PTRDIFF_T 1
827
828 /* Define to `unsigned' if <sys/types.h> does not define. */
829 /* #undef size_t */
830
831 /* Define to `signed int' if <sys/types.h> does not define. */
832 /* #undef ssize_t signed int */
833
834 /* Define to `char *' if <sys/types.h> does not define. */
835 #define caddr_t char *
836
837 /* define to int if socklen_t is not available */
838 #define socklen_t int
839
840 /* define to atomic type if sig_atomic_t is not available */
841 /* #undef sig_atomic_t */
842
843 /* define if struct passwd has pw_gecos */
844 /* #undef HAVE_PW_GECOS */
845
846 /* define if struct passwd has pw_passwd */
847 /* #undef HAVE_PW_PASSWD */
848
849 /* define if toupper() requires islower() */
850 #define C_UPPER_LOWER 1
851
852 /* define as empty if volatile is not supported */
853 /* #undef volatile */
854
855 /* define if cross compiling */
856 /* #undef CROSS_COMPILING */
857
858 /* The number of bytes in type short */
859 #define SIZEOF_SHORT 2
860
861 /* The number of bytes in type int */
862 #define SIZEOF_INT 4
863
864 /* The number of bytes in type long */
865 #define SIZEOF_LONG 4
866
867 /* define to you inet_aton(3) is available */
868 /* #undef HAVE_INET_ATON */
869
870 /* if you have spawnlp() */
871 #define HAVE_SPAWNLP 1
872
873 /* define to snprintf routine */
874 #define snprintf _snprintf
875
876 /* define to vsnprintf routine */
877 #define vsnprintf _vsnprintf
878
879 /* define if sys_errlist is not declared in stdio.h or errno.h */
880 /* #undef DECL_SYS_ERRLIST */
881
882 /* define if you actually have sys_errlist in your libs */
883 #define HAVE_SYS_ERRLIST 1
884
885 /* define this to add debugging code */
886 /* #undef LDAP_DEBUG */
887
888 /* define this to add syslog code */
889 /* #undef LDAP_SYSLOG */
890
891 /* define this to remove -lldap cache support */
892 /* #undef LDAP_NOCACHE */
893
894 /* define this for LDAP process title support */
895 /* #undef LDAP_PROCTITLE */
896
897 /* define to support PF_LOCAL */
898 /* #undef LDAP_PF_LOCAL */
899
900 /* define to support PF_INET6 */
901 /* #undef LDAP_PF_INET6 */
902
903 /* define to support cleartext passwords */
904 #define SLAPD_CLEARTEXT 1
905
906 /* define to support crypt(3) passwords */
907 /* #undef SLAPD_CRYPT */
908
909 /* define to support Kerberos passwords */
910 /* #undef SLAPD_KPASSWD */
911
912 /* define to support SASL passwords */
913 /* #undef SLAPD_SPASSWD */
914
915 /* define to support phonetic */
916 /* #undef SLAPD_PHONETIC */
917
918 /* define to support reverse lookups */
919 #define SLAPD_RLOOKUPS 1
920
921 /* define to support per-object ACIs */
922 /* #undef SLAPD_ACI_ENABLED */
923
924 /* define to support modules */
925 /* #undef SLAPD_MODULES */
926
927 /* define to support BDB backend */
928 /* #undef SLAPD_BDB */
929
930 /* define to support dynamic BDB backend */
931 /* #undef SLAPD_BDB_DYNAMIC */
932
933 /* define to support DNS SRV backend */
934 /* #undef SLAPD_DNSSRV */
935
936 /* define to support dynamic DNS SRV backend */
937 /* #undef SLAPD_DNSSRV_DYNAMIC */
938
939 /* define to support LDAP backend */
940 /* #undef SLAPD_LDAP */
941
942 /* define to support dynamic LDAP backend */
943 /* #undef SLAPD_LDAP_DYNAMIC */
944
945 /* define to support LDBM backend */
946 #define SLAPD_LDBM 1
947
948 /* define to support dynamic LDBM backend */
949 /* #undef SLAPD_LDBM_DYNAMIC */
950
951 /* define to support LDAP Metadirectory backend */
952 /* #undef SLAPD_META */
953
954 /* define to support dynamic LDAP Metadirectory backend */
955 /* #undef SLAPD_META_DYNAMIC */
956
957 /* define to support cn=Monitor backend */
958 /* #undef SLAPD_MONITOR */
959
960 /* define to support dynamic cn=Monitor backend */
961 /* #undef SLAPD_MONITOR_DYNAMIC */
962
963 /* define to support PASSWD backend */
964 /* #undef SLAPD_PASSWD */
965
966 /* define to support dynamic PASSWD backend */
967 /* #undef SLAPD_PASSWD_DYNAMIC */
968
969 /* define to support PERL backend */
970 /* #undef SLAPD_PERL */
971
972 /* define to support dynamic PERL backend */
973 /* #undef SLAPD_PERL_DYNAMIC */
974
975 /* define to support SHELL backend */
976 /* #undef SLAPD_SHELL */
977
978 /* define to support dynamic SHELL backend */
979 /* #undef SLAPD_SHELL_DYNAMIC */
980
981 /* define to support TCL backend */
982 /* #undef SLAPD_TCL */
983
984 /* define to support dynamic TCL backend */
985 /* #undef SLAPD_TCL_DYNAMIC */
986
987 /* define to support SQL backend */
988 /* #undef SLAPD_SQL */
989
990 /* define to support dynamic SQL backend */
991 /* #undef SLAPD_SQL_DYNAMIC */
992
993 /* define to enable rewriting in back-ldap and back-meta */
994 /* #undef ENABLE_REWRITE */
995
996
997 /* begin of postamble */
998
999 #ifdef _WIN32
1000         /* don't suck in all of the win32 api */
1001 #       define WIN32_LEAN_AND_MEAN 1
1002
1003 #if !defined(_WINNT) && !defined(_WIN95)
1004 #define _WINNT
1005 #endif
1006
1007 #if defined( _MT ) && defined( _WINNT )
1008 #define HAVE_NT_THREADS 1
1009 #else
1010 #define NO_THREADS 1
1011 #endif
1012
1013 #ifdef HAVE_NT_THREADS
1014 /* enable WINNT specific features only if we have NT THREADS */
1015 #define HAVE_NT_SERVICE_MANAGER 1
1016 #define HAVE_NT_EVENT_LOG 1
1017 #endif
1018
1019 #if defined( _DEBUG ) && !defined( LDAP_DEBUG )
1020 /* #define LDAP_MEMORY_DEBUG 1 */
1021 #define LDAP_DEBUG 1
1022 #endif
1023
1024 #define MAXPATHLEN _MAX_PATH
1025
1026 #define strcasecmp      stricmp
1027 #define strncasecmp     strnicmp
1028
1029 /* define type for ssize_t */
1030 typedef signed int ssize_t;
1031
1032 #endif /* _WIN32 */
1033
1034 #ifndef LDAP_NEEDS_PROTOTYPES
1035 /* force LDAP_P to always include prototypes */
1036 #define LDAP_NEEDS_PROTOTYPES 1
1037 #endif
1038
1039 #ifdef HAVE_STDDEF_H
1040 #       include <stddef.h>
1041 #endif
1042
1043 #if defined(LDAP_DEVEL) && !defined(LDAP_TEST)
1044 #define LDAP_TEST
1045 #endif
1046 #if defined(LDAP_TEST) && !defined(LDAP_DEBUG)
1047 #define LDAP_DEBUG
1048 #endif
1049
1050 #include "ldap_cdefs.h"
1051 #include "ldap_features.h"
1052
1053 #include "ac/assert.h"
1054
1055 #endif /* _LDAP_PORTABLE_H */