]> git.sur5r.net Git - openldap/blob - include/portable.nt
Update mismatch error messages
[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-2004 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 fstat function.  */
154 /* #undef HAVE_FSTAT */
155
156 /* Define if you have the gai_strerror function.  */
157 /* #undef HAVE_GAI_STRERROR */
158
159 /* Define if you have the getaddrinfo function.  */
160 /* #undef HAVE_GETADDRINFO */
161
162 /* Define if you have the getdtablesize function.  */
163 /* #undef HAVE_GETDTABLESIZE */
164
165 /* Define if you have the getgrgid function.  */
166 /* #undef HAVE_GETGRGID */
167
168 /* Define if you have the gethostbyaddr_r function.  */
169 /* #undef HAVE_GETHOSTBYADDR_R */
170
171 /* Define if you have the gethostbyname_r function.  */
172 /* #undef HAVE_GETHOSTBYNAME_R */
173
174 /* Define if you have the gethostname function.  */
175 #define HAVE_GETHOSTNAME 1
176
177 /* Define if you have the getopt function.  */
178 /* #undef HAVE_GETOPT */
179
180 /* Define if you have the getpass function.  */
181 /* #undef HAVE_GETPASS */
182
183 /* Define if you have the getpassphrase function.  */
184 /* #undef HAVE_GETPASSPHRASE */
185
186 /* Define if you have the getpwnam function.  */
187 /* #undef HAVE_GETPWNAM */
188
189 /* Define if you have the getpwuid function.  */
190 /* #undef HAVE_GETPWUID */
191
192 /* Define if you have the getspnam function.  */
193 /* #undef HAVE_GETSPNAM */
194
195 /* Define if you have the gettimeofday function.  */
196 /* #undef HAVE_GETTIMEOFDAY */
197
198 /* Define if you have the inet_ntop function.  */
199 /* #undef HAVE_INET_NTOP */
200
201 /* Define if you have the initgroups function.  */
202 /* #undef HAVE_INITGROUPS */
203
204 /* Define if you have the lockf function.  */
205 /* #undef HAVE_LOCKF */
206
207 /* Define if you have the memcpy function.  */
208 #define HAVE_MEMCPY 1
209
210 /* Define if you have the memmove function.  */
211 #define HAVE_MEMMOVE 1
212
213 /* Define if you have the mkstemp function.  */
214 /* #undef HAVE_MKSTEMP */
215
216 /* Define if you have the mktemp function.  */
217 #define HAVE_MKTEMP 1
218
219 /* Define if you have the pipe function.  */
220 /* #undef HAVE_PIPE */
221
222 /* Define if you have the pthread_getconcurrency function.  */
223 /* #undef HAVE_PTHREAD_GETCONCURRENCY */
224
225 /* Define if you have the pthread_kill function.  */
226 /* #undef HAVE_PTHREAD_KILL */
227
228 /* Define if you have the pthread_kill_other_threads_np function.  */
229 /* #undef HAVE_PTHREAD_KILL_OTHER_THREADS_NP */
230
231 /* Define if you have the pthread_rwlock_destroy function.  */
232 /* #undef HAVE_PTHREAD_RWLOCK_DESTROY */
233
234 /* Define if you have the pthread_setconcurrency function.  */
235 /* #undef HAVE_PTHREAD_SETCONCURRENCY */
236
237 /* Define if you have the pthread_yield function.  */
238 /* #undef HAVE_PTHREAD_YIELD */
239
240 /* Define if you have the read function.  */
241 #define HAVE_READ 1
242
243 /* Define if you have the recv function.  */
244 /* #undef HAVE_RECV */
245
246 /* Define if you have the recvfrom function.  */
247 /* #undef HAVE_RECVFROM */
248
249 /* Define if you have the sched_yield function.  */
250 /* #undef HAVE_SCHED_YIELD */
251
252 /* Define if you have the send function.  */
253 /* #undef HAVE_SEND */
254
255 /* Define if you have the sendto function.  */
256 /* #undef HAVE_SENDTO */
257
258 /* Define if you have the setegid function.  */
259 /* #undef HAVE_SETEGID */
260
261 /* Define if you have the seteuid function.  */
262 /* #undef HAVE_SETEUID */
263
264 /* Define if you have the setgid function.  */
265 /* #undef HAVE_SETGID */
266
267 /* Define if you have the setpwfile function.  */
268 /* #undef HAVE_SETPWFILE */
269
270 /* Define if you have the setsid function.  */
271 /* #undef HAVE_SETSID */
272
273 /* Define if you have the setuid function.  */
274 /* #undef HAVE_SETUID */
275
276 /* Define if you have the sigaction function.  */
277 /* #undef HAVE_SIGACTION */
278
279 /* Define if you have the signal function.  */
280 #define HAVE_SIGNAL 1
281
282 /* Define if you have the sigset function.  */
283 /* #undef HAVE_SIGSET */
284
285 /* Define if you have the strdup function.  */
286 #define HAVE_STRDUP 1
287
288 /* Define if you have the strerror function.  */
289 #define HAVE_STRERROR 1
290
291 /* Define if you have the strpbrk function.  */
292 #define HAVE_STRPBRK 1
293
294 /* Define if you have the strrchr function.  */
295 #define HAVE_STRRCHR 1
296
297 /* Define if you have the strsep function.  */
298 /* #undef HAVE_STRSEP */
299
300 /* Define if you have the strspn function.  */
301 #define HAVE_STRSPN 1
302
303 /* Define if you have the strstr function.  */
304 #define HAVE_STRSTR 1
305
306 /* Define if you have the strtol function.  */
307 #define HAVE_STRTOL 1
308
309 /* Define if you have the strtoul function.  */
310 #define HAVE_STRTOUL 1
311
312 /* Define if you have the sysconf function.  */
313 /* #undef HAVE_SYSCONF */
314
315 /* Define if you have the thr_getconcurrency function.  */
316 /* #undef HAVE_THR_GETCONCURRENCY */
317
318 /* Define if you have the thr_setconcurrency function.  */
319 /* #undef HAVE_THR_SETCONCURRENCY */
320
321 /* Define if you have the thr_yield function.  */
322 /* #undef HAVE_THR_YIELD */
323
324 /* Define if you have the usleep function.  */
325 /* #undef HAVE_USLEEP */
326
327 /* Define if you have the vsnprintf function.  */
328 #define HAVE_VSNPRINTF 1
329
330 /* Define if you have the vsprintf function.  */
331 #define HAVE_VSPRINTF 1
332
333 /* Define if you have the wait4 function.  */
334 /* #undef HAVE_WAIT4 */
335
336 /* Define if you have the waitpid function.  */
337 /* #undef HAVE_WAITPID */
338
339 /* Define if you have the write function.  */
340 #define HAVE_WRITE 1
341
342 /* Define if you have the <arpa/inet.h> header file.  */
343 /* #undef HAVE_ARPA_INET_H */
344
345 /* Define if you have the <arpa/nameser.h> header file.  */
346 /* #undef HAVE_ARPA_NAMESER_H */
347
348 /* Define if you have the <assert.h> header file.  */
349 #define HAVE_ASSERT_H 1
350
351 /* Define if you have the <conio.h> header file.  */
352 #define HAVE_CONIO_H 1
353
354 /* Define if you have the <crypt.h> header file.  */
355 /* #undef HAVE_CRYPT_H */
356
357 /* Define if you have the <cthread.h> header file.  */
358 /* #undef HAVE_CTHREAD_H */
359
360 /* Define if you have the <db.h> header file.  */
361 #define HAVE_DB_H 1
362
363 /* Define if you have the <db_185.h> header file.  */
364 /* #undef HAVE_DB_185_H */
365
366 /* Define if you have the <des.h> header file.  */
367 /* #undef HAVE_DES_H */
368
369 /* Define if you have the <direct.h> header file.  */
370 #define HAVE_DIRECT_H 1
371
372 /* Define if you have the <dirent.h> header file.  */
373 /* #undef HAVE_DIRENT_H */
374
375 /* Define if you have the <errno.h> header file.  */
376 #define HAVE_ERRNO_H 1
377
378 /* Define if you have the <fcntl.h> header file.  */
379 #define HAVE_FCNTL_H 1
380
381 /* Define if you have the <filio.h> header file.  */
382 /* #undef HAVE_FILIO_H */
383
384 /* Define if you have the <gdbm.h> header file.  */
385 /* #undef HAVE_GDBM_H */
386
387 /* Define if you have the <getopt.h> header file.  */
388 /* #undef HAVE_GETOPT_H */
389
390 /* Define if you have the <grp.h> header file.  */
391 /* #undef HAVE_GRP_H */
392
393 /* Define if you have the <heim_err.h> header file.  */
394 /* #undef HAVE_HEIM_ERR_H */
395
396 /* Define if you have the <io.h> header file.  */
397 #define HAVE_IO_H 1
398
399 /* Define if you have the <kerberosIV/des.h> header file.  */
400 /* #undef HAVE_KERBEROSIV_DES_H */
401
402 /* Define if you have the <kerberosIV/krb.h> header file.  */
403 /* #undef HAVE_KERBEROSIV_KRB_H */
404
405 /* Define if you have the <krb-archaeology.h> header file.  */
406 /* #undef HAVE_KRB_ARCHAEOLOGY_H */
407
408 /* Define if you have the <krb.h> header file.  */
409 /* #undef HAVE_KRB_H */
410
411 /* Define if you have the <krb5.h> header file.  */
412 /* #undef HAVE_KRB5_H */
413
414 /* Define if you have the <libutil.h> header file.  */
415 /* #undef HAVE_LIBUTIL_H */
416
417 /* Define if you have the <limits.h> header file.  */
418 #define HAVE_LIMITS_H 1
419
420 /* Define if you have the <locale.h> header file.  */
421 #define HAVE_LOCALE_H 1
422
423 /* Define if you have the <ltdl.h> header file.  */
424 /* #undef HAVE_LTDL_H */
425
426 /* Define if you have the <lwp/lwp.h> header file.  */
427 /* #undef HAVE_LWP_LWP_H */
428
429 /* Define if you have the <mach/cthreads.h> header file.  */
430 /* #undef HAVE_MACH_CTHREADS_H */
431
432 /* Define if you have the <malloc.h> header file.  */
433 #define HAVE_MALLOC_H 1
434
435 /* Define if you have the <mdbm.h> header file.  */
436 /* #undef HAVE_MDBM_H */
437
438 /* Define if you have the <memory.h> header file.  */
439 #define HAVE_MEMORY_H 1
440
441 /* Define if you have the <minix/config.h> header file.  */
442 /* #undef HAVE_MINIX_CONFIG_H */
443
444 /* Define if you have the <ncurses.h> header file.  */
445 /* #undef HAVE_NCURSES_H */
446
447 /* Define if you have the <ndbm.h> header file.  */
448 /* #undef HAVE_NDBM_H */
449
450 /* Define if you have the <ndir.h> header file.  */
451 /* #undef HAVE_NDIR_H */
452
453 /* Define if you have the <netinet/tcp.h> header file.  */
454 /* #undef HAVE_NETINET_TCP_H */
455
456 /* Define if you have the <openssl/ssl.h> header file.  */
457 /* #undef HAVE_OPENSSL_SSL_H */
458
459 /* Define if you have the <process.h> header file.  */
460 #define HAVE_PROCESS_H 1
461
462 /* Define if you have the <psap.h> header file.  */
463 /* #undef HAVE_PSAP_H */
464
465 /* Define if you have the <pth.h> header file.  */
466 /* #undef HAVE_PTH_H */
467
468 /* Define if you have the <pthread.h> header file.  */
469 /* #undef HAVE_PTHREAD_H */
470
471 /* Define if you have the <pwd.h> header file.  */
472 /* #undef HAVE_PWD_H */
473
474 /* Define if you have the <readline/history.h> header file.  */
475 /* #undef HAVE_READLINE_HISTORY_H */
476
477 /* Define if you have the <readline/readline.h> header file.  */
478 /* #undef HAVE_READLINE_READLINE_H */
479
480 /* Define if you have the <regex.h> header file.  */
481 #define HAVE_REGEX_H 1
482
483 /* Define if you have the <resolv.h> header file.  */
484 /* #undef HAVE_RESOLV_H */
485
486 /* Define if you have the <sasl.h> header file.  */
487 #define HAVE_SASL_H 1
488
489 /* Define if you have the <sched.h> header file.  */
490 /* #undef HAVE_SCHED_H */
491
492 /* Define if you have the <sgtty.h> header file.  */
493 /* #undef HAVE_SGTTY_H */
494
495 /* Define if you have the <shadow.h> header file.  */
496 /* #undef HAVE_SHADOW_H */
497
498 /* Define if you have the <slp.h> header file.  */
499 /* #undef HAVE_SLP_H */
500
501 /* Define if you have the <ssl.h> header file.  */
502 /* #undef HAVE_SSL_H */
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/queue.h> header file.  */
538 /* #undef HAVE_SYS_QUEUE_H */
539
540 /* Define if you have the <sys/resource.h> header file.  */
541 /* #undef HAVE_SYS_RESOURCE_H */
542
543 /* Define if you have the <sys/select.h> header file.  */
544 /* #undef HAVE_SYS_SELECT_H */
545
546 /* Define if you have the <sys/socket.h> header file.  */
547 /* #undef HAVE_SYS_SOCKET_H */
548
549 /* Define if you have the <sys/syslog.h> header file.  */
550 /* #undef HAVE_SYS_SYSLOG_H */
551
552 /* Define if you have the <sys/time.h> header file.  */
553 /* #undef HAVE_SYS_TIME_H */
554
555 /* Define if you have the <sys/types.h> header file.  */
556 #define HAVE_SYS_TYPES_H 1
557
558 /* Define if you have the <sys/un.h> header file.  */
559 /* #undef HAVE_SYS_UN_H */
560
561 /* Define if you have the <sysexits.h> header file.  */
562 /* #undef HAVE_SYSEXITS_H */
563
564 /* Define if you have the <syslog.h> header file.  */
565 /* #undef HAVE_SYSLOG_H */
566
567 /* Define if you have the <tcl.h> header file.  */
568 /* #undef HAVE_TCL_H */
569
570 /* Define if you have the <tcpd.h> header file.  */
571 /* #undef HAVE_TCPD_H */
572
573 /* Define if you have the <termcap.h> header file.  */
574 /* #undef HAVE_TERMCAP_H */
575
576 /* Define if you have the <termios.h> header file.  */
577 /* #undef HAVE_TERMIOS_H */
578
579 /* Define if you have the <thread.h> header file.  */
580 /* #undef HAVE_THREAD_H */
581
582 /* Define if you have the <unistd.h> header file.  */
583 /* #undef HAVE_UNISTD_H */
584
585 /* Define if you have the <winsock.h> header file.  */
586 #define HAVE_WINSOCK_H 1
587
588 /* Define if you have the <winsock2.h> header file.  */
589 #define HAVE_WINSOCK2_H 1
590
591 /* Define if you have the V3 library (-lV3).  */
592 /* #undef HAVE_LIBV3 */
593
594 /* Define if you have the bind library (-lbind).  */
595 /* #undef HAVE_LIBBIND */
596
597 /* Define if you have the dl library (-ldl).  */
598 /* #undef HAVE_LIBDL */
599
600 /* Define if you have the gen library (-lgen).  */
601 /* #undef HAVE_LIBGEN */
602
603 /* Define if you have the inet library (-linet).  */
604 /* #undef HAVE_LIBINET */
605
606 /* Define if you have the net library (-lnet).  */
607 /* #undef HAVE_LIBNET */
608
609 /* Define if you have the nsl library (-lnsl).  */
610 /* #undef HAVE_LIBNSL */
611
612 /* Define if you have the nsl_s library (-lnsl_s).  */
613 /* #undef HAVE_LIBNSL_S */
614
615 /* Define if you have the resolv library (-lresolv).  */
616 /* #undef HAVE_LIBRESOLV */
617
618 /* Define if you have the socket library (-lsocket).  */
619 /* #undef HAVE_LIBSOCKET */
620
621 /* Package */
622 #define OPENLDAP_PACKAGE "OpenLDAP"
623
624 /* Version */
625 #define OPENLDAP_VERSION "2.X"
626
627 /* Version */
628 /* #undef LDAP_VENDOR_VERSION */
629
630 /* Major */
631 /* #undef LDAP_VENDOR_VERSION_MAJOR */
632
633 /* Minor */
634 /* #undef LDAP_VENDOR_VERSION_MINOR */
635
636 /* Patch */
637 /* #undef LDAP_VENDOR_VERSION_PATCH */
638
639 /* define this if you have mkversion */
640 /* #undef HAVE_MKVERSION */
641
642 /* defined to be the EXE extension */
643 #define EXEEXT ".exe"
644
645 /* define if you have AIX security lib */
646 /* #undef HAVE_AIX_SECURITY */
647
648 /* define if you have libtool -ltdl */
649 /* #undef HAVE_LIBLTDL */
650
651 /* define if system uses EBCDIC instead of ASCII */
652 /* #undef HAVE_EBCDIC */
653
654 /* Define if TIOCGWINSZ requires sys/ioctl.h */
655 /* #undef GWINSZ_IN_SYS_IOCTL */
656
657 /* define if you have POSIX termios */
658 /* #undef HAVE_POSIX_TERMIOS */
659
660 /* define if you have winsock */
661 #define HAVE_WINSOCK 1
662
663 /* define if you have winsock2 */
664 #define HAVE_WINSOCK2 1
665
666 /* define if you have res_query() */
667 /* #undef HAVE_RES_QUERY */
668
669 /* define if you have HEIMDAL Kerberos */
670 /* #undef HAVE_HEIMDAL_KERBEROS */
671
672 /* define if you have Kerberos V */
673 /* #undef HAVE_KRB5 */
674
675 /* define if you have Kerberos V with IV support */
676 /* #undef HAVE_KRB425 */
677
678 /* define if you have Kerberos IV */
679 /* #undef HAVE_KRB4 */
680
681 /* define if you have Kerberos des_debug */
682 /* #undef HAVE_DES_DEBUG */
683
684 /* define if you have Kerberos IV */
685 /* #undef HAVE_KRB4 */
686
687 /* define if you have Kth Kerberos */
688 /* #undef HAVE_KTH_KERBEROS */
689
690 /* define if you have Kerberos */
691 /* #undef HAVE_KERBEROS */
692
693 /* define if you have SSLeay or OpenSSL */
694 /* #undef HAVE_SSLEAY */
695
696 /* define if you have RSAref */
697 /* #undef HAVE_RSAREF */
698
699 /* define if you have TLS */
700 /* #undef HAVE_TLS */
701
702 /* define to support LAN Manager passwords */
703 /* #undef SLAPD_LMHASH */
704
705 /* set to the number of arguments ctime_r() expects */
706 /* #undef CTIME_R_NARGS */
707
708 /* set to the number of arguments gethostbyname_r() expects */
709 /* #undef GETHOSTBYNAME_R_NARGS */
710
711 /* set to the number of arguments gethostbyaddr_r() expects */
712 /* #undef GETHOSTBYADDR_R_NARGS */
713
714 /* if you have NT Threads */
715 /* #undef HAVE_NT_THREADS */
716
717 /* if you have NT Service Manager */
718 /* #undef HAVE_NT_SERVICE_MANAGER */
719
720 /* if you have NT Event Log */
721 /* #undef HAVE_NT_EVENT_LOG */
722
723 /* define if pthreads API compatible with final spec */
724 /* #undef HAVE_PTHREADS_FINAL */
725
726 /* define if pthreads API compatible with draft4 spec */
727 /* #undef HAVE_PTHREADS_D4 */
728
729 /* if you have LinuxThreads */
730 /* #undef HAVE_LINUX_THREADS */
731
732 /* define if you have POSIX Threads */
733 /* #undef HAVE_PTHREADS */
734
735 /* Define if you have the sched_yield function. */
736 /* #undef HAVE_SCHED_YIELD */
737
738 /* define if you have pthread_detach function */
739 /* #undef HAVE_PTHREAD_DETACH */
740
741 /* define if you have Mach Cthreads */
742 /* #undef HAVE_MACH_CTHREADS */
743
744 /* if you have GNU Pth */
745 /* #undef HAVE_GNU_PTH */
746
747 /* if you have Solaris LWP (thr) package */
748 /* #undef HAVE_THR */
749
750 /* if you have SunOS LWP package */
751 /* #undef HAVE_LWP */
752
753 /* define if select implicitly yields */
754 #define HAVE_YIELDING_SELECT 1
755
756 /* if you have LinuxThreads */
757 /* #undef HAVE_LINUX_THREADS */
758
759 /* define if you have (or want) no threads */
760 /* #undef NO_THREADS */
761
762 /* define if Berkeley DB has DB_THREAD support */
763 /* #undef HAVE_BERKELEY_DB_THREAD */
764
765 /* define this if Berkeley DB is available */
766 #define HAVE_BERKELEY_DB 1
767
768 /* define this to use DBHASH w/ LDBM backend */
769 /* #undef LDBM_USE_DBHASH */
770
771 /* define this to use DBBTREE w/ LDBM backend */
772 #define LDBM_USE_DBBTREE 1
773
774 /* define if MDBM is available */
775 /* #undef HAVE_MDBM */
776
777 /* define if GNU DBM is available */
778 /* #undef HAVE_GDBM */
779
780 /* define if NDBM is available */
781 /* #undef HAVE_NDBM */
782
783 /* define if LDAP libs are dynamic */
784 /* #undef LDAP_LIBS_DYNAMIC */
785
786 /* define if you have -lwrap */
787 /* #undef HAVE_TCPD */
788
789 /* define if you have -ltermcap */
790 /* #undef HAVE_TERMCAP */
791
792 /* define if you have -lncurses */
793 /* #undef HAVE_NCURSES */
794
795 /* define if you have no termcap support */
796 #define NO_TERMCAP 1
797
798 /* define if you have Cyrus SASL */
799 #define HAVE_CYRUS_SASL 1
800
801 /* set to urandom device */
802 /* #undef URANDOM_DEVICE */
803
804 /* define if you actually have FreeBSD fetch(3) */
805 /* #undef HAVE_FETCH */
806
807 /* define if you have -lreadline */
808 /* #undef HAVE_READLINE */
809
810 /* define if crypt(3) is available */
811 /* #undef HAVE_CRYPT */
812
813 /* define if setproctitle(3) is available */
814 /* #undef HAVE_SETPROCTITLE */
815
816 /* define if you have -lslp */
817 /* #undef HAVE_SLP */
818
819 /* define if you have `long long' */
820 #define HAVE_LONG_LONG 1
821
822 /* Define to `int' if <sys/types.h> does not define. */
823 #define mode_t int
824
825 /* Define to `long' if <sys/types.h> does not define. */
826 /* #undef off_t */
827
828 /* Define to `int' if <sys/types.h> does not define. */
829 #define pid_t int
830
831 /* Define if system has ptrdiff_t type */
832 #define HAVE_PTRDIFF_T 1
833
834 /* Define to `unsigned' if <sys/types.h> does not define. */
835 /* #undef size_t */
836
837 /* Define to `signed int' if <sys/types.h> does not define. */
838 /* #undef ssize_t signed int */
839
840 /* Define to `char *' if <sys/types.h> does not define. */
841 #define caddr_t char *
842
843 /* define to int if socklen_t is not available */
844 #define socklen_t int
845
846 /* define to atomic type if sig_atomic_t is not available */
847 /* #undef sig_atomic_t */
848
849 /* define if struct passwd has pw_gecos */
850 /* #undef HAVE_PW_GECOS */
851
852 /* define if struct passwd has pw_passwd */
853 /* #undef HAVE_PW_PASSWD */
854
855 /* define if toupper() requires islower() */
856 #define C_UPPER_LOWER 1
857
858 /* define as empty if volatile is not supported */
859 /* #undef volatile */
860
861 /* define if cross compiling */
862 /* #undef CROSS_COMPILING */
863
864 /* The number of bytes in type short */
865 #define SIZEOF_SHORT 2
866
867 /* The number of bytes in type int */
868 #define SIZEOF_INT 4
869
870 /* The number of bytes in type long */
871 #define SIZEOF_LONG 4
872
873 /* define to you inet_aton(3) is available */
874 /* #undef HAVE_INET_ATON */
875
876 /* if you have spawnlp() */
877 #define HAVE_SPAWNLP 1
878
879 /* define to snprintf routine */
880 #define snprintf _snprintf
881
882 /* define to vsnprintf routine */
883 #define vsnprintf _vsnprintf
884
885 /* define if sys_errlist is not declared in stdio.h or errno.h */
886 /* #undef DECL_SYS_ERRLIST */
887
888 /* define if you actually have sys_errlist in your libs */
889 #define HAVE_SYS_ERRLIST 1
890
891 /* define this to add debugging code */
892 /* #undef LDAP_DEBUG */
893
894 /* define this to add syslog code */
895 /* #undef LDAP_SYSLOG */
896
897 /* define this to remove -lldap cache support */
898 /* #undef LDAP_NOCACHE */
899
900 /* define this for LDAP process title support */
901 /* #undef LDAP_PROCTITLE */
902
903 /* define to support PF_LOCAL */
904 /* #undef LDAP_PF_LOCAL */
905
906 /* define to support PF_INET6 */
907 /* #undef LDAP_PF_INET6 */
908
909 /* define to support cleartext passwords */
910 #define SLAPD_CLEARTEXT 1
911
912 /* define to support crypt(3) passwords */
913 /* #undef SLAPD_CRYPT */
914
915 /* define to support Kerberos passwords */
916 /* #undef SLAPD_KPASSWD */
917
918 /* define to support SASL passwords */
919 /* #undef SLAPD_SPASSWD */
920
921 /* define to support phonetic */
922 /* #undef SLAPD_PHONETIC */
923
924 /* define to support reverse lookups */
925 /* #undef SLAPD_RLOOKUPS */
926
927 /* define to support per-object ACIs */
928 /* #undef SLAPD_ACI_ENABLED */
929
930 /* define to support modules */
931 /* #undef SLAPD_MODULES */
932
933 /* define to support BDB backend */
934 #define SLAPD_BDB 1
935
936 /* define to support dynamic BDB backend */
937 /* #undef SLAPD_BDB_DYNAMIC */
938
939 /* define to support DNS SRV backend */
940 /* #undef SLAPD_DNSSRV */
941
942 /* define to support dynamic DNS SRV backend */
943 /* #undef SLAPD_DNSSRV_DYNAMIC */
944
945 /* define to support LDAP backend */
946 /* #undef SLAPD_LDAP */
947
948 /* define to support dynamic LDAP backend */
949 /* #undef SLAPD_LDAP_DYNAMIC */
950
951 /* define to support LDBM backend */
952 /* #undef SLAPD_LDBM 1 */
953
954 /* define to support dynamic LDBM backend */
955 /* #undef SLAPD_LDBM_DYNAMIC */
956
957 /* define to support LDAP Metadirectory backend */
958 /* #undef SLAPD_META */
959
960 /* define to support dynamic LDAP Metadirectory backend */
961 /* #undef SLAPD_META_DYNAMIC */
962
963 /* define to support cn=Monitor backend */
964 #define SLAPD_MONITOR 1
965
966 /* define to support dynamic cn=Monitor backend */
967 /* #undef SLAPD_MONITOR_DYNAMIC */
968
969 /* define to support NULL backend */
970 /* #undef SLAPD_NULL */
971
972 /* define to support dynamic NULL backend */
973 /* #undef SLAPD_NULL_DYNAMIC */
974
975 /* define to support PASSWD backend */
976 /* #undef SLAPD_PASSWD */
977
978 /* define to support dynamic PASSWD backend */
979 /* #undef SLAPD_PASSWD_DYNAMIC */
980
981 /* define to support PERL backend */
982 /* #undef SLAPD_PERL */
983
984 /* define to support dynamic PERL backend */
985 /* #undef SLAPD_PERL_DYNAMIC */
986
987 /* define to support SHELL backend */
988 /* #undef SLAPD_SHELL */
989
990 /* define to support dynamic SHELL backend */
991 /* #undef SLAPD_SHELL_DYNAMIC */
992
993 /* define to support TCL backend */
994 /* #undef SLAPD_TCL */
995
996 /* define to support dynamic TCL backend */
997 /* #undef SLAPD_TCL_DYNAMIC */
998
999 /* define to support SQL backend */
1000 /* #undef SLAPD_SQL */
1001
1002 /* define to support dynamic SQL backend */
1003 /* #undef SLAPD_SQL_DYNAMIC */
1004
1005 /* define to enable rewriting in back-ldap and back-meta */
1006 /* #undef ENABLE_REWRITE */
1007
1008
1009 /* begin of postamble */
1010
1011 #ifdef _WIN32
1012         /* don't suck in all of the win32 api */
1013 #       define WIN32_LEAN_AND_MEAN 1
1014
1015 #if !defined(_WINNT) && !defined(_WIN95)
1016 #define _WINNT
1017 #endif
1018
1019 #if defined( _MT ) && defined( _WINNT )
1020 #define HAVE_NT_THREADS 1
1021 #else
1022 #define NO_THREADS 1
1023 #endif
1024
1025 #ifdef HAVE_NT_THREADS
1026 /* enable WINNT specific features only if we have NT THREADS */
1027 #define HAVE_NT_SERVICE_MANAGER 1
1028 #define HAVE_NT_EVENT_LOG 1
1029 #endif
1030
1031 #if defined( _DEBUG ) && !defined( LDAP_DEBUG )
1032 /* #define LDAP_MEMORY_DEBUG 1 */
1033 #define LDAP_DEBUG 1
1034 #endif
1035
1036 #define strcasecmp      stricmp
1037 #define strncasecmp     strnicmp
1038
1039 /* define type for ssize_t */
1040 typedef signed int ssize_t;
1041
1042 #endif /* _WIN32 */
1043
1044 #ifndef LDAP_NEEDS_PROTOTYPES
1045 /* force LDAP_P to always include prototypes */
1046 #define LDAP_NEEDS_PROTOTYPES 1
1047 #endif
1048
1049 #ifdef HAVE_STDDEF_H
1050 #       include <stddef.h>
1051 #endif
1052
1053 #if defined(LDAP_DEVEL) && !defined(LDAP_TEST)
1054 #define LDAP_TEST
1055 #endif
1056
1057 #include "ldap_cdefs.h"
1058 #include "ldap_features.h"
1059
1060 #include "ac/assert.h"
1061 #include "ac/localize.h"
1062
1063 #endif /* _LDAP_PORTABLE_H */