Annotation of embedaddon/ipsec-tools/config.h.in, revision 1.1.1.1

1.1       misho       1: /* config.h.in.  Generated from configure.ac by autoheader.  */
                      2: 
                      3: /* in-kernel NAT-T is broken */
                      4: #undef BROKEN_NATT
                      5: 
                      6: /* If printf doesn't support %zu. */
                      7: #undef BROKEN_PRINTF
                      8: 
                      9: /* Enable admin port */
                     10: #undef ENABLE_ADMINPORT
                     11: 
                     12: /* Enable dead peer detection */
                     13: #undef ENABLE_DPD
                     14: 
                     15: /* IKE fragmentation support */
                     16: #undef ENABLE_FRAG
                     17: 
                     18: /* Hybrid authentication support */
                     19: #undef ENABLE_HYBRID
                     20: 
                     21: /* Enable NAT-Traversal */
                     22: #undef ENABLE_NATT
                     23: 
                     24: /* Enable NAT-Traversal draft 00 */
                     25: #undef ENABLE_NATT_00
                     26: 
                     27: /* Enable NAT-Traversal draft 01 */
                     28: #undef ENABLE_NATT_01
                     29: 
                     30: /* Enable NAT-Traversal draft 02 */
                     31: #undef ENABLE_NATT_02
                     32: 
                     33: /* Enable NAT-Traversal draft 03 */
                     34: #undef ENABLE_NATT_03
                     35: 
                     36: /* Enable NAT-Traversal draft 04 */
                     37: #undef ENABLE_NATT_04
                     38: 
                     39: /* Enable NAT-Traversal draft 05 */
                     40: #undef ENABLE_NATT_05
                     41: 
                     42: /* Enable NAT-Traversal draft 06 */
                     43: #undef ENABLE_NATT_06
                     44: 
                     45: /* Enable NAT-Traversal draft 07 */
                     46: #undef ENABLE_NATT_07
                     47: 
                     48: /* Enable NAT-Traversal draft 08 */
                     49: #undef ENABLE_NATT_08
                     50: 
                     51: /* Enable NAT-Traversal RFC version */
                     52: #undef ENABLE_NATT_RFC
                     53: 
                     54: /* Enable samode-unspec */
                     55: #undef ENABLE_SAMODE_UNSPECIFIED
                     56: 
                     57: /* Enable statictics */
                     58: #undef ENABLE_STATS
                     59: 
                     60: /* Have a monotonic clock */
                     61: #undef HAVE_CLOCK_MONOTONIC
                     62: 
                     63: /* Define to 1 if you have the <dlfcn.h> header file. */
                     64: #undef HAVE_DLFCN_H
                     65: 
                     66: /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
                     67: #undef HAVE_DOPRNT
                     68: 
                     69: /* Have __func__ macro */
                     70: #undef HAVE_FUNC_MACRO
                     71: 
                     72: /* Define to 1 if you have the `gettimeofday' function. */
                     73: #undef HAVE_GETTIMEOFDAY
                     74: 
                     75: /* Enable GSS API */
                     76: #undef HAVE_GSSAPI
                     77: 
                     78: /* Have iconv using const */
                     79: #undef HAVE_ICONV_2ND_CONST
                     80: 
                     81: /* Define to 1 if you have the `iconv_open' function. */
                     82: #undef HAVE_ICONV_OPEN
                     83: 
                     84: /* Define to 1 if you have the <inttypes.h> header file. */
                     85: #undef HAVE_INTTYPES_H
                     86: 
                     87: /* Have ipsec_policy_t */
                     88: #undef HAVE_IPSEC_POLICY_T
                     89: 
                     90: /* Hybrid authentication uses LDAP */
                     91: #undef HAVE_LIBLDAP
                     92: 
                     93: /* Hybrid authentication uses PAM */
                     94: #undef HAVE_LIBPAM
                     95: 
                     96: /* Hybrid authentication uses RADIUS */
                     97: #undef HAVE_LIBRADIUS
                     98: 
                     99: /* Define to 1 if you have the <limits.h> header file. */
                    100: #undef HAVE_LIMITS_H
                    101: 
                    102: /* Define to 1 if you have the <memory.h> header file. */
                    103: #undef HAVE_MEMORY_H
                    104: 
                    105: /* Define to 1 if you have the <openssl/aes.h> header file. */
                    106: #undef HAVE_OPENSSL_AES_H
                    107: 
                    108: /* Define to 1 if you have the <openssl/camellia.h> header file. */
                    109: #undef HAVE_OPENSSL_CAMELLIA_H
                    110: 
                    111: /* Define to 1 if you have the <openssl/engine.h> header file. */
                    112: #undef HAVE_OPENSSL_ENGINE_H
                    113: 
                    114: /* Define to 1 if you have the <openssl/idea.h> header file. */
                    115: #undef HAVE_OPENSSL_IDEA_H
                    116: 
                    117: /* Define to 1 if you have the <openssl/rc5.h> header file. */
                    118: #undef HAVE_OPENSSL_RC5_H
                    119: 
                    120: /* Define to 1 if you have the `pam_start' function. */
                    121: #undef HAVE_PAM_START
                    122: 
                    123: /* Are PF_KEY policy priorities supported? */
                    124: #undef HAVE_PFKEY_POLICY_PRIORITY
                    125: 
                    126: /* Have forward policy */
                    127: #undef HAVE_POLICY_FWD
                    128: 
                    129: /* Define to 1 if you have the `rad_create_request' function. */
                    130: #undef HAVE_RAD_CREATE_REQUEST
                    131: 
                    132: /* Is readline available? */
                    133: #undef HAVE_READLINE
                    134: 
                    135: /* Enable Security Context */
                    136: #undef HAVE_SECCTX
                    137: 
                    138: /* Define to 1 if you have the `select' function. */
                    139: #undef HAVE_SELECT
                    140: 
                    141: /* sha2 is defined in sha.h */
                    142: #undef HAVE_SHA2_IN_SHA_H
                    143: 
                    144: /* Define to 1 if you have the <shadow.h> header file. */
                    145: #undef HAVE_SHADOW_H
                    146: 
                    147: /* Define to 1 if you have the `socket' function. */
                    148: #undef HAVE_SOCKET
                    149: 
                    150: /* Define to 1 if you have the <stdarg.h> header file. */
                    151: #undef HAVE_STDARG_H
                    152: 
                    153: /* Define to 1 if you have the <stdint.h> header file. */
                    154: #undef HAVE_STDINT_H
                    155: 
                    156: /* Define to 1 if you have the <stdlib.h> header file. */
                    157: #undef HAVE_STDLIB_H
                    158: 
                    159: /* Define to 1 if you have the `strdup' function. */
                    160: #undef HAVE_STRDUP
                    161: 
                    162: /* Define to 1 if you have the `strerror' function. */
                    163: #undef HAVE_STRERROR
                    164: 
                    165: /* Define to 1 if you have the <strings.h> header file. */
                    166: #undef HAVE_STRINGS_H
                    167: 
                    168: /* Define to 1 if you have the <string.h> header file. */
                    169: #undef HAVE_STRING_H
                    170: 
                    171: /* Define to 1 if you have the `strlcat' function. */
                    172: #undef HAVE_STRLCAT
                    173: 
                    174: /* Define to 1 if you have the `strlcpy' function. */
                    175: #undef HAVE_STRLCPY
                    176: 
                    177: /* Define to 1 if you have the `strtol' function. */
                    178: #undef HAVE_STRTOL
                    179: 
                    180: /* Define to 1 if you have the `strtoul' function. */
                    181: #undef HAVE_STRTOUL
                    182: 
                    183: /* Define to 1 if you have the <sys/stat.h> header file. */
                    184: #undef HAVE_SYS_STAT_H
                    185: 
                    186: /* Define to 1 if you have the <sys/time.h> header file. */
                    187: #undef HAVE_SYS_TIME_H
                    188: 
                    189: /* Define to 1 if you have the <sys/types.h> header file. */
                    190: #undef HAVE_SYS_TYPES_H
                    191: 
                    192: /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
                    193: #undef HAVE_SYS_WAIT_H
                    194: 
                    195: /* Define to 1 if you have the <unistd.h> header file. */
                    196: #undef HAVE_UNISTD_H
                    197: 
                    198: /* Define to 1 if you have the <varargs.h> header file. */
                    199: #undef HAVE_VARARGS_H
                    200: 
                    201: /* Define to 1 if you have the `vprintf' function. */
                    202: #undef HAVE_VPRINTF
                    203: 
                    204: /* Support IPv6 */
                    205: #undef INET6
                    206: 
                    207: /* Use advanced IPv6 API */
                    208: #undef INET6_ADVAPI
                    209: 
                    210: /* Define to the sub-directory in which libtool stores uninstalled libraries.
                    211:    */
                    212: #undef LT_OBJDIR
                    213: 
                    214: /* Name of package */
                    215: #undef PACKAGE
                    216: 
                    217: /* Define to the address where bug reports for this package should be sent. */
                    218: #undef PACKAGE_BUGREPORT
                    219: 
                    220: /* Define to the full name of this package. */
                    221: #undef PACKAGE_NAME
                    222: 
                    223: /* Define to the full name and version of this package. */
                    224: #undef PACKAGE_STRING
                    225: 
                    226: /* Define to the one symbol short name of this package. */
                    227: #undef PACKAGE_TARNAME
                    228: 
                    229: /* Define to the home page for this package. */
                    230: #undef PACKAGE_URL
                    231: 
                    232: /* Define to the version of this package. */
                    233: #undef PACKAGE_VERSION
                    234: 
                    235: /* Path to ipsec.h */
                    236: #undef PATH_IPSEC_H
                    237: 
                    238: /* Define as the return type of signal handlers (`int' or `void'). */
                    239: #undef RETSIGTYPE
                    240: 
                    241: /* Define to 1 if you have the ANSI C header files. */
                    242: #undef STDC_HEADERS
                    243: 
                    244: /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
                    245: #undef TIME_WITH_SYS_TIME
                    246: 
                    247: /* Define to 1 if your <sys/time.h> declares `struct tm'. */
                    248: #undef TM_IN_SYS_TIME
                    249: 
                    250: /* A 'va_copy' style function */
                    251: #undef VA_COPY
                    252: 
                    253: /* Version number of package */
                    254: #undef VERSION
                    255: 
                    256: /* SHA2 support */
                    257: #undef WITH_SHA2
                    258: 
                    259: /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
                    260:    `char[]'. */
                    261: #undef YYTEXT_POINTER
                    262: 
                    263: /* Define to empty if `const' does not conform to ANSI C. */
                    264: #undef const
                    265: 
                    266: /* Define to `int' if <sys/types.h> does not define. */
                    267: #undef pid_t
                    268: 
                    269: /* Define to `unsigned int' if <sys/types.h> does not define. */
                    270: #undef size_t

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