Advertisement
Guest User

Untitled

a guest
May 22nd, 2017
523
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 53.02 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 X3 configure 1.6, which was
  5. generated by GNU Autoconf 2.61. Invocation command line was
  6.  
  7. $ ./configure --prefix=/home/Pegasus/x3 --enable-modules=helpserv,memoserv,snoop
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = ServP3a.ftwb-networks.net
  14. uname -m = i686
  15. uname -r = 2.6.18-164.15.1.el5
  16. uname -s = Linux
  17. uname -v = #1 SMP Wed Mar 17 11:37:14 EDT 2010
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = i686
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /usr/kerberos/bin
  31. PATH: /usr/lib/courier-imap/bin
  32. PATH: /usr/local/bin
  33. PATH: /bin
  34. PATH: /usr/bin
  35. PATH: /home/Pegasus/bin
  36.  
  37.  
  38. ## ----------- ##
  39. ## Core tests. ##
  40. ## ----------- ##
  41.  
  42. configure:1820: checking build system type
  43. configure:1838: result: i686-pc-linux-gnu
  44. configure:1860: checking host system type
  45. configure:1875: result: i686-pc-linux-gnu
  46. configure:1897: checking target system type
  47. configure:1912: result: i686-pc-linux-gnu
  48. configure:1954: checking for a BSD-compatible install
  49. configure:2010: result: /usr/bin/install -c
  50. configure:2021: checking whether build environment is sane
  51. configure:2064: result: yes
  52. configure:2129: checking for gawk
  53. configure:2145: found /bin/gawk
  54. configure:2156: result: gawk
  55. configure:2167: checking whether make sets $(MAKE)
  56. configure:2188: result: yes
  57. configure:2372: checking whether to enable maintainer-specific portions of Makefiles
  58. configure:2381: result: no
  59. configure:2409: checking for style of include used by make
  60. configure:2437: result: GNU
  61. configure:2510: checking for gcc
  62. configure:2526: found /usr/bin/gcc
  63. configure:2537: result: gcc
  64. configure:2775: checking for C compiler version
  65. configure:2782: gcc --version >&5
  66. gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-46)
  67. Copyright (C) 2006 Free Software Foundation, Inc.
  68. This is free software; see the source for copying conditions. There is NO
  69. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  70.  
  71. configure:2785: $? = 0
  72. configure:2792: gcc -v >&5
  73. Using built-in specs.
  74. Target: i386-redhat-linux
  75. 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=i386-redhat-linux
  76. Thread model: posix
  77. gcc version 4.1.2 20080704 (Red Hat 4.1.2-46)
  78. configure:2795: $? = 0
  79. configure:2802: gcc -V >&5
  80. gcc: '-V' option must have argument
  81. configure:2805: $? = 1
  82. configure:2828: checking for C compiler default output file name
  83. configure:2855: gcc conftest.c >&5
  84. configure:2858: $? = 0
  85. configure:2896: result: a.out
  86. configure:2913: checking whether the C compiler works
  87. configure:2923: ./a.out
  88. configure:2926: $? = 0
  89. configure:2943: result: yes
  90. configure:2950: checking whether we are cross compiling
  91. configure:2952: result: no
  92. configure:2955: checking for suffix of executables
  93. configure:2962: gcc -o conftest conftest.c >&5
  94. configure:2965: $? = 0
  95. configure:2989: result:
  96. configure:2995: checking for suffix of object files
  97. configure:3021: gcc -c conftest.c >&5
  98. configure:3024: $? = 0
  99. configure:3047: result: o
  100. configure:3051: checking whether we are using the GNU C compiler
  101. configure:3080: gcc -c conftest.c >&5
  102. configure:3086: $? = 0
  103. configure:3103: result: yes
  104. configure:3108: checking whether gcc accepts -g
  105. configure:3138: gcc -c -g conftest.c >&5
  106. configure:3144: $? = 0
  107. configure:3243: result: yes
  108. configure:3260: checking for gcc option to accept ISO C89
  109. configure:3334: gcc -c -g -O2 conftest.c >&5
  110. configure:3340: $? = 0
  111. configure:3363: result: none needed
  112. configure:3383: checking dependency style of gcc
  113. configure:3473: result: gcc3
  114. configure:3491: checking return type of signal handlers
  115. configure:3519: gcc -c -g -O2 conftest.c >&5
  116. conftest.c: In function 'main':
  117. conftest.c:16: error: void value not ignored as it ought to be
  118. configure:3525: $? = 1
  119. configure: failed program was:
  120. | /* confdefs.h. */
  121. | #define PACKAGE_NAME "X3"
  122. | #define PACKAGE_TARNAME "x3"
  123. | #define PACKAGE_VERSION "1.6"
  124. | #define PACKAGE_STRING "X3 1.6"
  125. | #define PACKAGE_BUGREPORT "evilnet-devel@lists.sourceforge.net"
  126. | #define PACKAGE "x3"
  127. | #define VERSION "1.6"
  128. | /* end confdefs.h. */
  129. | #include <sys/types.h>
  130. | #include <signal.h>
  131. |
  132. | int
  133. | main ()
  134. | {
  135. | return *(signal (0, 0)) (0) == 1;
  136. | ;
  137. | return 0;
  138. | }
  139. configure:3540: result: void
  140. configure:3548: checking for an ANSI C-conforming const
  141. configure:3623: gcc -c -g -O2 conftest.c >&5
  142. configure:3629: $? = 0
  143. configure:3644: result: yes
  144. configure:3654: checking for inline
  145. configure:3680: gcc -c -g -O2 conftest.c >&5
  146. configure:3686: $? = 0
  147. configure:3704: result: inline
  148. configure:3728: checking for gawk
  149. configure:3755: result: gawk
  150. configure:3814: checking for gcc
  151. configure:3841: result: gcc
  152. configure:4079: checking for C compiler version
  153. configure:4086: gcc --version >&5
  154. gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-46)
  155. Copyright (C) 2006 Free Software Foundation, Inc.
  156. This is free software; see the source for copying conditions. There is NO
  157. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  158.  
  159. configure:4089: $? = 0
  160. configure:4096: gcc -v >&5
  161. Using built-in specs.
  162. Target: i386-redhat-linux
  163. 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=i386-redhat-linux
  164. Thread model: posix
  165. gcc version 4.1.2 20080704 (Red Hat 4.1.2-46)
  166. configure:4099: $? = 0
  167. configure:4106: gcc -V >&5
  168. gcc: '-V' option must have argument
  169. configure:4109: $? = 1
  170. configure:4112: checking whether we are using the GNU C compiler
  171. configure:4164: result: yes
  172. configure:4169: checking whether gcc accepts -g
  173. configure:4304: result: yes
  174. configure:4321: checking for gcc option to accept ISO C89
  175. configure:4424: result: none needed
  176. configure:4444: checking dependency style of gcc
  177. configure:4534: result: gcc3
  178. configure:4564: checking for a BSD-compatible install
  179. configure:4620: result: /usr/bin/install -c
  180. configure:4675: checking for ranlib
  181. configure:4691: found /usr/bin/ranlib
  182. configure:4702: result: ranlib
  183. configure:4729: checking whether ln -s works
  184. configure:4733: result: yes
  185. configure:4740: checking whether make sets $(MAKE)
  186. configure:4761: result: yes
  187. configure:4775: checking how to run the C preprocessor
  188. configure:4815: gcc -E conftest.c
  189. configure:4821: $? = 0
  190. configure:4852: gcc -E conftest.c
  191. conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
  192. configure:4858: $? = 1
  193. configure: failed program was:
  194. | /* confdefs.h. */
  195. | #define PACKAGE_NAME "X3"
  196. | #define PACKAGE_TARNAME "x3"
  197. | #define PACKAGE_VERSION "1.6"
  198. | #define PACKAGE_STRING "X3 1.6"
  199. | #define PACKAGE_BUGREPORT "evilnet-devel@lists.sourceforge.net"
  200. | #define PACKAGE "x3"
  201. | #define VERSION "1.6"
  202. | #define RETSIGTYPE void
  203. | /* end confdefs.h. */
  204. | #include <ac_nonexistent.h>
  205. configure:4891: result: gcc -E
  206. configure:4920: gcc -E conftest.c
  207. configure:4926: $? = 0
  208. configure:4957: gcc -E conftest.c
  209. conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
  210. configure:4963: $? = 1
  211. configure: failed program was:
  212. | /* confdefs.h. */
  213. | #define PACKAGE_NAME "X3"
  214. | #define PACKAGE_TARNAME "x3"
  215. | #define PACKAGE_VERSION "1.6"
  216. | #define PACKAGE_STRING "X3 1.6"
  217. | #define PACKAGE_BUGREPORT "evilnet-devel@lists.sourceforge.net"
  218. | #define PACKAGE "x3"
  219. | #define VERSION "1.6"
  220. | #define RETSIGTYPE void
  221. | /* end confdefs.h. */
  222. | #include <ac_nonexistent.h>
  223. configure:5001: checking for grep that handles long lines and -e
  224. configure:5075: result: /bin/grep
  225. configure:5080: checking for egrep
  226. configure:5158: result: /bin/grep -E
  227. configure:5164: checking whether gcc needs -traditional
  228. configure:5206: result: no
  229. configure:5215: checking for gmake
  230. configure:5231: found /usr/bin/gmake
  231. configure:5243: result: gmake
  232. configure:5277: checking for socket in -lsocket
  233. configure:5312: gcc -o conftest -g -O2 -D_GNU_SOURCE conftest.c -lsocket >&5
  234. /usr/bin/ld: cannot find -lsocket
  235. collect2: ld returned 1 exit status
  236. configure:5318: $? = 1
  237. configure: failed program was:
  238. | /* confdefs.h. */
  239. | #define PACKAGE_NAME "X3"
  240. | #define PACKAGE_TARNAME "x3"
  241. | #define PACKAGE_VERSION "1.6"
  242. | #define PACKAGE_STRING "X3 1.6"
  243. | #define PACKAGE_BUGREPORT "evilnet-devel@lists.sourceforge.net"
  244. | #define PACKAGE "x3"
  245. | #define VERSION "1.6"
  246. | #define RETSIGTYPE void
  247. | /* end confdefs.h. */
  248. |
  249. | /* Override any GCC internal prototype to avoid an error.
  250. | Use char because int might match the return type of a GCC
  251. | builtin and then its argument prototype would still apply. */
  252. | #ifdef __cplusplus
  253. | extern "C"
  254. | #endif
  255. | char socket ();
  256. | int
  257. | main ()
  258. | {
  259. | return socket ();
  260. | ;
  261. | return 0;
  262. | }
  263. configure:5336: result: no
  264. configure:5348: checking for gethostbyname in -lnsl
  265. configure:5383: gcc -o conftest -g -O2 -D_GNU_SOURCE conftest.c -lnsl >&5
  266. configure:5389: $? = 0
  267. configure:5407: result: yes
  268. configure:5419: checking for main in -lm
  269. configure:5448: gcc -o conftest -g -O2 -D_GNU_SOURCE conftest.c -lm -lnsl >&5
  270. configure:5454: $? = 0
  271. configure:5472: result: yes
  272. configure:5484: checking for GeoIP_open in -lGeoIP
  273. configure:5519: gcc -o conftest -g -O2 -D_GNU_SOURCE conftest.c -lGeoIP -lm -lnsl >&5
  274. /usr/bin/ld: cannot find -lGeoIP
  275. collect2: ld returned 1 exit status
  276. configure:5525: $? = 1
  277. configure: failed program was:
  278. | /* confdefs.h. */
  279. | #define PACKAGE_NAME "X3"
  280. | #define PACKAGE_TARNAME "x3"
  281. | #define PACKAGE_VERSION "1.6"
  282. | #define PACKAGE_STRING "X3 1.6"
  283. | #define PACKAGE_BUGREPORT "evilnet-devel@lists.sourceforge.net"
  284. | #define PACKAGE "x3"
  285. | #define VERSION "1.6"
  286. | #define RETSIGTYPE void
  287. | #define HAVE_LIBNSL 1
  288. | #define HAVE_LIBM 1
  289. | /* end confdefs.h. */
  290. |
  291. | /* Override any GCC internal prototype to avoid an error.
  292. | Use char because int might match the return type of a GCC
  293. | builtin and then its argument prototype would still apply. */
  294. | #ifdef __cplusplus
  295. | extern "C"
  296. | #endif
  297. | char GeoIP_open ();
  298. | int
  299. | main ()
  300. | {
  301. | return GeoIP_open ();
  302. | ;
  303. | return 0;
  304. | }
  305. configure:5543: result: no
  306. configure:5555: checking for ANSI C header files
  307. configure:5585: gcc -c -g -O2 -D_GNU_SOURCE conftest.c >&5
  308. configure:5591: $? = 0
  309. configure:5690: gcc -o conftest -g -O2 -D_GNU_SOURCE conftest.c -lm -lnsl >&5
  310. configure:5693: $? = 0
  311. configure:5699: ./conftest
  312. configure:5702: $? = 0
  313. configure:5719: result: yes
  314. configure:5730: checking whether time.h and sys/time.h may both be included
  315. configure:5760: gcc -c -g -O2 -D_GNU_SOURCE conftest.c >&5
  316. configure:5766: $? = 0
  317. configure:5781: result: yes
  318. configure:5791: checking whether struct tm is in sys/time.h or time.h
  319. configure:5821: gcc -c -g -O2 -D_GNU_SOURCE conftest.c >&5
  320. configure:5827: $? = 0
  321. configure:5842: result: time.h
  322. configure:5867: checking for sys/types.h
  323. configure:5888: gcc -c -g -O2 -D_GNU_SOURCE conftest.c >&5
  324. configure:5894: $? = 0
  325. configure:5910: result: yes
  326. configure:5867: checking for sys/stat.h
  327. configure:5888: gcc -c -g -O2 -D_GNU_SOURCE conftest.c >&5
  328. configure:5894: $? = 0
  329. configure:5910: result: yes
  330. configure:5867: checking for stdlib.h
  331. configure:5888: gcc -c -g -O2 -D_GNU_SOURCE conftest.c >&5
  332. configure:5894: $? = 0
  333. configure:5910: result: yes
  334. configure:5867: checking for string.h
  335. configure:5888: gcc -c -g -O2 -D_GNU_SOURCE conftest.c >&5
  336. configure:5894: $? = 0
  337. configure:5910: result: yes
  338. configure:5867: checking for memory.h
  339. configure:5888: gcc -c -g -O2 -D_GNU_SOURCE conftest.c >&5
  340. configure:5894: $? = 0
  341. configure:5910: result: yes
  342. configure:5867: checking for strings.h
  343. configure:5888: gcc -c -g -O2 -D_GNU_SOURCE conftest.c >&5
  344. configure:5894: $? = 0
  345. configure:5910: result: yes
  346. configure:5867: checking for inttypes.h
  347. configure:5888: gcc -c -g -O2 -D_GNU_SOURCE conftest.c >&5
  348. configure:5894: $? = 0
  349. configure:5910: result: yes
  350. configure:5867: checking for stdint.h
  351. configure:5888: gcc -c -g -O2 -D_GNU_SOURCE conftest.c >&5
  352. configure:5894: $? = 0
  353. configure:5910: result: yes
  354. configure:5867: checking for unistd.h
  355. configure:5888: gcc -c -g -O2 -D_GNU_SOURCE conftest.c >&5
  356. configure:5894: $? = 0
  357. configure:5910: result: yes
  358. configure:5958: checking GeoIP.h usability
  359. configure:5975: gcc -c -g -O2 -D_GNU_SOURCE conftest.c >&5
  360. conftest.c:57:19: error: GeoIP.h: No such file or directory
  361. configure:5981: $? = 1
  362. configure: failed program was:
  363. | /* confdefs.h. */
  364. | #define PACKAGE_NAME "X3"
  365. | #define PACKAGE_TARNAME "x3"
  366. | #define PACKAGE_VERSION "1.6"
  367. | #define PACKAGE_STRING "X3 1.6"
  368. | #define PACKAGE_BUGREPORT "evilnet-devel@lists.sourceforge.net"
  369. | #define PACKAGE "x3"
  370. | #define VERSION "1.6"
  371. | #define RETSIGTYPE void
  372. | #define HAVE_LIBNSL 1
  373. | #define HAVE_LIBM 1
  374. | #define STDC_HEADERS 1
  375. | #define TIME_WITH_SYS_TIME 1
  376. | #define HAVE_SYS_TYPES_H 1
  377. | #define HAVE_SYS_STAT_H 1
  378. | #define HAVE_STDLIB_H 1
  379. | #define HAVE_STRING_H 1
  380. | #define HAVE_MEMORY_H 1
  381. | #define HAVE_STRINGS_H 1
  382. | #define HAVE_INTTYPES_H 1
  383. | #define HAVE_STDINT_H 1
  384. | #define HAVE_UNISTD_H 1
  385. | /* end confdefs.h. */
  386. | #include <stdio.h>
  387. | #ifdef HAVE_SYS_TYPES_H
  388. | # include <sys/types.h>
  389. | #endif
  390. | #ifdef HAVE_SYS_STAT_H
  391. | # include <sys/stat.h>
  392. | #endif
  393. | #ifdef STDC_HEADERS
  394. | # include <stdlib.h>
  395. | # include <stddef.h>
  396. | #else
  397. | # ifdef HAVE_STDLIB_H
  398. | # include <stdlib.h>
  399. | # endif
  400. | #endif
  401. | #ifdef HAVE_STRING_H
  402. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  403. | # include <memory.h>
  404. | # endif
  405. | # include <string.h>
  406. | #endif
  407. | #ifdef HAVE_STRINGS_H
  408. | # include <strings.h>
  409. | #endif
  410. | #ifdef HAVE_INTTYPES_H
  411. | # include <inttypes.h>
  412. | #endif
  413. | #ifdef HAVE_STDINT_H
  414. | # include <stdint.h>
  415. | #endif
  416. | #ifdef HAVE_UNISTD_H
  417. | # include <unistd.h>
  418. | #endif
  419. | #include <GeoIP.h>
  420. configure:5995: result: no
  421. configure:5999: checking GeoIP.h presence
  422. configure:6014: gcc -E conftest.c
  423. conftest.c:24:19: error: GeoIP.h: No such file or directory
  424. configure:6020: $? = 1
  425. configure: failed program was:
  426. | /* confdefs.h. */
  427. | #define PACKAGE_NAME "X3"
  428. | #define PACKAGE_TARNAME "x3"
  429. | #define PACKAGE_VERSION "1.6"
  430. | #define PACKAGE_STRING "X3 1.6"
  431. | #define PACKAGE_BUGREPORT "evilnet-devel@lists.sourceforge.net"
  432. | #define PACKAGE "x3"
  433. | #define VERSION "1.6"
  434. | #define RETSIGTYPE void
  435. | #define HAVE_LIBNSL 1
  436. | #define HAVE_LIBM 1
  437. | #define STDC_HEADERS 1
  438. | #define TIME_WITH_SYS_TIME 1
  439. | #define HAVE_SYS_TYPES_H 1
  440. | #define HAVE_SYS_STAT_H 1
  441. | #define HAVE_STDLIB_H 1
  442. | #define HAVE_STRING_H 1
  443. | #define HAVE_MEMORY_H 1
  444. | #define HAVE_STRINGS_H 1
  445. | #define HAVE_INTTYPES_H 1
  446. | #define HAVE_STDINT_H 1
  447. | #define HAVE_UNISTD_H 1
  448. | /* end confdefs.h. */
  449. | #include <GeoIP.h>
  450. configure:6034: result: no
  451. configure:6067: checking for GeoIP.h
  452. configure:6075: result: no
  453. configure:5958: checking GeoIPCity.h usability
  454. configure:5975: gcc -c -g -O2 -D_GNU_SOURCE conftest.c >&5
  455. conftest.c:57:23: error: GeoIPCity.h: No such file or directory
  456. configure:5981: $? = 1
  457. configure: failed program was:
  458. | /* confdefs.h. */
  459. | #define PACKAGE_NAME "X3"
  460. | #define PACKAGE_TARNAME "x3"
  461. | #define PACKAGE_VERSION "1.6"
  462. | #define PACKAGE_STRING "X3 1.6"
  463. | #define PACKAGE_BUGREPORT "evilnet-devel@lists.sourceforge.net"
  464. | #define PACKAGE "x3"
  465. | #define VERSION "1.6"
  466. | #define RETSIGTYPE void
  467. | #define HAVE_LIBNSL 1
  468. | #define HAVE_LIBM 1
  469. | #define STDC_HEADERS 1
  470. | #define TIME_WITH_SYS_TIME 1
  471. | #define HAVE_SYS_TYPES_H 1
  472. | #define HAVE_SYS_STAT_H 1
  473. | #define HAVE_STDLIB_H 1
  474. | #define HAVE_STRING_H 1
  475. | #define HAVE_MEMORY_H 1
  476. | #define HAVE_STRINGS_H 1
  477. | #define HAVE_INTTYPES_H 1
  478. | #define HAVE_STDINT_H 1
  479. | #define HAVE_UNISTD_H 1
  480. | /* end confdefs.h. */
  481. | #include <stdio.h>
  482. | #ifdef HAVE_SYS_TYPES_H
  483. | # include <sys/types.h>
  484. | #endif
  485. | #ifdef HAVE_SYS_STAT_H
  486. | # include <sys/stat.h>
  487. | #endif
  488. | #ifdef STDC_HEADERS
  489. | # include <stdlib.h>
  490. | # include <stddef.h>
  491. | #else
  492. | # ifdef HAVE_STDLIB_H
  493. | # include <stdlib.h>
  494. | # endif
  495. | #endif
  496. | #ifdef HAVE_STRING_H
  497. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  498. | # include <memory.h>
  499. | # endif
  500. | # include <string.h>
  501. | #endif
  502. | #ifdef HAVE_STRINGS_H
  503. | # include <strings.h>
  504. | #endif
  505. | #ifdef HAVE_INTTYPES_H
  506. | # include <inttypes.h>
  507. | #endif
  508. | #ifdef HAVE_STDINT_H
  509. | # include <stdint.h>
  510. | #endif
  511. | #ifdef HAVE_UNISTD_H
  512. | # include <unistd.h>
  513. | #endif
  514. | #include <GeoIPCity.h>
  515. configure:5995: result: no
  516. configure:5999: checking GeoIPCity.h presence
  517. configure:6014: gcc -E conftest.c
  518. conftest.c:24:23: error: GeoIPCity.h: No such file or directory
  519. configure:6020: $? = 1
  520. configure: failed program was:
  521. | /* confdefs.h. */
  522. | #define PACKAGE_NAME "X3"
  523. | #define PACKAGE_TARNAME "x3"
  524. | #define PACKAGE_VERSION "1.6"
  525. | #define PACKAGE_STRING "X3 1.6"
  526. | #define PACKAGE_BUGREPORT "evilnet-devel@lists.sourceforge.net"
  527. | #define PACKAGE "x3"
  528. | #define VERSION "1.6"
  529. | #define RETSIGTYPE void
  530. | #define HAVE_LIBNSL 1
  531. | #define HAVE_LIBM 1
  532. | #define STDC_HEADERS 1
  533. | #define TIME_WITH_SYS_TIME 1
  534. | #define HAVE_SYS_TYPES_H 1
  535. | #define HAVE_SYS_STAT_H 1
  536. | #define HAVE_STDLIB_H 1
  537. | #define HAVE_STRING_H 1
  538. | #define HAVE_MEMORY_H 1
  539. | #define HAVE_STRINGS_H 1
  540. | #define HAVE_INTTYPES_H 1
  541. | #define HAVE_STDINT_H 1
  542. | #define HAVE_UNISTD_H 1
  543. | /* end confdefs.h. */
  544. | #include <GeoIPCity.h>
  545. configure:6034: result: no
  546. configure:6067: checking for GeoIPCity.h
  547. configure:6075: result: no
  548. configure:5958: checking fcntl.h usability
  549. configure:5975: gcc -c -g -O2 -D_GNU_SOURCE conftest.c >&5
  550. configure:5981: $? = 0
  551. configure:5995: result: yes
  552. configure:5999: checking fcntl.h presence
  553. configure:6014: gcc -E conftest.c
  554. configure:6020: $? = 0
  555. configure:6034: result: yes
  556. configure:6067: checking for fcntl.h
  557. configure:6075: result: yes
  558. configure:5958: checking tgmath.h usability
  559. configure:5975: gcc -c -g -O2 -D_GNU_SOURCE conftest.c >&5
  560. configure:5981: $? = 0
  561. configure:5995: result: yes
  562. configure:5999: checking tgmath.h presence
  563. configure:6014: gcc -E conftest.c
  564. configure:6020: $? = 0
  565. configure:6034: result: yes
  566. configure:6067: checking for tgmath.h
  567. configure:6075: result: yes
  568. configure:5958: checking malloc.h usability
  569. configure:5975: gcc -c -g -O2 -D_GNU_SOURCE conftest.c >&5
  570. configure:5981: $? = 0
  571. configure:5995: result: yes
  572. configure:5999: checking malloc.h presence
  573. configure:6014: gcc -E conftest.c
  574. configure:6020: $? = 0
  575. configure:6034: result: yes
  576. configure:6067: checking for malloc.h
  577. configure:6075: result: yes
  578. configure:5958: checking netdb.h usability
  579. configure:5975: gcc -c -g -O2 -D_GNU_SOURCE conftest.c >&5
  580. configure:5981: $? = 0
  581. configure:5995: result: yes
  582. configure:5999: checking netdb.h presence
  583. configure:6014: gcc -E conftest.c
  584. configure:6020: $? = 0
  585. configure:6034: result: yes
  586. configure:6067: checking for netdb.h
  587. configure:6075: result: yes
  588. configure:5958: checking netinet/in.h usability
  589. configure:5975: gcc -c -g -O2 -D_GNU_SOURCE conftest.c >&5
  590. configure:5981: $? = 0
  591. configure:5995: result: yes
  592. configure:5999: checking netinet/in.h presence
  593. configure:6014: gcc -E conftest.c
  594. configure:6020: $? = 0
  595. configure:6034: result: yes
  596. configure:6067: checking for netinet/in.h
  597. configure:6075: result: yes
  598. configure:5958: checking sys/resource.h usability
  599. configure:5975: gcc -c -g -O2 -D_GNU_SOURCE conftest.c >&5
  600. configure:5981: $? = 0
  601. configure:5995: result: yes
  602. configure:5999: checking sys/resource.h presence
  603. configure:6014: gcc -E conftest.c
  604. configure:6020: $? = 0
  605. configure:6034: result: yes
  606. configure:6067: checking for sys/resource.h
  607. configure:6075: result: yes
  608. configure:5958: checking sys/timeb.h usability
  609. configure:5975: gcc -c -g -O2 -D_GNU_SOURCE conftest.c >&5
  610. configure:5981: $? = 0
  611. configure:5995: result: yes
  612. configure:5999: checking sys/timeb.h presence
  613. configure:6014: gcc -E conftest.c
  614. configure:6020: $? = 0
  615. configure:6034: result: yes
  616. configure:6067: checking for sys/timeb.h
  617. configure:6075: result: yes
  618. configure:5958: checking sys/times.h usability
  619. configure:5975: gcc -c -g -O2 -D_GNU_SOURCE conftest.c >&5
  620. configure:5981: $? = 0
  621. configure:5995: result: yes
  622. configure:5999: checking sys/times.h presence
  623. configure:6014: gcc -E conftest.c
  624. configure:6020: $? = 0
  625. configure:6034: result: yes
  626. configure:6067: checking for sys/times.h
  627. configure:6075: result: yes
  628. configure:5958: checking sys/param.h usability
  629. configure:5975: gcc -c -g -O2 -D_GNU_SOURCE conftest.c >&5
  630. configure:5981: $? = 0
  631. configure:5995: result: yes
  632. configure:5999: checking sys/param.h presence
  633. configure:6014: gcc -E conftest.c
  634. configure:6020: $? = 0
  635. configure:6034: result: yes
  636. configure:6067: checking for sys/param.h
  637. configure:6075: result: yes
  638. configure:5958: checking sys/socket.h usability
  639. configure:5975: gcc -c -g -O2 -D_GNU_SOURCE conftest.c >&5
  640. configure:5981: $? = 0
  641. configure:5995: result: yes
  642. configure:5999: checking sys/socket.h presence
  643. configure:6014: gcc -E conftest.c
  644. configure:6020: $? = 0
  645. configure:6034: result: yes
  646. configure:6067: checking for sys/socket.h
  647. configure:6075: result: yes
  648. configure:5958: checking sys/time.h usability
  649. configure:5975: gcc -c -g -O2 -D_GNU_SOURCE conftest.c >&5
  650. configure:5981: $? = 0
  651. configure:5995: result: yes
  652. configure:5999: checking sys/time.h presence
  653. configure:6014: gcc -E conftest.c
  654. configure:6020: $? = 0
  655. configure:6034: result: yes
  656. configure:6067: checking for sys/time.h
  657. configure:6075: result: yes
  658. configure:5948: checking for sys/types.h
  659. configure:5954: result: yes
  660. configure:5958: checking sys/wait.h usability
  661. configure:5975: gcc -c -g -O2 -D_GNU_SOURCE conftest.c >&5
  662. configure:5981: $? = 0
  663. configure:5995: result: yes
  664. configure:5999: checking sys/wait.h presence
  665. configure:6014: gcc -E conftest.c
  666. configure:6020: $? = 0
  667. configure:6034: result: yes
  668. configure:6067: checking for sys/wait.h
  669. configure:6075: result: yes
  670. configure:5948: checking for unistd.h
  671. configure:5954: result: yes
  672. configure:5958: checking getopt.h usability
  673. configure:5975: gcc -c -g -O2 -D_GNU_SOURCE conftest.c >&5
  674. configure:5981: $? = 0
  675. configure:5995: result: yes
  676. configure:5999: checking getopt.h presence
  677. configure:6014: gcc -E conftest.c
  678. configure:6020: $? = 0
  679. configure:6034: result: yes
  680. configure:6067: checking for getopt.h
  681. configure:6075: result: yes
  682. configure:5948: checking for memory.h
  683. configure:5954: result: yes
  684. configure:5958: checking arpa/inet.h usability
  685. configure:5975: gcc -c -g -O2 -D_GNU_SOURCE conftest.c >&5
  686. configure:5981: $? = 0
  687. configure:5995: result: yes
  688. configure:5999: checking arpa/inet.h presence
  689. configure:6014: gcc -E conftest.c
  690. configure:6020: $? = 0
  691. configure:6034: result: yes
  692. configure:6067: checking for arpa/inet.h
  693. configure:6075: result: yes
  694. configure:5958: checking sys/mman.h usability
  695. configure:5975: gcc -c -g -O2 -D_GNU_SOURCE conftest.c >&5
  696. configure:5981: $? = 0
  697. configure:5995: result: yes
  698. configure:5999: checking sys/mman.h presence
  699. configure:6014: gcc -E conftest.c
  700. configure:6020: $? = 0
  701. configure:6034: result: yes
  702. configure:6067: checking for sys/mman.h
  703. configure:6075: result: yes
  704. configure:5948: checking for sys/stat.h
  705. configure:5954: result: yes
  706. configure:5958: checking dirent.h usability
  707. configure:5975: gcc -c -g -O2 -D_GNU_SOURCE conftest.c >&5
  708. configure:5981: $? = 0
  709. configure:5995: result: yes
  710. configure:5999: checking dirent.h presence
  711. configure:6014: gcc -E conftest.c
  712. configure:6020: $? = 0
  713. configure:6034: result: yes
  714. configure:6067: checking for dirent.h
  715. configure:6075: result: yes
  716. configure:6089: checking for struct sockaddr.sa_len
  717. configure:6119: gcc -c -g -O2 -D_GNU_SOURCE conftest.c >&5
  718. conftest.c: In function 'main':
  719. conftest.c:51: error: 'struct sockaddr' has no member named 'sa_len'
  720. configure:6125: $? = 1
  721. configure: failed program was:
  722. | /* confdefs.h. */
  723. | #define PACKAGE_NAME "X3"
  724. | #define PACKAGE_TARNAME "x3"
  725. | #define PACKAGE_VERSION "1.6"
  726. | #define PACKAGE_STRING "X3 1.6"
  727. | #define PACKAGE_BUGREPORT "evilnet-devel@lists.sourceforge.net"
  728. | #define PACKAGE "x3"
  729. | #define VERSION "1.6"
  730. | #define RETSIGTYPE void
  731. | #define HAVE_LIBNSL 1
  732. | #define HAVE_LIBM 1
  733. | #define STDC_HEADERS 1
  734. | #define TIME_WITH_SYS_TIME 1
  735. | #define HAVE_SYS_TYPES_H 1
  736. | #define HAVE_SYS_STAT_H 1
  737. | #define HAVE_STDLIB_H 1
  738. | #define HAVE_STRING_H 1
  739. | #define HAVE_MEMORY_H 1
  740. | #define HAVE_STRINGS_H 1
  741. | #define HAVE_INTTYPES_H 1
  742. | #define HAVE_STDINT_H 1
  743. | #define HAVE_UNISTD_H 1
  744. | #define HAVE_FCNTL_H 1
  745. | #define HAVE_TGMATH_H 1
  746. | #define HAVE_MALLOC_H 1
  747. | #define HAVE_NETDB_H 1
  748. | #define HAVE_NETINET_IN_H 1
  749. | #define HAVE_SYS_RESOURCE_H 1
  750. | #define HAVE_SYS_TIMEB_H 1
  751. | #define HAVE_SYS_TIMES_H 1
  752. | #define HAVE_SYS_PARAM_H 1
  753. | #define HAVE_SYS_SOCKET_H 1
  754. | #define HAVE_SYS_TIME_H 1
  755. | #define HAVE_SYS_TYPES_H 1
  756. | #define HAVE_SYS_WAIT_H 1
  757. | #define HAVE_UNISTD_H 1
  758. | #define HAVE_GETOPT_H 1
  759. | #define HAVE_MEMORY_H 1
  760. | #define HAVE_ARPA_INET_H 1
  761. | #define HAVE_SYS_MMAN_H 1
  762. | #define HAVE_SYS_STAT_H 1
  763. | #define HAVE_DIRENT_H 1
  764. | /* end confdefs.h. */
  765. | #include <sys/types.h>
  766. | #include <sys/socket.h>
  767. |
  768. | int
  769. | main ()
  770. | {
  771. | static struct sockaddr ac_aggr;
  772. | if (ac_aggr.sa_len)
  773. | return 0;
  774. | ;
  775. | return 0;
  776. | }
  777. configure:6160: gcc -c -g -O2 -D_GNU_SOURCE conftest.c >&5
  778. conftest.c: In function 'main':
  779. conftest.c:51: error: 'struct sockaddr' has no member named 'sa_len'
  780. configure:6166: $? = 1
  781. configure: failed program was:
  782. | /* confdefs.h. */
  783. | #define PACKAGE_NAME "X3"
  784. | #define PACKAGE_TARNAME "x3"
  785. | #define PACKAGE_VERSION "1.6"
  786. | #define PACKAGE_STRING "X3 1.6"
  787. | #define PACKAGE_BUGREPORT "evilnet-devel@lists.sourceforge.net"
  788. | #define PACKAGE "x3"
  789. | #define VERSION "1.6"
  790. | #define RETSIGTYPE void
  791. | #define HAVE_LIBNSL 1
  792. | #define HAVE_LIBM 1
  793. | #define STDC_HEADERS 1
  794. | #define TIME_WITH_SYS_TIME 1
  795. | #define HAVE_SYS_TYPES_H 1
  796. | #define HAVE_SYS_STAT_H 1
  797. | #define HAVE_STDLIB_H 1
  798. | #define HAVE_STRING_H 1
  799. | #define HAVE_MEMORY_H 1
  800. | #define HAVE_STRINGS_H 1
  801. | #define HAVE_INTTYPES_H 1
  802. | #define HAVE_STDINT_H 1
  803. | #define HAVE_UNISTD_H 1
  804. | #define HAVE_FCNTL_H 1
  805. | #define HAVE_TGMATH_H 1
  806. | #define HAVE_MALLOC_H 1
  807. | #define HAVE_NETDB_H 1
  808. | #define HAVE_NETINET_IN_H 1
  809. | #define HAVE_SYS_RESOURCE_H 1
  810. | #define HAVE_SYS_TIMEB_H 1
  811. | #define HAVE_SYS_TIMES_H 1
  812. | #define HAVE_SYS_PARAM_H 1
  813. | #define HAVE_SYS_SOCKET_H 1
  814. | #define HAVE_SYS_TIME_H 1
  815. | #define HAVE_SYS_TYPES_H 1
  816. | #define HAVE_SYS_WAIT_H 1
  817. | #define HAVE_UNISTD_H 1
  818. | #define HAVE_GETOPT_H 1
  819. | #define HAVE_MEMORY_H 1
  820. | #define HAVE_ARPA_INET_H 1
  821. | #define HAVE_SYS_MMAN_H 1
  822. | #define HAVE_SYS_STAT_H 1
  823. | #define HAVE_DIRENT_H 1
  824. | /* end confdefs.h. */
  825. | #include <sys/types.h>
  826. | #include <sys/socket.h>
  827. |
  828. | int
  829. | main ()
  830. | {
  831. | static struct sockaddr ac_aggr;
  832. | if (sizeof ac_aggr.sa_len)
  833. | return 0;
  834. | ;
  835. | return 0;
  836. | }
  837. configure:6184: result: no
  838. configure:6194: checking for struct addrinfo.ai_flags
  839. configure:6225: gcc -c -g -O2 -D_GNU_SOURCE conftest.c >&5
  840. configure:6231: $? = 0
  841. configure:6291: result: yes
  842. configure:6306: checking for gettimeofday
  843. configure:6362: gcc -o conftest -g -O2 -D_GNU_SOURCE conftest.c -lm -lnsl >&5
  844. configure:6368: $? = 0
  845. configure:6386: result: yes
  846. configure:6514: checking for freeaddrinfo
  847. configure:6570: gcc -o conftest -g -O2 -D_GNU_SOURCE conftest.c -lm -lnsl >&5
  848. configure:6576: $? = 0
  849. configure:6594: result: yes
  850. configure:6514: checking for getaddrinfo
  851. configure:6570: gcc -o conftest -g -O2 -D_GNU_SOURCE conftest.c -lm -lnsl >&5
  852. configure:6576: $? = 0
  853. configure:6594: result: yes
  854. configure:6514: checking for getnameinfo
  855. configure:6570: gcc -o conftest -g -O2 -D_GNU_SOURCE conftest.c -lm -lnsl >&5
  856. configure:6576: $? = 0
  857. configure:6594: result: yes
  858. configure:6514: checking for getpagesize
  859. configure:6570: gcc -o conftest -g -O2 -D_GNU_SOURCE conftest.c -lm -lnsl >&5
  860. configure:6576: $? = 0
  861. configure:6594: result: yes
  862. configure:6514: checking for memcpy
  863. configure:6570: gcc -o conftest -g -O2 -D_GNU_SOURCE conftest.c -lm -lnsl >&5
  864. conftest.c:73: warning: conflicting types for built-in function 'memcpy'
  865. configure:6576: $? = 0
  866. configure:6594: result: yes
  867. configure:6514: checking for memset
  868. configure:6570: gcc -o conftest -g -O2 -D_GNU_SOURCE conftest.c -lm -lnsl >&5
  869. conftest.c:74: warning: conflicting types for built-in function 'memset'
  870. configure:6576: $? = 0
  871. configure:6594: result: yes
  872. configure:6514: checking for strdup
  873. configure:6570: gcc -o conftest -g -O2 -D_GNU_SOURCE conftest.c -lm -lnsl >&5
  874. conftest.c:75: warning: conflicting types for built-in function 'strdup'
  875. configure:6576: $? = 0
  876. configure:6594: result: yes
  877. configure:6514: checking for strerror
  878. configure:6570: gcc -o conftest -g -O2 -D_GNU_SOURCE conftest.c -lm -lnsl >&5
  879. configure:6576: $? = 0
  880. configure:6594: result: yes
  881. configure:6514: checking for strsignal
  882. configure:6570: gcc -o conftest -g -O2 -D_GNU_SOURCE conftest.c -lm -lnsl >&5
  883. configure:6576: $? = 0
  884. configure:6594: result: yes
  885. configure:6514: checking for localtime_r
  886. configure:6570: gcc -o conftest -g -O2 -D_GNU_SOURCE conftest.c -lm -lnsl >&5
  887. configure:6576: $? = 0
  888. configure:6594: result: yes
  889. configure:6514: checking for setrlimit
  890. configure:6570: gcc -o conftest -g -O2 -D_GNU_SOURCE conftest.c -lm -lnsl >&5
  891. configure:6576: $? = 0
  892. configure:6594: result: yes
  893. configure:6514: checking for getopt
  894. configure:6570: gcc -o conftest -g -O2 -D_GNU_SOURCE conftest.c -lm -lnsl >&5
  895. configure:6576: $? = 0
  896. configure:6594: result: yes
  897. configure:6514: checking for getopt_long
  898. configure:6570: gcc -o conftest -g -O2 -D_GNU_SOURCE conftest.c -lm -lnsl >&5
  899. configure:6576: $? = 0
  900. configure:6594: result: yes
  901. configure:6514: checking for sysconf
  902. configure:6570: gcc -o conftest -g -O2 -D_GNU_SOURCE conftest.c -lm -lnsl >&5
  903. configure:6576: $? = 0
  904. configure:6594: result: yes
  905. configure:6614: checking for select
  906. configure:6670: gcc -o conftest -g -O2 -D_GNU_SOURCE conftest.c -lm -lnsl >&5
  907. configure:6676: $? = 0
  908. configure:6694: result: yes
  909. configure:6614: checking for socket
  910. configure:6670: gcc -o conftest -g -O2 -D_GNU_SOURCE conftest.c -lm -lnsl >&5
  911. configure:6676: $? = 0
  912. configure:6694: result: yes
  913. configure:6614: checking for strcspn
  914. configure:6670: gcc -o conftest -g -O2 -D_GNU_SOURCE conftest.c -lm -lnsl >&5
  915. conftest.c:85: warning: conflicting types for built-in function 'strcspn'
  916. configure:6676: $? = 0
  917. configure:6694: result: yes
  918. configure:6614: checking for strspn
  919. configure:6670: gcc -o conftest -g -O2 -D_GNU_SOURCE conftest.c -lm -lnsl >&5
  920. conftest.c:86: warning: conflicting types for built-in function 'strspn'
  921. configure:6676: $? = 0
  922. configure:6694: result: yes
  923. configure:6614: checking for strtod
  924. configure:6670: gcc -o conftest -g -O2 -D_GNU_SOURCE conftest.c -lm -lnsl >&5
  925. configure:6676: $? = 0
  926. configure:6694: result: yes
  927. configure:6614: checking for strtoul
  928. configure:6670: gcc -o conftest -g -O2 -D_GNU_SOURCE conftest.c -lm -lnsl >&5
  929. configure:6676: $? = 0
  930. configure:6694: result: yes
  931. configure:6711: checking for working alloca.h
  932. configure:6738: gcc -o conftest -g -O2 -D_GNU_SOURCE conftest.c -lm -lnsl >&5
  933. configure:6744: $? = 0
  934. configure:6761: result: yes
  935. configure:6771: checking for alloca
  936. configure:6818: gcc -o conftest -g -O2 -D_GNU_SOURCE conftest.c -lm -lnsl >&5
  937. configure:6824: $? = 0
  938. configure:6841: result: yes
  939. configure:7074: checking for stdlib.h
  940. configure:7080: result: yes
  941. configure:7074: checking for unistd.h
  942. configure:7080: result: yes
  943. configure:7218: checking for getpagesize
  944. configure:7298: result: yes
  945. configure:7308: checking for working mmap
  946. configure:7455: gcc -o conftest -g -O2 -D_GNU_SOURCE conftest.c -lm -lnsl >&5
  947. configure:7458: $? = 0
  948. configure:7464: ./conftest
  949. configure:7467: $? = 0
  950. configure:7483: result: yes
  951. configure:7495: checking for sin_len
  952. configure:7522: gcc -c -g -O2 -D_GNU_SOURCE conftest.c >&5
  953. conftest.c: In function 'main':
  954. conftest.c:77: error: 'struct sockaddr_in' has no member named 'sin_len'
  955. configure:7528: $? = 1
  956. configure: failed program was:
  957. | /* confdefs.h. */
  958. | #define PACKAGE_NAME "X3"
  959. | #define PACKAGE_TARNAME "x3"
  960. | #define PACKAGE_VERSION "1.6"
  961. | #define PACKAGE_STRING "X3 1.6"
  962. | #define PACKAGE_BUGREPORT "evilnet-devel@lists.sourceforge.net"
  963. | #define PACKAGE "x3"
  964. | #define VERSION "1.6"
  965. | #define RETSIGTYPE void
  966. | #define HAVE_LIBNSL 1
  967. | #define HAVE_LIBM 1
  968. | #define STDC_HEADERS 1
  969. | #define TIME_WITH_SYS_TIME 1
  970. | #define HAVE_SYS_TYPES_H 1
  971. | #define HAVE_SYS_STAT_H 1
  972. | #define HAVE_STDLIB_H 1
  973. | #define HAVE_STRING_H 1
  974. | #define HAVE_MEMORY_H 1
  975. | #define HAVE_STRINGS_H 1
  976. | #define HAVE_INTTYPES_H 1
  977. | #define HAVE_STDINT_H 1
  978. | #define HAVE_UNISTD_H 1
  979. | #define HAVE_FCNTL_H 1
  980. | #define HAVE_TGMATH_H 1
  981. | #define HAVE_MALLOC_H 1
  982. | #define HAVE_NETDB_H 1
  983. | #define HAVE_NETINET_IN_H 1
  984. | #define HAVE_SYS_RESOURCE_H 1
  985. | #define HAVE_SYS_TIMEB_H 1
  986. | #define HAVE_SYS_TIMES_H 1
  987. | #define HAVE_SYS_PARAM_H 1
  988. | #define HAVE_SYS_SOCKET_H 1
  989. | #define HAVE_SYS_TIME_H 1
  990. | #define HAVE_SYS_TYPES_H 1
  991. | #define HAVE_SYS_WAIT_H 1
  992. | #define HAVE_UNISTD_H 1
  993. | #define HAVE_GETOPT_H 1
  994. | #define HAVE_MEMORY_H 1
  995. | #define HAVE_ARPA_INET_H 1
  996. | #define HAVE_SYS_MMAN_H 1
  997. | #define HAVE_SYS_STAT_H 1
  998. | #define HAVE_DIRENT_H 1
  999. | #define HAVE_STRUCT_ADDRINFO
  1000. | #define HAVE_GETTIMEOFDAY 1
  1001. | #define HAVE_FREEADDRINFO 1
  1002. | #define HAVE_GETADDRINFO 1
  1003. | #define HAVE_GETNAMEINFO 1
  1004. | #define HAVE_GETPAGESIZE 1
  1005. | #define HAVE_MEMCPY 1
  1006. | #define HAVE_MEMSET 1
  1007. | #define HAVE_STRDUP 1
  1008. | #define HAVE_STRERROR 1
  1009. | #define HAVE_STRSIGNAL 1
  1010. | #define HAVE_LOCALTIME_R 1
  1011. | #define HAVE_SETRLIMIT 1
  1012. | #define HAVE_GETOPT 1
  1013. | #define HAVE_GETOPT_LONG 1
  1014. | #define HAVE_SYSCONF 1
  1015. | #define HAVE_SELECT 1
  1016. | #define HAVE_SOCKET 1
  1017. | #define HAVE_STRCSPN 1
  1018. | #define HAVE_STRSPN 1
  1019. | #define HAVE_STRTOD 1
  1020. | #define HAVE_STRTOUL 1
  1021. | #define HAVE_ALLOCA_H 1
  1022. | #define HAVE_ALLOCA 1
  1023. | #define HAVE_STDLIB_H 1
  1024. | #define HAVE_UNISTD_H 1
  1025. | #define HAVE_GETPAGESIZE 1
  1026. | #define HAVE_MMAP 1
  1027. | /* end confdefs.h. */
  1028. | #include <sys/types.h>
  1029. | #include <netinet/in.h>
  1030. | int
  1031. | main ()
  1032. | {
  1033. | struct sockaddr_in *sin; sin->sin_len = 0;
  1034. | ;
  1035. | return 0;
  1036. | }
  1037. configure:7543: result: no
  1038. configure:7553: checking for socklen_t
  1039. configure:7585: gcc -c -g -O2 -D_GNU_SOURCE conftest.c >&5
  1040. configure:7591: $? = 0
  1041. configure:7606: result: yes
  1042. configure:7684: checking for time_t format
  1043. configure:7705: gcc -c -g -O2 -D_GNU_SOURCE -W -Wall -Werror conftest.c >&5
  1044. configure:7711: $? = 0
  1045. configure:7776: result: "%li"
  1046. configure:7779: checking for va_copy
  1047. configure:7805: gcc -o conftest -g -O2 -D_GNU_SOURCE -W -Wall -Werror conftest.c -lm -lnsl >&5
  1048. cc1: warnings being treated as errors
  1049. conftest.c: In function 'main':
  1050. conftest.c:77: warning: 'ap2' is used uninitialized in this function
  1051. configure:7811: $? = 1
  1052. configure: failed program was:
  1053. | /* confdefs.h. */
  1054. | #define PACKAGE_NAME "X3"
  1055. | #define PACKAGE_TARNAME "x3"
  1056. | #define PACKAGE_VERSION "1.6"
  1057. | #define PACKAGE_STRING "X3 1.6"
  1058. | #define PACKAGE_BUGREPORT "evilnet-devel@lists.sourceforge.net"
  1059. | #define PACKAGE "x3"
  1060. | #define VERSION "1.6"
  1061. | #define RETSIGTYPE void
  1062. | #define HAVE_LIBNSL 1
  1063. | #define HAVE_LIBM 1
  1064. | #define STDC_HEADERS 1
  1065. | #define TIME_WITH_SYS_TIME 1
  1066. | #define HAVE_SYS_TYPES_H 1
  1067. | #define HAVE_SYS_STAT_H 1
  1068. | #define HAVE_STDLIB_H 1
  1069. | #define HAVE_STRING_H 1
  1070. | #define HAVE_MEMORY_H 1
  1071. | #define HAVE_STRINGS_H 1
  1072. | #define HAVE_INTTYPES_H 1
  1073. | #define HAVE_STDINT_H 1
  1074. | #define HAVE_UNISTD_H 1
  1075. | #define HAVE_FCNTL_H 1
  1076. | #define HAVE_TGMATH_H 1
  1077. | #define HAVE_MALLOC_H 1
  1078. | #define HAVE_NETDB_H 1
  1079. | #define HAVE_NETINET_IN_H 1
  1080. | #define HAVE_SYS_RESOURCE_H 1
  1081. | #define HAVE_SYS_TIMEB_H 1
  1082. | #define HAVE_SYS_TIMES_H 1
  1083. | #define HAVE_SYS_PARAM_H 1
  1084. | #define HAVE_SYS_SOCKET_H 1
  1085. | #define HAVE_SYS_TIME_H 1
  1086. | #define HAVE_SYS_TYPES_H 1
  1087. | #define HAVE_SYS_WAIT_H 1
  1088. | #define HAVE_UNISTD_H 1
  1089. | #define HAVE_GETOPT_H 1
  1090. | #define HAVE_MEMORY_H 1
  1091. | #define HAVE_ARPA_INET_H 1
  1092. | #define HAVE_SYS_MMAN_H 1
  1093. | #define HAVE_SYS_STAT_H 1
  1094. | #define HAVE_DIRENT_H 1
  1095. | #define HAVE_STRUCT_ADDRINFO
  1096. | #define HAVE_GETTIMEOFDAY 1
  1097. | #define HAVE_FREEADDRINFO 1
  1098. | #define HAVE_GETADDRINFO 1
  1099. | #define HAVE_GETNAMEINFO 1
  1100. | #define HAVE_GETPAGESIZE 1
  1101. | #define HAVE_MEMCPY 1
  1102. | #define HAVE_MEMSET 1
  1103. | #define HAVE_STRDUP 1
  1104. | #define HAVE_STRERROR 1
  1105. | #define HAVE_STRSIGNAL 1
  1106. | #define HAVE_LOCALTIME_R 1
  1107. | #define HAVE_SETRLIMIT 1
  1108. | #define HAVE_GETOPT 1
  1109. | #define HAVE_GETOPT_LONG 1
  1110. | #define HAVE_SYSCONF 1
  1111. | #define HAVE_SELECT 1
  1112. | #define HAVE_SOCKET 1
  1113. | #define HAVE_STRCSPN 1
  1114. | #define HAVE_STRSPN 1
  1115. | #define HAVE_STRTOD 1
  1116. | #define HAVE_STRTOUL 1
  1117. | #define HAVE_ALLOCA_H 1
  1118. | #define HAVE_ALLOCA 1
  1119. | #define HAVE_STDLIB_H 1
  1120. | #define HAVE_UNISTD_H 1
  1121. | #define HAVE_GETPAGESIZE 1
  1122. | #define HAVE_MMAP 1
  1123. | #define FMT_TIME_T "%li"
  1124. | /* end confdefs.h. */
  1125. | #include <stdarg.h>
  1126. | int
  1127. | main ()
  1128. | {
  1129. | va_list ap1, ap2; va_copy(ap1, ap2);
  1130. | ;
  1131. | return 0;
  1132. | }
  1133. configure:7829: result: no
  1134. configure:7839: checking for __va_copy
  1135. configure:7865: gcc -o conftest -g -O2 -D_GNU_SOURCE -W -Wall -Werror conftest.c -lm -lnsl >&5
  1136. cc1: warnings being treated as errors
  1137. conftest.c: In function 'main':
  1138. conftest.c:77: warning: 'ap2' is used uninitialized in this function
  1139. configure:7871: $? = 1
  1140. configure: failed program was:
  1141. | /* confdefs.h. */
  1142. | #define PACKAGE_NAME "X3"
  1143. | #define PACKAGE_TARNAME "x3"
  1144. | #define PACKAGE_VERSION "1.6"
  1145. | #define PACKAGE_STRING "X3 1.6"
  1146. | #define PACKAGE_BUGREPORT "evilnet-devel@lists.sourceforge.net"
  1147. | #define PACKAGE "x3"
  1148. | #define VERSION "1.6"
  1149. | #define RETSIGTYPE void
  1150. | #define HAVE_LIBNSL 1
  1151. | #define HAVE_LIBM 1
  1152. | #define STDC_HEADERS 1
  1153. | #define TIME_WITH_SYS_TIME 1
  1154. | #define HAVE_SYS_TYPES_H 1
  1155. | #define HAVE_SYS_STAT_H 1
  1156. | #define HAVE_STDLIB_H 1
  1157. | #define HAVE_STRING_H 1
  1158. | #define HAVE_MEMORY_H 1
  1159. | #define HAVE_STRINGS_H 1
  1160. | #define HAVE_INTTYPES_H 1
  1161. | #define HAVE_STDINT_H 1
  1162. | #define HAVE_UNISTD_H 1
  1163. | #define HAVE_FCNTL_H 1
  1164. | #define HAVE_TGMATH_H 1
  1165. | #define HAVE_MALLOC_H 1
  1166. | #define HAVE_NETDB_H 1
  1167. | #define HAVE_NETINET_IN_H 1
  1168. | #define HAVE_SYS_RESOURCE_H 1
  1169. | #define HAVE_SYS_TIMEB_H 1
  1170. | #define HAVE_SYS_TIMES_H 1
  1171. | #define HAVE_SYS_PARAM_H 1
  1172. | #define HAVE_SYS_SOCKET_H 1
  1173. | #define HAVE_SYS_TIME_H 1
  1174. | #define HAVE_SYS_TYPES_H 1
  1175. | #define HAVE_SYS_WAIT_H 1
  1176. | #define HAVE_UNISTD_H 1
  1177. | #define HAVE_GETOPT_H 1
  1178. | #define HAVE_MEMORY_H 1
  1179. | #define HAVE_ARPA_INET_H 1
  1180. | #define HAVE_SYS_MMAN_H 1
  1181. | #define HAVE_SYS_STAT_H 1
  1182. | #define HAVE_DIRENT_H 1
  1183. | #define HAVE_STRUCT_ADDRINFO
  1184. | #define HAVE_GETTIMEOFDAY 1
  1185. | #define HAVE_FREEADDRINFO 1
  1186. | #define HAVE_GETADDRINFO 1
  1187. | #define HAVE_GETNAMEINFO 1
  1188. | #define HAVE_GETPAGESIZE 1
  1189. | #define HAVE_MEMCPY 1
  1190. | #define HAVE_MEMSET 1
  1191. | #define HAVE_STRDUP 1
  1192. | #define HAVE_STRERROR 1
  1193. | #define HAVE_STRSIGNAL 1
  1194. | #define HAVE_LOCALTIME_R 1
  1195. | #define HAVE_SETRLIMIT 1
  1196. | #define HAVE_GETOPT 1
  1197. | #define HAVE_GETOPT_LONG 1
  1198. | #define HAVE_SYSCONF 1
  1199. | #define HAVE_SELECT 1
  1200. | #define HAVE_SOCKET 1
  1201. | #define HAVE_STRCSPN 1
  1202. | #define HAVE_STRSPN 1
  1203. | #define HAVE_STRTOD 1
  1204. | #define HAVE_STRTOUL 1
  1205. | #define HAVE_ALLOCA_H 1
  1206. | #define HAVE_ALLOCA 1
  1207. | #define HAVE_STDLIB_H 1
  1208. | #define HAVE_UNISTD_H 1
  1209. | #define HAVE_GETPAGESIZE 1
  1210. | #define HAVE_MMAP 1
  1211. | #define FMT_TIME_T "%li"
  1212. | /* end confdefs.h. */
  1213. | #include <stdarg.h>
  1214. | int
  1215. | main ()
  1216. | {
  1217. | va_list ap1, ap2; __va_copy(ap1, ap2);
  1218. | ;
  1219. | return 0;
  1220. | }
  1221. configure:7889: result: no
  1222. configure:7901: checking which malloc to use
  1223. configure:7912: result: system
  1224. configure:8791: checking which protocol to use
  1225. configure:8802: result: P10
  1226. configure:8831: checking whether to enable tokenization
  1227. configure:8849: result: yes
  1228. configure:8853: checking whether to enable debug behaviors
  1229. configure:8866: result: no
  1230. configure:8882: checking for extra module files
  1231. configure:8918: result: helpserv memoserv snoop
  1232. configure:8958: result: Looking for tre in system and home dirs (/home/Pegasus)...
  1233. configure:8973: checking tre/regex.h usability
  1234. configure:8990: gcc -c -g -O2 -D_GNU_SOURCE -W -Wall -DNDEBUG -I/home/Pegasus/include -L/home/Pegasus/lib conftest.c >&5
  1235. configure:8996: $? = 0
  1236. configure:9010: result: yes
  1237. configure:9014: checking tre/regex.h presence
  1238. configure:9029: gcc -E -DNDEBUG -I/home/Pegasus/include -L/home/Pegasus/lib conftest.c
  1239. configure:9035: $? = 0
  1240. configure:9049: result: yes
  1241. configure:9082: checking for tre/regex.h
  1242. configure:9089: result: yes
  1243. configure:9103: checking for regexec in -ltre
  1244. configure:9138: gcc -o conftest -g -O2 -D_GNU_SOURCE -W -Wall -DNDEBUG -I/home/Pegasus/include -L/home/Pegasus/lib conftest.c -ltre -lm -lnsl -L/home/Pegasus/lib >&5
  1245. configure:9144: $? = 0
  1246. configure:9162: result: yes
  1247. configure:9192: result: Looking for coredumper in system and home dirs (/home/Pegasus)...
  1248. configure:9207: checking google/coredumper.h usability
  1249. configure:9224: gcc -c -g -O2 -D_GNU_SOURCE -W -Wall -DNDEBUG -I/home/Pegasus/include -L/home/Pegasus/lib -I/home/Pegasus/include -L/home/Pegasus/lib conftest.c >&5
  1250. configure:9230: $? = 0
  1251. configure:9244: result: yes
  1252. configure:9248: checking google/coredumper.h presence
  1253. configure:9263: gcc -E -DNDEBUG -I/home/Pegasus/include -L/home/Pegasus/lib -I/home/Pegasus/include -L/home/Pegasus/lib conftest.c
  1254. configure:9269: $? = 0
  1255. configure:9283: result: yes
  1256. configure:9316: checking for google/coredumper.h
  1257. configure:9323: result: yes
  1258. configure:9336: checking for WriteCoreDump in -lcoredumper
  1259. configure:9371: gcc -o conftest -g -O2 -D_GNU_SOURCE -W -Wall -DNDEBUG -I/home/Pegasus/include -L/home/Pegasus/lib -I/home/Pegasus/include -L/home/Pegasus/lib conftest.c -lcoredumper -ltre -lm -lnsl -L/home/Pegasus/lib -Wl,--rpath -Wl,/home/Pegasus/lib >&5
  1260. configure:9377: $? = 0
  1261. configure:9395: result: yes
  1262. configure:9423: result: Looking for openssl in system
  1263. configure:9427: checking for BIO_new in -lssl
  1264. configure:9462: gcc -o conftest -g -O2 -D_GNU_SOURCE -W -Wall -DNDEBUG -I/home/Pegasus/include -L/home/Pegasus/lib -I/home/Pegasus/include -L/home/Pegasus/lib conftest.c -lssl -lcoredumper -ltre -lm -lnsl -L/home/Pegasus/lib -Wl,--rpath -Wl,/home/Pegasus/lib >&5
  1265. configure:9468: $? = 0
  1266. configure:9486: result: yes
  1267. configure:9506: checking openssl/bio.h usability
  1268. configure:9523: gcc -c -g -O2 -D_GNU_SOURCE -W -Wall -DNDEBUG -I/home/Pegasus/include -L/home/Pegasus/lib -I/home/Pegasus/include -L/home/Pegasus/lib conftest.c >&5
  1269. configure:9529: $? = 0
  1270. configure:9543: result: yes
  1271. configure:9547: checking openssl/bio.h presence
  1272. configure:9562: gcc -E -DNDEBUG -I/home/Pegasus/include -L/home/Pegasus/lib -I/home/Pegasus/include -L/home/Pegasus/lib conftest.c
  1273. configure:9568: $? = 0
  1274. configure:9582: result: yes
  1275. configure:9615: checking for openssl/bio.h
  1276. configure:9623: result: yes
  1277. configure:9663: result: -lssl -lcoredumper -ltre -lm -lnsl -L/home/Pegasus/lib -Wl,--rpath -Wl,/home/Pegasus/lib
  1278. configure:9680: result: Looking for ldap in system
  1279. configure:9684: checking for ldap_simple_bind_s in -lldap
  1280. configure:9719: gcc -o conftest -g -O2 -D_GNU_SOURCE -W -Wall -DNDEBUG -I/home/Pegasus/include -L/home/Pegasus/lib -I/home/Pegasus/include -L/home/Pegasus/lib conftest.c -lldap -lssl -lcoredumper -ltre -lm -lnsl -L/home/Pegasus/lib -Wl,--rpath -Wl,/home/Pegasus/lib >&5
  1281. configure:9725: $? = 0
  1282. configure:9743: result: yes
  1283. configure:9763: checking ldap.h usability
  1284. configure:9780: gcc -c -g -O2 -D_GNU_SOURCE -W -Wall -DNDEBUG -I/home/Pegasus/include -L/home/Pegasus/lib -I/home/Pegasus/include -L/home/Pegasus/lib conftest.c >&5
  1285. configure:9786: $? = 0
  1286. configure:9800: result: yes
  1287. configure:9804: checking ldap.h presence
  1288. configure:9819: gcc -E -DNDEBUG -I/home/Pegasus/include -L/home/Pegasus/lib -I/home/Pegasus/include -L/home/Pegasus/lib conftest.c
  1289. configure:9825: $? = 0
  1290. configure:9839: result: yes
  1291. configure:9872: checking for ldap.h
  1292. configure:9880: result: yes
  1293. configure:9920: result: -lldap -lssl -lcoredumper -ltre -lm -lnsl -L/home/Pegasus/lib -Wl,--rpath -Wl,/home/Pegasus/lib
  1294. configure:10063: creating ./config.status
  1295.  
  1296. ## ---------------------- ##
  1297. ## Running config.status. ##
  1298. ## ---------------------- ##
  1299.  
  1300. This file was extended by X3 config.status 1.6, which was
  1301. generated by GNU Autoconf 2.61. Invocation command line was
  1302.  
  1303. CONFIG_FILES =
  1304. CONFIG_HEADERS =
  1305. CONFIG_LINKS =
  1306. CONFIG_COMMANDS =
  1307. $ ./config.status
  1308.  
  1309. on ServP3a.ftwb-networks.net
  1310.  
  1311. config.status:662: creating Makefile
  1312. config.status:662: creating rx/Makefile
  1313. config.status:662: creating src/Makefile
  1314. config.status:662: creating src/config.h
  1315. config.status:954: src/config.h is unchanged
  1316. config.status:1000: executing depfiles commands
  1317.  
  1318. ## ---------------- ##
  1319. ## Cache variables. ##
  1320. ## ---------------- ##
  1321.  
  1322. ac_cv_build=i686-pc-linux-gnu
  1323. ac_cv_c___va_copy=no
  1324. ac_cv_c_compiler_gnu=yes
  1325. ac_cv_c_const=yes
  1326. ac_cv_c_inline=inline
  1327. ac_cv_c_va_copy=no
  1328. ac_cv_env_CC_set=
  1329. ac_cv_env_CC_value=
  1330. ac_cv_env_CFLAGS_set=
  1331. ac_cv_env_CFLAGS_value=
  1332. ac_cv_env_CPPFLAGS_set=
  1333. ac_cv_env_CPPFLAGS_value=
  1334. ac_cv_env_CPP_set=
  1335. ac_cv_env_CPP_value=
  1336. ac_cv_env_LDFLAGS_set=
  1337. ac_cv_env_LDFLAGS_value=
  1338. ac_cv_env_LIBS_set=
  1339. ac_cv_env_LIBS_value=
  1340. ac_cv_env_build_alias_set=
  1341. ac_cv_env_build_alias_value=
  1342. ac_cv_env_host_alias_set=
  1343. ac_cv_env_host_alias_value=
  1344. ac_cv_env_target_alias_set=
  1345. ac_cv_env_target_alias_value=
  1346. ac_cv_fmt_time_t='"%li"'
  1347. ac_cv_func_alloca_works=yes
  1348. ac_cv_func_freeaddrinfo=yes
  1349. ac_cv_func_getaddrinfo=yes
  1350. ac_cv_func_getnameinfo=yes
  1351. ac_cv_func_getopt=yes
  1352. ac_cv_func_getopt_long=yes
  1353. ac_cv_func_getpagesize=yes
  1354. ac_cv_func_gettimeofday=yes
  1355. ac_cv_func_localtime_r=yes
  1356. ac_cv_func_memcpy=yes
  1357. ac_cv_func_memset=yes
  1358. ac_cv_func_mmap_fixed_mapped=yes
  1359. ac_cv_func_select=yes
  1360. ac_cv_func_setrlimit=yes
  1361. ac_cv_func_socket=yes
  1362. ac_cv_func_strcspn=yes
  1363. ac_cv_func_strdup=yes
  1364. ac_cv_func_strerror=yes
  1365. ac_cv_func_strsignal=yes
  1366. ac_cv_func_strspn=yes
  1367. ac_cv_func_strtod=yes
  1368. ac_cv_func_strtoul=yes
  1369. ac_cv_func_sysconf=yes
  1370. ac_cv_header_GeoIPCity_h=no
  1371. ac_cv_header_GeoIP_h=no
  1372. ac_cv_header_arpa_inet_h=yes
  1373. ac_cv_header_dirent_h=yes
  1374. ac_cv_header_fcntl_h=yes
  1375. ac_cv_header_getopt_h=yes
  1376. ac_cv_header_google_coredumper_h=yes
  1377. ac_cv_header_inttypes_h=yes
  1378. ac_cv_header_ldap_h=yes
  1379. ac_cv_header_malloc_h=yes
  1380. ac_cv_header_memory_h=yes
  1381. ac_cv_header_netdb_h=yes
  1382. ac_cv_header_netinet_in_h=yes
  1383. ac_cv_header_openssl_bio_h=yes
  1384. ac_cv_header_stdc=yes
  1385. ac_cv_header_stdint_h=yes
  1386. ac_cv_header_stdlib_h=yes
  1387. ac_cv_header_string_h=yes
  1388. ac_cv_header_strings_h=yes
  1389. ac_cv_header_sys_mman_h=yes
  1390. ac_cv_header_sys_param_h=yes
  1391. ac_cv_header_sys_resource_h=yes
  1392. ac_cv_header_sys_socket_h=yes
  1393. ac_cv_header_sys_stat_h=yes
  1394. ac_cv_header_sys_time_h=yes
  1395. ac_cv_header_sys_timeb_h=yes
  1396. ac_cv_header_sys_times_h=yes
  1397. ac_cv_header_sys_types_h=yes
  1398. ac_cv_header_sys_wait_h=yes
  1399. ac_cv_header_tgmath_h=yes
  1400. ac_cv_header_time=yes
  1401. ac_cv_header_tre_regex_h=yes
  1402. ac_cv_header_unistd_h=yes
  1403. ac_cv_host=i686-pc-linux-gnu
  1404. ac_cv_lib_GeoIP_GeoIP_open=no
  1405. ac_cv_lib_coredumper_WriteCoreDump=yes
  1406. ac_cv_lib_ldap_ldap_simple_bind_s=yes
  1407. ac_cv_lib_m_main=yes
  1408. ac_cv_lib_nsl_gethostbyname=yes
  1409. ac_cv_lib_socket_socket=no
  1410. ac_cv_lib_ssl_BIO_new=yes
  1411. ac_cv_lib_tre_regexec=yes
  1412. ac_cv_member_struct_addrinfo_ai_flags=yes
  1413. ac_cv_member_struct_sockaddr_sa_len=no
  1414. ac_cv_objext=o
  1415. ac_cv_path_EGREP='/bin/grep -E'
  1416. ac_cv_path_GREP=/bin/grep
  1417. ac_cv_path_install='/usr/bin/install -c'
  1418. ac_cv_prog_AWK=gawk
  1419. ac_cv_prog_CPP='gcc -E'
  1420. ac_cv_prog_MAKER=gmake
  1421. ac_cv_prog_ac_ct_CC=gcc
  1422. ac_cv_prog_ac_ct_RANLIB=ranlib
  1423. ac_cv_prog_cc_c89=
  1424. ac_cv_prog_cc_g=yes
  1425. ac_cv_prog_gcc_traditional=no
  1426. ac_cv_prog_make_make_set=yes
  1427. ac_cv_sin_len=no
  1428. ac_cv_struct_tm=time.h
  1429. ac_cv_target=i686-pc-linux-gnu
  1430. ac_cv_type_signal=void
  1431. ac_cv_type_socklen_t=yes
  1432. ac_cv_working_alloca_h=yes
  1433. am_cv_CC_dependencies_compiler_type=gcc3
  1434.  
  1435. ## ----------------- ##
  1436. ## Output variables. ##
  1437. ## ----------------- ##
  1438.  
  1439. ACLOCAL='${SHELL} /home/Pegasus/x3/missing --run aclocal-1.9'
  1440. ALLOCA=''
  1441. AMDEPBACKSLASH='\'
  1442. AMDEP_FALSE='#'
  1443. AMDEP_TRUE=''
  1444. AMTAR='${SHELL} /home/Pegasus/x3/missing --run tar'
  1445. AUTOCONF='${SHELL} /home/Pegasus/x3/missing --run autoconf'
  1446. AUTOHEADER='${SHELL} /home/Pegasus/x3/missing --run autoheader'
  1447. AUTOMAKE='${SHELL} /home/Pegasus/x3/missing --run automake-1.9'
  1448. AWK='gawk'
  1449. CC='gcc'
  1450. CCDEPMODE='depmode=gcc3'
  1451. CFLAGS='-g -O2 -D_GNU_SOURCE -W -Wall'
  1452. CPP='gcc -E'
  1453. CPPFLAGS=' -DNDEBUG -I/home/Pegasus/include -L/home/Pegasus/lib -I/home/Pegasus/include -L/home/Pegasus/lib'
  1454. CYGPATH_W='echo'
  1455. DEFS='-DHAVE_CONFIG_H'
  1456. DEPDIR='.deps'
  1457. ECHO_C=''
  1458. ECHO_N='-n'
  1459. ECHO_T=''
  1460. EGREP='/bin/grep -E'
  1461. EXEEXT=''
  1462. GREP='/bin/grep'
  1463. INSTALL_DATA='${INSTALL} -m 644'
  1464. INSTALL_PROGRAM='${INSTALL}'
  1465. INSTALL_SCRIPT='${INSTALL}'
  1466. INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
  1467. LDFLAGS=''
  1468. LIBOBJS=''
  1469. LIBS='-lldap -lssl -lcoredumper -ltre -lm -lnsl -L/home/Pegasus/lib -Wl,--rpath -Wl,/home/Pegasus/lib'
  1470. LN_S='ln -s'
  1471. LTLIBOBJS=''
  1472. MAINT='#'
  1473. MAINTAINER_MODE_FALSE=''
  1474. MAINTAINER_MODE_TRUE='#'
  1475. MAKEINFO='${SHELL} /home/Pegasus/x3/missing --run makeinfo'
  1476. MAKER='gmake'
  1477. MODULE_OBJS=' proto-p10.$(OBJEXT) mod-helpserv.$(OBJEXT) mod-memoserv.$(OBJEXT) mod-snoop.$(OBJEXT)'
  1478. MY_SUBDIRS=' src'
  1479. OBJEXT='o'
  1480. PACKAGE='x3'
  1481. PACKAGE_BUGREPORT='evilnet-devel@lists.sourceforge.net'
  1482. PACKAGE_NAME='X3'
  1483. PACKAGE_STRING='X3 1.6'
  1484. PACKAGE_TARNAME='x3'
  1485. PACKAGE_VERSION='1.6'
  1486. PATH_SEPARATOR=':'
  1487. RANLIB='ranlib'
  1488. RX_INCLUDES=''
  1489. RX_LIBS=''
  1490. SET_MAKE=''
  1491. SHELL='/bin/sh'
  1492. STRIP=''
  1493. TRACK='-D HAVE_HELPSERV'
  1494. VERSION='1.6'
  1495. ac_ct_CC='gcc'
  1496. am__fastdepCC_FALSE='#'
  1497. am__fastdepCC_TRUE=''
  1498. am__include='include'
  1499. am__leading_dot='.'
  1500. am__quote=''
  1501. am__tar='${AMTAR} chof - "$$tardir"'
  1502. am__untar='${AMTAR} xf -'
  1503. bindir='${exec_prefix}/bin'
  1504. build='i686-pc-linux-gnu'
  1505. build_alias=''
  1506. build_cpu='i686'
  1507. build_os='linux-gnu'
  1508. build_vendor='pc'
  1509. datadir='${datarootdir}'
  1510. datarootdir='${prefix}/share'
  1511. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1512. dvidir='${docdir}'
  1513. exec_prefix='${prefix}'
  1514. host='i686-pc-linux-gnu'
  1515. host_alias=''
  1516. host_cpu='i686'
  1517. host_os='linux-gnu'
  1518. host_vendor='pc'
  1519. htmldir='${docdir}'
  1520. includedir='${prefix}/include'
  1521. infodir='${datarootdir}/info'
  1522. install_sh='/home/Pegasus/x3/install-sh'
  1523. libdir='${exec_prefix}/lib'
  1524. libexecdir='${exec_prefix}/libexec'
  1525. localedir='${datarootdir}/locale'
  1526. localstatedir='${prefix}/var'
  1527. mandir='${datarootdir}/man'
  1528. mkdir_p='mkdir -p --'
  1529. oldincludedir='/usr/include'
  1530. pdfdir='${docdir}'
  1531. prefix='/home/Pegasus/x3'
  1532. program_transform_name='s,x,x,'
  1533. psdir='${docdir}'
  1534. sbindir='${exec_prefix}/sbin'
  1535. sharedstatedir='${prefix}/com'
  1536. sysconfdir='${prefix}/etc'
  1537. target='i686-pc-linux-gnu'
  1538. target_alias=''
  1539. target_cpu='i686'
  1540. target_os='linux-gnu'
  1541. target_vendor='pc'
  1542.  
  1543. ## ----------- ##
  1544. ## confdefs.h. ##
  1545. ## ----------- ##
  1546.  
  1547. #define PACKAGE_NAME "X3"
  1548. #define PACKAGE_TARNAME "x3"
  1549. #define PACKAGE_VERSION "1.6"
  1550. #define PACKAGE_STRING "X3 1.6"
  1551. #define PACKAGE_BUGREPORT "evilnet-devel@lists.sourceforge.net"
  1552. #define PACKAGE "x3"
  1553. #define VERSION "1.6"
  1554. #define RETSIGTYPE void
  1555. #define HAVE_LIBNSL 1
  1556. #define HAVE_LIBM 1
  1557. #define STDC_HEADERS 1
  1558. #define TIME_WITH_SYS_TIME 1
  1559. #define HAVE_SYS_TYPES_H 1
  1560. #define HAVE_SYS_STAT_H 1
  1561. #define HAVE_STDLIB_H 1
  1562. #define HAVE_STRING_H 1
  1563. #define HAVE_MEMORY_H 1
  1564. #define HAVE_STRINGS_H 1
  1565. #define HAVE_INTTYPES_H 1
  1566. #define HAVE_STDINT_H 1
  1567. #define HAVE_UNISTD_H 1
  1568. #define HAVE_FCNTL_H 1
  1569. #define HAVE_TGMATH_H 1
  1570. #define HAVE_MALLOC_H 1
  1571. #define HAVE_NETDB_H 1
  1572. #define HAVE_NETINET_IN_H 1
  1573. #define HAVE_SYS_RESOURCE_H 1
  1574. #define HAVE_SYS_TIMEB_H 1
  1575. #define HAVE_SYS_TIMES_H 1
  1576. #define HAVE_SYS_PARAM_H 1
  1577. #define HAVE_SYS_SOCKET_H 1
  1578. #define HAVE_SYS_TIME_H 1
  1579. #define HAVE_SYS_TYPES_H 1
  1580. #define HAVE_SYS_WAIT_H 1
  1581. #define HAVE_UNISTD_H 1
  1582. #define HAVE_GETOPT_H 1
  1583. #define HAVE_MEMORY_H 1
  1584. #define HAVE_ARPA_INET_H 1
  1585. #define HAVE_SYS_MMAN_H 1
  1586. #define HAVE_SYS_STAT_H 1
  1587. #define HAVE_DIRENT_H 1
  1588. #define HAVE_STRUCT_ADDRINFO
  1589. #define HAVE_GETTIMEOFDAY 1
  1590. #define HAVE_FREEADDRINFO 1
  1591. #define HAVE_GETADDRINFO 1
  1592. #define HAVE_GETNAMEINFO 1
  1593. #define HAVE_GETPAGESIZE 1
  1594. #define HAVE_MEMCPY 1
  1595. #define HAVE_MEMSET 1
  1596. #define HAVE_STRDUP 1
  1597. #define HAVE_STRERROR 1
  1598. #define HAVE_STRSIGNAL 1
  1599. #define HAVE_LOCALTIME_R 1
  1600. #define HAVE_SETRLIMIT 1
  1601. #define HAVE_GETOPT 1
  1602. #define HAVE_GETOPT_LONG 1
  1603. #define HAVE_SYSCONF 1
  1604. #define HAVE_SELECT 1
  1605. #define HAVE_SOCKET 1
  1606. #define HAVE_STRCSPN 1
  1607. #define HAVE_STRSPN 1
  1608. #define HAVE_STRTOD 1
  1609. #define HAVE_STRTOUL 1
  1610. #define HAVE_ALLOCA_H 1
  1611. #define HAVE_ALLOCA 1
  1612. #define HAVE_STDLIB_H 1
  1613. #define HAVE_UNISTD_H 1
  1614. #define HAVE_GETPAGESIZE 1
  1615. #define HAVE_MMAP 1
  1616. #define FMT_TIME_T "%li"
  1617. #define WITH_MALLOC_SYSTEM 1
  1618. #define WITH_PROTOCOL_P10 1
  1619. #define ENABLE_TOKENS 1
  1620. #define HAVE_HELPSERV 1
  1621. #define HAVE_LIBTRE 1
  1622. #define HAVE_LIBCOREDUMPER 1
  1623. #define HAVE_OPENSSL_BIO_H 1
  1624. #define WITH_SSL 1
  1625. #define HAVE_LDAP_H 1
  1626. #define WITH_LDAP 1
  1627. #define CODENAME "X3"
  1628.  
  1629. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement