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