config.h
00001 /* include/yaf/config.h. Generated from config.h.in by configure. */ 00002 /* include/yaf/config.h.in. Generated from configure.in by autoheader. */ 00003 00004 /* Define if pointers to integers require aligned access */ 00005 /* #undef HAVE_ALIGNED_ACCESS_REQUIRED */ 00006 00007 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 00008 */ 00009 #define HAVE_DIRENT_H 1 00010 00011 /* Define to 1 if you have the <dlfcn.h> header file. */ 00012 #define HAVE_DLFCN_H 1 00013 00014 /* Define to 1 if you have the <errno.h> header file. */ 00015 #define HAVE_ERRNO_H 1 00016 00017 /* Define to 1 if you have the <fcntl.h> header file. */ 00018 #define HAVE_FCNTL_H 1 00019 00020 /* Define to 1 if you have the `getaddrinfo' function. */ 00021 #define HAVE_GETADDRINFO 1 00022 00023 /* Define to 1 if you have the <glob.h> header file. */ 00024 #define HAVE_GLOB_H 1 00025 00026 /* Define to 1 if you have the <inttypes.h> header file. */ 00027 #define HAVE_INTTYPES_H 1 00028 00029 /* Define to 1 if you have the `pcap' library (-lpcap). */ 00030 #define HAVE_LIBPCAP 1 00031 00032 /* Define to 1 if you have the <memory.h> header file. */ 00033 #define HAVE_MEMORY_H 1 00034 00035 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 00036 /* #undef HAVE_NDIR_H */ 00037 00038 /* Define to 1 if you have the <pcap.h> header file. */ 00039 #define HAVE_PCAP_H 1 00040 00041 /* Define to 1 to enable PCRE support */ 00042 #define HAVE_PCRE 1 00043 00044 /* Define to 1 if you have the <signal.h> header file. */ 00045 #define HAVE_SIGNAL_H 1 00046 00047 /* Define to 1 if you have the <stdint.h> header file. */ 00048 #define HAVE_STDINT_H 1 00049 00050 /* Define to 1 if you have the <stdlib.h> header file. */ 00051 #define HAVE_STDLIB_H 1 00052 00053 /* Define to 1 if you have the <strings.h> header file. */ 00054 #define HAVE_STRINGS_H 1 00055 00056 /* Define to 1 if you have the <string.h> header file. */ 00057 #define HAVE_STRING_H 1 00058 00059 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. 00060 */ 00061 /* #undef HAVE_SYS_DIR_H */ 00062 00063 /* Define to 1 if you have the <sys/errno.h> header file. */ 00064 #define HAVE_SYS_ERRNO_H 1 00065 00066 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. 00067 */ 00068 /* #undef HAVE_SYS_NDIR_H */ 00069 00070 /* Define to 1 if you have the <sys/stat.h> header file. */ 00071 #define HAVE_SYS_STAT_H 1 00072 00073 /* Define to 1 if you have the <sys/types.h> header file. */ 00074 #define HAVE_SYS_TYPES_H 1 00075 00076 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ 00077 #define HAVE_SYS_WAIT_H 1 00078 00079 /* Define to 1 if you have the <unistd.h> header file. */ 00080 #define HAVE_UNISTD_H 1 00081 00082 /* Define to 1 if your C compiler doesn't accept -c and -o together. */ 00083 /* #undef NO_MINUS_C_MINUS_O */ 00084 00085 /* Name of package */ 00086 #define PACKAGE "yaf" 00087 00088 /* Define to the address where bug reports for this package should be sent. */ 00089 #define PACKAGE_BUGREPORT "bht@cert.org" 00090 00091 /* Define to the full name of this package. */ 00092 #define PACKAGE_NAME "yaf" 00093 00094 /* Define to the full name and version of this package. */ 00095 #define PACKAGE_STRING "yaf 0.8.0" 00096 00097 /* Define to the one symbol short name of this package. */ 00098 #define PACKAGE_TARNAME "yaf" 00099 00100 /* Define to the version of this package. */ 00101 #define PACKAGE_VERSION "0.8.0" 00102 00103 /* Define to 1 if you have the ANSI C header files. */ 00104 #define STDC_HEADERS 1 00105 00106 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 00107 #define TIME_WITH_SYS_TIME 1 00108 00109 /* Define to 1 to enable use of GOption */ 00110 #define USE_GOPTION 1 00111 00112 /* Define to 1 to use libpopt */ 00113 /* #undef USE_POPT */ 00114 00115 /* Version number of package */ 00116 #define VERSION "0.8.0" 00117 00118 /* Define to 1 to enable application labeler engine */ 00119 #define YAF_ENABLE_APPLABEL 1 00120 00121 /* Define to 1 to compact IPv4 addresses where possible */ 00122 #define YAF_ENABLE_COMPACT_IP4 1 00123 00124 /* Define to 1 to enable DAG support */ 00125 /* #undef YAF_ENABLE_DAG */