config.h.in (tcpflow-1.5.0) | : | config.h.in (tcpflow-1.6.1) | ||
---|---|---|---|---|
skipping to change at line 45 | skipping to change at line 45 | |||
/* Define to 1 if you have the <cairo-pdf.h> header file. */ | /* Define to 1 if you have the <cairo-pdf.h> header file. */ | |||
#undef HAVE_CAIRO_PDF_H | #undef HAVE_CAIRO_PDF_H | |||
/* Define to 1 if you have the <cap-ng.h> header file. */ | /* Define to 1 if you have the <cap-ng.h> header file. */ | |||
#undef HAVE_CAP_NG_H | #undef HAVE_CAP_NG_H | |||
/* Define to 1 if you have the <ctype.h> header file. */ | /* Define to 1 if you have the <ctype.h> header file. */ | |||
#undef HAVE_CTYPE_H | #undef HAVE_CTYPE_H | |||
/* define if the compiler supports basic C++11 syntax */ | ||||
#undef HAVE_CXX11 | ||||
/* define 1 if GCC supports -Wcast-align */ | /* define 1 if GCC supports -Wcast-align */ | |||
#undef HAVE_DIAGNOSTIC_CAST_ALIGN | #undef HAVE_DIAGNOSTIC_CAST_ALIGN | |||
/* define 1 if GCC supports -Wredundant-decls */ | /* define 1 if GCC supports -Wredundant-decls */ | |||
#undef HAVE_DIAGNOSTIC_REDUNDANT_DECLS | #undef HAVE_DIAGNOSTIC_REDUNDANT_DECLS | |||
/* Define to 1 if you have the `err' function. */ | /* Define to 1 if you have the `err' function. */ | |||
#undef HAVE_ERR | #undef HAVE_ERR | |||
/* Define to 1 if you have the `errx' function. */ | /* Define to 1 if you have the `errx' function. */ | |||
skipping to change at line 159 | skipping to change at line 156 | |||
/* Define to 1 if you have the `md' library (-lmd). */ | /* Define to 1 if you have the `md' library (-lmd). */ | |||
#undef HAVE_LIBMD | #undef HAVE_LIBMD | |||
/* Define to 1 if you have the `pcap' library (-lpcap). */ | /* Define to 1 if you have the `pcap' library (-lpcap). */ | |||
#undef HAVE_LIBPCAP | #undef HAVE_LIBPCAP | |||
/* Define to 1 if you have the `pixman-1' library (-lpixman-1). */ | /* Define to 1 if you have the `pixman-1' library (-lpixman-1). */ | |||
#undef HAVE_LIBPIXMAN_1 | #undef HAVE_LIBPIXMAN_1 | |||
/* Define to 1 if you have the `pthread' library (-lpthread). */ | ||||
#undef HAVE_LIBPTHREAD | ||||
/* Define to 1 if you have the `pthreadGC2' library (-lpthreadGC2). */ | ||||
#undef HAVE_LIBPTHREADGC2 | ||||
/* Define to 1 if you have the `python2.7' library (-lpython2.7). */ | /* Define to 1 if you have the `python2.7' library (-lpython2.7). */ | |||
#undef HAVE_LIBPYTHON2_7 | #undef HAVE_LIBPYTHON2_7 | |||
/* Define to 1 if you have the `regex' library (-lregex). */ | /* Define to 1 if you have the `regex' library (-lregex). */ | |||
#undef HAVE_LIBREGEX | #undef HAVE_LIBREGEX | |||
/* Define to 1 if you have the `sqlite3' library (-lsqlite3). */ | /* Define to 1 if you have the `sqlite3' library (-lsqlite3). */ | |||
#undef HAVE_LIBSQLITE3 | #undef HAVE_LIBSQLITE3 | |||
/* Define to 1 if you have the `ssl' library (-lssl). */ | /* Define to 1 if you have the `ssl' library (-lssl). */ | |||
skipping to change at line 264 | skipping to change at line 255 | |||
/* Define to 1 if you have the <openssl/rsa.h> header file. */ | /* Define to 1 if you have the <openssl/rsa.h> header file. */ | |||
#undef HAVE_OPENSSL_RSA_H | #undef HAVE_OPENSSL_RSA_H | |||
/* Define to 1 if you have the <openssl/sha.h> header file. */ | /* Define to 1 if you have the <openssl/sha.h> header file. */ | |||
#undef HAVE_OPENSSL_SHA_H | #undef HAVE_OPENSSL_SHA_H | |||
/* Define to 1 if you have the <openssl/x509.h> header file. */ | /* Define to 1 if you have the <openssl/x509.h> header file. */ | |||
#undef HAVE_OPENSSL_X509_H | #undef HAVE_OPENSSL_X509_H | |||
/* Define to 1 if you have the `pcap_findalldevs' function. */ | ||||
#undef HAVE_PCAP_FINDALLDEVS | ||||
/* Define to 1 if you have the <pcap.h> header file. */ | /* Define to 1 if you have the <pcap.h> header file. */ | |||
#undef HAVE_PCAP_H | #undef HAVE_PCAP_H | |||
/* Define to 1 if you have the <pcap/pcap.h> header file. */ | /* Define to 1 if you have the <pcap/pcap.h> header file. */ | |||
#undef HAVE_PCAP_PCAP_H | #undef HAVE_PCAP_PCAP_H | |||
/* Define to 1 if you have the `pread' function. */ | /* Define to 1 if you have the `pread' function. */ | |||
#undef HAVE_PREAD | #undef HAVE_PREAD | |||
/* Define to 1 if you have the `pread64' function. */ | /* Define to 1 if you have the `pread64' function. */ | |||
#undef HAVE_PREAD64 | #undef HAVE_PREAD64 | |||
/* Define if you have POSIX threads libraries and header files. */ | ||||
#undef HAVE_PTHREAD | ||||
/* Define to 1 if you have the <pthread.h> header file. */ | ||||
#undef HAVE_PTHREAD_H | ||||
/* Have PTHREAD_PRIO_INHERIT. */ | ||||
#undef HAVE_PTHREAD_PRIO_INHERIT | ||||
/* Define to 1 if you have the <pwd.h> header file. */ | /* Define to 1 if you have the <pwd.h> header file. */ | |||
#undef HAVE_PWD_H | #undef HAVE_PWD_H | |||
/* Define to 1 if you have the <python2.7/Python.h> header file. */ | /* Define to 1 if you have the <python2.7/Python.h> header file. */ | |||
#undef HAVE_PYTHON2_7_PYTHON_H | #undef HAVE_PYTHON2_7_PYTHON_H | |||
/* Define to 1 if you have the `regcomp' function. */ | /* Define to 1 if you have the `regcomp' function. */ | |||
#undef HAVE_REGCOMP | #undef HAVE_REGCOMP | |||
/* Define to 1 if you have the <regex.h> header file. */ | /* Define to 1 if you have the <regex.h> header file. */ | |||
skipping to change at line 363 | skipping to change at line 348 | |||
/* Define to 1 if you have the <sys/bitypes.h> header file. */ | /* Define to 1 if you have the <sys/bitypes.h> header file. */ | |||
#undef HAVE_SYS_BITYPES_H | #undef HAVE_SYS_BITYPES_H | |||
/* Define to 1 if you have the <sys/cdefs.h> header file. */ | /* Define to 1 if you have the <sys/cdefs.h> header file. */ | |||
#undef HAVE_SYS_CDEFS_H | #undef HAVE_SYS_CDEFS_H | |||
/* Define to 1 if you have the <sys/mman.h> header file. */ | /* Define to 1 if you have the <sys/mman.h> header file. */ | |||
#undef HAVE_SYS_MMAN_H | #undef HAVE_SYS_MMAN_H | |||
/* Define to 1 if you have the <sys/param.h> header file. */ | ||||
#undef HAVE_SYS_PARAM_H | ||||
/* Define to 1 if you have the <sys/resource.h> header file. */ | /* Define to 1 if you have the <sys/resource.h> header file. */ | |||
#undef HAVE_SYS_RESOURCE_H | #undef HAVE_SYS_RESOURCE_H | |||
/* Define to 1 if you have the <sys/socket.h> header file. */ | /* Define to 1 if you have the <sys/socket.h> header file. */ | |||
#undef HAVE_SYS_SOCKET_H | #undef HAVE_SYS_SOCKET_H | |||
/* Define to 1 if you have the <sys/stat.h> header file. */ | /* Define to 1 if you have the <sys/stat.h> header file. */ | |||
#undef HAVE_SYS_STAT_H | #undef HAVE_SYS_STAT_H | |||
/* Define to 1 if you have the <sys/types.h> header file. */ | /* Define to 1 if you have the <sys/types.h> header file. */ | |||
skipping to change at line 429 | skipping to change at line 417 | |||
/* Define to 1 if you have the <zlib.h> header file. */ | /* Define to 1 if you have the <zlib.h> header file. */ | |||
#undef HAVE_ZLIB_H | #undef HAVE_ZLIB_H | |||
/* Define to 1 if you have the `_lseeki64' function. */ | /* Define to 1 if you have the `_lseeki64' function. */ | |||
#undef HAVE__LSEEKI64 | #undef HAVE__LSEEKI64 | |||
/* define 1 if __sync_add_and_fetch works on 64-bit numbers */ | /* define 1 if __sync_add_and_fetch works on 64-bit numbers */ | |||
#undef HAVE___SYNC_ADD_AND_FETCH | #undef HAVE___SYNC_ADD_AND_FETCH | |||
/* Name of package */ | ||||
#undef PACKAGE | ||||
/* Define to the address where bug reports for this package should be sent. */ | /* Define to the address where bug reports for this package should be sent. */ | |||
#undef PACKAGE_BUGREPORT | #undef PACKAGE_BUGREPORT | |||
/* Define to the full name of this package. */ | /* Define to the full name of this package. */ | |||
#undef PACKAGE_NAME | #undef PACKAGE_NAME | |||
/* Define to the full name and version of this package. */ | /* Define to the full name and version of this package. */ | |||
#undef PACKAGE_STRING | #undef PACKAGE_STRING | |||
/* Define to the one symbol short name of this package. */ | /* Define to the one symbol short name of this package. */ | |||
#undef PACKAGE_TARNAME | #undef PACKAGE_TARNAME | |||
/* Define to the home page for this package. */ | /* Define to the home page for this package. */ | |||
#undef PACKAGE_URL | #undef PACKAGE_URL | |||
/* Define to the version of this package. */ | /* Define to the version of this package. */ | |||
#undef PACKAGE_VERSION | #undef PACKAGE_VERSION | |||
/* Define to necessary symbol if this constant uses a non-standard name on | ||||
your system. */ | ||||
#undef PTHREAD_CREATE_JOINABLE | ||||
/* Define to 1 if you have the ANSI C header files. */ | /* Define to 1 if you have the ANSI C header files. */ | |||
#undef STDC_HEADERS | #undef STDC_HEADERS | |||
/* Use WIFI decompression */ | /* Use WIFI decompression */ | |||
#undef USE_WIFI | #undef USE_WIFI | |||
/* Version number of package */ | ||||
#undef VERSION | ||||
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most | /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most | |||
significant byte first (like Motorola and SPARC, unlike Intel). */ | significant byte first (like Motorola and SPARC, unlike Intel). */ | |||
#if defined AC_APPLE_UNIVERSAL_BUILD | #if defined AC_APPLE_UNIVERSAL_BUILD | |||
# if defined __BIG_ENDIAN__ | # if defined __BIG_ENDIAN__ | |||
# define WORDS_BIGENDIAN 1 | # define WORDS_BIGENDIAN 1 | |||
# endif | # endif | |||
#else | #else | |||
# ifndef WORDS_BIGENDIAN | # ifndef WORDS_BIGENDIAN | |||
# undef WORDS_BIGENDIAN | # undef WORDS_BIGENDIAN | |||
# endif | # endif | |||
End of changes. 8 change blocks. | ||||
28 lines changed or deleted | 6 lines changed or added |