Guest User

DPX-1.6 - config.log

a guest
Feb 19th, 2014
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 66.41 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by dpx configure 1.6, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure --with-dpx-includes=/root/snort-2.9.6.0/src/dynamic-examples/include --prefix=/root/dpx-1.6
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = ubuntu-server
  14. uname -m = i686
  15. uname -r = 3.5.0-23-generic
  16. uname -s = Linux
  17. uname -v = #35~precise1-Ubuntu SMP Fri Jan 25 17:15:33 UTC 2013
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /usr/local/sbin
  31. PATH: /usr/local/bin
  32. PATH: /usr/sbin
  33. PATH: /usr/bin
  34. PATH: /sbin
  35. PATH: /bin
  36. PATH: /usr/games
  37.  
  38.  
  39. ## ----------- ##
  40. ## Core tests. ##
  41. ## ----------- ##
  42.  
  43. configure:2495: checking for a BSD-compatible install
  44. configure:2563: result: /usr/bin/install -c
  45. configure:2574: checking whether build environment is sane
  46. configure:2629: result: yes
  47. configure:2780: checking for a thread-safe mkdir -p
  48. configure:2819: result: /bin/mkdir -p
  49. configure:2826: checking for gawk
  50. configure:2856: result: no
  51. configure:2826: checking for mawk
  52. configure:2842: found /usr/bin/mawk
  53. configure:2853: result: mawk
  54. configure:2864: checking whether make sets $(MAKE)
  55. configure:2886: result: yes
  56. configure:2915: checking whether make supports nested variables
  57. configure:2932: result: yes
  58. configure:3069: checking for gcc
  59. configure:3085: found /usr/bin/gcc
  60. configure:3096: result: gcc
  61. configure:3325: checking for C compiler version
  62. configure:3334: gcc --version >&5
  63. gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
  64. Copyright (C) 2011 Free Software Foundation, Inc.
  65. This is free software; see the source for copying conditions. There is NO
  66. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  67.  
  68. configure:3345: $? = 0
  69. configure:3334: gcc -v >&5
  70. Using built-in specs.
  71. COLLECT_GCC=gcc
  72. COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.6/lto-wrapper
  73. Target: i686-linux-gnu
  74. 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
  75. Thread model: posix
  76. gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  77. configure:3345: $? = 0
  78. configure:3334: gcc -V >&5
  79. gcc: error: unrecognized option '-V'
  80. gcc: fatal error: no input files
  81. compilation terminated.
  82. configure:3345: $? = 4
  83. configure:3334: gcc -qversion >&5
  84. gcc: error: unrecognized option '-qversion'
  85. gcc: fatal error: no input files
  86. compilation terminated.
  87. configure:3345: $? = 4
  88. configure:3365: checking whether the C compiler works
  89. configure:3387: gcc conftest.c >&5
  90. configure:3391: $? = 0
  91. configure:3439: result: yes
  92. configure:3442: checking for C compiler default output file name
  93. configure:3444: result: a.out
  94. configure:3450: checking for suffix of executables
  95. configure:3457: gcc -o conftest conftest.c >&5
  96. configure:3461: $? = 0
  97. configure:3483: result:
  98. configure:3505: checking whether we are cross compiling
  99. configure:3513: gcc -o conftest conftest.c >&5
  100. configure:3517: $? = 0
  101. configure:3524: ./conftest
  102. configure:3528: $? = 0
  103. configure:3543: result: no
  104. configure:3548: checking for suffix of object files
  105. configure:3570: gcc -c conftest.c >&5
  106. configure:3574: $? = 0
  107. configure:3595: result: o
  108. configure:3599: checking whether we are using the GNU C compiler
  109. configure:3618: gcc -c conftest.c >&5
  110. configure:3618: $? = 0
  111. configure:3627: result: yes
  112. configure:3636: checking whether gcc accepts -g
  113. configure:3656: gcc -c -g conftest.c >&5
  114. configure:3656: $? = 0
  115. configure:3697: result: yes
  116. configure:3714: checking for gcc option to accept ISO C89
  117. configure:3777: gcc -c -g -O2 conftest.c >&5
  118. configure:3777: $? = 0
  119. configure:3790: result: none needed
  120. configure:3821: checking for style of include used by make
  121. configure:3849: result: GNU
  122. configure:3875: checking dependency style of gcc
  123. configure:3986: result: none
  124. configure:4030: checking build system type
  125. configure:4044: result: i686-pc-linux-gnu
  126. configure:4064: checking host system type
  127. configure:4077: result: i686-pc-linux-gnu
  128. configure:4118: checking how to print strings
  129. configure:4145: result: printf
  130. configure:4166: checking for a sed that does not truncate output
  131. configure:4230: result: /bin/sed
  132. configure:4248: checking for grep that handles long lines and -e
  133. configure:4306: result: /bin/grep
  134. configure:4311: checking for egrep
  135. configure:4373: result: /bin/grep -E
  136. configure:4378: checking for fgrep
  137. configure:4440: result: /bin/grep -F
  138. configure:4475: checking for ld used by gcc
  139. configure:4542: result: /usr/bin/ld
  140. configure:4549: checking if the linker (/usr/bin/ld) is GNU ld
  141. configure:4564: result: yes
  142. configure:4576: checking for BSD- or MS-compatible name lister (nm)
  143. configure:4625: result: /usr/bin/nm -B
  144. configure:4755: checking the name lister (/usr/bin/nm -B) interface
  145. configure:4762: gcc -c -g -O2 conftest.c >&5
  146. configure:4765: /usr/bin/nm -B "conftest.o"
  147. configure:4768: output
  148. 00000000 B some_variable
  149. configure:4775: result: BSD nm
  150. configure:4778: checking whether ln -s works
  151. configure:4782: result: yes
  152. configure:4790: checking the maximum length of command line arguments
  153. configure:4920: result: 1572864
  154. configure:4937: checking whether the shell understands some XSI constructs
  155. configure:4947: result: yes
  156. configure:4951: checking whether the shell understands "+="
  157. configure:4957: result: yes
  158. configure:4992: checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format
  159. configure:5032: result: func_convert_file_noop
  160. configure:5039: checking how to convert i686-pc-linux-gnu file names to toolchain format
  161. configure:5059: result: func_convert_file_noop
  162. configure:5066: checking for /usr/bin/ld option to reload object files
  163. configure:5073: result: -r
  164. configure:5147: checking for objdump
  165. configure:5163: found /usr/bin/objdump
  166. configure:5174: result: objdump
  167. configure:5206: checking how to recognize dependent libraries
  168. configure:5408: result: pass_all
  169. configure:5493: checking for dlltool
  170. configure:5523: result: no
  171. configure:5553: checking how to associate runtime and link libraries
  172. configure:5580: result: printf %s\n
  173. configure:5641: checking for ar
  174. configure:5657: found /usr/bin/ar
  175. configure:5668: result: ar
  176. configure:5705: checking for archiver @FILE support
  177. configure:5722: gcc -c -g -O2 conftest.c >&5
  178. configure:5722: $? = 0
  179. configure:5725: ar cru libconftest.a @conftest.lst >&5
  180. configure:5728: $? = 0
  181. configure:5733: ar cru libconftest.a @conftest.lst >&5
  182. ar: conftest.o: No such file or directory
  183. configure:5736: $? = 1
  184. configure:5748: result: @
  185. configure:5806: checking for strip
  186. configure:5822: found /usr/bin/strip
  187. configure:5833: result: strip
  188. configure:5905: checking for ranlib
  189. configure:5921: found /usr/bin/ranlib
  190. configure:5932: result: ranlib
  191. configure:6034: checking command to parse /usr/bin/nm -B output from gcc object
  192. configure:6154: gcc -c -g -O2 conftest.c >&5
  193. configure:6157: $? = 0
  194. configure:6161: /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
  195. configure:6164: $? = 0
  196. configure:6230: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
  197. configure:6233: $? = 0
  198. configure:6271: result: ok
  199. configure:6308: checking for sysroot
  200. configure:6338: result: no
  201. configure:6594: checking for mt
  202. configure:6610: found /bin/mt
  203. configure:6621: result: mt
  204. configure:6644: checking if mt is a manifest tool
  205. configure:6650: mt '-?'
  206. configure:6658: result: no
  207. configure:7300: checking how to run the C preprocessor
  208. configure:7331: gcc -E conftest.c
  209. configure:7331: $? = 0
  210. configure:7345: gcc -E conftest.c
  211. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  212. compilation terminated.
  213. configure:7345: $? = 1
  214. configure: failed program was:
  215. | /* confdefs.h */
  216. | #define PACKAGE_NAME "dpx"
  217. | #define PACKAGE_TARNAME "dpx"
  218. | #define PACKAGE_VERSION "1.6"
  219. | #define PACKAGE_STRING "dpx 1.6"
  220. | #define PACKAGE_BUGREPORT "[email protected]"
  221. | #define PACKAGE_URL ""
  222. | #define PACKAGE "dpx"
  223. | #define VERSION "1.6"
  224. | /* end confdefs.h. */
  225. | #include <ac_nonexistent.h>
  226. configure:7370: result: gcc -E
  227. configure:7390: gcc -E conftest.c
  228. configure:7390: $? = 0
  229. configure:7404: gcc -E conftest.c
  230. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  231. compilation terminated.
  232. configure:7404: $? = 1
  233. configure: failed program was:
  234. | /* confdefs.h */
  235. | #define PACKAGE_NAME "dpx"
  236. | #define PACKAGE_TARNAME "dpx"
  237. | #define PACKAGE_VERSION "1.6"
  238. | #define PACKAGE_STRING "dpx 1.6"
  239. | #define PACKAGE_BUGREPORT "[email protected]"
  240. | #define PACKAGE_URL ""
  241. | #define PACKAGE "dpx"
  242. | #define VERSION "1.6"
  243. | /* end confdefs.h. */
  244. | #include <ac_nonexistent.h>
  245. configure:7433: checking for ANSI C header files
  246. configure:7453: gcc -c -g -O2 conftest.c >&5
  247. configure:7453: $? = 0
  248. configure:7526: gcc -o conftest -g -O2 conftest.c >&5
  249. configure:7526: $? = 0
  250. configure:7526: ./conftest
  251. configure:7526: $? = 0
  252. configure:7537: result: yes
  253. configure:7550: checking for sys/types.h
  254. configure:7550: gcc -c -g -O2 conftest.c >&5
  255. configure:7550: $? = 0
  256. configure:7550: result: yes
  257. configure:7550: checking for sys/stat.h
  258. configure:7550: gcc -c -g -O2 conftest.c >&5
  259. configure:7550: $? = 0
  260. configure:7550: result: yes
  261. configure:7550: checking for stdlib.h
  262. configure:7550: gcc -c -g -O2 conftest.c >&5
  263. configure:7550: $? = 0
  264. configure:7550: result: yes
  265. configure:7550: checking for string.h
  266. configure:7550: gcc -c -g -O2 conftest.c >&5
  267. configure:7550: $? = 0
  268. configure:7550: result: yes
  269. configure:7550: checking for memory.h
  270. configure:7550: gcc -c -g -O2 conftest.c >&5
  271. configure:7550: $? = 0
  272. configure:7550: result: yes
  273. configure:7550: checking for strings.h
  274. configure:7550: gcc -c -g -O2 conftest.c >&5
  275. configure:7550: $? = 0
  276. configure:7550: result: yes
  277. configure:7550: checking for inttypes.h
  278. configure:7550: gcc -c -g -O2 conftest.c >&5
  279. configure:7550: $? = 0
  280. configure:7550: result: yes
  281. configure:7550: checking for stdint.h
  282. configure:7550: gcc -c -g -O2 conftest.c >&5
  283. configure:7550: $? = 0
  284. configure:7550: result: yes
  285. configure:7550: checking for unistd.h
  286. configure:7550: gcc -c -g -O2 conftest.c >&5
  287. configure:7550: $? = 0
  288. configure:7550: result: yes
  289. configure:7564: checking for dlfcn.h
  290. configure:7564: gcc -c -g -O2 conftest.c >&5
  291. configure:7564: $? = 0
  292. configure:7564: result: yes
  293. configure:7770: checking for objdir
  294. configure:7785: result: .libs
  295. configure:8056: checking if gcc supports -fno-rtti -fno-exceptions
  296. configure:8074: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  297. cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
  298. configure:8078: $? = 0
  299. configure:8091: result: no
  300. configure:8418: checking for gcc option to produce PIC
  301. configure:8425: result: -fPIC -DPIC
  302. configure:8433: checking if gcc PIC flag -fPIC -DPIC works
  303. configure:8451: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
  304. configure:8455: $? = 0
  305. configure:8468: result: yes
  306. configure:8497: checking if gcc static flag -static works
  307. configure:8525: result: yes
  308. configure:8540: checking if gcc supports -c -o file.o
  309. configure:8561: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
  310. configure:8565: $? = 0
  311. configure:8587: result: yes
  312. configure:8595: checking if gcc supports -c -o file.o
  313. configure:8642: result: yes
  314. configure:8675: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
  315. configure:9828: result: yes
  316. configure:9865: checking whether -lc should be explicitly linked in
  317. configure:9873: gcc -c -g -O2 conftest.c >&5
  318. configure:9876: $? = 0
  319. configure:9891: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
  320. configure:9894: $? = 0
  321. configure:9908: result: no
  322. configure:10068: checking dynamic linker characteristics
  323. configure:10579: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
  324. configure:10579: $? = 0
  325. configure:10805: result: GNU/Linux ld.so
  326. configure:10912: checking how to hardcode library paths into programs
  327. configure:10937: result: immediate
  328. configure:11477: checking whether stripping libraries is possible
  329. configure:11482: result: yes
  330. configure:11517: checking if libtool supports shared libraries
  331. configure:11519: result: yes
  332. configure:11522: checking whether to build shared libraries
  333. configure:11543: result: yes
  334. configure:11546: checking whether to build static libraries
  335. configure:11550: result: yes
  336. configure:11601: checking for visibility support
  337. configure:11626: gcc -c -Werror -fvisibility=hidden conftest.c >&5
  338. configure:11626: $? = 0
  339. configure:11635: result: yes
  340. configure:11679: checking for inttypes.h
  341. configure:11679: result: yes
  342. configure:11679: checking for memory.h
  343. configure:11679: result: yes
  344. configure:11679: checking netdb.h usability
  345. configure:11679: gcc -c -fvisibility=hidden -I/root/snort-2.9.6.0/src/dynamic-examples/include conftest.c >&5
  346. configure:11679: $? = 0
  347. configure:11679: result: yes
  348. configure:11679: checking netdb.h presence
  349. configure:11679: gcc -E -I/root/snort-2.9.6.0/src/dynamic-examples/include conftest.c
  350. configure:11679: $? = 0
  351. configure:11679: result: yes
  352. configure:11679: checking for netdb.h
  353. configure:11679: result: yes
  354. configure:11679: checking netinet/in.h usability
  355. configure:11679: gcc -c -fvisibility=hidden -I/root/snort-2.9.6.0/src/dynamic-examples/include conftest.c >&5
  356. configure:11679: $? = 0
  357. configure:11679: result: yes
  358. configure:11679: checking netinet/in.h presence
  359. configure:11679: gcc -E -I/root/snort-2.9.6.0/src/dynamic-examples/include conftest.c
  360. configure:11679: $? = 0
  361. configure:11679: result: yes
  362. configure:11679: checking for netinet/in.h
  363. configure:11679: result: yes
  364. configure:11679: checking for stdint.h
  365. configure:11679: result: yes
  366. configure:11679: checking for stdlib.h
  367. configure:11679: result: yes
  368. configure:11679: checking for string.h
  369. configure:11679: result: yes
  370. configure:11679: checking sys/ioctl.h usability
  371. configure:11679: gcc -c -fvisibility=hidden -I/root/snort-2.9.6.0/src/dynamic-examples/include conftest.c >&5
  372. configure:11679: $? = 0
  373. configure:11679: result: yes
  374. configure:11679: checking sys/ioctl.h presence
  375. configure:11679: gcc -E -I/root/snort-2.9.6.0/src/dynamic-examples/include conftest.c
  376. configure:11679: $? = 0
  377. configure:11679: result: yes
  378. configure:11679: checking for sys/ioctl.h
  379. configure:11679: result: yes
  380. configure:11679: checking sys/param.h usability
  381. configure:11679: gcc -c -fvisibility=hidden -I/root/snort-2.9.6.0/src/dynamic-examples/include conftest.c >&5
  382. configure:11679: $? = 0
  383. configure:11679: result: yes
  384. configure:11679: checking sys/param.h presence
  385. configure:11679: gcc -E -I/root/snort-2.9.6.0/src/dynamic-examples/include conftest.c
  386. configure:11679: $? = 0
  387. configure:11679: result: yes
  388. configure:11679: checking for sys/param.h
  389. configure:11679: result: yes
  390. configure:11679: checking sys/socket.h usability
  391. configure:11679: gcc -c -fvisibility=hidden -I/root/snort-2.9.6.0/src/dynamic-examples/include conftest.c >&5
  392. configure:11679: $? = 0
  393. configure:11679: result: yes
  394. configure:11679: checking sys/socket.h presence
  395. configure:11679: gcc -E -I/root/snort-2.9.6.0/src/dynamic-examples/include conftest.c
  396. configure:11679: $? = 0
  397. configure:11679: result: yes
  398. configure:11679: checking for sys/socket.h
  399. configure:11679: result: yes
  400. configure:11679: checking sys/time.h usability
  401. configure:11679: gcc -c -fvisibility=hidden -I/root/snort-2.9.6.0/src/dynamic-examples/include conftest.c >&5
  402. configure:11679: $? = 0
  403. configure:11679: result: yes
  404. configure:11679: checking sys/time.h presence
  405. configure:11679: gcc -E -I/root/snort-2.9.6.0/src/dynamic-examples/include conftest.c
  406. configure:11679: $? = 0
  407. configure:11679: result: yes
  408. configure:11679: checking for sys/time.h
  409. configure:11679: result: yes
  410. configure:11679: checking for unistd.h
  411. configure:11679: result: yes
  412. configure:11695: checking size of char
  413. configure:11700: gcc -o conftest -fvisibility=hidden -I/root/snort-2.9.6.0/src/dynamic-examples/include conftest.c >&5
  414. configure:11700: $? = 0
  415. configure:11700: ./conftest
  416. configure:11700: $? = 0
  417. configure:11714: result: 1
  418. configure:11728: checking size of short
  419. configure:11733: gcc -o conftest -fvisibility=hidden -I/root/snort-2.9.6.0/src/dynamic-examples/include conftest.c >&5
  420. configure:11733: $? = 0
  421. configure:11733: ./conftest
  422. configure:11733: $? = 0
  423. configure:11747: result: 2
  424. configure:11761: checking size of int
  425. configure:11766: gcc -o conftest -fvisibility=hidden -I/root/snort-2.9.6.0/src/dynamic-examples/include conftest.c >&5
  426. configure:11766: $? = 0
  427. configure:11766: ./conftest
  428. configure:11766: $? = 0
  429. configure:11780: result: 4
  430. configure:11794: checking size of long int
  431. configure:11799: gcc -o conftest -fvisibility=hidden -I/root/snort-2.9.6.0/src/dynamic-examples/include conftest.c >&5
  432. configure:11799: $? = 0
  433. configure:11799: ./conftest
  434. configure:11799: $? = 0
  435. configure:11813: result: 4
  436. configure:11827: checking size of long long int
  437. configure:11832: gcc -o conftest -fvisibility=hidden -I/root/snort-2.9.6.0/src/dynamic-examples/include conftest.c >&5
  438. configure:11832: $? = 0
  439. configure:11832: ./conftest
  440. configure:11832: $? = 0
  441. configure:11846: result: 8
  442. configure:11860: checking size of unsigned int
  443. configure:11865: gcc -o conftest -fvisibility=hidden -I/root/snort-2.9.6.0/src/dynamic-examples/include conftest.c >&5
  444. configure:11865: $? = 0
  445. configure:11865: ./conftest
  446. configure:11865: $? = 0
  447. configure:11879: result: 4
  448. configure:11893: checking size of unsigned long int
  449. configure:11898: gcc -o conftest -fvisibility=hidden -I/root/snort-2.9.6.0/src/dynamic-examples/include conftest.c >&5
  450. configure:11898: $? = 0
  451. configure:11898: ./conftest
  452. configure:11898: $? = 0
  453. configure:11912: result: 4
  454. configure:11926: checking size of unsigned long long int
  455. configure:11931: gcc -o conftest -fvisibility=hidden -I/root/snort-2.9.6.0/src/dynamic-examples/include conftest.c >&5
  456. configure:11931: $? = 0
  457. configure:11931: ./conftest
  458. configure:11931: $? = 0
  459. configure:11945: result: 8
  460. configure:11957: checking for u_int8_t
  461. configure:11957: gcc -c -fvisibility=hidden -I/root/snort-2.9.6.0/src/dynamic-examples/include conftest.c >&5
  462. configure:11957: $? = 0
  463. configure:11957: gcc -c -fvisibility=hidden -I/root/snort-2.9.6.0/src/dynamic-examples/include conftest.c >&5
  464. conftest.c: In function 'main':
  465. conftest.c:80:23: error: expected expression before ')' token
  466. configure:11957: $? = 1
  467. configure: failed program was:
  468. | /* confdefs.h */
  469. | #define PACKAGE_NAME "dpx"
  470. | #define PACKAGE_TARNAME "dpx"
  471. | #define PACKAGE_VERSION "1.6"
  472. | #define PACKAGE_STRING "dpx 1.6"
  473. | #define PACKAGE_BUGREPORT "[email protected]"
  474. | #define PACKAGE_URL ""
  475. | #define PACKAGE "dpx"
  476. | #define VERSION "1.6"
  477. | #define STDC_HEADERS 1
  478. | #define HAVE_SYS_TYPES_H 1
  479. | #define HAVE_SYS_STAT_H 1
  480. | #define HAVE_STDLIB_H 1
  481. | #define HAVE_STRING_H 1
  482. | #define HAVE_MEMORY_H 1
  483. | #define HAVE_STRINGS_H 1
  484. | #define HAVE_INTTYPES_H 1
  485. | #define HAVE_STDINT_H 1
  486. | #define HAVE_UNISTD_H 1
  487. | #define HAVE_DLFCN_H 1
  488. | #define LT_OBJDIR ".libs/"
  489. | #define HAVE_VISIBILITY 1
  490. | #define HAVE_INTTYPES_H 1
  491. | #define HAVE_MEMORY_H 1
  492. | #define HAVE_NETDB_H 1
  493. | #define HAVE_NETINET_IN_H 1
  494. | #define HAVE_STDINT_H 1
  495. | #define HAVE_STDLIB_H 1
  496. | #define HAVE_STRING_H 1
  497. | #define HAVE_SYS_IOCTL_H 1
  498. | #define HAVE_SYS_PARAM_H 1
  499. | #define HAVE_SYS_SOCKET_H 1
  500. | #define HAVE_SYS_TIME_H 1
  501. | #define HAVE_UNISTD_H 1
  502. | #define SIZEOF_CHAR 1
  503. | #define SIZEOF_SHORT 2
  504. | #define SIZEOF_INT 4
  505. | #define SIZEOF_LONG_INT 4
  506. | #define SIZEOF_LONG_LONG_INT 8
  507. | #define SIZEOF_UNSIGNED_INT 4
  508. | #define SIZEOF_UNSIGNED_LONG_INT 4
  509. | #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
  510. | /* end confdefs.h. */
  511. | #include <stdio.h>
  512. | #ifdef HAVE_SYS_TYPES_H
  513. | # include <sys/types.h>
  514. | #endif
  515. | #ifdef HAVE_SYS_STAT_H
  516. | # include <sys/stat.h>
  517. | #endif
  518. | #ifdef STDC_HEADERS
  519. | # include <stdlib.h>
  520. | # include <stddef.h>
  521. | #else
  522. | # ifdef HAVE_STDLIB_H
  523. | # include <stdlib.h>
  524. | # endif
  525. | #endif
  526. | #ifdef HAVE_STRING_H
  527. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  528. | # include <memory.h>
  529. | # endif
  530. | # include <string.h>
  531. | #endif
  532. | #ifdef HAVE_STRINGS_H
  533. | # include <strings.h>
  534. | #endif
  535. | #ifdef HAVE_INTTYPES_H
  536. | # include <inttypes.h>
  537. | #endif
  538. | #ifdef HAVE_STDINT_H
  539. | # include <stdint.h>
  540. | #endif
  541. | #ifdef HAVE_UNISTD_H
  542. | # include <unistd.h>
  543. | #endif
  544. | int
  545. | main ()
  546. | {
  547. | if (sizeof ((u_int8_t)))
  548. | return 0;
  549. | ;
  550. | return 0;
  551. | }
  552. configure:11957: result: yes
  553. configure:11966: checking for u_int16_t
  554. configure:11966: gcc -c -fvisibility=hidden -I/root/snort-2.9.6.0/src/dynamic-examples/include conftest.c >&5
  555. configure:11966: $? = 0
  556. configure:11966: gcc -c -fvisibility=hidden -I/root/snort-2.9.6.0/src/dynamic-examples/include conftest.c >&5
  557. conftest.c: In function 'main':
  558. conftest.c:81:24: error: expected expression before ')' token
  559. configure:11966: $? = 1
  560. configure: failed program was:
  561. | /* confdefs.h */
  562. | #define PACKAGE_NAME "dpx"
  563. | #define PACKAGE_TARNAME "dpx"
  564. | #define PACKAGE_VERSION "1.6"
  565. | #define PACKAGE_STRING "dpx 1.6"
  566. | #define PACKAGE_BUGREPORT "[email protected]"
  567. | #define PACKAGE_URL ""
  568. | #define PACKAGE "dpx"
  569. | #define VERSION "1.6"
  570. | #define STDC_HEADERS 1
  571. | #define HAVE_SYS_TYPES_H 1
  572. | #define HAVE_SYS_STAT_H 1
  573. | #define HAVE_STDLIB_H 1
  574. | #define HAVE_STRING_H 1
  575. | #define HAVE_MEMORY_H 1
  576. | #define HAVE_STRINGS_H 1
  577. | #define HAVE_INTTYPES_H 1
  578. | #define HAVE_STDINT_H 1
  579. | #define HAVE_UNISTD_H 1
  580. | #define HAVE_DLFCN_H 1
  581. | #define LT_OBJDIR ".libs/"
  582. | #define HAVE_VISIBILITY 1
  583. | #define HAVE_INTTYPES_H 1
  584. | #define HAVE_MEMORY_H 1
  585. | #define HAVE_NETDB_H 1
  586. | #define HAVE_NETINET_IN_H 1
  587. | #define HAVE_STDINT_H 1
  588. | #define HAVE_STDLIB_H 1
  589. | #define HAVE_STRING_H 1
  590. | #define HAVE_SYS_IOCTL_H 1
  591. | #define HAVE_SYS_PARAM_H 1
  592. | #define HAVE_SYS_SOCKET_H 1
  593. | #define HAVE_SYS_TIME_H 1
  594. | #define HAVE_UNISTD_H 1
  595. | #define SIZEOF_CHAR 1
  596. | #define SIZEOF_SHORT 2
  597. | #define SIZEOF_INT 4
  598. | #define SIZEOF_LONG_INT 4
  599. | #define SIZEOF_LONG_LONG_INT 8
  600. | #define SIZEOF_UNSIGNED_INT 4
  601. | #define SIZEOF_UNSIGNED_LONG_INT 4
  602. | #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
  603. | #define HAVE_U_INT8_T 1
  604. | /* end confdefs.h. */
  605. | #include <stdio.h>
  606. | #ifdef HAVE_SYS_TYPES_H
  607. | # include <sys/types.h>
  608. | #endif
  609. | #ifdef HAVE_SYS_STAT_H
  610. | # include <sys/stat.h>
  611. | #endif
  612. | #ifdef STDC_HEADERS
  613. | # include <stdlib.h>
  614. | # include <stddef.h>
  615. | #else
  616. | # ifdef HAVE_STDLIB_H
  617. | # include <stdlib.h>
  618. | # endif
  619. | #endif
  620. | #ifdef HAVE_STRING_H
  621. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  622. | # include <memory.h>
  623. | # endif
  624. | # include <string.h>
  625. | #endif
  626. | #ifdef HAVE_STRINGS_H
  627. | # include <strings.h>
  628. | #endif
  629. | #ifdef HAVE_INTTYPES_H
  630. | # include <inttypes.h>
  631. | #endif
  632. | #ifdef HAVE_STDINT_H
  633. | # include <stdint.h>
  634. | #endif
  635. | #ifdef HAVE_UNISTD_H
  636. | # include <unistd.h>
  637. | #endif
  638. | int
  639. | main ()
  640. | {
  641. | if (sizeof ((u_int16_t)))
  642. | return 0;
  643. | ;
  644. | return 0;
  645. | }
  646. configure:11966: result: yes
  647. configure:11975: checking for u_int32_t
  648. configure:11975: gcc -c -fvisibility=hidden -I/root/snort-2.9.6.0/src/dynamic-examples/include conftest.c >&5
  649. configure:11975: $? = 0
  650. configure:11975: gcc -c -fvisibility=hidden -I/root/snort-2.9.6.0/src/dynamic-examples/include conftest.c >&5
  651. conftest.c: In function 'main':
  652. conftest.c:82:24: error: expected expression before ')' token
  653. configure:11975: $? = 1
  654. configure: failed program was:
  655. | /* confdefs.h */
  656. | #define PACKAGE_NAME "dpx"
  657. | #define PACKAGE_TARNAME "dpx"
  658. | #define PACKAGE_VERSION "1.6"
  659. | #define PACKAGE_STRING "dpx 1.6"
  660. | #define PACKAGE_BUGREPORT "[email protected]"
  661. | #define PACKAGE_URL ""
  662. | #define PACKAGE "dpx"
  663. | #define VERSION "1.6"
  664. | #define STDC_HEADERS 1
  665. | #define HAVE_SYS_TYPES_H 1
  666. | #define HAVE_SYS_STAT_H 1
  667. | #define HAVE_STDLIB_H 1
  668. | #define HAVE_STRING_H 1
  669. | #define HAVE_MEMORY_H 1
  670. | #define HAVE_STRINGS_H 1
  671. | #define HAVE_INTTYPES_H 1
  672. | #define HAVE_STDINT_H 1
  673. | #define HAVE_UNISTD_H 1
  674. | #define HAVE_DLFCN_H 1
  675. | #define LT_OBJDIR ".libs/"
  676. | #define HAVE_VISIBILITY 1
  677. | #define HAVE_INTTYPES_H 1
  678. | #define HAVE_MEMORY_H 1
  679. | #define HAVE_NETDB_H 1
  680. | #define HAVE_NETINET_IN_H 1
  681. | #define HAVE_STDINT_H 1
  682. | #define HAVE_STDLIB_H 1
  683. | #define HAVE_STRING_H 1
  684. | #define HAVE_SYS_IOCTL_H 1
  685. | #define HAVE_SYS_PARAM_H 1
  686. | #define HAVE_SYS_SOCKET_H 1
  687. | #define HAVE_SYS_TIME_H 1
  688. | #define HAVE_UNISTD_H 1
  689. | #define SIZEOF_CHAR 1
  690. | #define SIZEOF_SHORT 2
  691. | #define SIZEOF_INT 4
  692. | #define SIZEOF_LONG_INT 4
  693. | #define SIZEOF_LONG_LONG_INT 8
  694. | #define SIZEOF_UNSIGNED_INT 4
  695. | #define SIZEOF_UNSIGNED_LONG_INT 4
  696. | #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
  697. | #define HAVE_U_INT8_T 1
  698. | #define HAVE_U_INT16_T 1
  699. | /* end confdefs.h. */
  700. | #include <stdio.h>
  701. | #ifdef HAVE_SYS_TYPES_H
  702. | # include <sys/types.h>
  703. | #endif
  704. | #ifdef HAVE_SYS_STAT_H
  705. | # include <sys/stat.h>
  706. | #endif
  707. | #ifdef STDC_HEADERS
  708. | # include <stdlib.h>
  709. | # include <stddef.h>
  710. | #else
  711. | # ifdef HAVE_STDLIB_H
  712. | # include <stdlib.h>
  713. | # endif
  714. | #endif
  715. | #ifdef HAVE_STRING_H
  716. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  717. | # include <memory.h>
  718. | # endif
  719. | # include <string.h>
  720. | #endif
  721. | #ifdef HAVE_STRINGS_H
  722. | # include <strings.h>
  723. | #endif
  724. | #ifdef HAVE_INTTYPES_H
  725. | # include <inttypes.h>
  726. | #endif
  727. | #ifdef HAVE_STDINT_H
  728. | # include <stdint.h>
  729. | #endif
  730. | #ifdef HAVE_UNISTD_H
  731. | # include <unistd.h>
  732. | #endif
  733. | int
  734. | main ()
  735. | {
  736. | if (sizeof ((u_int32_t)))
  737. | return 0;
  738. | ;
  739. | return 0;
  740. | }
  741. configure:11975: result: yes
  742. configure:11984: checking for u_int64_t
  743. configure:11984: gcc -c -fvisibility=hidden -I/root/snort-2.9.6.0/src/dynamic-examples/include conftest.c >&5
  744. configure:11984: $? = 0
  745. configure:11984: gcc -c -fvisibility=hidden -I/root/snort-2.9.6.0/src/dynamic-examples/include conftest.c >&5
  746. conftest.c: In function 'main':
  747. conftest.c:83:24: error: expected expression before ')' token
  748. configure:11984: $? = 1
  749. configure: failed program was:
  750. | /* confdefs.h */
  751. | #define PACKAGE_NAME "dpx"
  752. | #define PACKAGE_TARNAME "dpx"
  753. | #define PACKAGE_VERSION "1.6"
  754. | #define PACKAGE_STRING "dpx 1.6"
  755. | #define PACKAGE_BUGREPORT "[email protected]"
  756. | #define PACKAGE_URL ""
  757. | #define PACKAGE "dpx"
  758. | #define VERSION "1.6"
  759. | #define STDC_HEADERS 1
  760. | #define HAVE_SYS_TYPES_H 1
  761. | #define HAVE_SYS_STAT_H 1
  762. | #define HAVE_STDLIB_H 1
  763. | #define HAVE_STRING_H 1
  764. | #define HAVE_MEMORY_H 1
  765. | #define HAVE_STRINGS_H 1
  766. | #define HAVE_INTTYPES_H 1
  767. | #define HAVE_STDINT_H 1
  768. | #define HAVE_UNISTD_H 1
  769. | #define HAVE_DLFCN_H 1
  770. | #define LT_OBJDIR ".libs/"
  771. | #define HAVE_VISIBILITY 1
  772. | #define HAVE_INTTYPES_H 1
  773. | #define HAVE_MEMORY_H 1
  774. | #define HAVE_NETDB_H 1
  775. | #define HAVE_NETINET_IN_H 1
  776. | #define HAVE_STDINT_H 1
  777. | #define HAVE_STDLIB_H 1
  778. | #define HAVE_STRING_H 1
  779. | #define HAVE_SYS_IOCTL_H 1
  780. | #define HAVE_SYS_PARAM_H 1
  781. | #define HAVE_SYS_SOCKET_H 1
  782. | #define HAVE_SYS_TIME_H 1
  783. | #define HAVE_UNISTD_H 1
  784. | #define SIZEOF_CHAR 1
  785. | #define SIZEOF_SHORT 2
  786. | #define SIZEOF_INT 4
  787. | #define SIZEOF_LONG_INT 4
  788. | #define SIZEOF_LONG_LONG_INT 8
  789. | #define SIZEOF_UNSIGNED_INT 4
  790. | #define SIZEOF_UNSIGNED_LONG_INT 4
  791. | #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
  792. | #define HAVE_U_INT8_T 1
  793. | #define HAVE_U_INT16_T 1
  794. | #define HAVE_U_INT32_T 1
  795. | /* end confdefs.h. */
  796. | #include <stdio.h>
  797. | #ifdef HAVE_SYS_TYPES_H
  798. | # include <sys/types.h>
  799. | #endif
  800. | #ifdef HAVE_SYS_STAT_H
  801. | # include <sys/stat.h>
  802. | #endif
  803. | #ifdef STDC_HEADERS
  804. | # include <stdlib.h>
  805. | # include <stddef.h>
  806. | #else
  807. | # ifdef HAVE_STDLIB_H
  808. | # include <stdlib.h>
  809. | # endif
  810. | #endif
  811. | #ifdef HAVE_STRING_H
  812. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  813. | # include <memory.h>
  814. | # endif
  815. | # include <string.h>
  816. | #endif
  817. | #ifdef HAVE_STRINGS_H
  818. | # include <strings.h>
  819. | #endif
  820. | #ifdef HAVE_INTTYPES_H
  821. | # include <inttypes.h>
  822. | #endif
  823. | #ifdef HAVE_STDINT_H
  824. | # include <stdint.h>
  825. | #endif
  826. | #ifdef HAVE_UNISTD_H
  827. | # include <unistd.h>
  828. | #endif
  829. | int
  830. | main ()
  831. | {
  832. | if (sizeof ((u_int64_t)))
  833. | return 0;
  834. | ;
  835. | return 0;
  836. | }
  837. configure:11984: result: yes
  838. configure:11994: checking for uint8_t
  839. configure:11994: gcc -c -fvisibility=hidden -I/root/snort-2.9.6.0/src/dynamic-examples/include conftest.c >&5
  840. configure:11994: $? = 0
  841. configure:11994: gcc -c -fvisibility=hidden -I/root/snort-2.9.6.0/src/dynamic-examples/include conftest.c >&5
  842. conftest.c: In function 'main':
  843. conftest.c:84:22: error: expected expression before ')' token
  844. configure:11994: $? = 1
  845. configure: failed program was:
  846. | /* confdefs.h */
  847. | #define PACKAGE_NAME "dpx"
  848. | #define PACKAGE_TARNAME "dpx"
  849. | #define PACKAGE_VERSION "1.6"
  850. | #define PACKAGE_STRING "dpx 1.6"
  851. | #define PACKAGE_BUGREPORT "[email protected]"
  852. | #define PACKAGE_URL ""
  853. | #define PACKAGE "dpx"
  854. | #define VERSION "1.6"
  855. | #define STDC_HEADERS 1
  856. | #define HAVE_SYS_TYPES_H 1
  857. | #define HAVE_SYS_STAT_H 1
  858. | #define HAVE_STDLIB_H 1
  859. | #define HAVE_STRING_H 1
  860. | #define HAVE_MEMORY_H 1
  861. | #define HAVE_STRINGS_H 1
  862. | #define HAVE_INTTYPES_H 1
  863. | #define HAVE_STDINT_H 1
  864. | #define HAVE_UNISTD_H 1
  865. | #define HAVE_DLFCN_H 1
  866. | #define LT_OBJDIR ".libs/"
  867. | #define HAVE_VISIBILITY 1
  868. | #define HAVE_INTTYPES_H 1
  869. | #define HAVE_MEMORY_H 1
  870. | #define HAVE_NETDB_H 1
  871. | #define HAVE_NETINET_IN_H 1
  872. | #define HAVE_STDINT_H 1
  873. | #define HAVE_STDLIB_H 1
  874. | #define HAVE_STRING_H 1
  875. | #define HAVE_SYS_IOCTL_H 1
  876. | #define HAVE_SYS_PARAM_H 1
  877. | #define HAVE_SYS_SOCKET_H 1
  878. | #define HAVE_SYS_TIME_H 1
  879. | #define HAVE_UNISTD_H 1
  880. | #define SIZEOF_CHAR 1
  881. | #define SIZEOF_SHORT 2
  882. | #define SIZEOF_INT 4
  883. | #define SIZEOF_LONG_INT 4
  884. | #define SIZEOF_LONG_LONG_INT 8
  885. | #define SIZEOF_UNSIGNED_INT 4
  886. | #define SIZEOF_UNSIGNED_LONG_INT 4
  887. | #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
  888. | #define HAVE_U_INT8_T 1
  889. | #define HAVE_U_INT16_T 1
  890. | #define HAVE_U_INT32_T 1
  891. | #define HAVE_U_INT64_T 1
  892. | /* end confdefs.h. */
  893. | #include <stdio.h>
  894. | #ifdef HAVE_SYS_TYPES_H
  895. | # include <sys/types.h>
  896. | #endif
  897. | #ifdef HAVE_SYS_STAT_H
  898. | # include <sys/stat.h>
  899. | #endif
  900. | #ifdef STDC_HEADERS
  901. | # include <stdlib.h>
  902. | # include <stddef.h>
  903. | #else
  904. | # ifdef HAVE_STDLIB_H
  905. | # include <stdlib.h>
  906. | # endif
  907. | #endif
  908. | #ifdef HAVE_STRING_H
  909. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  910. | # include <memory.h>
  911. | # endif
  912. | # include <string.h>
  913. | #endif
  914. | #ifdef HAVE_STRINGS_H
  915. | # include <strings.h>
  916. | #endif
  917. | #ifdef HAVE_INTTYPES_H
  918. | # include <inttypes.h>
  919. | #endif
  920. | #ifdef HAVE_STDINT_H
  921. | # include <stdint.h>
  922. | #endif
  923. | #ifdef HAVE_UNISTD_H
  924. | # include <unistd.h>
  925. | #endif
  926. | int
  927. | main ()
  928. | {
  929. | if (sizeof ((uint8_t)))
  930. | return 0;
  931. | ;
  932. | return 0;
  933. | }
  934. configure:11994: result: yes
  935. configure:12003: checking for uint16_t
  936. configure:12003: gcc -c -fvisibility=hidden -I/root/snort-2.9.6.0/src/dynamic-examples/include conftest.c >&5
  937. configure:12003: $? = 0
  938. configure:12003: gcc -c -fvisibility=hidden -I/root/snort-2.9.6.0/src/dynamic-examples/include conftest.c >&5
  939. conftest.c: In function 'main':
  940. conftest.c:85:23: error: expected expression before ')' token
  941. configure:12003: $? = 1
  942. configure: failed program was:
  943. | /* confdefs.h */
  944. | #define PACKAGE_NAME "dpx"
  945. | #define PACKAGE_TARNAME "dpx"
  946. | #define PACKAGE_VERSION "1.6"
  947. | #define PACKAGE_STRING "dpx 1.6"
  948. | #define PACKAGE_BUGREPORT "[email protected]"
  949. | #define PACKAGE_URL ""
  950. | #define PACKAGE "dpx"
  951. | #define VERSION "1.6"
  952. | #define STDC_HEADERS 1
  953. | #define HAVE_SYS_TYPES_H 1
  954. | #define HAVE_SYS_STAT_H 1
  955. | #define HAVE_STDLIB_H 1
  956. | #define HAVE_STRING_H 1
  957. | #define HAVE_MEMORY_H 1
  958. | #define HAVE_STRINGS_H 1
  959. | #define HAVE_INTTYPES_H 1
  960. | #define HAVE_STDINT_H 1
  961. | #define HAVE_UNISTD_H 1
  962. | #define HAVE_DLFCN_H 1
  963. | #define LT_OBJDIR ".libs/"
  964. | #define HAVE_VISIBILITY 1
  965. | #define HAVE_INTTYPES_H 1
  966. | #define HAVE_MEMORY_H 1
  967. | #define HAVE_NETDB_H 1
  968. | #define HAVE_NETINET_IN_H 1
  969. | #define HAVE_STDINT_H 1
  970. | #define HAVE_STDLIB_H 1
  971. | #define HAVE_STRING_H 1
  972. | #define HAVE_SYS_IOCTL_H 1
  973. | #define HAVE_SYS_PARAM_H 1
  974. | #define HAVE_SYS_SOCKET_H 1
  975. | #define HAVE_SYS_TIME_H 1
  976. | #define HAVE_UNISTD_H 1
  977. | #define SIZEOF_CHAR 1
  978. | #define SIZEOF_SHORT 2
  979. | #define SIZEOF_INT 4
  980. | #define SIZEOF_LONG_INT 4
  981. | #define SIZEOF_LONG_LONG_INT 8
  982. | #define SIZEOF_UNSIGNED_INT 4
  983. | #define SIZEOF_UNSIGNED_LONG_INT 4
  984. | #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
  985. | #define HAVE_U_INT8_T 1
  986. | #define HAVE_U_INT16_T 1
  987. | #define HAVE_U_INT32_T 1
  988. | #define HAVE_U_INT64_T 1
  989. | #define HAVE_UINT8_T 1
  990. | /* end confdefs.h. */
  991. | #include <stdio.h>
  992. | #ifdef HAVE_SYS_TYPES_H
  993. | # include <sys/types.h>
  994. | #endif
  995. | #ifdef HAVE_SYS_STAT_H
  996. | # include <sys/stat.h>
  997. | #endif
  998. | #ifdef STDC_HEADERS
  999. | # include <stdlib.h>
  1000. | # include <stddef.h>
  1001. | #else
  1002. | # ifdef HAVE_STDLIB_H
  1003. | # include <stdlib.h>
  1004. | # endif
  1005. | #endif
  1006. | #ifdef HAVE_STRING_H
  1007. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1008. | # include <memory.h>
  1009. | # endif
  1010. | # include <string.h>
  1011. | #endif
  1012. | #ifdef HAVE_STRINGS_H
  1013. | # include <strings.h>
  1014. | #endif
  1015. | #ifdef HAVE_INTTYPES_H
  1016. | # include <inttypes.h>
  1017. | #endif
  1018. | #ifdef HAVE_STDINT_H
  1019. | # include <stdint.h>
  1020. | #endif
  1021. | #ifdef HAVE_UNISTD_H
  1022. | # include <unistd.h>
  1023. | #endif
  1024. | int
  1025. | main ()
  1026. | {
  1027. | if (sizeof ((uint16_t)))
  1028. | return 0;
  1029. | ;
  1030. | return 0;
  1031. | }
  1032. configure:12003: result: yes
  1033. configure:12012: checking for uint32_t
  1034. configure:12012: gcc -c -fvisibility=hidden -I/root/snort-2.9.6.0/src/dynamic-examples/include conftest.c >&5
  1035. configure:12012: $? = 0
  1036. configure:12012: gcc -c -fvisibility=hidden -I/root/snort-2.9.6.0/src/dynamic-examples/include conftest.c >&5
  1037. conftest.c: In function 'main':
  1038. conftest.c:86:23: error: expected expression before ')' token
  1039. configure:12012: $? = 1
  1040. configure: failed program was:
  1041. | /* confdefs.h */
  1042. | #define PACKAGE_NAME "dpx"
  1043. | #define PACKAGE_TARNAME "dpx"
  1044. | #define PACKAGE_VERSION "1.6"
  1045. | #define PACKAGE_STRING "dpx 1.6"
  1046. | #define PACKAGE_BUGREPORT "[email protected]"
  1047. | #define PACKAGE_URL ""
  1048. | #define PACKAGE "dpx"
  1049. | #define VERSION "1.6"
  1050. | #define STDC_HEADERS 1
  1051. | #define HAVE_SYS_TYPES_H 1
  1052. | #define HAVE_SYS_STAT_H 1
  1053. | #define HAVE_STDLIB_H 1
  1054. | #define HAVE_STRING_H 1
  1055. | #define HAVE_MEMORY_H 1
  1056. | #define HAVE_STRINGS_H 1
  1057. | #define HAVE_INTTYPES_H 1
  1058. | #define HAVE_STDINT_H 1
  1059. | #define HAVE_UNISTD_H 1
  1060. | #define HAVE_DLFCN_H 1
  1061. | #define LT_OBJDIR ".libs/"
  1062. | #define HAVE_VISIBILITY 1
  1063. | #define HAVE_INTTYPES_H 1
  1064. | #define HAVE_MEMORY_H 1
  1065. | #define HAVE_NETDB_H 1
  1066. | #define HAVE_NETINET_IN_H 1
  1067. | #define HAVE_STDINT_H 1
  1068. | #define HAVE_STDLIB_H 1
  1069. | #define HAVE_STRING_H 1
  1070. | #define HAVE_SYS_IOCTL_H 1
  1071. | #define HAVE_SYS_PARAM_H 1
  1072. | #define HAVE_SYS_SOCKET_H 1
  1073. | #define HAVE_SYS_TIME_H 1
  1074. | #define HAVE_UNISTD_H 1
  1075. | #define SIZEOF_CHAR 1
  1076. | #define SIZEOF_SHORT 2
  1077. | #define SIZEOF_INT 4
  1078. | #define SIZEOF_LONG_INT 4
  1079. | #define SIZEOF_LONG_LONG_INT 8
  1080. | #define SIZEOF_UNSIGNED_INT 4
  1081. | #define SIZEOF_UNSIGNED_LONG_INT 4
  1082. | #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
  1083. | #define HAVE_U_INT8_T 1
  1084. | #define HAVE_U_INT16_T 1
  1085. | #define HAVE_U_INT32_T 1
  1086. | #define HAVE_U_INT64_T 1
  1087. | #define HAVE_UINT8_T 1
  1088. | #define HAVE_UINT16_T 1
  1089. | /* end confdefs.h. */
  1090. | #include <stdio.h>
  1091. | #ifdef HAVE_SYS_TYPES_H
  1092. | # include <sys/types.h>
  1093. | #endif
  1094. | #ifdef HAVE_SYS_STAT_H
  1095. | # include <sys/stat.h>
  1096. | #endif
  1097. | #ifdef STDC_HEADERS
  1098. | # include <stdlib.h>
  1099. | # include <stddef.h>
  1100. | #else
  1101. | # ifdef HAVE_STDLIB_H
  1102. | # include <stdlib.h>
  1103. | # endif
  1104. | #endif
  1105. | #ifdef HAVE_STRING_H
  1106. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1107. | # include <memory.h>
  1108. | # endif
  1109. | # include <string.h>
  1110. | #endif
  1111. | #ifdef HAVE_STRINGS_H
  1112. | # include <strings.h>
  1113. | #endif
  1114. | #ifdef HAVE_INTTYPES_H
  1115. | # include <inttypes.h>
  1116. | #endif
  1117. | #ifdef HAVE_STDINT_H
  1118. | # include <stdint.h>
  1119. | #endif
  1120. | #ifdef HAVE_UNISTD_H
  1121. | # include <unistd.h>
  1122. | #endif
  1123. | int
  1124. | main ()
  1125. | {
  1126. | if (sizeof ((uint32_t)))
  1127. | return 0;
  1128. | ;
  1129. | return 0;
  1130. | }
  1131. configure:12012: result: yes
  1132. configure:12021: checking for uint64_t
  1133. configure:12021: gcc -c -fvisibility=hidden -I/root/snort-2.9.6.0/src/dynamic-examples/include conftest.c >&5
  1134. configure:12021: $? = 0
  1135. configure:12021: gcc -c -fvisibility=hidden -I/root/snort-2.9.6.0/src/dynamic-examples/include conftest.c >&5
  1136. conftest.c: In function 'main':
  1137. conftest.c:87:23: error: expected expression before ')' token
  1138. configure:12021: $? = 1
  1139. configure: failed program was:
  1140. | /* confdefs.h */
  1141. | #define PACKAGE_NAME "dpx"
  1142. | #define PACKAGE_TARNAME "dpx"
  1143. | #define PACKAGE_VERSION "1.6"
  1144. | #define PACKAGE_STRING "dpx 1.6"
  1145. | #define PACKAGE_BUGREPORT "[email protected]"
  1146. | #define PACKAGE_URL ""
  1147. | #define PACKAGE "dpx"
  1148. | #define VERSION "1.6"
  1149. | #define STDC_HEADERS 1
  1150. | #define HAVE_SYS_TYPES_H 1
  1151. | #define HAVE_SYS_STAT_H 1
  1152. | #define HAVE_STDLIB_H 1
  1153. | #define HAVE_STRING_H 1
  1154. | #define HAVE_MEMORY_H 1
  1155. | #define HAVE_STRINGS_H 1
  1156. | #define HAVE_INTTYPES_H 1
  1157. | #define HAVE_STDINT_H 1
  1158. | #define HAVE_UNISTD_H 1
  1159. | #define HAVE_DLFCN_H 1
  1160. | #define LT_OBJDIR ".libs/"
  1161. | #define HAVE_VISIBILITY 1
  1162. | #define HAVE_INTTYPES_H 1
  1163. | #define HAVE_MEMORY_H 1
  1164. | #define HAVE_NETDB_H 1
  1165. | #define HAVE_NETINET_IN_H 1
  1166. | #define HAVE_STDINT_H 1
  1167. | #define HAVE_STDLIB_H 1
  1168. | #define HAVE_STRING_H 1
  1169. | #define HAVE_SYS_IOCTL_H 1
  1170. | #define HAVE_SYS_PARAM_H 1
  1171. | #define HAVE_SYS_SOCKET_H 1
  1172. | #define HAVE_SYS_TIME_H 1
  1173. | #define HAVE_UNISTD_H 1
  1174. | #define SIZEOF_CHAR 1
  1175. | #define SIZEOF_SHORT 2
  1176. | #define SIZEOF_INT 4
  1177. | #define SIZEOF_LONG_INT 4
  1178. | #define SIZEOF_LONG_LONG_INT 8
  1179. | #define SIZEOF_UNSIGNED_INT 4
  1180. | #define SIZEOF_UNSIGNED_LONG_INT 4
  1181. | #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
  1182. | #define HAVE_U_INT8_T 1
  1183. | #define HAVE_U_INT16_T 1
  1184. | #define HAVE_U_INT32_T 1
  1185. | #define HAVE_U_INT64_T 1
  1186. | #define HAVE_UINT8_T 1
  1187. | #define HAVE_UINT16_T 1
  1188. | #define HAVE_UINT32_T 1
  1189. | /* end confdefs.h. */
  1190. | #include <stdio.h>
  1191. | #ifdef HAVE_SYS_TYPES_H
  1192. | # include <sys/types.h>
  1193. | #endif
  1194. | #ifdef HAVE_SYS_STAT_H
  1195. | # include <sys/stat.h>
  1196. | #endif
  1197. | #ifdef STDC_HEADERS
  1198. | # include <stdlib.h>
  1199. | # include <stddef.h>
  1200. | #else
  1201. | # ifdef HAVE_STDLIB_H
  1202. | # include <stdlib.h>
  1203. | # endif
  1204. | #endif
  1205. | #ifdef HAVE_STRING_H
  1206. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1207. | # include <memory.h>
  1208. | # endif
  1209. | # include <string.h>
  1210. | #endif
  1211. | #ifdef HAVE_STRINGS_H
  1212. | # include <strings.h>
  1213. | #endif
  1214. | #ifdef HAVE_INTTYPES_H
  1215. | # include <inttypes.h>
  1216. | #endif
  1217. | #ifdef HAVE_STDINT_H
  1218. | # include <stdint.h>
  1219. | #endif
  1220. | #ifdef HAVE_UNISTD_H
  1221. | # include <unistd.h>
  1222. | #endif
  1223. | int
  1224. | main ()
  1225. | {
  1226. | if (sizeof ((uint64_t)))
  1227. | return 0;
  1228. | ;
  1229. | return 0;
  1230. | }
  1231. configure:12021: result: yes
  1232. configure:12031: checking for int8_t
  1233. configure:12031: gcc -c -fvisibility=hidden -I/root/snort-2.9.6.0/src/dynamic-examples/include conftest.c >&5
  1234. configure:12031: $? = 0
  1235. configure:12031: gcc -c -fvisibility=hidden -I/root/snort-2.9.6.0/src/dynamic-examples/include conftest.c >&5
  1236. conftest.c: In function 'main':
  1237. conftest.c:88:21: error: expected expression before ')' token
  1238. configure:12031: $? = 1
  1239. configure: failed program was:
  1240. | /* confdefs.h */
  1241. | #define PACKAGE_NAME "dpx"
  1242. | #define PACKAGE_TARNAME "dpx"
  1243. | #define PACKAGE_VERSION "1.6"
  1244. | #define PACKAGE_STRING "dpx 1.6"
  1245. | #define PACKAGE_BUGREPORT "[email protected]"
  1246. | #define PACKAGE_URL ""
  1247. | #define PACKAGE "dpx"
  1248. | #define VERSION "1.6"
  1249. | #define STDC_HEADERS 1
  1250. | #define HAVE_SYS_TYPES_H 1
  1251. | #define HAVE_SYS_STAT_H 1
  1252. | #define HAVE_STDLIB_H 1
  1253. | #define HAVE_STRING_H 1
  1254. | #define HAVE_MEMORY_H 1
  1255. | #define HAVE_STRINGS_H 1
  1256. | #define HAVE_INTTYPES_H 1
  1257. | #define HAVE_STDINT_H 1
  1258. | #define HAVE_UNISTD_H 1
  1259. | #define HAVE_DLFCN_H 1
  1260. | #define LT_OBJDIR ".libs/"
  1261. | #define HAVE_VISIBILITY 1
  1262. | #define HAVE_INTTYPES_H 1
  1263. | #define HAVE_MEMORY_H 1
  1264. | #define HAVE_NETDB_H 1
  1265. | #define HAVE_NETINET_IN_H 1
  1266. | #define HAVE_STDINT_H 1
  1267. | #define HAVE_STDLIB_H 1
  1268. | #define HAVE_STRING_H 1
  1269. | #define HAVE_SYS_IOCTL_H 1
  1270. | #define HAVE_SYS_PARAM_H 1
  1271. | #define HAVE_SYS_SOCKET_H 1
  1272. | #define HAVE_SYS_TIME_H 1
  1273. | #define HAVE_UNISTD_H 1
  1274. | #define SIZEOF_CHAR 1
  1275. | #define SIZEOF_SHORT 2
  1276. | #define SIZEOF_INT 4
  1277. | #define SIZEOF_LONG_INT 4
  1278. | #define SIZEOF_LONG_LONG_INT 8
  1279. | #define SIZEOF_UNSIGNED_INT 4
  1280. | #define SIZEOF_UNSIGNED_LONG_INT 4
  1281. | #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
  1282. | #define HAVE_U_INT8_T 1
  1283. | #define HAVE_U_INT16_T 1
  1284. | #define HAVE_U_INT32_T 1
  1285. | #define HAVE_U_INT64_T 1
  1286. | #define HAVE_UINT8_T 1
  1287. | #define HAVE_UINT16_T 1
  1288. | #define HAVE_UINT32_T 1
  1289. | #define HAVE_UINT64_T 1
  1290. | /* end confdefs.h. */
  1291. | #include <stdio.h>
  1292. | #ifdef HAVE_SYS_TYPES_H
  1293. | # include <sys/types.h>
  1294. | #endif
  1295. | #ifdef HAVE_SYS_STAT_H
  1296. | # include <sys/stat.h>
  1297. | #endif
  1298. | #ifdef STDC_HEADERS
  1299. | # include <stdlib.h>
  1300. | # include <stddef.h>
  1301. | #else
  1302. | # ifdef HAVE_STDLIB_H
  1303. | # include <stdlib.h>
  1304. | # endif
  1305. | #endif
  1306. | #ifdef HAVE_STRING_H
  1307. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1308. | # include <memory.h>
  1309. | # endif
  1310. | # include <string.h>
  1311. | #endif
  1312. | #ifdef HAVE_STRINGS_H
  1313. | # include <strings.h>
  1314. | #endif
  1315. | #ifdef HAVE_INTTYPES_H
  1316. | # include <inttypes.h>
  1317. | #endif
  1318. | #ifdef HAVE_STDINT_H
  1319. | # include <stdint.h>
  1320. | #endif
  1321. | #ifdef HAVE_UNISTD_H
  1322. | # include <unistd.h>
  1323. | #endif
  1324. | int
  1325. | main ()
  1326. | {
  1327. | if (sizeof ((int8_t)))
  1328. | return 0;
  1329. | ;
  1330. | return 0;
  1331. | }
  1332. configure:12031: result: yes
  1333. configure:12040: checking for int16_t
  1334. configure:12040: gcc -c -fvisibility=hidden -I/root/snort-2.9.6.0/src/dynamic-examples/include conftest.c >&5
  1335. configure:12040: $? = 0
  1336. configure:12040: gcc -c -fvisibility=hidden -I/root/snort-2.9.6.0/src/dynamic-examples/include conftest.c >&5
  1337. conftest.c: In function 'main':
  1338. conftest.c:89:22: error: expected expression before ')' token
  1339. configure:12040: $? = 1
  1340. configure: failed program was:
  1341. | /* confdefs.h */
  1342. | #define PACKAGE_NAME "dpx"
  1343. | #define PACKAGE_TARNAME "dpx"
  1344. | #define PACKAGE_VERSION "1.6"
  1345. | #define PACKAGE_STRING "dpx 1.6"
  1346. | #define PACKAGE_BUGREPORT "[email protected]"
  1347. | #define PACKAGE_URL ""
  1348. | #define PACKAGE "dpx"
  1349. | #define VERSION "1.6"
  1350. | #define STDC_HEADERS 1
  1351. | #define HAVE_SYS_TYPES_H 1
  1352. | #define HAVE_SYS_STAT_H 1
  1353. | #define HAVE_STDLIB_H 1
  1354. | #define HAVE_STRING_H 1
  1355. | #define HAVE_MEMORY_H 1
  1356. | #define HAVE_STRINGS_H 1
  1357. | #define HAVE_INTTYPES_H 1
  1358. | #define HAVE_STDINT_H 1
  1359. | #define HAVE_UNISTD_H 1
  1360. | #define HAVE_DLFCN_H 1
  1361. | #define LT_OBJDIR ".libs/"
  1362. | #define HAVE_VISIBILITY 1
  1363. | #define HAVE_INTTYPES_H 1
  1364. | #define HAVE_MEMORY_H 1
  1365. | #define HAVE_NETDB_H 1
  1366. | #define HAVE_NETINET_IN_H 1
  1367. | #define HAVE_STDINT_H 1
  1368. | #define HAVE_STDLIB_H 1
  1369. | #define HAVE_STRING_H 1
  1370. | #define HAVE_SYS_IOCTL_H 1
  1371. | #define HAVE_SYS_PARAM_H 1
  1372. | #define HAVE_SYS_SOCKET_H 1
  1373. | #define HAVE_SYS_TIME_H 1
  1374. | #define HAVE_UNISTD_H 1
  1375. | #define SIZEOF_CHAR 1
  1376. | #define SIZEOF_SHORT 2
  1377. | #define SIZEOF_INT 4
  1378. | #define SIZEOF_LONG_INT 4
  1379. | #define SIZEOF_LONG_LONG_INT 8
  1380. | #define SIZEOF_UNSIGNED_INT 4
  1381. | #define SIZEOF_UNSIGNED_LONG_INT 4
  1382. | #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
  1383. | #define HAVE_U_INT8_T 1
  1384. | #define HAVE_U_INT16_T 1
  1385. | #define HAVE_U_INT32_T 1
  1386. | #define HAVE_U_INT64_T 1
  1387. | #define HAVE_UINT8_T 1
  1388. | #define HAVE_UINT16_T 1
  1389. | #define HAVE_UINT32_T 1
  1390. | #define HAVE_UINT64_T 1
  1391. | #define HAVE_INT8_T 1
  1392. | /* end confdefs.h. */
  1393. | #include <stdio.h>
  1394. | #ifdef HAVE_SYS_TYPES_H
  1395. | # include <sys/types.h>
  1396. | #endif
  1397. | #ifdef HAVE_SYS_STAT_H
  1398. | # include <sys/stat.h>
  1399. | #endif
  1400. | #ifdef STDC_HEADERS
  1401. | # include <stdlib.h>
  1402. | # include <stddef.h>
  1403. | #else
  1404. | # ifdef HAVE_STDLIB_H
  1405. | # include <stdlib.h>
  1406. | # endif
  1407. | #endif
  1408. | #ifdef HAVE_STRING_H
  1409. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1410. | # include <memory.h>
  1411. | # endif
  1412. | # include <string.h>
  1413. | #endif
  1414. | #ifdef HAVE_STRINGS_H
  1415. | # include <strings.h>
  1416. | #endif
  1417. | #ifdef HAVE_INTTYPES_H
  1418. | # include <inttypes.h>
  1419. | #endif
  1420. | #ifdef HAVE_STDINT_H
  1421. | # include <stdint.h>
  1422. | #endif
  1423. | #ifdef HAVE_UNISTD_H
  1424. | # include <unistd.h>
  1425. | #endif
  1426. | int
  1427. | main ()
  1428. | {
  1429. | if (sizeof ((int16_t)))
  1430. | return 0;
  1431. | ;
  1432. | return 0;
  1433. | }
  1434. configure:12040: result: yes
  1435. configure:12049: checking for int32_t
  1436. configure:12049: gcc -c -fvisibility=hidden -I/root/snort-2.9.6.0/src/dynamic-examples/include conftest.c >&5
  1437. configure:12049: $? = 0
  1438. configure:12049: gcc -c -fvisibility=hidden -I/root/snort-2.9.6.0/src/dynamic-examples/include conftest.c >&5
  1439. conftest.c: In function 'main':
  1440. conftest.c:90:22: error: expected expression before ')' token
  1441. configure:12049: $? = 1
  1442. configure: failed program was:
  1443. | /* confdefs.h */
  1444. | #define PACKAGE_NAME "dpx"
  1445. | #define PACKAGE_TARNAME "dpx"
  1446. | #define PACKAGE_VERSION "1.6"
  1447. | #define PACKAGE_STRING "dpx 1.6"
  1448. | #define PACKAGE_BUGREPORT "[email protected]"
  1449. | #define PACKAGE_URL ""
  1450. | #define PACKAGE "dpx"
  1451. | #define VERSION "1.6"
  1452. | #define STDC_HEADERS 1
  1453. | #define HAVE_SYS_TYPES_H 1
  1454. | #define HAVE_SYS_STAT_H 1
  1455. | #define HAVE_STDLIB_H 1
  1456. | #define HAVE_STRING_H 1
  1457. | #define HAVE_MEMORY_H 1
  1458. | #define HAVE_STRINGS_H 1
  1459. | #define HAVE_INTTYPES_H 1
  1460. | #define HAVE_STDINT_H 1
  1461. | #define HAVE_UNISTD_H 1
  1462. | #define HAVE_DLFCN_H 1
  1463. | #define LT_OBJDIR ".libs/"
  1464. | #define HAVE_VISIBILITY 1
  1465. | #define HAVE_INTTYPES_H 1
  1466. | #define HAVE_MEMORY_H 1
  1467. | #define HAVE_NETDB_H 1
  1468. | #define HAVE_NETINET_IN_H 1
  1469. | #define HAVE_STDINT_H 1
  1470. | #define HAVE_STDLIB_H 1
  1471. | #define HAVE_STRING_H 1
  1472. | #define HAVE_SYS_IOCTL_H 1
  1473. | #define HAVE_SYS_PARAM_H 1
  1474. | #define HAVE_SYS_SOCKET_H 1
  1475. | #define HAVE_SYS_TIME_H 1
  1476. | #define HAVE_UNISTD_H 1
  1477. | #define SIZEOF_CHAR 1
  1478. | #define SIZEOF_SHORT 2
  1479. | #define SIZEOF_INT 4
  1480. | #define SIZEOF_LONG_INT 4
  1481. | #define SIZEOF_LONG_LONG_INT 8
  1482. | #define SIZEOF_UNSIGNED_INT 4
  1483. | #define SIZEOF_UNSIGNED_LONG_INT 4
  1484. | #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
  1485. | #define HAVE_U_INT8_T 1
  1486. | #define HAVE_U_INT16_T 1
  1487. | #define HAVE_U_INT32_T 1
  1488. | #define HAVE_U_INT64_T 1
  1489. | #define HAVE_UINT8_T 1
  1490. | #define HAVE_UINT16_T 1
  1491. | #define HAVE_UINT32_T 1
  1492. | #define HAVE_UINT64_T 1
  1493. | #define HAVE_INT8_T 1
  1494. | #define HAVE_INT16_T 1
  1495. | /* end confdefs.h. */
  1496. | #include <stdio.h>
  1497. | #ifdef HAVE_SYS_TYPES_H
  1498. | # include <sys/types.h>
  1499. | #endif
  1500. | #ifdef HAVE_SYS_STAT_H
  1501. | # include <sys/stat.h>
  1502. | #endif
  1503. | #ifdef STDC_HEADERS
  1504. | # include <stdlib.h>
  1505. | # include <stddef.h>
  1506. | #else
  1507. | # ifdef HAVE_STDLIB_H
  1508. | # include <stdlib.h>
  1509. | # endif
  1510. | #endif
  1511. | #ifdef HAVE_STRING_H
  1512. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1513. | # include <memory.h>
  1514. | # endif
  1515. | # include <string.h>
  1516. | #endif
  1517. | #ifdef HAVE_STRINGS_H
  1518. | # include <strings.h>
  1519. | #endif
  1520. | #ifdef HAVE_INTTYPES_H
  1521. | # include <inttypes.h>
  1522. | #endif
  1523. | #ifdef HAVE_STDINT_H
  1524. | # include <stdint.h>
  1525. | #endif
  1526. | #ifdef HAVE_UNISTD_H
  1527. | # include <unistd.h>
  1528. | #endif
  1529. | int
  1530. | main ()
  1531. | {
  1532. | if (sizeof ((int32_t)))
  1533. | return 0;
  1534. | ;
  1535. | return 0;
  1536. | }
  1537. configure:12049: result: yes
  1538. configure:12058: checking for int64_t
  1539. configure:12058: gcc -c -fvisibility=hidden -I/root/snort-2.9.6.0/src/dynamic-examples/include conftest.c >&5
  1540. configure:12058: $? = 0
  1541. configure:12058: gcc -c -fvisibility=hidden -I/root/snort-2.9.6.0/src/dynamic-examples/include conftest.c >&5
  1542. conftest.c: In function 'main':
  1543. conftest.c:91:22: error: expected expression before ')' token
  1544. configure:12058: $? = 1
  1545. configure: failed program was:
  1546. | /* confdefs.h */
  1547. | #define PACKAGE_NAME "dpx"
  1548. | #define PACKAGE_TARNAME "dpx"
  1549. | #define PACKAGE_VERSION "1.6"
  1550. | #define PACKAGE_STRING "dpx 1.6"
  1551. | #define PACKAGE_BUGREPORT "[email protected]"
  1552. | #define PACKAGE_URL ""
  1553. | #define PACKAGE "dpx"
  1554. | #define VERSION "1.6"
  1555. | #define STDC_HEADERS 1
  1556. | #define HAVE_SYS_TYPES_H 1
  1557. | #define HAVE_SYS_STAT_H 1
  1558. | #define HAVE_STDLIB_H 1
  1559. | #define HAVE_STRING_H 1
  1560. | #define HAVE_MEMORY_H 1
  1561. | #define HAVE_STRINGS_H 1
  1562. | #define HAVE_INTTYPES_H 1
  1563. | #define HAVE_STDINT_H 1
  1564. | #define HAVE_UNISTD_H 1
  1565. | #define HAVE_DLFCN_H 1
  1566. | #define LT_OBJDIR ".libs/"
  1567. | #define HAVE_VISIBILITY 1
  1568. | #define HAVE_INTTYPES_H 1
  1569. | #define HAVE_MEMORY_H 1
  1570. | #define HAVE_NETDB_H 1
  1571. | #define HAVE_NETINET_IN_H 1
  1572. | #define HAVE_STDINT_H 1
  1573. | #define HAVE_STDLIB_H 1
  1574. | #define HAVE_STRING_H 1
  1575. | #define HAVE_SYS_IOCTL_H 1
  1576. | #define HAVE_SYS_PARAM_H 1
  1577. | #define HAVE_SYS_SOCKET_H 1
  1578. | #define HAVE_SYS_TIME_H 1
  1579. | #define HAVE_UNISTD_H 1
  1580. | #define SIZEOF_CHAR 1
  1581. | #define SIZEOF_SHORT 2
  1582. | #define SIZEOF_INT 4
  1583. | #define SIZEOF_LONG_INT 4
  1584. | #define SIZEOF_LONG_LONG_INT 8
  1585. | #define SIZEOF_UNSIGNED_INT 4
  1586. | #define SIZEOF_UNSIGNED_LONG_INT 4
  1587. | #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
  1588. | #define HAVE_U_INT8_T 1
  1589. | #define HAVE_U_INT16_T 1
  1590. | #define HAVE_U_INT32_T 1
  1591. | #define HAVE_U_INT64_T 1
  1592. | #define HAVE_UINT8_T 1
  1593. | #define HAVE_UINT16_T 1
  1594. | #define HAVE_UINT32_T 1
  1595. | #define HAVE_UINT64_T 1
  1596. | #define HAVE_INT8_T 1
  1597. | #define HAVE_INT16_T 1
  1598. | #define HAVE_INT32_T 1
  1599. | /* end confdefs.h. */
  1600. | #include <stdio.h>
  1601. | #ifdef HAVE_SYS_TYPES_H
  1602. | # include <sys/types.h>
  1603. | #endif
  1604. | #ifdef HAVE_SYS_STAT_H
  1605. | # include <sys/stat.h>
  1606. | #endif
  1607. | #ifdef STDC_HEADERS
  1608. | # include <stdlib.h>
  1609. | # include <stddef.h>
  1610. | #else
  1611. | # ifdef HAVE_STDLIB_H
  1612. | # include <stdlib.h>
  1613. | # endif
  1614. | #endif
  1615. | #ifdef HAVE_STRING_H
  1616. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1617. | # include <memory.h>
  1618. | # endif
  1619. | # include <string.h>
  1620. | #endif
  1621. | #ifdef HAVE_STRINGS_H
  1622. | # include <strings.h>
  1623. | #endif
  1624. | #ifdef HAVE_INTTYPES_H
  1625. | # include <inttypes.h>
  1626. | #endif
  1627. | #ifdef HAVE_STDINT_H
  1628. | # include <stdint.h>
  1629. | #endif
  1630. | #ifdef HAVE_UNISTD_H
  1631. | # include <unistd.h>
  1632. | #endif
  1633. | int
  1634. | main ()
  1635. | {
  1636. | if (sizeof ((int64_t)))
  1637. | return 0;
  1638. | ;
  1639. | return 0;
  1640. | }
  1641. configure:12058: result: yes
  1642. configure:12069: checking for boolean
  1643. configure:12069: gcc -c -fvisibility=hidden -I/root/snort-2.9.6.0/src/dynamic-examples/include conftest.c >&5
  1644. conftest.c: In function 'main':
  1645. conftest.c:92:13: error: 'boolean' undeclared (first use in this function)
  1646. conftest.c:92:13: note: each undeclared identifier is reported only once for each function it appears in
  1647. configure:12069: $? = 1
  1648. configure: failed program was:
  1649. | /* confdefs.h */
  1650. | #define PACKAGE_NAME "dpx"
  1651. | #define PACKAGE_TARNAME "dpx"
  1652. | #define PACKAGE_VERSION "1.6"
  1653. | #define PACKAGE_STRING "dpx 1.6"
  1654. | #define PACKAGE_BUGREPORT "[email protected]"
  1655. | #define PACKAGE_URL ""
  1656. | #define PACKAGE "dpx"
  1657. | #define VERSION "1.6"
  1658. | #define STDC_HEADERS 1
  1659. | #define HAVE_SYS_TYPES_H 1
  1660. | #define HAVE_SYS_STAT_H 1
  1661. | #define HAVE_STDLIB_H 1
  1662. | #define HAVE_STRING_H 1
  1663. | #define HAVE_MEMORY_H 1
  1664. | #define HAVE_STRINGS_H 1
  1665. | #define HAVE_INTTYPES_H 1
  1666. | #define HAVE_STDINT_H 1
  1667. | #define HAVE_UNISTD_H 1
  1668. | #define HAVE_DLFCN_H 1
  1669. | #define LT_OBJDIR ".libs/"
  1670. | #define HAVE_VISIBILITY 1
  1671. | #define HAVE_INTTYPES_H 1
  1672. | #define HAVE_MEMORY_H 1
  1673. | #define HAVE_NETDB_H 1
  1674. | #define HAVE_NETINET_IN_H 1
  1675. | #define HAVE_STDINT_H 1
  1676. | #define HAVE_STDLIB_H 1
  1677. | #define HAVE_STRING_H 1
  1678. | #define HAVE_SYS_IOCTL_H 1
  1679. | #define HAVE_SYS_PARAM_H 1
  1680. | #define HAVE_SYS_SOCKET_H 1
  1681. | #define HAVE_SYS_TIME_H 1
  1682. | #define HAVE_UNISTD_H 1
  1683. | #define SIZEOF_CHAR 1
  1684. | #define SIZEOF_SHORT 2
  1685. | #define SIZEOF_INT 4
  1686. | #define SIZEOF_LONG_INT 4
  1687. | #define SIZEOF_LONG_LONG_INT 8
  1688. | #define SIZEOF_UNSIGNED_INT 4
  1689. | #define SIZEOF_UNSIGNED_LONG_INT 4
  1690. | #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
  1691. | #define HAVE_U_INT8_T 1
  1692. | #define HAVE_U_INT16_T 1
  1693. | #define HAVE_U_INT32_T 1
  1694. | #define HAVE_U_INT64_T 1
  1695. | #define HAVE_UINT8_T 1
  1696. | #define HAVE_UINT16_T 1
  1697. | #define HAVE_UINT32_T 1
  1698. | #define HAVE_UINT64_T 1
  1699. | #define HAVE_INT8_T 1
  1700. | #define HAVE_INT16_T 1
  1701. | #define HAVE_INT32_T 1
  1702. | #define HAVE_INT64_T 1
  1703. | /* end confdefs.h. */
  1704. | #include <stdio.h>
  1705. | #ifdef HAVE_SYS_TYPES_H
  1706. | # include <sys/types.h>
  1707. | #endif
  1708. | #ifdef HAVE_SYS_STAT_H
  1709. | # include <sys/stat.h>
  1710. | #endif
  1711. | #ifdef STDC_HEADERS
  1712. | # include <stdlib.h>
  1713. | # include <stddef.h>
  1714. | #else
  1715. | # ifdef HAVE_STDLIB_H
  1716. | # include <stdlib.h>
  1717. | # endif
  1718. | #endif
  1719. | #ifdef HAVE_STRING_H
  1720. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1721. | # include <memory.h>
  1722. | # endif
  1723. | # include <string.h>
  1724. | #endif
  1725. | #ifdef HAVE_STRINGS_H
  1726. | # include <strings.h>
  1727. | #endif
  1728. | #ifdef HAVE_INTTYPES_H
  1729. | # include <inttypes.h>
  1730. | #endif
  1731. | #ifdef HAVE_STDINT_H
  1732. | # include <stdint.h>
  1733. | #endif
  1734. | #ifdef HAVE_UNISTD_H
  1735. | # include <unistd.h>
  1736. | #endif
  1737. | int
  1738. | main ()
  1739. | {
  1740. | if (sizeof (boolean))
  1741. | return 0;
  1742. | ;
  1743. | return 0;
  1744. | }
  1745. configure:12069: result: no
  1746. configure:12083: checking for stdlib.h
  1747. configure:12083: result: yes
  1748. configure:12093: checking for GNU libc compatible malloc
  1749. configure:12117: gcc -o conftest -fvisibility=hidden -I/root/snort-2.9.6.0/src/dynamic-examples/include conftest.c >&5
  1750. configure:12117: $? = 0
  1751. configure:12117: ./conftest
  1752. configure:12117: $? = 0
  1753. configure:12127: result: yes
  1754. configure:12154: checking for stdlib.h
  1755. configure:12154: result: yes
  1756. configure:12154: checking for unistd.h
  1757. configure:12154: result: yes
  1758. configure:12154: checking for sys/param.h
  1759. configure:12154: result: yes
  1760. configure:12174: checking for getpagesize
  1761. configure:12174: gcc -o conftest -fvisibility=hidden -I/root/snort-2.9.6.0/src/dynamic-examples/include conftest.c >&5
  1762. configure:12174: $? = 0
  1763. configure:12174: result: yes
  1764. configure:12183: checking for working mmap
  1765. configure:12330: gcc -o conftest -fvisibility=hidden -I/root/snort-2.9.6.0/src/dynamic-examples/include conftest.c >&5
  1766. configure:12330: $? = 0
  1767. configure:12330: ./conftest
  1768. configure:12330: $? = 0
  1769. configure:12340: result: yes
  1770. configure:12365: checking for gethostbyname
  1771. configure:12365: gcc -o conftest -fvisibility=hidden -I/root/snort-2.9.6.0/src/dynamic-examples/include conftest.c >&5
  1772. configure:12365: $? = 0
  1773. configure:12365: result: yes
  1774. configure:12365: checking for getpagesize
  1775. configure:12365: result: yes
  1776. configure:12365: checking for memset
  1777. configure:12365: gcc -o conftest -fvisibility=hidden -I/root/snort-2.9.6.0/src/dynamic-examples/include conftest.c >&5
  1778. conftest.c:88:6: warning: conflicting types for built-in function 'memset' [enabled by default]
  1779. configure:12365: $? = 0
  1780. configure:12365: result: yes
  1781. configure:12365: checking for munmap
  1782. configure:12365: gcc -o conftest -fvisibility=hidden -I/root/snort-2.9.6.0/src/dynamic-examples/include conftest.c >&5
  1783. configure:12365: $? = 0
  1784. configure:12365: result: yes
  1785. configure:12365: checking for socket
  1786. configure:12365: gcc -o conftest -fvisibility=hidden -I/root/snort-2.9.6.0/src/dynamic-examples/include conftest.c >&5
  1787. configure:12365: $? = 0
  1788. configure:12365: result: yes
  1789. configure:12365: checking for strchr
  1790. configure:12365: gcc -o conftest -fvisibility=hidden -I/root/snort-2.9.6.0/src/dynamic-examples/include conftest.c >&5
  1791. conftest.c:91:6: warning: conflicting types for built-in function 'strchr' [enabled by default]
  1792. configure:12365: $? = 0
  1793. configure:12365: result: yes
  1794. configure:12365: checking for strcspn
  1795. configure:12365: gcc -o conftest -fvisibility=hidden -I/root/snort-2.9.6.0/src/dynamic-examples/include conftest.c >&5
  1796. conftest.c:92:6: warning: conflicting types for built-in function 'strcspn' [enabled by default]
  1797. configure:12365: $? = 0
  1798. configure:12365: result: yes
  1799. configure:12365: checking for strdup
  1800. configure:12365: gcc -o conftest -fvisibility=hidden -I/root/snort-2.9.6.0/src/dynamic-examples/include conftest.c >&5
  1801. conftest.c:93:6: warning: conflicting types for built-in function 'strdup' [enabled by default]
  1802. configure:12365: $? = 0
  1803. configure:12365: result: yes
  1804. configure:12365: checking for strerror
  1805. configure:12365: gcc -o conftest -fvisibility=hidden -I/root/snort-2.9.6.0/src/dynamic-examples/include conftest.c >&5
  1806. configure:12365: $? = 0
  1807. configure:12365: result: yes
  1808. configure:12365: checking for strrchr
  1809. configure:12365: gcc -o conftest -fvisibility=hidden -I/root/snort-2.9.6.0/src/dynamic-examples/include conftest.c >&5
  1810. conftest.c:95:6: warning: conflicting types for built-in function 'strrchr' [enabled by default]
  1811. configure:12365: $? = 0
  1812. configure:12365: result: yes
  1813. configure:12365: checking for strstr
  1814. configure:12365: gcc -o conftest -fvisibility=hidden -I/root/snort-2.9.6.0/src/dynamic-examples/include conftest.c >&5
  1815. conftest.c:96:6: warning: conflicting types for built-in function 'strstr' [enabled by default]
  1816. configure:12365: $? = 0
  1817. configure:12365: result: yes
  1818. configure:12365: checking for strtoul
  1819. configure:12365: gcc -o conftest -fvisibility=hidden -I/root/snort-2.9.6.0/src/dynamic-examples/include conftest.c >&5
  1820. configure:12365: $? = 0
  1821. configure:12365: result: yes
  1822. configure:12489: checking that generated files are newer than configure
  1823. configure:12495: result: done
  1824. configure:12518: creating ./config.status
  1825.  
  1826. ## ---------------------- ##
  1827. ## Running config.status. ##
  1828. ## ---------------------- ##
  1829.  
  1830. This file was extended by dpx config.status 1.6, which was
  1831. generated by GNU Autoconf 2.69. Invocation command line was
  1832.  
  1833. CONFIG_FILES =
  1834. CONFIG_HEADERS =
  1835. CONFIG_LINKS =
  1836. CONFIG_COMMANDS =
  1837. $ ./config.status
  1838.  
  1839. on ubuntu-server
  1840.  
  1841. config.status:1135: creating Makefile
  1842. config.status:1135: creating src/Makefile
  1843. config.status:1135: creating test/Makefile
  1844. config.status:1135: creating config.h
  1845. config.status:1364: executing depfiles commands
  1846. config.status:1364: executing libtool commands
  1847.  
  1848. ## ---------------- ##
  1849. ## Cache variables. ##
  1850. ## ---------------- ##
  1851.  
  1852. ac_cv_build=i686-pc-linux-gnu
  1853. ac_cv_c_compiler_gnu=yes
  1854. ac_cv_env_CC_set=
  1855. ac_cv_env_CC_value=
  1856. ac_cv_env_CFLAGS_set=
  1857. ac_cv_env_CFLAGS_value=
  1858. ac_cv_env_CPPFLAGS_set=
  1859. ac_cv_env_CPPFLAGS_value=
  1860. ac_cv_env_CPP_set=
  1861. ac_cv_env_CPP_value=
  1862. ac_cv_env_LDFLAGS_set=
  1863. ac_cv_env_LDFLAGS_value=
  1864. ac_cv_env_LIBS_set=
  1865. ac_cv_env_LIBS_value=
  1866. ac_cv_env_build_alias_set=
  1867. ac_cv_env_build_alias_value=
  1868. ac_cv_env_host_alias_set=
  1869. ac_cv_env_host_alias_value=
  1870. ac_cv_env_target_alias_set=
  1871. ac_cv_env_target_alias_value=
  1872. ac_cv_func_gethostbyname=yes
  1873. ac_cv_func_getpagesize=yes
  1874. ac_cv_func_malloc_0_nonnull=yes
  1875. ac_cv_func_memset=yes
  1876. ac_cv_func_mmap_fixed_mapped=yes
  1877. ac_cv_func_munmap=yes
  1878. ac_cv_func_socket=yes
  1879. ac_cv_func_strchr=yes
  1880. ac_cv_func_strcspn=yes
  1881. ac_cv_func_strdup=yes
  1882. ac_cv_func_strerror=yes
  1883. ac_cv_func_strrchr=yes
  1884. ac_cv_func_strstr=yes
  1885. ac_cv_func_strtoul=yes
  1886. ac_cv_header_dlfcn_h=yes
  1887. ac_cv_header_inttypes_h=yes
  1888. ac_cv_header_memory_h=yes
  1889. ac_cv_header_netdb_h=yes
  1890. ac_cv_header_netinet_in_h=yes
  1891. ac_cv_header_stdc=yes
  1892. ac_cv_header_stdint_h=yes
  1893. ac_cv_header_stdlib_h=yes
  1894. ac_cv_header_string_h=yes
  1895. ac_cv_header_strings_h=yes
  1896. ac_cv_header_sys_ioctl_h=yes
  1897. ac_cv_header_sys_param_h=yes
  1898. ac_cv_header_sys_socket_h=yes
  1899. ac_cv_header_sys_stat_h=yes
  1900. ac_cv_header_sys_time_h=yes
  1901. ac_cv_header_sys_types_h=yes
  1902. ac_cv_header_unistd_h=yes
  1903. ac_cv_host=i686-pc-linux-gnu
  1904. ac_cv_objext=o
  1905. ac_cv_path_EGREP='/bin/grep -E'
  1906. ac_cv_path_FGREP='/bin/grep -F'
  1907. ac_cv_path_GREP=/bin/grep
  1908. ac_cv_path_SED=/bin/sed
  1909. ac_cv_path_install='/usr/bin/install -c'
  1910. ac_cv_path_mkdir=/bin/mkdir
  1911. ac_cv_prog_AWK=mawk
  1912. ac_cv_prog_CPP='gcc -E'
  1913. ac_cv_prog_ac_ct_AR=ar
  1914. ac_cv_prog_ac_ct_CC=gcc
  1915. ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
  1916. ac_cv_prog_ac_ct_OBJDUMP=objdump
  1917. ac_cv_prog_ac_ct_RANLIB=ranlib
  1918. ac_cv_prog_ac_ct_STRIP=strip
  1919. ac_cv_prog_cc_c89=
  1920. ac_cv_prog_cc_g=yes
  1921. ac_cv_prog_make_make_set=yes
  1922. ac_cv_sizeof_char=1
  1923. ac_cv_sizeof_int=4
  1924. ac_cv_sizeof_long_int=4
  1925. ac_cv_sizeof_long_long_int=8
  1926. ac_cv_sizeof_short=2
  1927. ac_cv_sizeof_unsigned_int=4
  1928. ac_cv_sizeof_unsigned_long_int=4
  1929. ac_cv_sizeof_unsigned_long_long_int=8
  1930. ac_cv_type_boolean=no
  1931. ac_cv_type_int16_t=yes
  1932. ac_cv_type_int32_t=yes
  1933. ac_cv_type_int64_t=yes
  1934. ac_cv_type_int8_t=yes
  1935. ac_cv_type_u_int16_t=yes
  1936. ac_cv_type_u_int32_t=yes
  1937. ac_cv_type_u_int64_t=yes
  1938. ac_cv_type_u_int8_t=yes
  1939. ac_cv_type_uint16_t=yes
  1940. ac_cv_type_uint32_t=yes
  1941. ac_cv_type_uint64_t=yes
  1942. ac_cv_type_uint8_t=yes
  1943. am_cv_CC_dependencies_compiler_type=none
  1944. am_cv_make_support_nested_variables=yes
  1945. gl_cv_cc_visibility=yes
  1946. lt_cv_ar_at_file=@
  1947. lt_cv_archive_cmds_need_lc=no
  1948. lt_cv_deplibs_check_method=pass_all
  1949. lt_cv_file_magic_cmd='$MAGIC_CMD'
  1950. lt_cv_file_magic_test_file=
  1951. lt_cv_ld_reload_flag=-r
  1952. lt_cv_nm_interface='BSD nm'
  1953. lt_cv_objdir=.libs
  1954. lt_cv_path_LD=/usr/bin/ld
  1955. lt_cv_path_NM='/usr/bin/nm -B'
  1956. lt_cv_path_mainfest_tool=no
  1957. lt_cv_prog_compiler_c_o=yes
  1958. lt_cv_prog_compiler_pic='-fPIC -DPIC'
  1959. lt_cv_prog_compiler_pic_works=yes
  1960. lt_cv_prog_compiler_rtti_exceptions=no
  1961. lt_cv_prog_compiler_static_works=yes
  1962. lt_cv_prog_gnu_ld=yes
  1963. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  1964. lt_cv_shlibpath_overrides_runpath=no
  1965. 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'\'''
  1966. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  1967. 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'\'''
  1968. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  1969. lt_cv_sys_max_cmd_len=1572864
  1970. lt_cv_to_host_file_cmd=func_convert_file_noop
  1971. lt_cv_to_tool_file_cmd=func_convert_file_noop
  1972.  
  1973. ## ----------------- ##
  1974. ## Output variables. ##
  1975. ## ----------------- ##
  1976.  
  1977. ACLOCAL='${SHELL} /root/dpx-1.6/missing aclocal-1.13'
  1978. AMDEPBACKSLASH='\'
  1979. AMDEP_FALSE='#'
  1980. AMDEP_TRUE=''
  1981. AMTAR='$${TAR-tar}'
  1982. AM_BACKSLASH='\'
  1983. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  1984. AM_DEFAULT_VERBOSITY='1'
  1985. AM_V='$(V)'
  1986. AR='ar'
  1987. AUTOCONF='${SHELL} /root/dpx-1.6/missing autoconf'
  1988. AUTOHEADER='${SHELL} /root/dpx-1.6/missing autoheader'
  1989. AUTOMAKE='${SHELL} /root/dpx-1.6/missing automake-1.13'
  1990. AWK='mawk'
  1991. CC='gcc'
  1992. CCDEPMODE='depmode=none'
  1993. CFLAGS=' -fvisibility=hidden'
  1994. CPP='gcc -E'
  1995. CPPFLAGS=' -I/root/snort-2.9.6.0/src/dynamic-examples/include'
  1996. CYGPATH_W='echo'
  1997. DEFS='-DHAVE_CONFIG_H'
  1998. DEPDIR='.deps'
  1999. DLLTOOL='false'
  2000. DSYMUTIL=''
  2001. DUMPBIN=''
  2002. ECHO_C=''
  2003. ECHO_N='-n'
  2004. ECHO_T=''
  2005. EGREP='/bin/grep -E'
  2006. EXEEXT=''
  2007. FGREP='/bin/grep -F'
  2008. GREP='/bin/grep'
  2009. INSTALL_DATA='${INSTALL} -m 644'
  2010. INSTALL_PROGRAM='${INSTALL}'
  2011. INSTALL_SCRIPT='${INSTALL}'
  2012. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  2013. LD='/usr/bin/ld'
  2014. LDFLAGS=''
  2015. LIBOBJS=''
  2016. LIBS=''
  2017. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  2018. LIPO=''
  2019. LN_S='ln -s'
  2020. LTLIBOBJS=''
  2021. MAKEINFO='${SHELL} /root/dpx-1.6/missing makeinfo'
  2022. MANIFEST_TOOL=':'
  2023. MKDIR_P='/bin/mkdir -p'
  2024. NM='/usr/bin/nm -B'
  2025. NMEDIT=''
  2026. OBJDUMP='objdump'
  2027. OBJEXT='o'
  2028. OTOOL64=''
  2029. OTOOL=''
  2030. PACKAGE='dpx'
  2031. PACKAGE_BUGREPORT='[email protected]'
  2032. PACKAGE_NAME='dpx'
  2033. PACKAGE_STRING='dpx 1.6'
  2034. PACKAGE_TARNAME='dpx'
  2035. PACKAGE_URL=''
  2036. PACKAGE_VERSION='1.6'
  2037. PATH_SEPARATOR=':'
  2038. RANLIB='ranlib'
  2039. SED='/bin/sed'
  2040. SET_MAKE=''
  2041. SHELL='/bin/bash'
  2042. SOURCE='/root/snort-2.9.6.0/src/dynamic-examples/include'
  2043. STRIP='strip'
  2044. VERSION='1.6'
  2045. ac_ct_AR='ar'
  2046. ac_ct_CC='gcc'
  2047. ac_ct_DUMPBIN=''
  2048. am__EXEEXT_FALSE=''
  2049. am__EXEEXT_TRUE='#'
  2050. am__fastdepCC_FALSE=''
  2051. am__fastdepCC_TRUE='#'
  2052. am__include='include'
  2053. am__isrc=''
  2054. am__leading_dot='.'
  2055. am__nodep='_no'
  2056. am__quote=''
  2057. am__tar='$${TAR-tar} chof - "$$tardir"'
  2058. am__untar='$${TAR-tar} xf -'
  2059. bindir='${exec_prefix}/bin'
  2060. build='i686-pc-linux-gnu'
  2061. build_alias=''
  2062. build_cpu='i686'
  2063. build_os='linux-gnu'
  2064. build_vendor='pc'
  2065. datadir='${datarootdir}'
  2066. datarootdir='${prefix}/share'
  2067. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  2068. dvidir='${docdir}'
  2069. exec_prefix='${prefix}'
  2070. host='i686-pc-linux-gnu'
  2071. host_alias=''
  2072. host_cpu='i686'
  2073. host_os='linux-gnu'
  2074. host_vendor='pc'
  2075. htmldir='${docdir}'
  2076. includedir='${prefix}/include'
  2077. infodir='${datarootdir}/info'
  2078. install_sh='${SHELL} /root/dpx-1.6/install-sh'
  2079. libdir='${exec_prefix}/lib'
  2080. libexecdir='${exec_prefix}/libexec'
  2081. localedir='${datarootdir}/locale'
  2082. localstatedir='${prefix}/var'
  2083. mandir='${datarootdir}/man'
  2084. mkdir_p='$(MKDIR_P)'
  2085. oldincludedir='/usr/include'
  2086. pdfdir='${docdir}'
  2087. prefix='/root/dpx-1.6'
  2088. program_transform_name='s,x,x,'
  2089. psdir='${docdir}'
  2090. sbindir='${exec_prefix}/sbin'
  2091. sharedstatedir='${prefix}/com'
  2092. sysconfdir='${prefix}/etc'
  2093. target_alias=''
  2094.  
  2095. ## ----------- ##
  2096. ## confdefs.h. ##
  2097. ## ----------- ##
  2098.  
  2099. /* confdefs.h */
  2100. #define PACKAGE_NAME "dpx"
  2101. #define PACKAGE_TARNAME "dpx"
  2102. #define PACKAGE_VERSION "1.6"
  2103. #define PACKAGE_STRING "dpx 1.6"
  2104. #define PACKAGE_BUGREPORT "[email protected]"
  2105. #define PACKAGE_URL ""
  2106. #define PACKAGE "dpx"
  2107. #define VERSION "1.6"
  2108. #define STDC_HEADERS 1
  2109. #define HAVE_SYS_TYPES_H 1
  2110. #define HAVE_SYS_STAT_H 1
  2111. #define HAVE_STDLIB_H 1
  2112. #define HAVE_STRING_H 1
  2113. #define HAVE_MEMORY_H 1
  2114. #define HAVE_STRINGS_H 1
  2115. #define HAVE_INTTYPES_H 1
  2116. #define HAVE_STDINT_H 1
  2117. #define HAVE_UNISTD_H 1
  2118. #define HAVE_DLFCN_H 1
  2119. #define LT_OBJDIR ".libs/"
  2120. #define HAVE_VISIBILITY 1
  2121. #define HAVE_INTTYPES_H 1
  2122. #define HAVE_MEMORY_H 1
  2123. #define HAVE_NETDB_H 1
  2124. #define HAVE_NETINET_IN_H 1
  2125. #define HAVE_STDINT_H 1
  2126. #define HAVE_STDLIB_H 1
  2127. #define HAVE_STRING_H 1
  2128. #define HAVE_SYS_IOCTL_H 1
  2129. #define HAVE_SYS_PARAM_H 1
  2130. #define HAVE_SYS_SOCKET_H 1
  2131. #define HAVE_SYS_TIME_H 1
  2132. #define HAVE_UNISTD_H 1
  2133. #define SIZEOF_CHAR 1
  2134. #define SIZEOF_SHORT 2
  2135. #define SIZEOF_INT 4
  2136. #define SIZEOF_LONG_INT 4
  2137. #define SIZEOF_LONG_LONG_INT 8
  2138. #define SIZEOF_UNSIGNED_INT 4
  2139. #define SIZEOF_UNSIGNED_LONG_INT 4
  2140. #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
  2141. #define HAVE_U_INT8_T 1
  2142. #define HAVE_U_INT16_T 1
  2143. #define HAVE_U_INT32_T 1
  2144. #define HAVE_U_INT64_T 1
  2145. #define HAVE_UINT8_T 1
  2146. #define HAVE_UINT16_T 1
  2147. #define HAVE_UINT32_T 1
  2148. #define HAVE_UINT64_T 1
  2149. #define HAVE_INT8_T 1
  2150. #define HAVE_INT16_T 1
  2151. #define HAVE_INT32_T 1
  2152. #define HAVE_INT64_T 1
  2153. #define HAVE_STDLIB_H 1
  2154. #define HAVE_MALLOC 1
  2155. #define HAVE_STDLIB_H 1
  2156. #define HAVE_UNISTD_H 1
  2157. #define HAVE_SYS_PARAM_H 1
  2158. #define HAVE_GETPAGESIZE 1
  2159. #define HAVE_MMAP 1
  2160. #define HAVE_GETHOSTBYNAME 1
  2161. #define HAVE_GETPAGESIZE 1
  2162. #define HAVE_MEMSET 1
  2163. #define HAVE_MUNMAP 1
  2164. #define HAVE_SOCKET 1
  2165. #define HAVE_STRCHR 1
  2166. #define HAVE_STRCSPN 1
  2167. #define HAVE_STRDUP 1
  2168. #define HAVE_STRERROR 1
  2169. #define HAVE_STRRCHR 1
  2170. #define HAVE_STRSTR 1
  2171. #define HAVE_STRTOUL 1
  2172.  
  2173. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment