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 <grp.h> header file. */ 00027 #define HAVE_GRP_H 1 00028 00029 /* Define to 1 if you have the <inttypes.h> header file. */ 00030 #define HAVE_INTTYPES_H 1 00031 00032 /* Define to 1 if you have the `pcap' library (-lpcap). */ 00033 #define HAVE_LIBPCAP 1 00034 00035 /* Define to 1 if you have the <limits.h> header file. */ 00036 #define HAVE_LIMITS_H 1 00037 00038 /* Define to 1 if you have the <malloc.h> header file. */ 00039 /* #undef HAVE_MALLOC_H */ 00040 00041 /* Define to 1 if you have the <memory.h> header file. */ 00042 #define HAVE_MEMORY_H 1 00043 00044 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 00045 /* #undef HAVE_NDIR_H */ 00046 00047 /* Define to 1 if you have the <netdb.h> header file. */ 00048 #define HAVE_NETDB_H 1 00049 00050 /* Define to 1 if you have the <netinet/in.h> header file. */ 00051 #define HAVE_NETINET_IN_H 1 00052 00053 /* Define to 1 if you have the <pcap.h> header file. */ 00054 #define HAVE_PCAP_H 1 00055 00056 /* Define to 1 to enable PCRE support */ 00057 #define HAVE_PCRE 1 00058 00059 /* Define to 1 if you have the <pwd.h> header file. */ 00060 #define HAVE_PWD_H 1 00061 00062 /* Define to 1 if you have the <signal.h> header file. */ 00063 #define HAVE_SIGNAL_H 1 00064 00065 /* Define to 1 if you have the <stdarg.h> header file. */ 00066 #define HAVE_STDARG_H 1 00067 00068 /* Define to 1 if you have the <stddef.h> header file. */ 00069 #define HAVE_STDDEF_H 1 00070 00071 /* Define to 1 if you have the <stdint.h> header file. */ 00072 #define HAVE_STDINT_H 1 00073 00074 /* Define to 1 if you have the <stdlib.h> header file. */ 00075 #define HAVE_STDLIB_H 1 00076 00077 /* Define to 1 if you have the <strings.h> header file. */ 00078 #define HAVE_STRINGS_H 1 00079 00080 /* Define to 1 if you have the <string.h> header file. */ 00081 #define HAVE_STRING_H 1 00082 00083 /* Define to 1 if you have the <syslog.h> header file. */ 00084 #define HAVE_SYSLOG_H 1 00085 00086 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. 00087 */ 00088 /* #undef HAVE_SYS_DIR_H */ 00089 00090 /* Define to 1 if you have the <sys/errno.h> header file. */ 00091 #define HAVE_SYS_ERRNO_H 1 00092 00093 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. 00094 */ 00095 /* #undef HAVE_SYS_NDIR_H */ 00096 00097 /* Define to 1 if you have the <sys/socket.h> header file. */ 00098 #define HAVE_SYS_SOCKET_H 1 00099 00100 /* Define to 1 if you have the <sys/stat.h> header file. */ 00101 #define HAVE_SYS_STAT_H 1 00102 00103 /* Define to 1 if you have the <sys/types.h> header file. */ 00104 #define HAVE_SYS_TYPES_H 1 00105 00106 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ 00107 #define HAVE_SYS_WAIT_H 1 00108 00109 /* Define to 1 if you have the <unistd.h> header file. */ 00110 #define HAVE_UNISTD_H 1 00111 00112 /* Define to 1 on Linux for privilege drop hack */ 00113 /* #undef LINUX_PRIVHACK */ 00114 00115 /* Define to the sub-directory in which libtool stores uninstalled libraries. 00116 */ 00117 #define LT_OBJDIR ".libs/" 00118 00119 /* Define to 1 if your C compiler doesn't accept -c and -o together. */ 00120 /* #undef NO_MINUS_C_MINUS_O */ 00121 00122 /* Name of package */ 00123 #define PACKAGE "yaf" 00124 00125 /* Define to the address where bug reports for this package should be sent. */ 00126 #define PACKAGE_BUGREPORT "netsa-yaf@cert.org" 00127 00128 /* Define to the full name of this package. */ 00129 #define PACKAGE_NAME "yaf" 00130 00131 /* Define to the full name and version of this package. */ 00132 #define PACKAGE_STRING "yaf 1.0.0.2" 00133 00134 /* Define to the one symbol short name of this package. */ 00135 #define PACKAGE_TARNAME "yaf" 00136 00137 /* Define to the version of this package. */ 00138 #define PACKAGE_VERSION "1.0.0.2" 00139 00140 /* size_t cast for string formatting */ 00141 #define SIZE_T_CAST uint32_t 00142 00143 /* (f)printf format string for type size_t */ 00144 #define SIZE_T_FORMAT PRIu32 00145 00146 /* (f)printf format string for type size_t */ 00147 #define SIZE_T_FORMATX PRIx32 00148 00149 /* Define to 1 if you have the ANSI C header files. */ 00150 #define STDC_HEADERS 1 00151 00152 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 00153 #define TIME_WITH_SYS_TIME 1 00154 00155 /* Define to 1 to enable use of GOption */ 00156 #define USE_GOPTION 1 00157 00158 /* Define to 1 to use libpopt */ 00159 /* #undef USE_POPT */ 00160 00161 /* Version number of package */ 00162 #define VERSION "1.0.0.2" 00163 00164 /* Define to 1 to enable application labeler engine */ 00165 /* #undef YAF_ENABLE_APPLABEL */ 00166 00167 /* Define to 1 to compact IPv4 addresses where possible */ 00168 #define YAF_ENABLE_COMPACT_IP4 1 00169 00170 /* Define to 1 to enable DAG support */ 00171 /* #undef YAF_ENABLE_DAG */ 00172 00173 /* Define to 1 to enable recording DAG interface numbers */ 00174 /* #undef YAF_ENABLE_DAG_SEPARATE_INTERFACES */ 00175 00176 /* Define to 1 to enable entropy calculator */ 00177 /* #undef YAF_ENABLE_ENTROPY */ 00178 00179 /* Define to 1 to enable yaf payload processing */ 00180 #define YAF_ENABLE_PAYLOAD 1