mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00

This will now be always on. As such, uses of the USE_INT64 preprocessor definition have been cleaned out.
220 lines
5.5 KiB
C
220 lines
5.5 KiB
C
/* enable IPV6 processing */
|
|
#cmakedefine BROv6
|
|
|
|
/* Old libpcap versions (< 0.6.1) need defining pcap_freecode and
|
|
pcap_compile_nopcap */
|
|
#cmakedefine DONT_HAVE_LIBPCAP_PCAP_FREECODE
|
|
|
|
/* should explicitly declare socket() and friends */
|
|
#cmakedefine DO_SOCK_DECL
|
|
|
|
/* Define if you have the <GeoIPCity.h> header file. */
|
|
#cmakedefine HAVE_GEOIPCITY_H
|
|
|
|
/* Define if you have the <getopt.h> header file. */
|
|
#cmakedefine HAVE_GETOPT_H
|
|
|
|
/* Define if you have the `getopt_long' function. */
|
|
#cmakedefine HAVE_GETOPT_LONG
|
|
|
|
/* Define if you have the <inttypes.h> header file. */
|
|
#cmakedefine HAVE_INTTYPES_H
|
|
|
|
/* Define if you have the `magic' library (-lmagic). */
|
|
#undef HAVE_LIBMAGIC
|
|
|
|
/* Define to 1 if you have the `z' library (-lz). */
|
|
#undef HAVE_LIBZ
|
|
|
|
/* We are on a Linux system */
|
|
#cmakedefine HAVE_LINUX
|
|
|
|
/* Define if you have the <magic.h> header file. */
|
|
#cmakedefine HAVE_MAGIC_H
|
|
|
|
/* Define if you have the `mallinfo' function. */
|
|
#cmakedefine HAVE_MALLINFO
|
|
|
|
/* Define if you have the <memory.h> header file. */
|
|
#cmakedefine HAVE_MEMORY_H
|
|
|
|
/* async dns support */
|
|
#cmakedefine HAVE_NB_DNS
|
|
|
|
/* Define if you have the <netinet/ether.h> header file. */
|
|
#cmakedefine HAVE_NETINET_ETHER_H
|
|
|
|
/* Define if you have the <netinet/if_ether.h> header file. */
|
|
#cmakedefine HAVE_NETINET_IF_ETHER_H
|
|
|
|
/* Define if you have the <netinet/in.h> header file. */
|
|
#cmakedefine HAVE_NETINET_IN_H
|
|
|
|
/* Define if you have the <netinet/ip6.h> header file. */
|
|
#cmakedefine HAVE_NETINET_IP6_H
|
|
|
|
/* Define if you have the <net/ethernet.h> header file. */
|
|
#cmakedefine HAVE_NET_ETHERNET_H
|
|
|
|
/* We are on a OpenBSD system */
|
|
#cmakedefine HAVE_OPENBSD
|
|
|
|
/* have os-proto.h */
|
|
#cmakedefine HAVE_OS_PROTO_H
|
|
|
|
/* Define if you have the <pcap-int.h> header file. */
|
|
#cmakedefine HAVE_PCAP_INT_H
|
|
|
|
/* Define if you have the `pfopen' function. */
|
|
#cmakedefine HAVE_PFOPEN
|
|
|
|
/* line editing & history powers */
|
|
#cmakedefine HAVE_READLINE
|
|
|
|
/* Define if you have the `sigaction' function, but not `sigset'. */
|
|
#cmakedefine HAVE_SIGACTION
|
|
|
|
/* Define if you have the `sigset' function. */
|
|
#cmakedefine HAVE_SIGSET
|
|
|
|
/* Define if you have the <socket.h> header file. */
|
|
#cmakedefine HAVE_SOCKET_H
|
|
|
|
/* Define if you have the <stdint.h> header file. */
|
|
#cmakedefine HAVE_STDINT_H
|
|
|
|
/* Define if you have the <stdlib.h> header file. */
|
|
#cmakedefine HAVE_STDLIB_H
|
|
|
|
/* Define if you have the `strcasestr' function. */
|
|
#cmakedefine HAVE_STRCASESTR
|
|
|
|
/* Define if you have the `strerror' function. */
|
|
#cmakedefine HAVE_STRERROR
|
|
|
|
/* Define if you have the `strftime' function. */
|
|
#cmakedefine HAVE_STRFTIME
|
|
|
|
/* Define if you have the <strings.h> header file. */
|
|
#cmakedefine HAVE_STRINGS_H
|
|
|
|
/* Define if you have the <string.h> header file. */
|
|
#cmakedefine HAVE_STRING_H
|
|
|
|
/* Define if you have the `strsep' function. */
|
|
#cmakedefine HAVE_STRSEP
|
|
|
|
/* Define if the system has the type `struct sembuf'. */
|
|
#cmakedefine HAVE_STRUCT_SEMBUF
|
|
|
|
/* Define if you have the <sys/ethernet.h> header file. */
|
|
#cmakedefine HAVE_SYS_ETHERNET_H
|
|
|
|
/* Define if you have the <sys/stat.h> header file. */
|
|
#cmakedefine HAVE_SYS_STAT_H
|
|
|
|
/* Define if you have the <sys/types.h> header file. */
|
|
#cmakedefine HAVE_SYS_TYPES_H
|
|
|
|
/* Define if you have the <termcap.h> header file. */
|
|
#cmakedefine HAVE_TERMCAP_H
|
|
|
|
/* Define if you have the <term.h> header file. */
|
|
#cmakedefine HAVE_TERM_H
|
|
|
|
/* Define if the system has the type `union semun'. */
|
|
#cmakedefine HAVE_UNION_SEMUN
|
|
|
|
/* Define if you have the <unistd.h> header file. */
|
|
#cmakedefine HAVE_UNISTD_H
|
|
|
|
/* Some libpcap versions use an extra parameter (error) in pcap_compile_nopcap
|
|
*/
|
|
#cmakedefine LIBPCAP_PCAP_COMPILE_NOPCAP_HAS_ERROR_PARAMETER
|
|
|
|
/* Include krb5.h */
|
|
#cmakedefine NEED_KRB5_H
|
|
|
|
/* Compatibility for Darwin */
|
|
#cmakedefine NEED_NAMESER_COMPAT_H
|
|
|
|
/* d2i_x509 uses const char** */
|
|
#cmakedefine OPENSSL_D2I_X509_USES_CONST_CHAR
|
|
|
|
/* Name of package */
|
|
#define PACKAGE "@PACKAGE@"
|
|
|
|
/* Have a version string in libpcap */
|
|
#cmakedefine PCAP_VERSION_STRING
|
|
|
|
/* Define as the return type of signal handlers (`int' or `void'). */
|
|
#define RETSIGTYPE @RETSIGTYPE@
|
|
|
|
/* signal function return value */
|
|
#define RETSIGVAL @RETSIGVAL@
|
|
|
|
/* have sin_len field in sockaddr_in */
|
|
#cmakedefine SIN_LEN
|
|
|
|
/* The size of `long int', as computed by sizeof. */
|
|
#define SIZEOF_LONG_INT @SIZEOF_LONG_INT@
|
|
|
|
/* The size of `long long', as computed by sizeof. */
|
|
#define SIZEOF_LONG_LONG @SIZEOF_LONG_LONG@
|
|
|
|
/* The size of `void *', as computed by sizeof. */
|
|
#define SIZEOF_VOID_P @SIZEOF_VOID_P@
|
|
|
|
/* should we declare syslog() and openlog() */
|
|
#cmakedefine SYSLOG_INT
|
|
|
|
/* Define to 1 if you have <sys/time.h> */
|
|
#cmakedefine HAVE_SYS_TIME_H
|
|
|
|
/* Define to 1 if you have <time.h> */
|
|
#cmakedefine HAVE_TIME_H
|
|
|
|
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
|
|
#cmakedefine TIME_WITH_SYS_TIME
|
|
|
|
/* Include Endace DAG support */
|
|
#undef USE_DAG
|
|
|
|
/* GeoIP geographic lookup functionality */
|
|
#undef USE_GEOIP
|
|
|
|
/* Use libclamav */
|
|
#undef USE_LIBCLAMAV
|
|
|
|
/* Use Google's perftools */
|
|
#undef USE_PERFTOOLS
|
|
|
|
/* Version number of package */
|
|
#define VERSION "@VERSION@"
|
|
|
|
/* whether words are stored with the most significant byte first */
|
|
#cmakedefine WORDS_BIGENDIAN
|
|
|
|
/* ultrix can't hack const */
|
|
#cmakedefine NEED_ULTRIX_CONST_HACK
|
|
#ifdef NEED_ULTRIX_CONST_HACK
|
|
#define const
|
|
#endif
|
|
|
|
/* Define int32_t */
|
|
#define int32_t @INT32_T@
|
|
|
|
/* use sigset() instead of signal() */
|
|
#define signal @SIG_FUNC@
|
|
|
|
/* define to int if socklen_t not available */
|
|
#define socklen_t @SOCKLEN_T@
|
|
|
|
/* Define u_int16_t */
|
|
#define u_int16_t @U_INT16_T@
|
|
|
|
/* Define u_int32_t */
|
|
#define u_int32_t @U_INT32_T@
|
|
|
|
/* Define u_int8_t */
|
|
#define u_int8_t @U_INT8_T@
|