config.h.in 11 KB

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