Annotation of embedaddon/strongswan/config.h.in, revision 1.1.1.1

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>