Reaper25

Untitled

Apr 10th, 2018
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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 coova-chilli configure 1.3.0, which was
  5. generated by GNU Autoconf 2.68. Invocation command line was
  6.  
  7. $ ./configure --prefix=/usr --mandir=$/share/man --infodir=$/share/info --sysconfdir=/etc --localstatedir=/var --enable-largelimits --enable-binstatusfile --enable-statusfile --enable-chilliproxy --enable-chilliradsec --enable-chilliredir --with-openssl --with-curl --with-poll --enable-dhcpopt --enable-sessgarden --enable-dnslog --enable-ipwhitelist --enable-redirnsreq --enable-miniconfig --enable-libjson --enable-layer3 --enable-proxyvsa --enable-miniportal --enable-modules --enable-multiroot
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = GrimReaper
  14. uname -m = x86_64
  15. uname -r = 4.13.0-38-generic
  16. uname -s = Linux
  17. uname -v = #43~16.04.1-Ubuntu SMP Wed Mar 14 17:48:43 UTC 2018
  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: /home/reaper/bin
  31. PATH: /home/reaper/.local/bin
  32. PATH: /usr/local/sbin
  33. PATH: /usr/local/bin
  34. PATH: /usr/sbin
  35. PATH: /usr/bin
  36. PATH: /sbin
  37. PATH: /bin
  38. PATH: /usr/games
  39. PATH: /usr/local/games
  40. PATH: /snap/bin
  41.  
  42.  
  43. ## ----------- ##
  44. ## Core tests. ##
  45. ## ----------- ##
  46.  
  47. configure:2516: checking for a BSD-compatible install
  48. configure:2584: result: /usr/bin/install -c
  49. configure:2595: checking whether build environment is sane
  50. configure:2645: result: yes
  51. configure:2786: checking for a thread-safe mkdir -p
  52. configure:2825: result: /bin/mkdir -p
  53. configure:2838: checking for gawk
  54. configure:2868: result: no
  55. configure:2838: checking for mawk
  56. configure:2854: found /usr/bin/mawk
  57. configure:2865: result: mawk
  58. configure:2876: checking whether make sets $(MAKE)
  59. configure:2898: result: yes
  60. configure:3033: checking for gcc
  61. configure:3049: found /usr/bin/gcc
  62. configure:3060: result: gcc
  63. configure:3289: checking for C compiler version
  64. configure:3298: gcc --version >&5
  65. gcc (Ubuntu 5.4.0-6ubuntu1~16.04.9) 5.4.0 20160609
  66. Copyright (C) 2015 Free Software Foundation, Inc.
  67. This is free software; see the source for copying conditions. There is NO
  68. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  69.  
  70. configure:3309: $? = 0
  71. configure:3298: gcc -v >&5
  72. Using built-in specs.
  73. COLLECT_GCC=gcc
  74. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
  75. Target: x86_64-linux-gnu
  76. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.9' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  77. Thread model: posix
  78. gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9)
  79. configure:3309: $? = 0
  80. configure:3298: gcc -V >&5
  81. gcc: error: unrecognized command line option '-V'
  82. gcc: fatal error: no input files
  83. compilation terminated.
  84. configure:3309: $? = 1
  85. configure:3298: gcc -qversion >&5
  86. gcc: error: unrecognized command line option '-qversion'
  87. gcc: fatal error: no input files
  88. compilation terminated.
  89. configure:3309: $? = 1
  90. configure:3329: checking whether the C compiler works
  91. configure:3351: gcc conftest.c >&5
  92. configure:3355: $? = 0
  93. configure:3403: result: yes
  94. configure:3406: checking for C compiler default output file name
  95. configure:3408: result: a.out
  96. configure:3414: checking for suffix of executables
  97. configure:3421: gcc -o conftest conftest.c >&5
  98. configure:3425: $? = 0
  99. configure:3447: result:
  100. configure:3469: checking whether we are cross compiling
  101. configure:3477: gcc -o conftest conftest.c >&5
  102. configure:3481: $? = 0
  103. configure:3488: ./conftest
  104. configure:3492: $? = 0
  105. configure:3507: result: no
  106. configure:3512: checking for suffix of object files
  107. configure:3534: gcc -c conftest.c >&5
  108. configure:3538: $? = 0
  109. configure:3559: result: o
  110. configure:3563: checking whether we are using the GNU C compiler
  111. configure:3582: gcc -c conftest.c >&5
  112. configure:3582: $? = 0
  113. configure:3591: result: yes
  114. configure:3600: checking whether gcc accepts -g
  115. configure:3620: gcc -c -g conftest.c >&5
  116. configure:3620: $? = 0
  117. configure:3661: result: yes
  118. configure:3678: checking for gcc option to accept ISO C89
  119. configure:3742: gcc -c -g -O2 conftest.c >&5
  120. configure:3742: $? = 0
  121. configure:3755: result: none needed
  122. configure:3786: checking for style of include used by make
  123. configure:3814: result: GNU
  124. configure:3840: checking dependency style of gcc
  125. configure:3951: result: gcc3
  126. configure:3997: checking build system type
  127. configure:4011: result: x86_64-unknown-linux-gnu
  128. configure:4031: checking host system type
  129. configure:4044: result: x86_64-unknown-linux-gnu
  130. configure:4085: checking how to print strings
  131. configure:4112: result: printf
  132. configure:4133: checking for a sed that does not truncate output
  133. configure:4197: result: /bin/sed
  134. configure:4215: checking for grep that handles long lines and -e
  135. configure:4273: result: /bin/grep
  136. configure:4278: checking for egrep
  137. configure:4340: result: /bin/grep -E
  138. configure:4345: checking for fgrep
  139. configure:4407: result: /bin/grep -F
  140. configure:4442: checking for ld used by gcc
  141. configure:4509: result: /usr/bin/ld
  142. configure:4516: checking if the linker (/usr/bin/ld) is GNU ld
  143. configure:4531: result: yes
  144. configure:4543: checking for BSD- or MS-compatible name lister (nm)
  145. configure:4592: result: /usr/bin/nm -B
  146. configure:4722: checking the name lister (/usr/bin/nm -B) interface
  147. configure:4729: gcc -c -g -O2 conftest.c >&5
  148. configure:4732: /usr/bin/nm -B "conftest.o"
  149. configure:4735: output
  150. 0000000000000000 B some_variable
  151. configure:4742: result: BSD nm
  152. configure:4745: checking whether ln -s works
  153. configure:4749: result: yes
  154. configure:4757: checking the maximum length of command line arguments
  155. configure:4887: result: 1572864
  156. configure:4904: checking whether the shell understands some XSI constructs
  157. configure:4914: result: yes
  158. configure:4918: checking whether the shell understands "+="
  159. configure:4924: result: yes
  160. configure:4959: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
  161. configure:4999: result: func_convert_file_noop
  162. configure:5006: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
  163. configure:5026: result: func_convert_file_noop
  164. configure:5033: checking for /usr/bin/ld option to reload object files
  165. configure:5040: result: -r
  166. configure:5114: checking for objdump
  167. configure:5130: found /usr/bin/objdump
  168. configure:5141: result: objdump
  169. configure:5173: checking how to recognize dependent libraries
  170. configure:5375: result: pass_all
  171. configure:5460: checking for dlltool
  172. configure:5490: result: no
  173. configure:5520: checking how to associate runtime and link libraries
  174. configure:5547: result: printf %s\n
  175. configure:5608: checking for ar
  176. configure:5624: found /usr/bin/ar
  177. configure:5635: result: ar
  178. configure:5672: checking for archiver @FILE support
  179. configure:5689: gcc -c -g -O2 conftest.c >&5
  180. configure:5689: $? = 0
  181. configure:5692: ar cru libconftest.a @conftest.lst >&5
  182. ar: `u' modifier ignored since `D' is the default (see `U')
  183. configure:5695: $? = 0
  184. configure:5700: ar cru libconftest.a @conftest.lst >&5
  185. ar: `u' modifier ignored since `D' is the default (see `U')
  186. ar: conftest.o: No such file or directory
  187. configure:5703: $? = 1
  188. configure:5715: result: @
  189. configure:5773: checking for strip
  190. configure:5789: found /usr/bin/strip
  191. configure:5800: result: strip
  192. configure:5872: checking for ranlib
  193. configure:5888: found /usr/bin/ranlib
  194. configure:5899: result: ranlib
  195. configure:6001: checking command to parse /usr/bin/nm -B output from gcc object
  196. configure:6121: gcc -c -g -O2 conftest.c >&5
  197. configure:6124: $? = 0
  198. configure:6128: /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
  199. configure:6131: $? = 0
  200. configure:6197: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
  201. configure:6200: $? = 0
  202. configure:6238: result: ok
  203. configure:6275: checking for sysroot
  204. configure:6305: result: no
  205. configure:6382: gcc -c -g -O2 conftest.c >&5
  206. configure:6385: $? = 0
  207. configure:6561: checking for mt
  208. configure:6577: found /bin/mt
  209. configure:6588: result: mt
  210. configure:6611: checking if mt is a manifest tool
  211. configure:6617: mt '-?'
  212. configure:6625: result: no
  213. configure:7267: checking how to run the C preprocessor
  214. configure:7298: gcc -E conftest.c
  215. configure:7298: $? = 0
  216. configure:7312: gcc -E conftest.c
  217. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  218. compilation terminated.
  219. configure:7312: $? = 1
  220. configure: failed program was:
  221. | /* confdefs.h */
  222. | #define PACKAGE_NAME "coova-chilli"
  223. | #define PACKAGE_TARNAME "coova-chilli"
  224. | #define PACKAGE_VERSION "1.3.0"
  225. | #define PACKAGE_STRING "coova-chilli 1.3.0"
  226. | #define PACKAGE_BUGREPORT "support@coova.com"
  227. | #define PACKAGE_URL ""
  228. | #define PACKAGE "coova-chilli"
  229. | #define VERSION "1.3.0"
  230. | /* end confdefs.h. */
  231. | #include <ac_nonexistent.h>
  232. configure:7337: result: gcc -E
  233. configure:7357: gcc -E conftest.c
  234. configure:7357: $? = 0
  235. configure:7371: gcc -E conftest.c
  236. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  237. compilation terminated.
  238. configure:7371: $? = 1
  239. configure: failed program was:
  240. | /* confdefs.h */
  241. | #define PACKAGE_NAME "coova-chilli"
  242. | #define PACKAGE_TARNAME "coova-chilli"
  243. | #define PACKAGE_VERSION "1.3.0"
  244. | #define PACKAGE_STRING "coova-chilli 1.3.0"
  245. | #define PACKAGE_BUGREPORT "support@coova.com"
  246. | #define PACKAGE_URL ""
  247. | #define PACKAGE "coova-chilli"
  248. | #define VERSION "1.3.0"
  249. | /* end confdefs.h. */
  250. | #include <ac_nonexistent.h>
  251. configure:7400: checking for ANSI C header files
  252. configure:7420: gcc -c -g -O2 conftest.c >&5
  253. configure:7420: $? = 0
  254. configure:7493: gcc -o conftest -g -O2 conftest.c >&5
  255. configure:7493: $? = 0
  256. configure:7493: ./conftest
  257. configure:7493: $? = 0
  258. configure:7504: result: yes
  259. configure:7517: checking for sys/types.h
  260. configure:7517: gcc -c -g -O2 conftest.c >&5
  261. configure:7517: $? = 0
  262. configure:7517: result: yes
  263. configure:7517: checking for sys/stat.h
  264. configure:7517: gcc -c -g -O2 conftest.c >&5
  265. configure:7517: $? = 0
  266. configure:7517: result: yes
  267. configure:7517: checking for stdlib.h
  268. configure:7517: gcc -c -g -O2 conftest.c >&5
  269. configure:7517: $? = 0
  270. configure:7517: result: yes
  271. configure:7517: checking for string.h
  272. configure:7517: gcc -c -g -O2 conftest.c >&5
  273. configure:7517: $? = 0
  274. configure:7517: result: yes
  275. configure:7517: checking for memory.h
  276. configure:7517: gcc -c -g -O2 conftest.c >&5
  277. configure:7517: $? = 0
  278. configure:7517: result: yes
  279. configure:7517: checking for strings.h
  280. configure:7517: gcc -c -g -O2 conftest.c >&5
  281. configure:7517: $? = 0
  282. configure:7517: result: yes
  283. configure:7517: checking for inttypes.h
  284. configure:7517: gcc -c -g -O2 conftest.c >&5
  285. configure:7517: $? = 0
  286. configure:7517: result: yes
  287. configure:7517: checking for stdint.h
  288. configure:7517: gcc -c -g -O2 conftest.c >&5
  289. configure:7517: $? = 0
  290. configure:7517: result: yes
  291. configure:7517: checking for unistd.h
  292. configure:7517: gcc -c -g -O2 conftest.c >&5
  293. configure:7517: $? = 0
  294. configure:7517: result: yes
  295. configure:7531: checking for dlfcn.h
  296. configure:7531: gcc -c -g -O2 conftest.c >&5
  297. configure:7531: $? = 0
  298. configure:7531: result: yes
  299. configure:7737: checking for objdir
  300. configure:7752: result: .libs
  301. configure:8023: checking if gcc supports -fno-rtti -fno-exceptions
  302. configure:8041: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  303. cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
  304. configure:8045: $? = 0
  305. configure:8058: result: no
  306. configure:8385: checking for gcc option to produce PIC
  307. configure:8392: result: -fPIC -DPIC
  308. configure:8400: checking if gcc PIC flag -fPIC -DPIC works
  309. configure:8418: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
  310. configure:8422: $? = 0
  311. configure:8435: result: yes
  312. configure:8464: checking if gcc static flag -static works
  313. configure:8492: result: yes
  314. configure:8507: checking if gcc supports -c -o file.o
  315. configure:8528: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
  316. configure:8532: $? = 0
  317. configure:8554: result: yes
  318. configure:8562: checking if gcc supports -c -o file.o
  319. configure:8609: result: yes
  320. configure:8642: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  321. configure:9799: result: yes
  322. configure:9836: checking whether -lc should be explicitly linked in
  323. configure:9844: gcc -c -g -O2 conftest.c >&5
  324. configure:9847: $? = 0
  325. configure:9862: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
  326. configure:9865: $? = 0
  327. configure:9879: result: no
  328. configure:10039: checking dynamic linker characteristics
  329. configure:10550: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
  330. configure:10550: $? = 0
  331. configure:10784: result: GNU/Linux ld.so
  332. configure:10891: checking how to hardcode library paths into programs
  333. configure:10916: result: immediate
  334. configure:11456: checking whether stripping libraries is possible
  335. configure:11461: result: yes
  336. configure:11496: checking if libtool supports shared libraries
  337. configure:11498: result: yes
  338. configure:11501: checking whether to build shared libraries
  339. configure:11522: result: yes
  340. configure:11525: checking whether to build static libraries
  341. configure:11529: result: yes
  342. configure:11603: result: linux
  343. configure:11609: checking if if_packet.h has tpacket_stats defined
  344. configure:11626: gcc -c -g -O2 conftest.c >&5
  345. configure:11626: $? = 0
  346. configure:11634: result: yes
  347. configure:11641: checking if tpacket_auxdata struct has tp_vlan_tci member
  348. configure:11659: gcc -c -g -O2 conftest.c >&5
  349. configure:11659: $? = 0
  350. configure:11667: result: yes
  351. configure:11680: checking for ANSI C header files
  352. configure:11784: result: yes
  353. configure:11805: checking arpa/inet.h usability
  354. configure:11805: gcc -c -g -O2 conftest.c >&5
  355. configure:11805: $? = 0
  356. configure:11805: result: yes
  357. configure:11805: checking arpa/inet.h presence
  358. configure:11805: gcc -E conftest.c
  359. configure:11805: $? = 0
  360. configure:11805: result: yes
  361. configure:11805: checking for arpa/inet.h
  362. configure:11805: result: yes
  363. configure:11805: checking errno.h usability
  364. configure:11805: gcc -c -g -O2 conftest.c >&5
  365. configure:11805: $? = 0
  366. configure:11805: result: yes
  367. configure:11805: checking errno.h presence
  368. configure:11805: gcc -E conftest.c
  369. configure:11805: $? = 0
  370. configure:11805: result: yes
  371. configure:11805: checking for errno.h
  372. configure:11805: result: yes
  373. configure:11805: checking fcntl.h usability
  374. configure:11805: gcc -c -g -O2 conftest.c >&5
  375. configure:11805: $? = 0
  376. configure:11805: result: yes
  377. configure:11805: checking fcntl.h presence
  378. configure:11805: gcc -E conftest.c
  379. configure:11805: $? = 0
  380. configure:11805: result: yes
  381. configure:11805: checking for fcntl.h
  382. configure:11805: result: yes
  383. configure:11805: checking dirent.h usability
  384. configure:11805: gcc -c -g -O2 conftest.c >&5
  385. configure:11805: $? = 0
  386. configure:11805: result: yes
  387. configure:11805: checking dirent.h presence
  388. configure:11805: gcc -E conftest.c
  389. configure:11805: $? = 0
  390. configure:11805: result: yes
  391. configure:11805: checking for dirent.h
  392. configure:11805: result: yes
  393. configure:11805: checking netdb.h usability
  394. configure:11805: gcc -c -g -O2 conftest.c >&5
  395. configure:11805: $? = 0
  396. configure:11805: result: yes
  397. configure:11805: checking netdb.h presence
  398. configure:11805: gcc -E conftest.c
  399. configure:11805: $? = 0
  400. configure:11805: result: yes
  401. configure:11805: checking for netdb.h
  402. configure:11805: result: yes
  403. configure:11805: checking netinet/in.h usability
  404. configure:11805: gcc -c -g -O2 conftest.c >&5
  405. configure:11805: $? = 0
  406. configure:11805: result: yes
  407. configure:11805: checking netinet/in.h presence
  408. configure:11805: gcc -E conftest.c
  409. configure:11805: $? = 0
  410. configure:11805: result: yes
  411. configure:11805: checking for netinet/in.h
  412. configure:11805: result: yes
  413. configure:11805: checking netinet/tcp.h usability
  414. configure:11805: gcc -c -g -O2 conftest.c >&5
  415. configure:11805: $? = 0
  416. configure:11805: result: yes
  417. configure:11805: checking netinet/tcp.h presence
  418. configure:11805: gcc -E conftest.c
  419. configure:11805: $? = 0
  420. configure:11805: result: yes
  421. configure:11805: checking for netinet/tcp.h
  422. configure:11805: result: yes
  423. configure:11805: checking for stdint.h
  424. configure:11805: result: yes
  425. configure:11805: checking stddef.h usability
  426. configure:11805: gcc -c -g -O2 conftest.c >&5
  427. configure:11805: $? = 0
  428. configure:11805: result: yes
  429. configure:11805: checking stddef.h presence
  430. configure:11805: gcc -E conftest.c
  431. configure:11805: $? = 0
  432. configure:11805: result: yes
  433. configure:11805: checking for stddef.h
  434. configure:11805: result: yes
  435. configure:11805: checking for stdlib.h
  436. configure:11805: result: yes
  437. configure:11805: checking for string.h
  438. configure:11805: result: yes
  439. configure:11805: checking sys/ioctl.h usability
  440. configure:11805: gcc -c -g -O2 conftest.c >&5
  441. configure:11805: $? = 0
  442. configure:11805: result: yes
  443. configure:11805: checking sys/ioctl.h presence
  444. configure:11805: gcc -E conftest.c
  445. configure:11805: $? = 0
  446. configure:11805: result: yes
  447. configure:11805: checking for sys/ioctl.h
  448. configure:11805: result: yes
  449. configure:11805: checking sys/socket.h usability
  450. configure:11805: gcc -c -g -O2 conftest.c >&5
  451. configure:11805: $? = 0
  452. configure:11805: result: yes
  453. configure:11805: checking sys/socket.h presence
  454. configure:11805: gcc -E conftest.c
  455. configure:11805: $? = 0
  456. configure:11805: result: yes
  457. configure:11805: checking for sys/socket.h
  458. configure:11805: result: yes
  459. configure:11805: checking sys/sysinfo.h usability
  460. configure:11805: gcc -c -g -O2 conftest.c >&5
  461. configure:11805: $? = 0
  462. configure:11805: result: yes
  463. configure:11805: checking sys/sysinfo.h presence
  464. configure:11805: gcc -E conftest.c
  465. configure:11805: $? = 0
  466. configure:11805: result: yes
  467. configure:11805: checking for sys/sysinfo.h
  468. configure:11805: result: yes
  469. configure:11805: checking sys/param.h usability
  470. configure:11805: gcc -c -g -O2 conftest.c >&5
  471. configure:11805: $? = 0
  472. configure:11805: result: yes
  473. configure:11805: checking sys/param.h presence
  474. configure:11805: gcc -E conftest.c
  475. configure:11805: $? = 0
  476. configure:11805: result: yes
  477. configure:11805: checking for sys/param.h
  478. configure:11805: result: yes
  479. configure:11805: checking sys/time.h usability
  480. configure:11805: gcc -c -g -O2 conftest.c >&5
  481. configure:11805: $? = 0
  482. configure:11805: result: yes
  483. configure:11805: checking sys/time.h presence
  484. configure:11805: gcc -E conftest.c
  485. configure:11805: $? = 0
  486. configure:11805: result: yes
  487. configure:11805: checking for sys/time.h
  488. configure:11805: result: yes
  489. configure:11805: checking time.h usability
  490. configure:11805: gcc -c -g -O2 conftest.c >&5
  491. configure:11805: $? = 0
  492. configure:11805: result: yes
  493. configure:11805: checking time.h presence
  494. configure:11805: gcc -E conftest.c
  495. configure:11805: $? = 0
  496. configure:11805: result: yes
  497. configure:11805: checking for time.h
  498. configure:11805: result: yes
  499. configure:11805: checking sys/ipc.h usability
  500. configure:11805: gcc -c -g -O2 conftest.c >&5
  501. configure:11805: $? = 0
  502. configure:11805: result: yes
  503. configure:11805: checking sys/ipc.h presence
  504. configure:11805: gcc -E conftest.c
  505. configure:11805: $? = 0
  506. configure:11805: result: yes
  507. configure:11805: checking for sys/ipc.h
  508. configure:11805: result: yes
  509. configure:11805: checking sys/msg.h usability
  510. configure:11805: gcc -c -g -O2 conftest.c >&5
  511. configure:11805: $? = 0
  512. configure:11805: result: yes
  513. configure:11805: checking sys/msg.h presence
  514. configure:11805: gcc -E conftest.c
  515. configure:11805: $? = 0
  516. configure:11805: result: yes
  517. configure:11805: checking for sys/msg.h
  518. configure:11805: result: yes
  519. configure:11805: checking signal.h usability
  520. configure:11805: gcc -c -g -O2 conftest.c >&5
  521. configure:11805: $? = 0
  522. configure:11805: result: yes
  523. configure:11805: checking signal.h presence
  524. configure:11805: gcc -E conftest.c
  525. configure:11805: $? = 0
  526. configure:11805: result: yes
  527. configure:11805: checking for signal.h
  528. configure:11805: result: yes
  529. configure:11805: checking sys/wait.h usability
  530. configure:11805: gcc -c -g -O2 conftest.c >&5
  531. configure:11805: $? = 0
  532. configure:11805: result: yes
  533. configure:11805: checking sys/wait.h presence
  534. configure:11805: gcc -E conftest.c
  535. configure:11805: $? = 0
  536. configure:11805: result: yes
  537. configure:11805: checking for sys/wait.h
  538. configure:11805: result: yes
  539. configure:11805: checking sys/un.h usability
  540. configure:11805: gcc -c -g -O2 conftest.c >&5
  541. configure:11805: $? = 0
  542. configure:11805: result: yes
  543. configure:11805: checking sys/un.h presence
  544. configure:11805: gcc -E conftest.c
  545. configure:11805: $? = 0
  546. configure:11805: result: yes
  547. configure:11805: checking for sys/un.h
  548. configure:11805: result: yes
  549. configure:11805: checking ifaddrs.h usability
  550. configure:11805: gcc -c -g -O2 conftest.c >&5
  551. configure:11805: $? = 0
  552. configure:11805: result: yes
  553. configure:11805: checking ifaddrs.h presence
  554. configure:11805: gcc -E conftest.c
  555. configure:11805: $? = 0
  556. configure:11805: result: yes
  557. configure:11805: checking for ifaddrs.h
  558. configure:11805: result: yes
  559. configure:11805: checking for sys/stat.h
  560. configure:11805: result: yes
  561. configure:11805: checking for sys/types.h
  562. configure:11805: result: yes
  563. configure:11805: checking regex.h usability
  564. configure:11805: gcc -c -g -O2 conftest.c >&5
  565. configure:11805: $? = 0
  566. configure:11805: result: yes
  567. configure:11805: checking regex.h presence
  568. configure:11805: gcc -E conftest.c
  569. configure:11805: $? = 0
  570. configure:11805: result: yes
  571. configure:11805: checking for regex.h
  572. configure:11805: result: yes
  573. configure:11805: checking syslog.h usability
  574. configure:11805: gcc -c -g -O2 conftest.c >&5
  575. configure:11805: $? = 0
  576. configure:11805: result: yes
  577. configure:11805: checking syslog.h presence
  578. configure:11805: gcc -E conftest.c
  579. configure:11805: $? = 0
  580. configure:11805: result: yes
  581. configure:11805: checking for syslog.h
  582. configure:11805: result: yes
  583. configure:11805: checking poll.h usability
  584. configure:11805: gcc -c -g -O2 conftest.c >&5
  585. configure:11805: $? = 0
  586. configure:11805: result: yes
  587. configure:11805: checking poll.h presence
  588. configure:11805: gcc -E conftest.c
  589. configure:11805: $? = 0
  590. configure:11805: result: yes
  591. configure:11805: checking for poll.h
  592. configure:11805: result: yes
  593. configure:11805: checking sys/epoll.h usability
  594. configure:11805: gcc -c -g -O2 conftest.c >&5
  595. configure:11805: $? = 0
  596. configure:11805: result: yes
  597. configure:11805: checking sys/epoll.h presence
  598. configure:11805: gcc -E conftest.c
  599. configure:11805: $? = 0
  600. configure:11805: result: yes
  601. configure:11805: checking for sys/epoll.h
  602. configure:11805: result: yes
  603. configure:11805: checking for unistd.h
  604. configure:11805: result: yes
  605. configure:11805: checking endian.h usability
  606. configure:11805: gcc -c -g -O2 conftest.c >&5
  607. configure:11805: $? = 0
  608. configure:11805: result: yes
  609. configure:11805: checking endian.h presence
  610. configure:11805: gcc -E conftest.c
  611. configure:11805: $? = 0
  612. configure:11805: result: yes
  613. configure:11805: checking for endian.h
  614. configure:11805: result: yes
  615. configure:11805: checking libgen.h usability
  616. configure:11805: gcc -c -g -O2 conftest.c >&5
  617. configure:11805: $? = 0
  618. configure:11805: result: yes
  619. configure:11805: checking libgen.h presence
  620. configure:11805: gcc -E conftest.c
  621. configure:11805: $? = 0
  622. configure:11805: result: yes
  623. configure:11805: checking for libgen.h
  624. configure:11805: result: yes
  625. configure:11805: checking asm/types.h usability
  626. configure:11805: gcc -c -g -O2 conftest.c >&5
  627. configure:11805: $? = 0
  628. configure:11805: result: yes
  629. configure:11805: checking asm/types.h presence
  630. configure:11805: gcc -E conftest.c
  631. configure:11805: $? = 0
  632. configure:11805: result: yes
  633. configure:11805: checking for asm/types.h
  634. configure:11805: result: yes
  635. configure:11805: checking pwd.h usability
  636. configure:11805: gcc -c -g -O2 conftest.c >&5
  637. configure:11805: $? = 0
  638. configure:11805: result: yes
  639. configure:11805: checking pwd.h presence
  640. configure:11805: gcc -E conftest.c
  641. configure:11805: $? = 0
  642. configure:11805: result: yes
  643. configure:11805: checking for pwd.h
  644. configure:11805: result: yes
  645. configure:11805: checking grp.h usability
  646. configure:11805: gcc -c -g -O2 conftest.c >&5
  647. configure:11805: $? = 0
  648. configure:11805: result: yes
  649. configure:11805: checking grp.h presence
  650. configure:11805: gcc -E conftest.c
  651. configure:11805: $? = 0
  652. configure:11805: result: yes
  653. configure:11805: checking for grp.h
  654. configure:11805: result: yes
  655. configure:11819: checking for resolv.h
  656. configure:11819: gcc -c -g -O2 conftest.c >&5
  657. configure:11819: $? = 0
  658. configure:11819: result: yes
  659. configure:11819: checking for net/route.h
  660. configure:11819: gcc -c -g -O2 conftest.c >&5
  661. configure:11819: $? = 0
  662. configure:11819: result: yes
  663. configure:11819: checking for net/if.h
  664. configure:11819: gcc -c -g -O2 conftest.c >&5
  665. configure:11819: $? = 0
  666. configure:11819: result: yes
  667. configure:11819: checking for net/if_arp.h
  668. configure:11819: gcc -c -g -O2 conftest.c >&5
  669. configure:11819: $? = 0
  670. configure:11819: result: yes
  671. configure:11819: checking for net/if_tun.h
  672. configure:11819: gcc -c -g -O2 conftest.c >&5
  673. conftest.c:86:24: fatal error: net/if_tun.h: No such file or directory
  674. compilation terminated.
  675. configure:11819: $? = 1
  676. configure: failed program was:
  677. | /* confdefs.h */
  678. | #define PACKAGE_NAME "coova-chilli"
  679. | #define PACKAGE_TARNAME "coova-chilli"
  680. | #define PACKAGE_VERSION "1.3.0"
  681. | #define PACKAGE_STRING "coova-chilli 1.3.0"
  682. | #define PACKAGE_BUGREPORT "support@coova.com"
  683. | #define PACKAGE_URL ""
  684. | #define PACKAGE "coova-chilli"
  685. | #define VERSION "1.3.0"
  686. | #define STDC_HEADERS 1
  687. | #define HAVE_SYS_TYPES_H 1
  688. | #define HAVE_SYS_STAT_H 1
  689. | #define HAVE_STDLIB_H 1
  690. | #define HAVE_STRING_H 1
  691. | #define HAVE_MEMORY_H 1
  692. | #define HAVE_STRINGS_H 1
  693. | #define HAVE_INTTYPES_H 1
  694. | #define HAVE_STDINT_H 1
  695. | #define HAVE_UNISTD_H 1
  696. | #define HAVE_DLFCN_H 1
  697. | #define LT_OBJDIR ".libs/"
  698. | #define HAVE_TPACKET_STATS 1
  699. | #define HAVE_LINUX_TPACKET_AUXDATA_TP_VLAN_TCI 1
  700. | #define STDC_HEADERS 1
  701. | #define HAVE_ARPA_INET_H 1
  702. | #define HAVE_ERRNO_H 1
  703. | #define HAVE_FCNTL_H 1
  704. | #define HAVE_DIRENT_H 1
  705. | #define HAVE_NETDB_H 1
  706. | #define HAVE_NETINET_IN_H 1
  707. | #define HAVE_NETINET_TCP_H 1
  708. | #define HAVE_STDINT_H 1
  709. | #define HAVE_STDDEF_H 1
  710. | #define HAVE_STDLIB_H 1
  711. | #define HAVE_STRING_H 1
  712. | #define HAVE_SYS_IOCTL_H 1
  713. | #define HAVE_SYS_SOCKET_H 1
  714. | #define HAVE_SYS_SYSINFO_H 1
  715. | #define HAVE_SYS_PARAM_H 1
  716. | #define HAVE_SYS_TIME_H 1
  717. | #define HAVE_TIME_H 1
  718. | #define HAVE_SYS_IPC_H 1
  719. | #define HAVE_SYS_MSG_H 1
  720. | #define HAVE_SIGNAL_H 1
  721. | #define HAVE_SYS_WAIT_H 1
  722. | #define HAVE_SYS_UN_H 1
  723. | #define HAVE_IFADDRS_H 1
  724. | #define HAVE_SYS_STAT_H 1
  725. | #define HAVE_SYS_TYPES_H 1
  726. | #define HAVE_REGEX_H 1
  727. | #define HAVE_SYSLOG_H 1
  728. | #define HAVE_POLL_H 1
  729. | #define HAVE_SYS_EPOLL_H 1
  730. | #define HAVE_UNISTD_H 1
  731. | #define HAVE_ENDIAN_H 1
  732. | #define HAVE_LIBGEN_H 1
  733. | #define HAVE_ASM_TYPES_H 1
  734. | #define HAVE_PWD_H 1
  735. | #define HAVE_GRP_H 1
  736. | #define HAVE_RESOLV_H 1
  737. | #define HAVE_NET_ROUTE_H 1
  738. | #define HAVE_NET_IF_H 1
  739. | #define HAVE_NET_IF_ARP_H 1
  740. | /* end confdefs.h. */
  741. |
  742. | #include <stdio.h>
  743. | #ifdef STDC_HEADERS
  744. | # include <stdlib.h>
  745. | # include <stddef.h>
  746. | #else
  747. | # ifdef HAVE_STDLIB_H
  748. | # include <stdlib.h>
  749. | # endif
  750. | #endif
  751. | #ifdef HAVE_SYS_TYPES_H
  752. | # include <sys/types.h>
  753. | #endif
  754. | #ifdef HAVE_SYS_SOCKET_H
  755. | # include <sys/socket.h>
  756. | #endif
  757. | #ifdef HAVE_NETINET_IN_H
  758. | # include <netinet/in.h>
  759. | #endif
  760. |
  761. |
  762. | #include <net/if_tun.h>
  763. configure:11819: result: no
  764. configure:11819: checking for net/ethernet.h
  765. configure:11819: gcc -c -g -O2 conftest.c >&5
  766. configure:11819: $? = 0
  767. configure:11819: result: yes
  768. configure:11851: checking for an ANSI C-conforming const
  769. configure:11916: gcc -c -g -O2 conftest.c >&5
  770. configure:11916: $? = 0
  771. configure:11923: result: yes
  772. configure:11931: checking for mode_t
  773. configure:11931: gcc -c -g -O2 conftest.c >&5
  774. configure:11931: $? = 0
  775. configure:11931: gcc -c -g -O2 conftest.c >&5
  776. conftest.c: In function 'main':
  777. conftest.c:102:21: error: expected expression before ')' token
  778. if (sizeof ((mode_t)))
  779. ^
  780. configure:11931: $? = 1
  781. configure: failed program was:
  782. | /* confdefs.h */
  783. | #define PACKAGE_NAME "coova-chilli"
  784. | #define PACKAGE_TARNAME "coova-chilli"
  785. | #define PACKAGE_VERSION "1.3.0"
  786. | #define PACKAGE_STRING "coova-chilli 1.3.0"
  787. | #define PACKAGE_BUGREPORT "support@coova.com"
  788. | #define PACKAGE_URL ""
  789. | #define PACKAGE "coova-chilli"
  790. | #define VERSION "1.3.0"
  791. | #define STDC_HEADERS 1
  792. | #define HAVE_SYS_TYPES_H 1
  793. | #define HAVE_SYS_STAT_H 1
  794. | #define HAVE_STDLIB_H 1
  795. | #define HAVE_STRING_H 1
  796. | #define HAVE_MEMORY_H 1
  797. | #define HAVE_STRINGS_H 1
  798. | #define HAVE_INTTYPES_H 1
  799. | #define HAVE_STDINT_H 1
  800. | #define HAVE_UNISTD_H 1
  801. | #define HAVE_DLFCN_H 1
  802. | #define LT_OBJDIR ".libs/"
  803. | #define HAVE_TPACKET_STATS 1
  804. | #define HAVE_LINUX_TPACKET_AUXDATA_TP_VLAN_TCI 1
  805. | #define STDC_HEADERS 1
  806. | #define HAVE_ARPA_INET_H 1
  807. | #define HAVE_ERRNO_H 1
  808. | #define HAVE_FCNTL_H 1
  809. | #define HAVE_DIRENT_H 1
  810. | #define HAVE_NETDB_H 1
  811. | #define HAVE_NETINET_IN_H 1
  812. | #define HAVE_NETINET_TCP_H 1
  813. | #define HAVE_STDINT_H 1
  814. | #define HAVE_STDDEF_H 1
  815. | #define HAVE_STDLIB_H 1
  816. | #define HAVE_STRING_H 1
  817. | #define HAVE_SYS_IOCTL_H 1
  818. | #define HAVE_SYS_SOCKET_H 1
  819. | #define HAVE_SYS_SYSINFO_H 1
  820. | #define HAVE_SYS_PARAM_H 1
  821. | #define HAVE_SYS_TIME_H 1
  822. | #define HAVE_TIME_H 1
  823. | #define HAVE_SYS_IPC_H 1
  824. | #define HAVE_SYS_MSG_H 1
  825. | #define HAVE_SIGNAL_H 1
  826. | #define HAVE_SYS_WAIT_H 1
  827. | #define HAVE_SYS_UN_H 1
  828. | #define HAVE_IFADDRS_H 1
  829. | #define HAVE_SYS_STAT_H 1
  830. | #define HAVE_SYS_TYPES_H 1
  831. | #define HAVE_REGEX_H 1
  832. | #define HAVE_SYSLOG_H 1
  833. | #define HAVE_POLL_H 1
  834. | #define HAVE_SYS_EPOLL_H 1
  835. | #define HAVE_UNISTD_H 1
  836. | #define HAVE_ENDIAN_H 1
  837. | #define HAVE_LIBGEN_H 1
  838. | #define HAVE_ASM_TYPES_H 1
  839. | #define HAVE_PWD_H 1
  840. | #define HAVE_GRP_H 1
  841. | #define HAVE_RESOLV_H 1
  842. | #define HAVE_NET_ROUTE_H 1
  843. | #define HAVE_NET_IF_H 1
  844. | #define HAVE_NET_IF_ARP_H 1
  845. | #define HAVE_NET_ETHERNET_H 1
  846. | /* end confdefs.h. */
  847. | #include <stdio.h>
  848. | #ifdef HAVE_SYS_TYPES_H
  849. | # include <sys/types.h>
  850. | #endif
  851. | #ifdef HAVE_SYS_STAT_H
  852. | # include <sys/stat.h>
  853. | #endif
  854. | #ifdef STDC_HEADERS
  855. | # include <stdlib.h>
  856. | # include <stddef.h>
  857. | #else
  858. | # ifdef HAVE_STDLIB_H
  859. | # include <stdlib.h>
  860. | # endif
  861. | #endif
  862. | #ifdef HAVE_STRING_H
  863. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  864. | # include <memory.h>
  865. | # endif
  866. | # include <string.h>
  867. | #endif
  868. | #ifdef HAVE_STRINGS_H
  869. | # include <strings.h>
  870. | #endif
  871. | #ifdef HAVE_INTTYPES_H
  872. | # include <inttypes.h>
  873. | #endif
  874. | #ifdef HAVE_STDINT_H
  875. | # include <stdint.h>
  876. | #endif
  877. | #ifdef HAVE_UNISTD_H
  878. | # include <unistd.h>
  879. | #endif
  880. | int
  881. | main ()
  882. | {
  883. | if (sizeof ((mode_t)))
  884. | return 0;
  885. | ;
  886. | return 0;
  887. | }
  888. configure:11931: result: yes
  889. configure:11942: checking whether time.h and sys/time.h may both be included
  890. configure:11962: gcc -c -g -O2 conftest.c >&5
  891. configure:11962: $? = 0
  892. configure:11969: result: yes
  893. configure:11979: checking for pid_t
  894. configure:11979: gcc -c -g -O2 conftest.c >&5
  895. configure:11979: $? = 0
  896. configure:11979: gcc -c -g -O2 conftest.c >&5
  897. conftest.c: In function 'main':
  898. conftest.c:103:20: error: expected expression before ')' token
  899. if (sizeof ((pid_t)))
  900. ^
  901. configure:11979: $? = 1
  902. configure: failed program was:
  903. | /* confdefs.h */
  904. | #define PACKAGE_NAME "coova-chilli"
  905. | #define PACKAGE_TARNAME "coova-chilli"
  906. | #define PACKAGE_VERSION "1.3.0"
  907. | #define PACKAGE_STRING "coova-chilli 1.3.0"
  908. | #define PACKAGE_BUGREPORT "support@coova.com"
  909. | #define PACKAGE_URL ""
  910. | #define PACKAGE "coova-chilli"
  911. | #define VERSION "1.3.0"
  912. | #define STDC_HEADERS 1
  913. | #define HAVE_SYS_TYPES_H 1
  914. | #define HAVE_SYS_STAT_H 1
  915. | #define HAVE_STDLIB_H 1
  916. | #define HAVE_STRING_H 1
  917. | #define HAVE_MEMORY_H 1
  918. | #define HAVE_STRINGS_H 1
  919. | #define HAVE_INTTYPES_H 1
  920. | #define HAVE_STDINT_H 1
  921. | #define HAVE_UNISTD_H 1
  922. | #define HAVE_DLFCN_H 1
  923. | #define LT_OBJDIR ".libs/"
  924. | #define HAVE_TPACKET_STATS 1
  925. | #define HAVE_LINUX_TPACKET_AUXDATA_TP_VLAN_TCI 1
  926. | #define STDC_HEADERS 1
  927. | #define HAVE_ARPA_INET_H 1
  928. | #define HAVE_ERRNO_H 1
  929. | #define HAVE_FCNTL_H 1
  930. | #define HAVE_DIRENT_H 1
  931. | #define HAVE_NETDB_H 1
  932. | #define HAVE_NETINET_IN_H 1
  933. | #define HAVE_NETINET_TCP_H 1
  934. | #define HAVE_STDINT_H 1
  935. | #define HAVE_STDDEF_H 1
  936. | #define HAVE_STDLIB_H 1
  937. | #define HAVE_STRING_H 1
  938. | #define HAVE_SYS_IOCTL_H 1
  939. | #define HAVE_SYS_SOCKET_H 1
  940. | #define HAVE_SYS_SYSINFO_H 1
  941. | #define HAVE_SYS_PARAM_H 1
  942. | #define HAVE_SYS_TIME_H 1
  943. | #define HAVE_TIME_H 1
  944. | #define HAVE_SYS_IPC_H 1
  945. | #define HAVE_SYS_MSG_H 1
  946. | #define HAVE_SIGNAL_H 1
  947. | #define HAVE_SYS_WAIT_H 1
  948. | #define HAVE_SYS_UN_H 1
  949. | #define HAVE_IFADDRS_H 1
  950. | #define HAVE_SYS_STAT_H 1
  951. | #define HAVE_SYS_TYPES_H 1
  952. | #define HAVE_REGEX_H 1
  953. | #define HAVE_SYSLOG_H 1
  954. | #define HAVE_POLL_H 1
  955. | #define HAVE_SYS_EPOLL_H 1
  956. | #define HAVE_UNISTD_H 1
  957. | #define HAVE_ENDIAN_H 1
  958. | #define HAVE_LIBGEN_H 1
  959. | #define HAVE_ASM_TYPES_H 1
  960. | #define HAVE_PWD_H 1
  961. | #define HAVE_GRP_H 1
  962. | #define HAVE_RESOLV_H 1
  963. | #define HAVE_NET_ROUTE_H 1
  964. | #define HAVE_NET_IF_H 1
  965. | #define HAVE_NET_IF_ARP_H 1
  966. | #define HAVE_NET_ETHERNET_H 1
  967. | #define TIME_WITH_SYS_TIME 1
  968. | /* end confdefs.h. */
  969. | #include <stdio.h>
  970. | #ifdef HAVE_SYS_TYPES_H
  971. | # include <sys/types.h>
  972. | #endif
  973. | #ifdef HAVE_SYS_STAT_H
  974. | # include <sys/stat.h>
  975. | #endif
  976. | #ifdef STDC_HEADERS
  977. | # include <stdlib.h>
  978. | # include <stddef.h>
  979. | #else
  980. | # ifdef HAVE_STDLIB_H
  981. | # include <stdlib.h>
  982. | # endif
  983. | #endif
  984. | #ifdef HAVE_STRING_H
  985. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  986. | # include <memory.h>
  987. | # endif
  988. | # include <string.h>
  989. | #endif
  990. | #ifdef HAVE_STRINGS_H
  991. | # include <strings.h>
  992. | #endif
  993. | #ifdef HAVE_INTTYPES_H
  994. | # include <inttypes.h>
  995. | #endif
  996. | #ifdef HAVE_STDINT_H
  997. | # include <stdint.h>
  998. | #endif
  999. | #ifdef HAVE_UNISTD_H
  1000. | # include <unistd.h>
  1001. | #endif
  1002. | int
  1003. | main ()
  1004. | {
  1005. | if (sizeof ((pid_t)))
  1006. | return 0;
  1007. | ;
  1008. | return 0;
  1009. | }
  1010. configure:11979: result: yes
  1011. configure:11992: checking vfork.h usability
  1012. configure:11992: gcc -c -g -O2 conftest.c >&5
  1013. conftest.c:100:19: fatal error: vfork.h: No such file or directory
  1014. compilation terminated.
  1015. configure:11992: $? = 1
  1016. configure: failed program was:
  1017. | /* confdefs.h */
  1018. | #define PACKAGE_NAME "coova-chilli"
  1019. | #define PACKAGE_TARNAME "coova-chilli"
  1020. | #define PACKAGE_VERSION "1.3.0"
  1021. | #define PACKAGE_STRING "coova-chilli 1.3.0"
  1022. | #define PACKAGE_BUGREPORT "support@coova.com"
  1023. | #define PACKAGE_URL ""
  1024. | #define PACKAGE "coova-chilli"
  1025. | #define VERSION "1.3.0"
  1026. | #define STDC_HEADERS 1
  1027. | #define HAVE_SYS_TYPES_H 1
  1028. | #define HAVE_SYS_STAT_H 1
  1029. | #define HAVE_STDLIB_H 1
  1030. | #define HAVE_STRING_H 1
  1031. | #define HAVE_MEMORY_H 1
  1032. | #define HAVE_STRINGS_H 1
  1033. | #define HAVE_INTTYPES_H 1
  1034. | #define HAVE_STDINT_H 1
  1035. | #define HAVE_UNISTD_H 1
  1036. | #define HAVE_DLFCN_H 1
  1037. | #define LT_OBJDIR ".libs/"
  1038. | #define HAVE_TPACKET_STATS 1
  1039. | #define HAVE_LINUX_TPACKET_AUXDATA_TP_VLAN_TCI 1
  1040. | #define STDC_HEADERS 1
  1041. | #define HAVE_ARPA_INET_H 1
  1042. | #define HAVE_ERRNO_H 1
  1043. | #define HAVE_FCNTL_H 1
  1044. | #define HAVE_DIRENT_H 1
  1045. | #define HAVE_NETDB_H 1
  1046. | #define HAVE_NETINET_IN_H 1
  1047. | #define HAVE_NETINET_TCP_H 1
  1048. | #define HAVE_STDINT_H 1
  1049. | #define HAVE_STDDEF_H 1
  1050. | #define HAVE_STDLIB_H 1
  1051. | #define HAVE_STRING_H 1
  1052. | #define HAVE_SYS_IOCTL_H 1
  1053. | #define HAVE_SYS_SOCKET_H 1
  1054. | #define HAVE_SYS_SYSINFO_H 1
  1055. | #define HAVE_SYS_PARAM_H 1
  1056. | #define HAVE_SYS_TIME_H 1
  1057. | #define HAVE_TIME_H 1
  1058. | #define HAVE_SYS_IPC_H 1
  1059. | #define HAVE_SYS_MSG_H 1
  1060. | #define HAVE_SIGNAL_H 1
  1061. | #define HAVE_SYS_WAIT_H 1
  1062. | #define HAVE_SYS_UN_H 1
  1063. | #define HAVE_IFADDRS_H 1
  1064. | #define HAVE_SYS_STAT_H 1
  1065. | #define HAVE_SYS_TYPES_H 1
  1066. | #define HAVE_REGEX_H 1
  1067. | #define HAVE_SYSLOG_H 1
  1068. | #define HAVE_POLL_H 1
  1069. | #define HAVE_SYS_EPOLL_H 1
  1070. | #define HAVE_UNISTD_H 1
  1071. | #define HAVE_ENDIAN_H 1
  1072. | #define HAVE_LIBGEN_H 1
  1073. | #define HAVE_ASM_TYPES_H 1
  1074. | #define HAVE_PWD_H 1
  1075. | #define HAVE_GRP_H 1
  1076. | #define HAVE_RESOLV_H 1
  1077. | #define HAVE_NET_ROUTE_H 1
  1078. | #define HAVE_NET_IF_H 1
  1079. | #define HAVE_NET_IF_ARP_H 1
  1080. | #define HAVE_NET_ETHERNET_H 1
  1081. | #define TIME_WITH_SYS_TIME 1
  1082. | /* end confdefs.h. */
  1083. | #include <stdio.h>
  1084. | #ifdef HAVE_SYS_TYPES_H
  1085. | # include <sys/types.h>
  1086. | #endif
  1087. | #ifdef HAVE_SYS_STAT_H
  1088. | # include <sys/stat.h>
  1089. | #endif
  1090. | #ifdef STDC_HEADERS
  1091. | # include <stdlib.h>
  1092. | # include <stddef.h>
  1093. | #else
  1094. | # ifdef HAVE_STDLIB_H
  1095. | # include <stdlib.h>
  1096. | # endif
  1097. | #endif
  1098. | #ifdef HAVE_STRING_H
  1099. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1100. | # include <memory.h>
  1101. | # endif
  1102. | # include <string.h>
  1103. | #endif
  1104. | #ifdef HAVE_STRINGS_H
  1105. | # include <strings.h>
  1106. | #endif
  1107. | #ifdef HAVE_INTTYPES_H
  1108. | # include <inttypes.h>
  1109. | #endif
  1110. | #ifdef HAVE_STDINT_H
  1111. | # include <stdint.h>
  1112. | #endif
  1113. | #ifdef HAVE_UNISTD_H
  1114. | # include <unistd.h>
  1115. | #endif
  1116. | #include <vfork.h>
  1117. configure:11992: result: no
  1118. configure:11992: checking vfork.h presence
  1119. configure:11992: gcc -E conftest.c
  1120. conftest.c:67:19: fatal error: vfork.h: No such file or directory
  1121. compilation terminated.
  1122. configure:11992: $? = 1
  1123. configure: failed program was:
  1124. | /* confdefs.h */
  1125. | #define PACKAGE_NAME "coova-chilli"
  1126. | #define PACKAGE_TARNAME "coova-chilli"
  1127. | #define PACKAGE_VERSION "1.3.0"
  1128. | #define PACKAGE_STRING "coova-chilli 1.3.0"
  1129. | #define PACKAGE_BUGREPORT "support@coova.com"
  1130. | #define PACKAGE_URL ""
  1131. | #define PACKAGE "coova-chilli"
  1132. | #define VERSION "1.3.0"
  1133. | #define STDC_HEADERS 1
  1134. | #define HAVE_SYS_TYPES_H 1
  1135. | #define HAVE_SYS_STAT_H 1
  1136. | #define HAVE_STDLIB_H 1
  1137. | #define HAVE_STRING_H 1
  1138. | #define HAVE_MEMORY_H 1
  1139. | #define HAVE_STRINGS_H 1
  1140. | #define HAVE_INTTYPES_H 1
  1141. | #define HAVE_STDINT_H 1
  1142. | #define HAVE_UNISTD_H 1
  1143. | #define HAVE_DLFCN_H 1
  1144. | #define LT_OBJDIR ".libs/"
  1145. | #define HAVE_TPACKET_STATS 1
  1146. | #define HAVE_LINUX_TPACKET_AUXDATA_TP_VLAN_TCI 1
  1147. | #define STDC_HEADERS 1
  1148. | #define HAVE_ARPA_INET_H 1
  1149. | #define HAVE_ERRNO_H 1
  1150. | #define HAVE_FCNTL_H 1
  1151. | #define HAVE_DIRENT_H 1
  1152. | #define HAVE_NETDB_H 1
  1153. | #define HAVE_NETINET_IN_H 1
  1154. | #define HAVE_NETINET_TCP_H 1
  1155. | #define HAVE_STDINT_H 1
  1156. | #define HAVE_STDDEF_H 1
  1157. | #define HAVE_STDLIB_H 1
  1158. | #define HAVE_STRING_H 1
  1159. | #define HAVE_SYS_IOCTL_H 1
  1160. | #define HAVE_SYS_SOCKET_H 1
  1161. | #define HAVE_SYS_SYSINFO_H 1
  1162. | #define HAVE_SYS_PARAM_H 1
  1163. | #define HAVE_SYS_TIME_H 1
  1164. | #define HAVE_TIME_H 1
  1165. | #define HAVE_SYS_IPC_H 1
  1166. | #define HAVE_SYS_MSG_H 1
  1167. | #define HAVE_SIGNAL_H 1
  1168. | #define HAVE_SYS_WAIT_H 1
  1169. | #define HAVE_SYS_UN_H 1
  1170. | #define HAVE_IFADDRS_H 1
  1171. | #define HAVE_SYS_STAT_H 1
  1172. | #define HAVE_SYS_TYPES_H 1
  1173. | #define HAVE_REGEX_H 1
  1174. | #define HAVE_SYSLOG_H 1
  1175. | #define HAVE_POLL_H 1
  1176. | #define HAVE_SYS_EPOLL_H 1
  1177. | #define HAVE_UNISTD_H 1
  1178. | #define HAVE_ENDIAN_H 1
  1179. | #define HAVE_LIBGEN_H 1
  1180. | #define HAVE_ASM_TYPES_H 1
  1181. | #define HAVE_PWD_H 1
  1182. | #define HAVE_GRP_H 1
  1183. | #define HAVE_RESOLV_H 1
  1184. | #define HAVE_NET_ROUTE_H 1
  1185. | #define HAVE_NET_IF_H 1
  1186. | #define HAVE_NET_IF_ARP_H 1
  1187. | #define HAVE_NET_ETHERNET_H 1
  1188. | #define TIME_WITH_SYS_TIME 1
  1189. | /* end confdefs.h. */
  1190. | #include <vfork.h>
  1191. configure:11992: result: no
  1192. configure:11992: checking for vfork.h
  1193. configure:11992: result: no
  1194. configure:12005: checking for fork
  1195. configure:12005: gcc -o conftest -g -O2 conftest.c >&5
  1196. conftest.c:90:6: warning: conflicting types for built-in function 'fork'
  1197. char fork ();
  1198. ^
  1199. configure:12005: $? = 0
  1200. configure:12005: result: yes
  1201. configure:12005: checking for vfork
  1202. configure:12005: gcc -o conftest -g -O2 conftest.c >&5
  1203. configure:12005: $? = 0
  1204. configure:12005: result: yes
  1205. configure:12015: checking for working fork
  1206. configure:12037: gcc -o conftest -g -O2 conftest.c >&5
  1207. configure:12037: $? = 0
  1208. configure:12037: ./conftest
  1209. configure:12037: $? = 0
  1210. configure:12047: result: yes
  1211. configure:12068: checking for working vfork
  1212. configure:12178: result: yes
  1213. configure:12204: checking whether gcc needs -traditional
  1214. configure:12238: result: no
  1215. configure:12245: checking for working memcmp
  1216. configure:12288: gcc -o conftest -g -O2 conftest.c >&5
  1217. configure:12288: $? = 0
  1218. configure:12288: ./conftest
  1219. configure:12288: $? = 0
  1220. configure:12298: result: yes
  1221. configure:12310: checking sys/select.h usability
  1222. configure:12310: gcc -c -g -O2 conftest.c >&5
  1223. configure:12310: $? = 0
  1224. configure:12310: result: yes
  1225. configure:12310: checking sys/select.h presence
  1226. configure:12310: gcc -E conftest.c
  1227. configure:12310: $? = 0
  1228. configure:12310: result: yes
  1229. configure:12310: checking for sys/select.h
  1230. configure:12310: result: yes
  1231. configure:12310: checking for sys/socket.h
  1232. configure:12310: result: yes
  1233. configure:12320: checking types of arguments for select
  1234. configure:12348: gcc -c -g -O2 conftest.c >&5
  1235. configure:12348: $? = 0
  1236. configure:12359: result: int,fd_set *,struct timeval *
  1237. configure:12387: checking for gethostbyname
  1238. configure:12387: gcc -o conftest -g -O2 conftest.c >&5
  1239. configure:12387: $? = 0
  1240. configure:12387: result: yes
  1241. configure:12387: checking for getprotoent
  1242. configure:12387: gcc -o conftest -g -O2 conftest.c >&5
  1243. configure:12387: $? = 0
  1244. configure:12387: result: yes
  1245. configure:12387: checking for gettimeofday
  1246. configure:12387: gcc -o conftest -g -O2 conftest.c >&5
  1247. configure:12387: $? = 0
  1248. configure:12387: result: yes
  1249. configure:12387: checking for inet_ntoa
  1250. configure:12387: gcc -o conftest -g -O2 conftest.c >&5
  1251. configure:12387: $? = 0
  1252. configure:12387: result: yes
  1253. configure:12387: checking for memset
  1254. configure:12387: gcc -o conftest -g -O2 conftest.c >&5
  1255. conftest.c:103:6: warning: conflicting types for built-in function 'memset'
  1256. char memset ();
  1257. ^
  1258. configure:12387: $? = 0
  1259. configure:12387: result: yes
  1260. configure:12387: checking for select
  1261. configure:12387: gcc -o conftest -g -O2 conftest.c >&5
  1262. configure:12387: $? = 0
  1263. configure:12387: result: yes
  1264. configure:12387: checking for socket
  1265. configure:12387: gcc -o conftest -g -O2 conftest.c >&5
  1266. configure:12387: $? = 0
  1267. configure:12387: result: yes
  1268. configure:12387: checking for strdup
  1269. configure:12387: gcc -o conftest -g -O2 conftest.c >&5
  1270. conftest.c:106:6: warning: conflicting types for built-in function 'strdup'
  1271. char strdup ();
  1272. ^
  1273. configure:12387: $? = 0
  1274. configure:12387: result: yes
  1275. configure:12387: checking for strerror
  1276. configure:12387: gcc -o conftest -g -O2 conftest.c >&5
  1277. configure:12387: $? = 0
  1278. configure:12387: result: yes
  1279. configure:12387: checking for strstr
  1280. configure:12387: gcc -o conftest -g -O2 conftest.c >&5
  1281. conftest.c:108:6: warning: conflicting types for built-in function 'strstr'
  1282. char strstr ();
  1283. ^
  1284. configure:12387: $? = 0
  1285. configure:12387: result: yes
  1286. configure:12387: checking for strtol
  1287. configure:12387: gcc -o conftest -g -O2 conftest.c >&5
  1288. configure:12387: $? = 0
  1289. configure:12387: result: yes
  1290. configure:12387: checking for getline
  1291. configure:12387: gcc -o conftest -g -O2 conftest.c >&5
  1292. configure:12387: $? = 0
  1293. configure:12387: result: yes
  1294. configure:12387: checking for dirname
  1295. configure:12387: gcc -o conftest -g -O2 conftest.c >&5
  1296. configure:12387: $? = 0
  1297. configure:12387: result: yes
  1298. configure:12387: checking for glob
  1299. configure:12387: gcc -o conftest -g -O2 conftest.c >&5
  1300. configure:12387: $? = 0
  1301. configure:12387: result: yes
  1302. configure:12387: checking for getaddrinfo
  1303. configure:12387: gcc -o conftest -g -O2 conftest.c >&5
  1304. configure:12387: $? = 0
  1305. configure:12387: result: yes
  1306. configure:12387: checking for getnameinfo
  1307. configure:12387: gcc -o conftest -g -O2 conftest.c >&5
  1308. configure:12387: $? = 0
  1309. configure:12387: result: yes
  1310. configure:12387: checking for getifaddrs
  1311. configure:12387: gcc -o conftest -g -O2 conftest.c >&5
  1312. configure:12387: $? = 0
  1313. configure:12387: result: yes
  1314. configure:12387: checking for sysinfo
  1315. configure:12387: gcc -o conftest -g -O2 conftest.c >&5
  1316. configure:12387: $? = 0
  1317. configure:12387: result: yes
  1318. configure:12396: checking for res_init in -lresolv
  1319. configure:12421: gcc -o conftest -g -O2 conftest.c -lresolv >&5
  1320. /tmp/ccEefta3.o: In function `main':
  1321. /home/reaper/chilli/coova-chilli-1.3.0/conftest.c:105: undefined reference to `res_init'
  1322. collect2: error: ld returned 1 exit status
  1323. configure:12421: $? = 1
  1324. configure: failed program was:
  1325. | /* confdefs.h */
  1326. | #define PACKAGE_NAME "coova-chilli"
  1327. | #define PACKAGE_TARNAME "coova-chilli"
  1328. | #define PACKAGE_VERSION "1.3.0"
  1329. | #define PACKAGE_STRING "coova-chilli 1.3.0"
  1330. | #define PACKAGE_BUGREPORT "support@coova.com"
  1331. | #define PACKAGE_URL ""
  1332. | #define PACKAGE "coova-chilli"
  1333. | #define VERSION "1.3.0"
  1334. | #define STDC_HEADERS 1
  1335. | #define HAVE_SYS_TYPES_H 1
  1336. | #define HAVE_SYS_STAT_H 1
  1337. | #define HAVE_STDLIB_H 1
  1338. | #define HAVE_STRING_H 1
  1339. | #define HAVE_MEMORY_H 1
  1340. | #define HAVE_STRINGS_H 1
  1341. | #define HAVE_INTTYPES_H 1
  1342. | #define HAVE_STDINT_H 1
  1343. | #define HAVE_UNISTD_H 1
  1344. | #define HAVE_DLFCN_H 1
  1345. | #define LT_OBJDIR ".libs/"
  1346. | #define HAVE_TPACKET_STATS 1
  1347. | #define HAVE_LINUX_TPACKET_AUXDATA_TP_VLAN_TCI 1
  1348. | #define STDC_HEADERS 1
  1349. | #define HAVE_ARPA_INET_H 1
  1350. | #define HAVE_ERRNO_H 1
  1351. | #define HAVE_FCNTL_H 1
  1352. | #define HAVE_DIRENT_H 1
  1353. | #define HAVE_NETDB_H 1
  1354. | #define HAVE_NETINET_IN_H 1
  1355. | #define HAVE_NETINET_TCP_H 1
  1356. | #define HAVE_STDINT_H 1
  1357. | #define HAVE_STDDEF_H 1
  1358. | #define HAVE_STDLIB_H 1
  1359. | #define HAVE_STRING_H 1
  1360. | #define HAVE_SYS_IOCTL_H 1
  1361. | #define HAVE_SYS_SOCKET_H 1
  1362. | #define HAVE_SYS_SYSINFO_H 1
  1363. | #define HAVE_SYS_PARAM_H 1
  1364. | #define HAVE_SYS_TIME_H 1
  1365. | #define HAVE_TIME_H 1
  1366. | #define HAVE_SYS_IPC_H 1
  1367. | #define HAVE_SYS_MSG_H 1
  1368. | #define HAVE_SIGNAL_H 1
  1369. | #define HAVE_SYS_WAIT_H 1
  1370. | #define HAVE_SYS_UN_H 1
  1371. | #define HAVE_IFADDRS_H 1
  1372. | #define HAVE_SYS_STAT_H 1
  1373. | #define HAVE_SYS_TYPES_H 1
  1374. | #define HAVE_REGEX_H 1
  1375. | #define HAVE_SYSLOG_H 1
  1376. | #define HAVE_POLL_H 1
  1377. | #define HAVE_SYS_EPOLL_H 1
  1378. | #define HAVE_UNISTD_H 1
  1379. | #define HAVE_ENDIAN_H 1
  1380. | #define HAVE_LIBGEN_H 1
  1381. | #define HAVE_ASM_TYPES_H 1
  1382. | #define HAVE_PWD_H 1
  1383. | #define HAVE_GRP_H 1
  1384. | #define HAVE_RESOLV_H 1
  1385. | #define HAVE_NET_ROUTE_H 1
  1386. | #define HAVE_NET_IF_H 1
  1387. | #define HAVE_NET_IF_ARP_H 1
  1388. | #define HAVE_NET_ETHERNET_H 1
  1389. | #define TIME_WITH_SYS_TIME 1
  1390. | #define HAVE_FORK 1
  1391. | #define HAVE_VFORK 1
  1392. | #define HAVE_WORKING_VFORK 1
  1393. | #define HAVE_WORKING_FORK 1
  1394. | #define HAVE_SYS_SELECT_H 1
  1395. | #define HAVE_SYS_SOCKET_H 1
  1396. | #define SELECT_TYPE_ARG1 int
  1397. | #define SELECT_TYPE_ARG234 (fd_set *)
  1398. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1399. | #define HAVE_GETHOSTBYNAME 1
  1400. | #define HAVE_GETPROTOENT 1
  1401. | #define HAVE_GETTIMEOFDAY 1
  1402. | #define HAVE_INET_NTOA 1
  1403. | #define HAVE_MEMSET 1
  1404. | #define HAVE_SELECT 1
  1405. | #define HAVE_SOCKET 1
  1406. | #define HAVE_STRDUP 1
  1407. | #define HAVE_STRERROR 1
  1408. | #define HAVE_STRSTR 1
  1409. | #define HAVE_STRTOL 1
  1410. | #define HAVE_GETLINE 1
  1411. | #define HAVE_DIRNAME 1
  1412. | #define HAVE_GLOB 1
  1413. | #define HAVE_GETADDRINFO 1
  1414. | #define HAVE_GETNAMEINFO 1
  1415. | #define HAVE_GETIFADDRS 1
  1416. | #define HAVE_SYSINFO 1
  1417. | /* end confdefs.h. */
  1418. |
  1419. | /* Override any GCC internal prototype to avoid an error.
  1420. | Use char because int might match the return type of a GCC
  1421. | builtin and then its argument prototype would still apply. */
  1422. | #ifdef __cplusplus
  1423. | extern "C"
  1424. | #endif
  1425. | char res_init ();
  1426. | int
  1427. | main ()
  1428. | {
  1429. | return res_init ();
  1430. | ;
  1431. | return 0;
  1432. | }
  1433. configure:12430: result: no
  1434. configure:12827: checking for CRYPTO_malloc in -lcrypto
  1435. configure:12852: gcc -o conftest -g -O2 conftest.c -lcrypto -lssl -lcrypto >&5
  1436. configure:12852: $? = 0
  1437. configure:12861: result: yes
  1438. configure:13385: checking for curl_global_init in -lcurl
  1439. configure:13410: gcc -o conftest -g -O2 conftest.c -lcurl -lcurl -lz -lssl -lcrypto >&5
  1440. /usr/bin/ld: cannot find -lcurl
  1441. /usr/bin/ld: cannot find -lcurl
  1442. collect2: error: ld returned 1 exit status
  1443. configure:13410: $? = 1
  1444. configure: failed program was:
  1445. | /* confdefs.h */
  1446. | #define PACKAGE_NAME "coova-chilli"
  1447. | #define PACKAGE_TARNAME "coova-chilli"
  1448. | #define PACKAGE_VERSION "1.3.0"
  1449. | #define PACKAGE_STRING "coova-chilli 1.3.0"
  1450. | #define PACKAGE_BUGREPORT "support@coova.com"
  1451. | #define PACKAGE_URL ""
  1452. | #define PACKAGE "coova-chilli"
  1453. | #define VERSION "1.3.0"
  1454. | #define STDC_HEADERS 1
  1455. | #define HAVE_SYS_TYPES_H 1
  1456. | #define HAVE_SYS_STAT_H 1
  1457. | #define HAVE_STDLIB_H 1
  1458. | #define HAVE_STRING_H 1
  1459. | #define HAVE_MEMORY_H 1
  1460. | #define HAVE_STRINGS_H 1
  1461. | #define HAVE_INTTYPES_H 1
  1462. | #define HAVE_STDINT_H 1
  1463. | #define HAVE_UNISTD_H 1
  1464. | #define HAVE_DLFCN_H 1
  1465. | #define LT_OBJDIR ".libs/"
  1466. | #define HAVE_TPACKET_STATS 1
  1467. | #define HAVE_LINUX_TPACKET_AUXDATA_TP_VLAN_TCI 1
  1468. | #define STDC_HEADERS 1
  1469. | #define HAVE_ARPA_INET_H 1
  1470. | #define HAVE_ERRNO_H 1
  1471. | #define HAVE_FCNTL_H 1
  1472. | #define HAVE_DIRENT_H 1
  1473. | #define HAVE_NETDB_H 1
  1474. | #define HAVE_NETINET_IN_H 1
  1475. | #define HAVE_NETINET_TCP_H 1
  1476. | #define HAVE_STDINT_H 1
  1477. | #define HAVE_STDDEF_H 1
  1478. | #define HAVE_STDLIB_H 1
  1479. | #define HAVE_STRING_H 1
  1480. | #define HAVE_SYS_IOCTL_H 1
  1481. | #define HAVE_SYS_SOCKET_H 1
  1482. | #define HAVE_SYS_SYSINFO_H 1
  1483. | #define HAVE_SYS_PARAM_H 1
  1484. | #define HAVE_SYS_TIME_H 1
  1485. | #define HAVE_TIME_H 1
  1486. | #define HAVE_SYS_IPC_H 1
  1487. | #define HAVE_SYS_MSG_H 1
  1488. | #define HAVE_SIGNAL_H 1
  1489. | #define HAVE_SYS_WAIT_H 1
  1490. | #define HAVE_SYS_UN_H 1
  1491. | #define HAVE_IFADDRS_H 1
  1492. | #define HAVE_SYS_STAT_H 1
  1493. | #define HAVE_SYS_TYPES_H 1
  1494. | #define HAVE_REGEX_H 1
  1495. | #define HAVE_SYSLOG_H 1
  1496. | #define HAVE_POLL_H 1
  1497. | #define HAVE_SYS_EPOLL_H 1
  1498. | #define HAVE_UNISTD_H 1
  1499. | #define HAVE_ENDIAN_H 1
  1500. | #define HAVE_LIBGEN_H 1
  1501. | #define HAVE_ASM_TYPES_H 1
  1502. | #define HAVE_PWD_H 1
  1503. | #define HAVE_GRP_H 1
  1504. | #define HAVE_RESOLV_H 1
  1505. | #define HAVE_NET_ROUTE_H 1
  1506. | #define HAVE_NET_IF_H 1
  1507. | #define HAVE_NET_IF_ARP_H 1
  1508. | #define HAVE_NET_ETHERNET_H 1
  1509. | #define TIME_WITH_SYS_TIME 1
  1510. | #define HAVE_FORK 1
  1511. | #define HAVE_VFORK 1
  1512. | #define HAVE_WORKING_VFORK 1
  1513. | #define HAVE_WORKING_FORK 1
  1514. | #define HAVE_SYS_SELECT_H 1
  1515. | #define HAVE_SYS_SOCKET_H 1
  1516. | #define SELECT_TYPE_ARG1 int
  1517. | #define SELECT_TYPE_ARG234 (fd_set *)
  1518. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1519. | #define HAVE_GETHOSTBYNAME 1
  1520. | #define HAVE_GETPROTOENT 1
  1521. | #define HAVE_GETTIMEOFDAY 1
  1522. | #define HAVE_INET_NTOA 1
  1523. | #define HAVE_MEMSET 1
  1524. | #define HAVE_SELECT 1
  1525. | #define HAVE_SOCKET 1
  1526. | #define HAVE_STRDUP 1
  1527. | #define HAVE_STRERROR 1
  1528. | #define HAVE_STRSTR 1
  1529. | #define HAVE_STRTOL 1
  1530. | #define HAVE_GETLINE 1
  1531. | #define HAVE_DIRNAME 1
  1532. | #define HAVE_GLOB 1
  1533. | #define HAVE_GETADDRINFO 1
  1534. | #define HAVE_GETNAMEINFO 1
  1535. | #define HAVE_GETIFADDRS 1
  1536. | #define HAVE_SYSINFO 1
  1537. | #define ENABLE_CHILLIQUERY 1
  1538. | #define ENABLE_LEAKYBUCKET 1
  1539. | #define ENABLE_UAMANYIP 1
  1540. | #define ENABLE_UAMUIPORT 1
  1541. | #define ENABLE_ACCOUNTING_ONOFF 1
  1542. | #define ENABLE_TAP 1
  1543. | #define ENABLE_TCPRESET 1
  1544. | #define ENABLE_RADPROXY 1
  1545. | #define ENABLE_JSON 1
  1546. | #define ENABLE_DEBUG 1
  1547. | #define ENABLE_DHCPRADIUS 1
  1548. | #define ENABLE_COA 1
  1549. | #define ENABLE_DHCPOPT 1
  1550. | #define ENABLE_SESSGARDEN 1
  1551. | #define ENABLE_PROXYVSA 1
  1552. | #define ENABLE_DNSLOG 1
  1553. | #define ENABLE_IPWHITELIST 1
  1554. | #define ENABLE_IEEE8021Q 1
  1555. | #define ENABLE_LARGELIMITS 1
  1556. | #define HAVE_OPENSSL 1
  1557. | #define HAVE_SFHASH 1
  1558. | #define ENABLE_IPV6 1
  1559. | /* end confdefs.h. */
  1560. |
  1561. | /* Override any GCC internal prototype to avoid an error.
  1562. | Use char because int might match the return type of a GCC
  1563. | builtin and then its argument prototype would still apply. */
  1564. | #ifdef __cplusplus
  1565. | extern "C"
  1566. | #endif
  1567. | char curl_global_init ();
  1568. | int
  1569. | main ()
  1570. | {
  1571. | return curl_global_init ();
  1572. | ;
  1573. | return 0;
  1574. | }
  1575. configure:13419: result: no
  1576. configure:13429: error: in `/home/reaper/chilli/coova-chilli-1.3.0':
  1577. configure:13431: error: --with-curl was given, but test for curl failed
  1578. See `config.log' for more details
  1579.  
  1580. ## ---------------- ##
  1581. ## Cache variables. ##
  1582. ## ---------------- ##
  1583.  
  1584. ac_cv_build=x86_64-unknown-linux-gnu
  1585. ac_cv_c_compiler_gnu=yes
  1586. ac_cv_c_const=yes
  1587. ac_cv_env_CC_set=
  1588. ac_cv_env_CC_value=
  1589. ac_cv_env_CFLAGS_set=
  1590. ac_cv_env_CFLAGS_value=
  1591. ac_cv_env_CPPFLAGS_set=
  1592. ac_cv_env_CPPFLAGS_value=
  1593. ac_cv_env_CPP_set=
  1594. ac_cv_env_CPP_value=
  1595. ac_cv_env_LDFLAGS_set=
  1596. ac_cv_env_LDFLAGS_value=
  1597. ac_cv_env_LIBS_set=
  1598. ac_cv_env_LIBS_value=
  1599. ac_cv_env_build_alias_set=
  1600. ac_cv_env_build_alias_value=
  1601. ac_cv_env_host_alias_set=
  1602. ac_cv_env_host_alias_value=
  1603. ac_cv_env_target_alias_set=
  1604. ac_cv_env_target_alias_value=
  1605. ac_cv_func_dirname=yes
  1606. ac_cv_func_fork=yes
  1607. ac_cv_func_fork_works=yes
  1608. ac_cv_func_getaddrinfo=yes
  1609. ac_cv_func_gethostbyname=yes
  1610. ac_cv_func_getifaddrs=yes
  1611. ac_cv_func_getline=yes
  1612. ac_cv_func_getnameinfo=yes
  1613. ac_cv_func_getprotoent=yes
  1614. ac_cv_func_gettimeofday=yes
  1615. ac_cv_func_glob=yes
  1616. ac_cv_func_inet_ntoa=yes
  1617. ac_cv_func_memcmp_working=yes
  1618. ac_cv_func_memset=yes
  1619. ac_cv_func_select=yes
  1620. ac_cv_func_select_args='int,fd_set *,struct timeval *'
  1621. ac_cv_func_socket=yes
  1622. ac_cv_func_strdup=yes
  1623. ac_cv_func_strerror=yes
  1624. ac_cv_func_strstr=yes
  1625. ac_cv_func_strtol=yes
  1626. ac_cv_func_sysinfo=yes
  1627. ac_cv_func_vfork=yes
  1628. ac_cv_func_vfork_works=yes
  1629. ac_cv_header_arpa_inet_h=yes
  1630. ac_cv_header_asm_types_h=yes
  1631. ac_cv_header_dirent_h=yes
  1632. ac_cv_header_dlfcn_h=yes
  1633. ac_cv_header_endian_h=yes
  1634. ac_cv_header_errno_h=yes
  1635. ac_cv_header_fcntl_h=yes
  1636. ac_cv_header_grp_h=yes
  1637. ac_cv_header_ifaddrs_h=yes
  1638. ac_cv_header_inttypes_h=yes
  1639. ac_cv_header_libgen_h=yes
  1640. ac_cv_header_memory_h=yes
  1641. ac_cv_header_net_ethernet_h=yes
  1642. ac_cv_header_net_if_arp_h=yes
  1643. ac_cv_header_net_if_h=yes
  1644. ac_cv_header_net_if_tun_h=no
  1645. ac_cv_header_net_route_h=yes
  1646. ac_cv_header_netdb_h=yes
  1647. ac_cv_header_netinet_in_h=yes
  1648. ac_cv_header_netinet_tcp_h=yes
  1649. ac_cv_header_poll_h=yes
  1650. ac_cv_header_pwd_h=yes
  1651. ac_cv_header_regex_h=yes
  1652. ac_cv_header_resolv_h=yes
  1653. ac_cv_header_signal_h=yes
  1654. ac_cv_header_stdc=yes
  1655. ac_cv_header_stddef_h=yes
  1656. ac_cv_header_stdint_h=yes
  1657. ac_cv_header_stdlib_h=yes
  1658. ac_cv_header_string_h=yes
  1659. ac_cv_header_strings_h=yes
  1660. ac_cv_header_sys_epoll_h=yes
  1661. ac_cv_header_sys_ioctl_h=yes
  1662. ac_cv_header_sys_ipc_h=yes
  1663. ac_cv_header_sys_msg_h=yes
  1664. ac_cv_header_sys_param_h=yes
  1665. ac_cv_header_sys_select_h=yes
  1666. ac_cv_header_sys_socket_h=yes
  1667. ac_cv_header_sys_stat_h=yes
  1668. ac_cv_header_sys_sysinfo_h=yes
  1669. ac_cv_header_sys_time_h=yes
  1670. ac_cv_header_sys_types_h=yes
  1671. ac_cv_header_sys_un_h=yes
  1672. ac_cv_header_sys_wait_h=yes
  1673. ac_cv_header_syslog_h=yes
  1674. ac_cv_header_time=yes
  1675. ac_cv_header_time_h=yes
  1676. ac_cv_header_unistd_h=yes
  1677. ac_cv_header_vfork_h=no
  1678. ac_cv_host=x86_64-unknown-linux-gnu
  1679. ac_cv_lbl_linux_tpacket_auxdata_tp_vlan_tci=yes
  1680. ac_cv_lbl_tpacket_stats=yes
  1681. ac_cv_lib_crypto_CRYPTO_malloc=yes
  1682. ac_cv_lib_curl_curl_global_init=no
  1683. ac_cv_lib_resolv_res_init=no
  1684. ac_cv_objext=o
  1685. ac_cv_path_EGREP='/bin/grep -E'
  1686. ac_cv_path_FGREP='/bin/grep -F'
  1687. ac_cv_path_GREP=/bin/grep
  1688. ac_cv_path_SED=/bin/sed
  1689. ac_cv_path_install='/usr/bin/install -c'
  1690. ac_cv_path_mkdir=/bin/mkdir
  1691. ac_cv_prog_AWK=mawk
  1692. ac_cv_prog_CPP='gcc -E'
  1693. ac_cv_prog_ac_ct_AR=ar
  1694. ac_cv_prog_ac_ct_CC=gcc
  1695. ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
  1696. ac_cv_prog_ac_ct_OBJDUMP=objdump
  1697. ac_cv_prog_ac_ct_RANLIB=ranlib
  1698. ac_cv_prog_ac_ct_STRIP=strip
  1699. ac_cv_prog_cc_c89=
  1700. ac_cv_prog_cc_g=yes
  1701. ac_cv_prog_gcc_traditional=no
  1702. ac_cv_prog_make_make_set=yes
  1703. ac_cv_type_mode_t=yes
  1704. ac_cv_type_pid_t=yes
  1705. am_cv_CC_dependencies_compiler_type=gcc3
  1706. lt_cv_ar_at_file=@
  1707. lt_cv_archive_cmds_need_lc=no
  1708. lt_cv_deplibs_check_method=pass_all
  1709. lt_cv_file_magic_cmd='$MAGIC_CMD'
  1710. lt_cv_file_magic_test_file=
  1711. lt_cv_ld_reload_flag=-r
  1712. lt_cv_nm_interface='BSD nm'
  1713. lt_cv_objdir=.libs
  1714. lt_cv_path_LD=/usr/bin/ld
  1715. lt_cv_path_NM='/usr/bin/nm -B'
  1716. lt_cv_path_mainfest_tool=no
  1717. lt_cv_prog_compiler_c_o=yes
  1718. lt_cv_prog_compiler_pic='-fPIC -DPIC'
  1719. lt_cv_prog_compiler_pic_works=yes
  1720. lt_cv_prog_compiler_rtti_exceptions=no
  1721. lt_cv_prog_compiler_static_works=yes
  1722. lt_cv_prog_gnu_ld=yes
  1723. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  1724. lt_cv_shlibpath_overrides_runpath=no
  1725. 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'\'''
  1726. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  1727. 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'\'''
  1728. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  1729. lt_cv_sys_max_cmd_len=1572864
  1730. lt_cv_to_host_file_cmd=func_convert_file_noop
  1731. lt_cv_to_tool_file_cmd=func_convert_file_noop
  1732.  
  1733. ## ----------------- ##
  1734. ## Output variables. ##
  1735. ## ----------------- ##
  1736.  
  1737. ACLOCAL='${SHELL} /home/reaper/chilli/coova-chilli-1.3.0/missing --run aclocal-1.11'
  1738. AMDEPBACKSLASH='\'
  1739. AMDEP_FALSE='#'
  1740. AMDEP_TRUE=''
  1741. AMTAR='$${TAR-tar}'
  1742. AR='ar'
  1743. AUTOCONF='${SHELL} /home/reaper/chilli/coova-chilli-1.3.0/missing --run autoconf'
  1744. AUTOHEADER='${SHELL} /home/reaper/chilli/coova-chilli-1.3.0/missing --run autoheader'
  1745. AUTOMAKE='${SHELL} /home/reaper/chilli/coova-chilli-1.3.0/missing --run automake-1.11'
  1746. AWK='mawk'
  1747. CC='gcc'
  1748. CCDEPMODE='depmode=gcc3'
  1749. CFLAGS='-g -O2'
  1750. CPP='gcc -E'
  1751. CPPFLAGS=''
  1752. CYGPATH_W='echo'
  1753. DEFS=''
  1754. DEPDIR='.deps'
  1755. DLLTOOL='false'
  1756. DSYMUTIL=''
  1757. DUMPBIN=''
  1758. ECHO_C=''
  1759. ECHO_N='-n'
  1760. ECHO_T=''
  1761. EGREP='/bin/grep -E'
  1762. EXEEXT=''
  1763. FGREP='/bin/grep -F'
  1764. GREP='/bin/grep'
  1765. HAVE_LINUX_TPACKET_AUXDATA='tp_vlan_tci'
  1766. INSTALL_DATA='${INSTALL} -m 644'
  1767. INSTALL_PROGRAM='${INSTALL}'
  1768. INSTALL_SCRIPT='${INSTALL}'
  1769. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  1770. LD='/usr/bin/ld -m elf_x86_64'
  1771. LDFLAGS=''
  1772. LIBCURL=''
  1773. LIBNETFILTER_QUEUE=''
  1774. LIBOBJS=''
  1775. LIBPCAP=''
  1776. LIBS=''
  1777. LIBSSL='-lssl -lcrypto'
  1778. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  1779. LIPO=''
  1780. LN_S='ln -s'
  1781. LTLIBOBJS=''
  1782. MAKEINFO='${SHELL} /home/reaper/chilli/coova-chilli-1.3.0/missing --run makeinfo'
  1783. MANIFEST_TOOL=':'
  1784. MKDIR_P='/bin/mkdir -p'
  1785. NM='/usr/bin/nm -B'
  1786. NMEDIT=''
  1787. OBJDUMP='objdump'
  1788. OBJEXT='o'
  1789. OTOOL64=''
  1790. OTOOL=''
  1791. PACKAGE='coova-chilli'
  1792. PACKAGE_BUGREPORT='support@coova.com'
  1793. PACKAGE_NAME='coova-chilli'
  1794. PACKAGE_STRING='coova-chilli 1.3.0'
  1795. PACKAGE_TARNAME='coova-chilli'
  1796. PACKAGE_URL=''
  1797. PACKAGE_VERSION='1.3.0'
  1798. PATH_SEPARATOR=':'
  1799. RANLIB='ranlib'
  1800. SED='/bin/sed'
  1801. SET_MAKE=''
  1802. SHELL='/bin/bash'
  1803. STRIP='strip'
  1804. VERSION='1.3.0'
  1805. WITH_AVL_FALSE=''
  1806. WITH_AVL_TRUE='#'
  1807. WITH_CHILLIPROXY_FALSE=''
  1808. WITH_CHILLIPROXY_TRUE=''
  1809. WITH_CHILLIQUERY_FALSE='#'
  1810. WITH_CHILLIQUERY_TRUE=''
  1811. WITH_CHILLIRADSEC_FALSE=''
  1812. WITH_CHILLIRADSEC_TRUE=''
  1813. WITH_CHILLIREDIR_FALSE=''
  1814. WITH_CHILLIREDIR_TRUE=''
  1815. WITH_CHILLISCRIPT_FALSE=''
  1816. WITH_CHILLISCRIPT_TRUE=''
  1817. WITH_CLUSTER_FALSE=''
  1818. WITH_CLUSTER_TRUE=''
  1819. WITH_CONFIG_FALSE=''
  1820. WITH_CONFIG_TRUE=''
  1821. WITH_CURL_FALSE=''
  1822. WITH_CURL_TRUE=''
  1823. WITH_CYASSL_FALSE=''
  1824. WITH_CYASSL_TRUE='#'
  1825. WITH_EAPOL_FALSE=''
  1826. WITH_EAPOL_TRUE=''
  1827. WITH_EWTAPI_FALSE=''
  1828. WITH_EWTAPI_TRUE=''
  1829. WITH_IEEE8023_FALSE=''
  1830. WITH_IEEE8023_TRUE=''
  1831. WITH_IPV6_FALSE='#'
  1832. WITH_IPV6_TRUE=''
  1833. WITH_JSONLIB_FALSE=''
  1834. WITH_JSONLIB_TRUE=''
  1835. WITH_L2TP_PPP_FALSE=''
  1836. WITH_L2TP_PPP_TRUE=''
  1837. WITH_LOCATION_FALSE=''
  1838. WITH_LOCATION_TRUE=''
  1839. WITH_LOOKUP3_FALSE=''
  1840. WITH_LOOKUP3_TRUE='#'
  1841. WITH_MATRIXSSL_CLI_FALSE=''
  1842. WITH_MATRIXSSL_CLI_TRUE='#'
  1843. WITH_MATRIXSSL_FALSE=''
  1844. WITH_MATRIXSSL_TRUE='#'
  1845. WITH_MDNS_FALSE=''
  1846. WITH_MDNS_TRUE=''
  1847. WITH_MINICONFIG_FALSE=''
  1848. WITH_MINICONFIG_TRUE=''
  1849. WITH_MINIPORTAL_FALSE=''
  1850. WITH_MINIPORTAL_TRUE=''
  1851. WITH_MODULES_FALSE=''
  1852. WITH_MODULES_TRUE=''
  1853. WITH_MULTILAN_FALSE=''
  1854. WITH_MULTILAN_TRUE=''
  1855. WITH_MULTIROUTE_FALSE=''
  1856. WITH_MULTIROUTE_TRUE=''
  1857. WITH_NETBIOS_FALSE=''
  1858. WITH_NETBIOS_TRUE=''
  1859. WITH_NETFILTER_COOVA_FALSE=''
  1860. WITH_NETFILTER_COOVA_TRUE='#'
  1861. WITH_NETFILTER_QUEUE_FALSE=''
  1862. WITH_NETFILTER_QUEUE_TRUE='#'
  1863. WITH_NETNAT_FALSE=''
  1864. WITH_NETNAT_TRUE=''
  1865. WITH_OPENSSL_FALSE='#'
  1866. WITH_OPENSSL_TRUE=''
  1867. WITH_PATRICIA_FALSE=''
  1868. WITH_PATRICIA_TRUE='#'
  1869. WITH_PCAP_FALSE=''
  1870. WITH_PCAP_TRUE='#'
  1871. WITH_PPPOE_FALSE=''
  1872. WITH_PPPOE_TRUE=''
  1873. WITH_REDIRINJECT_FALSE=''
  1874. WITH_REDIRINJECT_TRUE=''
  1875. WITH_SFHASH_FALSE='#'
  1876. WITH_SFHASH_TRUE=''
  1877. WITH_SSL_FALSE='#'
  1878. WITH_SSL_TRUE=''
  1879. ac_ct_AR='ar'
  1880. ac_ct_CC='gcc'
  1881. ac_ct_DUMPBIN=''
  1882. am__EXEEXT_FALSE=''
  1883. am__EXEEXT_TRUE=''
  1884. am__fastdepCC_FALSE='#'
  1885. am__fastdepCC_TRUE=''
  1886. am__include='include'
  1887. am__isrc=''
  1888. am__leading_dot='.'
  1889. am__nodep='_no'
  1890. am__quote=''
  1891. am__tar='$${TAR-tar} chof - "$$tardir"'
  1892. am__untar='$${TAR-tar} xf -'
  1893. bindir='${exec_prefix}/bin'
  1894. build='x86_64-unknown-linux-gnu'
  1895. build_alias=''
  1896. build_cpu='x86_64'
  1897. build_os='linux-gnu'
  1898. build_vendor='unknown'
  1899. datadir='${datarootdir}'
  1900. datarootdir='${prefix}/share'
  1901. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1902. dvidir='${docdir}'
  1903. exec_prefix='NONE'
  1904. host='x86_64-unknown-linux-gnu'
  1905. host_alias=''
  1906. host_cpu='x86_64'
  1907. host_os='linux-gnu'
  1908. host_vendor='unknown'
  1909. htmldir='${docdir}'
  1910. includedir='${prefix}/include'
  1911. infodir='$/share/info'
  1912. install_sh='${SHELL} /home/reaper/chilli/coova-chilli-1.3.0/install-sh'
  1913. libdir='${exec_prefix}/lib'
  1914. libexecdir='${exec_prefix}/libexec'
  1915. localedir='${datarootdir}/locale'
  1916. localstatedir='/var'
  1917. mandir='$/share/man'
  1918. mkdir_p='/bin/mkdir -p'
  1919. oldincludedir='/usr/include'
  1920. pdfdir='${docdir}'
  1921. prefix='/usr'
  1922. program_transform_name='s,x,x,'
  1923. psdir='${docdir}'
  1924. sbindir='${exec_prefix}/sbin'
  1925. sharedstatedir='${prefix}/com'
  1926. sysconfdir='/etc'
  1927. target_alias=''
  1928.  
  1929. ## ----------- ##
  1930. ## confdefs.h. ##
  1931. ## ----------- ##
  1932.  
  1933. /* confdefs.h */
  1934. #define PACKAGE_NAME "coova-chilli"
  1935. #define PACKAGE_TARNAME "coova-chilli"
  1936. #define PACKAGE_VERSION "1.3.0"
  1937. #define PACKAGE_STRING "coova-chilli 1.3.0"
  1938. #define PACKAGE_BUGREPORT "support@coova.com"
  1939. #define PACKAGE_URL ""
  1940. #define PACKAGE "coova-chilli"
  1941. #define VERSION "1.3.0"
  1942. #define STDC_HEADERS 1
  1943. #define HAVE_SYS_TYPES_H 1
  1944. #define HAVE_SYS_STAT_H 1
  1945. #define HAVE_STDLIB_H 1
  1946. #define HAVE_STRING_H 1
  1947. #define HAVE_MEMORY_H 1
  1948. #define HAVE_STRINGS_H 1
  1949. #define HAVE_INTTYPES_H 1
  1950. #define HAVE_STDINT_H 1
  1951. #define HAVE_UNISTD_H 1
  1952. #define HAVE_DLFCN_H 1
  1953. #define LT_OBJDIR ".libs/"
  1954. #define HAVE_TPACKET_STATS 1
  1955. #define HAVE_LINUX_TPACKET_AUXDATA_TP_VLAN_TCI 1
  1956. #define STDC_HEADERS 1
  1957. #define HAVE_ARPA_INET_H 1
  1958. #define HAVE_ERRNO_H 1
  1959. #define HAVE_FCNTL_H 1
  1960. #define HAVE_DIRENT_H 1
  1961. #define HAVE_NETDB_H 1
  1962. #define HAVE_NETINET_IN_H 1
  1963. #define HAVE_NETINET_TCP_H 1
  1964. #define HAVE_STDINT_H 1
  1965. #define HAVE_STDDEF_H 1
  1966. #define HAVE_STDLIB_H 1
  1967. #define HAVE_STRING_H 1
  1968. #define HAVE_SYS_IOCTL_H 1
  1969. #define HAVE_SYS_SOCKET_H 1
  1970. #define HAVE_SYS_SYSINFO_H 1
  1971. #define HAVE_SYS_PARAM_H 1
  1972. #define HAVE_SYS_TIME_H 1
  1973. #define HAVE_TIME_H 1
  1974. #define HAVE_SYS_IPC_H 1
  1975. #define HAVE_SYS_MSG_H 1
  1976. #define HAVE_SIGNAL_H 1
  1977. #define HAVE_SYS_WAIT_H 1
  1978. #define HAVE_SYS_UN_H 1
  1979. #define HAVE_IFADDRS_H 1
  1980. #define HAVE_SYS_STAT_H 1
  1981. #define HAVE_SYS_TYPES_H 1
  1982. #define HAVE_REGEX_H 1
  1983. #define HAVE_SYSLOG_H 1
  1984. #define HAVE_POLL_H 1
  1985. #define HAVE_SYS_EPOLL_H 1
  1986. #define HAVE_UNISTD_H 1
  1987. #define HAVE_ENDIAN_H 1
  1988. #define HAVE_LIBGEN_H 1
  1989. #define HAVE_ASM_TYPES_H 1
  1990. #define HAVE_PWD_H 1
  1991. #define HAVE_GRP_H 1
  1992. #define HAVE_RESOLV_H 1
  1993. #define HAVE_NET_ROUTE_H 1
  1994. #define HAVE_NET_IF_H 1
  1995. #define HAVE_NET_IF_ARP_H 1
  1996. #define HAVE_NET_ETHERNET_H 1
  1997. #define TIME_WITH_SYS_TIME 1
  1998. #define HAVE_FORK 1
  1999. #define HAVE_VFORK 1
  2000. #define HAVE_WORKING_VFORK 1
  2001. #define HAVE_WORKING_FORK 1
  2002. #define HAVE_SYS_SELECT_H 1
  2003. #define HAVE_SYS_SOCKET_H 1
  2004. #define SELECT_TYPE_ARG1 int
  2005. #define SELECT_TYPE_ARG234 (fd_set *)
  2006. #define SELECT_TYPE_ARG5 (struct timeval *)
  2007. #define HAVE_GETHOSTBYNAME 1
  2008. #define HAVE_GETPROTOENT 1
  2009. #define HAVE_GETTIMEOFDAY 1
  2010. #define HAVE_INET_NTOA 1
  2011. #define HAVE_MEMSET 1
  2012. #define HAVE_SELECT 1
  2013. #define HAVE_SOCKET 1
  2014. #define HAVE_STRDUP 1
  2015. #define HAVE_STRERROR 1
  2016. #define HAVE_STRSTR 1
  2017. #define HAVE_STRTOL 1
  2018. #define HAVE_GETLINE 1
  2019. #define HAVE_DIRNAME 1
  2020. #define HAVE_GLOB 1
  2021. #define HAVE_GETADDRINFO 1
  2022. #define HAVE_GETNAMEINFO 1
  2023. #define HAVE_GETIFADDRS 1
  2024. #define HAVE_SYSINFO 1
  2025. #define ENABLE_CHILLIQUERY 1
  2026. #define ENABLE_LEAKYBUCKET 1
  2027. #define ENABLE_UAMANYIP 1
  2028. #define ENABLE_UAMUIPORT 1
  2029. #define ENABLE_ACCOUNTING_ONOFF 1
  2030. #define ENABLE_TAP 1
  2031. #define ENABLE_TCPRESET 1
  2032. #define ENABLE_RADPROXY 1
  2033. #define ENABLE_JSON 1
  2034. #define ENABLE_DEBUG 1
  2035. #define ENABLE_DHCPRADIUS 1
  2036. #define ENABLE_COA 1
  2037. #define ENABLE_DHCPOPT 1
  2038. #define ENABLE_SESSGARDEN 1
  2039. #define ENABLE_PROXYVSA 1
  2040. #define ENABLE_DNSLOG 1
  2041. #define ENABLE_IPWHITELIST 1
  2042. #define ENABLE_IEEE8021Q 1
  2043. #define ENABLE_LARGELIMITS 1
  2044. #define HAVE_OPENSSL 1
  2045. #define HAVE_SFHASH 1
  2046. #define ENABLE_IPV6 1
  2047.  
  2048. configure: exit 1
Add Comment
Please, Sign In to add comment