00001 /* config.h. Generated by configure. */ 00002 /* config.h.in. Generated from configure.ac by autoheader. */ 00003 00004 00010 /* Define to 1 if you have the <arpa/inet.h> header file. */ 00011 #define HAVE_ARPA_INET_H 1 00012 00013 /* Define to 1 if you have the <curses.h> header file. */ 00014 #define HAVE_CURSES_H 1 00015 00016 /* Define to 1 if you have the <dmalloc.h> header file. */ 00017 /* #undef HAVE_DMALLOC_H */ 00018 00019 /* Define to 1 if you have the `getaddrinfo' function. */ 00020 #define HAVE_GETADDRINFO 1 00021 00022 /* Define to 1 if you have the `gethostbyname' function. */ 00023 #define HAVE_GETHOSTBYNAME 1 00024 00025 /* Define to 1 if you have the `gettimeofday' function. */ 00026 #define HAVE_GETTIMEOFDAY 1 00027 00028 /* Define to 1 if you have the `inet_ntoa' function. */ 00029 #define HAVE_INET_NTOA 1 00030 00031 /* Define to 1 if you have the <inttypes.h> header file. */ 00032 #define HAVE_INTTYPES_H 1 00033 00034 /* Define to 1 if you have the `cap' library (-lcap). */ 00035 #define HAVE_LIBCAP 1 00036 00037 /* Define to 1 if you have the `curses' library (-lcurses). */ 00038 #define HAVE_LIBCURSES 1 00039 00040 /* Define to 1 if you have the `dmalloc' library (-ldmalloc). */ 00041 /* #undef HAVE_LIBDMALLOC */ 00042 00043 /* Define to 1 if you have the `ncurses' library (-lncurses). */ 00044 #define HAVE_LIBNCURSES 1 00045 00046 /* Define to 1 if you have the `net' library (-lnet). */ 00047 #define HAVE_LIBNET 1 00048 00049 /* Define to 1 if you have the `pcap' library (-lpcap). */ 00050 #define HAVE_LIBPCAP 1 00051 00052 /* Define to 1 if you have the `termcap' library (-ltermcap). */ 00053 #define HAVE_LIBTERMCAP 1 00054 00055 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and 00056 to 0 otherwise. */ 00057 #define HAVE_MALLOC 1 00058 00059 /* Define to 1 if you have the <memory.h> header file. */ 00060 #define HAVE_MEMORY_H 1 00061 00062 /* Define to 1 if you have the `memset' function. */ 00063 #define HAVE_MEMSET 1 00064 00065 /* Define to 1 if you have the <ncurses.h> header file. */ 00066 #define HAVE_NCURSES_H 1 00067 00068 /* Define to 1 if you have the <ncurses/ncurses.h> header file. */ 00069 #define HAVE_NCURSES_NCURSES_H 1 00070 00071 /* Define to 1 if you have the <netdb.h> header file. */ 00072 #define HAVE_NETDB_H 1 00073 00074 /* Define to 1 if you have the <netinet/in.h> header file. */ 00075 #define HAVE_NETINET_IN_H 1 00076 00077 /* Define to 1 if you have the `select' function. */ 00078 #define HAVE_SELECT 1 00079 00080 /* Define to 1 if stdbool.h conforms to C99. */ 00081 #define HAVE_STDBOOL_H 1 00082 00083 /* Define to 1 if you have the <stdint.h> header file. */ 00084 #define HAVE_STDINT_H 1 00085 00086 /* Define to 1 if you have the <stdlib.h> header file. */ 00087 #define HAVE_STDLIB_H 1 00088 00089 /* Define to 1 if you have the <strings.h> header file. */ 00090 #define HAVE_STRINGS_H 1 00091 00092 /* Define to 1 if you have the <string.h> header file. */ 00093 #define HAVE_STRING_H 1 00094 00095 /* Define to 1 if you have the <sys/select.h> header file. */ 00096 #define HAVE_SYS_SELECT_H 1 00097 00098 /* Define to 1 if you have the <sys/socket.h> header file. */ 00099 #define HAVE_SYS_SOCKET_H 1 00100 00101 /* Define to 1 if you have the <sys/stat.h> header file. */ 00102 #define HAVE_SYS_STAT_H 1 00103 00104 /* Define to 1 if you have the <sys/time.h> header file. */ 00105 #define HAVE_SYS_TIME_H 1 00106 00107 /* Define to 1 if you have the <sys/types.h> header file. */ 00108 #define HAVE_SYS_TYPES_H 1 00109 00110 /* Define to 1 if you have the <unistd.h> header file. */ 00111 #define HAVE_UNISTD_H 1 00112 00113 /* Define to 1 if the system has the type `_Bool'. */ 00114 #define HAVE__BOOL 1 00115 00116 /* system is apple */ 00117 /* #undef OS_APPLE */ 00118 00119 /* system is freebsd */ 00120 /* #undef OS_FREEBSD */ 00121 00122 /* system is linux */ 00123 #define OS_LINUX 1 00124 00125 /* system is unknown */ 00126 /* #undef OS_UNKNOWN */ 00127 00128 /* Name of package */ 00129 #define PACKAGE "traceproto" 00130 00131 /* Define to the address where bug reports for this package should be sent. */ 00132 #define PACKAGE_BUGREPORT "" 00133 00134 /* Define to the full name of this package. */ 00135 #define PACKAGE_NAME "traceproto" 00136 00137 /* Define to the full name and version of this package. */ 00138 #define PACKAGE_STRING "traceproto 1.1.2beta1" 00139 00140 /* Define to the one symbol short name of this package. */ 00141 #define PACKAGE_TARNAME "traceproto" 00142 00143 /* Define to the version of this package. */ 00144 #define PACKAGE_VERSION "1.1.2beta1" 00145 00146 /* define as the release date */ 00147 #define RELEASE_DATE "June 4 2005" 00148 00149 /* Define as the return type of signal handlers (`int' or `void'). */ 00150 #define RETSIGTYPE void 00151 00152 /* Define to the type of arg 1 for `select'. */ 00153 #define SELECT_TYPE_ARG1 int 00154 00155 /* Define to the type of args 2, 3 and 4 for `select'. */ 00156 #define SELECT_TYPE_ARG234 (fd_set *) 00157 00158 /* Define to the type of arg 5 for `select'. */ 00159 #define SELECT_TYPE_ARG5 (struct timeval *) 00160 00161 /* Define to 1 if you have the ANSI C header files. */ 00162 #define STDC_HEADERS 1 00163 00164 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 00165 #define TIME_WITH_SYS_TIME 1 00166 00167 /* Define to use the misdocumented pcap_fileno function */ 00168 /* #undef USE_PCAP_FILENO */ 00169 00170 /* Version number of package */ 00171 #define VERSION "1.1.2beta1" 00172 00173 /* Define to empty if `const' does not conform to ANSI C. */ 00174 /* #undef const */ 00175 00176 /* Define to rpl_malloc if the replacement function should be used. */ 00177 /* #undef malloc */ 00178 00179 00183 #ifndef __attribute__ 00184 # if !defined(__GNUC__) || __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 5) 00185 /* This compiler probably does not understand __attribute__ */ 00186 # define __attribute__(spec) /* empty */ 00187 # endif 00188 #endif 00189