Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
463
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 130.64 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 lighttpd configure 1.4.28, which was
  5. generated by GNU Autoconf 2.59. Invocation command line was
  6.  
  7. $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = persephone.localdomain
  14. uname -m = x86_64
  15. uname -r = 2.6.18-194.32.1.el5
  16. uname -s = Linux
  17. uname -v = #1 SMP Wed Jan 5 17:52:25 EST 2011
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = x86_64
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /usr/local/sbin
  31. PATH: /sbin
  32. PATH: /usr/sbin
  33. PATH: /usr/local/bin
  34. PATH: /bin
  35. PATH: /usr/bin
  36. PATH: /usr/bin/X11
  37. PATH: /usr/games
  38. PATH: /home/dtucker/bin
  39.  
  40.  
  41. ## ----------- ##
  42. ## Core tests. ##
  43. ## ----------- ##
  44.  
  45. configure:1611: checking build system type
  46. configure:1629: result: x86_64-redhat-linux-gnu
  47. configure:1637: checking host system type
  48. configure:1651: result: x86_64-redhat-linux-gnu
  49. configure:1659: checking target system type
  50. configure:1673: result: x86_64-redhat-linux-gnu
  51. configure:1702: checking for a BSD-compatible install
  52. configure:1757: result: /usr/bin/install -c
  53. configure:1768: checking whether build environment is sane
  54. configure:1811: result: yes
  55. configure:1876: checking for gawk
  56. configure:1892: found /bin/gawk
  57. configure:1902: result: gawk
  58. configure:1912: checking whether make sets $(MAKE)
  59. configure:1932: result: yes
  60. configure:2095: checking how to create a ustar tar archive
  61. configure:2108: tar --version
  62. tar (GNU tar) 1.15.1
  63. configure:2111: $? = 0
  64. configure:2151: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
  65. configure:2154: $? = 0
  66. configure:2158: tar -xf - <conftest.tar
  67. configure:2161: $? = 0
  68. configure:2174: result: gnutar
  69. configure:2230: checking for gcc
  70. configure:2246: found /usr/bin/gcc
  71. configure:2256: result: gcc
  72. configure:2500: checking for C compiler version
  73. configure:2503: gcc --version </dev/null >&5
  74. gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-48)
  75. Copyright (C) 2006 Free Software Foundation, Inc.
  76. This is free software; see the source for copying conditions. There is NO
  77. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  78.  
  79. configure:2506: $? = 0
  80. configure:2508: gcc -v </dev/null >&5
  81. Using built-in specs.
  82. Target: x86_64-redhat-linux
  83. Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=x86_64-redhat-linux
  84. Thread model: posix
  85. gcc version 4.1.2 20080704 (Red Hat 4.1.2-48)
  86. configure:2511: $? = 0
  87. configure:2513: gcc -V </dev/null >&5
  88. gcc: '-V' option must have argument
  89. configure:2516: $? = 1
  90. configure:2539: checking for C compiler default output file name
  91. configure:2542: gcc conftest.c >&5
  92. configure:2545: $? = 0
  93. configure:2591: result: a.out
  94. configure:2596: checking whether the C compiler works
  95. configure:2602: ./a.out
  96. configure:2605: $? = 0
  97. configure:2622: result: yes
  98. configure:2629: checking whether we are cross compiling
  99. configure:2631: result: no
  100. configure:2634: checking for suffix of executables
  101. configure:2636: gcc -o conftest conftest.c >&5
  102. configure:2639: $? = 0
  103. configure:2664: result:
  104. configure:2670: checking for suffix of object files
  105. configure:2691: gcc -c conftest.c >&5
  106. configure:2694: $? = 0
  107. configure:2716: result: o
  108. configure:2720: checking whether we are using the GNU C compiler
  109. configure:2744: gcc -c conftest.c >&5
  110. configure:2750: $? = 0
  111. configure:2754: test -z
  112. || test ! -s conftest.err
  113. configure:2757: $? = 0
  114. configure:2760: test -s conftest.o
  115. configure:2763: $? = 0
  116. configure:2776: result: yes
  117. configure:2782: checking whether gcc accepts -g
  118. configure:2803: gcc -c -g conftest.c >&5
  119. configure:2809: $? = 0
  120. configure:2813: test -z
  121. || test ! -s conftest.err
  122. configure:2816: $? = 0
  123. configure:2819: test -s conftest.o
  124. configure:2822: $? = 0
  125. configure:2833: result: yes
  126. configure:2850: checking for gcc option to accept ANSI C
  127. configure:2920: gcc -c -g -O2 conftest.c >&5
  128. configure:2926: $? = 0
  129. configure:2930: test -z
  130. || test ! -s conftest.err
  131. configure:2933: $? = 0
  132. configure:2936: test -s conftest.o
  133. configure:2939: $? = 0
  134. configure:2957: result: none needed
  135. configure:2975: gcc -c -g -O2 conftest.c >&5
  136. conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
  137. configure:2981: $? = 1
  138. configure: failed program was:
  139. | #ifndef __cplusplus
  140. | choke me
  141. | #endif
  142. configure:3125: checking for style of include used by make
  143. configure:3153: result: GNU
  144. configure:3181: checking dependency style of gcc
  145. configure:3271: result: gcc3
  146. configure:3289: checking whether gcc and cc understand -c and -o together
  147. configure:3319: gcc -c conftest.c -o conftest.o >&5
  148. configure:3322: $? = 0
  149. configure:3324: gcc -c conftest.c -o conftest.o >&5
  150. configure:3327: $? = 0
  151. configure:3334: cc -c conftest.c >&5
  152. configure:3337: $? = 0
  153. configure:3340: cc -c conftest.c -o conftest.o >&5
  154. configure:3343: $? = 0
  155. configure:3345: cc -c conftest.c -o conftest.o >&5
  156. configure:3348: $? = 0
  157. configure:3366: result: yes
  158. configure:3391: checking for a sed that does not truncate output
  159. configure:3447: result: /bin/sed
  160. configure:3463: checking for egrep
  161. configure:3473: result: grep -E
  162. configure:3478: checking for fgrep
  163. configure:3488: result: grep -F
  164. configure:3523: checking for ld used by gcc
  165. configure:3590: result: /usr/bin/ld
  166. configure:3599: checking if the linker (/usr/bin/ld) is GNU ld
  167. configure:3614: result: yes
  168. configure:3639: checking for a BSD-compatible install
  169. configure:3694: result: /usr/bin/install -c
  170. configure:3709: checking for gawk
  171. configure:3735: result: gawk
  172. configure:3750: checking how to run the C preprocessor
  173. configure:3785: gcc -E conftest.c
  174. configure:3791: $? = 0
  175. configure:3823: gcc -E conftest.c
  176. conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
  177. configure:3829: $? = 1
  178. configure: failed program was:
  179. | /* confdefs.h. */
  180. |
  181. | #define PACKAGE_NAME "lighttpd"
  182. | #define PACKAGE_TARNAME "lighttpd"
  183. | #define PACKAGE_VERSION "1.4.28"
  184. | #define PACKAGE_STRING "lighttpd 1.4.28"
  185. | #define PACKAGE_BUGREPORT "contact@lighttpd.net"
  186. | #define PACKAGE "lighttpd"
  187. | #define VERSION "1.4.28"
  188. | /* end confdefs.h. */
  189. | #include <ac_nonexistent.h>
  190. configure:3868: result: gcc -E
  191. configure:3892: gcc -E conftest.c
  192. configure:3898: $? = 0
  193. configure:3930: gcc -E conftest.c
  194. conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
  195. configure:3936: $? = 1
  196. configure: failed program was:
  197. | /* confdefs.h. */
  198. |
  199. | #define PACKAGE_NAME "lighttpd"
  200. | #define PACKAGE_TARNAME "lighttpd"
  201. | #define PACKAGE_VERSION "1.4.28"
  202. | #define PACKAGE_STRING "lighttpd 1.4.28"
  203. | #define PACKAGE_BUGREPORT "contact@lighttpd.net"
  204. | #define PACKAGE "lighttpd"
  205. | #define VERSION "1.4.28"
  206. | /* end confdefs.h. */
  207. | #include <ac_nonexistent.h>
  208. configure:3979: checking whether ln -s works
  209. configure:3983: result: yes
  210. configure:3990: checking whether make sets $(MAKE)
  211. configure:4010: result: yes
  212. configure:4023: checking for AIX
  213. configure:4045: result: no
  214. configure:4052: checking for strerror in -lcposix
  215. configure:4082: gcc -o conftest -g -O2 conftest.c -lcposix >&5
  216. /usr/bin/ld: cannot find -lcposix
  217. collect2: ld returned 1 exit status
  218. configure:4088: $? = 1
  219. configure: failed program was:
  220. | /* confdefs.h. */
  221. |
  222. | #define PACKAGE_NAME "lighttpd"
  223. | #define PACKAGE_TARNAME "lighttpd"
  224. | #define PACKAGE_VERSION "1.4.28"
  225. | #define PACKAGE_STRING "lighttpd 1.4.28"
  226. | #define PACKAGE_BUGREPORT "contact@lighttpd.net"
  227. | #define PACKAGE "lighttpd"
  228. | #define VERSION "1.4.28"
  229. | /* end confdefs.h. */
  230. |
  231. | /* Override any gcc2 internal prototype to avoid an error. */
  232. | #ifdef __cplusplus
  233. | extern "C"
  234. | #endif
  235. | /* We use char because int might match the return type of a gcc2
  236. | builtin and then its argument prototype would still apply. */
  237. | char strerror ();
  238. | int
  239. | main ()
  240. | {
  241. | strerror ();
  242. | ;
  243. | return 0;
  244. | }
  245. configure:4114: result: no
  246. configure:4122: checking for ANSI C header files
  247. configure:4147: gcc -c -g -O2 conftest.c >&5
  248. configure:4153: $? = 0
  249. configure:4157: test -z
  250. || test ! -s conftest.err
  251. configure:4160: $? = 0
  252. configure:4163: test -s conftest.o
  253. configure:4166: $? = 0
  254. configure:4255: gcc -o conftest -g -O2 conftest.c >&5
  255. conftest.c: In function 'main':
  256. conftest.c:28: warning: incompatible implicit declaration of built-in function 'exit'
  257. configure:4258: $? = 0
  258. configure:4260: ./conftest
  259. configure:4263: $? = 0
  260. configure:4278: result: yes
  261. configure:4302: checking for sys/types.h
  262. configure:4318: gcc -c -g -O2 conftest.c >&5
  263. configure:4324: $? = 0
  264. configure:4328: test -z
  265. || test ! -s conftest.err
  266. configure:4331: $? = 0
  267. configure:4334: test -s conftest.o
  268. configure:4337: $? = 0
  269. configure:4348: result: yes
  270. configure:4302: checking for sys/stat.h
  271. configure:4318: gcc -c -g -O2 conftest.c >&5
  272. configure:4324: $? = 0
  273. configure:4328: test -z
  274. || test ! -s conftest.err
  275. configure:4331: $? = 0
  276. configure:4334: test -s conftest.o
  277. configure:4337: $? = 0
  278. configure:4348: result: yes
  279. configure:4302: checking for stdlib.h
  280. configure:4318: gcc -c -g -O2 conftest.c >&5
  281. configure:4324: $? = 0
  282. configure:4328: test -z
  283. || test ! -s conftest.err
  284. configure:4331: $? = 0
  285. configure:4334: test -s conftest.o
  286. configure:4337: $? = 0
  287. configure:4348: result: yes
  288. configure:4302: checking for string.h
  289. configure:4318: gcc -c -g -O2 conftest.c >&5
  290. configure:4324: $? = 0
  291. configure:4328: test -z
  292. || test ! -s conftest.err
  293. configure:4331: $? = 0
  294. configure:4334: test -s conftest.o
  295. configure:4337: $? = 0
  296. configure:4348: result: yes
  297. configure:4302: checking for memory.h
  298. configure:4318: gcc -c -g -O2 conftest.c >&5
  299. configure:4324: $? = 0
  300. configure:4328: test -z
  301. || test ! -s conftest.err
  302. configure:4331: $? = 0
  303. configure:4334: test -s conftest.o
  304. configure:4337: $? = 0
  305. configure:4348: result: yes
  306. configure:4302: checking for strings.h
  307. configure:4318: gcc -c -g -O2 conftest.c >&5
  308. configure:4324: $? = 0
  309. configure:4328: test -z
  310. || test ! -s conftest.err
  311. configure:4331: $? = 0
  312. configure:4334: test -s conftest.o
  313. configure:4337: $? = 0
  314. configure:4348: result: yes
  315. configure:4302: checking for inttypes.h
  316. configure:4318: gcc -c -g -O2 conftest.c >&5
  317. configure:4324: $? = 0
  318. configure:4328: test -z
  319. || test ! -s conftest.err
  320. configure:4331: $? = 0
  321. configure:4334: test -s conftest.o
  322. configure:4337: $? = 0
  323. configure:4348: result: yes
  324. configure:4302: checking for stdint.h
  325. configure:4318: gcc -c -g -O2 conftest.c >&5
  326. configure:4324: $? = 0
  327. configure:4328: test -z
  328. || test ! -s conftest.err
  329. configure:4331: $? = 0
  330. configure:4334: test -s conftest.o
  331. configure:4337: $? = 0
  332. configure:4348: result: yes
  333. configure:4302: checking for unistd.h
  334. configure:4318: gcc -c -g -O2 conftest.c >&5
  335. configure:4324: $? = 0
  336. configure:4328: test -z
  337. || test ! -s conftest.err
  338. configure:4331: $? = 0
  339. configure:4334: test -s conftest.o
  340. configure:4337: $? = 0
  341. configure:4348: result: yes
  342. configure:4370: checking minix/config.h usability
  343. configure:4382: gcc -c -g -O2 conftest.c >&5
  344. conftest.c:55:26: error: minix/config.h: No such file or directory
  345. configure:4388: $? = 1
  346. configure: failed program was:
  347. | /* confdefs.h. */
  348. |
  349. | #define PACKAGE_NAME "lighttpd"
  350. | #define PACKAGE_TARNAME "lighttpd"
  351. | #define PACKAGE_VERSION "1.4.28"
  352. | #define PACKAGE_STRING "lighttpd 1.4.28"
  353. | #define PACKAGE_BUGREPORT "contact@lighttpd.net"
  354. | #define PACKAGE "lighttpd"
  355. | #define VERSION "1.4.28"
  356. | #define STDC_HEADERS 1
  357. | #define HAVE_SYS_TYPES_H 1
  358. | #define HAVE_SYS_STAT_H 1
  359. | #define HAVE_STDLIB_H 1
  360. | #define HAVE_STRING_H 1
  361. | #define HAVE_MEMORY_H 1
  362. | #define HAVE_STRINGS_H 1
  363. | #define HAVE_INTTYPES_H 1
  364. | #define HAVE_STDINT_H 1
  365. | #define HAVE_UNISTD_H 1
  366. | /* end confdefs.h. */
  367. | #include <stdio.h>
  368. | #if HAVE_SYS_TYPES_H
  369. | # include <sys/types.h>
  370. | #endif
  371. | #if HAVE_SYS_STAT_H
  372. | # include <sys/stat.h>
  373. | #endif
  374. | #if STDC_HEADERS
  375. | # include <stdlib.h>
  376. | # include <stddef.h>
  377. | #else
  378. | # if HAVE_STDLIB_H
  379. | # include <stdlib.h>
  380. | # endif
  381. | #endif
  382. | #if HAVE_STRING_H
  383. | # if !STDC_HEADERS && HAVE_MEMORY_H
  384. | # include <memory.h>
  385. | # endif
  386. | # include <string.h>
  387. | #endif
  388. | #if HAVE_STRINGS_H
  389. | # include <strings.h>
  390. | #endif
  391. | #if HAVE_INTTYPES_H
  392. | # include <inttypes.h>
  393. | #else
  394. | # if HAVE_STDINT_H
  395. | # include <stdint.h>
  396. | # endif
  397. | #endif
  398. | #if HAVE_UNISTD_H
  399. | # include <unistd.h>
  400. | #endif
  401. | #include <minix/config.h>
  402. configure:4411: result: no
  403. configure:4415: checking minix/config.h presence
  404. configure:4425: gcc -E conftest.c
  405. conftest.c:21:26: error: minix/config.h: No such file or directory
  406. configure:4431: $? = 1
  407. configure: failed program was:
  408. | /* confdefs.h. */
  409. |
  410. | #define PACKAGE_NAME "lighttpd"
  411. | #define PACKAGE_TARNAME "lighttpd"
  412. | #define PACKAGE_VERSION "1.4.28"
  413. | #define PACKAGE_STRING "lighttpd 1.4.28"
  414. | #define PACKAGE_BUGREPORT "contact@lighttpd.net"
  415. | #define PACKAGE "lighttpd"
  416. | #define VERSION "1.4.28"
  417. | #define STDC_HEADERS 1
  418. | #define HAVE_SYS_TYPES_H 1
  419. | #define HAVE_SYS_STAT_H 1
  420. | #define HAVE_STDLIB_H 1
  421. | #define HAVE_STRING_H 1
  422. | #define HAVE_MEMORY_H 1
  423. | #define HAVE_STRINGS_H 1
  424. | #define HAVE_INTTYPES_H 1
  425. | #define HAVE_STDINT_H 1
  426. | #define HAVE_UNISTD_H 1
  427. | /* end confdefs.h. */
  428. | #include <minix/config.h>
  429. configure:4451: result: no
  430. configure:4486: checking for minix/config.h
  431. configure:4493: result: no
  432. configure:4540: checking for function prototypes
  433. configure:4543: result: yes
  434. configure:4573: checking for string.h
  435. configure:4578: result: yes
  436. configure:4812: checking for BSD- or MS-compatible name lister (nm)
  437. configure:4861: result: /usr/bin/nm -B
  438. configure:4966: checking the name lister (/usr/bin/nm -B) interface
  439. configure:4973: gcc -c -g -O2 conftest.c >&5
  440. configure:4976: /usr/bin/nm -B "conftest.o"
  441. configure:4979: output
  442. 0000000000000000 B some_variable
  443. configure:4986: result: BSD nm
  444. configure:4990: checking the maximum length of command line arguments
  445. configure:5110: result: 98304
  446. configure:5127: checking whether the shell understands some XSI constructs
  447. configure:5137: result: yes
  448. configure:5141: checking whether the shell understands "+="
  449. configure:5147: result: yes
  450. configure:5182: checking for /usr/bin/ld option to reload object files
  451. configure:5189: result: -r
  452. configure:5256: checking for objdump
  453. configure:5272: found /usr/bin/objdump
  454. configure:5283: result: objdump
  455. configure:5305: checking how to recognize dependent libraries
  456. configure:5501: result: pass_all
  457. configure:5559: checking for ar
  458. configure:5575: found /usr/bin/ar
  459. configure:5586: result: ar
  460. configure:5652: checking for strip
  461. configure:5668: found /usr/bin/strip
  462. configure:5679: result: strip
  463. configure:5739: checking for ranlib
  464. configure:5755: found /usr/bin/ranlib
  465. configure:5766: result: ranlib
  466. configure:5846: checking command to parse /usr/bin/nm -B output from gcc object
  467. configure:5964: gcc -c -g -O2 conftest.c >&5
  468. configure:5967: $? = 0
  469. configure:5971: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
  470. configure:5974: $? = 0
  471. configure:6028: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
  472. configure:6031: $? = 0
  473. configure:6069: result: ok
  474. configure:6164: gcc -c -g -O2 conftest.c >&5
  475. configure:6167: $? = 0
  476. configure:6872: checking for dlfcn.h
  477. configure:6888: gcc -c -g -O2 conftest.c >&5
  478. configure:6894: $? = 0
  479. configure:6898: test -z
  480. || test ! -s conftest.err
  481. configure:6901: $? = 0
  482. configure:6904: test -s conftest.o
  483. configure:6907: $? = 0
  484. configure:6918: result: yes
  485. configure:7040: checking for objdir
  486. configure:7055: result: .libs
  487. configure:7351: checking if gcc supports -fno-rtti -fno-exceptions
  488. configure:7369: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  489. cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
  490. configure:7373: $? = 0
  491. configure:7386: result: no
  492. configure:7406: checking for gcc option to produce PIC
  493. configure:7678: result: -fPIC -DPIC
  494. configure:7690: checking if gcc PIC flag -fPIC -DPIC works
  495. configure:7708: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
  496. configure:7712: $? = 0
  497. configure:7725: result: yes
  498. configure:7749: checking if gcc static flag -static works
  499. configure:7777: result: yes
  500. configure:7792: checking if gcc supports -c -o file.o
  501. configure:7813: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
  502. configure:7817: $? = 0
  503. configure:7839: result: yes
  504. configure:7847: checking if gcc supports -c -o file.o
  505. configure:7894: result: yes
  506. configure:7927: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  507. configure:9000: result: yes
  508. configure:9037: checking whether -lc should be explicitly linked in
  509. configure:9042: gcc -c -g -O2 conftest.c >&5
  510. configure:9045: $? = 0
  511. configure:9060: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
  512. configure:9063: $? = 0
  513. configure:9075: result: no
  514. configure:9239: checking dynamic linker characteristics
  515. configure:9677: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
  516. configure:9683: $? = 0
  517. configure:9687: test -z
  518. || test ! -s conftest.err
  519. configure:9690: $? = 0
  520. configure:9693: test -s conftest
  521. configure:9696: $? = 0
  522. configure:9932: result: GNU/Linux ld.so
  523. configure:10034: checking how to hardcode library paths into programs
  524. configure:10059: result: immediate
  525. configure:10181: checking for shl_load
  526. configure:10238: gcc -o conftest -g -O2 conftest.c >&5
  527. /tmp/ccShnlAG.o: In function `main':
  528. /home/dtucker/src/lighttpd-1.4.28/conftest.c:65: undefined reference to `shl_load'
  529. /tmp/ccShnlAG.o:(.data+0x0): undefined reference to `shl_load'
  530. collect2: ld returned 1 exit status
  531. configure:10244: $? = 1
  532. configure: failed program was:
  533. | /* confdefs.h. */
  534. |
  535. | #define PACKAGE_NAME "lighttpd"
  536. | #define PACKAGE_TARNAME "lighttpd"
  537. | #define PACKAGE_VERSION "1.4.28"
  538. | #define PACKAGE_STRING "lighttpd 1.4.28"
  539. | #define PACKAGE_BUGREPORT "contact@lighttpd.net"
  540. | #define PACKAGE "lighttpd"
  541. | #define VERSION "1.4.28"
  542. | #define STDC_HEADERS 1
  543. | #define HAVE_SYS_TYPES_H 1
  544. | #define HAVE_SYS_STAT_H 1
  545. | #define HAVE_STDLIB_H 1
  546. | #define HAVE_STRING_H 1
  547. | #define HAVE_MEMORY_H 1
  548. | #define HAVE_STRINGS_H 1
  549. | #define HAVE_INTTYPES_H 1
  550. | #define HAVE_STDINT_H 1
  551. | #define HAVE_UNISTD_H 1
  552. | #define PROTOTYPES 1
  553. | #define __PROTOTYPES 1
  554. | #define HAVE_STRING_H 1
  555. | #define HAVE_DLFCN_H 1
  556. | #define LT_OBJDIR ".libs/"
  557. | /* end confdefs.h. */
  558. | /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
  559. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  560. | #define shl_load innocuous_shl_load
  561. |
  562. | /* System header to define __stub macros and hopefully few prototypes,
  563. | which can conflict with char shl_load (); below.
  564. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  565. | <limits.h> exists even on freestanding compilers. */
  566. |
  567. | #ifdef __STDC__
  568. | # include <limits.h>
  569. | #else
  570. | # include <assert.h>
  571. | #endif
  572. |
  573. | #undef shl_load
  574. |
  575. | /* Override any gcc2 internal prototype to avoid an error. */
  576. | #ifdef __cplusplus
  577. | extern "C"
  578. | {
  579. | #endif
  580. | /* We use char because int might match the return type of a gcc2
  581. | builtin and then its argument prototype would still apply. */
  582. | char shl_load ();
  583. | /* The GNU C library defines this for functions which it implements
  584. | to always fail with ENOSYS. Some functions are actually named
  585. | something starting with __ and the normal name is an alias. */
  586. | #if defined (__stub_shl_load) || defined (__stub___shl_load)
  587. | choke me
  588. | #else
  589. | char (*f) () = shl_load;
  590. | #endif
  591. | #ifdef __cplusplus
  592. | }
  593. | #endif
  594. |
  595. | int
  596. | main ()
  597. | {
  598. | return f != shl_load;
  599. | ;
  600. | return 0;
  601. | }
  602. configure:10269: result: no
  603. configure:10274: checking for shl_load in -ldld
  604. configure:10304: gcc -o conftest -g -O2 conftest.c -ldld >&5
  605. /usr/bin/ld: cannot find -ldld
  606. collect2: ld returned 1 exit status
  607. configure:10310: $? = 1
  608. configure: failed program was:
  609. | /* confdefs.h. */
  610. |
  611. | #define PACKAGE_NAME "lighttpd"
  612. | #define PACKAGE_TARNAME "lighttpd"
  613. | #define PACKAGE_VERSION "1.4.28"
  614. | #define PACKAGE_STRING "lighttpd 1.4.28"
  615. | #define PACKAGE_BUGREPORT "contact@lighttpd.net"
  616. | #define PACKAGE "lighttpd"
  617. | #define VERSION "1.4.28"
  618. | #define STDC_HEADERS 1
  619. | #define HAVE_SYS_TYPES_H 1
  620. | #define HAVE_SYS_STAT_H 1
  621. | #define HAVE_STDLIB_H 1
  622. | #define HAVE_STRING_H 1
  623. | #define HAVE_MEMORY_H 1
  624. | #define HAVE_STRINGS_H 1
  625. | #define HAVE_INTTYPES_H 1
  626. | #define HAVE_STDINT_H 1
  627. | #define HAVE_UNISTD_H 1
  628. | #define PROTOTYPES 1
  629. | #define __PROTOTYPES 1
  630. | #define HAVE_STRING_H 1
  631. | #define HAVE_DLFCN_H 1
  632. | #define LT_OBJDIR ".libs/"
  633. | /* end confdefs.h. */
  634. |
  635. | /* Override any gcc2 internal prototype to avoid an error. */
  636. | #ifdef __cplusplus
  637. | extern "C"
  638. | #endif
  639. | /* We use char because int might match the return type of a gcc2
  640. | builtin and then its argument prototype would still apply. */
  641. | char shl_load ();
  642. | int
  643. | main ()
  644. | {
  645. | shl_load ();
  646. | ;
  647. | return 0;
  648. | }
  649. configure:10336: result: no
  650. configure:10341: checking for dlopen
  651. configure:10398: gcc -o conftest -g -O2 conftest.c >&5
  652. /tmp/ccyFZUzS.o: In function `main':
  653. /home/dtucker/src/lighttpd-1.4.28/conftest.c:65: undefined reference to `dlopen'
  654. /tmp/ccyFZUzS.o:(.data+0x0): undefined reference to `dlopen'
  655. collect2: ld returned 1 exit status
  656. configure:10404: $? = 1
  657. configure: failed program was:
  658. | /* confdefs.h. */
  659. |
  660. | #define PACKAGE_NAME "lighttpd"
  661. | #define PACKAGE_TARNAME "lighttpd"
  662. | #define PACKAGE_VERSION "1.4.28"
  663. | #define PACKAGE_STRING "lighttpd 1.4.28"
  664. | #define PACKAGE_BUGREPORT "contact@lighttpd.net"
  665. | #define PACKAGE "lighttpd"
  666. | #define VERSION "1.4.28"
  667. | #define STDC_HEADERS 1
  668. | #define HAVE_SYS_TYPES_H 1
  669. | #define HAVE_SYS_STAT_H 1
  670. | #define HAVE_STDLIB_H 1
  671. | #define HAVE_STRING_H 1
  672. | #define HAVE_MEMORY_H 1
  673. | #define HAVE_STRINGS_H 1
  674. | #define HAVE_INTTYPES_H 1
  675. | #define HAVE_STDINT_H 1
  676. | #define HAVE_UNISTD_H 1
  677. | #define PROTOTYPES 1
  678. | #define __PROTOTYPES 1
  679. | #define HAVE_STRING_H 1
  680. | #define HAVE_DLFCN_H 1
  681. | #define LT_OBJDIR ".libs/"
  682. | /* end confdefs.h. */
  683. | /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
  684. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  685. | #define dlopen innocuous_dlopen
  686. |
  687. | /* System header to define __stub macros and hopefully few prototypes,
  688. | which can conflict with char dlopen (); below.
  689. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  690. | <limits.h> exists even on freestanding compilers. */
  691. |
  692. | #ifdef __STDC__
  693. | # include <limits.h>
  694. | #else
  695. | # include <assert.h>
  696. | #endif
  697. |
  698. | #undef dlopen
  699. |
  700. | /* Override any gcc2 internal prototype to avoid an error. */
  701. | #ifdef __cplusplus
  702. | extern "C"
  703. | {
  704. | #endif
  705. | /* We use char because int might match the return type of a gcc2
  706. | builtin and then its argument prototype would still apply. */
  707. | char dlopen ();
  708. | /* The GNU C library defines this for functions which it implements
  709. | to always fail with ENOSYS. Some functions are actually named
  710. | something starting with __ and the normal name is an alias. */
  711. | #if defined (__stub_dlopen) || defined (__stub___dlopen)
  712. | choke me
  713. | #else
  714. | char (*f) () = dlopen;
  715. | #endif
  716. | #ifdef __cplusplus
  717. | }
  718. | #endif
  719. |
  720. | int
  721. | main ()
  722. | {
  723. | return f != dlopen;
  724. | ;
  725. | return 0;
  726. | }
  727. configure:10429: result: no
  728. configure:10434: checking for dlopen in -ldl
  729. configure:10464: gcc -o conftest -g -O2 conftest.c -ldl >&5
  730. configure:10470: $? = 0
  731. configure:10474: test -z
  732. || test ! -s conftest.err
  733. configure:10477: $? = 0
  734. configure:10480: test -s conftest
  735. configure:10483: $? = 0
  736. configure:10496: result: yes
  737. configure:10671: checking whether a program can dlopen itself
  738. configure:10741: gcc -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5
  739. configure:10744: $? = 0
  740. configure:10762: result: yes
  741. configure:10767: checking whether a statically linked program can dlopen itself
  742. configure:10837: gcc -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic -static conftest.c -ldl >&5
  743. /tmp/ccunpEyf.o: In function `main':
  744. /home/dtucker/src/lighttpd-1.4.28/configure:10821: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  745. configure:10840: $? = 0
  746. /lib64/: cannot read file data: Is a directory
  747. configure:10858: result: no
  748. configure:10897: checking whether stripping libraries is possible
  749. configure:10902: result: yes
  750. configure:10937: checking if libtool supports shared libraries
  751. configure:10939: result: yes
  752. configure:10942: checking whether to build shared libraries
  753. configure:10963: result: yes
  754. configure:10966: checking whether to build static libraries
  755. configure:10970: result: no
  756. configure:11008: checking for ANSI C header files
  757. configure:11164: result: yes
  758. configure:11174: checking for sys/wait.h that is POSIX.1 compatible
  759. configure:11205: gcc -c -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  760. configure:11211: $? = 0
  761. configure:11215: test -z
  762. || test ! -s conftest.err
  763. configure:11218: $? = 0
  764. configure:11221: test -s conftest.o
  765. configure:11224: $? = 0
  766. configure:11235: result: yes
  767. configure:11289: checking arpa/inet.h usability
  768. configure:11301: gcc -c -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  769. configure:11307: $? = 0
  770. configure:11311: test -z
  771. || test ! -s conftest.err
  772. configure:11314: $? = 0
  773. configure:11317: test -s conftest.o
  774. configure:11320: $? = 0
  775. configure:11330: result: yes
  776. configure:11334: checking arpa/inet.h presence
  777. configure:11344: gcc -E -D_REENTRANT -D__EXTENSIONS__ conftest.c
  778. configure:11350: $? = 0
  779. configure:11370: result: yes
  780. configure:11405: checking for arpa/inet.h
  781. configure:11412: result: yes
  782. configure:11289: checking fcntl.h usability
  783. configure:11301: gcc -c -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  784. configure:11307: $? = 0
  785. configure:11311: test -z
  786. || test ! -s conftest.err
  787. configure:11314: $? = 0
  788. configure:11317: test -s conftest.o
  789. configure:11320: $? = 0
  790. configure:11330: result: yes
  791. configure:11334: checking fcntl.h presence
  792. configure:11344: gcc -E -D_REENTRANT -D__EXTENSIONS__ conftest.c
  793. configure:11350: $? = 0
  794. configure:11370: result: yes
  795. configure:11405: checking for fcntl.h
  796. configure:11412: result: yes
  797. configure:11289: checking netinet/in.h usability
  798. configure:11301: gcc -c -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  799. configure:11307: $? = 0
  800. configure:11311: test -z
  801. || test ! -s conftest.err
  802. configure:11314: $? = 0
  803. configure:11317: test -s conftest.o
  804. configure:11320: $? = 0
  805. configure:11330: result: yes
  806. configure:11334: checking netinet/in.h presence
  807. configure:11344: gcc -E -D_REENTRANT -D__EXTENSIONS__ conftest.c
  808. configure:11350: $? = 0
  809. configure:11370: result: yes
  810. configure:11405: checking for netinet/in.h
  811. configure:11412: result: yes
  812. configure:11280: checking for stdlib.h
  813. configure:11285: result: yes
  814. configure:11280: checking for string.h
  815. configure:11285: result: yes
  816. configure:11289: checking sys/socket.h usability
  817. configure:11301: gcc -c -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  818. configure:11307: $? = 0
  819. configure:11311: test -z
  820. || test ! -s conftest.err
  821. configure:11314: $? = 0
  822. configure:11317: test -s conftest.o
  823. configure:11320: $? = 0
  824. configure:11330: result: yes
  825. configure:11334: checking sys/socket.h presence
  826. configure:11344: gcc -E -D_REENTRANT -D__EXTENSIONS__ conftest.c
  827. configure:11350: $? = 0
  828. configure:11370: result: yes
  829. configure:11405: checking for sys/socket.h
  830. configure:11412: result: yes
  831. configure:11289: checking sys/time.h usability
  832. configure:11301: gcc -c -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  833. configure:11307: $? = 0
  834. configure:11311: test -z
  835. || test ! -s conftest.err
  836. configure:11314: $? = 0
  837. configure:11317: test -s conftest.o
  838. configure:11320: $? = 0
  839. configure:11330: result: yes
  840. configure:11334: checking sys/time.h presence
  841. configure:11344: gcc -E -D_REENTRANT -D__EXTENSIONS__ conftest.c
  842. configure:11350: $? = 0
  843. configure:11370: result: yes
  844. configure:11405: checking for sys/time.h
  845. configure:11412: result: yes
  846. configure:11280: checking for unistd.h
  847. configure:11285: result: yes
  848. configure:11289: checking sys/sendfile.h usability
  849. configure:11301: gcc -c -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  850. configure:11307: $? = 0
  851. configure:11311: test -z
  852. || test ! -s conftest.err
  853. configure:11314: $? = 0
  854. configure:11317: test -s conftest.o
  855. configure:11320: $? = 0
  856. configure:11330: result: yes
  857. configure:11334: checking sys/sendfile.h presence
  858. configure:11344: gcc -E -D_REENTRANT -D__EXTENSIONS__ conftest.c
  859. configure:11350: $? = 0
  860. configure:11370: result: yes
  861. configure:11405: checking for sys/sendfile.h
  862. configure:11412: result: yes
  863. configure:11289: checking sys/uio.h usability
  864. configure:11301: gcc -c -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  865. configure:11307: $? = 0
  866. configure:11311: test -z
  867. || test ! -s conftest.err
  868. configure:11314: $? = 0
  869. configure:11317: test -s conftest.o
  870. configure:11320: $? = 0
  871. configure:11330: result: yes
  872. configure:11334: checking sys/uio.h presence
  873. configure:11344: gcc -E -D_REENTRANT -D__EXTENSIONS__ conftest.c
  874. configure:11350: $? = 0
  875. configure:11370: result: yes
  876. configure:11405: checking for sys/uio.h
  877. configure:11412: result: yes
  878. configure:11289: checking getopt.h usability
  879. configure:11301: gcc -c -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  880. configure:11307: $? = 0
  881. configure:11311: test -z
  882. || test ! -s conftest.err
  883. configure:11314: $? = 0
  884. configure:11317: test -s conftest.o
  885. configure:11320: $? = 0
  886. configure:11330: result: yes
  887. configure:11334: checking getopt.h presence
  888. configure:11344: gcc -E -D_REENTRANT -D__EXTENSIONS__ conftest.c
  889. configure:11350: $? = 0
  890. configure:11370: result: yes
  891. configure:11405: checking for getopt.h
  892. configure:11412: result: yes
  893. configure:11289: checking sys/epoll.h usability
  894. configure:11301: gcc -c -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  895. configure:11307: $? = 0
  896. configure:11311: test -z
  897. || test ! -s conftest.err
  898. configure:11314: $? = 0
  899. configure:11317: test -s conftest.o
  900. configure:11320: $? = 0
  901. configure:11330: result: yes
  902. configure:11334: checking sys/epoll.h presence
  903. configure:11344: gcc -E -D_REENTRANT -D__EXTENSIONS__ conftest.c
  904. configure:11350: $? = 0
  905. configure:11370: result: yes
  906. configure:11405: checking for sys/epoll.h
  907. configure:11412: result: yes
  908. configure:11289: checking sys/select.h usability
  909. configure:11301: gcc -c -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  910. configure:11307: $? = 0
  911. configure:11311: test -z
  912. || test ! -s conftest.err
  913. configure:11314: $? = 0
  914. configure:11317: test -s conftest.o
  915. configure:11320: $? = 0
  916. configure:11330: result: yes
  917. configure:11334: checking sys/select.h presence
  918. configure:11344: gcc -E -D_REENTRANT -D__EXTENSIONS__ conftest.c
  919. configure:11350: $? = 0
  920. configure:11370: result: yes
  921. configure:11405: checking for sys/select.h
  922. configure:11412: result: yes
  923. configure:11289: checking poll.h usability
  924. configure:11301: gcc -c -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  925. configure:11307: $? = 0
  926. configure:11311: test -z
  927. || test ! -s conftest.err
  928. configure:11314: $? = 0
  929. configure:11317: test -s conftest.o
  930. configure:11320: $? = 0
  931. configure:11330: result: yes
  932. configure:11334: checking poll.h presence
  933. configure:11344: gcc -E -D_REENTRANT -D__EXTENSIONS__ conftest.c
  934. configure:11350: $? = 0
  935. configure:11370: result: yes
  936. configure:11405: checking for poll.h
  937. configure:11412: result: yes
  938. configure:11289: checking sys/poll.h usability
  939. configure:11301: gcc -c -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  940. configure:11307: $? = 0
  941. configure:11311: test -z
  942. || test ! -s conftest.err
  943. configure:11314: $? = 0
  944. configure:11317: test -s conftest.o
  945. configure:11320: $? = 0
  946. configure:11330: result: yes
  947. configure:11334: checking sys/poll.h presence
  948. configure:11344: gcc -E -D_REENTRANT -D__EXTENSIONS__ conftest.c
  949. configure:11350: $? = 0
  950. configure:11370: result: yes
  951. configure:11405: checking for sys/poll.h
  952. configure:11412: result: yes
  953. configure:11289: checking sys/devpoll.h usability
  954. configure:11301: gcc -c -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  955. conftest.c:77:25: error: sys/devpoll.h: No such file or directory
  956. configure:11307: $? = 1
  957. configure: failed program was:
  958. | /* confdefs.h. */
  959. |
  960. | #define PACKAGE_NAME "lighttpd"
  961. | #define PACKAGE_TARNAME "lighttpd"
  962. | #define PACKAGE_VERSION "1.4.28"
  963. | #define PACKAGE_STRING "lighttpd 1.4.28"
  964. | #define PACKAGE_BUGREPORT "contact@lighttpd.net"
  965. | #define PACKAGE "lighttpd"
  966. | #define VERSION "1.4.28"
  967. | #define STDC_HEADERS 1
  968. | #define HAVE_SYS_TYPES_H 1
  969. | #define HAVE_SYS_STAT_H 1
  970. | #define HAVE_STDLIB_H 1
  971. | #define HAVE_STRING_H 1
  972. | #define HAVE_MEMORY_H 1
  973. | #define HAVE_STRINGS_H 1
  974. | #define HAVE_INTTYPES_H 1
  975. | #define HAVE_STDINT_H 1
  976. | #define HAVE_UNISTD_H 1
  977. | #define PROTOTYPES 1
  978. | #define __PROTOTYPES 1
  979. | #define HAVE_STRING_H 1
  980. | #define HAVE_DLFCN_H 1
  981. | #define LT_OBJDIR ".libs/"
  982. | #define STDC_HEADERS 1
  983. | #define HAVE_SYS_WAIT_H 1
  984. | #define HAVE_ARPA_INET_H 1
  985. | #define HAVE_FCNTL_H 1
  986. | #define HAVE_NETINET_IN_H 1
  987. | #define HAVE_STDLIB_H 1
  988. | #define HAVE_STRING_H 1
  989. | #define HAVE_SYS_SOCKET_H 1
  990. | #define HAVE_SYS_TIME_H 1
  991. | #define HAVE_UNISTD_H 1
  992. | #define HAVE_SYS_SENDFILE_H 1
  993. | #define HAVE_SYS_UIO_H 1
  994. | #define HAVE_GETOPT_H 1
  995. | #define HAVE_SYS_EPOLL_H 1
  996. | #define HAVE_SYS_SELECT_H 1
  997. | #define HAVE_POLL_H 1
  998. | #define HAVE_SYS_POLL_H 1
  999. | /* end confdefs.h. */
  1000. | #include <stdio.h>
  1001. | #if HAVE_SYS_TYPES_H
  1002. | # include <sys/types.h>
  1003. | #endif
  1004. | #if HAVE_SYS_STAT_H
  1005. | # include <sys/stat.h>
  1006. | #endif
  1007. | #if STDC_HEADERS
  1008. | # include <stdlib.h>
  1009. | # include <stddef.h>
  1010. | #else
  1011. | # if HAVE_STDLIB_H
  1012. | # include <stdlib.h>
  1013. | # endif
  1014. | #endif
  1015. | #if HAVE_STRING_H
  1016. | # if !STDC_HEADERS && HAVE_MEMORY_H
  1017. | # include <memory.h>
  1018. | # endif
  1019. | # include <string.h>
  1020. | #endif
  1021. | #if HAVE_STRINGS_H
  1022. | # include <strings.h>
  1023. | #endif
  1024. | #if HAVE_INTTYPES_H
  1025. | # include <inttypes.h>
  1026. | #else
  1027. | # if HAVE_STDINT_H
  1028. | # include <stdint.h>
  1029. | # endif
  1030. | #endif
  1031. | #if HAVE_UNISTD_H
  1032. | # include <unistd.h>
  1033. | #endif
  1034. | #include <sys/devpoll.h>
  1035. configure:11330: result: no
  1036. configure:11334: checking sys/devpoll.h presence
  1037. configure:11344: gcc -E -D_REENTRANT -D__EXTENSIONS__ conftest.c
  1038. conftest.c:43:25: error: sys/devpoll.h: No such file or directory
  1039. configure:11350: $? = 1
  1040. configure: failed program was:
  1041. | /* confdefs.h. */
  1042. |
  1043. | #define PACKAGE_NAME "lighttpd"
  1044. | #define PACKAGE_TARNAME "lighttpd"
  1045. | #define PACKAGE_VERSION "1.4.28"
  1046. | #define PACKAGE_STRING "lighttpd 1.4.28"
  1047. | #define PACKAGE_BUGREPORT "contact@lighttpd.net"
  1048. | #define PACKAGE "lighttpd"
  1049. | #define VERSION "1.4.28"
  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 PROTOTYPES 1
  1061. | #define __PROTOTYPES 1
  1062. | #define HAVE_STRING_H 1
  1063. | #define HAVE_DLFCN_H 1
  1064. | #define LT_OBJDIR ".libs/"
  1065. | #define STDC_HEADERS 1
  1066. | #define HAVE_SYS_WAIT_H 1
  1067. | #define HAVE_ARPA_INET_H 1
  1068. | #define HAVE_FCNTL_H 1
  1069. | #define HAVE_NETINET_IN_H 1
  1070. | #define HAVE_STDLIB_H 1
  1071. | #define HAVE_STRING_H 1
  1072. | #define HAVE_SYS_SOCKET_H 1
  1073. | #define HAVE_SYS_TIME_H 1
  1074. | #define HAVE_UNISTD_H 1
  1075. | #define HAVE_SYS_SENDFILE_H 1
  1076. | #define HAVE_SYS_UIO_H 1
  1077. | #define HAVE_GETOPT_H 1
  1078. | #define HAVE_SYS_EPOLL_H 1
  1079. | #define HAVE_SYS_SELECT_H 1
  1080. | #define HAVE_POLL_H 1
  1081. | #define HAVE_SYS_POLL_H 1
  1082. | /* end confdefs.h. */
  1083. | #include <sys/devpoll.h>
  1084. configure:11370: result: no
  1085. configure:11405: checking for sys/devpoll.h
  1086. configure:11412: result: no
  1087. configure:11289: checking sys/filio.h usability
  1088. configure:11301: gcc -c -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  1089. conftest.c:77:23: error: sys/filio.h: No such file or directory
  1090. configure:11307: $? = 1
  1091. configure: failed program was:
  1092. | /* confdefs.h. */
  1093. |
  1094. | #define PACKAGE_NAME "lighttpd"
  1095. | #define PACKAGE_TARNAME "lighttpd"
  1096. | #define PACKAGE_VERSION "1.4.28"
  1097. | #define PACKAGE_STRING "lighttpd 1.4.28"
  1098. | #define PACKAGE_BUGREPORT "contact@lighttpd.net"
  1099. | #define PACKAGE "lighttpd"
  1100. | #define VERSION "1.4.28"
  1101. | #define STDC_HEADERS 1
  1102. | #define HAVE_SYS_TYPES_H 1
  1103. | #define HAVE_SYS_STAT_H 1
  1104. | #define HAVE_STDLIB_H 1
  1105. | #define HAVE_STRING_H 1
  1106. | #define HAVE_MEMORY_H 1
  1107. | #define HAVE_STRINGS_H 1
  1108. | #define HAVE_INTTYPES_H 1
  1109. | #define HAVE_STDINT_H 1
  1110. | #define HAVE_UNISTD_H 1
  1111. | #define PROTOTYPES 1
  1112. | #define __PROTOTYPES 1
  1113. | #define HAVE_STRING_H 1
  1114. | #define HAVE_DLFCN_H 1
  1115. | #define LT_OBJDIR ".libs/"
  1116. | #define STDC_HEADERS 1
  1117. | #define HAVE_SYS_WAIT_H 1
  1118. | #define HAVE_ARPA_INET_H 1
  1119. | #define HAVE_FCNTL_H 1
  1120. | #define HAVE_NETINET_IN_H 1
  1121. | #define HAVE_STDLIB_H 1
  1122. | #define HAVE_STRING_H 1
  1123. | #define HAVE_SYS_SOCKET_H 1
  1124. | #define HAVE_SYS_TIME_H 1
  1125. | #define HAVE_UNISTD_H 1
  1126. | #define HAVE_SYS_SENDFILE_H 1
  1127. | #define HAVE_SYS_UIO_H 1
  1128. | #define HAVE_GETOPT_H 1
  1129. | #define HAVE_SYS_EPOLL_H 1
  1130. | #define HAVE_SYS_SELECT_H 1
  1131. | #define HAVE_POLL_H 1
  1132. | #define HAVE_SYS_POLL_H 1
  1133. | /* end confdefs.h. */
  1134. | #include <stdio.h>
  1135. | #if HAVE_SYS_TYPES_H
  1136. | # include <sys/types.h>
  1137. | #endif
  1138. | #if HAVE_SYS_STAT_H
  1139. | # include <sys/stat.h>
  1140. | #endif
  1141. | #if STDC_HEADERS
  1142. | # include <stdlib.h>
  1143. | # include <stddef.h>
  1144. | #else
  1145. | # if HAVE_STDLIB_H
  1146. | # include <stdlib.h>
  1147. | # endif
  1148. | #endif
  1149. | #if HAVE_STRING_H
  1150. | # if !STDC_HEADERS && HAVE_MEMORY_H
  1151. | # include <memory.h>
  1152. | # endif
  1153. | # include <string.h>
  1154. | #endif
  1155. | #if HAVE_STRINGS_H
  1156. | # include <strings.h>
  1157. | #endif
  1158. | #if HAVE_INTTYPES_H
  1159. | # include <inttypes.h>
  1160. | #else
  1161. | # if HAVE_STDINT_H
  1162. | # include <stdint.h>
  1163. | # endif
  1164. | #endif
  1165. | #if HAVE_UNISTD_H
  1166. | # include <unistd.h>
  1167. | #endif
  1168. | #include <sys/filio.h>
  1169. configure:11330: result: no
  1170. configure:11334: checking sys/filio.h presence
  1171. configure:11344: gcc -E -D_REENTRANT -D__EXTENSIONS__ conftest.c
  1172. conftest.c:43:23: error: sys/filio.h: No such file or directory
  1173. configure:11350: $? = 1
  1174. configure: failed program was:
  1175. | /* confdefs.h. */
  1176. |
  1177. | #define PACKAGE_NAME "lighttpd"
  1178. | #define PACKAGE_TARNAME "lighttpd"
  1179. | #define PACKAGE_VERSION "1.4.28"
  1180. | #define PACKAGE_STRING "lighttpd 1.4.28"
  1181. | #define PACKAGE_BUGREPORT "contact@lighttpd.net"
  1182. | #define PACKAGE "lighttpd"
  1183. | #define VERSION "1.4.28"
  1184. | #define STDC_HEADERS 1
  1185. | #define HAVE_SYS_TYPES_H 1
  1186. | #define HAVE_SYS_STAT_H 1
  1187. | #define HAVE_STDLIB_H 1
  1188. | #define HAVE_STRING_H 1
  1189. | #define HAVE_MEMORY_H 1
  1190. | #define HAVE_STRINGS_H 1
  1191. | #define HAVE_INTTYPES_H 1
  1192. | #define HAVE_STDINT_H 1
  1193. | #define HAVE_UNISTD_H 1
  1194. | #define PROTOTYPES 1
  1195. | #define __PROTOTYPES 1
  1196. | #define HAVE_STRING_H 1
  1197. | #define HAVE_DLFCN_H 1
  1198. | #define LT_OBJDIR ".libs/"
  1199. | #define STDC_HEADERS 1
  1200. | #define HAVE_SYS_WAIT_H 1
  1201. | #define HAVE_ARPA_INET_H 1
  1202. | #define HAVE_FCNTL_H 1
  1203. | #define HAVE_NETINET_IN_H 1
  1204. | #define HAVE_STDLIB_H 1
  1205. | #define HAVE_STRING_H 1
  1206. | #define HAVE_SYS_SOCKET_H 1
  1207. | #define HAVE_SYS_TIME_H 1
  1208. | #define HAVE_UNISTD_H 1
  1209. | #define HAVE_SYS_SENDFILE_H 1
  1210. | #define HAVE_SYS_UIO_H 1
  1211. | #define HAVE_GETOPT_H 1
  1212. | #define HAVE_SYS_EPOLL_H 1
  1213. | #define HAVE_SYS_SELECT_H 1
  1214. | #define HAVE_POLL_H 1
  1215. | #define HAVE_SYS_POLL_H 1
  1216. | /* end confdefs.h. */
  1217. | #include <sys/filio.h>
  1218. configure:11370: result: no
  1219. configure:11405: checking for sys/filio.h
  1220. configure:11412: result: no
  1221. configure:11289: checking sys/mman.h usability
  1222. configure:11301: gcc -c -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  1223. configure:11307: $? = 0
  1224. configure:11311: test -z
  1225. || test ! -s conftest.err
  1226. configure:11314: $? = 0
  1227. configure:11317: test -s conftest.o
  1228. configure:11320: $? = 0
  1229. configure:11330: result: yes
  1230. configure:11334: checking sys/mman.h presence
  1231. configure:11344: gcc -E -D_REENTRANT -D__EXTENSIONS__ conftest.c
  1232. configure:11350: $? = 0
  1233. configure:11370: result: yes
  1234. configure:11405: checking for sys/mman.h
  1235. configure:11412: result: yes
  1236. configure:11289: checking sys/event.h usability
  1237. configure:11301: gcc -c -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  1238. conftest.c:78:23: error: sys/event.h: No such file or directory
  1239. configure:11307: $? = 1
  1240. configure: failed program was:
  1241. | /* confdefs.h. */
  1242. |
  1243. | #define PACKAGE_NAME "lighttpd"
  1244. | #define PACKAGE_TARNAME "lighttpd"
  1245. | #define PACKAGE_VERSION "1.4.28"
  1246. | #define PACKAGE_STRING "lighttpd 1.4.28"
  1247. | #define PACKAGE_BUGREPORT "contact@lighttpd.net"
  1248. | #define PACKAGE "lighttpd"
  1249. | #define VERSION "1.4.28"
  1250. | #define STDC_HEADERS 1
  1251. | #define HAVE_SYS_TYPES_H 1
  1252. | #define HAVE_SYS_STAT_H 1
  1253. | #define HAVE_STDLIB_H 1
  1254. | #define HAVE_STRING_H 1
  1255. | #define HAVE_MEMORY_H 1
  1256. | #define HAVE_STRINGS_H 1
  1257. | #define HAVE_INTTYPES_H 1
  1258. | #define HAVE_STDINT_H 1
  1259. | #define HAVE_UNISTD_H 1
  1260. | #define PROTOTYPES 1
  1261. | #define __PROTOTYPES 1
  1262. | #define HAVE_STRING_H 1
  1263. | #define HAVE_DLFCN_H 1
  1264. | #define LT_OBJDIR ".libs/"
  1265. | #define STDC_HEADERS 1
  1266. | #define HAVE_SYS_WAIT_H 1
  1267. | #define HAVE_ARPA_INET_H 1
  1268. | #define HAVE_FCNTL_H 1
  1269. | #define HAVE_NETINET_IN_H 1
  1270. | #define HAVE_STDLIB_H 1
  1271. | #define HAVE_STRING_H 1
  1272. | #define HAVE_SYS_SOCKET_H 1
  1273. | #define HAVE_SYS_TIME_H 1
  1274. | #define HAVE_UNISTD_H 1
  1275. | #define HAVE_SYS_SENDFILE_H 1
  1276. | #define HAVE_SYS_UIO_H 1
  1277. | #define HAVE_GETOPT_H 1
  1278. | #define HAVE_SYS_EPOLL_H 1
  1279. | #define HAVE_SYS_SELECT_H 1
  1280. | #define HAVE_POLL_H 1
  1281. | #define HAVE_SYS_POLL_H 1
  1282. | #define HAVE_SYS_MMAN_H 1
  1283. | /* end confdefs.h. */
  1284. | #include <stdio.h>
  1285. | #if HAVE_SYS_TYPES_H
  1286. | # include <sys/types.h>
  1287. | #endif
  1288. | #if HAVE_SYS_STAT_H
  1289. | # include <sys/stat.h>
  1290. | #endif
  1291. | #if STDC_HEADERS
  1292. | # include <stdlib.h>
  1293. | # include <stddef.h>
  1294. | #else
  1295. | # if HAVE_STDLIB_H
  1296. | # include <stdlib.h>
  1297. | # endif
  1298. | #endif
  1299. | #if HAVE_STRING_H
  1300. | # if !STDC_HEADERS && HAVE_MEMORY_H
  1301. | # include <memory.h>
  1302. | # endif
  1303. | # include <string.h>
  1304. | #endif
  1305. | #if HAVE_STRINGS_H
  1306. | # include <strings.h>
  1307. | #endif
  1308. | #if HAVE_INTTYPES_H
  1309. | # include <inttypes.h>
  1310. | #else
  1311. | # if HAVE_STDINT_H
  1312. | # include <stdint.h>
  1313. | # endif
  1314. | #endif
  1315. | #if HAVE_UNISTD_H
  1316. | # include <unistd.h>
  1317. | #endif
  1318. | #include <sys/event.h>
  1319. configure:11330: result: no
  1320. configure:11334: checking sys/event.h presence
  1321. configure:11344: gcc -E -D_REENTRANT -D__EXTENSIONS__ conftest.c
  1322. conftest.c:44:23: error: sys/event.h: No such file or directory
  1323. configure:11350: $? = 1
  1324. configure: failed program was:
  1325. | /* confdefs.h. */
  1326. |
  1327. | #define PACKAGE_NAME "lighttpd"
  1328. | #define PACKAGE_TARNAME "lighttpd"
  1329. | #define PACKAGE_VERSION "1.4.28"
  1330. | #define PACKAGE_STRING "lighttpd 1.4.28"
  1331. | #define PACKAGE_BUGREPORT "contact@lighttpd.net"
  1332. | #define PACKAGE "lighttpd"
  1333. | #define VERSION "1.4.28"
  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 PROTOTYPES 1
  1345. | #define __PROTOTYPES 1
  1346. | #define HAVE_STRING_H 1
  1347. | #define HAVE_DLFCN_H 1
  1348. | #define LT_OBJDIR ".libs/"
  1349. | #define STDC_HEADERS 1
  1350. | #define HAVE_SYS_WAIT_H 1
  1351. | #define HAVE_ARPA_INET_H 1
  1352. | #define HAVE_FCNTL_H 1
  1353. | #define HAVE_NETINET_IN_H 1
  1354. | #define HAVE_STDLIB_H 1
  1355. | #define HAVE_STRING_H 1
  1356. | #define HAVE_SYS_SOCKET_H 1
  1357. | #define HAVE_SYS_TIME_H 1
  1358. | #define HAVE_UNISTD_H 1
  1359. | #define HAVE_SYS_SENDFILE_H 1
  1360. | #define HAVE_SYS_UIO_H 1
  1361. | #define HAVE_GETOPT_H 1
  1362. | #define HAVE_SYS_EPOLL_H 1
  1363. | #define HAVE_SYS_SELECT_H 1
  1364. | #define HAVE_POLL_H 1
  1365. | #define HAVE_SYS_POLL_H 1
  1366. | #define HAVE_SYS_MMAN_H 1
  1367. | /* end confdefs.h. */
  1368. | #include <sys/event.h>
  1369. configure:11370: result: no
  1370. configure:11405: checking for sys/event.h
  1371. configure:11412: result: no
  1372. configure:11289: checking sys/port.h usability
  1373. configure:11301: gcc -c -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  1374. conftest.c:78:22: error: sys/port.h: No such file or directory
  1375. configure:11307: $? = 1
  1376. configure: failed program was:
  1377. | /* confdefs.h. */
  1378. |
  1379. | #define PACKAGE_NAME "lighttpd"
  1380. | #define PACKAGE_TARNAME "lighttpd"
  1381. | #define PACKAGE_VERSION "1.4.28"
  1382. | #define PACKAGE_STRING "lighttpd 1.4.28"
  1383. | #define PACKAGE_BUGREPORT "contact@lighttpd.net"
  1384. | #define PACKAGE "lighttpd"
  1385. | #define VERSION "1.4.28"
  1386. | #define STDC_HEADERS 1
  1387. | #define HAVE_SYS_TYPES_H 1
  1388. | #define HAVE_SYS_STAT_H 1
  1389. | #define HAVE_STDLIB_H 1
  1390. | #define HAVE_STRING_H 1
  1391. | #define HAVE_MEMORY_H 1
  1392. | #define HAVE_STRINGS_H 1
  1393. | #define HAVE_INTTYPES_H 1
  1394. | #define HAVE_STDINT_H 1
  1395. | #define HAVE_UNISTD_H 1
  1396. | #define PROTOTYPES 1
  1397. | #define __PROTOTYPES 1
  1398. | #define HAVE_STRING_H 1
  1399. | #define HAVE_DLFCN_H 1
  1400. | #define LT_OBJDIR ".libs/"
  1401. | #define STDC_HEADERS 1
  1402. | #define HAVE_SYS_WAIT_H 1
  1403. | #define HAVE_ARPA_INET_H 1
  1404. | #define HAVE_FCNTL_H 1
  1405. | #define HAVE_NETINET_IN_H 1
  1406. | #define HAVE_STDLIB_H 1
  1407. | #define HAVE_STRING_H 1
  1408. | #define HAVE_SYS_SOCKET_H 1
  1409. | #define HAVE_SYS_TIME_H 1
  1410. | #define HAVE_UNISTD_H 1
  1411. | #define HAVE_SYS_SENDFILE_H 1
  1412. | #define HAVE_SYS_UIO_H 1
  1413. | #define HAVE_GETOPT_H 1
  1414. | #define HAVE_SYS_EPOLL_H 1
  1415. | #define HAVE_SYS_SELECT_H 1
  1416. | #define HAVE_POLL_H 1
  1417. | #define HAVE_SYS_POLL_H 1
  1418. | #define HAVE_SYS_MMAN_H 1
  1419. | /* end confdefs.h. */
  1420. | #include <stdio.h>
  1421. | #if HAVE_SYS_TYPES_H
  1422. | # include <sys/types.h>
  1423. | #endif
  1424. | #if HAVE_SYS_STAT_H
  1425. | # include <sys/stat.h>
  1426. | #endif
  1427. | #if STDC_HEADERS
  1428. | # include <stdlib.h>
  1429. | # include <stddef.h>
  1430. | #else
  1431. | # if HAVE_STDLIB_H
  1432. | # include <stdlib.h>
  1433. | # endif
  1434. | #endif
  1435. | #if HAVE_STRING_H
  1436. | # if !STDC_HEADERS && HAVE_MEMORY_H
  1437. | # include <memory.h>
  1438. | # endif
  1439. | # include <string.h>
  1440. | #endif
  1441. | #if HAVE_STRINGS_H
  1442. | # include <strings.h>
  1443. | #endif
  1444. | #if HAVE_INTTYPES_H
  1445. | # include <inttypes.h>
  1446. | #else
  1447. | # if HAVE_STDINT_H
  1448. | # include <stdint.h>
  1449. | # endif
  1450. | #endif
  1451. | #if HAVE_UNISTD_H
  1452. | # include <unistd.h>
  1453. | #endif
  1454. | #include <sys/port.h>
  1455. configure:11330: result: no
  1456. configure:11334: checking sys/port.h presence
  1457. configure:11344: gcc -E -D_REENTRANT -D__EXTENSIONS__ conftest.c
  1458. conftest.c:44:22: error: sys/port.h: No such file or directory
  1459. configure:11350: $? = 1
  1460. configure: failed program was:
  1461. | /* confdefs.h. */
  1462. |
  1463. | #define PACKAGE_NAME "lighttpd"
  1464. | #define PACKAGE_TARNAME "lighttpd"
  1465. | #define PACKAGE_VERSION "1.4.28"
  1466. | #define PACKAGE_STRING "lighttpd 1.4.28"
  1467. | #define PACKAGE_BUGREPORT "contact@lighttpd.net"
  1468. | #define PACKAGE "lighttpd"
  1469. | #define VERSION "1.4.28"
  1470. | #define STDC_HEADERS 1
  1471. | #define HAVE_SYS_TYPES_H 1
  1472. | #define HAVE_SYS_STAT_H 1
  1473. | #define HAVE_STDLIB_H 1
  1474. | #define HAVE_STRING_H 1
  1475. | #define HAVE_MEMORY_H 1
  1476. | #define HAVE_STRINGS_H 1
  1477. | #define HAVE_INTTYPES_H 1
  1478. | #define HAVE_STDINT_H 1
  1479. | #define HAVE_UNISTD_H 1
  1480. | #define PROTOTYPES 1
  1481. | #define __PROTOTYPES 1
  1482. | #define HAVE_STRING_H 1
  1483. | #define HAVE_DLFCN_H 1
  1484. | #define LT_OBJDIR ".libs/"
  1485. | #define STDC_HEADERS 1
  1486. | #define HAVE_SYS_WAIT_H 1
  1487. | #define HAVE_ARPA_INET_H 1
  1488. | #define HAVE_FCNTL_H 1
  1489. | #define HAVE_NETINET_IN_H 1
  1490. | #define HAVE_STDLIB_H 1
  1491. | #define HAVE_STRING_H 1
  1492. | #define HAVE_SYS_SOCKET_H 1
  1493. | #define HAVE_SYS_TIME_H 1
  1494. | #define HAVE_UNISTD_H 1
  1495. | #define HAVE_SYS_SENDFILE_H 1
  1496. | #define HAVE_SYS_UIO_H 1
  1497. | #define HAVE_GETOPT_H 1
  1498. | #define HAVE_SYS_EPOLL_H 1
  1499. | #define HAVE_SYS_SELECT_H 1
  1500. | #define HAVE_POLL_H 1
  1501. | #define HAVE_SYS_POLL_H 1
  1502. | #define HAVE_SYS_MMAN_H 1
  1503. | /* end confdefs.h. */
  1504. | #include <sys/port.h>
  1505. configure:11370: result: no
  1506. configure:11405: checking for sys/port.h
  1507. configure:11412: result: no
  1508. configure:11289: checking pwd.h usability
  1509. configure:11301: gcc -c -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  1510. configure:11307: $? = 0
  1511. configure:11311: test -z
  1512. || test ! -s conftest.err
  1513. configure:11314: $? = 0
  1514. configure:11317: test -s conftest.o
  1515. configure:11320: $? = 0
  1516. configure:11330: result: yes
  1517. configure:11334: checking pwd.h presence
  1518. configure:11344: gcc -E -D_REENTRANT -D__EXTENSIONS__ conftest.c
  1519. configure:11350: $? = 0
  1520. configure:11370: result: yes
  1521. configure:11405: checking for pwd.h
  1522. configure:11412: result: yes
  1523. configure:11289: checking sys/syslimits.h usability
  1524. configure:11301: gcc -c -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  1525. conftest.c:79:27: error: sys/syslimits.h: No such file or directory
  1526. configure:11307: $? = 1
  1527. configure: failed program was:
  1528. | /* confdefs.h. */
  1529. |
  1530. | #define PACKAGE_NAME "lighttpd"
  1531. | #define PACKAGE_TARNAME "lighttpd"
  1532. | #define PACKAGE_VERSION "1.4.28"
  1533. | #define PACKAGE_STRING "lighttpd 1.4.28"
  1534. | #define PACKAGE_BUGREPORT "contact@lighttpd.net"
  1535. | #define PACKAGE "lighttpd"
  1536. | #define VERSION "1.4.28"
  1537. | #define STDC_HEADERS 1
  1538. | #define HAVE_SYS_TYPES_H 1
  1539. | #define HAVE_SYS_STAT_H 1
  1540. | #define HAVE_STDLIB_H 1
  1541. | #define HAVE_STRING_H 1
  1542. | #define HAVE_MEMORY_H 1
  1543. | #define HAVE_STRINGS_H 1
  1544. | #define HAVE_INTTYPES_H 1
  1545. | #define HAVE_STDINT_H 1
  1546. | #define HAVE_UNISTD_H 1
  1547. | #define PROTOTYPES 1
  1548. | #define __PROTOTYPES 1
  1549. | #define HAVE_STRING_H 1
  1550. | #define HAVE_DLFCN_H 1
  1551. | #define LT_OBJDIR ".libs/"
  1552. | #define STDC_HEADERS 1
  1553. | #define HAVE_SYS_WAIT_H 1
  1554. | #define HAVE_ARPA_INET_H 1
  1555. | #define HAVE_FCNTL_H 1
  1556. | #define HAVE_NETINET_IN_H 1
  1557. | #define HAVE_STDLIB_H 1
  1558. | #define HAVE_STRING_H 1
  1559. | #define HAVE_SYS_SOCKET_H 1
  1560. | #define HAVE_SYS_TIME_H 1
  1561. | #define HAVE_UNISTD_H 1
  1562. | #define HAVE_SYS_SENDFILE_H 1
  1563. | #define HAVE_SYS_UIO_H 1
  1564. | #define HAVE_GETOPT_H 1
  1565. | #define HAVE_SYS_EPOLL_H 1
  1566. | #define HAVE_SYS_SELECT_H 1
  1567. | #define HAVE_POLL_H 1
  1568. | #define HAVE_SYS_POLL_H 1
  1569. | #define HAVE_SYS_MMAN_H 1
  1570. | #define HAVE_PWD_H 1
  1571. | /* end confdefs.h. */
  1572. | #include <stdio.h>
  1573. | #if HAVE_SYS_TYPES_H
  1574. | # include <sys/types.h>
  1575. | #endif
  1576. | #if HAVE_SYS_STAT_H
  1577. | # include <sys/stat.h>
  1578. | #endif
  1579. | #if STDC_HEADERS
  1580. | # include <stdlib.h>
  1581. | # include <stddef.h>
  1582. | #else
  1583. | # if HAVE_STDLIB_H
  1584. | # include <stdlib.h>
  1585. | # endif
  1586. | #endif
  1587. | #if HAVE_STRING_H
  1588. | # if !STDC_HEADERS && HAVE_MEMORY_H
  1589. | # include <memory.h>
  1590. | # endif
  1591. | # include <string.h>
  1592. | #endif
  1593. | #if HAVE_STRINGS_H
  1594. | # include <strings.h>
  1595. | #endif
  1596. | #if HAVE_INTTYPES_H
  1597. | # include <inttypes.h>
  1598. | #else
  1599. | # if HAVE_STDINT_H
  1600. | # include <stdint.h>
  1601. | # endif
  1602. | #endif
  1603. | #if HAVE_UNISTD_H
  1604. | # include <unistd.h>
  1605. | #endif
  1606. | #include <sys/syslimits.h>
  1607. configure:11330: result: no
  1608. configure:11334: checking sys/syslimits.h presence
  1609. configure:11344: gcc -E -D_REENTRANT -D__EXTENSIONS__ conftest.c
  1610. conftest.c:45:27: error: sys/syslimits.h: No such file or directory
  1611. configure:11350: $? = 1
  1612. configure: failed program was:
  1613. | /* confdefs.h. */
  1614. |
  1615. | #define PACKAGE_NAME "lighttpd"
  1616. | #define PACKAGE_TARNAME "lighttpd"
  1617. | #define PACKAGE_VERSION "1.4.28"
  1618. | #define PACKAGE_STRING "lighttpd 1.4.28"
  1619. | #define PACKAGE_BUGREPORT "contact@lighttpd.net"
  1620. | #define PACKAGE "lighttpd"
  1621. | #define VERSION "1.4.28"
  1622. | #define STDC_HEADERS 1
  1623. | #define HAVE_SYS_TYPES_H 1
  1624. | #define HAVE_SYS_STAT_H 1
  1625. | #define HAVE_STDLIB_H 1
  1626. | #define HAVE_STRING_H 1
  1627. | #define HAVE_MEMORY_H 1
  1628. | #define HAVE_STRINGS_H 1
  1629. | #define HAVE_INTTYPES_H 1
  1630. | #define HAVE_STDINT_H 1
  1631. | #define HAVE_UNISTD_H 1
  1632. | #define PROTOTYPES 1
  1633. | #define __PROTOTYPES 1
  1634. | #define HAVE_STRING_H 1
  1635. | #define HAVE_DLFCN_H 1
  1636. | #define LT_OBJDIR ".libs/"
  1637. | #define STDC_HEADERS 1
  1638. | #define HAVE_SYS_WAIT_H 1
  1639. | #define HAVE_ARPA_INET_H 1
  1640. | #define HAVE_FCNTL_H 1
  1641. | #define HAVE_NETINET_IN_H 1
  1642. | #define HAVE_STDLIB_H 1
  1643. | #define HAVE_STRING_H 1
  1644. | #define HAVE_SYS_SOCKET_H 1
  1645. | #define HAVE_SYS_TIME_H 1
  1646. | #define HAVE_UNISTD_H 1
  1647. | #define HAVE_SYS_SENDFILE_H 1
  1648. | #define HAVE_SYS_UIO_H 1
  1649. | #define HAVE_GETOPT_H 1
  1650. | #define HAVE_SYS_EPOLL_H 1
  1651. | #define HAVE_SYS_SELECT_H 1
  1652. | #define HAVE_POLL_H 1
  1653. | #define HAVE_SYS_POLL_H 1
  1654. | #define HAVE_SYS_MMAN_H 1
  1655. | #define HAVE_PWD_H 1
  1656. | /* end confdefs.h. */
  1657. | #include <sys/syslimits.h>
  1658. configure:11370: result: no
  1659. configure:11405: checking for sys/syslimits.h
  1660. configure:11412: result: no
  1661. configure:11289: checking sys/resource.h usability
  1662. configure:11301: gcc -c -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  1663. configure:11307: $? = 0
  1664. configure:11311: test -z
  1665. || test ! -s conftest.err
  1666. configure:11314: $? = 0
  1667. configure:11317: test -s conftest.o
  1668. configure:11320: $? = 0
  1669. configure:11330: result: yes
  1670. configure:11334: checking sys/resource.h presence
  1671. configure:11344: gcc -E -D_REENTRANT -D__EXTENSIONS__ conftest.c
  1672. configure:11350: $? = 0
  1673. configure:11370: result: yes
  1674. configure:11405: checking for sys/resource.h
  1675. configure:11412: result: yes
  1676. configure:11289: checking sys/un.h usability
  1677. configure:11301: gcc -c -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  1678. configure:11307: $? = 0
  1679. configure:11311: test -z
  1680. || test ! -s conftest.err
  1681. configure:11314: $? = 0
  1682. configure:11317: test -s conftest.o
  1683. configure:11320: $? = 0
  1684. configure:11330: result: yes
  1685. configure:11334: checking sys/un.h presence
  1686. configure:11344: gcc -E -D_REENTRANT -D__EXTENSIONS__ conftest.c
  1687. configure:11350: $? = 0
  1688. configure:11370: result: yes
  1689. configure:11405: checking for sys/un.h
  1690. configure:11412: result: yes
  1691. configure:11289: checking syslog.h usability
  1692. configure:11301: gcc -c -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  1693. configure:11307: $? = 0
  1694. configure:11311: test -z
  1695. || test ! -s conftest.err
  1696. configure:11314: $? = 0
  1697. configure:11317: test -s conftest.o
  1698. configure:11320: $? = 0
  1699. configure:11330: result: yes
  1700. configure:11334: checking syslog.h presence
  1701. configure:11344: gcc -E -D_REENTRANT -D__EXTENSIONS__ conftest.c
  1702. configure:11350: $? = 0
  1703. configure:11370: result: yes
  1704. configure:11405: checking for syslog.h
  1705. configure:11412: result: yes
  1706. configure:11289: checking sys/prctl.h usability
  1707. configure:11301: gcc -c -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  1708. configure:11307: $? = 0
  1709. configure:11311: test -z
  1710. || test ! -s conftest.err
  1711. configure:11314: $? = 0
  1712. configure:11317: test -s conftest.o
  1713. configure:11320: $? = 0
  1714. configure:11330: result: yes
  1715. configure:11334: checking sys/prctl.h presence
  1716. configure:11344: gcc -E -D_REENTRANT -D__EXTENSIONS__ conftest.c
  1717. configure:11350: $? = 0
  1718. configure:11370: result: yes
  1719. configure:11405: checking for sys/prctl.h
  1720. configure:11412: result: yes
  1721. configure:11289: checking uuid/uuid.h usability
  1722. configure:11301: gcc -c -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  1723. configure:11307: $? = 0
  1724. configure:11311: test -z
  1725. || test ! -s conftest.err
  1726. configure:11314: $? = 0
  1727. configure:11317: test -s conftest.o
  1728. configure:11320: $? = 0
  1729. configure:11330: result: yes
  1730. configure:11334: checking uuid/uuid.h presence
  1731. configure:11344: gcc -E -D_REENTRANT -D__EXTENSIONS__ conftest.c
  1732. configure:11350: $? = 0
  1733. configure:11370: result: yes
  1734. configure:11405: checking for uuid/uuid.h
  1735. configure:11412: result: yes
  1736. configure:11426: checking for an ANSI C-conforming const
  1737. configure:11493: gcc -c -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  1738. configure:11499: $? = 0
  1739. configure:11503: test -z
  1740. || test ! -s conftest.err
  1741. configure:11506: $? = 0
  1742. configure:11509: test -s conftest.o
  1743. configure:11512: $? = 0
  1744. configure:11523: result: yes
  1745. configure:11533: checking for inline
  1746. configure:11554: gcc -c -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  1747. configure:11560: $? = 0
  1748. configure:11564: test -z
  1749. || test ! -s conftest.err
  1750. configure:11567: $? = 0
  1751. configure:11570: test -s conftest.o
  1752. configure:11573: $? = 0
  1753. configure:11585: result: inline
  1754. configure:11605: checking whether char is unsigned
  1755. configure:11628: gcc -c -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  1756. configure:11634: $? = 0
  1757. configure:11638: test -z
  1758. || test ! -s conftest.err
  1759. configure:11641: $? = 0
  1760. configure:11644: test -s conftest.o
  1761. configure:11647: $? = 0
  1762. configure:11658: result: no
  1763. configure:11667: checking for off_t
  1764. configure:11691: gcc -c -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  1765. configure:11697: $? = 0
  1766. configure:11701: test -z
  1767. || test ! -s conftest.err
  1768. configure:11704: $? = 0
  1769. configure:11707: test -s conftest.o
  1770. configure:11710: $? = 0
  1771. configure:11721: result: yes
  1772. configure:11733: checking for pid_t
  1773. configure:11757: gcc -c -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  1774. configure:11763: $? = 0
  1775. configure:11767: test -z
  1776. || test ! -s conftest.err
  1777. configure:11770: $? = 0
  1778. configure:11773: test -s conftest.o
  1779. configure:11776: $? = 0
  1780. configure:11787: result: yes
  1781. configure:11799: checking for size_t
  1782. configure:11823: gcc -c -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  1783. configure:11829: $? = 0
  1784. configure:11833: test -z
  1785. || test ! -s conftest.err
  1786. configure:11836: $? = 0
  1787. configure:11839: test -s conftest.o
  1788. configure:11842: $? = 0
  1789. configure:11853: result: yes
  1790. configure:11866: checking for struct tm.tm_gmtoff
  1791. configure:11890: gcc -c -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  1792. configure:11896: $? = 0
  1793. configure:11900: test -z
  1794. || test ! -s conftest.err
  1795. configure:11903: $? = 0
  1796. configure:11906: test -s conftest.o
  1797. configure:11909: $? = 0
  1798. configure:11967: result: yes
  1799. configure:11977: checking for struct sockaddr_storage
  1800. configure:12002: gcc -c -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  1801. configure:12008: $? = 0
  1802. configure:12012: test -z
  1803. || test ! -s conftest.err
  1804. configure:12015: $? = 0
  1805. configure:12018: test -s conftest.o
  1806. configure:12021: $? = 0
  1807. configure:12032: result: yes
  1808. configure:12043: checking for socklen_t
  1809. configure:12069: gcc -c -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  1810. configure:12075: $? = 0
  1811. configure:12079: test -z
  1812. || test ! -s conftest.err
  1813. configure:12082: $? = 0
  1814. configure:12085: test -s conftest.o
  1815. configure:12088: $? = 0
  1816. configure:12099: result: yes
  1817. configure:12117: checking for unistd.h
  1818. configure:12122: result: yes
  1819. configure:12126: checking vfork.h usability
  1820. configure:12138: gcc -c -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  1821. conftest.c:88:19: error: vfork.h: No such file or directory
  1822. configure:12144: $? = 1
  1823. configure: failed program was:
  1824. | /* confdefs.h. */
  1825. |
  1826. | #define PACKAGE_NAME "lighttpd"
  1827. | #define PACKAGE_TARNAME "lighttpd"
  1828. | #define PACKAGE_VERSION "1.4.28"
  1829. | #define PACKAGE_STRING "lighttpd 1.4.28"
  1830. | #define PACKAGE_BUGREPORT "contact@lighttpd.net"
  1831. | #define PACKAGE "lighttpd"
  1832. | #define VERSION "1.4.28"
  1833. | #define STDC_HEADERS 1
  1834. | #define HAVE_SYS_TYPES_H 1
  1835. | #define HAVE_SYS_STAT_H 1
  1836. | #define HAVE_STDLIB_H 1
  1837. | #define HAVE_STRING_H 1
  1838. | #define HAVE_MEMORY_H 1
  1839. | #define HAVE_STRINGS_H 1
  1840. | #define HAVE_INTTYPES_H 1
  1841. | #define HAVE_STDINT_H 1
  1842. | #define HAVE_UNISTD_H 1
  1843. | #define PROTOTYPES 1
  1844. | #define __PROTOTYPES 1
  1845. | #define HAVE_STRING_H 1
  1846. | #define HAVE_DLFCN_H 1
  1847. | #define LT_OBJDIR ".libs/"
  1848. | #define STDC_HEADERS 1
  1849. | #define HAVE_SYS_WAIT_H 1
  1850. | #define HAVE_ARPA_INET_H 1
  1851. | #define HAVE_FCNTL_H 1
  1852. | #define HAVE_NETINET_IN_H 1
  1853. | #define HAVE_STDLIB_H 1
  1854. | #define HAVE_STRING_H 1
  1855. | #define HAVE_SYS_SOCKET_H 1
  1856. | #define HAVE_SYS_TIME_H 1
  1857. | #define HAVE_UNISTD_H 1
  1858. | #define HAVE_SYS_SENDFILE_H 1
  1859. | #define HAVE_SYS_UIO_H 1
  1860. | #define HAVE_GETOPT_H 1
  1861. | #define HAVE_SYS_EPOLL_H 1
  1862. | #define HAVE_SYS_SELECT_H 1
  1863. | #define HAVE_POLL_H 1
  1864. | #define HAVE_SYS_POLL_H 1
  1865. | #define HAVE_SYS_MMAN_H 1
  1866. | #define HAVE_PWD_H 1
  1867. | #define HAVE_SYS_RESOURCE_H 1
  1868. | #define HAVE_SYS_UN_H 1
  1869. | #define HAVE_SYSLOG_H 1
  1870. | #define HAVE_SYS_PRCTL_H 1
  1871. | #define HAVE_UUID_UUID_H 1
  1872. | #define HAVE_STRUCT_TM_GMTOFF 1
  1873. | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  1874. | #define HAVE_SOCKLEN_T 1
  1875. | #define HAVE_UNISTD_H 1
  1876. | /* end confdefs.h. */
  1877. | #include <stdio.h>
  1878. | #if HAVE_SYS_TYPES_H
  1879. | # include <sys/types.h>
  1880. | #endif
  1881. | #if HAVE_SYS_STAT_H
  1882. | # include <sys/stat.h>
  1883. | #endif
  1884. | #if STDC_HEADERS
  1885. | # include <stdlib.h>
  1886. | # include <stddef.h>
  1887. | #else
  1888. | # if HAVE_STDLIB_H
  1889. | # include <stdlib.h>
  1890. | # endif
  1891. | #endif
  1892. | #if HAVE_STRING_H
  1893. | # if !STDC_HEADERS && HAVE_MEMORY_H
  1894. | # include <memory.h>
  1895. | # endif
  1896. | # include <string.h>
  1897. | #endif
  1898. | #if HAVE_STRINGS_H
  1899. | # include <strings.h>
  1900. | #endif
  1901. | #if HAVE_INTTYPES_H
  1902. | # include <inttypes.h>
  1903. | #else
  1904. | # if HAVE_STDINT_H
  1905. | # include <stdint.h>
  1906. | # endif
  1907. | #endif
  1908. | #if HAVE_UNISTD_H
  1909. | # include <unistd.h>
  1910. | #endif
  1911. | #include <vfork.h>
  1912. configure:12167: result: no
  1913. configure:12171: checking vfork.h presence
  1914. configure:12181: gcc -E -D_REENTRANT -D__EXTENSIONS__ conftest.c
  1915. conftest.c:54:19: error: vfork.h: No such file or directory
  1916. configure:12187: $? = 1
  1917. configure: failed program was:
  1918. | /* confdefs.h. */
  1919. |
  1920. | #define PACKAGE_NAME "lighttpd"
  1921. | #define PACKAGE_TARNAME "lighttpd"
  1922. | #define PACKAGE_VERSION "1.4.28"
  1923. | #define PACKAGE_STRING "lighttpd 1.4.28"
  1924. | #define PACKAGE_BUGREPORT "contact@lighttpd.net"
  1925. | #define PACKAGE "lighttpd"
  1926. | #define VERSION "1.4.28"
  1927. | #define STDC_HEADERS 1
  1928. | #define HAVE_SYS_TYPES_H 1
  1929. | #define HAVE_SYS_STAT_H 1
  1930. | #define HAVE_STDLIB_H 1
  1931. | #define HAVE_STRING_H 1
  1932. | #define HAVE_MEMORY_H 1
  1933. | #define HAVE_STRINGS_H 1
  1934. | #define HAVE_INTTYPES_H 1
  1935. | #define HAVE_STDINT_H 1
  1936. | #define HAVE_UNISTD_H 1
  1937. | #define PROTOTYPES 1
  1938. | #define __PROTOTYPES 1
  1939. | #define HAVE_STRING_H 1
  1940. | #define HAVE_DLFCN_H 1
  1941. | #define LT_OBJDIR ".libs/"
  1942. | #define STDC_HEADERS 1
  1943. | #define HAVE_SYS_WAIT_H 1
  1944. | #define HAVE_ARPA_INET_H 1
  1945. | #define HAVE_FCNTL_H 1
  1946. | #define HAVE_NETINET_IN_H 1
  1947. | #define HAVE_STDLIB_H 1
  1948. | #define HAVE_STRING_H 1
  1949. | #define HAVE_SYS_SOCKET_H 1
  1950. | #define HAVE_SYS_TIME_H 1
  1951. | #define HAVE_UNISTD_H 1
  1952. | #define HAVE_SYS_SENDFILE_H 1
  1953. | #define HAVE_SYS_UIO_H 1
  1954. | #define HAVE_GETOPT_H 1
  1955. | #define HAVE_SYS_EPOLL_H 1
  1956. | #define HAVE_SYS_SELECT_H 1
  1957. | #define HAVE_POLL_H 1
  1958. | #define HAVE_SYS_POLL_H 1
  1959. | #define HAVE_SYS_MMAN_H 1
  1960. | #define HAVE_PWD_H 1
  1961. | #define HAVE_SYS_RESOURCE_H 1
  1962. | #define HAVE_SYS_UN_H 1
  1963. | #define HAVE_SYSLOG_H 1
  1964. | #define HAVE_SYS_PRCTL_H 1
  1965. | #define HAVE_UUID_UUID_H 1
  1966. | #define HAVE_STRUCT_TM_GMTOFF 1
  1967. | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  1968. | #define HAVE_SOCKLEN_T 1
  1969. | #define HAVE_UNISTD_H 1
  1970. | /* end confdefs.h. */
  1971. | #include <vfork.h>
  1972. configure:12207: result: no
  1973. configure:12242: checking for vfork.h
  1974. configure:12249: result: no
  1975. configure:12267: checking for fork
  1976. configure:12324: gcc -o conftest -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  1977. conftest.c:78: warning: conflicting types for built-in function 'fork'
  1978. configure:12330: $? = 0
  1979. configure:12334: test -z
  1980. || test ! -s conftest.err
  1981. configure:12337: $? = 0
  1982. configure:12340: test -s conftest
  1983. configure:12343: $? = 0
  1984. configure:12355: result: yes
  1985. configure:12267: checking for vfork
  1986. configure:12324: gcc -o conftest -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  1987. configure:12330: $? = 0
  1988. configure:12334: test -z
  1989. || test ! -s conftest.err
  1990. configure:12337: $? = 0
  1991. configure:12340: test -s conftest
  1992. configure:12343: $? = 0
  1993. configure:12355: result: yes
  1994. configure:12366: checking for working fork
  1995. configure:12389: gcc -o conftest -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  1996. conftest.c: In function 'main':
  1997. conftest.c:10: warning: incompatible implicit declaration of built-in function 'exit'
  1998. configure:12392: $? = 0
  1999. configure:12394: ./conftest
  2000. configure:12397: $? = 0
  2001. configure:12411: result: yes
  2002. configure:12432: checking for working vfork
  2003. configure:12565: result: yes
  2004. configure:12596: checking return type of signal handlers
  2005. configure:12627: gcc -c -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  2006. configure:12633: $? = 0
  2007. configure:12637: test -z
  2008. || test ! -s conftest.err
  2009. configure:12640: $? = 0
  2010. configure:12643: test -s conftest.o
  2011. configure:12646: $? = 0
  2012. configure:12657: result: void
  2013. configure:12665: checking whether lstat dereferences a symlink specified with a trailing slash
  2014. configure:12696: gcc -o conftest -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  2015. configure:12699: $? = 0
  2016. configure:12701: ./conftest
  2017. configure:12704: $? = 0
  2018. configure:12725: result: yes
  2019. configure:12746: checking whether stat accepts an empty string
  2020. configure:12771: gcc -o conftest -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  2021. configure:12774: $? = 0
  2022. configure:12776: ./conftest
  2023. configure:12779: $? = 1
  2024. configure: program exited with status 1
  2025. configure: failed program was:
  2026. | /* confdefs.h. */
  2027. |
  2028. | #define PACKAGE_NAME "lighttpd"
  2029. | #define PACKAGE_TARNAME "lighttpd"
  2030. | #define PACKAGE_VERSION "1.4.28"
  2031. | #define PACKAGE_STRING "lighttpd 1.4.28"
  2032. | #define PACKAGE_BUGREPORT "contact@lighttpd.net"
  2033. | #define PACKAGE "lighttpd"
  2034. | #define VERSION "1.4.28"
  2035. | #define STDC_HEADERS 1
  2036. | #define HAVE_SYS_TYPES_H 1
  2037. | #define HAVE_SYS_STAT_H 1
  2038. | #define HAVE_STDLIB_H 1
  2039. | #define HAVE_STRING_H 1
  2040. | #define HAVE_MEMORY_H 1
  2041. | #define HAVE_STRINGS_H 1
  2042. | #define HAVE_INTTYPES_H 1
  2043. | #define HAVE_STDINT_H 1
  2044. | #define HAVE_UNISTD_H 1
  2045. | #define PROTOTYPES 1
  2046. | #define __PROTOTYPES 1
  2047. | #define HAVE_STRING_H 1
  2048. | #define HAVE_DLFCN_H 1
  2049. | #define LT_OBJDIR ".libs/"
  2050. | #define STDC_HEADERS 1
  2051. | #define HAVE_SYS_WAIT_H 1
  2052. | #define HAVE_ARPA_INET_H 1
  2053. | #define HAVE_FCNTL_H 1
  2054. | #define HAVE_NETINET_IN_H 1
  2055. | #define HAVE_STDLIB_H 1
  2056. | #define HAVE_STRING_H 1
  2057. | #define HAVE_SYS_SOCKET_H 1
  2058. | #define HAVE_SYS_TIME_H 1
  2059. | #define HAVE_UNISTD_H 1
  2060. | #define HAVE_SYS_SENDFILE_H 1
  2061. | #define HAVE_SYS_UIO_H 1
  2062. | #define HAVE_GETOPT_H 1
  2063. | #define HAVE_SYS_EPOLL_H 1
  2064. | #define HAVE_SYS_SELECT_H 1
  2065. | #define HAVE_POLL_H 1
  2066. | #define HAVE_SYS_POLL_H 1
  2067. | #define HAVE_SYS_MMAN_H 1
  2068. | #define HAVE_PWD_H 1
  2069. | #define HAVE_SYS_RESOURCE_H 1
  2070. | #define HAVE_SYS_UN_H 1
  2071. | #define HAVE_SYSLOG_H 1
  2072. | #define HAVE_SYS_PRCTL_H 1
  2073. | #define HAVE_UUID_UUID_H 1
  2074. | #define HAVE_STRUCT_TM_GMTOFF 1
  2075. | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  2076. | #define HAVE_SOCKLEN_T 1
  2077. | #define HAVE_UNISTD_H 1
  2078. | #define HAVE_FORK 1
  2079. | #define HAVE_VFORK 1
  2080. | #define HAVE_WORKING_VFORK 1
  2081. | #define HAVE_WORKING_FORK 1
  2082. | #define RETSIGTYPE void
  2083. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2084. | /* end confdefs.h. */
  2085. | #include <stdio.h>
  2086. | #if HAVE_SYS_TYPES_H
  2087. | # include <sys/types.h>
  2088. | #endif
  2089. | #if HAVE_SYS_STAT_H
  2090. | # include <sys/stat.h>
  2091. | #endif
  2092. | #if STDC_HEADERS
  2093. | # include <stdlib.h>
  2094. | # include <stddef.h>
  2095. | #else
  2096. | # if HAVE_STDLIB_H
  2097. | # include <stdlib.h>
  2098. | # endif
  2099. | #endif
  2100. | #if HAVE_STRING_H
  2101. | # if !STDC_HEADERS && HAVE_MEMORY_H
  2102. | # include <memory.h>
  2103. | # endif
  2104. | # include <string.h>
  2105. | #endif
  2106. | #if HAVE_STRINGS_H
  2107. | # include <strings.h>
  2108. | #endif
  2109. | #if HAVE_INTTYPES_H
  2110. | # include <inttypes.h>
  2111. | #else
  2112. | # if HAVE_STDINT_H
  2113. | # include <stdint.h>
  2114. | # endif
  2115. | #endif
  2116. | #if HAVE_UNISTD_H
  2117. | # include <unistd.h>
  2118. | #endif
  2119. | int
  2120. | main ()
  2121. | {
  2122. | struct stat sbuf;
  2123. | exit (stat ("", &sbuf) ? 1 : 0);
  2124. | ;
  2125. | return 0;
  2126. | }
  2127. configure:12793: result: no
  2128. configure:12815: checking for strftime
  2129. configure:12872: gcc -o conftest -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  2130. conftest.c:84: warning: conflicting types for built-in function 'strftime'
  2131. configure:12878: $? = 0
  2132. configure:12882: test -z
  2133. || test ! -s conftest.err
  2134. configure:12885: $? = 0
  2135. configure:12888: test -s conftest
  2136. configure:12891: $? = 0
  2137. configure:12903: result: yes
  2138. configure:12992: checking for issetugid
  2139. configure:13049: gcc -o conftest -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  2140. /tmp/cc4M0Bcg.o: In function `main':
  2141. /home/dtucker/src/lighttpd-1.4.28/conftest.c:100: undefined reference to `issetugid'
  2142. /tmp/cc4M0Bcg.o:(.data+0x0): undefined reference to `issetugid'
  2143. collect2: ld returned 1 exit status
  2144. configure:13055: $? = 1
  2145. configure: failed program was:
  2146. | /* confdefs.h. */
  2147. |
  2148. | #define PACKAGE_NAME "lighttpd"
  2149. | #define PACKAGE_TARNAME "lighttpd"
  2150. | #define PACKAGE_VERSION "1.4.28"
  2151. | #define PACKAGE_STRING "lighttpd 1.4.28"
  2152. | #define PACKAGE_BUGREPORT "contact@lighttpd.net"
  2153. | #define PACKAGE "lighttpd"
  2154. | #define VERSION "1.4.28"
  2155. | #define STDC_HEADERS 1
  2156. | #define HAVE_SYS_TYPES_H 1
  2157. | #define HAVE_SYS_STAT_H 1
  2158. | #define HAVE_STDLIB_H 1
  2159. | #define HAVE_STRING_H 1
  2160. | #define HAVE_MEMORY_H 1
  2161. | #define HAVE_STRINGS_H 1
  2162. | #define HAVE_INTTYPES_H 1
  2163. | #define HAVE_STDINT_H 1
  2164. | #define HAVE_UNISTD_H 1
  2165. | #define PROTOTYPES 1
  2166. | #define __PROTOTYPES 1
  2167. | #define HAVE_STRING_H 1
  2168. | #define HAVE_DLFCN_H 1
  2169. | #define LT_OBJDIR ".libs/"
  2170. | #define STDC_HEADERS 1
  2171. | #define HAVE_SYS_WAIT_H 1
  2172. | #define HAVE_ARPA_INET_H 1
  2173. | #define HAVE_FCNTL_H 1
  2174. | #define HAVE_NETINET_IN_H 1
  2175. | #define HAVE_STDLIB_H 1
  2176. | #define HAVE_STRING_H 1
  2177. | #define HAVE_SYS_SOCKET_H 1
  2178. | #define HAVE_SYS_TIME_H 1
  2179. | #define HAVE_UNISTD_H 1
  2180. | #define HAVE_SYS_SENDFILE_H 1
  2181. | #define HAVE_SYS_UIO_H 1
  2182. | #define HAVE_GETOPT_H 1
  2183. | #define HAVE_SYS_EPOLL_H 1
  2184. | #define HAVE_SYS_SELECT_H 1
  2185. | #define HAVE_POLL_H 1
  2186. | #define HAVE_SYS_POLL_H 1
  2187. | #define HAVE_SYS_MMAN_H 1
  2188. | #define HAVE_PWD_H 1
  2189. | #define HAVE_SYS_RESOURCE_H 1
  2190. | #define HAVE_SYS_UN_H 1
  2191. | #define HAVE_SYSLOG_H 1
  2192. | #define HAVE_SYS_PRCTL_H 1
  2193. | #define HAVE_UUID_UUID_H 1
  2194. | #define HAVE_STRUCT_TM_GMTOFF 1
  2195. | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  2196. | #define HAVE_SOCKLEN_T 1
  2197. | #define HAVE_UNISTD_H 1
  2198. | #define HAVE_FORK 1
  2199. | #define HAVE_VFORK 1
  2200. | #define HAVE_WORKING_VFORK 1
  2201. | #define HAVE_WORKING_FORK 1
  2202. | #define RETSIGTYPE void
  2203. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2204. | #define HAVE_STRFTIME 1
  2205. | /* end confdefs.h. */
  2206. | /* Define issetugid to an innocuous variant, in case <limits.h> declares issetugid.
  2207. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  2208. | #define issetugid innocuous_issetugid
  2209. |
  2210. | /* System header to define __stub macros and hopefully few prototypes,
  2211. | which can conflict with char issetugid (); below.
  2212. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2213. | <limits.h> exists even on freestanding compilers. */
  2214. |
  2215. | #ifdef __STDC__
  2216. | # include <limits.h>
  2217. | #else
  2218. | # include <assert.h>
  2219. | #endif
  2220. |
  2221. | #undef issetugid
  2222. |
  2223. | /* Override any gcc2 internal prototype to avoid an error. */
  2224. | #ifdef __cplusplus
  2225. | extern "C"
  2226. | {
  2227. | #endif
  2228. | /* We use char because int might match the return type of a gcc2
  2229. | builtin and then its argument prototype would still apply. */
  2230. | char issetugid ();
  2231. | /* The GNU C library defines this for functions which it implements
  2232. | to always fail with ENOSYS. Some functions are actually named
  2233. | something starting with __ and the normal name is an alias. */
  2234. | #if defined (__stub_issetugid) || defined (__stub___issetugid)
  2235. | choke me
  2236. | #else
  2237. | char (*f) () = issetugid;
  2238. | #endif
  2239. | #ifdef __cplusplus
  2240. | }
  2241. | #endif
  2242. |
  2243. | int
  2244. | main ()
  2245. | {
  2246. | return f != issetugid;
  2247. | ;
  2248. | return 0;
  2249. | }
  2250. configure:13080: result: no
  2251. configure:12992: checking for inet_pton
  2252. configure:13049: gcc -o conftest -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  2253. configure:13055: $? = 0
  2254. configure:13059: test -z
  2255. || test ! -s conftest.err
  2256. configure:13062: $? = 0
  2257. configure:13065: test -s conftest
  2258. configure:13068: $? = 0
  2259. configure:13080: result: yes
  2260. configure:13094: checking for pkg-config
  2261. configure:13112: found /usr/bin/pkg-config
  2262. configure:13125: result: /usr/bin/pkg-config
  2263. configure:13134: checking for libev support
  2264. configure:13823: checking for MySQL support
  2265. configure:14069: result: no
  2266. configure:14076: checking for LDAP support
  2267. configure:14086: result:
  2268. configure:14558: checking for extended attributes support
  2269. configure:14568: result:
  2270. configure:14804: checking for library containing socket
  2271. configure:14834: gcc -o conftest -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  2272. configure:14840: $? = 0
  2273. configure:14844: test -z
  2274. || test ! -s conftest.err
  2275. configure:14847: $? = 0
  2276. configure:14850: test -s conftest
  2277. configure:14853: $? = 0
  2278. configure:14923: result: none required
  2279. configure:14930: checking for library containing gethostbyname
  2280. configure:14960: gcc -o conftest -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  2281. configure:14966: $? = 0
  2282. configure:14970: test -z
  2283. || test ! -s conftest.err
  2284. configure:14973: $? = 0
  2285. configure:14976: test -s conftest
  2286. configure:14979: $? = 0
  2287. configure:15049: result: none required
  2288. configure:15056: checking for library containing hstrerror
  2289. configure:15086: gcc -o conftest -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  2290. configure:15092: $? = 0
  2291. configure:15096: test -z
  2292. || test ! -s conftest.err
  2293. configure:15099: $? = 0
  2294. configure:15102: test -s conftest
  2295. configure:15105: $? = 0
  2296. configure:15175: result: none required
  2297. configure:15184: checking for library containing dlopen
  2298. configure:15214: gcc -o conftest -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  2299. /tmp/ccgK1Y1y.o: In function `main':
  2300. /home/dtucker/src/lighttpd-1.4.28/conftest.c:73: undefined reference to `dlopen'
  2301. collect2: ld returned 1 exit status
  2302. configure:15220: $? = 1
  2303. configure: failed program was:
  2304. | /* confdefs.h. */
  2305. |
  2306. | #define PACKAGE_NAME "lighttpd"
  2307. | #define PACKAGE_TARNAME "lighttpd"
  2308. | #define PACKAGE_VERSION "1.4.28"
  2309. | #define PACKAGE_STRING "lighttpd 1.4.28"
  2310. | #define PACKAGE_BUGREPORT "contact@lighttpd.net"
  2311. | #define PACKAGE "lighttpd"
  2312. | #define VERSION "1.4.28"
  2313. | #define STDC_HEADERS 1
  2314. | #define HAVE_SYS_TYPES_H 1
  2315. | #define HAVE_SYS_STAT_H 1
  2316. | #define HAVE_STDLIB_H 1
  2317. | #define HAVE_STRING_H 1
  2318. | #define HAVE_MEMORY_H 1
  2319. | #define HAVE_STRINGS_H 1
  2320. | #define HAVE_INTTYPES_H 1
  2321. | #define HAVE_STDINT_H 1
  2322. | #define HAVE_UNISTD_H 1
  2323. | #define PROTOTYPES 1
  2324. | #define __PROTOTYPES 1
  2325. | #define HAVE_STRING_H 1
  2326. | #define HAVE_DLFCN_H 1
  2327. | #define LT_OBJDIR ".libs/"
  2328. | #define STDC_HEADERS 1
  2329. | #define HAVE_SYS_WAIT_H 1
  2330. | #define HAVE_ARPA_INET_H 1
  2331. | #define HAVE_FCNTL_H 1
  2332. | #define HAVE_NETINET_IN_H 1
  2333. | #define HAVE_STDLIB_H 1
  2334. | #define HAVE_STRING_H 1
  2335. | #define HAVE_SYS_SOCKET_H 1
  2336. | #define HAVE_SYS_TIME_H 1
  2337. | #define HAVE_UNISTD_H 1
  2338. | #define HAVE_SYS_SENDFILE_H 1
  2339. | #define HAVE_SYS_UIO_H 1
  2340. | #define HAVE_GETOPT_H 1
  2341. | #define HAVE_SYS_EPOLL_H 1
  2342. | #define HAVE_SYS_SELECT_H 1
  2343. | #define HAVE_POLL_H 1
  2344. | #define HAVE_SYS_POLL_H 1
  2345. | #define HAVE_SYS_MMAN_H 1
  2346. | #define HAVE_PWD_H 1
  2347. | #define HAVE_SYS_RESOURCE_H 1
  2348. | #define HAVE_SYS_UN_H 1
  2349. | #define HAVE_SYSLOG_H 1
  2350. | #define HAVE_SYS_PRCTL_H 1
  2351. | #define HAVE_UUID_UUID_H 1
  2352. | #define HAVE_STRUCT_TM_GMTOFF 1
  2353. | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  2354. | #define HAVE_SOCKLEN_T 1
  2355. | #define HAVE_UNISTD_H 1
  2356. | #define HAVE_FORK 1
  2357. | #define HAVE_VFORK 1
  2358. | #define HAVE_WORKING_VFORK 1
  2359. | #define HAVE_WORKING_FORK 1
  2360. | #define RETSIGTYPE void
  2361. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2362. | #define HAVE_STRFTIME 1
  2363. | #define HAVE_INET_PTON 1
  2364. | /* end confdefs.h. */
  2365. |
  2366. | /* Override any gcc2 internal prototype to avoid an error. */
  2367. | #ifdef __cplusplus
  2368. | extern "C"
  2369. | #endif
  2370. | /* We use char because int might match the return type of a gcc2
  2371. | builtin and then its argument prototype would still apply. */
  2372. | char dlopen ();
  2373. | int
  2374. | main ()
  2375. | {
  2376. | dlopen ();
  2377. | ;
  2378. | return 0;
  2379. | }
  2380. configure:15269: gcc -o conftest -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c -ldl >&5
  2381. configure:15275: $? = 0
  2382. configure:15279: test -z
  2383. || test ! -s conftest.err
  2384. configure:15282: $? = 0
  2385. configure:15285: test -s conftest
  2386. configure:15288: $? = 0
  2387. configure:15303: result: -ldl
  2388. configure:15313: checking for dlfcn.h
  2389. configure:15318: result: yes
  2390. configure:15478: checking for valgrind
  2391. configure:15488: result: no
  2392. configure:15643: checking for OpenSSL
  2393. configure:15663: result: no
  2394. configure:15994: checking for perl regular expressions support
  2395. configure:16004: result: yes
  2396. configure:16010: checking for pcre-config
  2397. configure:16028: found /usr/bin/pcre-config
  2398. configure:16040: result: /usr/bin/pcre-config
  2399. configure:16070: checking for zlib support
  2400. configure:16080: result: yes
  2401. configure:16084: checking for deflate in -lz
  2402. configure:16114: gcc -o conftest -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c -lz >&5
  2403. configure:16120: $? = 0
  2404. configure:16124: test -z
  2405. || test ! -s conftest.err
  2406. configure:16127: $? = 0
  2407. configure:16130: test -s conftest
  2408. configure:16133: $? = 0
  2409. configure:16146: result: yes
  2410. configure:16164: checking zlib.h usability
  2411. configure:16176: gcc -c -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  2412. configure:16182: $? = 0
  2413. configure:16186: test -z
  2414. || test ! -s conftest.err
  2415. configure:16189: $? = 0
  2416. configure:16192: test -s conftest.o
  2417. configure:16195: $? = 0
  2418. configure:16205: result: yes
  2419. configure:16209: checking zlib.h presence
  2420. configure:16219: gcc -E -D_REENTRANT -D__EXTENSIONS__ conftest.c
  2421. configure:16225: $? = 0
  2422. configure:16245: result: yes
  2423. configure:16280: checking for zlib.h
  2424. configure:16287: result: yes
  2425. configure:16322: checking for bzip2 support
  2426. configure:16332: result: yes
  2427. configure:16336: checking for BZ2_bzCompress in -lbz2
  2428. configure:16366: gcc -o conftest -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c -lbz2 >&5
  2429. configure:16372: $? = 0
  2430. configure:16376: test -z
  2431. || test ! -s conftest.err
  2432. configure:16379: $? = 0
  2433. configure:16382: test -s conftest
  2434. configure:16385: $? = 0
  2435. configure:16398: result: yes
  2436. configure:16416: checking bzlib.h usability
  2437. configure:16428: gcc -c -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  2438. configure:16434: $? = 0
  2439. configure:16438: test -z
  2440. || test ! -s conftest.err
  2441. configure:16441: $? = 0
  2442. configure:16444: test -s conftest.o
  2443. configure:16447: $? = 0
  2444. configure:16457: result: yes
  2445. configure:16461: checking bzlib.h presence
  2446. configure:16471: gcc -E -D_REENTRANT -D__EXTENSIONS__ conftest.c
  2447. configure:16477: $? = 0
  2448. configure:16497: result: yes
  2449. configure:16532: checking for bzlib.h
  2450. configure:16539: result: yes
  2451. configure:16574: checking for FAM
  2452. configure:16584: result: no
  2453. configure:17056: checking for properties in mod_webdav
  2454. configure:17066: result: no
  2455. configure:17565: checking for gdbm
  2456. configure:17575: result: no
  2457. configure:17812: checking for memcache
  2458. configure:17822: result: no
  2459. configure:18059: checking if lua-support is requested
  2460. configure:18070: result: no
  2461. configure:18822: checking for library containing crypt
  2462. configure:18852: gcc -o conftest -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  2463. /tmp/cck21EDA.o: In function `main':
  2464. /home/dtucker/src/lighttpd-1.4.28/conftest.c:84: undefined reference to `crypt'
  2465. collect2: ld returned 1 exit status
  2466. configure:18858: $? = 1
  2467. configure: failed program was:
  2468. | /* confdefs.h. */
  2469. |
  2470. | #define PACKAGE_NAME "lighttpd"
  2471. | #define PACKAGE_TARNAME "lighttpd"
  2472. | #define PACKAGE_VERSION "1.4.28"
  2473. | #define PACKAGE_STRING "lighttpd 1.4.28"
  2474. | #define PACKAGE_BUGREPORT "contact@lighttpd.net"
  2475. | #define PACKAGE "lighttpd"
  2476. | #define VERSION "1.4.28"
  2477. | #define STDC_HEADERS 1
  2478. | #define HAVE_SYS_TYPES_H 1
  2479. | #define HAVE_SYS_STAT_H 1
  2480. | #define HAVE_STDLIB_H 1
  2481. | #define HAVE_STRING_H 1
  2482. | #define HAVE_MEMORY_H 1
  2483. | #define HAVE_STRINGS_H 1
  2484. | #define HAVE_INTTYPES_H 1
  2485. | #define HAVE_STDINT_H 1
  2486. | #define HAVE_UNISTD_H 1
  2487. | #define PROTOTYPES 1
  2488. | #define __PROTOTYPES 1
  2489. | #define HAVE_STRING_H 1
  2490. | #define HAVE_DLFCN_H 1
  2491. | #define LT_OBJDIR ".libs/"
  2492. | #define STDC_HEADERS 1
  2493. | #define HAVE_SYS_WAIT_H 1
  2494. | #define HAVE_ARPA_INET_H 1
  2495. | #define HAVE_FCNTL_H 1
  2496. | #define HAVE_NETINET_IN_H 1
  2497. | #define HAVE_STDLIB_H 1
  2498. | #define HAVE_STRING_H 1
  2499. | #define HAVE_SYS_SOCKET_H 1
  2500. | #define HAVE_SYS_TIME_H 1
  2501. | #define HAVE_UNISTD_H 1
  2502. | #define HAVE_SYS_SENDFILE_H 1
  2503. | #define HAVE_SYS_UIO_H 1
  2504. | #define HAVE_GETOPT_H 1
  2505. | #define HAVE_SYS_EPOLL_H 1
  2506. | #define HAVE_SYS_SELECT_H 1
  2507. | #define HAVE_POLL_H 1
  2508. | #define HAVE_SYS_POLL_H 1
  2509. | #define HAVE_SYS_MMAN_H 1
  2510. | #define HAVE_PWD_H 1
  2511. | #define HAVE_SYS_RESOURCE_H 1
  2512. | #define HAVE_SYS_UN_H 1
  2513. | #define HAVE_SYSLOG_H 1
  2514. | #define HAVE_SYS_PRCTL_H 1
  2515. | #define HAVE_UUID_UUID_H 1
  2516. | #define HAVE_STRUCT_TM_GMTOFF 1
  2517. | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  2518. | #define HAVE_SOCKLEN_T 1
  2519. | #define HAVE_UNISTD_H 1
  2520. | #define HAVE_FORK 1
  2521. | #define HAVE_VFORK 1
  2522. | #define HAVE_WORKING_VFORK 1
  2523. | #define HAVE_WORKING_FORK 1
  2524. | #define RETSIGTYPE void
  2525. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2526. | #define HAVE_STRFTIME 1
  2527. | #define HAVE_INET_PTON 1
  2528. | #define HAVE_DLFCN_H 1
  2529. | #define HAVE_LIBDL 1
  2530. | #define HAVE_DLFCN_H 1
  2531. | #define HAVE_LIBPCRE 1
  2532. | #define HAVE_PCRE_H 1
  2533. | #define HAVE_ZLIB_H 1
  2534. | #define HAVE_LIBZ 1
  2535. | #define HAVE_ZLIB_H 1
  2536. | #define HAVE_BZLIB_H 1
  2537. | #define HAVE_LIBBZ2 1
  2538. | #define HAVE_BZLIB_H 1
  2539. | /* end confdefs.h. */
  2540. |
  2541. | /* Override any gcc2 internal prototype to avoid an error. */
  2542. | #ifdef __cplusplus
  2543. | extern "C"
  2544. | #endif
  2545. | /* We use char because int might match the return type of a gcc2
  2546. | builtin and then its argument prototype would still apply. */
  2547. | char crypt ();
  2548. | int
  2549. | main ()
  2550. | {
  2551. | crypt ();
  2552. | ;
  2553. | return 0;
  2554. | }
  2555. configure:18907: gcc -o conftest -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c -lcrypt >&5
  2556. configure:18913: $? = 0
  2557. configure:18917: test -z
  2558. || test ! -s conftest.err
  2559. configure:18920: $? = 0
  2560. configure:18923: test -s conftest
  2561. configure:18926: $? = 0
  2562. configure:18941: result: -lcrypt
  2563. configure:18960: checking crypt.h usability
  2564. configure:18972: gcc -c -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  2565. configure:18978: $? = 0
  2566. configure:18982: test -z
  2567. || test ! -s conftest.err
  2568. configure:18985: $? = 0
  2569. configure:18988: test -s conftest.o
  2570. configure:18991: $? = 0
  2571. configure:19001: result: yes
  2572. configure:19005: checking crypt.h presence
  2573. configure:19015: gcc -E -D_REENTRANT -D__EXTENSIONS__ conftest.c
  2574. configure:19021: $? = 0
  2575. configure:19041: result: yes
  2576. configure:19076: checking for crypt.h
  2577. configure:19083: result: yes
  2578. configure:19117: checking for library containing sendfilev
  2579. configure:19147: gcc -o conftest -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  2580. /tmp/ccyZmHRZ.o: In function `main':
  2581. /home/dtucker/src/lighttpd-1.4.28/conftest.c:87: undefined reference to `sendfilev'
  2582. collect2: ld returned 1 exit status
  2583. configure:19153: $? = 1
  2584. configure: failed program was:
  2585. | /* confdefs.h. */
  2586. |
  2587. | #define PACKAGE_NAME "lighttpd"
  2588. | #define PACKAGE_TARNAME "lighttpd"
  2589. | #define PACKAGE_VERSION "1.4.28"
  2590. | #define PACKAGE_STRING "lighttpd 1.4.28"
  2591. | #define PACKAGE_BUGREPORT "contact@lighttpd.net"
  2592. | #define PACKAGE "lighttpd"
  2593. | #define VERSION "1.4.28"
  2594. | #define STDC_HEADERS 1
  2595. | #define HAVE_SYS_TYPES_H 1
  2596. | #define HAVE_SYS_STAT_H 1
  2597. | #define HAVE_STDLIB_H 1
  2598. | #define HAVE_STRING_H 1
  2599. | #define HAVE_MEMORY_H 1
  2600. | #define HAVE_STRINGS_H 1
  2601. | #define HAVE_INTTYPES_H 1
  2602. | #define HAVE_STDINT_H 1
  2603. | #define HAVE_UNISTD_H 1
  2604. | #define PROTOTYPES 1
  2605. | #define __PROTOTYPES 1
  2606. | #define HAVE_STRING_H 1
  2607. | #define HAVE_DLFCN_H 1
  2608. | #define LT_OBJDIR ".libs/"
  2609. | #define STDC_HEADERS 1
  2610. | #define HAVE_SYS_WAIT_H 1
  2611. | #define HAVE_ARPA_INET_H 1
  2612. | #define HAVE_FCNTL_H 1
  2613. | #define HAVE_NETINET_IN_H 1
  2614. | #define HAVE_STDLIB_H 1
  2615. | #define HAVE_STRING_H 1
  2616. | #define HAVE_SYS_SOCKET_H 1
  2617. | #define HAVE_SYS_TIME_H 1
  2618. | #define HAVE_UNISTD_H 1
  2619. | #define HAVE_SYS_SENDFILE_H 1
  2620. | #define HAVE_SYS_UIO_H 1
  2621. | #define HAVE_GETOPT_H 1
  2622. | #define HAVE_SYS_EPOLL_H 1
  2623. | #define HAVE_SYS_SELECT_H 1
  2624. | #define HAVE_POLL_H 1
  2625. | #define HAVE_SYS_POLL_H 1
  2626. | #define HAVE_SYS_MMAN_H 1
  2627. | #define HAVE_PWD_H 1
  2628. | #define HAVE_SYS_RESOURCE_H 1
  2629. | #define HAVE_SYS_UN_H 1
  2630. | #define HAVE_SYSLOG_H 1
  2631. | #define HAVE_SYS_PRCTL_H 1
  2632. | #define HAVE_UUID_UUID_H 1
  2633. | #define HAVE_STRUCT_TM_GMTOFF 1
  2634. | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  2635. | #define HAVE_SOCKLEN_T 1
  2636. | #define HAVE_UNISTD_H 1
  2637. | #define HAVE_FORK 1
  2638. | #define HAVE_VFORK 1
  2639. | #define HAVE_WORKING_VFORK 1
  2640. | #define HAVE_WORKING_FORK 1
  2641. | #define RETSIGTYPE void
  2642. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2643. | #define HAVE_STRFTIME 1
  2644. | #define HAVE_INET_PTON 1
  2645. | #define HAVE_DLFCN_H 1
  2646. | #define HAVE_LIBDL 1
  2647. | #define HAVE_DLFCN_H 1
  2648. | #define HAVE_LIBPCRE 1
  2649. | #define HAVE_PCRE_H 1
  2650. | #define HAVE_ZLIB_H 1
  2651. | #define HAVE_LIBZ 1
  2652. | #define HAVE_ZLIB_H 1
  2653. | #define HAVE_BZLIB_H 1
  2654. | #define HAVE_LIBBZ2 1
  2655. | #define HAVE_BZLIB_H 1
  2656. | #define HAVE_CRYPT_H 1
  2657. | #define HAVE_CRYPT_H 1
  2658. | #define HAVE_LIBCRYPT 1
  2659. | /* end confdefs.h. */
  2660. |
  2661. | /* Override any gcc2 internal prototype to avoid an error. */
  2662. | #ifdef __cplusplus
  2663. | extern "C"
  2664. | #endif
  2665. | /* We use char because int might match the return type of a gcc2
  2666. | builtin and then its argument prototype would still apply. */
  2667. | char sendfilev ();
  2668. | int
  2669. | main ()
  2670. | {
  2671. | sendfilev ();
  2672. | ;
  2673. | return 0;
  2674. | }
  2675. configure:19202: gcc -o conftest -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c -lsendfile >&5
  2676. /usr/bin/ld: cannot find -lsendfile
  2677. collect2: ld returned 1 exit status
  2678. configure:19208: $? = 1
  2679. configure: failed program was:
  2680. | /* confdefs.h. */
  2681. |
  2682. | #define PACKAGE_NAME "lighttpd"
  2683. | #define PACKAGE_TARNAME "lighttpd"
  2684. | #define PACKAGE_VERSION "1.4.28"
  2685. | #define PACKAGE_STRING "lighttpd 1.4.28"
  2686. | #define PACKAGE_BUGREPORT "contact@lighttpd.net"
  2687. | #define PACKAGE "lighttpd"
  2688. | #define VERSION "1.4.28"
  2689. | #define STDC_HEADERS 1
  2690. | #define HAVE_SYS_TYPES_H 1
  2691. | #define HAVE_SYS_STAT_H 1
  2692. | #define HAVE_STDLIB_H 1
  2693. | #define HAVE_STRING_H 1
  2694. | #define HAVE_MEMORY_H 1
  2695. | #define HAVE_STRINGS_H 1
  2696. | #define HAVE_INTTYPES_H 1
  2697. | #define HAVE_STDINT_H 1
  2698. | #define HAVE_UNISTD_H 1
  2699. | #define PROTOTYPES 1
  2700. | #define __PROTOTYPES 1
  2701. | #define HAVE_STRING_H 1
  2702. | #define HAVE_DLFCN_H 1
  2703. | #define LT_OBJDIR ".libs/"
  2704. | #define STDC_HEADERS 1
  2705. | #define HAVE_SYS_WAIT_H 1
  2706. | #define HAVE_ARPA_INET_H 1
  2707. | #define HAVE_FCNTL_H 1
  2708. | #define HAVE_NETINET_IN_H 1
  2709. | #define HAVE_STDLIB_H 1
  2710. | #define HAVE_STRING_H 1
  2711. | #define HAVE_SYS_SOCKET_H 1
  2712. | #define HAVE_SYS_TIME_H 1
  2713. | #define HAVE_UNISTD_H 1
  2714. | #define HAVE_SYS_SENDFILE_H 1
  2715. | #define HAVE_SYS_UIO_H 1
  2716. | #define HAVE_GETOPT_H 1
  2717. | #define HAVE_SYS_EPOLL_H 1
  2718. | #define HAVE_SYS_SELECT_H 1
  2719. | #define HAVE_POLL_H 1
  2720. | #define HAVE_SYS_POLL_H 1
  2721. | #define HAVE_SYS_MMAN_H 1
  2722. | #define HAVE_PWD_H 1
  2723. | #define HAVE_SYS_RESOURCE_H 1
  2724. | #define HAVE_SYS_UN_H 1
  2725. | #define HAVE_SYSLOG_H 1
  2726. | #define HAVE_SYS_PRCTL_H 1
  2727. | #define HAVE_UUID_UUID_H 1
  2728. | #define HAVE_STRUCT_TM_GMTOFF 1
  2729. | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  2730. | #define HAVE_SOCKLEN_T 1
  2731. | #define HAVE_UNISTD_H 1
  2732. | #define HAVE_FORK 1
  2733. | #define HAVE_VFORK 1
  2734. | #define HAVE_WORKING_VFORK 1
  2735. | #define HAVE_WORKING_FORK 1
  2736. | #define RETSIGTYPE void
  2737. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2738. | #define HAVE_STRFTIME 1
  2739. | #define HAVE_INET_PTON 1
  2740. | #define HAVE_DLFCN_H 1
  2741. | #define HAVE_LIBDL 1
  2742. | #define HAVE_DLFCN_H 1
  2743. | #define HAVE_LIBPCRE 1
  2744. | #define HAVE_PCRE_H 1
  2745. | #define HAVE_ZLIB_H 1
  2746. | #define HAVE_LIBZ 1
  2747. | #define HAVE_ZLIB_H 1
  2748. | #define HAVE_BZLIB_H 1
  2749. | #define HAVE_LIBBZ2 1
  2750. | #define HAVE_BZLIB_H 1
  2751. | #define HAVE_CRYPT_H 1
  2752. | #define HAVE_CRYPT_H 1
  2753. | #define HAVE_LIBCRYPT 1
  2754. | /* end confdefs.h. */
  2755. |
  2756. | /* Override any gcc2 internal prototype to avoid an error. */
  2757. | #ifdef __cplusplus
  2758. | extern "C"
  2759. | #endif
  2760. | /* We use char because int might match the return type of a gcc2
  2761. | builtin and then its argument prototype would still apply. */
  2762. | char sendfilev ();
  2763. | int
  2764. | main ()
  2765. | {
  2766. | sendfilev ();
  2767. | ;
  2768. | return 0;
  2769. | }
  2770. configure:19236: result: no
  2771. configure:19303: checking for dup2
  2772. configure:19360: gcc -o conftest -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  2773. configure:19366: $? = 0
  2774. configure:19370: test -z
  2775. || test ! -s conftest.err
  2776. configure:19373: $? = 0
  2777. configure:19376: test -s conftest
  2778. configure:19379: $? = 0
  2779. configure:19391: result: yes
  2780. configure:19303: checking for getcwd
  2781. configure:19360: gcc -o conftest -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  2782. configure:19366: $? = 0
  2783. configure:19370: test -z
  2784. || test ! -s conftest.err
  2785. configure:19373: $? = 0
  2786. configure:19376: test -s conftest
  2787. configure:19379: $? = 0
  2788. configure:19391: result: yes
  2789. configure:19303: checking for inet_ntoa
  2790. configure:19360: gcc -o conftest -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  2791. configure:19366: $? = 0
  2792. configure:19370: test -z
  2793. || test ! -s conftest.err
  2794. configure:19373: $? = 0
  2795. configure:19376: test -s conftest
  2796. configure:19379: $? = 0
  2797. configure:19391: result: yes
  2798. configure:19303: checking for inet_ntop
  2799. configure:19360: gcc -o conftest -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  2800. configure:19366: $? = 0
  2801. configure:19370: test -z
  2802. || test ! -s conftest.err
  2803. configure:19373: $? = 0
  2804. configure:19376: test -s conftest
  2805. configure:19379: $? = 0
  2806. configure:19391: result: yes
  2807. configure:19303: checking for memset
  2808. configure:19360: gcc -o conftest -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  2809. conftest.c:104: warning: conflicting types for built-in function 'memset'
  2810. configure:19366: $? = 0
  2811. configure:19370: test -z
  2812. || test ! -s conftest.err
  2813. configure:19373: $? = 0
  2814. configure:19376: test -s conftest
  2815. configure:19379: $? = 0
  2816. configure:19391: result: yes
  2817. configure:19303: checking for mmap
  2818. configure:19360: gcc -o conftest -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  2819. configure:19366: $? = 0
  2820. configure:19370: test -z
  2821. || test ! -s conftest.err
  2822. configure:19373: $? = 0
  2823. configure:19376: test -s conftest
  2824. configure:19379: $? = 0
  2825. configure:19391: result: yes
  2826. configure:19303: checking for munmap
  2827. configure:19360: gcc -o conftest -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  2828. configure:19366: $? = 0
  2829. configure:19370: test -z
  2830. || test ! -s conftest.err
  2831. configure:19373: $? = 0
  2832. configure:19376: test -s conftest
  2833. configure:19379: $? = 0
  2834. configure:19391: result: yes
  2835. configure:19303: checking for strchr
  2836. configure:19360: gcc -o conftest -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  2837. conftest.c:107: warning: conflicting types for built-in function 'strchr'
  2838. configure:19366: $? = 0
  2839. configure:19370: test -z
  2840. || test ! -s conftest.err
  2841. configure:19373: $? = 0
  2842. configure:19376: test -s conftest
  2843. configure:19379: $? = 0
  2844. configure:19391: result: yes
  2845. configure:19303: checking for strdup
  2846. configure:19360: gcc -o conftest -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  2847. conftest.c:108: warning: conflicting types for built-in function 'strdup'
  2848. configure:19366: $? = 0
  2849. configure:19370: test -z
  2850. || test ! -s conftest.err
  2851. configure:19373: $? = 0
  2852. configure:19376: test -s conftest
  2853. configure:19379: $? = 0
  2854. configure:19391: result: yes
  2855. configure:19303: checking for strerror
  2856. configure:19360: gcc -o conftest -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  2857. configure:19366: $? = 0
  2858. configure:19370: test -z
  2859. || test ! -s conftest.err
  2860. configure:19373: $? = 0
  2861. configure:19376: test -s conftest
  2862. configure:19379: $? = 0
  2863. configure:19391: result: yes
  2864. configure:19303: checking for strstr
  2865. configure:19360: gcc -o conftest -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  2866. conftest.c:110: warning: conflicting types for built-in function 'strstr'
  2867. configure:19366: $? = 0
  2868. configure:19370: test -z
  2869. || test ! -s conftest.err
  2870. configure:19373: $? = 0
  2871. configure:19376: test -s conftest
  2872. configure:19379: $? = 0
  2873. configure:19391: result: yes
  2874. configure:19303: checking for strtol
  2875. configure:19360: gcc -o conftest -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  2876. configure:19366: $? = 0
  2877. configure:19370: test -z
  2878. || test ! -s conftest.err
  2879. configure:19373: $? = 0
  2880. configure:19376: test -s conftest
  2881. configure:19379: $? = 0
  2882. configure:19391: result: yes
  2883. configure:19303: checking for sendfile
  2884. configure:19360: gcc -o conftest -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  2885. configure:19366: $? = 0
  2886. configure:19370: test -z
  2887. || test ! -s conftest.err
  2888. configure:19373: $? = 0
  2889. configure:19376: test -s conftest
  2890. configure:19379: $? = 0
  2891. configure:19391: result: yes
  2892. configure:19303: checking for getopt
  2893. configure:19360: gcc -o conftest -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  2894. configure:19366: $? = 0
  2895. configure:19370: test -z
  2896. || test ! -s conftest.err
  2897. configure:19373: $? = 0
  2898. configure:19376: test -s conftest
  2899. configure:19379: $? = 0
  2900. configure:19391: result: yes
  2901. configure:19303: checking for socket
  2902. configure:19360: gcc -o conftest -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  2903. configure:19366: $? = 0
  2904. configure:19370: test -z
  2905. || test ! -s conftest.err
  2906. configure:19373: $? = 0
  2907. configure:19376: test -s conftest
  2908. configure:19379: $? = 0
  2909. configure:19391: result: yes
  2910. configure:19303: checking for lstat
  2911. configure:19360: gcc -o conftest -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  2912. configure:19366: $? = 0
  2913. configure:19370: test -z
  2914. || test ! -s conftest.err
  2915. configure:19373: $? = 0
  2916. configure:19376: test -s conftest
  2917. configure:19379: $? = 0
  2918. configure:19391: result: yes
  2919. configure:19303: checking for gethostbyname
  2920. configure:19360: gcc -o conftest -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  2921. configure:19366: $? = 0
  2922. configure:19370: test -z
  2923. || test ! -s conftest.err
  2924. configure:19373: $? = 0
  2925. configure:19376: test -s conftest
  2926. configure:19379: $? = 0
  2927. configure:19391: result: yes
  2928. configure:19303: checking for poll
  2929. configure:19360: gcc -o conftest -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  2930. configure:19366: $? = 0
  2931. configure:19370: test -z
  2932. || test ! -s conftest.err
  2933. configure:19373: $? = 0
  2934. configure:19376: test -s conftest
  2935. configure:19379: $? = 0
  2936. configure:19391: result: yes
  2937. configure:19303: checking for epoll_ctl
  2938. configure:19360: gcc -o conftest -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  2939. configure:19366: $? = 0
  2940. configure:19370: test -z
  2941. || test ! -s conftest.err
  2942. configure:19373: $? = 0
  2943. configure:19376: test -s conftest
  2944. configure:19379: $? = 0
  2945. configure:19391: result: yes
  2946. configure:19303: checking for getrlimit
  2947. configure:19360: gcc -o conftest -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  2948. configure:19366: $? = 0
  2949. configure:19370: test -z
  2950. || test ! -s conftest.err
  2951. configure:19373: $? = 0
  2952. configure:19376: test -s conftest
  2953. configure:19379: $? = 0
  2954. configure:19391: result: yes
  2955. configure:19303: checking for chroot
  2956. configure:19360: gcc -o conftest -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  2957. configure:19366: $? = 0
  2958. configure:19370: test -z
  2959. || test ! -s conftest.err
  2960. configure:19373: $? = 0
  2961. configure:19376: test -s conftest
  2962. configure:19379: $? = 0
  2963. configure:19391: result: yes
  2964. configure:19303: checking for getuid
  2965. configure:19360: gcc -o conftest -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  2966. configure:19366: $? = 0
  2967. configure:19370: test -z
  2968. || test ! -s conftest.err
  2969. configure:19373: $? = 0
  2970. configure:19376: test -s conftest
  2971. configure:19379: $? = 0
  2972. configure:19391: result: yes
  2973. configure:19303: checking for select
  2974. configure:19360: gcc -o conftest -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  2975. configure:19366: $? = 0
  2976. configure:19370: test -z
  2977. || test ! -s conftest.err
  2978. configure:19373: $? = 0
  2979. configure:19376: test -s conftest
  2980. configure:19379: $? = 0
  2981. configure:19391: result: yes
  2982. configure:19303: checking for signal
  2983. configure:19360: gcc -o conftest -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  2984. configure:19366: $? = 0
  2985. configure:19370: test -z
  2986. || test ! -s conftest.err
  2987. configure:19373: $? = 0
  2988. configure:19376: test -s conftest
  2989. configure:19379: $? = 0
  2990. configure:19391: result: yes
  2991. configure:19303: checking for pathconf
  2992. configure:19360: gcc -o conftest -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  2993. configure:19366: $? = 0
  2994. configure:19370: test -z
  2995. || test ! -s conftest.err
  2996. configure:19373: $? = 0
  2997. configure:19376: test -s conftest
  2998. configure:19379: $? = 0
  2999. configure:19391: result: yes
  3000. configure:19303: checking for madvise
  3001. configure:19360: gcc -o conftest -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  3002. configure:19366: $? = 0
  3003. configure:19370: test -z
  3004. || test ! -s conftest.err
  3005. configure:19373: $? = 0
  3006. configure:19376: test -s conftest
  3007. configure:19379: $? = 0
  3008. configure:19391: result: yes
  3009. configure:19303: checking for posix_fadvise
  3010. configure:19360: gcc -o conftest -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  3011. configure:19366: $? = 0
  3012. configure:19370: test -z
  3013. || test ! -s conftest.err
  3014. configure:19373: $? = 0
  3015. configure:19376: test -s conftest
  3016. configure:19379: $? = 0
  3017. configure:19391: result: yes
  3018. configure:19303: checking for posix_madvise
  3019. configure:19360: gcc -o conftest -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  3020. configure:19366: $? = 0
  3021. configure:19370: test -z
  3022. || test ! -s conftest.err
  3023. configure:19373: $? = 0
  3024. configure:19376: test -s conftest
  3025. configure:19379: $? = 0
  3026. configure:19391: result: yes
  3027. configure:19303: checking for writev
  3028. configure:19360: gcc -o conftest -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  3029. configure:19366: $? = 0
  3030. configure:19370: test -z
  3031. || test ! -s conftest.err
  3032. configure:19373: $? = 0
  3033. configure:19376: test -s conftest
  3034. configure:19379: $? = 0
  3035. configure:19391: result: yes
  3036. configure:19303: checking for sigaction
  3037. configure:19360: gcc -o conftest -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  3038. configure:19366: $? = 0
  3039. configure:19370: test -z
  3040. || test ! -s conftest.err
  3041. configure:19373: $? = 0
  3042. configure:19376: test -s conftest
  3043. configure:19379: $? = 0
  3044. configure:19391: result: yes
  3045. configure:19303: checking for sendfile64
  3046. configure:19360: gcc -o conftest -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  3047. configure:19366: $? = 0
  3048. configure:19370: test -z
  3049. || test ! -s conftest.err
  3050. configure:19373: $? = 0
  3051. configure:19376: test -s conftest
  3052. configure:19379: $? = 0
  3053. configure:19391: result: yes
  3054. configure:19303: checking for send_file
  3055. configure:19360: gcc -o conftest -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  3056. /tmp/ccEYxZ0l.o: In function `main':
  3057. /home/dtucker/src/lighttpd-1.4.28/conftest.c:146: undefined reference to `send_file'
  3058. /tmp/ccEYxZ0l.o:(.data+0x0): undefined reference to `send_file'
  3059. collect2: ld returned 1 exit status
  3060. configure:19366: $? = 1
  3061. configure: failed program was:
  3062. | /* confdefs.h. */
  3063. |
  3064. | #define PACKAGE_NAME "lighttpd"
  3065. | #define PACKAGE_TARNAME "lighttpd"
  3066. | #define PACKAGE_VERSION "1.4.28"
  3067. | #define PACKAGE_STRING "lighttpd 1.4.28"
  3068. | #define PACKAGE_BUGREPORT "contact@lighttpd.net"
  3069. | #define PACKAGE "lighttpd"
  3070. | #define VERSION "1.4.28"
  3071. | #define STDC_HEADERS 1
  3072. | #define HAVE_SYS_TYPES_H 1
  3073. | #define HAVE_SYS_STAT_H 1
  3074. | #define HAVE_STDLIB_H 1
  3075. | #define HAVE_STRING_H 1
  3076. | #define HAVE_MEMORY_H 1
  3077. | #define HAVE_STRINGS_H 1
  3078. | #define HAVE_INTTYPES_H 1
  3079. | #define HAVE_STDINT_H 1
  3080. | #define HAVE_UNISTD_H 1
  3081. | #define PROTOTYPES 1
  3082. | #define __PROTOTYPES 1
  3083. | #define HAVE_STRING_H 1
  3084. | #define HAVE_DLFCN_H 1
  3085. | #define LT_OBJDIR ".libs/"
  3086. | #define STDC_HEADERS 1
  3087. | #define HAVE_SYS_WAIT_H 1
  3088. | #define HAVE_ARPA_INET_H 1
  3089. | #define HAVE_FCNTL_H 1
  3090. | #define HAVE_NETINET_IN_H 1
  3091. | #define HAVE_STDLIB_H 1
  3092. | #define HAVE_STRING_H 1
  3093. | #define HAVE_SYS_SOCKET_H 1
  3094. | #define HAVE_SYS_TIME_H 1
  3095. | #define HAVE_UNISTD_H 1
  3096. | #define HAVE_SYS_SENDFILE_H 1
  3097. | #define HAVE_SYS_UIO_H 1
  3098. | #define HAVE_GETOPT_H 1
  3099. | #define HAVE_SYS_EPOLL_H 1
  3100. | #define HAVE_SYS_SELECT_H 1
  3101. | #define HAVE_POLL_H 1
  3102. | #define HAVE_SYS_POLL_H 1
  3103. | #define HAVE_SYS_MMAN_H 1
  3104. | #define HAVE_PWD_H 1
  3105. | #define HAVE_SYS_RESOURCE_H 1
  3106. | #define HAVE_SYS_UN_H 1
  3107. | #define HAVE_SYSLOG_H 1
  3108. | #define HAVE_SYS_PRCTL_H 1
  3109. | #define HAVE_UUID_UUID_H 1
  3110. | #define HAVE_STRUCT_TM_GMTOFF 1
  3111. | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  3112. | #define HAVE_SOCKLEN_T 1
  3113. | #define HAVE_UNISTD_H 1
  3114. | #define HAVE_FORK 1
  3115. | #define HAVE_VFORK 1
  3116. | #define HAVE_WORKING_VFORK 1
  3117. | #define HAVE_WORKING_FORK 1
  3118. | #define RETSIGTYPE void
  3119. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3120. | #define HAVE_STRFTIME 1
  3121. | #define HAVE_INET_PTON 1
  3122. | #define HAVE_DLFCN_H 1
  3123. | #define HAVE_LIBDL 1
  3124. | #define HAVE_DLFCN_H 1
  3125. | #define HAVE_LIBPCRE 1
  3126. | #define HAVE_PCRE_H 1
  3127. | #define HAVE_ZLIB_H 1
  3128. | #define HAVE_LIBZ 1
  3129. | #define HAVE_ZLIB_H 1
  3130. | #define HAVE_BZLIB_H 1
  3131. | #define HAVE_LIBBZ2 1
  3132. | #define HAVE_BZLIB_H 1
  3133. | #define HAVE_CRYPT_H 1
  3134. | #define HAVE_CRYPT_H 1
  3135. | #define HAVE_LIBCRYPT 1
  3136. | #define HAVE_DUP2 1
  3137. | #define HAVE_GETCWD 1
  3138. | #define HAVE_INET_NTOA 1
  3139. | #define HAVE_INET_NTOP 1
  3140. | #define HAVE_MEMSET 1
  3141. | #define HAVE_MMAP 1
  3142. | #define HAVE_MUNMAP 1
  3143. | #define HAVE_STRCHR 1
  3144. | #define HAVE_STRDUP 1
  3145. | #define HAVE_STRERROR 1
  3146. | #define HAVE_STRSTR 1
  3147. | #define HAVE_STRTOL 1
  3148. | #define HAVE_SENDFILE 1
  3149. | #define HAVE_GETOPT 1
  3150. | #define HAVE_SOCKET 1
  3151. | #define HAVE_LSTAT 1
  3152. | #define HAVE_GETHOSTBYNAME 1
  3153. | #define HAVE_POLL 1
  3154. | #define HAVE_EPOLL_CTL 1
  3155. | #define HAVE_GETRLIMIT 1
  3156. | #define HAVE_CHROOT 1
  3157. | #define HAVE_GETUID 1
  3158. | #define HAVE_SELECT 1
  3159. | #define HAVE_SIGNAL 1
  3160. | #define HAVE_PATHCONF 1
  3161. | #define HAVE_MADVISE 1
  3162. | #define HAVE_POSIX_FADVISE 1
  3163. | #define HAVE_POSIX_MADVISE 1
  3164. | #define HAVE_WRITEV 1
  3165. | #define HAVE_SIGACTION 1
  3166. | #define HAVE_SENDFILE64 1
  3167. | /* end confdefs.h. */
  3168. | /* Define send_file to an innocuous variant, in case <limits.h> declares send_file.
  3169. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  3170. | #define send_file innocuous_send_file
  3171. |
  3172. | /* System header to define __stub macros and hopefully few prototypes,
  3173. | which can conflict with char send_file (); below.
  3174. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3175. | <limits.h> exists even on freestanding compilers. */
  3176. |
  3177. | #ifdef __STDC__
  3178. | # include <limits.h>
  3179. | #else
  3180. | # include <assert.h>
  3181. | #endif
  3182. |
  3183. | #undef send_file
  3184. |
  3185. | /* Override any gcc2 internal prototype to avoid an error. */
  3186. | #ifdef __cplusplus
  3187. | extern "C"
  3188. | {
  3189. | #endif
  3190. | /* We use char because int might match the return type of a gcc2
  3191. | builtin and then its argument prototype would still apply. */
  3192. | char send_file ();
  3193. | /* The GNU C library defines this for functions which it implements
  3194. | to always fail with ENOSYS. Some functions are actually named
  3195. | something starting with __ and the normal name is an alias. */
  3196. | #if defined (__stub_send_file) || defined (__stub___send_file)
  3197. | choke me
  3198. | #else
  3199. | char (*f) () = send_file;
  3200. | #endif
  3201. | #ifdef __cplusplus
  3202. | }
  3203. | #endif
  3204. |
  3205. | int
  3206. | main ()
  3207. | {
  3208. | return f != send_file;
  3209. | ;
  3210. | return 0;
  3211. | }
  3212. configure:19391: result: no
  3213. configure:19303: checking for kqueue
  3214. configure:19360: gcc -o conftest -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  3215. /tmp/ccM7hkBd.o: In function `main':
  3216. /home/dtucker/src/lighttpd-1.4.28/conftest.c:146: undefined reference to `kqueue'
  3217. /tmp/ccM7hkBd.o:(.data+0x0): undefined reference to `kqueue'
  3218. collect2: ld returned 1 exit status
  3219. configure:19366: $? = 1
  3220. configure: failed program was:
  3221. | /* confdefs.h. */
  3222. |
  3223. | #define PACKAGE_NAME "lighttpd"
  3224. | #define PACKAGE_TARNAME "lighttpd"
  3225. | #define PACKAGE_VERSION "1.4.28"
  3226. | #define PACKAGE_STRING "lighttpd 1.4.28"
  3227. | #define PACKAGE_BUGREPORT "contact@lighttpd.net"
  3228. | #define PACKAGE "lighttpd"
  3229. | #define VERSION "1.4.28"
  3230. | #define STDC_HEADERS 1
  3231. | #define HAVE_SYS_TYPES_H 1
  3232. | #define HAVE_SYS_STAT_H 1
  3233. | #define HAVE_STDLIB_H 1
  3234. | #define HAVE_STRING_H 1
  3235. | #define HAVE_MEMORY_H 1
  3236. | #define HAVE_STRINGS_H 1
  3237. | #define HAVE_INTTYPES_H 1
  3238. | #define HAVE_STDINT_H 1
  3239. | #define HAVE_UNISTD_H 1
  3240. | #define PROTOTYPES 1
  3241. | #define __PROTOTYPES 1
  3242. | #define HAVE_STRING_H 1
  3243. | #define HAVE_DLFCN_H 1
  3244. | #define LT_OBJDIR ".libs/"
  3245. | #define STDC_HEADERS 1
  3246. | #define HAVE_SYS_WAIT_H 1
  3247. | #define HAVE_ARPA_INET_H 1
  3248. | #define HAVE_FCNTL_H 1
  3249. | #define HAVE_NETINET_IN_H 1
  3250. | #define HAVE_STDLIB_H 1
  3251. | #define HAVE_STRING_H 1
  3252. | #define HAVE_SYS_SOCKET_H 1
  3253. | #define HAVE_SYS_TIME_H 1
  3254. | #define HAVE_UNISTD_H 1
  3255. | #define HAVE_SYS_SENDFILE_H 1
  3256. | #define HAVE_SYS_UIO_H 1
  3257. | #define HAVE_GETOPT_H 1
  3258. | #define HAVE_SYS_EPOLL_H 1
  3259. | #define HAVE_SYS_SELECT_H 1
  3260. | #define HAVE_POLL_H 1
  3261. | #define HAVE_SYS_POLL_H 1
  3262. | #define HAVE_SYS_MMAN_H 1
  3263. | #define HAVE_PWD_H 1
  3264. | #define HAVE_SYS_RESOURCE_H 1
  3265. | #define HAVE_SYS_UN_H 1
  3266. | #define HAVE_SYSLOG_H 1
  3267. | #define HAVE_SYS_PRCTL_H 1
  3268. | #define HAVE_UUID_UUID_H 1
  3269. | #define HAVE_STRUCT_TM_GMTOFF 1
  3270. | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  3271. | #define HAVE_SOCKLEN_T 1
  3272. | #define HAVE_UNISTD_H 1
  3273. | #define HAVE_FORK 1
  3274. | #define HAVE_VFORK 1
  3275. | #define HAVE_WORKING_VFORK 1
  3276. | #define HAVE_WORKING_FORK 1
  3277. | #define RETSIGTYPE void
  3278. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3279. | #define HAVE_STRFTIME 1
  3280. | #define HAVE_INET_PTON 1
  3281. | #define HAVE_DLFCN_H 1
  3282. | #define HAVE_LIBDL 1
  3283. | #define HAVE_DLFCN_H 1
  3284. | #define HAVE_LIBPCRE 1
  3285. | #define HAVE_PCRE_H 1
  3286. | #define HAVE_ZLIB_H 1
  3287. | #define HAVE_LIBZ 1
  3288. | #define HAVE_ZLIB_H 1
  3289. | #define HAVE_BZLIB_H 1
  3290. | #define HAVE_LIBBZ2 1
  3291. | #define HAVE_BZLIB_H 1
  3292. | #define HAVE_CRYPT_H 1
  3293. | #define HAVE_CRYPT_H 1
  3294. | #define HAVE_LIBCRYPT 1
  3295. | #define HAVE_DUP2 1
  3296. | #define HAVE_GETCWD 1
  3297. | #define HAVE_INET_NTOA 1
  3298. | #define HAVE_INET_NTOP 1
  3299. | #define HAVE_MEMSET 1
  3300. | #define HAVE_MMAP 1
  3301. | #define HAVE_MUNMAP 1
  3302. | #define HAVE_STRCHR 1
  3303. | #define HAVE_STRDUP 1
  3304. | #define HAVE_STRERROR 1
  3305. | #define HAVE_STRSTR 1
  3306. | #define HAVE_STRTOL 1
  3307. | #define HAVE_SENDFILE 1
  3308. | #define HAVE_GETOPT 1
  3309. | #define HAVE_SOCKET 1
  3310. | #define HAVE_LSTAT 1
  3311. | #define HAVE_GETHOSTBYNAME 1
  3312. | #define HAVE_POLL 1
  3313. | #define HAVE_EPOLL_CTL 1
  3314. | #define HAVE_GETRLIMIT 1
  3315. | #define HAVE_CHROOT 1
  3316. | #define HAVE_GETUID 1
  3317. | #define HAVE_SELECT 1
  3318. | #define HAVE_SIGNAL 1
  3319. | #define HAVE_PATHCONF 1
  3320. | #define HAVE_MADVISE 1
  3321. | #define HAVE_POSIX_FADVISE 1
  3322. | #define HAVE_POSIX_MADVISE 1
  3323. | #define HAVE_WRITEV 1
  3324. | #define HAVE_SIGACTION 1
  3325. | #define HAVE_SENDFILE64 1
  3326. | /* end confdefs.h. */
  3327. | /* Define kqueue to an innocuous variant, in case <limits.h> declares kqueue.
  3328. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  3329. | #define kqueue innocuous_kqueue
  3330. |
  3331. | /* System header to define __stub macros and hopefully few prototypes,
  3332. | which can conflict with char kqueue (); below.
  3333. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3334. | <limits.h> exists even on freestanding compilers. */
  3335. |
  3336. | #ifdef __STDC__
  3337. | # include <limits.h>
  3338. | #else
  3339. | # include <assert.h>
  3340. | #endif
  3341. |
  3342. | #undef kqueue
  3343. |
  3344. | /* Override any gcc2 internal prototype to avoid an error. */
  3345. | #ifdef __cplusplus
  3346. | extern "C"
  3347. | {
  3348. | #endif
  3349. | /* We use char because int might match the return type of a gcc2
  3350. | builtin and then its argument prototype would still apply. */
  3351. | char kqueue ();
  3352. | /* The GNU C library defines this for functions which it implements
  3353. | to always fail with ENOSYS. Some functions are actually named
  3354. | something starting with __ and the normal name is an alias. */
  3355. | #if defined (__stub_kqueue) || defined (__stub___kqueue)
  3356. | choke me
  3357. | #else
  3358. | char (*f) () = kqueue;
  3359. | #endif
  3360. | #ifdef __cplusplus
  3361. | }
  3362. | #endif
  3363. |
  3364. | int
  3365. | main ()
  3366. | {
  3367. | return f != kqueue;
  3368. | ;
  3369. | return 0;
  3370. | }
  3371. configure:19391: result: no
  3372. configure:19303: checking for port_create
  3373. configure:19360: gcc -o conftest -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  3374. /tmp/ccQ1nvvj.o: In function `main':
  3375. /home/dtucker/src/lighttpd-1.4.28/conftest.c:146: undefined reference to `port_create'
  3376. /tmp/ccQ1nvvj.o:(.data+0x0): undefined reference to `port_create'
  3377. collect2: ld returned 1 exit status
  3378. configure:19366: $? = 1
  3379. configure: failed program was:
  3380. | /* confdefs.h. */
  3381. |
  3382. | #define PACKAGE_NAME "lighttpd"
  3383. | #define PACKAGE_TARNAME "lighttpd"
  3384. | #define PACKAGE_VERSION "1.4.28"
  3385. | #define PACKAGE_STRING "lighttpd 1.4.28"
  3386. | #define PACKAGE_BUGREPORT "contact@lighttpd.net"
  3387. | #define PACKAGE "lighttpd"
  3388. | #define VERSION "1.4.28"
  3389. | #define STDC_HEADERS 1
  3390. | #define HAVE_SYS_TYPES_H 1
  3391. | #define HAVE_SYS_STAT_H 1
  3392. | #define HAVE_STDLIB_H 1
  3393. | #define HAVE_STRING_H 1
  3394. | #define HAVE_MEMORY_H 1
  3395. | #define HAVE_STRINGS_H 1
  3396. | #define HAVE_INTTYPES_H 1
  3397. | #define HAVE_STDINT_H 1
  3398. | #define HAVE_UNISTD_H 1
  3399. | #define PROTOTYPES 1
  3400. | #define __PROTOTYPES 1
  3401. | #define HAVE_STRING_H 1
  3402. | #define HAVE_DLFCN_H 1
  3403. | #define LT_OBJDIR ".libs/"
  3404. | #define STDC_HEADERS 1
  3405. | #define HAVE_SYS_WAIT_H 1
  3406. | #define HAVE_ARPA_INET_H 1
  3407. | #define HAVE_FCNTL_H 1
  3408. | #define HAVE_NETINET_IN_H 1
  3409. | #define HAVE_STDLIB_H 1
  3410. | #define HAVE_STRING_H 1
  3411. | #define HAVE_SYS_SOCKET_H 1
  3412. | #define HAVE_SYS_TIME_H 1
  3413. | #define HAVE_UNISTD_H 1
  3414. | #define HAVE_SYS_SENDFILE_H 1
  3415. | #define HAVE_SYS_UIO_H 1
  3416. | #define HAVE_GETOPT_H 1
  3417. | #define HAVE_SYS_EPOLL_H 1
  3418. | #define HAVE_SYS_SELECT_H 1
  3419. | #define HAVE_POLL_H 1
  3420. | #define HAVE_SYS_POLL_H 1
  3421. | #define HAVE_SYS_MMAN_H 1
  3422. | #define HAVE_PWD_H 1
  3423. | #define HAVE_SYS_RESOURCE_H 1
  3424. | #define HAVE_SYS_UN_H 1
  3425. | #define HAVE_SYSLOG_H 1
  3426. | #define HAVE_SYS_PRCTL_H 1
  3427. | #define HAVE_UUID_UUID_H 1
  3428. | #define HAVE_STRUCT_TM_GMTOFF 1
  3429. | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  3430. | #define HAVE_SOCKLEN_T 1
  3431. | #define HAVE_UNISTD_H 1
  3432. | #define HAVE_FORK 1
  3433. | #define HAVE_VFORK 1
  3434. | #define HAVE_WORKING_VFORK 1
  3435. | #define HAVE_WORKING_FORK 1
  3436. | #define RETSIGTYPE void
  3437. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3438. | #define HAVE_STRFTIME 1
  3439. | #define HAVE_INET_PTON 1
  3440. | #define HAVE_DLFCN_H 1
  3441. | #define HAVE_LIBDL 1
  3442. | #define HAVE_DLFCN_H 1
  3443. | #define HAVE_LIBPCRE 1
  3444. | #define HAVE_PCRE_H 1
  3445. | #define HAVE_ZLIB_H 1
  3446. | #define HAVE_LIBZ 1
  3447. | #define HAVE_ZLIB_H 1
  3448. | #define HAVE_BZLIB_H 1
  3449. | #define HAVE_LIBBZ2 1
  3450. | #define HAVE_BZLIB_H 1
  3451. | #define HAVE_CRYPT_H 1
  3452. | #define HAVE_CRYPT_H 1
  3453. | #define HAVE_LIBCRYPT 1
  3454. | #define HAVE_DUP2 1
  3455. | #define HAVE_GETCWD 1
  3456. | #define HAVE_INET_NTOA 1
  3457. | #define HAVE_INET_NTOP 1
  3458. | #define HAVE_MEMSET 1
  3459. | #define HAVE_MMAP 1
  3460. | #define HAVE_MUNMAP 1
  3461. | #define HAVE_STRCHR 1
  3462. | #define HAVE_STRDUP 1
  3463. | #define HAVE_STRERROR 1
  3464. | #define HAVE_STRSTR 1
  3465. | #define HAVE_STRTOL 1
  3466. | #define HAVE_SENDFILE 1
  3467. | #define HAVE_GETOPT 1
  3468. | #define HAVE_SOCKET 1
  3469. | #define HAVE_LSTAT 1
  3470. | #define HAVE_GETHOSTBYNAME 1
  3471. | #define HAVE_POLL 1
  3472. | #define HAVE_EPOLL_CTL 1
  3473. | #define HAVE_GETRLIMIT 1
  3474. | #define HAVE_CHROOT 1
  3475. | #define HAVE_GETUID 1
  3476. | #define HAVE_SELECT 1
  3477. | #define HAVE_SIGNAL 1
  3478. | #define HAVE_PATHCONF 1
  3479. | #define HAVE_MADVISE 1
  3480. | #define HAVE_POSIX_FADVISE 1
  3481. | #define HAVE_POSIX_MADVISE 1
  3482. | #define HAVE_WRITEV 1
  3483. | #define HAVE_SIGACTION 1
  3484. | #define HAVE_SENDFILE64 1
  3485. | /* end confdefs.h. */
  3486. | /* Define port_create to an innocuous variant, in case <limits.h> declares port_create.
  3487. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  3488. | #define port_create innocuous_port_create
  3489. |
  3490. | /* System header to define __stub macros and hopefully few prototypes,
  3491. | which can conflict with char port_create (); below.
  3492. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3493. | <limits.h> exists even on freestanding compilers. */
  3494. |
  3495. | #ifdef __STDC__
  3496. | # include <limits.h>
  3497. | #else
  3498. | # include <assert.h>
  3499. | #endif
  3500. |
  3501. | #undef port_create
  3502. |
  3503. | /* Override any gcc2 internal prototype to avoid an error. */
  3504. | #ifdef __cplusplus
  3505. | extern "C"
  3506. | {
  3507. | #endif
  3508. | /* We use char because int might match the return type of a gcc2
  3509. | builtin and then its argument prototype would still apply. */
  3510. | char port_create ();
  3511. | /* The GNU C library defines this for functions which it implements
  3512. | to always fail with ENOSYS. Some functions are actually named
  3513. | something starting with __ and the normal name is an alias. */
  3514. | #if defined (__stub_port_create) || defined (__stub___port_create)
  3515. | choke me
  3516. | #else
  3517. | char (*f) () = port_create;
  3518. | #endif
  3519. | #ifdef __cplusplus
  3520. | }
  3521. | #endif
  3522. |
  3523. | int
  3524. | main ()
  3525. | {
  3526. | return f != port_create;
  3527. | ;
  3528. | return 0;
  3529. | }
  3530. configure:19391: result: no
  3531. configure:19303: checking for localtime_r
  3532. configure:19360: gcc -o conftest -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  3533. configure:19366: $? = 0
  3534. configure:19370: test -z
  3535. || test ! -s conftest.err
  3536. configure:19373: $? = 0
  3537. configure:19376: test -s conftest
  3538. configure:19379: $? = 0
  3539. configure:19391: result: yes
  3540. configure:19303: checking for gmtime_r
  3541. configure:19360: gcc -o conftest -g -O2 -D_REENTRANT -D__EXTENSIONS__ conftest.c >&5
  3542. configure:19366: $? = 0
  3543. configure:19370: test -z
  3544. || test ! -s conftest.err
  3545. configure:19373: $? = 0
  3546. configure:19376: test -s conftest
  3547. configure:19379: $? = 0
  3548. configure:19391: result: yes
  3549. configure:19402: checking for Large File System support
  3550. configure:19418: result:
  3551. configure:19421: checking for long
  3552. configure:19445: gcc -c -g -O2 -D_REENTRANT -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES conftest.c >&5
  3553. configure:19451: $? = 0
  3554. configure:19455: test -z
  3555. || test ! -s conftest.err
  3556. configure:19458: $? = 0
  3557. configure:19461: test -s conftest.o
  3558. configure:19464: $? = 0
  3559. configure:19475: result: yes
  3560. configure:19478: checking size of long
  3561. configure:19797: gcc -o conftest -g -O2 -D_REENTRANT -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES conftest.c >&5
  3562. configure:19800: $? = 0
  3563. configure:19802: ./conftest
  3564. configure:19805: $? = 0
  3565. configure:19828: result: 8
  3566. configure:19835: checking for off_t
  3567. configure:19889: result: yes
  3568. configure:19892: checking size of off_t
  3569. configure:20211: gcc -o conftest -g -O2 -D_REENTRANT -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES conftest.c >&5
  3570. configure:20214: $? = 0
  3571. configure:20216: ./conftest
  3572. configure:20219: $? = 0
  3573. configure:20242: result: 8
  3574. configure:20251: checking if sendfile works
  3575. configure:20279: gcc -o conftest -g -O2 -D_REENTRANT -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES conftest.c >&5
  3576. conftest.c: In function 'main':
  3577. conftest.c:118: warning: passing argument 3 of 'sendfile' from incompatible pointer type
  3578. configure:20282: $? = 0
  3579. configure:20284: ./conftest
  3580. configure:20287: $? = 0
  3581. configure:20289: result: yes
  3582. configure:20334: checking for IPv6 support
  3583. configure:20357: gcc -o conftest -g -O2 -D_REENTRANT -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES conftest.c >&5
  3584. configure:20363: $? = 0
  3585. configure:20367: test -z
  3586. || test ! -s conftest.err
  3587. configure:20370: $? = 0
  3588. configure:20373: test -s conftest
  3589. configure:20376: $? = 0
  3590. configure:20388: result: yes
  3591. configure:20413: checking for FCGI_Accept in -lfcgi
  3592. configure:20443: gcc -o conftest -g -O2 -D_REENTRANT -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES conftest.c -lfcgi >&5
  3593. /usr/bin/ld: cannot find -lfcgi
  3594. collect2: ld returned 1 exit status
  3595. configure:20449: $? = 1
  3596. configure: failed program was:
  3597. | /* confdefs.h. */
  3598. |
  3599. | #define PACKAGE_NAME "lighttpd"
  3600. | #define PACKAGE_TARNAME "lighttpd"
  3601. | #define PACKAGE_VERSION "1.4.28"
  3602. | #define PACKAGE_STRING "lighttpd 1.4.28"
  3603. | #define PACKAGE_BUGREPORT "contact@lighttpd.net"
  3604. | #define PACKAGE "lighttpd"
  3605. | #define VERSION "1.4.28"
  3606. | #define STDC_HEADERS 1
  3607. | #define HAVE_SYS_TYPES_H 1
  3608. | #define HAVE_SYS_STAT_H 1
  3609. | #define HAVE_STDLIB_H 1
  3610. | #define HAVE_STRING_H 1
  3611. | #define HAVE_MEMORY_H 1
  3612. | #define HAVE_STRINGS_H 1
  3613. | #define HAVE_INTTYPES_H 1
  3614. | #define HAVE_STDINT_H 1
  3615. | #define HAVE_UNISTD_H 1
  3616. | #define PROTOTYPES 1
  3617. | #define __PROTOTYPES 1
  3618. | #define HAVE_STRING_H 1
  3619. | #define HAVE_DLFCN_H 1
  3620. | #define LT_OBJDIR ".libs/"
  3621. | #define STDC_HEADERS 1
  3622. | #define HAVE_SYS_WAIT_H 1
  3623. | #define HAVE_ARPA_INET_H 1
  3624. | #define HAVE_FCNTL_H 1
  3625. | #define HAVE_NETINET_IN_H 1
  3626. | #define HAVE_STDLIB_H 1
  3627. | #define HAVE_STRING_H 1
  3628. | #define HAVE_SYS_SOCKET_H 1
  3629. | #define HAVE_SYS_TIME_H 1
  3630. | #define HAVE_UNISTD_H 1
  3631. | #define HAVE_SYS_SENDFILE_H 1
  3632. | #define HAVE_SYS_UIO_H 1
  3633. | #define HAVE_GETOPT_H 1
  3634. | #define HAVE_SYS_EPOLL_H 1
  3635. | #define HAVE_SYS_SELECT_H 1
  3636. | #define HAVE_POLL_H 1
  3637. | #define HAVE_SYS_POLL_H 1
  3638. | #define HAVE_SYS_MMAN_H 1
  3639. | #define HAVE_PWD_H 1
  3640. | #define HAVE_SYS_RESOURCE_H 1
  3641. | #define HAVE_SYS_UN_H 1
  3642. | #define HAVE_SYSLOG_H 1
  3643. | #define HAVE_SYS_PRCTL_H 1
  3644. | #define HAVE_UUID_UUID_H 1
  3645. | #define HAVE_STRUCT_TM_GMTOFF 1
  3646. | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  3647. | #define HAVE_SOCKLEN_T 1
  3648. | #define HAVE_UNISTD_H 1
  3649. | #define HAVE_FORK 1
  3650. | #define HAVE_VFORK 1
  3651. | #define HAVE_WORKING_VFORK 1
  3652. | #define HAVE_WORKING_FORK 1
  3653. | #define RETSIGTYPE void
  3654. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3655. | #define HAVE_STRFTIME 1
  3656. | #define HAVE_INET_PTON 1
  3657. | #define HAVE_DLFCN_H 1
  3658. | #define HAVE_LIBDL 1
  3659. | #define HAVE_DLFCN_H 1
  3660. | #define HAVE_LIBPCRE 1
  3661. | #define HAVE_PCRE_H 1
  3662. | #define HAVE_ZLIB_H 1
  3663. | #define HAVE_LIBZ 1
  3664. | #define HAVE_ZLIB_H 1
  3665. | #define HAVE_BZLIB_H 1
  3666. | #define HAVE_LIBBZ2 1
  3667. | #define HAVE_BZLIB_H 1
  3668. | #define HAVE_CRYPT_H 1
  3669. | #define HAVE_CRYPT_H 1
  3670. | #define HAVE_LIBCRYPT 1
  3671. | #define HAVE_DUP2 1
  3672. | #define HAVE_GETCWD 1
  3673. | #define HAVE_INET_NTOA 1
  3674. | #define HAVE_INET_NTOP 1
  3675. | #define HAVE_MEMSET 1
  3676. | #define HAVE_MMAP 1
  3677. | #define HAVE_MUNMAP 1
  3678. | #define HAVE_STRCHR 1
  3679. | #define HAVE_STRDUP 1
  3680. | #define HAVE_STRERROR 1
  3681. | #define HAVE_STRSTR 1
  3682. | #define HAVE_STRTOL 1
  3683. | #define HAVE_SENDFILE 1
  3684. | #define HAVE_GETOPT 1
  3685. | #define HAVE_SOCKET 1
  3686. | #define HAVE_LSTAT 1
  3687. | #define HAVE_GETHOSTBYNAME 1
  3688. | #define HAVE_POLL 1
  3689. | #define HAVE_EPOLL_CTL 1
  3690. | #define HAVE_GETRLIMIT 1
  3691. | #define HAVE_CHROOT 1
  3692. | #define HAVE_GETUID 1
  3693. | #define HAVE_SELECT 1
  3694. | #define HAVE_SIGNAL 1
  3695. | #define HAVE_PATHCONF 1
  3696. | #define HAVE_MADVISE 1
  3697. | #define HAVE_POSIX_FADVISE 1
  3698. | #define HAVE_POSIX_MADVISE 1
  3699. | #define HAVE_WRITEV 1
  3700. | #define HAVE_SIGACTION 1
  3701. | #define HAVE_SENDFILE64 1
  3702. | #define HAVE_LOCALTIME_R 1
  3703. | #define HAVE_GMTIME_R 1
  3704. | #define SIZEOF_LONG 8
  3705. | #define SIZEOF_OFF_T 8
  3706. | #define HAVE_IPV6 1
  3707. | /* end confdefs.h. */
  3708. |
  3709. | /* Override any gcc2 internal prototype to avoid an error. */
  3710. | #ifdef __cplusplus
  3711. | extern "C"
  3712. | #endif
  3713. | /* We use char because int might match the return type of a gcc2
  3714. | builtin and then its argument prototype would still apply. */
  3715. | char FCGI_Accept ();
  3716. | int
  3717. | main ()
  3718. | {
  3719. | FCGI_Accept ();
  3720. | ;
  3721. | return 0;
  3722. | }
  3723. configure:20475: result: no
  3724. configure:20809: creating ./config.status
  3725.  
  3726. ## ---------------------- ##
  3727. ## Running config.status. ##
  3728. ## ---------------------- ##
  3729.  
  3730. This file was extended by lighttpd config.status 1.4.28, which was
  3731. generated by GNU Autoconf 2.59. Invocation command line was
  3732.  
  3733. CONFIG_FILES =
  3734. CONFIG_HEADERS =
  3735. CONFIG_LINKS =
  3736. CONFIG_COMMANDS =
  3737. $ ./config.status
  3738.  
  3739. on persephone.localdomain
  3740.  
  3741. config.status:964: creating Makefile
  3742. config.status:964: creating src/Makefile
  3743. config.status:964: creating doc/config/conf.d/Makefile
  3744. config.status:964: creating doc/config/vhosts.d/Makefile
  3745. config.status:964: creating doc/config/Makefile
  3746. config.status:964: creating doc/scripts/Makefile
  3747. config.status:964: creating doc/initscripts/Makefile
  3748. config.status:964: creating doc/Makefile
  3749. config.status:964: creating tests/Makefile
  3750. config.status:964: creating tests/docroot/Makefile
  3751. config.status:964: creating tests/docroot/123/Makefile
  3752. config.status:964: creating tests/docroot/www/Makefile
  3753. config.status:964: creating tests/docroot/www/go/Makefile
  3754. config.status:964: creating tests/docroot/www/indexfile/Makefile
  3755. config.status:964: creating tests/docroot/www/expire/Makefile
  3756. config.status:964: creating distribute.sh
  3757. config.status:1068: creating config.h
  3758. config.status:1392: config.h is unchanged
  3759. config.status:1572: executing depfiles commands
  3760. config.status:1572: executing libtool commands
  3761.  
  3762. ## ---------------- ##
  3763. ## Cache variables. ##
  3764. ## ---------------- ##
  3765.  
  3766. ac_cv_build=x86_64-redhat-linux-gnu
  3767. ac_cv_build_alias=x86_64-redhat-linux-gnu
  3768. ac_cv_c_char_unsigned=no
  3769. ac_cv_c_compiler_gnu=yes
  3770. ac_cv_c_const=yes
  3771. ac_cv_c_inline=inline
  3772. ac_cv_env_CC_set=
  3773. ac_cv_env_CC_value=
  3774. ac_cv_env_CFLAGS_set=
  3775. ac_cv_env_CFLAGS_value=
  3776. ac_cv_env_CPPFLAGS_set=
  3777. ac_cv_env_CPPFLAGS_value=
  3778. ac_cv_env_CPP_set=
  3779. ac_cv_env_CPP_value=
  3780. ac_cv_env_FAM_CFLAGS_set=
  3781. ac_cv_env_FAM_CFLAGS_value=
  3782. ac_cv_env_FAM_LIBS_set=
  3783. ac_cv_env_FAM_LIBS_value=
  3784. ac_cv_env_LDFLAGS_set=
  3785. ac_cv_env_LDFLAGS_value=
  3786. ac_cv_env_LIBEV_CFLAGS_set=
  3787. ac_cv_env_LIBEV_CFLAGS_value=
  3788. ac_cv_env_LIBEV_LIBS_set=
  3789. ac_cv_env_LIBEV_LIBS_value=
  3790. ac_cv_env_LUA_CFLAGS_set=
  3791. ac_cv_env_LUA_CFLAGS_value=
  3792. ac_cv_env_LUA_LIBS_set=
  3793. ac_cv_env_LUA_LIBS_value=
  3794. ac_cv_env_PKG_CONFIG_set=
  3795. ac_cv_env_PKG_CONFIG_value=
  3796. ac_cv_env_SQLITE_CFLAGS_set=
  3797. ac_cv_env_SQLITE_CFLAGS_value=
  3798. ac_cv_env_SQLITE_LIBS_set=
  3799. ac_cv_env_SQLITE_LIBS_value=
  3800. ac_cv_env_XML_CFLAGS_set=
  3801. ac_cv_env_XML_CFLAGS_value=
  3802. ac_cv_env_XML_LIBS_set=
  3803. ac_cv_env_XML_LIBS_value=
  3804. ac_cv_env_build_alias_set=
  3805. ac_cv_env_build_alias_value=
  3806. ac_cv_env_host_alias_set=
  3807. ac_cv_env_host_alias_value=
  3808. ac_cv_env_target_alias_set=
  3809. ac_cv_env_target_alias_value=
  3810. ac_cv_exeext=
  3811. ac_cv_func_chroot=yes
  3812. ac_cv_func_dlopen=no
  3813. ac_cv_func_dup2=yes
  3814. ac_cv_func_epoll_ctl=yes
  3815. ac_cv_func_fork=yes
  3816. ac_cv_func_fork_works=yes
  3817. ac_cv_func_getcwd=yes
  3818. ac_cv_func_gethostbyname=yes
  3819. ac_cv_func_getopt=yes
  3820. ac_cv_func_getrlimit=yes
  3821. ac_cv_func_getuid=yes
  3822. ac_cv_func_gmtime_r=yes
  3823. ac_cv_func_inet_ntoa=yes
  3824. ac_cv_func_inet_ntop=yes
  3825. ac_cv_func_inet_pton=yes
  3826. ac_cv_func_issetugid=no
  3827. ac_cv_func_kqueue=no
  3828. ac_cv_func_localtime_r=yes
  3829. ac_cv_func_lstat=yes
  3830. ac_cv_func_lstat_dereferences_slashed_symlink=yes
  3831. ac_cv_func_madvise=yes
  3832. ac_cv_func_memset=yes
  3833. ac_cv_func_mmap=yes
  3834. ac_cv_func_munmap=yes
  3835. ac_cv_func_pathconf=yes
  3836. ac_cv_func_poll=yes
  3837. ac_cv_func_port_create=no
  3838. ac_cv_func_posix_fadvise=yes
  3839. ac_cv_func_posix_madvise=yes
  3840. ac_cv_func_select=yes
  3841. ac_cv_func_send_file=no
  3842. ac_cv_func_sendfile=yes
  3843. ac_cv_func_sendfile64=yes
  3844. ac_cv_func_shl_load=no
  3845. ac_cv_func_sigaction=yes
  3846. ac_cv_func_signal=yes
  3847. ac_cv_func_socket=yes
  3848. ac_cv_func_stat_empty_string_bug=no
  3849. ac_cv_func_strchr=yes
  3850. ac_cv_func_strdup=yes
  3851. ac_cv_func_strerror=yes
  3852. ac_cv_func_strftime=yes
  3853. ac_cv_func_strstr=yes
  3854. ac_cv_func_strtol=yes
  3855. ac_cv_func_vfork=yes
  3856. ac_cv_func_vfork_works=yes
  3857. ac_cv_func_writev=yes
  3858. ac_cv_header_arpa_inet_h=yes
  3859. ac_cv_header_bzlib_h=yes
  3860. ac_cv_header_crypt_h=yes
  3861. ac_cv_header_dlfcn_h=yes
  3862. ac_cv_header_fcntl_h=yes
  3863. ac_cv_header_getopt_h=yes
  3864. ac_cv_header_inttypes_h=yes
  3865. ac_cv_header_memory_h=yes
  3866. ac_cv_header_minix_config_h=no
  3867. ac_cv_header_netinet_in_h=yes
  3868. ac_cv_header_poll_h=yes
  3869. ac_cv_header_pwd_h=yes
  3870. ac_cv_header_stdc=yes
  3871. ac_cv_header_stdint_h=yes
  3872. ac_cv_header_stdlib_h=yes
  3873. ac_cv_header_string_h=yes
  3874. ac_cv_header_strings_h=yes
  3875. ac_cv_header_sys_devpoll_h=no
  3876. ac_cv_header_sys_epoll_h=yes
  3877. ac_cv_header_sys_event_h=no
  3878. ac_cv_header_sys_filio_h=no
  3879. ac_cv_header_sys_mman_h=yes
  3880. ac_cv_header_sys_poll_h=yes
  3881. ac_cv_header_sys_port_h=no
  3882. ac_cv_header_sys_prctl_h=yes
  3883. ac_cv_header_sys_resource_h=yes
  3884. ac_cv_header_sys_select_h=yes
  3885. ac_cv_header_sys_sendfile_h=yes
  3886. ac_cv_header_sys_socket_h=yes
  3887. ac_cv_header_sys_stat_h=yes
  3888. ac_cv_header_sys_syslimits_h=no
  3889. ac_cv_header_sys_time_h=yes
  3890. ac_cv_header_sys_types_h=yes
  3891. ac_cv_header_sys_uio_h=yes
  3892. ac_cv_header_sys_un_h=yes
  3893. ac_cv_header_sys_wait_h=yes
  3894. ac_cv_header_syslog_h=yes
  3895. ac_cv_header_unistd_h=yes
  3896. ac_cv_header_uuid_uuid_h=yes
  3897. ac_cv_header_vfork_h=no
  3898. ac_cv_header_zlib_h=yes
  3899. ac_cv_host=x86_64-redhat-linux-gnu
  3900. ac_cv_host_alias=x86_64-redhat-linux-gnu
  3901. ac_cv_ipv6_support=yes
  3902. ac_cv_lib_bz2_BZ2_bzCompress=yes
  3903. ac_cv_lib_cposix_strerror=no
  3904. ac_cv_lib_dl_dlopen=yes
  3905. ac_cv_lib_dld_shl_load=no
  3906. ac_cv_lib_fcgi_FCGI_Accept=no
  3907. ac_cv_lib_z_deflate=yes
  3908. ac_cv_member_struct_tm_tm_gmtoff=yes
  3909. ac_cv_objext=o
  3910. ac_cv_path_PCRECONFIG=/usr/bin/pcre-config
  3911. ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
  3912. ac_cv_path_install='/usr/bin/install -c'
  3913. ac_cv_prog_AWK=gawk
  3914. ac_cv_prog_CPP='gcc -E'
  3915. ac_cv_prog_ac_ct_AR=ar
  3916. ac_cv_prog_ac_ct_CC=gcc
  3917. ac_cv_prog_ac_ct_OBJDUMP=objdump
  3918. ac_cv_prog_ac_ct_RANLIB=ranlib
  3919. ac_cv_prog_ac_ct_STRIP=strip
  3920. ac_cv_prog_cc_g=yes
  3921. ac_cv_prog_cc_gcc_c_o=yes
  3922. ac_cv_prog_cc_stdc=
  3923. ac_cv_prog_egrep='grep -E'
  3924. ac_cv_prog_fgrep='grep -F'
  3925. ac_cv_prog_make_make_set=yes
  3926. ac_cv_search_crypt=-lcrypt
  3927. ac_cv_search_dlopen=-ldl
  3928. ac_cv_search_gethostbyname='none required'
  3929. ac_cv_search_hstrerror='none required'
  3930. ac_cv_search_sendfilev=no
  3931. ac_cv_search_socket='none required'
  3932. ac_cv_sizeof_long=8
  3933. ac_cv_sizeof_off_t=8
  3934. ac_cv_target=x86_64-redhat-linux-gnu
  3935. ac_cv_target_alias=x86_64-redhat-linux-gnu
  3936. ac_cv_type_long=yes
  3937. ac_cv_type_off_t=yes
  3938. ac_cv_type_pid_t=yes
  3939. ac_cv_type_signal=void
  3940. ac_cv_type_size_t=yes
  3941. ac_cv_type_socklen_t=yes
  3942. ac_cv_type_struct_sockaddr_storage=yes
  3943. am_cv_CC_dependencies_compiler_type=gcc3
  3944. am_cv_prog_tar_ustar=gnutar
  3945. lt_cv_deplibs_check_method=pass_all
  3946. lt_cv_dlopen=dlopen
  3947. lt_cv_dlopen_libs=-ldl
  3948. lt_cv_dlopen_self=yes
  3949. lt_cv_dlopen_self_static=no
  3950. lt_cv_file_magic_cmd='$MAGIC_CMD'
  3951. lt_cv_file_magic_test_file=
  3952. lt_cv_ld_reload_flag=-r
  3953. lt_cv_nm_interface='BSD nm'
  3954. lt_cv_objdir=.libs
  3955. lt_cv_path_LD=/usr/bin/ld
  3956. lt_cv_path_NM='/usr/bin/nm -B'
  3957. lt_cv_path_SED=/bin/sed
  3958. lt_cv_prog_compiler_c_o=yes
  3959. lt_cv_prog_compiler_pic_works=yes
  3960. lt_cv_prog_compiler_rtti_exceptions=no
  3961. lt_cv_prog_compiler_static_works=yes
  3962. lt_cv_prog_gnu_ld=yes
  3963. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
  3964. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  3965. 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'\'''
  3966. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  3967. lt_cv_sys_max_cmd_len=98304
  3968.  
  3969. ## ----------------- ##
  3970. ## Output variables. ##
  3971. ## ----------------- ##
  3972.  
  3973. ACLOCAL='${SHELL} /home/dtucker/src/lighttpd-1.4.28/missing --run aclocal-1.9'
  3974. AMDEPBACKSLASH='\'
  3975. AMDEP_FALSE='#'
  3976. AMDEP_TRUE=''
  3977. AMTAR='${SHELL} /home/dtucker/src/lighttpd-1.4.28/missing --run tar'
  3978. ANSI2KNR=''
  3979. AR='ar'
  3980. ATTR_LIB=''
  3981. AUTOCONF='${SHELL} /home/dtucker/src/lighttpd-1.4.28/missing --run autoconf'
  3982. AUTOHEADER='${SHELL} /home/dtucker/src/lighttpd-1.4.28/missing --run autoheader'
  3983. AUTOMAKE='${SHELL} /home/dtucker/src/lighttpd-1.4.28/missing --run automake-1.9'
  3984. AWK='gawk'
  3985. BZ_LIB='-lbz2'
  3986. CC='gcc'
  3987. CCDEPMODE='depmode=gcc3'
  3988. CFLAGS='-g -O2 -Wall -W -Wshadow -pedantic -std=gnu99'
  3989. CHECK_WITH_FASTCGI_FALSE=''
  3990. CHECK_WITH_FASTCGI_TRUE='#'
  3991. CPP='gcc -E'
  3992. CPPFLAGS=' -D_REENTRANT -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES'
  3993. CROSS_COMPILING_FALSE=''
  3994. CROSS_COMPILING_TRUE='#'
  3995. CRYPT_LIB='-lcrypt'
  3996. CYGPATH_W='echo'
  3997. DEFS='-DHAVE_CONFIG_H'
  3998. DEPDIR='.deps'
  3999. DL_LIB='-ldl'
  4000. DSYMUTIL=''
  4001. DUMPBIN=''
  4002. ECHO_C=''
  4003. ECHO_N='-n'
  4004. ECHO_T=''
  4005. EGREP='grep -E'
  4006. EXEEXT=''
  4007. FAM_CFLAGS=''
  4008. FAM_LIBS=''
  4009. FGREP='grep -F'
  4010. GDBM_LIB=''
  4011. GREP='grep'
  4012. INSTALL_DATA='${INSTALL} -m 644'
  4013. INSTALL_PROGRAM='${INSTALL}'
  4014. INSTALL_SCRIPT='${INSTALL}'
  4015. INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
  4016. LBER_LIB=''
  4017. LD='/usr/bin/ld -m elf_x86_64'
  4018. LDAP_LIB=''
  4019. LDFLAGS=''
  4020. LIBEV_CFLAGS=''
  4021. LIBEV_LIBS=''
  4022. LIBOBJS=''
  4023. LIBS=''
  4024. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  4025. LIPO=''
  4026. LN_S='ln -s'
  4027. LTLIBOBJS=''
  4028. LUA_CFLAGS=''
  4029. LUA_LIBS=''
  4030. MAKEINFO='${SHELL} /home/dtucker/src/lighttpd-1.4.28/missing --run makeinfo'
  4031. MEMCACHE_LIB=''
  4032. MYSQL_CONFIG=''
  4033. MYSQL_INCLUDE=''
  4034. MYSQL_LIBS=''
  4035. NM='/usr/bin/nm -B'
  4036. NMEDIT=''
  4037. NO_RDYNAMIC_FALSE=''
  4038. NO_RDYNAMIC_TRUE='#'
  4039. OBJDUMP='objdump'
  4040. OBJEXT='o'
  4041. OTOOL64=''
  4042. OTOOL=''
  4043. PACKAGE='lighttpd'
  4044. PACKAGE_BUGREPORT='contact@lighttpd.net'
  4045. PACKAGE_NAME='lighttpd'
  4046. PACKAGE_STRING='lighttpd 1.4.28'
  4047. PACKAGE_TARNAME='lighttpd'
  4048. PACKAGE_VERSION='1.4.28'
  4049. PATH_SEPARATOR=':'
  4050. PCRECONFIG='/usr/bin/pcre-config'
  4051. PCRE_LIB='-lpcre'
  4052. PKG_CONFIG='/usr/bin/pkg-config'
  4053. RANLIB='ranlib'
  4054. SED='/bin/sed'
  4055. SENDFILE_LIB=''
  4056. SET_MAKE=''
  4057. SHELL='/bin/sh'
  4058. SQLITE_CFLAGS=''
  4059. SQLITE_LIBS=''
  4060. SSL_LIB=''
  4061. STRIP='strip'
  4062. U=''
  4063. UUID_LIBS=''
  4064. VERSION='1.4.28'
  4065. XML_CFLAGS=''
  4066. XML_LIBS=''
  4067. Z_LIB='-lz'
  4068. ac_ct_AR='ar'
  4069. ac_ct_CC='gcc'
  4070. ac_ct_DSYMUTIL=''
  4071. ac_ct_DUMPBIN=''
  4072. ac_ct_LIPO=''
  4073. ac_ct_NMEDIT=''
  4074. ac_ct_OBJDUMP='objdump'
  4075. ac_ct_OTOOL64=''
  4076. ac_ct_OTOOL=''
  4077. ac_ct_RANLIB='ranlib'
  4078. ac_ct_STRIP='strip'
  4079. ac_pt_PKG_CONFIG=''
  4080. am__fastdepCC_FALSE='#'
  4081. am__fastdepCC_TRUE=''
  4082. am__include='include'
  4083. am__leading_dot='.'
  4084. am__quote=''
  4085. am__tar='tar --format=ustar -chf - "$$tardir"'
  4086. am__untar='tar -xf -'
  4087. bindir='${exec_prefix}/bin'
  4088. build='x86_64-redhat-linux-gnu'
  4089. build_alias=''
  4090. build_cpu='x86_64'
  4091. build_os='linux-gnu'
  4092. build_vendor='redhat'
  4093. datadir='${prefix}/share'
  4094. exec_prefix='${prefix}'
  4095. host='x86_64-redhat-linux-gnu'
  4096. host_alias=''
  4097. host_cpu='x86_64'
  4098. host_os='linux-gnu'
  4099. host_vendor='redhat'
  4100. includedir='${prefix}/include'
  4101. infodir='${prefix}/info'
  4102. install_sh='/home/dtucker/src/lighttpd-1.4.28/install-sh'
  4103. libdir='${exec_prefix}/lib'
  4104. libexecdir='${exec_prefix}/libexec'
  4105. localstatedir='${prefix}/var'
  4106. lt_ECHO='echo'
  4107. mandir='${prefix}/man'
  4108. mkdir_p='mkdir -p --'
  4109. oldincludedir='/usr/include'
  4110. prefix='/usr/local'
  4111. program_transform_name='s,x,x,'
  4112. sbindir='${exec_prefix}/sbin'
  4113. sharedstatedir='${prefix}/com'
  4114. sysconfdir='${prefix}/etc'
  4115. target='x86_64-redhat-linux-gnu'
  4116. target_alias=''
  4117. target_cpu='x86_64'
  4118. target_os='linux-gnu'
  4119. target_vendor='redhat'
  4120.  
  4121. ## ----------- ##
  4122. ## confdefs.h. ##
  4123. ## ----------- ##
  4124.  
  4125. #define HAVE_ARPA_INET_H 1
  4126. #define HAVE_BZLIB_H 1
  4127. #define HAVE_BZLIB_H 1
  4128. #define HAVE_CHROOT 1
  4129. #define HAVE_CRYPT_H 1
  4130. #define HAVE_CRYPT_H 1
  4131. #define HAVE_DLFCN_H 1
  4132. #define HAVE_DLFCN_H 1
  4133. #define HAVE_DLFCN_H 1
  4134. #define HAVE_DUP2 1
  4135. #define HAVE_EPOLL_CTL 1
  4136. #define HAVE_FCNTL_H 1
  4137. #define HAVE_FORK 1
  4138. #define HAVE_GETCWD 1
  4139. #define HAVE_GETHOSTBYNAME 1
  4140. #define HAVE_GETOPT 1
  4141. #define HAVE_GETOPT_H 1
  4142. #define HAVE_GETRLIMIT 1
  4143. #define HAVE_GETUID 1
  4144. #define HAVE_GMTIME_R 1
  4145. #define HAVE_INET_NTOA 1
  4146. #define HAVE_INET_NTOP 1
  4147. #define HAVE_INET_PTON 1
  4148. #define HAVE_INTTYPES_H 1
  4149. #define HAVE_IPV6 1
  4150. #define HAVE_LIBBZ2 1
  4151. #define HAVE_LIBCRYPT 1
  4152. #define HAVE_LIBDL 1
  4153. #define HAVE_LIBPCRE 1
  4154. #define HAVE_LIBZ 1
  4155. #define HAVE_LOCALTIME_R 1
  4156. #define HAVE_LSTAT 1
  4157. #define HAVE_MADVISE 1
  4158. #define HAVE_MEMORY_H 1
  4159. #define HAVE_MEMSET 1
  4160. #define HAVE_MMAP 1
  4161. #define HAVE_MUNMAP 1
  4162. #define HAVE_NETINET_IN_H 1
  4163. #define HAVE_PATHCONF 1
  4164. #define HAVE_PCRE_H 1
  4165. #define HAVE_POLL 1
  4166. #define HAVE_POLL_H 1
  4167. #define HAVE_POSIX_FADVISE 1
  4168. #define HAVE_POSIX_MADVISE 1
  4169. #define HAVE_PWD_H 1
  4170. #define HAVE_SELECT 1
  4171. #define HAVE_SENDFILE 1
  4172. #define HAVE_SENDFILE64 1
  4173. #define HAVE_SIGACTION 1
  4174. #define HAVE_SIGNAL 1
  4175. #define HAVE_SOCKET 1
  4176. #define HAVE_SOCKLEN_T 1
  4177. #define HAVE_STDINT_H 1
  4178. #define HAVE_STDLIB_H 1
  4179. #define HAVE_STDLIB_H 1
  4180. #define HAVE_STRCHR 1
  4181. #define HAVE_STRDUP 1
  4182. #define HAVE_STRERROR 1
  4183. #define HAVE_STRFTIME 1
  4184. #define HAVE_STRINGS_H 1
  4185. #define HAVE_STRING_H 1
  4186. #define HAVE_STRING_H 1
  4187. #define HAVE_STRING_H 1
  4188. #define HAVE_STRSTR 1
  4189. #define HAVE_STRTOL 1
  4190. #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  4191. #define HAVE_STRUCT_TM_GMTOFF 1
  4192. #define HAVE_SYSLOG_H 1
  4193. #define HAVE_SYS_EPOLL_H 1
  4194. #define HAVE_SYS_MMAN_H 1
  4195. #define HAVE_SYS_POLL_H 1
  4196. #define HAVE_SYS_PRCTL_H 1
  4197. #define HAVE_SYS_RESOURCE_H 1
  4198. #define HAVE_SYS_SELECT_H 1
  4199. #define HAVE_SYS_SENDFILE_H 1
  4200. #define HAVE_SYS_SOCKET_H 1
  4201. #define HAVE_SYS_STAT_H 1
  4202. #define HAVE_SYS_TIME_H 1
  4203. #define HAVE_SYS_TYPES_H 1
  4204. #define HAVE_SYS_UIO_H 1
  4205. #define HAVE_SYS_UN_H 1
  4206. #define HAVE_SYS_WAIT_H 1
  4207. #define HAVE_UNISTD_H 1
  4208. #define HAVE_UNISTD_H 1
  4209. #define HAVE_UNISTD_H 1
  4210. #define HAVE_UUID_UUID_H 1
  4211. #define HAVE_VFORK 1
  4212. #define HAVE_WORKING_FORK 1
  4213. #define HAVE_WORKING_VFORK 1
  4214. #define HAVE_WRITEV 1
  4215. #define HAVE_ZLIB_H 1
  4216. #define HAVE_ZLIB_H 1
  4217. #define LIGHTTPD_VERSION_ID (1 << 16 | 4 << 8 | 28)
  4218. #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4219. #define LT_OBJDIR ".libs/"
  4220. #define PACKAGE "lighttpd"
  4221. #define PACKAGE_BUGREPORT "contact@lighttpd.net"
  4222. #define PACKAGE_NAME "lighttpd"
  4223. #define PACKAGE_STRING "lighttpd 1.4.28"
  4224. #define PACKAGE_TARNAME "lighttpd"
  4225. #define PACKAGE_VERSION "1.4.28"
  4226. #define PROTOTYPES 1
  4227. #define RETSIGTYPE void
  4228. #define SIZEOF_LONG 8
  4229. #define SIZEOF_OFF_T 8
  4230. #define STDC_HEADERS 1
  4231. #define STDC_HEADERS 1
  4232. #define VERSION "1.4.28"
  4233. #define __PROTOTYPES 1
  4234.  
  4235. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement