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