Home | History | Annotate | Download | only in tcpdump
      1 /* config.h.in.  Generated from configure.in by autoheader.  */
      2 /* "generated automatically" means DO NOT MAKE CHANGES TO config.h.in --
      3  * make them to acconfig.h and rerun autoheader */
      4 
      5 /* Define if you have SSLeay 0.9.0b with the buggy cast128. */
      6 #undef HAVE_BUGGY_CAST128
      7 
      8 /* Define if you enable IPv6 support */
      9 #undef INET6
     10 
     11 /* Define if you enable support for the libsmi. */
     12 #undef LIBSMI
     13 
     14 /* Define if you have the <smi.h> header file.  */
     15 #undef HAVE_SMI_H
     16 
     17 /* define if you have struct __res_state_ext */
     18 #undef HAVE_RES_STATE_EXT
     19 
     20 /* define if your struct __res_state has the nsort member */
     21 #undef HAVE_NEW_RES_STATE
     22 
     23 /*
     24  * define if struct ether_header.ether_dhost is a struct with ether_addr_octet
     25  */
     26 #undef ETHER_HEADER_HAS_EA
     27 
     28 /* define if struct ether_arp contains arp_xsha */
     29 #undef ETHER_ARP_HAS_X
     30 
     31 /* define if you have the addrinfo function. */
     32 #undef HAVE_ADDRINFO
     33 
     34 /* define if you need to include missing/addrinfoh.h. */
     35 #undef NEED_ADDRINFO_H
     36 
     37 /* define ifyou have the h_errno variable. */
     38 #undef HAVE_H_ERRNO
     39 
     40 /* define if IN6ADDRSZ is defined (XXX not used!) */
     41 #undef HAVE_IN6ADDRSZ
     42 
     43 /* define if INADDRSZ is defined (XXX not used!) */
     44 #undef HAVE_INADDRSZ
     45 
     46 /* define if this is a development version, to use additional prototypes. */
     47 #undef HAVE_OS_PROTO_H
     48 
     49 /* define if <unistd.h> defines __P() */
     50 #undef HAVE_PORTABLE_PROTOTYPE
     51 
     52 /* define if RES_USE_INET6 is defined */
     53 #undef HAVE_RES_USE_INET6
     54 
     55 /* define if struct sockaddr has the sa_len member */
     56 #undef HAVE_SOCKADDR_SA_LEN
     57 
     58 /* define if you have struct sockaddr_storage */
     59 #undef HAVE_SOCKADDR_STORAGE
     60 
     61 /* define if you have both getipnodebyname() and getipnodebyaddr() */
     62 #undef USE_GETIPNODEBY
     63 
     64 /* define if you have ether_ntohost() and it works */
     65 #undef USE_ETHER_NTOHOST
     66 
     67 /* define if libpcap has pcap_version */
     68 #undef HAVE_PCAP_VERSION
     69 
     70 /* define if libpcap has pcap_debug */
     71 #undef HAVE_PCAP_DEBUG
     72 
     73 /* define if libpcap has yydebug */
     74 #undef HAVE_YYDEBUG
     75 
     76 /* define if libpcap has pcap_list_datalinks() */
     77 #undef HAVE_PCAP_LIST_DATALINKS
     78 
     79 /* define if libpcap has pcap_set_datalink() */
     80 #undef HAVE_PCAP_SET_DATALINK
     81 
     82 /* define if libpcap has pcap_datalink_name_to_val() */
     83 #undef HAVE_PCAP_DATALINK_NAME_TO_VAL
     84 
     85 /* define if libpcap has pcap_datalink_val_to_description() */
     86 #undef HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION
     87 
     88 /* define if libpcap has pcap_dump_ftell() */
     89 #undef HAVE_PCAP_DUMP_FTELL
     90 
     91 /* define if you have getrpcbynumber() */
     92 #undef HAVE_GETRPCBYNUMBER
     93 
     94 /* define if unaligned memory accesses fail */
     95 #undef LBL_ALIGN
     96 
     97 /* The successful return value from signal (?)XXX */
     98 #undef RETSIGVAL
     99 
    100 /* Define this on IRIX */
    101 #undef _BSD_SIGNALS
    102 
    103 /* For HP/UX ANSI compiler? */
    104 #undef _HPUX_SOURCE
    105 
    106 /* AIX hack. */
    107 #undef _SUN
    108 
    109 /* Workaround for missing 64-bit formats */
    110 #undef PRId64
    111 #undef PRIo64
    112 #undef PRIx64
    113 #undef PRIu64
    114 
    115 /* Whether or not to include the possibly-buggy SMB printer */
    116 #undef TCPDUMP_DO_SMB
    117 
    118 /* Long story short: aclocal.m4 depends on autoconf 2.13
    119  * implementation details wrt "const"; newer versions
    120  * have different implementation details so for now we
    121  * put "const" here.  This may cause duplicate definitions
    122  * in config.h but that should be OK since they're the same.
    123  */
    124 #undef const
    125 
    126 /* Define if you have the dnet_htoa function.  */
    127 #undef HAVE_DNET_HTOA
    128 
    129 /* Define if you have a dnet_htoa declaration in <netdnet/dnetdb.h>.  */
    130 #undef HAVE_NETDNET_DNETDB_H_DNET_HTOA
    131 
    132 /* define if should drop privileges by default */
    133 #undef WITH_USER
    134 
    135 /* define if should chroot when dropping privileges */
    136 #undef WITH_CHROOT
    137 
    138 /* Define to 1 if you have the `alarm' function. */
    139 #undef HAVE_ALARM
    140 
    141 /* Define to 1 if you have the `bpf_dump' function. */
    142 #undef HAVE_BPF_DUMP
    143 
    144 /* Define to 1 if you have the declaration of `ether_ntohost', and to 0 if you
    145    don't. */
    146 #undef HAVE_DECL_ETHER_NTOHOST
    147 
    148 /* Define to 1 if you have the `ether_ntohost' function. */
    149 #undef HAVE_ETHER_NTOHOST
    150 
    151 /* Define to 1 if you have the <fcntl.h> header file. */
    152 #undef HAVE_FCNTL_H
    153 
    154 /* Define to 1 if you have the `getaddrinfo' function. */
    155 #undef HAVE_GETADDRINFO
    156 
    157 /* Define to 1 if you have the `getnameinfo' function. */
    158 #undef HAVE_GETNAMEINFO
    159 
    160 /* Define to 1 if you have the <inttypes.h> header file. */
    161 #undef HAVE_INTTYPES_H
    162 
    163 /* Define to 1 if you have the `crypto' library (-lcrypto). */
    164 #undef HAVE_LIBCRYPTO
    165 
    166 /* Define to 1 if you have the `rpc' library (-lrpc). */
    167 #undef HAVE_LIBRPC
    168 
    169 /* Define to 1 if you have the `smi' library (-lsmi). */
    170 #undef HAVE_LIBSMI
    171 
    172 /* Define to 1 if you have the <memory.h> header file. */
    173 #undef HAVE_MEMORY_H
    174 
    175 /* Define to 1 if you have the <netdnet/dnetdb.h> header file. */
    176 #undef HAVE_NETDNET_DNETDB_H
    177 
    178 /* Define to 1 if you have the <netinet/ether.h> header file. */
    179 #undef HAVE_NETINET_ETHER_H
    180 
    181 /* Define to 1 if you have the <netinet/if_ether.h> header file. */
    182 #undef HAVE_NETINET_IF_ETHER_H
    183 
    184 /* Define to 1 if you have the <net/pfvar.h> header file. */
    185 #undef HAVE_NET_PFVAR_H
    186 
    187 /* Define to 1 if you have the <openssl/evp.h> header file. */
    188 #undef HAVE_OPENSSL_EVP_H
    189 
    190 /* Define to 1 if you have the `pcap_breakloop' function. */
    191 #undef HAVE_PCAP_BREAKLOOP
    192 
    193 /* Define to 1 if you have the `pcap_dump_flush' function. */
    194 #undef HAVE_PCAP_DUMP_FLUSH
    195 
    196 /* Define to 1 if you have the `pcap_findalldevs' function. */
    197 #undef HAVE_PCAP_FINDALLDEVS
    198 
    199 /* Define to 1 if the system has the type `pcap_if_t'. */
    200 #undef HAVE_PCAP_IF_T
    201 
    202 /* Define to 1 if you have the `pcap_lib_version' function. */
    203 #undef HAVE_PCAP_LIB_VERSION
    204 
    205 /* Define to 1 if you have the `pfopen' function. */
    206 #undef HAVE_PFOPEN
    207 
    208 /* Define to 1 if you have the <rpc/rpcent.h> header file. */
    209 #undef HAVE_RPC_RPCENT_H
    210 
    211 /* Define to 1 if you have the `setlinebuf' function. */
    212 #undef HAVE_SETLINEBUF
    213 
    214 /* Define to 1 if you have the `sigaction' function. */
    215 #undef HAVE_SIGACTION
    216 
    217 /* Define to 1 if you have the `sigset' function. */
    218 #undef HAVE_SIGSET
    219 
    220 /* Define to 1 if you have the <smi.h> header file. */
    221 #undef HAVE_SMI_H
    222 
    223 /* Define to 1 if you have the `snprintf' function. */
    224 #undef HAVE_SNPRINTF
    225 
    226 /* Define to 1 if you have the <stdint.h> header file. */
    227 #undef HAVE_STDINT_H
    228 
    229 /* Define to 1 if you have the <stdlib.h> header file. */
    230 #undef HAVE_STDLIB_H
    231 
    232 /* Define to 1 if you have the `strcasecmp' function. */
    233 #undef HAVE_STRCASECMP
    234 
    235 /* Define to 1 if you have the `strdup' function. */
    236 #undef HAVE_STRDUP
    237 
    238 /* Define to 1 if you have the `strftime' function. */
    239 #undef HAVE_STRFTIME
    240 
    241 /* Define to 1 if you have the <strings.h> header file. */
    242 #undef HAVE_STRINGS_H
    243 
    244 /* Define to 1 if you have the <string.h> header file. */
    245 #undef HAVE_STRING_H
    246 
    247 /* Define to 1 if you have the `strlcat' function. */
    248 #undef HAVE_STRLCAT
    249 
    250 /* Define to 1 if you have the `strlcpy' function. */
    251 #undef HAVE_STRLCPY
    252 
    253 /* Define to 1 if you have the `strsep' function. */
    254 #undef HAVE_STRSEP
    255 
    256 /* Define to 1 if the system has the type `struct ether_addr'. */
    257 #undef HAVE_STRUCT_ETHER_ADDR
    258 
    259 /* Define to 1 if you have the <sys/bitypes.h> header file. */
    260 #undef HAVE_SYS_BITYPES_H
    261 
    262 /* Define to 1 if you have the <sys/stat.h> header file. */
    263 #undef HAVE_SYS_STAT_H
    264 
    265 /* Define to 1 if you have the <sys/types.h> header file. */
    266 #undef HAVE_SYS_TYPES_H
    267 
    268 /* Define to 1 if you have the <unistd.h> header file. */
    269 #undef HAVE_UNISTD_H
    270 
    271 /* Define to 1 if you have the `vfprintf' function. */
    272 #undef HAVE_VFPRINTF
    273 
    274 /* Define to 1 if you have the `vsnprintf' function. */
    275 #undef HAVE_VSNPRINTF
    276 
    277 /* define if your compiler has __attribute__ */
    278 #undef HAVE___ATTRIBUTE__
    279 
    280 /* Define to 1 if netinet/ether.h declares `ether_ntohost' */
    281 #undef NETINET_ETHER_H_DECLARES_ETHER_NTOHOST
    282 
    283 /* Define to 1 if netinet/if_ether.h declares `ether_ntohost' */
    284 #undef NETINET_IF_ETHER_H_DECLARES_ETHER_NTOHOST
    285 
    286 /* Define to the address where bug reports for this package should be sent. */
    287 #undef PACKAGE_BUGREPORT
    288 
    289 /* Define to the full name of this package. */
    290 #undef PACKAGE_NAME
    291 
    292 /* Define to the full name and version of this package. */
    293 #undef PACKAGE_STRING
    294 
    295 /* Define to the one symbol short name of this package. */
    296 #undef PACKAGE_TARNAME
    297 
    298 /* Define to the version of this package. */
    299 #undef PACKAGE_VERSION
    300 
    301 /* Define as the return type of signal handlers (`int' or `void'). */
    302 #undef RETSIGTYPE
    303 
    304 /* The size of `char', as computed by sizeof. */
    305 #undef SIZEOF_CHAR
    306 
    307 /* The size of `int', as computed by sizeof. */
    308 #undef SIZEOF_INT
    309 
    310 /* The size of `long', as computed by sizeof. */
    311 #undef SIZEOF_LONG
    312 
    313 /* The size of `long long', as computed by sizeof. */
    314 #undef SIZEOF_LONG_LONG
    315 
    316 /* The size of `short', as computed by sizeof. */
    317 #undef SIZEOF_SHORT
    318 
    319 /* Define to 1 if you have the ANSI C header files. */
    320 #undef STDC_HEADERS
    321 
    322 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
    323 #undef TIME_WITH_SYS_TIME
    324 
    325 /* Define as token for inline if inlining supported */
    326 #undef inline
    327 
    328 /* Define to `short' if int16_t not defined. */
    329 #undef int16_t
    330 
    331 /* Define to `int' if int32_t not defined. */
    332 #undef int32_t
    333 
    334 /* Define to `long long' if int64_t not defined. */
    335 #undef int64_t
    336 
    337 /* Define to `signed char' if int8_t not defined. */
    338 #undef int8_t
    339 
    340 /* Define to `unsigned short' if u_int16_t not defined. */
    341 #undef u_int16_t
    342 
    343 /* Define to `unsigned int' if u_int32_t not defined. */
    344 #undef u_int32_t
    345 
    346 /* Define to `unsigned long long' if u_int64_t not defined. */
    347 #undef u_int64_t
    348 
    349 /* Define to `unsigned char' if u_int8_t not defined. */
    350 #undef u_int8_t
    351