Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- This file contains any messages produced by compilers while
- running configure, to aid debugging if configure makes a mistake.
- It was created by configure, which was
- generated by GNU Autoconf 2.69. Invocation command line was
- $ ./configure --enable-debug --enable-debug-msgs --enable-build-dynamic-examples
- ## --------- ##
- ## Platform. ##
- ## --------- ##
- hostname = ubuntu-server
- uname -m = i686
- uname -r = 3.5.0-23-generic
- uname -s = Linux
- uname -v = #35~precise1-Ubuntu SMP Fri Jan 25 17:15:33 UTC 2013
- /usr/bin/uname -p = unknown
- /bin/uname -X = unknown
- /bin/arch = unknown
- /usr/bin/arch -k = unknown
- /usr/convex/getsysinfo = unknown
- /usr/bin/hostinfo = unknown
- /bin/machine = unknown
- /usr/bin/oslevel = unknown
- /bin/universe = unknown
- PATH: /usr/local/sbin
- PATH: /usr/local/bin
- PATH: /usr/sbin
- PATH: /usr/bin
- PATH: /sbin
- PATH: /bin
- PATH: /usr/games
- ## ----------- ##
- ## Core tests. ##
- ## ----------- ##
- configure:2668: checking for a BSD-compatible install
- configure:2736: result: /usr/bin/install -c
- configure:2747: checking whether build environment is sane
- configure:2802: result: yes
- configure:2953: checking for a thread-safe mkdir -p
- configure:2992: result: /bin/mkdir -p
- configure:2999: checking for gawk
- configure:3029: result: no
- configure:2999: checking for mawk
- configure:3015: found /usr/bin/mawk
- configure:3026: result: mawk
- configure:3037: checking whether make sets $(MAKE)
- configure:3059: result: yes
- configure:3088: checking whether make supports nested variables
- configure:3105: result: yes
- configure:3204: checking whether to enable maintainer-specific portions of Makefiles
- configure:3213: result: no
- configure:3238: checking for style of include used by make
- configure:3266: result: GNU
- configure:3337: checking for gcc
- configure:3353: found /usr/bin/gcc
- configure:3364: result: gcc
- configure:3593: checking for C compiler version
- configure:3602: gcc --version >&5
- gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
- Copyright (C) 2011 Free Software Foundation, Inc.
- This is free software; see the source for copying conditions. There is NO
- warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- configure:3613: $? = 0
- configure:3602: gcc -v >&5
- Using built-in specs.
- COLLECT_GCC=gcc
- COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.6/lto-wrapper
- Target: i686-linux-gnu
- Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
- Thread model: posix
- gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
- configure:3613: $? = 0
- configure:3602: gcc -V >&5
- gcc: error: unrecognized option '-V'
- gcc: fatal error: no input files
- compilation terminated.
- configure:3613: $? = 4
- configure:3602: gcc -qversion >&5
- gcc: error: unrecognized option '-qversion'
- gcc: fatal error: no input files
- compilation terminated.
- configure:3613: $? = 4
- configure:3633: checking whether the C compiler works
- configure:3655: gcc conftest.c >&5
- configure:3659: $? = 0
- configure:3707: result: yes
- configure:3710: checking for C compiler default output file name
- configure:3712: result: a.out
- configure:3718: checking for suffix of executables
- configure:3725: gcc -o conftest conftest.c >&5
- configure:3729: $? = 0
- configure:3751: result:
- configure:3773: checking whether we are cross compiling
- configure:3781: gcc -o conftest conftest.c >&5
- configure:3785: $? = 0
- configure:3792: ./conftest
- configure:3796: $? = 0
- configure:3811: result: no
- configure:3816: checking for suffix of object files
- configure:3838: gcc -c conftest.c >&5
- configure:3842: $? = 0
- configure:3863: result: o
- configure:3867: checking whether we are using the GNU C compiler
- configure:3886: gcc -c conftest.c >&5
- configure:3886: $? = 0
- configure:3895: result: yes
- configure:3904: checking whether gcc accepts -g
- configure:3924: gcc -c -g conftest.c >&5
- configure:3924: $? = 0
- configure:3965: result: yes
- configure:3982: checking for gcc option to accept ISO C89
- configure:4045: gcc -c -g -O2 conftest.c >&5
- configure:4045: $? = 0
- configure:4058: result: none needed
- configure:4080: checking dependency style of gcc
- configure:4191: result: gcc3
- configure:4210: checking for gcc option to accept ISO C99
- configure:4359: gcc -c -g -O2 conftest.c >&5
- conftest.c:61:29: error: expected ';', ',' or ')' before 'text'
- conftest.c: In function 'main':
- conftest.c:115:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar'
- conftest.c:115:18: error: 'newvar' undeclared (first use in this function)
- conftest.c:115:18: note: each undeclared identifier is reported only once for each function it appears in
- conftest.c:125:3: error: 'for' loop initial declarations are only allowed in C99 mode
- conftest.c:125:3: note: use option -std=c99 or -std=gnu99 to compile your code
- configure:4359: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME ""
- | #define PACKAGE_TARNAME ""
- | #define PACKAGE_VERSION ""
- | #define PACKAGE_STRING ""
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "snort"
- | #define VERSION "2.9.6.0"
- | /* end confdefs.h. */
- | #include <stdarg.h>
- | #include <stdbool.h>
- | #include <stdlib.h>
- | #include <wchar.h>
- | #include <stdio.h>
- |
- | // Check varargs macros. These examples are taken from C99 6.10.3.5.
- | #define debug(...) fprintf (stderr, __VA_ARGS__)
- | #define showlist(...) puts (#__VA_ARGS__)
- | #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
- | static void
- | test_varargs_macros (void)
- | {
- | int x = 1234;
- | int y = 5678;
- | debug ("Flag");
- | debug ("X = %d\n", x);
- | showlist (The first, second, and third items.);
- | report (x>y, "x is %d but y is %d", x, y);
- | }
- |
- | // Check long long types.
- | #define BIG64 18446744073709551615ull
- | #define BIG32 4294967295ul
- | #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
- | #if !BIG_OK
- | your preprocessor is broken;
- | #endif
- | #if BIG_OK
- | #else
- | your preprocessor is broken;
- | #endif
- | static long long int bignum = -9223372036854775807LL;
- | static unsigned long long int ubignum = BIG64;
- |
- | struct incomplete_array
- | {
- | int datasize;
- | double data[];
- | };
- |
- | struct named_init {
- | int number;
- | const wchar_t *name;
- | double average;
- | };
- |
- | typedef const char *ccp;
- |
- | static inline int
- | test_restrict (ccp restrict text)
- | {
- | // See if C++-style comments work.
- | // Iterate through items via the restricted pointer.
- | // Also check for declarations in for loops.
- | for (unsigned int i = 0; *(text+i) != '\0'; ++i)
- | continue;
- | return 0;
- | }
- |
- | // Check varargs and va_copy.
- | static void
- | test_varargs (const char *format, ...)
- | {
- | va_list args;
- | va_start (args, format);
- | va_list args_copy;
- | va_copy (args_copy, args);
- |
- | const char *str;
- | int number;
- | float fnumber;
- |
- | while (*format)
- | {
- | switch (*format++)
- | {
- | case 's': // string
- | str = va_arg (args_copy, const char *);
- | break;
- | case 'd': // int
- | number = va_arg (args_copy, int);
- | break;
- | case 'f': // float
- | fnumber = va_arg (args_copy, double);
- | break;
- | default:
- | break;
- | }
- | }
- | va_end (args_copy);
- | va_end (args);
- | }
- |
- | int
- | main ()
- | {
- |
- | // Check bool.
- | _Bool success = false;
- |
- | // Check restrict.
- | if (test_restrict ("String literal") == 0)
- | success = true;
- | char *restrict newvar = "Another string";
- |
- | // Check varargs.
- | test_varargs ("s, d' f .", "string", 65, 34.234);
- | test_varargs_macros ();
- |
- | // Check flexible array members.
- | struct incomplete_array *ia =
- | malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
- | ia->datasize = 10;
- | for (int i = 0; i < ia->datasize; ++i)
- | ia->data[i] = i * 1.234;
- |
- | // Check named initializers.
- | struct named_init ni = {
- | .number = 34,
- | .name = L"Test wide string",
- | .average = 543.34343,
- | };
- |
- | ni.number = 58;
- |
- | int dynamic_array[ni.number];
- | dynamic_array[ni.number - 1] = 543;
- |
- | // work around unused variable warnings
- | return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
- | || dynamic_array[ni.number - 1] != 543);
- |
- | ;
- | return 0;
- | }
- configure:4359: gcc -std=gnu99 -c -g -O2 conftest.c >&5
- configure:4359: $? = 0
- configure:4379: result: -std=gnu99
- configure:4480: checking for gcc -std=gnu99 option to accept ISO Standard C
- configure:4494: result: -std=gnu99
- configure:4546: checking for gcc
- configure:4573: result: gcc
- configure:4802: checking for C compiler version
- configure:4811: gcc --version >&5
- gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
- Copyright (C) 2011 Free Software Foundation, Inc.
- This is free software; see the source for copying conditions. There is NO
- warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- configure:4822: $? = 0
- configure:4811: gcc -v >&5
- Using built-in specs.
- COLLECT_GCC=gcc
- COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.6/lto-wrapper
- Target: i686-linux-gnu
- Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
- Thread model: posix
- gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
- configure:4822: $? = 0
- configure:4811: gcc -V >&5
- gcc: error: unrecognized option '-V'
- gcc: fatal error: no input files
- compilation terminated.
- configure:4822: $? = 4
- configure:4811: gcc -qversion >&5
- gcc: error: unrecognized option '-qversion'
- gcc: fatal error: no input files
- compilation terminated.
- configure:4822: $? = 4
- configure:4826: checking whether we are using the GNU C compiler
- configure:4854: result: yes
- configure:4863: checking whether gcc accepts -g
- configure:4924: result: yes
- configure:4941: checking for gcc option to accept ISO C89
- configure:5017: result: none needed
- configure:5039: checking dependency style of gcc
- configure:5150: result: gcc3
- configure:5194: checking build system type
- configure:5208: result: i686-pc-linux-gnu
- configure:5228: checking host system type
- configure:5241: result: i686-pc-linux-gnu
- configure:5282: checking how to print strings
- configure:5309: result: printf
- configure:5330: checking for a sed that does not truncate output
- configure:5394: result: /bin/sed
- configure:5412: checking for grep that handles long lines and -e
- configure:5470: result: /bin/grep
- configure:5475: checking for egrep
- configure:5537: result: /bin/grep -E
- configure:5542: checking for fgrep
- configure:5604: result: /bin/grep -F
- configure:5639: checking for ld used by gcc
- configure:5706: result: /usr/bin/ld
- configure:5713: checking if the linker (/usr/bin/ld) is GNU ld
- configure:5728: result: yes
- configure:5740: checking for BSD- or MS-compatible name lister (nm)
- configure:5789: result: /usr/bin/nm -B
- configure:5919: checking the name lister (/usr/bin/nm -B) interface
- configure:5926: gcc -c -g -O2 conftest.c >&5
- configure:5929: /usr/bin/nm -B "conftest.o"
- configure:5932: output
- 00000000 B some_variable
- configure:5939: result: BSD nm
- configure:5942: checking whether ln -s works
- configure:5946: result: yes
- configure:5954: checking the maximum length of command line arguments
- configure:6084: result: 1572864
- configure:6101: checking whether the shell understands some XSI constructs
- configure:6111: result: yes
- configure:6115: checking whether the shell understands "+="
- configure:6121: result: yes
- configure:6156: checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format
- configure:6196: result: func_convert_file_noop
- configure:6203: checking how to convert i686-pc-linux-gnu file names to toolchain format
- configure:6223: result: func_convert_file_noop
- configure:6230: checking for /usr/bin/ld option to reload object files
- configure:6237: result: -r
- configure:6311: checking for objdump
- configure:6327: found /usr/bin/objdump
- configure:6338: result: objdump
- configure:6370: checking how to recognize dependent libraries
- configure:6572: result: pass_all
- configure:6657: checking for dlltool
- configure:6687: result: no
- configure:6717: checking how to associate runtime and link libraries
- configure:6744: result: printf %s\n
- configure:6805: checking for ar
- configure:6821: found /usr/bin/ar
- configure:6832: result: ar
- configure:6869: checking for archiver @FILE support
- configure:6886: gcc -c -g -O2 conftest.c >&5
- configure:6886: $? = 0
- configure:6889: ar cru libconftest.a @conftest.lst >&5
- configure:6892: $? = 0
- configure:6897: ar cru libconftest.a @conftest.lst >&5
- ar: conftest.o: No such file or directory
- configure:6900: $? = 1
- configure:6912: result: @
- configure:6970: checking for strip
- configure:6986: found /usr/bin/strip
- configure:6997: result: strip
- configure:7069: checking for ranlib
- configure:7085: found /usr/bin/ranlib
- configure:7096: result: ranlib
- configure:7198: checking command to parse /usr/bin/nm -B output from gcc object
- configure:7318: gcc -c -g -O2 conftest.c >&5
- configure:7321: $? = 0
- configure:7325: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
- configure:7328: $? = 0
- configure:7394: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
- configure:7397: $? = 0
- configure:7435: result: ok
- configure:7472: checking for sysroot
- configure:7502: result: no
- configure:7764: checking for mt
- configure:7780: found /bin/mt
- configure:7791: result: mt
- configure:7814: checking if mt is a manifest tool
- configure:7820: mt '-?'
- configure:7828: result: no
- configure:8470: checking how to run the C preprocessor
- configure:8501: gcc -E conftest.c
- configure:8501: $? = 0
- configure:8515: gcc -E conftest.c
- conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
- compilation terminated.
- configure:8515: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME ""
- | #define PACKAGE_TARNAME ""
- | #define PACKAGE_VERSION ""
- | #define PACKAGE_STRING ""
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "snort"
- | #define VERSION "2.9.6.0"
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:8540: result: gcc -E
- configure:8560: gcc -E conftest.c
- configure:8560: $? = 0
- configure:8574: gcc -E conftest.c
- conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
- compilation terminated.
- configure:8574: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME ""
- | #define PACKAGE_TARNAME ""
- | #define PACKAGE_VERSION ""
- | #define PACKAGE_STRING ""
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "snort"
- | #define VERSION "2.9.6.0"
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:8603: checking for ANSI C header files
- configure:8623: gcc -c -g -O2 conftest.c >&5
- configure:8623: $? = 0
- configure:8696: gcc -o conftest -g -O2 conftest.c >&5
- configure:8696: $? = 0
- configure:8696: ./conftest
- configure:8696: $? = 0
- configure:8707: result: yes
- configure:8720: checking for sys/types.h
- configure:8720: gcc -c -g -O2 conftest.c >&5
- configure:8720: $? = 0
- configure:8720: result: yes
- configure:8720: checking for sys/stat.h
- configure:8720: gcc -c -g -O2 conftest.c >&5
- configure:8720: $? = 0
- configure:8720: result: yes
- configure:8720: checking for stdlib.h
- configure:8720: gcc -c -g -O2 conftest.c >&5
- configure:8720: $? = 0
- configure:8720: result: yes
- configure:8720: checking for string.h
- configure:8720: gcc -c -g -O2 conftest.c >&5
- configure:8720: $? = 0
- configure:8720: result: yes
- configure:8720: checking for memory.h
- configure:8720: gcc -c -g -O2 conftest.c >&5
- configure:8720: $? = 0
- configure:8720: result: yes
- configure:8720: checking for strings.h
- configure:8720: gcc -c -g -O2 conftest.c >&5
- configure:8720: $? = 0
- configure:8720: result: yes
- configure:8720: checking for inttypes.h
- configure:8720: gcc -c -g -O2 conftest.c >&5
- configure:8720: $? = 0
- configure:8720: result: yes
- configure:8720: checking for stdint.h
- configure:8720: gcc -c -g -O2 conftest.c >&5
- configure:8720: $? = 0
- configure:8720: result: yes
- configure:8720: checking for unistd.h
- configure:8720: gcc -c -g -O2 conftest.c >&5
- configure:8720: $? = 0
- configure:8720: result: yes
- configure:8734: checking for dlfcn.h
- configure:8734: gcc -c -g -O2 conftest.c >&5
- configure:8734: $? = 0
- configure:8734: result: yes
- configure:8940: checking for objdir
- configure:8955: result: .libs
- configure:9222: checking if gcc supports -fno-rtti -fno-exceptions
- configure:9240: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
- cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
- configure:9244: $? = 0
- configure:9257: result: no
- configure:9584: checking for gcc option to produce PIC
- configure:9591: result: -fPIC -DPIC
- configure:9599: checking if gcc PIC flag -fPIC -DPIC works
- configure:9617: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
- configure:9621: $? = 0
- configure:9634: result: yes
- configure:9663: checking if gcc static flag -static works
- configure:9691: result: yes
- configure:9706: checking if gcc supports -c -o file.o
- configure:9727: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
- configure:9731: $? = 0
- configure:9753: result: yes
- configure:9761: checking if gcc supports -c -o file.o
- configure:9808: result: yes
- configure:9841: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
- configure:10994: result: yes
- configure:11031: checking whether -lc should be explicitly linked in
- configure:11039: gcc -c -g -O2 conftest.c >&5
- configure:11042: $? = 0
- configure:11057: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
- configure:11060: $? = 0
- configure:11074: result: no
- configure:11234: checking dynamic linker characteristics
- configure:11745: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
- configure:11745: $? = 0
- configure:11971: result: GNU/Linux ld.so
- configure:12078: checking how to hardcode library paths into programs
- configure:12103: result: immediate
- configure:12643: checking whether stripping libraries is possible
- configure:12648: result: yes
- configure:12683: checking if libtool supports shared libraries
- configure:12685: result: yes
- configure:12688: checking whether to build shared libraries
- configure:12709: result: yes
- configure:12712: checking whether to build static libraries
- configure:12716: result: yes
- configure:12796: checking for ranlib
- configure:12823: result: ranlib
- configure:12845: checking whether byte ordering is bigendian
- configure:12860: gcc -c -g -O2 conftest.c >&5
- conftest.c:24:9: error: unknown type name 'not'
- conftest.c:24:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
- conftest.c:24:15: error: unknown type name 'universal'
- configure:12860: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME ""
- | #define PACKAGE_TARNAME ""
- | #define PACKAGE_VERSION ""
- | #define PACKAGE_STRING ""
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "snort"
- | #define VERSION "2.9.6.0"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | /* end confdefs.h. */
- | #ifndef __APPLE_CC__
- | not a universal capable compiler
- | #endif
- | typedef int dummy;
- |
- configure:12905: gcc -c -g -O2 conftest.c >&5
- configure:12905: $? = 0
- configure:12923: gcc -c -g -O2 conftest.c >&5
- conftest.c: In function 'main':
- conftest.c:30:4: error: unknown type name 'not'
- conftest.c:30:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
- configure:12923: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME ""
- | #define PACKAGE_TARNAME ""
- | #define PACKAGE_VERSION ""
- | #define PACKAGE_STRING ""
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "snort"
- | #define VERSION "2.9.6.0"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | /* end confdefs.h. */
- | #include <sys/types.h>
- | #include <sys/param.h>
- |
- | int
- | main ()
- | {
- | #if BYTE_ORDER != BIG_ENDIAN
- | not big endian
- | #endif
- |
- | ;
- | return 0;
- | }
- configure:13051: result: no
- configure:13069: checking for inline
- configure:13085: gcc -c -g -O2 conftest.c >&5
- configure:13085: $? = 0
- configure:13093: result: inline
- configure:13233: checking for stdbool.h that conforms to C99
- configure:13300: gcc -c -g -O2 conftest.c >&5
- configure:13300: $? = 0
- configure:13307: result: yes
- configure:13309: checking for _Bool
- configure:13309: gcc -c -g -O2 conftest.c >&5
- configure:13309: $? = 0
- configure:13309: gcc -c -g -O2 conftest.c >&5
- conftest.c: In function 'main':
- conftest.c:60:20: error: expected expression before ')' token
- configure:13309: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME ""
- | #define PACKAGE_TARNAME ""
- | #define PACKAGE_VERSION ""
- | #define PACKAGE_STRING ""
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "snort"
- | #define VERSION "2.9.6.0"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define LINUX 1
- | /* end confdefs.h. */
- | #include <stdio.h>
- | #ifdef HAVE_SYS_TYPES_H
- | # include <sys/types.h>
- | #endif
- | #ifdef HAVE_SYS_STAT_H
- | # include <sys/stat.h>
- | #endif
- | #ifdef STDC_HEADERS
- | # include <stdlib.h>
- | # include <stddef.h>
- | #else
- | # ifdef HAVE_STDLIB_H
- | # include <stdlib.h>
- | # endif
- | #endif
- | #ifdef HAVE_STRING_H
- | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
- | # include <memory.h>
- | # endif
- | # include <string.h>
- | #endif
- | #ifdef HAVE_STRINGS_H
- | # include <strings.h>
- | #endif
- | #ifdef HAVE_INTTYPES_H
- | # include <inttypes.h>
- | #endif
- | #ifdef HAVE_STDINT_H
- | # include <stdint.h>
- | #endif
- | #ifdef HAVE_UNISTD_H
- | # include <unistd.h>
- | #endif
- | int
- | main ()
- | {
- | if (sizeof ((_Bool)))
- | return 0;
- | ;
- | return 0;
- | }
- configure:13309: result: yes
- configure:13365: checking for bison
- configure:13381: found /usr/bin/bison
- configure:13392: result: bison
- configure:13416: checking for flex
- configure:13432: found /usr/bin/flex
- configure:13443: result: flex
- configure:13471: checking for inttypes.h
- configure:13471: result: yes
- configure:13471: checking math.h usability
- configure:13471: gcc -c -g -O2 conftest.c >&5
- configure:13471: $? = 0
- configure:13471: result: yes
- configure:13471: checking math.h presence
- configure:13471: gcc -E conftest.c
- configure:13471: $? = 0
- configure:13471: result: yes
- configure:13471: checking for math.h
- configure:13471: result: yes
- configure:13471: checking paths.h usability
- configure:13471: gcc -c -g -O2 conftest.c >&5
- configure:13471: $? = 0
- configure:13471: result: yes
- configure:13471: checking paths.h presence
- configure:13471: gcc -E conftest.c
- configure:13471: $? = 0
- configure:13471: result: yes
- configure:13471: checking for paths.h
- configure:13471: result: yes
- configure:13471: checking for stdlib.h
- configure:13471: result: yes
- configure:13471: checking for string.h
- configure:13471: result: yes
- configure:13471: checking for strings.h
- configure:13471: result: yes
- configure:13471: checking for unistd.h
- configure:13471: result: yes
- configure:13471: checking wchar.h usability
- configure:13471: gcc -c -g -O2 conftest.c >&5
- configure:13471: $? = 0
- configure:13471: result: yes
- configure:13471: checking wchar.h presence
- configure:13471: gcc -E conftest.c
- configure:13471: $? = 0
- configure:13471: result: yes
- configure:13471: checking for wchar.h
- configure:13471: result: yes
- configure:13471: checking sys/sockio.h usability
- configure:13471: gcc -c -g -O2 conftest.c >&5
- conftest.c:67:24: fatal error: sys/sockio.h: No such file or directory
- compilation terminated.
- configure:13471: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME ""
- | #define PACKAGE_TARNAME ""
- | #define PACKAGE_VERSION ""
- | #define PACKAGE_STRING ""
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "snort"
- | #define VERSION "2.9.6.0"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define LINUX 1
- | #define HAVE__BOOL 1
- | #define HAVE_STDBOOL_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_MATH_H 1
- | #define HAVE_PATHS_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_WCHAR_H 1
- | /* end confdefs.h. */
- | #include <stdio.h>
- | #ifdef HAVE_SYS_TYPES_H
- | # include <sys/types.h>
- | #endif
- | #ifdef HAVE_SYS_STAT_H
- | # include <sys/stat.h>
- | #endif
- | #ifdef STDC_HEADERS
- | # include <stdlib.h>
- | # include <stddef.h>
- | #else
- | # ifdef HAVE_STDLIB_H
- | # include <stdlib.h>
- | # endif
- | #endif
- | #ifdef HAVE_STRING_H
- | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
- | # include <memory.h>
- | # endif
- | # include <string.h>
- | #endif
- | #ifdef HAVE_STRINGS_H
- | # include <strings.h>
- | #endif
- | #ifdef HAVE_INTTYPES_H
- | # include <inttypes.h>
- | #endif
- | #ifdef HAVE_STDINT_H
- | # include <stdint.h>
- | #endif
- | #ifdef HAVE_UNISTD_H
- | # include <unistd.h>
- | #endif
- | #include <sys/sockio.h>
- configure:13471: result: no
- configure:13471: checking sys/sockio.h presence
- configure:13471: gcc -E conftest.c
- conftest.c:34:24: fatal error: sys/sockio.h: No such file or directory
- compilation terminated.
- configure:13471: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME ""
- | #define PACKAGE_TARNAME ""
- | #define PACKAGE_VERSION ""
- | #define PACKAGE_STRING ""
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "snort"
- | #define VERSION "2.9.6.0"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define LINUX 1
- | #define HAVE__BOOL 1
- | #define HAVE_STDBOOL_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_MATH_H 1
- | #define HAVE_PATHS_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_WCHAR_H 1
- | /* end confdefs.h. */
- | #include <sys/sockio.h>
- configure:13471: result: no
- configure:13471: checking for sys/sockio.h
- configure:13471: result: no
- configure:13485: checking for floor in -lm
- configure:13510: gcc -o conftest -g -O2 conftest.c -lm >&5
- conftest.c:41:6: warning: conflicting types for built-in function 'floor' [enabled by default]
- configure:13510: $? = 0
- configure:13519: result: yes
- configure:13530: checking for ceil in -lm
- configure:13555: gcc -o conftest -g -O2 conftest.c -lm -lm >&5
- conftest.c:42:6: warning: conflicting types for built-in function 'ceil' [enabled by default]
- configure:13555: $? = 0
- configure:13564: result: yes
- configure:13578: checking uuid/uuid.h usability
- configure:13578: gcc -c -g -O2 conftest.c >&5
- conftest.c:69:23: fatal error: uuid/uuid.h: No such file or directory
- compilation terminated.
- configure:13578: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME ""
- | #define PACKAGE_TARNAME ""
- | #define PACKAGE_VERSION ""
- | #define PACKAGE_STRING ""
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "snort"
- | #define VERSION "2.9.6.0"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define LINUX 1
- | #define HAVE__BOOL 1
- | #define HAVE_STDBOOL_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_MATH_H 1
- | #define HAVE_PATHS_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_WCHAR_H 1
- | #define HAVE_LIBM 1
- | #define HAVE_LIBM 1
- | /* end confdefs.h. */
- | #include <stdio.h>
- | #ifdef HAVE_SYS_TYPES_H
- | # include <sys/types.h>
- | #endif
- | #ifdef HAVE_SYS_STAT_H
- | # include <sys/stat.h>
- | #endif
- | #ifdef STDC_HEADERS
- | # include <stdlib.h>
- | # include <stddef.h>
- | #else
- | # ifdef HAVE_STDLIB_H
- | # include <stdlib.h>
- | # endif
- | #endif
- | #ifdef HAVE_STRING_H
- | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
- | # include <memory.h>
- | # endif
- | # include <string.h>
- | #endif
- | #ifdef HAVE_STRINGS_H
- | # include <strings.h>
- | #endif
- | #ifdef HAVE_INTTYPES_H
- | # include <inttypes.h>
- | #endif
- | #ifdef HAVE_STDINT_H
- | # include <stdint.h>
- | #endif
- | #ifdef HAVE_UNISTD_H
- | # include <unistd.h>
- | #endif
- | #include <uuid/uuid.h>
- configure:13578: result: no
- configure:13578: checking uuid/uuid.h presence
- configure:13578: gcc -E conftest.c
- conftest.c:36:23: fatal error: uuid/uuid.h: No such file or directory
- compilation terminated.
- configure:13578: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME ""
- | #define PACKAGE_TARNAME ""
- | #define PACKAGE_VERSION ""
- | #define PACKAGE_STRING ""
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "snort"
- | #define VERSION "2.9.6.0"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define LINUX 1
- | #define HAVE__BOOL 1
- | #define HAVE_STDBOOL_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_MATH_H 1
- | #define HAVE_PATHS_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_WCHAR_H 1
- | #define HAVE_LIBM 1
- | #define HAVE_LIBM 1
- | /* end confdefs.h. */
- | #include <uuid/uuid.h>
- configure:13578: result: no
- configure:13578: checking for uuid/uuid.h
- configure:13578: result: no
- configure:13682: checking for inet_ntoa in -lnsl
- configure:13707: gcc -o conftest -g -O2 conftest.c -lnsl -lm -lm >&5
- configure:13707: $? = 0
- configure:13716: result: yes
- configure:13730: checking for socket in -lsocket
- configure:13755: gcc -o conftest -g -O2 conftest.c -lsocket -lnsl -lm -lm >&5
- /usr/bin/ld: cannot find -lsocket
- collect2: ld returned 1 exit status
- configure:13755: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME ""
- | #define PACKAGE_TARNAME ""
- | #define PACKAGE_VERSION ""
- | #define PACKAGE_STRING ""
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "snort"
- | #define VERSION "2.9.6.0"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define LINUX 1
- | #define HAVE__BOOL 1
- | #define HAVE_STDBOOL_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_MATH_H 1
- | #define HAVE_PATHS_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_WCHAR_H 1
- | #define HAVE_LIBM 1
- | #define HAVE_LIBM 1
- | #define HAVE_LIBNSL 1
- | /* end confdefs.h. */
- |
- | /* Override any GCC internal prototype to avoid an error.
- | Use char because int might match the return type of a GCC
- | builtin and then its argument prototype would still apply. */
- | #ifdef __cplusplus
- | extern "C"
- | #endif
- | char socket ();
- | int
- | main ()
- | {
- | return socket ();
- | ;
- | return 0;
- | }
- configure:13764: result: no
- configure:13828: checking whether printf must be declared
- configure:13861: gcc -c -g -O2 conftest.c >&5
- configure:13861: $? = 0
- configure:13881: result: no
- configure:13828: checking whether fprintf must be declared
- configure:13861: gcc -c -g -O2 conftest.c >&5
- configure:13861: $? = 0
- configure:13881: result: no
- configure:13828: checking whether syslog must be declared
- configure:13861: gcc -c -g -O2 conftest.c >&5
- configure:13861: $? = 0
- configure:13881: result: no
- configure:13828: checking whether puts must be declared
- configure:13861: gcc -c -g -O2 conftest.c >&5
- configure:13861: $? = 0
- configure:13881: result: no
- configure:13828: checking whether fputs must be declared
- configure:13861: gcc -c -g -O2 conftest.c >&5
- configure:13861: $? = 0
- configure:13881: result: no
- configure:13828: checking whether fputc must be declared
- configure:13861: gcc -c -g -O2 conftest.c >&5
- configure:13861: $? = 0
- configure:13881: result: no
- configure:13828: checking whether fopen must be declared
- configure:13861: gcc -c -g -O2 conftest.c >&5
- configure:13861: $? = 0
- configure:13881: result: no
- configure:13828: checking whether fclose must be declared
- configure:13861: gcc -c -g -O2 conftest.c >&5
- configure:13861: $? = 0
- configure:13881: result: no
- configure:13828: checking whether fwrite must be declared
- configure:13861: gcc -c -g -O2 conftest.c >&5
- configure:13861: $? = 0
- configure:13881: result: no
- configure:13828: checking whether fflush must be declared
- configure:13861: gcc -c -g -O2 conftest.c >&5
- configure:13861: $? = 0
- configure:13881: result: no
- configure:13828: checking whether getopt must be declared
- configure:13861: gcc -c -g -O2 conftest.c >&5
- configure:13861: $? = 0
- configure:13881: result: no
- configure:13828: checking whether bzero must be declared
- configure:13861: gcc -c -g -O2 conftest.c >&5
- configure:13861: $? = 0
- configure:13881: result: no
- configure:13828: checking whether bcopy must be declared
- configure:13861: gcc -c -g -O2 conftest.c >&5
- configure:13861: $? = 0
- configure:13881: result: no
- configure:13828: checking whether memset must be declared
- configure:13861: gcc -c -g -O2 conftest.c >&5
- configure:13861: $? = 0
- configure:13881: result: no
- configure:13828: checking whether strtol must be declared
- configure:13861: gcc -c -g -O2 conftest.c >&5
- configure:13861: $? = 0
- configure:13881: result: no
- configure:13828: checking whether strcasecmp must be declared
- configure:13861: gcc -c -g -O2 conftest.c >&5
- configure:13861: $? = 0
- configure:13881: result: no
- configure:13828: checking whether strncasecmp must be declared
- configure:13861: gcc -c -g -O2 conftest.c >&5
- configure:13861: $? = 0
- configure:13881: result: no
- configure:13828: checking whether strerror must be declared
- configure:13861: gcc -c -g -O2 conftest.c >&5
- configure:13861: $? = 0
- configure:13881: result: no
- configure:13828: checking whether perror must be declared
- configure:13861: gcc -c -g -O2 conftest.c >&5
- configure:13861: $? = 0
- configure:13881: result: no
- configure:13828: checking whether socket must be declared
- configure:13861: gcc -c -g -O2 conftest.c >&5
- configure:13861: $? = 0
- configure:13881: result: no
- configure:13828: checking whether sendto must be declared
- configure:13861: gcc -c -g -O2 conftest.c >&5
- configure:13861: $? = 0
- configure:13881: result: no
- configure:13828: checking whether vsnprintf must be declared
- configure:13861: gcc -c -g -O2 conftest.c >&5
- configure:13861: $? = 0
- configure:13881: result: no
- configure:13828: checking whether snprintf must be declared
- configure:13861: gcc -c -g -O2 conftest.c >&5
- configure:13861: $? = 0
- configure:13881: result: no
- configure:13828: checking whether strtoul must be declared
- configure:13861: gcc -c -g -O2 conftest.c >&5
- configure:13861: $? = 0
- configure:13881: result: no
- configure:13891: checking for sigaction
- configure:13891: gcc -o conftest -g -O2 conftest.c -lnsl -lm -lm >&5
- configure:13891: $? = 0
- configure:13891: result: yes
- configure:13891: checking for strlcpy
- configure:13891: gcc -o conftest -g -O2 conftest.c -lnsl -lm -lm >&5
- /tmp/ccQesEgm.o: In function `main':
- /root/snort-2.9.6.0/conftest.c:72: undefined reference to `strlcpy'
- collect2: ld returned 1 exit status
- configure:13891: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME ""
- | #define PACKAGE_TARNAME ""
- | #define PACKAGE_VERSION ""
- | #define PACKAGE_STRING ""
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "snort"
- | #define VERSION "2.9.6.0"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define LINUX 1
- | #define HAVE__BOOL 1
- | #define HAVE_STDBOOL_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_MATH_H 1
- | #define HAVE_PATHS_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_WCHAR_H 1
- | #define HAVE_LIBM 1
- | #define HAVE_LIBM 1
- | #define HAVE_LIBNSL 1
- | #define HAVE_SIGACTION 1
- | /* end confdefs.h. */
- | /* Define strlcpy to an innocuous variant, in case <limits.h> declares strlcpy.
- | For example, HP-UX 11i <limits.h> declares gettimeofday. */
- | #define strlcpy innocuous_strlcpy
- |
- | /* System header to define __stub macros and hopefully few prototypes,
- | which can conflict with char strlcpy (); below.
- | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
- | <limits.h> exists even on freestanding compilers. */
- |
- | #ifdef __STDC__
- | # include <limits.h>
- | #else
- | # include <assert.h>
- | #endif
- |
- | #undef strlcpy
- |
- | /* Override any GCC internal prototype to avoid an error.
- | Use char because int might match the return type of a GCC
- | builtin and then its argument prototype would still apply. */
- | #ifdef __cplusplus
- | extern "C"
- | #endif
- | char strlcpy ();
- | /* The GNU C library defines this for functions which it implements
- | to always fail with ENOSYS. Some functions are actually named
- | something starting with __ and the normal name is an alias. */
- | #if defined __stub_strlcpy || defined __stub___strlcpy
- | choke me
- | #endif
- |
- | int
- | main ()
- | {
- | return strlcpy ();
- | ;
- | return 0;
- | }
- configure:13891: result: no
- configure:13891: checking for strlcat
- configure:13891: gcc -o conftest -g -O2 conftest.c -lnsl -lm -lm >&5
- /tmp/ccorEqVr.o: In function `main':
- /root/snort-2.9.6.0/conftest.c:72: undefined reference to `strlcat'
- collect2: ld returned 1 exit status
- configure:13891: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME ""
- | #define PACKAGE_TARNAME ""
- | #define PACKAGE_VERSION ""
- | #define PACKAGE_STRING ""
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "snort"
- | #define VERSION "2.9.6.0"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define LINUX 1
- | #define HAVE__BOOL 1
- | #define HAVE_STDBOOL_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_MATH_H 1
- | #define HAVE_PATHS_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_WCHAR_H 1
- | #define HAVE_LIBM 1
- | #define HAVE_LIBM 1
- | #define HAVE_LIBNSL 1
- | #define HAVE_SIGACTION 1
- | /* end confdefs.h. */
- | /* Define strlcat to an innocuous variant, in case <limits.h> declares strlcat.
- | For example, HP-UX 11i <limits.h> declares gettimeofday. */
- | #define strlcat innocuous_strlcat
- |
- | /* System header to define __stub macros and hopefully few prototypes,
- | which can conflict with char strlcat (); below.
- | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
- | <limits.h> exists even on freestanding compilers. */
- |
- | #ifdef __STDC__
- | # include <limits.h>
- | #else
- | # include <assert.h>
- | #endif
- |
- | #undef strlcat
- |
- | /* Override any GCC internal prototype to avoid an error.
- | Use char because int might match the return type of a GCC
- | builtin and then its argument prototype would still apply. */
- | #ifdef __cplusplus
- | extern "C"
- | #endif
- | char strlcat ();
- | /* The GNU C library defines this for functions which it implements
- | to always fail with ENOSYS. Some functions are actually named
- | something starting with __ and the normal name is an alias. */
- | #if defined __stub_strlcat || defined __stub___strlcat
- | choke me
- | #endif
- |
- | int
- | main ()
- | {
- | return strlcat ();
- | ;
- | return 0;
- | }
- configure:13891: result: no
- configure:13891: checking for strerror
- configure:13891: gcc -o conftest -g -O2 conftest.c -lnsl -lm -lm >&5
- configure:13891: $? = 0
- configure:13891: result: yes
- configure:13891: checking for vswprintf
- configure:13891: gcc -o conftest -g -O2 conftest.c -lnsl -lm -lm >&5
- configure:13891: $? = 0
- configure:13891: result: yes
- configure:13891: checking for wprintf
- configure:13891: gcc -o conftest -g -O2 conftest.c -lnsl -lm -lm >&5
- configure:13891: $? = 0
- configure:13891: result: yes
- configure:13891: checking for memrchr
- configure:13891: gcc -o conftest -g -O2 conftest.c -lnsl -lm -lm >&5
- configure:13891: $? = 0
- configure:13891: result: yes
- configure:13891: checking for inet_ntop
- configure:13891: gcc -o conftest -g -O2 conftest.c -lnsl -lm -lm >&5
- configure:13891: $? = 0
- configure:13891: result: yes
- configure:13901: checking for snprintf
- configure:13901: gcc -o conftest -g -O2 conftest.c -lnsl -lm -lm >&5
- conftest.c:66:6: warning: conflicting types for built-in function 'snprintf' [enabled by default]
- configure:13901: $? = 0
- configure:13901: result: yes
- configure:13925: checking for malloc_trim
- configure:13925: gcc -o conftest -g -O2 conftest.c -lnsl -lm -lm >&5
- configure:13925: $? = 0
- configure:13925: result: yes
- configure:13925: checking for mallinfo
- configure:13925: gcc -o conftest -g -O2 conftest.c -lnsl -lm -lm >&5
- configure:13925: $? = 0
- configure:13925: result: yes
- configure:13939: checking size of char
- configure:13944: gcc -o conftest -g -O2 conftest.c -lnsl -lm -lm >&5
- configure:13944: $? = 0
- configure:13944: ./conftest
- configure:13944: $? = 0
- configure:13958: result: 1
- configure:13972: checking size of short
- configure:13977: gcc -o conftest -g -O2 conftest.c -lnsl -lm -lm >&5
- configure:13977: $? = 0
- configure:13977: ./conftest
- configure:13977: $? = 0
- configure:13991: result: 2
- configure:14005: checking size of int
- configure:14010: gcc -o conftest -g -O2 conftest.c -lnsl -lm -lm >&5
- configure:14010: $? = 0
- configure:14010: ./conftest
- configure:14010: $? = 0
- configure:14024: result: 4
- configure:14038: checking size of long int
- configure:14043: gcc -o conftest -g -O2 conftest.c -lnsl -lm -lm >&5
- configure:14043: $? = 0
- configure:14043: ./conftest
- configure:14043: $? = 0
- configure:14057: result: 4
- configure:14071: checking size of long long int
- configure:14076: gcc -o conftest -g -O2 conftest.c -lnsl -lm -lm >&5
- configure:14076: $? = 0
- configure:14076: ./conftest
- configure:14076: $? = 0
- configure:14090: result: 8
- configure:14104: checking size of unsigned int
- configure:14109: gcc -o conftest -g -O2 conftest.c -lnsl -lm -lm >&5
- configure:14109: $? = 0
- configure:14109: ./conftest
- configure:14109: $? = 0
- configure:14123: result: 4
- configure:14137: checking size of unsigned long int
- configure:14142: gcc -o conftest -g -O2 conftest.c -lnsl -lm -lm >&5
- configure:14142: $? = 0
- configure:14142: ./conftest
- configure:14142: $? = 0
- configure:14156: result: 4
- configure:14170: checking size of unsigned long long int
- configure:14175: gcc -o conftest -g -O2 conftest.c -lnsl -lm -lm >&5
- configure:14175: $? = 0
- configure:14175: ./conftest
- configure:14175: $? = 0
- configure:14189: result: 8
- configure:14201: checking for u_int8_t
- configure:14201: gcc -c -g -O2 conftest.c >&5
- configure:14201: $? = 0
- configure:14201: gcc -c -g -O2 conftest.c >&5
- conftest.c: In function 'main':
- conftest.c:90:23: error: expected expression before ')' token
- configure:14201: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME ""
- | #define PACKAGE_TARNAME ""
- | #define PACKAGE_VERSION ""
- | #define PACKAGE_STRING ""
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "snort"
- | #define VERSION "2.9.6.0"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define LINUX 1
- | #define HAVE__BOOL 1
- | #define HAVE_STDBOOL_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_MATH_H 1
- | #define HAVE_PATHS_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_WCHAR_H 1
- | #define HAVE_LIBM 1
- | #define HAVE_LIBM 1
- | #define HAVE_LIBNSL 1
- | #define HAVE_SIGACTION 1
- | #define HAVE_STRERROR 1
- | #define HAVE_VSWPRINTF 1
- | #define HAVE_WPRINTF 1
- | #define HAVE_MEMRCHR 1
- | #define HAVE_INET_NTOP 1
- | #define HAVE_SNPRINTF /**/
- | #define HAVE_MALLOC_TRIM 1
- | #define HAVE_MALLINFO 1
- | #define SIZEOF_CHAR 1
- | #define SIZEOF_SHORT 2
- | #define SIZEOF_INT 4
- | #define SIZEOF_LONG_INT 4
- | #define SIZEOF_LONG_LONG_INT 8
- | #define SIZEOF_UNSIGNED_INT 4
- | #define SIZEOF_UNSIGNED_LONG_INT 4
- | #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
- | /* end confdefs.h. */
- | #include <stdio.h>
- | #ifdef HAVE_SYS_TYPES_H
- | # include <sys/types.h>
- | #endif
- | #ifdef HAVE_SYS_STAT_H
- | # include <sys/stat.h>
- | #endif
- | #ifdef STDC_HEADERS
- | # include <stdlib.h>
- | # include <stddef.h>
- | #else
- | # ifdef HAVE_STDLIB_H
- | # include <stdlib.h>
- | # endif
- | #endif
- | #ifdef HAVE_STRING_H
- | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
- | # include <memory.h>
- | # endif
- | # include <string.h>
- | #endif
- | #ifdef HAVE_STRINGS_H
- | # include <strings.h>
- | #endif
- | #ifdef HAVE_INTTYPES_H
- | # include <inttypes.h>
- | #endif
- | #ifdef HAVE_STDINT_H
- | # include <stdint.h>
- | #endif
- | #ifdef HAVE_UNISTD_H
- | # include <unistd.h>
- | #endif
- | int
- | main ()
- | {
- | if (sizeof ((u_int8_t)))
- | return 0;
- | ;
- | return 0;
- | }
- configure:14201: result: yes
- configure:14210: checking for u_int16_t
- configure:14210: gcc -c -g -O2 conftest.c >&5
- configure:14210: $? = 0
- configure:14210: gcc -c -g -O2 conftest.c >&5
- conftest.c: In function 'main':
- conftest.c:91:24: error: expected expression before ')' token
- configure:14210: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME ""
- | #define PACKAGE_TARNAME ""
- | #define PACKAGE_VERSION ""
- | #define PACKAGE_STRING ""
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "snort"
- | #define VERSION "2.9.6.0"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define LINUX 1
- | #define HAVE__BOOL 1
- | #define HAVE_STDBOOL_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_MATH_H 1
- | #define HAVE_PATHS_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_WCHAR_H 1
- | #define HAVE_LIBM 1
- | #define HAVE_LIBM 1
- | #define HAVE_LIBNSL 1
- | #define HAVE_SIGACTION 1
- | #define HAVE_STRERROR 1
- | #define HAVE_VSWPRINTF 1
- | #define HAVE_WPRINTF 1
- | #define HAVE_MEMRCHR 1
- | #define HAVE_INET_NTOP 1
- | #define HAVE_SNPRINTF /**/
- | #define HAVE_MALLOC_TRIM 1
- | #define HAVE_MALLINFO 1
- | #define SIZEOF_CHAR 1
- | #define SIZEOF_SHORT 2
- | #define SIZEOF_INT 4
- | #define SIZEOF_LONG_INT 4
- | #define SIZEOF_LONG_LONG_INT 8
- | #define SIZEOF_UNSIGNED_INT 4
- | #define SIZEOF_UNSIGNED_LONG_INT 4
- | #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
- | #define HAVE_U_INT8_T 1
- | /* end confdefs.h. */
- | #include <stdio.h>
- | #ifdef HAVE_SYS_TYPES_H
- | # include <sys/types.h>
- | #endif
- | #ifdef HAVE_SYS_STAT_H
- | # include <sys/stat.h>
- | #endif
- | #ifdef STDC_HEADERS
- | # include <stdlib.h>
- | # include <stddef.h>
- | #else
- | # ifdef HAVE_STDLIB_H
- | # include <stdlib.h>
- | # endif
- | #endif
- | #ifdef HAVE_STRING_H
- | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
- | # include <memory.h>
- | # endif
- | # include <string.h>
- | #endif
- | #ifdef HAVE_STRINGS_H
- | # include <strings.h>
- | #endif
- | #ifdef HAVE_INTTYPES_H
- | # include <inttypes.h>
- | #endif
- | #ifdef HAVE_STDINT_H
- | # include <stdint.h>
- | #endif
- | #ifdef HAVE_UNISTD_H
- | # include <unistd.h>
- | #endif
- | int
- | main ()
- | {
- | if (sizeof ((u_int16_t)))
- | return 0;
- | ;
- | return 0;
- | }
- configure:14210: result: yes
- configure:14219: checking for u_int32_t
- configure:14219: gcc -c -g -O2 conftest.c >&5
- configure:14219: $? = 0
- configure:14219: gcc -c -g -O2 conftest.c >&5
- conftest.c: In function 'main':
- conftest.c:92:24: error: expected expression before ')' token
- configure:14219: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME ""
- | #define PACKAGE_TARNAME ""
- | #define PACKAGE_VERSION ""
- | #define PACKAGE_STRING ""
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "snort"
- | #define VERSION "2.9.6.0"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define LINUX 1
- | #define HAVE__BOOL 1
- | #define HAVE_STDBOOL_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_MATH_H 1
- | #define HAVE_PATHS_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_WCHAR_H 1
- | #define HAVE_LIBM 1
- | #define HAVE_LIBM 1
- | #define HAVE_LIBNSL 1
- | #define HAVE_SIGACTION 1
- | #define HAVE_STRERROR 1
- | #define HAVE_VSWPRINTF 1
- | #define HAVE_WPRINTF 1
- | #define HAVE_MEMRCHR 1
- | #define HAVE_INET_NTOP 1
- | #define HAVE_SNPRINTF /**/
- | #define HAVE_MALLOC_TRIM 1
- | #define HAVE_MALLINFO 1
- | #define SIZEOF_CHAR 1
- | #define SIZEOF_SHORT 2
- | #define SIZEOF_INT 4
- | #define SIZEOF_LONG_INT 4
- | #define SIZEOF_LONG_LONG_INT 8
- | #define SIZEOF_UNSIGNED_INT 4
- | #define SIZEOF_UNSIGNED_LONG_INT 4
- | #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
- | #define HAVE_U_INT8_T 1
- | #define HAVE_U_INT16_T 1
- | /* end confdefs.h. */
- | #include <stdio.h>
- | #ifdef HAVE_SYS_TYPES_H
- | # include <sys/types.h>
- | #endif
- | #ifdef HAVE_SYS_STAT_H
- | # include <sys/stat.h>
- | #endif
- | #ifdef STDC_HEADERS
- | # include <stdlib.h>
- | # include <stddef.h>
- | #else
- | # ifdef HAVE_STDLIB_H
- | # include <stdlib.h>
- | # endif
- | #endif
- | #ifdef HAVE_STRING_H
- | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
- | # include <memory.h>
- | # endif
- | # include <string.h>
- | #endif
- | #ifdef HAVE_STRINGS_H
- | # include <strings.h>
- | #endif
- | #ifdef HAVE_INTTYPES_H
- | # include <inttypes.h>
- | #endif
- | #ifdef HAVE_STDINT_H
- | # include <stdint.h>
- | #endif
- | #ifdef HAVE_UNISTD_H
- | # include <unistd.h>
- | #endif
- | int
- | main ()
- | {
- | if (sizeof ((u_int32_t)))
- | return 0;
- | ;
- | return 0;
- | }
- configure:14219: result: yes
- configure:14228: checking for u_int64_t
- configure:14228: gcc -c -g -O2 conftest.c >&5
- configure:14228: $? = 0
- configure:14228: gcc -c -g -O2 conftest.c >&5
- conftest.c: In function 'main':
- conftest.c:93:24: error: expected expression before ')' token
- configure:14228: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME ""
- | #define PACKAGE_TARNAME ""
- | #define PACKAGE_VERSION ""
- | #define PACKAGE_STRING ""
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "snort"
- | #define VERSION "2.9.6.0"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define LINUX 1
- | #define HAVE__BOOL 1
- | #define HAVE_STDBOOL_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_MATH_H 1
- | #define HAVE_PATHS_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_WCHAR_H 1
- | #define HAVE_LIBM 1
- | #define HAVE_LIBM 1
- | #define HAVE_LIBNSL 1
- | #define HAVE_SIGACTION 1
- | #define HAVE_STRERROR 1
- | #define HAVE_VSWPRINTF 1
- | #define HAVE_WPRINTF 1
- | #define HAVE_MEMRCHR 1
- | #define HAVE_INET_NTOP 1
- | #define HAVE_SNPRINTF /**/
- | #define HAVE_MALLOC_TRIM 1
- | #define HAVE_MALLINFO 1
- | #define SIZEOF_CHAR 1
- | #define SIZEOF_SHORT 2
- | #define SIZEOF_INT 4
- | #define SIZEOF_LONG_INT 4
- | #define SIZEOF_LONG_LONG_INT 8
- | #define SIZEOF_UNSIGNED_INT 4
- | #define SIZEOF_UNSIGNED_LONG_INT 4
- | #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
- | #define HAVE_U_INT8_T 1
- | #define HAVE_U_INT16_T 1
- | #define HAVE_U_INT32_T 1
- | /* end confdefs.h. */
- | #include <stdio.h>
- | #ifdef HAVE_SYS_TYPES_H
- | # include <sys/types.h>
- | #endif
- | #ifdef HAVE_SYS_STAT_H
- | # include <sys/stat.h>
- | #endif
- | #ifdef STDC_HEADERS
- | # include <stdlib.h>
- | # include <stddef.h>
- | #else
- | # ifdef HAVE_STDLIB_H
- | # include <stdlib.h>
- | # endif
- | #endif
- | #ifdef HAVE_STRING_H
- | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
- | # include <memory.h>
- | # endif
- | # include <string.h>
- | #endif
- | #ifdef HAVE_STRINGS_H
- | # include <strings.h>
- | #endif
- | #ifdef HAVE_INTTYPES_H
- | # include <inttypes.h>
- | #endif
- | #ifdef HAVE_STDINT_H
- | # include <stdint.h>
- | #endif
- | #ifdef HAVE_UNISTD_H
- | # include <unistd.h>
- | #endif
- | int
- | main ()
- | {
- | if (sizeof ((u_int64_t)))
- | return 0;
- | ;
- | return 0;
- | }
- configure:14228: result: yes
- configure:14237: checking for uint8_t
- configure:14237: gcc -c -g -O2 conftest.c >&5
- configure:14237: $? = 0
- configure:14237: gcc -c -g -O2 conftest.c >&5
- conftest.c: In function 'main':
- conftest.c:94:22: error: expected expression before ')' token
- configure:14237: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME ""
- | #define PACKAGE_TARNAME ""
- | #define PACKAGE_VERSION ""
- | #define PACKAGE_STRING ""
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "snort"
- | #define VERSION "2.9.6.0"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define LINUX 1
- | #define HAVE__BOOL 1
- | #define HAVE_STDBOOL_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_MATH_H 1
- | #define HAVE_PATHS_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_WCHAR_H 1
- | #define HAVE_LIBM 1
- | #define HAVE_LIBM 1
- | #define HAVE_LIBNSL 1
- | #define HAVE_SIGACTION 1
- | #define HAVE_STRERROR 1
- | #define HAVE_VSWPRINTF 1
- | #define HAVE_WPRINTF 1
- | #define HAVE_MEMRCHR 1
- | #define HAVE_INET_NTOP 1
- | #define HAVE_SNPRINTF /**/
- | #define HAVE_MALLOC_TRIM 1
- | #define HAVE_MALLINFO 1
- | #define SIZEOF_CHAR 1
- | #define SIZEOF_SHORT 2
- | #define SIZEOF_INT 4
- | #define SIZEOF_LONG_INT 4
- | #define SIZEOF_LONG_LONG_INT 8
- | #define SIZEOF_UNSIGNED_INT 4
- | #define SIZEOF_UNSIGNED_LONG_INT 4
- | #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
- | #define HAVE_U_INT8_T 1
- | #define HAVE_U_INT16_T 1
- | #define HAVE_U_INT32_T 1
- | #define HAVE_U_INT64_T 1
- | /* end confdefs.h. */
- | #include <stdio.h>
- | #ifdef HAVE_SYS_TYPES_H
- | # include <sys/types.h>
- | #endif
- | #ifdef HAVE_SYS_STAT_H
- | # include <sys/stat.h>
- | #endif
- | #ifdef STDC_HEADERS
- | # include <stdlib.h>
- | # include <stddef.h>
- | #else
- | # ifdef HAVE_STDLIB_H
- | # include <stdlib.h>
- | # endif
- | #endif
- | #ifdef HAVE_STRING_H
- | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
- | # include <memory.h>
- | # endif
- | # include <string.h>
- | #endif
- | #ifdef HAVE_STRINGS_H
- | # include <strings.h>
- | #endif
- | #ifdef HAVE_INTTYPES_H
- | # include <inttypes.h>
- | #endif
- | #ifdef HAVE_STDINT_H
- | # include <stdint.h>
- | #endif
- | #ifdef HAVE_UNISTD_H
- | # include <unistd.h>
- | #endif
- | int
- | main ()
- | {
- | if (sizeof ((uint8_t)))
- | return 0;
- | ;
- | return 0;
- | }
- configure:14237: result: yes
- configure:14246: checking for uint16_t
- configure:14246: gcc -c -g -O2 conftest.c >&5
- configure:14246: $? = 0
- configure:14246: gcc -c -g -O2 conftest.c >&5
- conftest.c: In function 'main':
- conftest.c:95:23: error: expected expression before ')' token
- configure:14246: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME ""
- | #define PACKAGE_TARNAME ""
- | #define PACKAGE_VERSION ""
- | #define PACKAGE_STRING ""
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "snort"
- | #define VERSION "2.9.6.0"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define LINUX 1
- | #define HAVE__BOOL 1
- | #define HAVE_STDBOOL_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_MATH_H 1
- | #define HAVE_PATHS_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_WCHAR_H 1
- | #define HAVE_LIBM 1
- | #define HAVE_LIBM 1
- | #define HAVE_LIBNSL 1
- | #define HAVE_SIGACTION 1
- | #define HAVE_STRERROR 1
- | #define HAVE_VSWPRINTF 1
- | #define HAVE_WPRINTF 1
- | #define HAVE_MEMRCHR 1
- | #define HAVE_INET_NTOP 1
- | #define HAVE_SNPRINTF /**/
- | #define HAVE_MALLOC_TRIM 1
- | #define HAVE_MALLINFO 1
- | #define SIZEOF_CHAR 1
- | #define SIZEOF_SHORT 2
- | #define SIZEOF_INT 4
- | #define SIZEOF_LONG_INT 4
- | #define SIZEOF_LONG_LONG_INT 8
- | #define SIZEOF_UNSIGNED_INT 4
- | #define SIZEOF_UNSIGNED_LONG_INT 4
- | #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
- | #define HAVE_U_INT8_T 1
- | #define HAVE_U_INT16_T 1
- | #define HAVE_U_INT32_T 1
- | #define HAVE_U_INT64_T 1
- | #define HAVE_UINT8_T 1
- | /* end confdefs.h. */
- | #include <stdio.h>
- | #ifdef HAVE_SYS_TYPES_H
- | # include <sys/types.h>
- | #endif
- | #ifdef HAVE_SYS_STAT_H
- | # include <sys/stat.h>
- | #endif
- | #ifdef STDC_HEADERS
- | # include <stdlib.h>
- | # include <stddef.h>
- | #else
- | # ifdef HAVE_STDLIB_H
- | # include <stdlib.h>
- | # endif
- | #endif
- | #ifdef HAVE_STRING_H
- | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
- | # include <memory.h>
- | # endif
- | # include <string.h>
- | #endif
- | #ifdef HAVE_STRINGS_H
- | # include <strings.h>
- | #endif
- | #ifdef HAVE_INTTYPES_H
- | # include <inttypes.h>
- | #endif
- | #ifdef HAVE_STDINT_H
- | # include <stdint.h>
- | #endif
- | #ifdef HAVE_UNISTD_H
- | # include <unistd.h>
- | #endif
- | int
- | main ()
- | {
- | if (sizeof ((uint16_t)))
- | return 0;
- | ;
- | return 0;
- | }
- configure:14246: result: yes
- configure:14255: checking for uint32_t
- configure:14255: gcc -c -g -O2 conftest.c >&5
- configure:14255: $? = 0
- configure:14255: gcc -c -g -O2 conftest.c >&5
- conftest.c: In function 'main':
- conftest.c:96:23: error: expected expression before ')' token
- configure:14255: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME ""
- | #define PACKAGE_TARNAME ""
- | #define PACKAGE_VERSION ""
- | #define PACKAGE_STRING ""
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "snort"
- | #define VERSION "2.9.6.0"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define LINUX 1
- | #define HAVE__BOOL 1
- | #define HAVE_STDBOOL_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_MATH_H 1
- | #define HAVE_PATHS_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_WCHAR_H 1
- | #define HAVE_LIBM 1
- | #define HAVE_LIBM 1
- | #define HAVE_LIBNSL 1
- | #define HAVE_SIGACTION 1
- | #define HAVE_STRERROR 1
- | #define HAVE_VSWPRINTF 1
- | #define HAVE_WPRINTF 1
- | #define HAVE_MEMRCHR 1
- | #define HAVE_INET_NTOP 1
- | #define HAVE_SNPRINTF /**/
- | #define HAVE_MALLOC_TRIM 1
- | #define HAVE_MALLINFO 1
- | #define SIZEOF_CHAR 1
- | #define SIZEOF_SHORT 2
- | #define SIZEOF_INT 4
- | #define SIZEOF_LONG_INT 4
- | #define SIZEOF_LONG_LONG_INT 8
- | #define SIZEOF_UNSIGNED_INT 4
- | #define SIZEOF_UNSIGNED_LONG_INT 4
- | #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
- | #define HAVE_U_INT8_T 1
- | #define HAVE_U_INT16_T 1
- | #define HAVE_U_INT32_T 1
- | #define HAVE_U_INT64_T 1
- | #define HAVE_UINT8_T 1
- | #define HAVE_UINT16_T 1
- | /* end confdefs.h. */
- | #include <stdio.h>
- | #ifdef HAVE_SYS_TYPES_H
- | # include <sys/types.h>
- | #endif
- | #ifdef HAVE_SYS_STAT_H
- | # include <sys/stat.h>
- | #endif
- | #ifdef STDC_HEADERS
- | # include <stdlib.h>
- | # include <stddef.h>
- | #else
- | # ifdef HAVE_STDLIB_H
- | # include <stdlib.h>
- | # endif
- | #endif
- | #ifdef HAVE_STRING_H
- | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
- | # include <memory.h>
- | # endif
- | # include <string.h>
- | #endif
- | #ifdef HAVE_STRINGS_H
- | # include <strings.h>
- | #endif
- | #ifdef HAVE_INTTYPES_H
- | # include <inttypes.h>
- | #endif
- | #ifdef HAVE_STDINT_H
- | # include <stdint.h>
- | #endif
- | #ifdef HAVE_UNISTD_H
- | # include <unistd.h>
- | #endif
- | int
- | main ()
- | {
- | if (sizeof ((uint32_t)))
- | return 0;
- | ;
- | return 0;
- | }
- configure:14255: result: yes
- configure:14264: checking for uint64_t
- configure:14264: gcc -c -g -O2 conftest.c >&5
- configure:14264: $? = 0
- configure:14264: gcc -c -g -O2 conftest.c >&5
- conftest.c: In function 'main':
- conftest.c:97:23: error: expected expression before ')' token
- configure:14264: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME ""
- | #define PACKAGE_TARNAME ""
- | #define PACKAGE_VERSION ""
- | #define PACKAGE_STRING ""
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "snort"
- | #define VERSION "2.9.6.0"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define LINUX 1
- | #define HAVE__BOOL 1
- | #define HAVE_STDBOOL_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_MATH_H 1
- | #define HAVE_PATHS_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_WCHAR_H 1
- | #define HAVE_LIBM 1
- | #define HAVE_LIBM 1
- | #define HAVE_LIBNSL 1
- | #define HAVE_SIGACTION 1
- | #define HAVE_STRERROR 1
- | #define HAVE_VSWPRINTF 1
- | #define HAVE_WPRINTF 1
- | #define HAVE_MEMRCHR 1
- | #define HAVE_INET_NTOP 1
- | #define HAVE_SNPRINTF /**/
- | #define HAVE_MALLOC_TRIM 1
- | #define HAVE_MALLINFO 1
- | #define SIZEOF_CHAR 1
- | #define SIZEOF_SHORT 2
- | #define SIZEOF_INT 4
- | #define SIZEOF_LONG_INT 4
- | #define SIZEOF_LONG_LONG_INT 8
- | #define SIZEOF_UNSIGNED_INT 4
- | #define SIZEOF_UNSIGNED_LONG_INT 4
- | #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
- | #define HAVE_U_INT8_T 1
- | #define HAVE_U_INT16_T 1
- | #define HAVE_U_INT32_T 1
- | #define HAVE_U_INT64_T 1
- | #define HAVE_UINT8_T 1
- | #define HAVE_UINT16_T 1
- | #define HAVE_UINT32_T 1
- | /* end confdefs.h. */
- | #include <stdio.h>
- | #ifdef HAVE_SYS_TYPES_H
- | # include <sys/types.h>
- | #endif
- | #ifdef HAVE_SYS_STAT_H
- | # include <sys/stat.h>
- | #endif
- | #ifdef STDC_HEADERS
- | # include <stdlib.h>
- | # include <stddef.h>
- | #else
- | # ifdef HAVE_STDLIB_H
- | # include <stdlib.h>
- | # endif
- | #endif
- | #ifdef HAVE_STRING_H
- | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
- | # include <memory.h>
- | # endif
- | # include <string.h>
- | #endif
- | #ifdef HAVE_STRINGS_H
- | # include <strings.h>
- | #endif
- | #ifdef HAVE_INTTYPES_H
- | # include <inttypes.h>
- | #endif
- | #ifdef HAVE_STDINT_H
- | # include <stdint.h>
- | #endif
- | #ifdef HAVE_UNISTD_H
- | # include <unistd.h>
- | #endif
- | int
- | main ()
- | {
- | if (sizeof ((uint64_t)))
- | return 0;
- | ;
- | return 0;
- | }
- configure:14264: result: yes
- configure:14274: checking for int8_t
- configure:14274: gcc -c -g -O2 conftest.c >&5
- configure:14274: $? = 0
- configure:14274: gcc -c -g -O2 conftest.c >&5
- conftest.c: In function 'main':
- conftest.c:98:21: error: expected expression before ')' token
- configure:14274: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME ""
- | #define PACKAGE_TARNAME ""
- | #define PACKAGE_VERSION ""
- | #define PACKAGE_STRING ""
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "snort"
- | #define VERSION "2.9.6.0"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define LINUX 1
- | #define HAVE__BOOL 1
- | #define HAVE_STDBOOL_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_MATH_H 1
- | #define HAVE_PATHS_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_WCHAR_H 1
- | #define HAVE_LIBM 1
- | #define HAVE_LIBM 1
- | #define HAVE_LIBNSL 1
- | #define HAVE_SIGACTION 1
- | #define HAVE_STRERROR 1
- | #define HAVE_VSWPRINTF 1
- | #define HAVE_WPRINTF 1
- | #define HAVE_MEMRCHR 1
- | #define HAVE_INET_NTOP 1
- | #define HAVE_SNPRINTF /**/
- | #define HAVE_MALLOC_TRIM 1
- | #define HAVE_MALLINFO 1
- | #define SIZEOF_CHAR 1
- | #define SIZEOF_SHORT 2
- | #define SIZEOF_INT 4
- | #define SIZEOF_LONG_INT 4
- | #define SIZEOF_LONG_LONG_INT 8
- | #define SIZEOF_UNSIGNED_INT 4
- | #define SIZEOF_UNSIGNED_LONG_INT 4
- | #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
- | #define HAVE_U_INT8_T 1
- | #define HAVE_U_INT16_T 1
- | #define HAVE_U_INT32_T 1
- | #define HAVE_U_INT64_T 1
- | #define HAVE_UINT8_T 1
- | #define HAVE_UINT16_T 1
- | #define HAVE_UINT32_T 1
- | #define HAVE_UINT64_T 1
- | /* end confdefs.h. */
- | #include <stdio.h>
- | #ifdef HAVE_SYS_TYPES_H
- | # include <sys/types.h>
- | #endif
- | #ifdef HAVE_SYS_STAT_H
- | # include <sys/stat.h>
- | #endif
- | #ifdef STDC_HEADERS
- | # include <stdlib.h>
- | # include <stddef.h>
- | #else
- | # ifdef HAVE_STDLIB_H
- | # include <stdlib.h>
- | # endif
- | #endif
- | #ifdef HAVE_STRING_H
- | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
- | # include <memory.h>
- | # endif
- | # include <string.h>
- | #endif
- | #ifdef HAVE_STRINGS_H
- | # include <strings.h>
- | #endif
- | #ifdef HAVE_INTTYPES_H
- | # include <inttypes.h>
- | #endif
- | #ifdef HAVE_STDINT_H
- | # include <stdint.h>
- | #endif
- | #ifdef HAVE_UNISTD_H
- | # include <unistd.h>
- | #endif
- | int
- | main ()
- | {
- | if (sizeof ((int8_t)))
- | return 0;
- | ;
- | return 0;
- | }
- configure:14274: result: yes
- configure:14283: checking for int16_t
- configure:14283: gcc -c -g -O2 conftest.c >&5
- configure:14283: $? = 0
- configure:14283: gcc -c -g -O2 conftest.c >&5
- conftest.c: In function 'main':
- conftest.c:99:22: error: expected expression before ')' token
- configure:14283: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME ""
- | #define PACKAGE_TARNAME ""
- | #define PACKAGE_VERSION ""
- | #define PACKAGE_STRING ""
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "snort"
- | #define VERSION "2.9.6.0"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define LINUX 1
- | #define HAVE__BOOL 1
- | #define HAVE_STDBOOL_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_MATH_H 1
- | #define HAVE_PATHS_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_WCHAR_H 1
- | #define HAVE_LIBM 1
- | #define HAVE_LIBM 1
- | #define HAVE_LIBNSL 1
- | #define HAVE_SIGACTION 1
- | #define HAVE_STRERROR 1
- | #define HAVE_VSWPRINTF 1
- | #define HAVE_WPRINTF 1
- | #define HAVE_MEMRCHR 1
- | #define HAVE_INET_NTOP 1
- | #define HAVE_SNPRINTF /**/
- | #define HAVE_MALLOC_TRIM 1
- | #define HAVE_MALLINFO 1
- | #define SIZEOF_CHAR 1
- | #define SIZEOF_SHORT 2
- | #define SIZEOF_INT 4
- | #define SIZEOF_LONG_INT 4
- | #define SIZEOF_LONG_LONG_INT 8
- | #define SIZEOF_UNSIGNED_INT 4
- | #define SIZEOF_UNSIGNED_LONG_INT 4
- | #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
- | #define HAVE_U_INT8_T 1
- | #define HAVE_U_INT16_T 1
- | #define HAVE_U_INT32_T 1
- | #define HAVE_U_INT64_T 1
- | #define HAVE_UINT8_T 1
- | #define HAVE_UINT16_T 1
- | #define HAVE_UINT32_T 1
- | #define HAVE_UINT64_T 1
- | #define HAVE_INT8_T 1
- | /* end confdefs.h. */
- | #include <stdio.h>
- | #ifdef HAVE_SYS_TYPES_H
- | # include <sys/types.h>
- | #endif
- | #ifdef HAVE_SYS_STAT_H
- | # include <sys/stat.h>
- | #endif
- | #ifdef STDC_HEADERS
- | # include <stdlib.h>
- | # include <stddef.h>
- | #else
- | # ifdef HAVE_STDLIB_H
- | # include <stdlib.h>
- | # endif
- | #endif
- | #ifdef HAVE_STRING_H
- | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
- | # include <memory.h>
- | # endif
- | # include <string.h>
- | #endif
- | #ifdef HAVE_STRINGS_H
- | # include <strings.h>
- | #endif
- | #ifdef HAVE_INTTYPES_H
- | # include <inttypes.h>
- | #endif
- | #ifdef HAVE_STDINT_H
- | # include <stdint.h>
- | #endif
- | #ifdef HAVE_UNISTD_H
- | # include <unistd.h>
- | #endif
- | int
- | main ()
- | {
- | if (sizeof ((int16_t)))
- | return 0;
- | ;
- | return 0;
- | }
- configure:14283: result: yes
- configure:14292: checking for int32_t
- configure:14292: gcc -c -g -O2 conftest.c >&5
- configure:14292: $? = 0
- configure:14292: gcc -c -g -O2 conftest.c >&5
- conftest.c: In function 'main':
- conftest.c:100:22: error: expected expression before ')' token
- configure:14292: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME ""
- | #define PACKAGE_TARNAME ""
- | #define PACKAGE_VERSION ""
- | #define PACKAGE_STRING ""
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "snort"
- | #define VERSION "2.9.6.0"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define LINUX 1
- | #define HAVE__BOOL 1
- | #define HAVE_STDBOOL_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_MATH_H 1
- | #define HAVE_PATHS_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_WCHAR_H 1
- | #define HAVE_LIBM 1
- | #define HAVE_LIBM 1
- | #define HAVE_LIBNSL 1
- | #define HAVE_SIGACTION 1
- | #define HAVE_STRERROR 1
- | #define HAVE_VSWPRINTF 1
- | #define HAVE_WPRINTF 1
- | #define HAVE_MEMRCHR 1
- | #define HAVE_INET_NTOP 1
- | #define HAVE_SNPRINTF /**/
- | #define HAVE_MALLOC_TRIM 1
- | #define HAVE_MALLINFO 1
- | #define SIZEOF_CHAR 1
- | #define SIZEOF_SHORT 2
- | #define SIZEOF_INT 4
- | #define SIZEOF_LONG_INT 4
- | #define SIZEOF_LONG_LONG_INT 8
- | #define SIZEOF_UNSIGNED_INT 4
- | #define SIZEOF_UNSIGNED_LONG_INT 4
- | #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
- | #define HAVE_U_INT8_T 1
- | #define HAVE_U_INT16_T 1
- | #define HAVE_U_INT32_T 1
- | #define HAVE_U_INT64_T 1
- | #define HAVE_UINT8_T 1
- | #define HAVE_UINT16_T 1
- | #define HAVE_UINT32_T 1
- | #define HAVE_UINT64_T 1
- | #define HAVE_INT8_T 1
- | #define HAVE_INT16_T 1
- | /* end confdefs.h. */
- | #include <stdio.h>
- | #ifdef HAVE_SYS_TYPES_H
- | # include <sys/types.h>
- | #endif
- | #ifdef HAVE_SYS_STAT_H
- | # include <sys/stat.h>
- | #endif
- | #ifdef STDC_HEADERS
- | # include <stdlib.h>
- | # include <stddef.h>
- | #else
- | # ifdef HAVE_STDLIB_H
- | # include <stdlib.h>
- | # endif
- | #endif
- | #ifdef HAVE_STRING_H
- | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
- | # include <memory.h>
- | # endif
- | # include <string.h>
- | #endif
- | #ifdef HAVE_STRINGS_H
- | # include <strings.h>
- | #endif
- | #ifdef HAVE_INTTYPES_H
- | # include <inttypes.h>
- | #endif
- | #ifdef HAVE_STDINT_H
- | # include <stdint.h>
- | #endif
- | #ifdef HAVE_UNISTD_H
- | # include <unistd.h>
- | #endif
- | int
- | main ()
- | {
- | if (sizeof ((int32_t)))
- | return 0;
- | ;
- | return 0;
- | }
- configure:14292: result: yes
- configure:14301: checking for int64_t
- configure:14301: gcc -c -g -O2 conftest.c >&5
- configure:14301: $? = 0
- configure:14301: gcc -c -g -O2 conftest.c >&5
- conftest.c: In function 'main':
- conftest.c:101:22: error: expected expression before ')' token
- configure:14301: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME ""
- | #define PACKAGE_TARNAME ""
- | #define PACKAGE_VERSION ""
- | #define PACKAGE_STRING ""
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "snort"
- | #define VERSION "2.9.6.0"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define LINUX 1
- | #define HAVE__BOOL 1
- | #define HAVE_STDBOOL_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_MATH_H 1
- | #define HAVE_PATHS_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_WCHAR_H 1
- | #define HAVE_LIBM 1
- | #define HAVE_LIBM 1
- | #define HAVE_LIBNSL 1
- | #define HAVE_SIGACTION 1
- | #define HAVE_STRERROR 1
- | #define HAVE_VSWPRINTF 1
- | #define HAVE_WPRINTF 1
- | #define HAVE_MEMRCHR 1
- | #define HAVE_INET_NTOP 1
- | #define HAVE_SNPRINTF /**/
- | #define HAVE_MALLOC_TRIM 1
- | #define HAVE_MALLINFO 1
- | #define SIZEOF_CHAR 1
- | #define SIZEOF_SHORT 2
- | #define SIZEOF_INT 4
- | #define SIZEOF_LONG_INT 4
- | #define SIZEOF_LONG_LONG_INT 8
- | #define SIZEOF_UNSIGNED_INT 4
- | #define SIZEOF_UNSIGNED_LONG_INT 4
- | #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
- | #define HAVE_U_INT8_T 1
- | #define HAVE_U_INT16_T 1
- | #define HAVE_U_INT32_T 1
- | #define HAVE_U_INT64_T 1
- | #define HAVE_UINT8_T 1
- | #define HAVE_UINT16_T 1
- | #define HAVE_UINT32_T 1
- | #define HAVE_UINT64_T 1
- | #define HAVE_INT8_T 1
- | #define HAVE_INT16_T 1
- | #define HAVE_INT32_T 1
- | /* end confdefs.h. */
- | #include <stdio.h>
- | #ifdef HAVE_SYS_TYPES_H
- | # include <sys/types.h>
- | #endif
- | #ifdef HAVE_SYS_STAT_H
- | # include <sys/stat.h>
- | #endif
- | #ifdef STDC_HEADERS
- | # include <stdlib.h>
- | # include <stddef.h>
- | #else
- | # ifdef HAVE_STDLIB_H
- | # include <stdlib.h>
- | # endif
- | #endif
- | #ifdef HAVE_STRING_H
- | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
- | # include <memory.h>
- | # endif
- | # include <string.h>
- | #endif
- | #ifdef HAVE_STRINGS_H
- | # include <strings.h>
- | #endif
- | #ifdef HAVE_INTTYPES_H
- | # include <inttypes.h>
- | #endif
- | #ifdef HAVE_STDINT_H
- | # include <stdint.h>
- | #endif
- | #ifdef HAVE_UNISTD_H
- | # include <unistd.h>
- | #endif
- | int
- | main ()
- | {
- | if (sizeof ((int64_t)))
- | return 0;
- | ;
- | return 0;
- | }
- configure:14301: result: yes
- configure:14312: checking for boolean
- configure:14312: gcc -c -g -O2 conftest.c >&5
- conftest.c: In function 'main':
- conftest.c:102:13: error: 'boolean' undeclared (first use in this function)
- conftest.c:102:13: note: each undeclared identifier is reported only once for each function it appears in
- configure:14312: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME ""
- | #define PACKAGE_TARNAME ""
- | #define PACKAGE_VERSION ""
- | #define PACKAGE_STRING ""
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "snort"
- | #define VERSION "2.9.6.0"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define LINUX 1
- | #define HAVE__BOOL 1
- | #define HAVE_STDBOOL_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_MATH_H 1
- | #define HAVE_PATHS_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_WCHAR_H 1
- | #define HAVE_LIBM 1
- | #define HAVE_LIBM 1
- | #define HAVE_LIBNSL 1
- | #define HAVE_SIGACTION 1
- | #define HAVE_STRERROR 1
- | #define HAVE_VSWPRINTF 1
- | #define HAVE_WPRINTF 1
- | #define HAVE_MEMRCHR 1
- | #define HAVE_INET_NTOP 1
- | #define HAVE_SNPRINTF /**/
- | #define HAVE_MALLOC_TRIM 1
- | #define HAVE_MALLINFO 1
- | #define SIZEOF_CHAR 1
- | #define SIZEOF_SHORT 2
- | #define SIZEOF_INT 4
- | #define SIZEOF_LONG_INT 4
- | #define SIZEOF_LONG_LONG_INT 8
- | #define SIZEOF_UNSIGNED_INT 4
- | #define SIZEOF_UNSIGNED_LONG_INT 4
- | #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
- | #define HAVE_U_INT8_T 1
- | #define HAVE_U_INT16_T 1
- | #define HAVE_U_INT32_T 1
- | #define HAVE_U_INT64_T 1
- | #define HAVE_UINT8_T 1
- | #define HAVE_UINT16_T 1
- | #define HAVE_UINT32_T 1
- | #define HAVE_UINT64_T 1
- | #define HAVE_INT8_T 1
- | #define HAVE_INT16_T 1
- | #define HAVE_INT32_T 1
- | #define HAVE_INT64_T 1
- | /* end confdefs.h. */
- | #include <stdio.h>
- | #ifdef HAVE_SYS_TYPES_H
- | # include <sys/types.h>
- | #endif
- | #ifdef HAVE_SYS_STAT_H
- | # include <sys/stat.h>
- | #endif
- | #ifdef STDC_HEADERS
- | # include <stdlib.h>
- | # include <stddef.h>
- | #else
- | # ifdef HAVE_STDLIB_H
- | # include <stdlib.h>
- | # endif
- | #endif
- | #ifdef HAVE_STRING_H
- | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
- | # include <memory.h>
- | # endif
- | # include <string.h>
- | #endif
- | #ifdef HAVE_STRINGS_H
- | # include <strings.h>
- | #endif
- | #ifdef HAVE_INTTYPES_H
- | # include <inttypes.h>
- | #endif
- | #ifdef HAVE_STDINT_H
- | # include <stdint.h>
- | #endif
- | #ifdef HAVE_UNISTD_H
- | # include <unistd.h>
- | #endif
- | int
- | main ()
- | {
- | if (sizeof (boolean))
- | return 0;
- | ;
- | return 0;
- | }
- configure:14312: result: no
- configure:14325: checking for INADDR_NONE
- configure:14351: gcc -o conftest -g -O2 conftest.c -lnsl -lm -lm >&5
- configure:14351: $? = 0
- configure:14351: ./conftest
- configure:14351: $? = 0
- configure:14360: result: yes
- configure:14381: gcc -c -g -O2 conftest.c >&5
- configure:14381: $? = 0
- configure:14388: checking for __FUNCTION__
- configure:14403: gcc -c -g -O2 conftest.c >&5
- configure:14403: $? = 0
- configure:14410: result: yes
- configure:14511: checking for pcap_datalink in -lpcap
- configure:14536: gcc -o conftest -g -O2 conftest.c -lpcap -lnsl -lm -lm >&5
- configure:14536: $? = 0
- configure:14545: result: yes
- configure:14696: checking for pcap_lex_destroy
- configure:14719: gcc -o conftest -g -O2 conftest.c -lpcap -lnsl -lm -lm >&5
- configure:14719: $? = 0
- configure:14719: ./conftest
- configure:14719: $? = 0
- configure:14728: result: yes
- configure:14736: checking for pcap_lib_version
- configure:14750: gcc -o conftest -g -O2 conftest.c -lpcap -lnsl -lm -lm >&5
- configure:14750: $? = 0
- configure:14758: result: yes
- configure:14805: checking pcre.h usability
- configure:14805: gcc -c -g -O2 conftest.c >&5
- configure:14805: $? = 0
- configure:14805: result: yes
- configure:14805: checking pcre.h presence
- configure:14805: gcc -E conftest.c
- configure:14805: $? = 0
- configure:14805: result: yes
- configure:14805: checking for pcre.h
- configure:14805: result: yes
- configure:14827: checking for pcre_compile in -lpcre
- configure:14852: gcc -o conftest -g -O2 -L/usr/lib/i386-linux-gnu -lpcre conftest.c -lpcre -lpcap -lnsl -lm -lm >&5
- configure:14852: $? = 0
- configure:14861: result: yes
- configure:14881: checking for libpcre version 6.0 or greater
- configure:14902: gcc -o conftest -g -O2 -L/usr/lib/i386-linux-gnu -lpcre conftest.c -lpcre -lpcap -lnsl -lm -lm >&5
- configure:14902: $? = 0
- configure:14920: result: yes
- configure:14956: checking openssl/sha.h usability
- configure:14956: gcc -c -g -O2 conftest.c >&5
- conftest.c:106:25: fatal error: openssl/sha.h: No such file or directory
- compilation terminated.
- configure:14956: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME ""
- | #define PACKAGE_TARNAME ""
- | #define PACKAGE_VERSION ""
- | #define PACKAGE_STRING ""
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "snort"
- | #define VERSION "2.9.6.0"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define LINUX 1
- | #define HAVE__BOOL 1
- | #define HAVE_STDBOOL_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_MATH_H 1
- | #define HAVE_PATHS_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_WCHAR_H 1
- | #define HAVE_LIBM 1
- | #define HAVE_LIBM 1
- | #define HAVE_LIBNSL 1
- | #define HAVE_SIGACTION 1
- | #define HAVE_STRERROR 1
- | #define HAVE_VSWPRINTF 1
- | #define HAVE_WPRINTF 1
- | #define HAVE_MEMRCHR 1
- | #define HAVE_INET_NTOP 1
- | #define HAVE_SNPRINTF /**/
- | #define HAVE_MALLOC_TRIM 1
- | #define HAVE_MALLINFO 1
- | #define SIZEOF_CHAR 1
- | #define SIZEOF_SHORT 2
- | #define SIZEOF_INT 4
- | #define SIZEOF_LONG_INT 4
- | #define SIZEOF_LONG_LONG_INT 8
- | #define SIZEOF_UNSIGNED_INT 4
- | #define SIZEOF_UNSIGNED_LONG_INT 4
- | #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
- | #define HAVE_U_INT8_T 1
- | #define HAVE_U_INT16_T 1
- | #define HAVE_U_INT32_T 1
- | #define HAVE_U_INT64_T 1
- | #define HAVE_UINT8_T 1
- | #define HAVE_UINT16_T 1
- | #define HAVE_UINT32_T 1
- | #define HAVE_UINT64_T 1
- | #define HAVE_INT8_T 1
- | #define HAVE_INT16_T 1
- | #define HAVE_INT32_T 1
- | #define HAVE_INT64_T 1
- | #define ERRLIST_PREDEFINED 1
- | #define HAVE___FUNCTION__ 1
- | #define HAVE_LIBPCAP 1
- | #define HAVE_PCAP_LEX_DESTROY 1
- | #define HAVE_PCAP_LIB_VERSION 1
- | #define HAVE_PCRE_H 1
- | #define HAVE_LIBPCRE 1
- | /* end confdefs.h. */
- | #include <stdio.h>
- | #ifdef HAVE_SYS_TYPES_H
- | # include <sys/types.h>
- | #endif
- | #ifdef HAVE_SYS_STAT_H
- | # include <sys/stat.h>
- | #endif
- | #ifdef STDC_HEADERS
- | # include <stdlib.h>
- | # include <stddef.h>
- | #else
- | # ifdef HAVE_STDLIB_H
- | # include <stdlib.h>
- | # endif
- | #endif
- | #ifdef HAVE_STRING_H
- | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
- | # include <memory.h>
- | # endif
- | # include <string.h>
- | #endif
- | #ifdef HAVE_STRINGS_H
- | # include <strings.h>
- | #endif
- | #ifdef HAVE_INTTYPES_H
- | # include <inttypes.h>
- | #endif
- | #ifdef HAVE_STDINT_H
- | # include <stdint.h>
- | #endif
- | #ifdef HAVE_UNISTD_H
- | # include <unistd.h>
- | #endif
- | #include <openssl/sha.h>
- configure:14956: result: no
- configure:14956: checking openssl/sha.h presence
- configure:14956: gcc -E conftest.c
- conftest.c:73:25: fatal error: openssl/sha.h: No such file or directory
- compilation terminated.
- configure:14956: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME ""
- | #define PACKAGE_TARNAME ""
- | #define PACKAGE_VERSION ""
- | #define PACKAGE_STRING ""
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "snort"
- | #define VERSION "2.9.6.0"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define LINUX 1
- | #define HAVE__BOOL 1
- | #define HAVE_STDBOOL_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_MATH_H 1
- | #define HAVE_PATHS_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_WCHAR_H 1
- | #define HAVE_LIBM 1
- | #define HAVE_LIBM 1
- | #define HAVE_LIBNSL 1
- | #define HAVE_SIGACTION 1
- | #define HAVE_STRERROR 1
- | #define HAVE_VSWPRINTF 1
- | #define HAVE_WPRINTF 1
- | #define HAVE_MEMRCHR 1
- | #define HAVE_INET_NTOP 1
- | #define HAVE_SNPRINTF /**/
- | #define HAVE_MALLOC_TRIM 1
- | #define HAVE_MALLINFO 1
- | #define SIZEOF_CHAR 1
- | #define SIZEOF_SHORT 2
- | #define SIZEOF_INT 4
- | #define SIZEOF_LONG_INT 4
- | #define SIZEOF_LONG_LONG_INT 8
- | #define SIZEOF_UNSIGNED_INT 4
- | #define SIZEOF_UNSIGNED_LONG_INT 4
- | #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
- | #define HAVE_U_INT8_T 1
- | #define HAVE_U_INT16_T 1
- | #define HAVE_U_INT32_T 1
- | #define HAVE_U_INT64_T 1
- | #define HAVE_UINT8_T 1
- | #define HAVE_UINT16_T 1
- | #define HAVE_UINT32_T 1
- | #define HAVE_UINT64_T 1
- | #define HAVE_INT8_T 1
- | #define HAVE_INT16_T 1
- | #define HAVE_INT32_T 1
- | #define HAVE_INT64_T 1
- | #define ERRLIST_PREDEFINED 1
- | #define HAVE___FUNCTION__ 1
- | #define HAVE_LIBPCAP 1
- | #define HAVE_PCAP_LEX_DESTROY 1
- | #define HAVE_PCAP_LIB_VERSION 1
- | #define HAVE_PCRE_H 1
- | #define HAVE_LIBPCRE 1
- | /* end confdefs.h. */
- | #include <openssl/sha.h>
- configure:14956: result: no
- configure:14956: checking for openssl/sha.h
- configure:14956: result: no
- configure:15160: checking dnet.h usability
- configure:15160: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
- configure:15160: $? = 0
- configure:15160: result: yes
- configure:15160: checking dnet.h presence
- configure:15160: gcc -E -I/usr/local/include conftest.c
- configure:15160: $? = 0
- configure:15160: result: yes
- configure:15160: checking for dnet.h
- configure:15160: result: yes
- configure:15174: checking dumbnet.h usability
- configure:15174: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
- conftest.c:107:21: fatal error: dumbnet.h: No such file or directory
- compilation terminated.
- configure:15174: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME ""
- | #define PACKAGE_TARNAME ""
- | #define PACKAGE_VERSION ""
- | #define PACKAGE_STRING ""
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "snort"
- | #define VERSION "2.9.6.0"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define LINUX 1
- | #define HAVE__BOOL 1
- | #define HAVE_STDBOOL_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_MATH_H 1
- | #define HAVE_PATHS_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_WCHAR_H 1
- | #define HAVE_LIBM 1
- | #define HAVE_LIBM 1
- | #define HAVE_LIBNSL 1
- | #define HAVE_SIGACTION 1
- | #define HAVE_STRERROR 1
- | #define HAVE_VSWPRINTF 1
- | #define HAVE_WPRINTF 1
- | #define HAVE_MEMRCHR 1
- | #define HAVE_INET_NTOP 1
- | #define HAVE_SNPRINTF /**/
- | #define HAVE_MALLOC_TRIM 1
- | #define HAVE_MALLINFO 1
- | #define SIZEOF_CHAR 1
- | #define SIZEOF_SHORT 2
- | #define SIZEOF_INT 4
- | #define SIZEOF_LONG_INT 4
- | #define SIZEOF_LONG_LONG_INT 8
- | #define SIZEOF_UNSIGNED_INT 4
- | #define SIZEOF_UNSIGNED_LONG_INT 4
- | #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
- | #define HAVE_U_INT8_T 1
- | #define HAVE_U_INT16_T 1
- | #define HAVE_U_INT32_T 1
- | #define HAVE_U_INT64_T 1
- | #define HAVE_UINT8_T 1
- | #define HAVE_UINT16_T 1
- | #define HAVE_UINT32_T 1
- | #define HAVE_UINT64_T 1
- | #define HAVE_INT8_T 1
- | #define HAVE_INT16_T 1
- | #define HAVE_INT32_T 1
- | #define HAVE_INT64_T 1
- | #define ERRLIST_PREDEFINED 1
- | #define HAVE___FUNCTION__ 1
- | #define HAVE_LIBPCAP 1
- | #define HAVE_PCAP_LEX_DESTROY 1
- | #define HAVE_PCAP_LIB_VERSION 1
- | #define HAVE_PCRE_H 1
- | #define HAVE_LIBPCRE 1
- | #define HAVE_DNET_H 1
- | /* end confdefs.h. */
- | #include <stdio.h>
- | #ifdef HAVE_SYS_TYPES_H
- | # include <sys/types.h>
- | #endif
- | #ifdef HAVE_SYS_STAT_H
- | # include <sys/stat.h>
- | #endif
- | #ifdef STDC_HEADERS
- | # include <stdlib.h>
- | # include <stddef.h>
- | #else
- | # ifdef HAVE_STDLIB_H
- | # include <stdlib.h>
- | # endif
- | #endif
- | #ifdef HAVE_STRING_H
- | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
- | # include <memory.h>
- | # endif
- | # include <string.h>
- | #endif
- | #ifdef HAVE_STRINGS_H
- | # include <strings.h>
- | #endif
- | #ifdef HAVE_INTTYPES_H
- | # include <inttypes.h>
- | #endif
- | #ifdef HAVE_STDINT_H
- | # include <stdint.h>
- | #endif
- | #ifdef HAVE_UNISTD_H
- | # include <unistd.h>
- | #endif
- | #include <dumbnet.h>
- configure:15174: result: no
- configure:15174: checking dumbnet.h presence
- configure:15174: gcc -E -I/usr/local/include conftest.c
- conftest.c:74:21: fatal error: dumbnet.h: No such file or directory
- compilation terminated.
- configure:15174: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME ""
- | #define PACKAGE_TARNAME ""
- | #define PACKAGE_VERSION ""
- | #define PACKAGE_STRING ""
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "snort"
- | #define VERSION "2.9.6.0"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define LINUX 1
- | #define HAVE__BOOL 1
- | #define HAVE_STDBOOL_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_MATH_H 1
- | #define HAVE_PATHS_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_WCHAR_H 1
- | #define HAVE_LIBM 1
- | #define HAVE_LIBM 1
- | #define HAVE_LIBNSL 1
- | #define HAVE_SIGACTION 1
- | #define HAVE_STRERROR 1
- | #define HAVE_VSWPRINTF 1
- | #define HAVE_WPRINTF 1
- | #define HAVE_MEMRCHR 1
- | #define HAVE_INET_NTOP 1
- | #define HAVE_SNPRINTF /**/
- | #define HAVE_MALLOC_TRIM 1
- | #define HAVE_MALLINFO 1
- | #define SIZEOF_CHAR 1
- | #define SIZEOF_SHORT 2
- | #define SIZEOF_INT 4
- | #define SIZEOF_LONG_INT 4
- | #define SIZEOF_LONG_LONG_INT 8
- | #define SIZEOF_UNSIGNED_INT 4
- | #define SIZEOF_UNSIGNED_LONG_INT 4
- | #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
- | #define HAVE_U_INT8_T 1
- | #define HAVE_U_INT16_T 1
- | #define HAVE_U_INT32_T 1
- | #define HAVE_U_INT64_T 1
- | #define HAVE_UINT8_T 1
- | #define HAVE_UINT16_T 1
- | #define HAVE_UINT32_T 1
- | #define HAVE_UINT64_T 1
- | #define HAVE_INT8_T 1
- | #define HAVE_INT16_T 1
- | #define HAVE_INT32_T 1
- | #define HAVE_INT64_T 1
- | #define ERRLIST_PREDEFINED 1
- | #define HAVE___FUNCTION__ 1
- | #define HAVE_LIBPCAP 1
- | #define HAVE_PCAP_LEX_DESTROY 1
- | #define HAVE_PCAP_LIB_VERSION 1
- | #define HAVE_PCRE_H 1
- | #define HAVE_LIBPCRE 1
- | #define HAVE_DNET_H 1
- | /* end confdefs.h. */
- | #include <dumbnet.h>
- configure:15174: result: no
- configure:15174: checking for dumbnet.h
- configure:15174: result: no
- configure:15195: checking for eth_set in -ldnet
- configure:15220: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/lib/i386-linux-gnu -lpcre -L/usr/local/lib -ldnet conftest.c -ldnet -lpcre -lpcap -lnsl -lm -lm >&5
- configure:15220: $? = 0
- configure:15229: result: yes
- configure:15242: checking for eth_set in -ldumbnet
- configure:15267: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/lib/i386-linux-gnu -lpcre -L/usr/local/lib -ldnet conftest.c -ldumbnet -ldnet -lpcre -lpcap -lnsl -lm -lm >&5
- /usr/bin/ld: cannot find -ldumbnet
- collect2: ld returned 1 exit status
- configure:15267: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME ""
- | #define PACKAGE_TARNAME ""
- | #define PACKAGE_VERSION ""
- | #define PACKAGE_STRING ""
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "snort"
- | #define VERSION "2.9.6.0"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define LINUX 1
- | #define HAVE__BOOL 1
- | #define HAVE_STDBOOL_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_MATH_H 1
- | #define HAVE_PATHS_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_WCHAR_H 1
- | #define HAVE_LIBM 1
- | #define HAVE_LIBM 1
- | #define HAVE_LIBNSL 1
- | #define HAVE_SIGACTION 1
- | #define HAVE_STRERROR 1
- | #define HAVE_VSWPRINTF 1
- | #define HAVE_WPRINTF 1
- | #define HAVE_MEMRCHR 1
- | #define HAVE_INET_NTOP 1
- | #define HAVE_SNPRINTF /**/
- | #define HAVE_MALLOC_TRIM 1
- | #define HAVE_MALLINFO 1
- | #define SIZEOF_CHAR 1
- | #define SIZEOF_SHORT 2
- | #define SIZEOF_INT 4
- | #define SIZEOF_LONG_INT 4
- | #define SIZEOF_LONG_LONG_INT 8
- | #define SIZEOF_UNSIGNED_INT 4
- | #define SIZEOF_UNSIGNED_LONG_INT 4
- | #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
- | #define HAVE_U_INT8_T 1
- | #define HAVE_U_INT16_T 1
- | #define HAVE_U_INT32_T 1
- | #define HAVE_U_INT64_T 1
- | #define HAVE_UINT8_T 1
- | #define HAVE_UINT16_T 1
- | #define HAVE_UINT32_T 1
- | #define HAVE_UINT64_T 1
- | #define HAVE_INT8_T 1
- | #define HAVE_INT16_T 1
- | #define HAVE_INT32_T 1
- | #define HAVE_INT64_T 1
- | #define ERRLIST_PREDEFINED 1
- | #define HAVE___FUNCTION__ 1
- | #define HAVE_LIBPCAP 1
- | #define HAVE_PCAP_LEX_DESTROY 1
- | #define HAVE_PCAP_LIB_VERSION 1
- | #define HAVE_PCRE_H 1
- | #define HAVE_LIBPCRE 1
- | #define HAVE_DNET_H 1
- | #define HAVE_LIBDNET 1
- | /* end confdefs.h. */
- |
- | /* Override any GCC internal prototype to avoid an error.
- | Use char because int might match the return type of a GCC
- | builtin and then its argument prototype would still apply. */
- | #ifdef __cplusplus
- | extern "C"
- | #endif
- | char eth_set ();
- | int
- | main ()
- | {
- | return eth_set ();
- | ;
- | return 0;
- | }
- configure:15276: result: no
- configure:15333: checking for dlsym in -ldl
- configure:15358: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/lib/i386-linux-gnu -lpcre -L/usr/local/lib -ldnet conftest.c -ldl -ldnet -lpcre -lpcap -lnsl -lm -lm >&5
- configure:15358: $? = 0
- configure:15367: result: yes
- configure:15433: checking for daq_load_modules in -ldaq_static
- configure:15458: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/lib/i386-linux-gnu -lpcre -L/usr/local/lib -ldnet conftest.c -ldaq_static -ldnet -lpcre -lpcap -lnsl -lm -lm -ldl -L/usr/local/lib -ldaq_static_modules -lsfbpf -lpcap -lsfbpf -lpcap >&5
- configure:15458: $? = 0
- configure:15467: result: yes
- configure:15540: checking for daq_hup_apply
- configure:15540: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/lib/i386-linux-gnu -lpcre -L/usr/local/lib -ldnet conftest.c -ldaq_static -ldnet -lpcre -lpcap -lnsl -lm -lm -ldl -L/usr/local/lib -ldaq_static_modules -lsfbpf -lpcap -lsfbpf -lpcap >&5
- configure:15540: $? = 0
- configure:15540: result: yes
- configure:15540: checking for daq_acquire_with_meta
- configure:15540: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/lib/i386-linux-gnu -lpcre -L/usr/local/lib -ldnet conftest.c -ldaq_static -ldnet -lpcre -lpcap -lnsl -lm -lm -ldl -L/usr/local/lib -ldaq_static_modules -lsfbpf -lpcap -lsfbpf -lpcap >&5
- configure:15540: $? = 0
- configure:15540: result: yes
- configure:15550: checking for daq address space ID
- configure:15574: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/lib/i386-linux-gnu -lpcre -L/usr/local/lib -ldnet conftest.c -ldaq_static -ldnet -lpcre -lpcap -lnsl -lm -lm -ldl -L/usr/local/lib -ldaq_static_modules -lsfbpf -lpcap -lsfbpf -lpcap >&5
- configure:15574: $? = 0
- configure:15574: ./conftest
- configure:15574: $? = 0
- configure:15583: result: yes
- configure:15592: checking for sparc
- configure:15606: result: no
- configure:15660: checking for visibility support
- configure:15685: gcc -c -g -O2 -Werror -fvisibility=hidden -I/usr/local/include conftest.c >&5
- configure:15685: $? = 0
- configure:15694: result: yes
- configure:15753: checking zlib.h usability
- configure:15753: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
- configure:15753: $? = 0
- configure:15753: result: yes
- configure:15753: checking zlib.h presence
- configure:15753: gcc -E -I/usr/local/include conftest.c
- configure:15753: $? = 0
- configure:15753: result: yes
- configure:15753: checking for zlib.h
- configure:15753: result: yes
- configure:15773: checking for inflate in -lz
- configure:15798: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/lib/i386-linux-gnu -lpcre -L/usr/local/lib -ldnet conftest.c -lz -ldaq_static -ldnet -lpcre -lpcap -lnsl -lm -lm -ldl -L/usr/local/lib -ldaq_static_modules -lsfbpf -lpcap -lsfbpf -lpcap >&5
- configure:15798: $? = 0
- configure:15807: result: yes
- configure:16605: checking for linuxthreads
- configure:16617: result: no
- configure:16637: checking for yylex_destroy support
- configure:16671: result: yes
- configure:16821: checking that generated files are newer than configure
- configure:16827: result: done
- configure:16919: creating ./config.status
- ## ---------------------- ##
- ## Running config.status. ##
- ## ---------------------- ##
- This file was extended by config.status, which was
- generated by GNU Autoconf 2.69. Invocation command line was
- CONFIG_FILES =
- CONFIG_HEADERS =
- CONFIG_LINKS =
- CONFIG_COMMANDS =
- $ ./config.status
- on ubuntu-server
- config.status:1263: creating snort.pc
- config.status:1263: creating Makefile
- config.status:1263: creating src/Makefile
- config.status:1263: creating src/sfutil/Makefile
- config.status:1263: creating src/control/Makefile
- config.status:1263: creating src/file-process/Makefile
- config.status:1263: creating src/file-process/libs/Makefile
- config.status:1263: creating src/side-channel/Makefile
- config.status:1263: creating src/side-channel/dynamic-plugins/Makefile
- config.status:1263: creating src/side-channel/dynamic-plugins/snort_side_channel.pc
- config.status:1263: creating src/side-channel/plugins/Makefile
- config.status:1263: creating src/detection-plugins/Makefile
- config.status:1263: creating src/dynamic-examples/Makefile
- config.status:1263: creating src/dynamic-examples/dynamic-preprocessor/Makefile
- config.status:1263: creating src/dynamic-examples/dynamic-rule/Makefile
- config.status:1263: creating src/dynamic-plugins/Makefile
- config.status:1263: creating src/dynamic-plugins/sf_engine/Makefile
- config.status:1263: creating src/dynamic-plugins/sf_engine/examples/Makefile
- config.status:1263: creating src/dynamic-plugins/sf_preproc_example/Makefile
- config.status:1263: creating src/dynamic-preprocessors/Makefile
- config.status:1263: creating src/dynamic-preprocessors/libs/Makefile
- config.status:1263: creating src/dynamic-preprocessors/libs/snort_preproc.pc
- config.status:1263: creating src/dynamic-preprocessors/ftptelnet/Makefile
- config.status:1263: creating src/dynamic-preprocessors/smtp/Makefile
- config.status:1263: creating src/dynamic-preprocessors/ssh/Makefile
- config.status:1263: creating src/dynamic-preprocessors/sip/Makefile
- config.status:1263: creating src/dynamic-preprocessors/reputation/Makefile
- config.status:1263: creating src/dynamic-preprocessors/gtp/Makefile
- config.status:1263: creating src/dynamic-preprocessors/dcerpc2/Makefile
- config.status:1263: creating src/dynamic-preprocessors/pop/Makefile
- config.status:1263: creating src/dynamic-preprocessors/imap/Makefile
- config.status:1263: creating src/dynamic-preprocessors/sdf/Makefile
- config.status:1263: creating src/dynamic-preprocessors/dns/Makefile
- config.status:1263: creating src/dynamic-preprocessors/ssl/Makefile
- config.status:1263: creating src/dynamic-preprocessors/modbus/Makefile
- config.status:1263: creating src/dynamic-preprocessors/dnp3/Makefile
- config.status:1263: creating src/dynamic-preprocessors/rzb_saac/Makefile
- config.status:1263: creating src/dynamic-preprocessors/file/Makefile
- config.status:1263: creating src/dynamic-output/Makefile
- config.status:1263: creating src/dynamic-output/plugins/Makefile
- config.status:1263: creating src/dynamic-output/libs/Makefile
- config.status:1263: creating src/dynamic-output/libs/snort_output.pc
- config.status:1263: creating src/output-plugins/Makefile
- config.status:1263: creating src/preprocessors/Makefile
- config.status:1263: creating src/preprocessors/HttpInspect/Makefile
- config.status:1263: creating src/preprocessors/HttpInspect/include/Makefile
- config.status:1263: creating src/preprocessors/HttpInspect/utils/Makefile
- config.status:1263: creating src/preprocessors/HttpInspect/anomaly_detection/Makefile
- config.status:1263: creating src/preprocessors/HttpInspect/client/Makefile
- config.status:1263: creating src/preprocessors/HttpInspect/event_output/Makefile
- config.status:1263: creating src/preprocessors/HttpInspect/mode_inspection/Makefile
- config.status:1263: creating src/preprocessors/HttpInspect/normalization/Makefile
- config.status:1263: creating src/preprocessors/HttpInspect/server/Makefile
- config.status:1263: creating src/preprocessors/HttpInspect/session_inspection/Makefile
- config.status:1263: creating src/preprocessors/HttpInspect/user_interface/Makefile
- config.status:1263: creating src/preprocessors/Stream5/Makefile
- config.status:1263: creating src/parser/Makefile
- config.status:1263: creating src/target-based/Makefile
- config.status:1263: creating doc/Makefile
- config.status:1263: creating rpm/Makefile
- config.status:1263: creating preproc_rules/Makefile
- config.status:1263: creating m4/Makefile
- config.status:1263: creating etc/Makefile
- config.status:1263: creating templates/Makefile
- config.status:1263: creating tools/Makefile
- config.status:1263: creating tools/control/Makefile
- config.status:1263: creating tools/u2boat/Makefile
- config.status:1263: creating tools/u2spewfoo/Makefile
- config.status:1263: creating tools/file_server/Makefile
- config.status:1263: creating src/win32/Makefile
- config.status:1263: creating config.h
- config.status:1492: executing depfiles commands
- config.status:1492: executing libtool commands
- ## ---------------- ##
- ## Cache variables. ##
- ## ---------------- ##
- ac_cv_build=i686-pc-linux-gnu
- ac_cv_c_bigendian=no
- ac_cv_c_compiler_gnu=yes
- ac_cv_c_inline=inline
- ac_cv_env_CC_set=
- ac_cv_env_CC_value=
- ac_cv_env_CFLAGS_set=
- ac_cv_env_CFLAGS_value=
- ac_cv_env_CPPFLAGS_set=
- ac_cv_env_CPPFLAGS_value=
- ac_cv_env_CPP_set=
- ac_cv_env_CPP_value=
- ac_cv_env_LDFLAGS_set=
- ac_cv_env_LDFLAGS_value=
- ac_cv_env_LIBS_set=
- ac_cv_env_LIBS_value=
- ac_cv_env_PKG_CONFIG_LIBDIR_set=
- ac_cv_env_PKG_CONFIG_LIBDIR_value=
- ac_cv_env_PKG_CONFIG_PATH_set=
- ac_cv_env_PKG_CONFIG_PATH_value=
- ac_cv_env_PKG_CONFIG_set=
- ac_cv_env_PKG_CONFIG_value=
- ac_cv_env_RAZORBACK_CFLAGS_set=
- ac_cv_env_RAZORBACK_CFLAGS_value=
- ac_cv_env_RAZORBACK_LIBS_set=
- ac_cv_env_RAZORBACK_LIBS_value=
- ac_cv_env_SIGNAL_SNORT_DUMP_STATS_set=
- ac_cv_env_SIGNAL_SNORT_DUMP_STATS_value=
- ac_cv_env_SIGNAL_SNORT_READ_ATTR_TBL_set=
- ac_cv_env_SIGNAL_SNORT_READ_ATTR_TBL_value=
- ac_cv_env_SIGNAL_SNORT_RELOAD_set=
- ac_cv_env_SIGNAL_SNORT_RELOAD_value=
- ac_cv_env_SIGNAL_SNORT_ROTATE_STATS_set=
- ac_cv_env_SIGNAL_SNORT_ROTATE_STATS_value=
- ac_cv_env_build_alias_set=
- ac_cv_env_build_alias_value=
- ac_cv_env_host_alias_set=
- ac_cv_env_host_alias_value=
- ac_cv_env_target_alias_set=
- ac_cv_env_target_alias_value=
- ac_cv_func_daq_acquire_with_meta=yes
- ac_cv_func_daq_hup_apply=yes
- ac_cv_func_inet_ntop=yes
- ac_cv_func_mallinfo=yes
- ac_cv_func_malloc_trim=yes
- ac_cv_func_memrchr=yes
- ac_cv_func_sigaction=yes
- ac_cv_func_snprintf=yes
- ac_cv_func_strerror=yes
- ac_cv_func_strlcat=no
- ac_cv_func_strlcpy=no
- ac_cv_func_vswprintf=yes
- ac_cv_func_wprintf=yes
- ac_cv_header_dlfcn_h=yes
- ac_cv_header_dnet_h=yes
- ac_cv_header_dumbnet_h=no
- ac_cv_header_inttypes_h=yes
- ac_cv_header_math_h=yes
- ac_cv_header_memory_h=yes
- ac_cv_header_openssl_sha_h=no
- ac_cv_header_paths_h=yes
- ac_cv_header_pcre_h=yes
- ac_cv_header_stdbool_h=yes
- ac_cv_header_stdc=yes
- ac_cv_header_stdint_h=yes
- ac_cv_header_stdlib_h=yes
- ac_cv_header_string_h=yes
- ac_cv_header_strings_h=yes
- ac_cv_header_sys_sockio_h=no
- ac_cv_header_sys_stat_h=yes
- ac_cv_header_sys_types_h=yes
- ac_cv_header_unistd_h=yes
- ac_cv_header_uuid_uuid_h=no
- ac_cv_header_wchar_h=yes
- ac_cv_header_zlib_h=yes
- ac_cv_host=i686-pc-linux-gnu
- ac_cv_lib_daq_static_daq_load_modules=yes
- ac_cv_lib_dl_dlsym=yes
- ac_cv_lib_dnet_eth_set=yes
- ac_cv_lib_dumbnet_eth_set=no
- ac_cv_lib_m_ceil=yes
- ac_cv_lib_m_floor=yes
- ac_cv_lib_nsl_inet_ntoa=yes
- ac_cv_lib_pcap_pcap_datalink=yes
- ac_cv_lib_pcre_pcre_compile=yes
- ac_cv_lib_socket_socket=no
- ac_cv_lib_z_inflate=yes
- ac_cv_objext=o
- ac_cv_path_EGREP='/bin/grep -E'
- ac_cv_path_FGREP='/bin/grep -F'
- ac_cv_path_GREP=/bin/grep
- ac_cv_path_SED=/bin/sed
- ac_cv_path_install='/usr/bin/install -c'
- ac_cv_path_mkdir=/bin/mkdir
- ac_cv_prog_AWK=mawk
- ac_cv_prog_CPP='gcc -E'
- ac_cv_prog_LEX=flex
- ac_cv_prog_YACC=bison
- ac_cv_prog_ac_ct_AR=ar
- ac_cv_prog_ac_ct_CC=gcc
- ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
- ac_cv_prog_ac_ct_OBJDUMP=objdump
- ac_cv_prog_ac_ct_RANLIB=ranlib
- ac_cv_prog_ac_ct_STRIP=strip
- ac_cv_prog_cc_c89=
- ac_cv_prog_cc_c99=-std=gnu99
- ac_cv_prog_cc_g=yes
- ac_cv_prog_cc_stdc=-std=gnu99
- ac_cv_prog_make_make_set=yes
- ac_cv_sizeof_char=1
- ac_cv_sizeof_int=4
- ac_cv_sizeof_long_int=4
- ac_cv_sizeof_long_long_int=8
- ac_cv_sizeof_short=2
- ac_cv_sizeof_unsigned_int=4
- ac_cv_sizeof_unsigned_long_int=4
- ac_cv_sizeof_unsigned_long_long_int=8
- ac_cv_type__Bool=yes
- ac_cv_type_boolean=no
- ac_cv_type_int16_t=yes
- ac_cv_type_int32_t=yes
- ac_cv_type_int64_t=yes
- ac_cv_type_int8_t=yes
- ac_cv_type_u_int16_t=yes
- ac_cv_type_u_int32_t=yes
- ac_cv_type_u_int64_t=yes
- ac_cv_type_u_int8_t=yes
- ac_cv_type_uint16_t=yes
- ac_cv_type_uint32_t=yes
- ac_cv_type_uint64_t=yes
- ac_cv_type_uint8_t=yes
- am_cv_CC_dependencies_compiler_type=gcc3
- am_cv_make_support_nested_variables=yes
- gl_cv_cc_visibility=yes
- lt_cv_ar_at_file=@
- lt_cv_archive_cmds_need_lc=no
- lt_cv_deplibs_check_method=pass_all
- lt_cv_file_magic_cmd='$MAGIC_CMD'
- lt_cv_file_magic_test_file=
- lt_cv_ld_reload_flag=-r
- lt_cv_nm_interface='BSD nm'
- lt_cv_objdir=.libs
- lt_cv_path_LD=/usr/bin/ld
- lt_cv_path_NM='/usr/bin/nm -B'
- lt_cv_path_mainfest_tool=no
- lt_cv_prog_compiler_c_o=yes
- lt_cv_prog_compiler_pic='-fPIC -DPIC'
- lt_cv_prog_compiler_pic_works=yes
- lt_cv_prog_compiler_rtti_exceptions=no
- lt_cv_prog_compiler_static_works=yes
- lt_cv_prog_gnu_ld=yes
- lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
- lt_cv_shlibpath_overrides_runpath=no
- lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
- lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
- lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
- lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
- lt_cv_sys_max_cmd_len=1572864
- lt_cv_to_host_file_cmd=func_convert_file_noop
- lt_cv_to_tool_file_cmd=func_convert_file_noop
- sn_cv_decl_needed_bcopy=no
- sn_cv_decl_needed_bzero=no
- sn_cv_decl_needed_fclose=no
- sn_cv_decl_needed_fflush=no
- sn_cv_decl_needed_fopen=no
- sn_cv_decl_needed_fprintf=no
- sn_cv_decl_needed_fputc=no
- sn_cv_decl_needed_fputs=no
- sn_cv_decl_needed_fwrite=no
- sn_cv_decl_needed_getopt=no
- sn_cv_decl_needed_memset=no
- sn_cv_decl_needed_perror=no
- sn_cv_decl_needed_printf=no
- sn_cv_decl_needed_puts=no
- sn_cv_decl_needed_sendto=no
- sn_cv_decl_needed_snprintf=no
- sn_cv_decl_needed_socket=no
- sn_cv_decl_needed_strcasecmp=no
- sn_cv_decl_needed_strerror=no
- sn_cv_decl_needed_strncasecmp=no
- sn_cv_decl_needed_strtol=no
- sn_cv_decl_needed_strtoul=no
- sn_cv_decl_needed_syslog=no
- sn_cv_decl_needed_vsnprintf=no
- sn_cv_have___FUNCTION__=yes
- ## ----------------- ##
- ## Output variables. ##
- ## ----------------- ##
- ACLOCAL='${SHELL} /root/snort-2.9.6.0/missing aclocal-1.13'
- AMDEPBACKSLASH='\'
- AMDEP_FALSE='#'
- AMDEP_TRUE=''
- AMTAR='$${TAR-tar}'
- AM_BACKSLASH='\'
- AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
- AM_DEFAULT_VERBOSITY='1'
- AM_V='$(V)'
- AR='ar'
- AUTOCONF='${SHELL} /root/snort-2.9.6.0/missing autoconf'
- AUTOHEADER='${SHELL} /root/snort-2.9.6.0/missing autoheader'
- AUTOMAKE='${SHELL} /root/snort-2.9.6.0/missing automake-1.13'
- AWK='mawk'
- BUILD_CONTROL_SOCKET_FALSE=''
- BUILD_CONTROL_SOCKET_TRUE='#'
- BUILD_DYNAMIC_EXAMPLES_FALSE='#'
- BUILD_DYNAMIC_EXAMPLES_TRUE=''
- BUILD_HA_FALSE=''
- BUILD_HA_TRUE='#'
- BUILD_PROCPIDSTATS_FALSE=''
- BUILD_PROCPIDSTATS_TRUE='#'
- BUILD_REACT_FALSE='#'
- BUILD_REACT_TRUE=''
- BUILD_RESPOND3_FALSE='#'
- BUILD_RESPOND3_TRUE=''
- BUILD_SIDE_CHANNEL_FALSE=''
- BUILD_SIDE_CHANNEL_TRUE='#'
- BUILD_SNPRINTF_FALSE=''
- BUILD_SNPRINTF_TRUE='#'
- CC='gcc'
- CCDEPMODE='depmode=gcc3'
- CCONFIGFLAGS=' -DSF_VISIBILITY -fvisibility=hidden'
- CFLAGS='-g -O0 -DSF_VISIBILITY -fvisibility=hidden -fno-strict-aliasing -Wall'
- CONFIGFLAGS=' -DSF_WCHAR -DTARGET_BASED -DPERF_PROFILING -DSNORT_RELOAD -DNO_NON_ETHER_DECODER -DNORMALIZER -DACTIVE_RESPONSE'
- CPP='gcc -E'
- CPPFLAGS='-I/usr/local/include -DZLIB -DGRE -DMPLS -DPPM_MGR -DDEBUG_MSGS -DDEBUG -DENABLE_REACT -DENABLE_RESPOND -DENABLE_RESPONSE3 -DSF_WCHAR -DTARGET_BASED -DPERF_PROFILING -DSNORT_RELOAD -DNO_NON_ETHER_DECODER -DNORMALIZER -DACTIVE_RESPONSE'
- CYGPATH_W='echo'
- DEFS='-DHAVE_CONFIG_H'
- DEPDIR='.deps'
- DLLTOOL='false'
- DSYMUTIL=''
- DUMPBIN=''
- ECHO_C=''
- ECHO_N='-n'
- ECHO_T=''
- EGREP='/bin/grep -E'
- EXEEXT=''
- FEAT_FILE_INSPECT_FALSE=''
- FEAT_FILE_INSPECT_TRUE='#'
- FGREP='/bin/grep -F'
- GREP='/bin/grep'
- HAVE_INTEL_SOFT_CPM_FALSE=''
- HAVE_INTEL_SOFT_CPM_TRUE='#'
- HAVE_SHARED_REP_FALSE=''
- HAVE_SHARED_REP_TRUE='#'
- HAVE_TARGET_BASED_FALSE='#'
- HAVE_TARGET_BASED_TRUE=''
- HAVE_ZLIB_FALSE='#'
- HAVE_ZLIB_TRUE=''
- ICONFIGFLAGS=''
- INCLUDES='-I$(top_srcdir) -I$(top_srcdir)/src -I$(top_srcdir)/src/sfutil $(extra_incl) -I$(top_srcdir)/src/output-plugins -I$(top_srcdir)/src/detection-plugins -I$(top_srcdir)/src/dynamic-plugins -I$(top_srcdir)/src/preprocessors -I$(top_srcdir)/src/preprocessors/portscan -I$(top_srcdir)/src/preprocessors/HttpInspect/include -I$(top_srcdir)/src/preprocessors/Stream5 -I$(top_srcdir)/src/target-based -I$(top_srcdir)/src/control -I$(top_srcdir)/src/file-process -I$(top_srcdir)/src/file-process/libs -I$(top_srcdir)/src/side-channel -I$(top_srcdir)/src/side-channel/plugins'
- INSTALL_DATA='${INSTALL} -m 644'
- INSTALL_PROGRAM='${INSTALL}'
- INSTALL_SCRIPT='${INSTALL}'
- INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
- LD='/usr/bin/ld'
- LDFLAGS=' -L/usr/lib/i386-linux-gnu -lpcre -L/usr/local/lib -ldnet'
- LEX='flex'
- LIBOBJS=''
- LIBS='-lz -ldaq_static -ldnet -lpcre -lpcap -lnsl -lm -lm -ldl -L/usr/local/lib -ldaq_static_modules -lsfbpf -lpcap -lsfbpf -lpcap -lz -lpthread -lpthread -lpthread'
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
- LIPO=''
- LN_S='ln -s'
- LTLIBOBJS=''
- MAINT='#'
- MAINTAINER_MODE_FALSE=''
- MAINTAINER_MODE_TRUE='#'
- MAKEINFO='${SHELL} /root/snort-2.9.6.0/missing makeinfo'
- MANIFEST_TOOL=':'
- MKDIR_P='/bin/mkdir -p'
- NM='/usr/bin/nm -B'
- NMEDIT=''
- OBJDUMP='objdump'
- OBJEXT='o'
- OTOOL64=''
- OTOOL=''
- PACKAGE='snort'
- PACKAGE_BUGREPORT=''
- PACKAGE_NAME=''
- PACKAGE_STRING=''
- PACKAGE_TARNAME=''
- PACKAGE_URL=''
- PACKAGE_VERSION=''
- PATH_SEPARATOR=':'
- PKG_CONFIG=''
- PKG_CONFIG_LIBDIR=''
- PKG_CONFIG_PATH='NONE/lib/pkgconfig:'
- RANLIB='ranlib'
- RAZORBACK_CFLAGS=''
- RAZORBACK_LIBS=''
- SED='/bin/sed'
- SET_MAKE=''
- SHELL='/bin/bash'
- SIGNAL_SNORT_DUMP_STATS=''
- SIGNAL_SNORT_READ_ATTR_TBL=''
- SIGNAL_SNORT_RELOAD=''
- SIGNAL_SNORT_ROTATE_STATS=''
- SO_WITH_STATIC_LIB_FALSE='#'
- SO_WITH_STATIC_LIB_TRUE=''
- STRIP='strip'
- VERSION='2.9.6.0'
- WANT_SF_SAAC_FALSE=''
- WANT_SF_SAAC_TRUE='#'
- XCCFLAGS=''
- YACC='bison -y'
- ac_ct_AR='ar'
- ac_ct_CC='gcc'
- ac_ct_DUMPBIN=''
- am__EXEEXT_FALSE=''
- am__EXEEXT_TRUE='#'
- am__fastdepCC_FALSE='#'
- am__fastdepCC_TRUE=''
- am__include='include'
- am__isrc=''
- am__leading_dot='.'
- am__nodep='_no'
- am__quote=''
- am__tar='$${TAR-tar} chof - "$$tardir"'
- am__untar='$${TAR-tar} xf -'
- bindir='${exec_prefix}/bin'
- build='i686-pc-linux-gnu'
- build_alias=''
- build_cpu='i686'
- build_os='linux-gnu'
- build_vendor='pc'
- datadir='${datarootdir}'
- datarootdir='${prefix}/share'
- docdir='${datarootdir}/doc/${PACKAGE}'
- dvidir='${docdir}'
- exec_prefix='${prefix}'
- extra_incl='-I/usr/include/pcap'
- host='i686-pc-linux-gnu'
- host_alias=''
- host_cpu='i686'
- host_os='linux-gnu'
- host_vendor='pc'
- htmldir='${docdir}'
- includedir='${prefix}/include'
- infodir='${datarootdir}/info'
- install_sh='${SHELL} /root/snort-2.9.6.0/install-sh'
- libdir='${exec_prefix}/lib'
- libexecdir='${exec_prefix}/libexec'
- localedir='${datarootdir}/locale'
- localstatedir='${prefix}/var'
- mandir='${datarootdir}/man'
- mkdir_p='$(MKDIR_P)'
- oldincludedir='/usr/include'
- pdfdir='${docdir}'
- prefix='/usr/local'
- program_transform_name='s,x,x,'
- psdir='${docdir}'
- sbindir='${exec_prefix}/sbin'
- sharedstatedir='${prefix}/com'
- sysconfdir='${prefix}/etc'
- target_alias=''
- ## ----------- ##
- ## confdefs.h. ##
- ## ----------- ##
- /* confdefs.h */
- #define PACKAGE_NAME ""
- #define PACKAGE_TARNAME ""
- #define PACKAGE_VERSION ""
- #define PACKAGE_STRING ""
- #define PACKAGE_BUGREPORT ""
- #define PACKAGE_URL ""
- #define PACKAGE "snort"
- #define VERSION "2.9.6.0"
- #define STDC_HEADERS 1
- #define HAVE_SYS_TYPES_H 1
- #define HAVE_SYS_STAT_H 1
- #define HAVE_STDLIB_H 1
- #define HAVE_STRING_H 1
- #define HAVE_MEMORY_H 1
- #define HAVE_STRINGS_H 1
- #define HAVE_INTTYPES_H 1
- #define HAVE_STDINT_H 1
- #define HAVE_UNISTD_H 1
- #define HAVE_DLFCN_H 1
- #define LT_OBJDIR ".libs/"
- #define LINUX 1
- #define HAVE__BOOL 1
- #define HAVE_STDBOOL_H 1
- #define HAVE_INTTYPES_H 1
- #define HAVE_MATH_H 1
- #define HAVE_PATHS_H 1
- #define HAVE_STDLIB_H 1
- #define HAVE_STRING_H 1
- #define HAVE_STRINGS_H 1
- #define HAVE_UNISTD_H 1
- #define HAVE_WCHAR_H 1
- #define HAVE_LIBM 1
- #define HAVE_LIBM 1
- #define HAVE_LIBNSL 1
- #define HAVE_SIGACTION 1
- #define HAVE_STRERROR 1
- #define HAVE_VSWPRINTF 1
- #define HAVE_WPRINTF 1
- #define HAVE_MEMRCHR 1
- #define HAVE_INET_NTOP 1
- #define HAVE_SNPRINTF /**/
- #define HAVE_MALLOC_TRIM 1
- #define HAVE_MALLINFO 1
- #define SIZEOF_CHAR 1
- #define SIZEOF_SHORT 2
- #define SIZEOF_INT 4
- #define SIZEOF_LONG_INT 4
- #define SIZEOF_LONG_LONG_INT 8
- #define SIZEOF_UNSIGNED_INT 4
- #define SIZEOF_UNSIGNED_LONG_INT 4
- #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
- #define HAVE_U_INT8_T 1
- #define HAVE_U_INT16_T 1
- #define HAVE_U_INT32_T 1
- #define HAVE_U_INT64_T 1
- #define HAVE_UINT8_T 1
- #define HAVE_UINT16_T 1
- #define HAVE_UINT32_T 1
- #define HAVE_UINT64_T 1
- #define HAVE_INT8_T 1
- #define HAVE_INT16_T 1
- #define HAVE_INT32_T 1
- #define HAVE_INT64_T 1
- #define ERRLIST_PREDEFINED 1
- #define HAVE___FUNCTION__ 1
- #define HAVE_LIBPCAP 1
- #define HAVE_PCAP_LEX_DESTROY 1
- #define HAVE_PCAP_LIB_VERSION 1
- #define HAVE_PCRE_H 1
- #define HAVE_LIBPCRE 1
- #define HAVE_DNET_H 1
- #define HAVE_LIBDNET 1
- #define HAVE_DAQ_HUP_APPLY 1
- #define HAVE_DAQ_ACQUIRE_WITH_META 1
- #define HAVE_DAQ_ADDRESS_SPACE_ID 1
- #define HAVE_VISIBILITY 1
- #define HAVE_ZLIB_H 1
- #define HAVE_LIBZ 1
- #define HAVE_YYLEX_DESTROY 1
- configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment