config.h.in 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* enabling atomic counter */
  3. #undef ATOMIC_64BIT_OPERATIONS
  4. /* Define to 1 if the `closedir' function returns void instead of `int'. */
  5. #undef CLOSEDIR_VOID
  6. /* cpu type pa-risc */
  7. #undef CPU_hppa
  8. /* cpu type ia64 */
  9. #undef CPU_ia64
  10. /* cpu type sparc */
  11. #undef CPU_sparc
  12. /* cpu type x86 */
  13. #undef CPU_x86
  14. /* cpu type x86_64 */
  15. #undef CPU_x86_64
  16. /* enable ldapi auto bind support in the server */
  17. #undef ENABLE_AUTOBIND
  18. /* enable ldapi auto bind with auto dn suffix support in the server */
  19. #undef ENABLE_AUTO_DN_SUFFIX
  20. /* enable the bitwise plugin */
  21. #undef ENABLE_BITWISE
  22. /* enable the dna plugin */
  23. #undef ENABLE_DNA
  24. /* enable ldapi support in the server */
  25. #undef ENABLE_LDAPI
  26. /* enable the pam passthru auth plugin */
  27. #undef ENABLE_PAM_PASSTHRU
  28. /* Define to 1 if you have the <arpa/inet.h> header file. */
  29. #undef HAVE_ARPA_INET_H
  30. /* Define to 1 if your system has a working `chown' function. */
  31. #undef HAVE_CHOWN
  32. /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
  33. don't. */
  34. #undef HAVE_DECL_STRERROR_R
  35. /* Define to 1 if you have the declaration of `__sync_add_and_fetch', and to 0
  36. if you don't. */
  37. #undef HAVE_DECL___SYNC_ADD_AND_FETCH
  38. /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
  39. */
  40. #undef HAVE_DIRENT_H
  41. /* Define to 1 if you have the <dlfcn.h> header file. */
  42. #undef HAVE_DLFCN_H
  43. /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
  44. #undef HAVE_DOPRNT
  45. /* Define to 1 if you have the `endpwent' function. */
  46. #undef HAVE_ENDPWENT
  47. /* Define to 1 if you have the <fcntl.h> header file. */
  48. #undef HAVE_FCNTL_H
  49. /* Define to 1 if you have the `fork' function. */
  50. #undef HAVE_FORK
  51. /* Define to 1 if you have the `ftruncate' function. */
  52. #undef HAVE_FTRUNCATE
  53. /* Define to 1 if you have the `getcwd' function. */
  54. #undef HAVE_GETCWD
  55. /* Define to 1 if you have the `gethostbyname' function. */
  56. #undef HAVE_GETHOSTBYNAME
  57. /* Define to 1 if you have the `getpagesize' function. */
  58. #undef HAVE_GETPAGESIZE
  59. /* define if you have HEIMDAL Kerberos */
  60. #undef HAVE_HEIMDAL_KERBEROS
  61. /* Define to 1 if you have the <heim_err.h> header file. */
  62. #undef HAVE_HEIM_ERR_H
  63. /* Define to 1 if you have the `inet_ntoa' function. */
  64. #undef HAVE_INET_NTOA
  65. /* Define to 1 if you have the <inttypes.h> header file. */
  66. #undef HAVE_INTTYPES_H
  67. /* define if you have Kerberos V */
  68. #undef HAVE_KRB5
  69. /* Define to 1 if you have the `krb5_cc_new_unique' function. */
  70. #undef HAVE_KRB5_CC_NEW_UNIQUE
  71. /* Define to 1 if you have the `localtime_r' function. */
  72. #undef HAVE_LOCALTIME_R
  73. /* Define to 1 if `lstat' has the bug that it succeeds when given the
  74. zero-length file name argument. */
  75. #undef HAVE_LSTAT_EMPTY_STRING_BUG
  76. /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
  77. to 0 otherwise. */
  78. #undef HAVE_MALLOC
  79. /* Define to 1 if you have the <malloc.h> header file. */
  80. #undef HAVE_MALLOC_H
  81. /* Define to 1 if you have the `memmove' function. */
  82. #undef HAVE_MEMMOVE
  83. /* Define to 1 if you have the <memory.h> header file. */
  84. #undef HAVE_MEMORY_H
  85. /* Define to 1 if you have the `memset' function. */
  86. #undef HAVE_MEMSET
  87. /* Define to 1 if you have the `mkdir' function. */
  88. #undef HAVE_MKDIR
  89. /* Define to 1 if you have a working `mmap' system call. */
  90. #undef HAVE_MMAP
  91. /* Define to 1 if you have the `munmap' function. */
  92. #undef HAVE_MUNMAP
  93. /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
  94. #undef HAVE_NDIR_H
  95. /* Define to 1 if you have the <netdb.h> header file. */
  96. #undef HAVE_NETDB_H
  97. /* Define to 1 if you have the <netinet/in.h> header file. */
  98. #undef HAVE_NETINET_IN_H
  99. /* Define to 1 if you have the `putenv' function. */
  100. #undef HAVE_PUTENV
  101. /* Define to 1 if you have the `rmdir' function. */
  102. #undef HAVE_RMDIR
  103. /* Define to 1 if you have the `setrlimit' function. */
  104. #undef HAVE_SETRLIMIT
  105. /* Define to 1 if you have the `socket' function. */
  106. #undef HAVE_SOCKET
  107. /* Define to 1 if `stat' has the bug that it succeeds when given the
  108. zero-length file name argument. */
  109. #undef HAVE_STAT_EMPTY_STRING_BUG
  110. /* Define to 1 if stdbool.h conforms to C99. */
  111. #undef HAVE_STDBOOL_H
  112. /* Define to 1 if you have the <stdint.h> header file. */
  113. #undef HAVE_STDINT_H
  114. /* Define to 1 if you have the <stdlib.h> header file. */
  115. #undef HAVE_STDLIB_H
  116. /* Define to 1 if you have the `strcasecmp' function. */
  117. #undef HAVE_STRCASECMP
  118. /* Define to 1 if you have the `strchr' function. */
  119. #undef HAVE_STRCHR
  120. /* Define to 1 if you have the `strcspn' function. */
  121. #undef HAVE_STRCSPN
  122. /* Define to 1 if you have the `strdup' function. */
  123. #undef HAVE_STRDUP
  124. /* Define to 1 if you have the `strerror' function. */
  125. #undef HAVE_STRERROR
  126. /* Define to 1 if you have the `strerror_r' function. */
  127. #undef HAVE_STRERROR_R
  128. /* Define to 1 if you have the `strftime' function. */
  129. #undef HAVE_STRFTIME
  130. /* Define to 1 if you have the <strings.h> header file. */
  131. #undef HAVE_STRINGS_H
  132. /* Define to 1 if you have the <string.h> header file. */
  133. #undef HAVE_STRING_H
  134. /* Define to 1 if you have the `strncasecmp' function. */
  135. #undef HAVE_STRNCASECMP
  136. /* Define to 1 if you have the `strpbrk' function. */
  137. #undef HAVE_STRPBRK
  138. /* Define to 1 if you have the `strrchr' function. */
  139. #undef HAVE_STRRCHR
  140. /* Define to 1 if you have the `strstr' function. */
  141. #undef HAVE_STRSTR
  142. /* Define to 1 if you have the `strtol' function. */
  143. #undef HAVE_STRTOL
  144. /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
  145. */
  146. #undef HAVE_SYS_DIR_H
  147. /* Define to 1 if you have the <sys/file.h> header file. */
  148. #undef HAVE_SYS_FILE_H
  149. /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
  150. */
  151. #undef HAVE_SYS_NDIR_H
  152. /* Define to 1 if you have the <sys/socket.h> header file. */
  153. #undef HAVE_SYS_SOCKET_H
  154. /* Define to 1 if you have the <sys/stat.h> header file. */
  155. #undef HAVE_SYS_STAT_H
  156. /* Define to 1 if you have the <sys/time.h> header file. */
  157. #undef HAVE_SYS_TIME_H
  158. /* Define to 1 if you have the <sys/types.h> header file. */
  159. #undef HAVE_SYS_TYPES_H
  160. /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
  161. #undef HAVE_SYS_WAIT_H
  162. /* Define to 1 if you have the `tzset' function. */
  163. #undef HAVE_TZSET
  164. /* Define to 1 if you have the <unistd.h> header file. */
  165. #undef HAVE_UNISTD_H
  166. /* Define to 1 if you have the `vfork' function. */
  167. #undef HAVE_VFORK
  168. /* Define to 1 if you have the <vfork.h> header file. */
  169. #undef HAVE_VFORK_H
  170. /* Define to 1 if you have the `vprintf' function. */
  171. #undef HAVE_VPRINTF
  172. /* Define to 1 if `fork' works. */
  173. #undef HAVE_WORKING_FORK
  174. /* Define to 1 if `vfork' works. */
  175. #undef HAVE_WORKING_VFORK
  176. /* Define to 1 if the system has the type `_Bool'. */
  177. #undef HAVE__BOOL
  178. /* HP-UX */
  179. #undef HPUX
  180. /* HP-UX 11 */
  181. #undef HPUX11
  182. /* HP-UX 11.11 */
  183. #undef HPUX11_11
  184. /* HP-UX 11.23 */
  185. #undef HPUX11_23
  186. /* Use FHS layout */
  187. #undef IS_FHS
  188. /* Use FHS optional layout */
  189. #undef IS_FHS_OPT
  190. /* LDAP debug flag */
  191. #undef LDAP_DEBUG
  192. /* Don't use smartheap */
  193. #undef LDAP_DONT_USE_SMARTHEAP
  194. /* Linux */
  195. #undef LINUX
  196. /* Linux 2.0 */
  197. #undef LINUX2_0
  198. /* Linux 2.2 */
  199. #undef LINUX2_2
  200. /* Linux 2.4 */
  201. #undef LINUX2_4
  202. /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
  203. slash. */
  204. #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
  205. /* Linux */
  206. #undef Linux
  207. /* no getdomainname */
  208. #undef NO_DOMAINNAME
  209. /* Define to 1 if your C compiler doesn't accept -c and -o together. */
  210. #undef NO_MINUS_C_MINUS_O
  211. /* OS version */
  212. #undef OSVERSION
  213. /* OS HP-UX */
  214. #undef OS_hpux
  215. /* OS SOLARIS */
  216. #undef OS_solaris
  217. /* Name of package */
  218. #undef PACKAGE
  219. /* Define to the address where bug reports for this package should be sent. */
  220. #undef PACKAGE_BUGREPORT
  221. /* Define to the full name of this package. */
  222. #undef PACKAGE_NAME
  223. /* Define to the full name and version of this package. */
  224. #undef PACKAGE_STRING
  225. /* Define to the one symbol short name of this package. */
  226. #undef PACKAGE_TARNAME
  227. /* Define to the version of this package. */
  228. #undef PACKAGE_VERSION
  229. /* Define as the return type of signal handlers (`int' or `void'). */
  230. #undef RETSIGTYPE
  231. /* SOLARIS */
  232. #undef SOLARIS
  233. /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
  234. #undef STAT_MACROS_BROKEN
  235. /* Define to 1 if you have the ANSI C header files. */
  236. #undef STDC_HEADERS
  237. /* Define to 1 if strerror_r returns char *. */
  238. #undef STRERROR_R_CHAR_P
  239. /* SVR4 */
  240. #undef SVR4
  241. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  242. #undef TIME_WITH_SYS_TIME
  243. /* Define to 1 if your <sys/time.h> declares `struct tm'. */
  244. #undef TM_IN_SYS_TIME
  245. /* Version number of package */
  246. #undef VERSION
  247. /* UNIX */
  248. #undef XP_UNIX
  249. /* GNU Source */
  250. #undef _GNU_SOURCE
  251. /* Source namespace */
  252. #undef _HPUX_SOURCE
  253. /* to pick up all of the printf format macros in inttypes.h */
  254. #undef _INCLUDE_STDC__SOURCE_199901
  255. /* POSIX revision */
  256. #undef _POSIX_C_SOURCE
  257. /* _REENTRANT */
  258. #undef _REENTRANT
  259. /* SVID_GETTOD */
  260. #undef _SVID_GETTOD
  261. /* SVR4 */
  262. #undef __svr4
  263. /* SVR4 */
  264. #undef __svr4__
  265. /* Define to empty if `const' does not conform to ANSI C. */
  266. #undef const
  267. /* Define to `int' if <sys/types.h> doesn't define. */
  268. #undef gid_t
  269. /* HP-UX */
  270. #undef hpux
  271. /* Define to rpl_malloc if the replacement function should be used. */
  272. #undef malloc
  273. /* Define to `int' if <sys/types.h> does not define. */
  274. #undef pid_t
  275. /* Define to `unsigned' if <sys/types.h> does not define. */
  276. #undef size_t
  277. /* SunOS5 */
  278. #undef sunos5
  279. /* Define to `int' if <sys/types.h> doesn't define. */
  280. #undef uid_t
  281. /* Define as `fork' if `vfork' does not work. */
  282. #undef vfork