PageRenderTime 48ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/opendkim-2.4.2/build-config.h.in

#
Autoconf | 481 lines | 167 code | 156 blank | 158 comment | 111 complexity | dfda8d71c9c451074866e1591e83ed8b MD5 | raw file
Possible License(s): AGPL-1.0
  1. /* build-config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define to the type of elements in the array set by `getgroups'. Usually
  3. this is either `int' or `gid_t'. */
  4. #undef GETGROUPS_T
  5. /* Define to 1 if you have the `alarm' function. */
  6. #undef HAVE_ALARM
  7. /* Define to 1 if you have the <arpa/inet.h> header file. */
  8. #undef HAVE_ARPA_INET_H
  9. /* Define to 1 if you have the <arpa/nameser.h> header file. */
  10. #undef HAVE_ARPA_NAMESER_H
  11. /* Define to 1 if you have the <dlfcn.h> header file. */
  12. #undef HAVE_DLFCN_H
  13. /* Define to 1 if you have the `dup2' function. */
  14. #undef HAVE_DUP2
  15. /* Define to 1 if you have the `endpwent' function. */
  16. #undef HAVE_ENDPWENT
  17. /* Define to 1 if you have the <fcntl.h> header file. */
  18. #undef HAVE_FCNTL_H
  19. /* Define to 1 if you have the `fork' function. */
  20. #undef HAVE_FORK
  21. /* Define to 1 if you have the `getaddrinfo()' function. */
  22. #undef HAVE_GETADDRINFO
  23. /* Define to 1 if you have the `getcwd' function. */
  24. #undef HAVE_GETCWD
  25. /* Define to 1 if your system has a working `getgroups' function. */
  26. #undef HAVE_GETGROUPS
  27. /* Define to 1 if you have the `gethostbyname' function. */
  28. #undef HAVE_GETHOSTBYNAME
  29. /* Define to 1 if you have the `gethostname' function. */
  30. #undef HAVE_GETHOSTNAME
  31. /* Define to 1 if you have the `gettimeofday' function. */
  32. #undef HAVE_GETTIMEOFDAY
  33. /* Define to 1 if you have the <gnutls/gnutls.h> header file. */
  34. #undef HAVE_GNUTLS_GNUTLS_H
  35. /* Define to 1 if you have the `inet_ntop()' function. */
  36. #undef HAVE_INET_NTOP
  37. /* Define to 1 if you have the `inet_pton()' function. */
  38. #undef HAVE_INET_PTON
  39. /* Define to 1 if you have the <inttypes.h> header file. */
  40. #undef HAVE_INTTYPES_H
  41. /* Define to 1 if you have the `isascii' function. */
  42. #undef HAVE_ISASCII
  43. /* Define to 1 if you have the <iso/limits_iso.h> header file. */
  44. #undef HAVE_ISO_LIMITS_ISO_H
  45. /* Define to 1 if you have the <limits.h> header file. */
  46. #undef HAVE_LIMITS_H
  47. /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
  48. to 0 otherwise. */
  49. #undef HAVE_MALLOC
  50. /* Define to 1 if you have the `memchr' function. */
  51. #undef HAVE_MEMCHR
  52. /* Define to 1 if you have the `memmove' function. */
  53. #undef HAVE_MEMMOVE
  54. /* Define to 1 if you have the <memory.h> header file. */
  55. #undef HAVE_MEMORY_H
  56. /* Define to 1 if you have the `memset' function. */
  57. #undef HAVE_MEMSET
  58. /* Define to 1 if you have the <netdb.h> header file. */
  59. #undef HAVE_NETDB_H
  60. /* Define to 1 if you have the <netinet/in.h> header file. */
  61. #undef HAVE_NETINET_IN_H
  62. /* Define to 1 if you have the <openssl/bio.h> header file. */
  63. #undef HAVE_OPENSSL_BIO_H
  64. /* Define to 1 if you have the <openssl/conf.h> header file. */
  65. #undef HAVE_OPENSSL_CONF_H
  66. /* Define to 1 if you have the <openssl/crypto.h> header file. */
  67. #undef HAVE_OPENSSL_CRYPTO_H
  68. /* Define to 1 if you have the <openssl/err.h> header file. */
  69. #undef HAVE_OPENSSL_ERR_H
  70. /* Define to 1 if you have the <openssl/evp.h> header file. */
  71. #undef HAVE_OPENSSL_EVP_H
  72. /* Define to 1 if you have the <openssl/md5.h> header file. */
  73. #undef HAVE_OPENSSL_MD5_H
  74. /* Define to 1 if you have the <openssl/opensslv.h> header file. */
  75. #undef HAVE_OPENSSL_OPENSSLV_H
  76. /* Define to 1 if you have the <openssl/pem.h> header file. */
  77. #undef HAVE_OPENSSL_PEM_H
  78. /* Define to 1 if you have the <openssl/rsa.h> header file. */
  79. #undef HAVE_OPENSSL_RSA_H
  80. /* Define to 1 if you have the <openssl/sha.h> header file. */
  81. #undef HAVE_OPENSSL_SHA_H
  82. /* Define to 1 if you have the <openssl/ssl.h> header file. */
  83. #undef HAVE_OPENSSL_SSL_H
  84. /* Define to 1 if you have the <paths.h> header file. */
  85. #undef HAVE_PATHS_H
  86. /* Define if you have POSIX threads libraries and header files. */
  87. #undef HAVE_PTHREAD
  88. /* Define to 1 if your system has a GNU libc compatible `realloc' function,
  89. and to 0 otherwise. */
  90. #undef HAVE_REALLOC
  91. /* Define to 1 if you have the `regcomp' function. */
  92. #undef HAVE_REGCOMP
  93. /* Define to 1 if you have the <resolv.h> header file. */
  94. #undef HAVE_RESOLV_H
  95. /* Define to 1 if you have the `res_ninit()' function. */
  96. #undef HAVE_RES_NINIT
  97. /* Define to 1 if you have the `select' function. */
  98. #undef HAVE_SELECT
  99. /* Define to 1 if your crypto library has SHA256 support */
  100. #undef HAVE_SHA256
  101. /* Define if libmilter has smfi_insheader() */
  102. #undef HAVE_SMFI_INSHEADER
  103. /* Define if libmilter has smfi_opensocket() */
  104. #undef HAVE_SMFI_OPENSOCKET
  105. /* Define if libmilter has smfi_progress() */
  106. #undef HAVE_SMFI_PROGRESS
  107. /* Define if libmilter has smfi_setsymlist() */
  108. #undef HAVE_SMFI_SETSYMLIST
  109. /* Define if libmilter has smfi_version() */
  110. #undef HAVE_SMFI_VERSION
  111. /* Define to 1 if you have the `socket' function. */
  112. #undef HAVE_SOCKET
  113. /* Define to 1 if stdbool.h conforms to C99. */
  114. #undef HAVE_STDBOOL_H
  115. /* Define to 1 if you have the <stdint.h> header file. */
  116. #undef HAVE_STDINT_H
  117. /* Define to 1 if you have the <stdlib.h> header file. */
  118. #undef HAVE_STDLIB_H
  119. /* Define to 1 if you have the `strcasecmp' function. */
  120. #undef HAVE_STRCASECMP
  121. /* Define to 1 if you have the `strchr' function. */
  122. #undef HAVE_STRCHR
  123. /* Define to 1 if you have the `strdup' function. */
  124. #undef HAVE_STRDUP
  125. /* Define to 1 if you have the `strerror' function. */
  126. #undef HAVE_STRERROR
  127. /* Define to 1 if you have the <strings.h> header file. */
  128. #undef HAVE_STRINGS_H
  129. /* Define to 1 if you have the <string.h> header file. */
  130. #undef HAVE_STRING_H
  131. /* Define to 1 if you have the `strlcat' function. */
  132. #undef HAVE_STRLCAT
  133. /* Define to 1 if you have the `strlcpy' function. */
  134. #undef HAVE_STRLCPY
  135. /* Define to 1 if you have the `strncasecmp' function. */
  136. #undef HAVE_STRNCASECMP
  137. /* Define to 1 if you have the `strrchr' function. */
  138. #undef HAVE_STRRCHR
  139. /* Define to 1 if you have the `strstr' function. */
  140. #undef HAVE_STRSTR
  141. /* Define to 1 if you have the `strtol' function. */
  142. #undef HAVE_STRTOL
  143. /* Define to 1 if you have the `strtoul' function. */
  144. #undef HAVE_STRTOUL
  145. /* Define to 1 if you have the `strtoull' function. */
  146. #undef HAVE_STRTOULL
  147. /* Define if sockaddr_un has a sun_len member */
  148. #undef HAVE_SUN_LEN
  149. /* Define to 1 if you have the <syslog.h> header file. */
  150. #undef HAVE_SYSLOG_H
  151. /* Define to 1 if you have the <sys/file.h> header file. */
  152. #undef HAVE_SYS_FILE_H
  153. /* Define to 1 if you have the <sys/param.h> header file. */
  154. #undef HAVE_SYS_PARAM_H
  155. /* Define to 1 if you have the <sys/socket.h> header file. */
  156. #undef HAVE_SYS_SOCKET_H
  157. /* Define to 1 if you have the <sys/stat.h> header file. */
  158. #undef HAVE_SYS_STAT_H
  159. /* Define to 1 if you have the <sys/time.h> header file. */
  160. #undef HAVE_SYS_TIME_H
  161. /* Define to 1 if you have the <sys/types.h> header file. */
  162. #undef HAVE_SYS_TYPES_H
  163. /* Define to 1 if you have the <unistd.h> header file. */
  164. #undef HAVE_UNISTD_H
  165. /* Define to 1 if the system has the type `useconds_t'. */
  166. #undef HAVE_USECONDS_T
  167. /* Define to 1 if you have the `vfork' function. */
  168. #undef HAVE_VFORK
  169. /* Define to 1 if you have the <vfork.h> header file. */
  170. #undef HAVE_VFORK_H
  171. /* Define to 1 if `fork' works. */
  172. #undef HAVE_WORKING_FORK
  173. /* Define to 1 if `vfork' works. */
  174. #undef HAVE_WORKING_VFORK
  175. /* Define to 1 if the system has the type `_Bool'. */
  176. #undef HAVE__BOOL
  177. /* Feature string for printing */
  178. #undef LIBOPENDKIM_FEATURE_STRING
  179. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  180. */
  181. #undef LT_OBJDIR
  182. /* Define to 1 if your C compiler doesn't accept -c and -o together. */
  183. #undef NO_MINUS_C_MINUS_O
  184. /* Name of package */
  185. #undef PACKAGE
  186. /* Define to the address where bug reports for this package should be sent. */
  187. #undef PACKAGE_BUGREPORT
  188. /* Define to the full name of this package. */
  189. #undef PACKAGE_NAME
  190. /* Define to the full name and version of this package. */
  191. #undef PACKAGE_STRING
  192. /* Define to the one symbol short name of this package. */
  193. #undef PACKAGE_TARNAME
  194. /* Define to the home page for this package. */
  195. #undef PACKAGE_URL
  196. /* Define to the version of this package. */
  197. #undef PACKAGE_VERSION
  198. /* enable poll feature */
  199. #undef POLL
  200. /* enable popauth feature */
  201. #undef POPAUTH
  202. /* Define to necessary symbol if this constant uses a non-standard name on
  203. your system. */
  204. #undef PTHREAD_CREATE_JOINABLE
  205. /* enable query_cache feature */
  206. #undef QUERY_CACHE
  207. /* The path the the sendmail executable for report sending */
  208. #undef SENDMAIL_PATH
  209. /* Define to 1 if you have the ANSI C header files. */
  210. #undef STDC_HEADERS
  211. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  212. #undef TIME_WITH_SYS_TIME
  213. /* version of libtre is older than 0.8.0 */
  214. #undef TRE_PRE_080
  215. /* enable provided asynchronous resolver library */
  216. #undef USE_ARLIB
  217. /* enable support for SleepyCat/Berkeley DB libraries */
  218. #undef USE_DB
  219. /* Define to 1 to use libgnutls instead of OpenSSL. */
  220. #undef USE_GNUTLS
  221. /* OpenLDAP support for datasets enabled */
  222. #undef USE_LDAP
  223. /* use memcache query library */
  224. #undef USE_LIBMEMCACHED
  225. /* support for Lua scripting */
  226. #undef USE_LUA
  227. /* ODBX support for datasets enabled */
  228. #undef USE_ODBX
  229. /* SASL support available */
  230. #undef USE_SASL
  231. /* tre regex library found */
  232. #undef USE_TRE
  233. /* use unbound DNSSEC libary for DNS */
  234. #undef USE_UNBOUND
  235. /* compile with libdk for DomainKeys support */
  236. #undef VERIFY_DOMAINKEYS
  237. /* Version number of package */
  238. #undef VERSION
  239. /* enable adsp_lists feature */
  240. #undef _FFR_ADSP_LISTS
  241. /* enable atps feature */
  242. #undef _FFR_ATPS
  243. /* enable db_handle_pools feature */
  244. #undef _FFR_DB_HANDLE_POOLS
  245. /* enable default_sender feature */
  246. #undef _FFR_DEFAULT_SENDER
  247. /* enable diffheaders feature */
  248. #undef _FFR_DIFFHEADERS
  249. /* enable dkim_reputation feature */
  250. #undef _FFR_DKIM_REPUTATION
  251. /* enable identity_header feature */
  252. #undef _FFR_IDENTITY_HEADER
  253. /* enable ldap_caching feature */
  254. #undef _FFR_LDAP_CACHING
  255. /* enable lua_globals feature */
  256. #undef _FFR_LUA_GLOBALS
  257. /* enable oversign feature */
  258. #undef _FFR_OVERSIGN
  259. /* enable parsetime feature */
  260. #undef _FFR_PARSETIME
  261. /* enable postgresql_reconnect_hack feature */
  262. #undef _FFR_POSTGRESQL_RECONNECT_HACK
  263. /* enable rate_limit feature */
  264. #undef _FFR_RATE_LIMIT
  265. /* enable rbl feature */
  266. #undef _FFR_RBL
  267. /* enable redirect feature */
  268. #undef _FFR_REDIRECT
  269. /* enable replace_rules feature */
  270. #undef _FFR_REPLACE_RULES
  271. /* enable report_intervals feature */
  272. #undef _FFR_REPORT_INTERVALS
  273. /* enable resign feature */
  274. #undef _FFR_RESIGN
  275. /* enable selector_header feature */
  276. #undef _FFR_SELECTOR_HEADER
  277. /* enable select_canonicalization feature */
  278. #undef _FFR_SELECT_CANONICALIZATION
  279. /* enable sender_macro feature */
  280. #undef _FFR_SENDER_MACRO
  281. /* enable stats feature */
  282. #undef _FFR_STATS
  283. /* enable statsext feature */
  284. #undef _FFR_STATSEXT
  285. /* enable vbr feature */
  286. #undef _FFR_VBR
  287. /* enable xtags feature */
  288. #undef _FFR_XTAGS
  289. /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
  290. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  291. #define below would cause a syntax error. */
  292. #undef _UINT32_T
  293. /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
  294. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  295. #define below would cause a syntax error. */
  296. #undef _UINT64_T
  297. /* Define to `int' if <sys/types.h> doesn't define. */
  298. #undef gid_t
  299. /* Define to rpl_malloc if the replacement function should be used. */
  300. #undef malloc
  301. /* Define to `int' if <sys/types.h> does not define. */
  302. #undef mode_t
  303. /* Define to `long int' if <sys/types.h> does not define. */
  304. #undef off_t
  305. /* Define to `int' if <sys/types.h> does not define. */
  306. #undef pid_t
  307. /* Define to rpl_realloc if the replacement function should be used. */
  308. #undef realloc
  309. /* Define to `unsigned int' if <sys/types.h> does not define. */
  310. #undef size_t
  311. /* Define to `int' if <sys/types.h> does not define. */
  312. #undef ssize_t
  313. /* Define to `int' if <sys/types.h> doesn't define. */
  314. #undef uid_t
  315. /* Define to the type of an unsigned integer type of width exactly 16 bits if
  316. such a type exists and the standard includes do not define it. */
  317. #undef uint16_t
  318. /* Define to the type of an unsigned integer type of width exactly 32 bits if
  319. such a type exists and the standard includes do not define it. */
  320. #undef uint32_t
  321. /* Define to the type of an unsigned integer type of width exactly 64 bits if
  322. such a type exists and the standard includes do not define it. */
  323. #undef uint64_t
  324. /* Define as `fork' if `vfork' does not work. */
  325. #undef vfork