config.h.in 8.7 KB

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