config.h 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391
  1. /* config.h. Generated from config.h.in by configure. */
  2. /* config.h.in. Generated from configure.ac by autoheader. */
  3. /* Define if building universal (internal helper macro) */
  4. /* #undef AC_APPLE_UNIVERSAL_BUILD */
  5. /* capability dropping support */
  6. /* #undef CAPABILITIES */
  7. /* have libpcap library */
  8. /* #undef CAPABILITIES_LIBCAP */
  9. /* have native linux capset() */
  10. /* #undef CAPABILITIES_NATIVE */
  11. /* UDP post used by charon locally in case a NAT is detected */
  12. /* #undef CHARON_NATT_PORT */
  13. /* UDP port used by charon locally */
  14. /* #undef CHARON_UDP_PORT */
  15. /* defined if config.h included */
  16. #define CONFIG_H_INCLUDED /**/
  17. /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
  18. systems. This function is required for `alloca.c' support on those systems.
  19. */
  20. /* #undef CRAY_STACKSEG_END */
  21. /* Define to 1 if using `alloca.c'. */
  22. /* #undef C_ALLOCA */
  23. /* Define to 1 if you have `alloca', as a function or macro. */
  24. #define HAVE_ALLOCA 1
  25. /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
  26. */
  27. #define HAVE_ALLOCA_H 1
  28. /* Define to 1 if you have the `backtrace' function. */
  29. #define HAVE_BACKTRACE 1
  30. /* have binutils bfd.h */
  31. /* #undef HAVE_BFD_H */
  32. /* Define to 1 if you have the `clock_gettime' function. */
  33. #define HAVE_CLOCK_GETTIME 1
  34. /* Define to 1 if you have the `closefrom' function. */
  35. /* #undef HAVE_CLOSEFROM */
  36. /* pthread_condattr_setclock supports CLOCK_MONOTONIC */
  37. #define HAVE_CONDATTR_CLOCK_MONOTONIC /**/
  38. /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
  39. don't. */
  40. #define HAVE_DECL_STRERROR_R 1
  41. /* Define to 1 if you have the `dirfd' function. */
  42. #define HAVE_DIRFD 1
  43. /* have dladdr() */
  44. #define HAVE_DLADDR /**/
  45. /* Define to 1 if you have the <dlfcn.h> header file. */
  46. #define HAVE_DLFCN_H 1
  47. /* Define to 1 if you have the `explicit_bzero' function. */
  48. #define HAVE_EXPLICIT_BZERO 1
  49. /* Define to 1 if you have the `fmemopen' function. */
  50. #define HAVE_FMEMOPEN 1
  51. /* Define to 1 if you have the `funopen' function. */
  52. /* #undef HAVE_FUNOPEN */
  53. /* have GCC __sync_* operations */
  54. #define HAVE_GCC_SYNC_OPERATIONS /**/
  55. /* have GCRY_CIPHER_CAMELLIA128 */
  56. /* #undef HAVE_GCRY_CIPHER_CAMELLIA */
  57. /* Define to 1 if you have the `getgrnam_r' function. */
  58. #define HAVE_GETGRNAM_R 1
  59. /* Define to 1 if you have the `getpass' function. */
  60. #define HAVE_GETPASS 1
  61. /* Define to 1 if you have the `getpwnam_r' function. */
  62. #define HAVE_GETPWNAM_R 1
  63. /* Define to 1 if you have the `getpwuid_r' function. */
  64. #define HAVE_GETPWUID_R 1
  65. /* have gettid() */
  66. #define HAVE_GETTID /**/
  67. /* Define to 1 if you have the <glob.h> header file. */
  68. #define HAVE_GLOB_H 1
  69. /* have struct in6_addr in6addr_any */
  70. #define HAVE_IN6ADDR_ANY /**/
  71. /* have struct in6_pktinfo.ipi6_ifindex */
  72. #define HAVE_IN6_PKTINFO /**/
  73. /* have __int128 type support */
  74. #define HAVE_INT128 /**/
  75. /* Define to 1 if you have the <inttypes.h> header file. */
  76. #define HAVE_INTTYPES_H 1
  77. /* have IPSEC_DIR_FWD defined */
  78. #define HAVE_IPSEC_DIR_FWD /**/
  79. /* have IPSEC_MODE_BEET defined */
  80. #define HAVE_IPSEC_MODE_BEET /**/
  81. /* Define to 1 if you have the `gmp' library (-lgmp). */
  82. #define HAVE_LIBGMP 1
  83. /* have libunwind.h */
  84. /* #undef HAVE_LIBUNWIND_H */
  85. /* Define to 1 if you have the <linux/fib_rules.h> header file. */
  86. #define HAVE_LINUX_FIB_RULES_H 1
  87. /* Define to 1 if you have the <linux/udp.h> header file. */
  88. #define HAVE_LINUX_UDP_H 1
  89. /* Define to 1 if you have the `mallinfo' function. */
  90. #define HAVE_MALLINFO 1
  91. /* Define to 1 if you have the <memory.h> header file. */
  92. #define HAVE_MEMORY_H 1
  93. /* Define to 1 if you have the `memrchr' function. */
  94. #define HAVE_MEMRCHR 1
  95. /* Define to 1 if you have the `mmap' function. */
  96. #define HAVE_MMAP 1
  97. /* have mpz_powm_sec() */
  98. #define HAVE_MPZ_POWM_SEC /**/
  99. /* Define to 1 if you have the <netinet6/ipsec.h> header file. */
  100. /* #undef HAVE_NETINET6_IPSEC_H */
  101. /* Define to 1 if you have the <netinet/ip6.h> header file. */
  102. #define HAVE_NETINET_IP6_H 1
  103. /* Define to 1 if you have the <netipsec/ipsec.h> header file. */
  104. /* #undef HAVE_NETIPSEC_IPSEC_H */
  105. /* Define to 1 if you have the <net/if_tun.h> header file. */
  106. /* #undef HAVE_NET_IF_TUN_H */
  107. /* Define to 1 if you have the <net/pfkeyv2.h> header file. */
  108. /* #undef HAVE_NET_PFKEYV2_H */
  109. /* Define to 1 if you have the `prctl' function. */
  110. #define HAVE_PRCTL 1
  111. /* have register_printf_function() */
  112. /* #undef HAVE_PRINTF_FUNCTION */
  113. /* have register_printf_specifier() */
  114. #define HAVE_PRINTF_SPECIFIER /**/
  115. /* Define to 1 if you have the `pthread_cancel' function. */
  116. #define HAVE_PTHREAD_CANCEL 1
  117. /* Define to 1 if you have the `pthread_condattr_init' function. */
  118. #define HAVE_PTHREAD_CONDATTR_INIT 1
  119. /* Define to 1 if you have the `pthread_condattr_setclock' function. */
  120. /* #undef HAVE_PTHREAD_CONDATTR_SETCLOCK */
  121. /* Define to 1 if you have the `pthread_cond_timedwait_monotonic' function. */
  122. /* #undef HAVE_PTHREAD_COND_TIMEDWAIT_MONOTONIC */
  123. /* Define to 1 if you have the `pthread_rwlock_init' function. */
  124. #define HAVE_PTHREAD_RWLOCK_INIT 1
  125. /* Define to 1 if you have the `pthread_spin_init' function. */
  126. #define HAVE_PTHREAD_SPIN_INIT 1
  127. /* have qsort_r() */
  128. #define HAVE_QSORT_R /**/
  129. /* have BSD-style qsort_r() */
  130. /* #undef HAVE_QSORT_R_BSD */
  131. /* have GNU-style qsort_r() */
  132. #define HAVE_QSORT_R_GNU /**/
  133. /* have netlink RTA_TABLE defined */
  134. #define HAVE_RTA_TABLE /**/
  135. /* have PF_ROUTE RTM_IFANNOUNCE defined */
  136. /* #undef HAVE_RTM_IFANNOUNCE */
  137. /* Define to 1 if you have the `sd_listen_fds_with_names' function. */
  138. /* #undef HAVE_SD_LISTEN_FDS_WITH_NAMES */
  139. /* Define to 1 if you have the `sem_timedwait' function. */
  140. #define HAVE_SEM_TIMEDWAIT 1
  141. /* Define to 1 if you have the `setlinebuf' function. */
  142. #define HAVE_SETLINEBUF 1
  143. /* Define to 1 if you have the `sigwaitinfo' function. */
  144. #define HAVE_SIGWAITINFO 1
  145. /* have sqlite3_prepare_v2() */
  146. /* #undef HAVE_SQLITE3_PREPARE_V2 */
  147. /* Define to 1 if stdbool.h conforms to C99. */
  148. #define HAVE_STDBOOL_H 1
  149. /* Define to 1 if you have the <stdint.h> header file. */
  150. #define HAVE_STDINT_H 1
  151. /* Define to 1 if you have the <stdlib.h> header file. */
  152. #define HAVE_STDLIB_H 1
  153. /* Define to 1 if you have the `strerror_r' function. */
  154. #define HAVE_STRERROR_R 1
  155. /* Define to 1 if you have the <strings.h> header file. */
  156. #define HAVE_STRINGS_H 1
  157. /* Define to 1 if you have the <string.h> header file. */
  158. #define HAVE_STRING_H 1
  159. /* Define to 1 if you have the `strptime' function. */
  160. #define HAVE_STRPTIME 1
  161. /* Define to 1 if `sadb_x_policy_priority' is a member of `struct
  162. sadb_x_policy'. */
  163. #define HAVE_STRUCT_SADB_X_POLICY_SADB_X_POLICY_PRIORITY 1
  164. /* Define to 1 if `sa_len' is a member of `struct sockaddr'. */
  165. /* #undef HAVE_STRUCT_SOCKADDR_SA_LEN */
  166. /* have syslog(3) and friends */
  167. #define HAVE_SYSLOG /**/
  168. /* have sys/capability.h */
  169. /* #undef HAVE_SYS_CAPABILITY_H */
  170. /* have syscall(SYS_gettid) */
  171. #define HAVE_SYS_GETTID /**/
  172. /* Define to 1 if you have the <sys/param.h> header file. */
  173. #define HAVE_SYS_PARAM_H 1
  174. /* Define to 1 if you have the <sys/sockio.h> header file. */
  175. /* #undef HAVE_SYS_SOCKIO_H */
  176. /* Define to 1 if you have the <sys/stat.h> header file. */
  177. #define HAVE_SYS_STAT_H 1
  178. /* Define to 1 if you have the <sys/syscall.h> header file. */
  179. #define HAVE_SYS_SYSCALL_H 1
  180. /* Define to 1 if you have the <sys/types.h> header file. */
  181. #define HAVE_SYS_TYPES_H 1
  182. /* Define to 1 if you have the <unistd.h> header file. */
  183. #define HAVE_UNISTD_H 1
  184. /* Define to 1 if the system has the type `_Bool'. */
  185. #define HAVE__BOOL 1
  186. /* groupname to run daemon with */
  187. /* #undef IPSEC_GROUP */
  188. /* username to run daemon with */
  189. /* #undef IPSEC_USER */
  190. /* Define to the sub-directory where libtool stores uninstalled libraries. */
  191. #define LT_OBJDIR ".libs/"
  192. /* mediation extension support */
  193. /* #undef ME */
  194. /* monolithic build embedding plugins */
  195. /* #undef MONOLITHIC */
  196. /* Name of package */
  197. #define PACKAGE "strongswan"
  198. /* Define to the address where bug reports for this package should be sent. */
  199. #define PACKAGE_BUGREPORT ""
  200. /* Define to the full name of this package. */
  201. #define PACKAGE_NAME "strongSwan"
  202. /* Define to the full name and version of this package. */
  203. #define PACKAGE_STRING "strongSwan 5.8.1"
  204. /* Define to the one symbol short name of this package. */
  205. #define PACKAGE_TARNAME "strongswan"
  206. /* Define to the home page for this package. */
  207. #define PACKAGE_URL ""
  208. /* Define to the version of this package. */
  209. #define PACKAGE_VERSION "5.8.1"
  210. /* If using the C implementation of alloca, define if you know the
  211. direction of stack growth for your system; otherwise it will be
  212. automatically deduced at runtime.
  213. STACK_DIRECTION > 0 => grows toward higher addresses
  214. STACK_DIRECTION < 0 => grows toward lower addresses
  215. STACK_DIRECTION = 0 => direction of growth unknown */
  216. /* #undef STACK_DIRECTION */
  217. /* static plugin constructors */
  218. /* #undef STATIC_PLUGIN_CONSTRUCTORS */
  219. /* Define to 1 if you have the ANSI C header files. */
  220. #define STDC_HEADERS 1
  221. /* Define to 1 if strerror_r returns char *. */
  222. /* #undef STRERROR_R_CHAR_P */
  223. /* use TSS2 v2 Extended System API */
  224. /* #undef TSS2_ESYS */
  225. /* use TSS2 v2 System API */
  226. /* #undef TSS2_SYS */
  227. /* use TCTI Sockets */
  228. /* #undef TSS2_TCTI_SOCKET */
  229. /* use TCTI Access Broker and Resource Mamager */
  230. /* #undef TSS2_TCTI_TABRMD */
  231. /* use TrouSerS library libtspi */
  232. /* #undef TSS_TROUSERS */
  233. /* use TSS 2.0 v1 libraries */
  234. /* #undef TSS_TSS2_V1 */
  235. /* use TSS 2.0 v2 libraries */
  236. /* #undef TSS_TSS2_V2 */
  237. /* using builtin printf for printf hooks */
  238. /* #undef USE_BUILTIN_PRINTF */
  239. /* build code for fuzzing */
  240. /* #undef USE_FUZZING */
  241. /* support for IKEv1 protocol */
  242. #define USE_IKEV1 /**/
  243. /* support for IKEv2 protocol */
  244. #define USE_IKEV2 /**/
  245. /* build code for JSON */
  246. /* #undef USE_JSON */
  247. /* use thread ID for thread identification, if available */
  248. /* #undef USE_THREAD_IDS */
  249. /* use Vstr string library for printf hooks */
  250. /* #undef USE_VSTR */
  251. /* Version number of package */
  252. #define VERSION "5.8.1"
  253. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  254. significant byte first (like Motorola and SPARC, unlike Intel). */
  255. #if defined AC_APPLE_UNIVERSAL_BUILD
  256. # if defined __BIG_ENDIAN__
  257. # define WORDS_BIGENDIAN 1
  258. # endif
  259. #else
  260. # ifndef WORDS_BIGENDIAN
  261. /* # undef WORDS_BIGENDIAN */
  262. # endif
  263. #endif
  264. /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
  265. `char[]'. */
  266. #define YYTEXT_POINTER 1
  267. /* Define to `unsigned int' if <sys/types.h> does not define. */
  268. /* #undef size_t */