Advertisement
Guest User

Untitled

a guest
May 4th, 2017
601
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 207.94 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 aMule configure 2.2.5, which was
  5. generated by GNU Autoconf 2.63. Invocation command line was
  6.  
  7. $ ./configure --build i486-linux-gnu --prefix=/usr --mandir=${prefix}/share/man --infodir=${prefix}/share/info LDFLAGS=-Wl,-z,defs --enable-upnp --enable-alc --enable-alcc --enable-geoip --enable-amule-daemon --enable-ccache --enable-cas --enable-wxcas --enable-amule-gui --enable-webserver --enable-amulecmd --enable-debug --disable-rpath --disable-optimize
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = sidvicious
  14. uname -m = i686
  15. uname -r = 2.6.29-2-686
  16. uname -s = Linux
  17. uname -v = #1 SMP Sun May 17 17:56:29 UTC 2009
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /usr/local/bin
  31. PATH: /usr/bin
  32. PATH: /bin
  33. PATH: /usr/games
  34.  
  35.  
  36. ## ----------- ##
  37. ## Core tests. ##
  38. ## ----------- ##
  39.  
  40. configure:2182: checking for a BSD-compatible install
  41. configure:2250: result: /usr/bin/install -c
  42. configure:2261: checking whether build environment is sane
  43. configure:2304: result: yes
  44. configure:2329: checking for a thread-safe mkdir -p
  45. configure:2368: result: /bin/mkdir -p
  46. configure:2381: checking for gawk
  47. configure:2397: found /usr/bin/gawk
  48. configure:2408: result: gawk
  49. configure:2419: checking whether make sets $(MAKE)
  50. configure:2441: result: yes
  51. configure:2629: checking whether to enable maintainer-specific portions of Makefiles
  52. configure:2638: result: no
  53. configure:2658: checking build system type
  54. configure:2676: result: i486-pc-linux-gnu
  55. configure:2698: checking host system type
  56. configure:2713: result: i486-pc-linux-gnu
  57. configure:2779: checking if this is a FreeBSD 4 or earlier system
  58. configure:2790: result: no
  59. configure:2862: checking for g++
  60. configure:2878: found /usr/bin/g++
  61. configure:2889: result: g++
  62. configure:2916: checking for C++ compiler version
  63. configure:2924: g++ --version >&5
  64. g++ (Debian 4.3.3-10) 4.3.3
  65. Copyright (C) 2008 Free Software Foundation, Inc.
  66. This is free software; see the source for copying conditions. There is NO
  67. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  68.  
  69. configure:2928: $? = 0
  70. configure:2935: g++ -v >&5
  71. Using built-in specs.
  72. Target: i486-linux-gnu
  73. Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.3-10' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
  74. Thread model: posix
  75. gcc version 4.3.3 (Debian 4.3.3-10)
  76. configure:2939: $? = 0
  77. configure:2946: g++ -V >&5
  78. g++: '-V' option must have argument
  79. configure:2950: $? = 1
  80. configure:2973: checking for C++ compiler default output file name
  81. configure:2995: g++ -g -O2 -Wl,-z,defs conftest.cpp >&5
  82. configure:2999: $? = 0
  83. configure:3037: result: a.out
  84. configure:3056: checking whether the C++ compiler works
  85. configure:3066: ./a.out
  86. configure:3070: $? = 0
  87. configure:3089: result: yes
  88. configure:3096: checking whether we are cross compiling
  89. configure:3098: result: no
  90. configure:3101: checking for suffix of executables
  91. configure:3108: g++ -o conftest -g -O2 -Wl,-z,defs conftest.cpp >&5
  92. configure:3112: $? = 0
  93. configure:3138: result:
  94. configure:3144: checking for suffix of object files
  95. configure:3170: g++ -c -g -O2 conftest.cpp >&5
  96. configure:3174: $? = 0
  97. configure:3199: result: o
  98. configure:3203: checking whether we are using the GNU C++ compiler
  99. configure:3232: g++ -c -g -O2 conftest.cpp >&5
  100. configure:3239: $? = 0
  101. configure:3256: result: yes
  102. configure:3265: checking whether g++ accepts -g
  103. configure:3295: g++ -c -g conftest.cpp >&5
  104. configure:3302: $? = 0
  105. configure:3403: result: yes
  106. configure:3437: checking for style of include used by make
  107. configure:3465: result: GNU
  108. configure:3490: checking dependency style of g++
  109. configure:3581: result: gcc3
  110. configure:3601: checking how to run the C++ preprocessor
  111. configure:3637: g++ -E conftest.cpp
  112. configure:3644: $? = 0
  113. configure:3675: g++ -E conftest.cpp
  114. conftest.cpp:10:28: error: ac_nonexistent.h: No such file or directory
  115. configure:3682: $? = 1
  116. configure: failed program was:
  117. | /* confdefs.h. */
  118. | #define PACKAGE_NAME "aMule"
  119. | #define PACKAGE_TARNAME "amule"
  120. | #define PACKAGE_VERSION "2.2.5"
  121. | #define PACKAGE_STRING "aMule 2.2.5"
  122. | #define PACKAGE_BUGREPORT "admin@amule.org"
  123. | #define PACKAGE "amule"
  124. | #define VERSION "2.2.5"
  125. | /* end confdefs.h. */
  126. | #include <ac_nonexistent.h>
  127. configure:3715: result: g++ -E
  128. configure:3744: g++ -E conftest.cpp
  129. configure:3751: $? = 0
  130. configure:3782: g++ -E conftest.cpp
  131. conftest.cpp:10:28: error: ac_nonexistent.h: No such file or directory
  132. configure:3789: $? = 1
  133. configure: failed program was:
  134. | /* confdefs.h. */
  135. | #define PACKAGE_NAME "aMule"
  136. | #define PACKAGE_TARNAME "amule"
  137. | #define PACKAGE_VERSION "2.2.5"
  138. | #define PACKAGE_STRING "aMule 2.2.5"
  139. | #define PACKAGE_BUGREPORT "admin@amule.org"
  140. | #define PACKAGE "amule"
  141. | #define VERSION "2.2.5"
  142. | /* end confdefs.h. */
  143. | #include <ac_nonexistent.h>
  144. configure:3876: checking for gcc
  145. configure:3892: found /usr/bin/gcc
  146. configure:3903: result: gcc
  147. configure:4135: checking for C compiler version
  148. configure:4143: gcc --version >&5
  149. gcc (Debian 4.3.3-10) 4.3.3
  150. Copyright (C) 2008 Free Software Foundation, Inc.
  151. This is free software; see the source for copying conditions. There is NO
  152. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  153.  
  154. configure:4147: $? = 0
  155. configure:4154: gcc -v >&5
  156. Using built-in specs.
  157. Target: i486-linux-gnu
  158. Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.3-10' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
  159. Thread model: posix
  160. gcc version 4.3.3 (Debian 4.3.3-10)
  161. configure:4158: $? = 0
  162. configure:4165: gcc -V >&5
  163. gcc: '-V' option must have argument
  164. configure:4169: $? = 1
  165. configure:4172: checking whether we are using the GNU C compiler
  166. configure:4201: gcc -c -Wall -g -O2 conftest.c >&5
  167. configure:4208: $? = 0
  168. configure:4225: result: yes
  169. configure:4234: checking whether gcc accepts -g
  170. configure:4264: gcc -c -g conftest.c >&5
  171. configure:4271: $? = 0
  172. configure:4372: result: yes
  173. configure:4389: checking for gcc option to accept ISO C89
  174. configure:4463: gcc -c -Wall -g -O2 conftest.c >&5
  175. configure:4470: $? = 0
  176. configure:4493: result: none needed
  177. configure:4513: checking dependency style of gcc
  178. configure:4604: result: gcc3
  179. configure:4624: checking how to run the C preprocessor
  180. configure:4664: gcc -E conftest.c
  181. configure:4671: $? = 0
  182. configure:4702: gcc -E conftest.c
  183. conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
  184. configure:4709: $? = 1
  185. configure: failed program was:
  186. | /* confdefs.h. */
  187. | #define PACKAGE_NAME "aMule"
  188. | #define PACKAGE_TARNAME "amule"
  189. | #define PACKAGE_VERSION "2.2.5"
  190. | #define PACKAGE_STRING "aMule 2.2.5"
  191. | #define PACKAGE_BUGREPORT "admin@amule.org"
  192. | #define PACKAGE "amule"
  193. | #define VERSION "2.2.5"
  194. | /* end confdefs.h. */
  195. | #include <ac_nonexistent.h>
  196. configure:4742: result: gcc -E
  197. configure:4771: gcc -E conftest.c
  198. configure:4778: $? = 0
  199. configure:4809: gcc -E conftest.c
  200. conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
  201. configure:4816: $? = 1
  202. configure: failed program was:
  203. | /* confdefs.h. */
  204. | #define PACKAGE_NAME "aMule"
  205. | #define PACKAGE_TARNAME "amule"
  206. | #define PACKAGE_VERSION "2.2.5"
  207. | #define PACKAGE_STRING "aMule 2.2.5"
  208. | #define PACKAGE_BUGREPORT "admin@amule.org"
  209. | #define PACKAGE "amule"
  210. | #define VERSION "2.2.5"
  211. | /* end confdefs.h. */
  212. | #include <ac_nonexistent.h>
  213. configure:5457: checking for gawk
  214. configure:5484: result: gawk
  215. configure:5495: checking for grep that handles long lines and -e
  216. configure:5555: result: /bin/grep
  217. configure:5560: checking for egrep
  218. configure:5624: result: /bin/grep -E
  219. configure:5629: checking whether make sets $(MAKE)
  220. configure:5651: result: yes
  221. configure:5665: checking for flex
  222. configure:5681: found /usr/bin/flex
  223. configure:5692: result: flex
  224. configure:5729: flex conftest.l
  225. configure:5733: $? = 0
  226. configure:5735: checking lex output file root
  227. configure:5751: result: lex.yy
  228. configure:5756: checking lex library
  229. configure:5775: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  230. /tmp/ccggQsc2.o: In function `input':
  231. /home/maththias/Desktop/aMule-2.2.5/lex.yy.c:1182: undefined reference to `yywrap'
  232. /tmp/ccggQsc2.o: In function `yylex':
  233. /home/maththias/Desktop/aMule-2.2.5/lex.yy.c:881: undefined reference to `yywrap'
  234. /tmp/ccggQsc2.o: In function `main':
  235. /home/maththias/Desktop/aMule-2.2.5/conftest.l:17: undefined reference to `yywrap'
  236. collect2: ld returned 1 exit status
  237. configure:5782: $? = 1
  238. configure: failed program was:
  239. |
  240. | #line 3 "lex.yy.c"
  241. |
  242. | #define YY_INT_ALIGNED short int
  243. |
  244. | /* A lexical scanner generated by flex */
  245. |
  246. | #define FLEX_SCANNER
  247. | #define YY_FLEX_MAJOR_VERSION 2
  248. | #define YY_FLEX_MINOR_VERSION 5
  249. | #define YY_FLEX_SUBMINOR_VERSION 35
  250. | #if YY_FLEX_SUBMINOR_VERSION > 0
  251. | #define FLEX_BETA
  252. | #endif
  253. |
  254. | /* First, we deal with platform-specific or compiler-specific issues. */
  255. |
  256. | /* begin standard C headers. */
  257. | #include <stdio.h>
  258. | #include <string.h>
  259. | #include <errno.h>
  260. | #include <stdlib.h>
  261. |
  262. | /* end standard C headers. */
  263. |
  264. | /* flex integer type definitions */
  265. |
  266. | #ifndef FLEXINT_H
  267. | #define FLEXINT_H
  268. |
  269. | /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
  270. |
  271. | #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
  272. |
  273. | /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
  274. | * if you want the limit (max/min) macros for int types.
  275. | */
  276. | #ifndef __STDC_LIMIT_MACROS
  277. | #define __STDC_LIMIT_MACROS 1
  278. | #endif
  279. |
  280. | #include <inttypes.h>
  281. | typedef int8_t flex_int8_t;
  282. | typedef uint8_t flex_uint8_t;
  283. | typedef int16_t flex_int16_t;
  284. | typedef uint16_t flex_uint16_t;
  285. | typedef int32_t flex_int32_t;
  286. | typedef uint32_t flex_uint32_t;
  287. | #else
  288. | typedef signed char flex_int8_t;
  289. | typedef short int flex_int16_t;
  290. | typedef int flex_int32_t;
  291. | typedef unsigned char flex_uint8_t;
  292. | typedef unsigned short int flex_uint16_t;
  293. | typedef unsigned int flex_uint32_t;
  294. |
  295. | /* Limits of integral types. */
  296. | #ifndef INT8_MIN
  297. | #define INT8_MIN (-128)
  298. | #endif
  299. | #ifndef INT16_MIN
  300. | #define INT16_MIN (-32767-1)
  301. | #endif
  302. | #ifndef INT32_MIN
  303. | #define INT32_MIN (-2147483647-1)
  304. | #endif
  305. | #ifndef INT8_MAX
  306. | #define INT8_MAX (127)
  307. | #endif
  308. | #ifndef INT16_MAX
  309. | #define INT16_MAX (32767)
  310. | #endif
  311. | #ifndef INT32_MAX
  312. | #define INT32_MAX (2147483647)
  313. | #endif
  314. | #ifndef UINT8_MAX
  315. | #define UINT8_MAX (255U)
  316. | #endif
  317. | #ifndef UINT16_MAX
  318. | #define UINT16_MAX (65535U)
  319. | #endif
  320. | #ifndef UINT32_MAX
  321. | #define UINT32_MAX (4294967295U)
  322. | #endif
  323. |
  324. | #endif /* ! C99 */
  325. |
  326. | #endif /* ! FLEXINT_H */
  327. |
  328. | #ifdef __cplusplus
  329. |
  330. | /* The "const" storage-class-modifier is valid. */
  331. | #define YY_USE_CONST
  332. |
  333. | #else /* ! __cplusplus */
  334. |
  335. | /* C99 requires __STDC__ to be defined as 1. */
  336. | #if defined (__STDC__)
  337. |
  338. | #define YY_USE_CONST
  339. |
  340. | #endif /* defined (__STDC__) */
  341. | #endif /* ! __cplusplus */
  342. |
  343. | #ifdef YY_USE_CONST
  344. | #define yyconst const
  345. | #else
  346. | #define yyconst
  347. | #endif
  348. |
  349. | /* Returned upon end-of-file. */
  350. | #define YY_NULL 0
  351. |
  352. | /* Promotes a possibly negative, possibly signed char to an unsigned
  353. | * integer for use as an array index. If the signed char is negative,
  354. | * we want to instead treat it as an 8-bit unsigned char, hence the
  355. | * double cast.
  356. | */
  357. | #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
  358. |
  359. | /* Enter a start condition. This macro really ought to take a parameter,
  360. | * but we do it the disgusting crufty way forced on us by the ()-less
  361. | * definition of BEGIN.
  362. | */
  363. | #define BEGIN (yy_start) = 1 + 2 *
  364. |
  365. | /* Translate the current start state into a value that can be later handed
  366. | * to BEGIN to return to the state. The YYSTATE alias is for lex
  367. | * compatibility.
  368. | */
  369. | #define YY_START (((yy_start) - 1) / 2)
  370. | #define YYSTATE YY_START
  371. |
  372. | /* Action number for EOF rule of a given start state. */
  373. | #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
  374. |
  375. | /* Special action meaning "start processing a new file". */
  376. | #define YY_NEW_FILE yyrestart(yyin )
  377. |
  378. | #define YY_END_OF_BUFFER_CHAR 0
  379. |
  380. | /* Size of default input buffer. */
  381. | #ifndef YY_BUF_SIZE
  382. | #ifdef __ia64__
  383. | /* On IA-64, the buffer size is 16k, not 8k.
  384. | * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
  385. | * Ditto for the __ia64__ case accordingly.
  386. | */
  387. | #define YY_BUF_SIZE 32768
  388. | #else
  389. | #define YY_BUF_SIZE 16384
  390. | #endif /* __ia64__ */
  391. | #endif
  392. |
  393. | /* The state buf must be large enough to hold one state per character in the main buffer.
  394. | */
  395. | #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
  396. |
  397. | #ifndef YY_TYPEDEF_YY_BUFFER_STATE
  398. | #define YY_TYPEDEF_YY_BUFFER_STATE
  399. | typedef struct yy_buffer_state *YY_BUFFER_STATE;
  400. | #endif
  401. |
  402. | extern int yyleng;
  403. |
  404. | extern FILE *yyin, *yyout;
  405. |
  406. | #define EOB_ACT_CONTINUE_SCAN 0
  407. | #define EOB_ACT_END_OF_FILE 1
  408. | #define EOB_ACT_LAST_MATCH 2
  409. |
  410. | #define YY_LESS_LINENO(n)
  411. |
  412. | /* Return all but the first "n" matched characters back to the input stream. */
  413. | #define yyless(n) \
  414. | do \
  415. | { \
  416. | /* Undo effects of setting up yytext. */ \
  417. | int yyless_macro_arg = (n); \
  418. | YY_LESS_LINENO(yyless_macro_arg);\
  419. | *yy_cp = (yy_hold_char); \
  420. | YY_RESTORE_YY_MORE_OFFSET \
  421. | (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
  422. | YY_DO_BEFORE_ACTION; /* set up yytext again */ \
  423. | } \
  424. | while ( 0 )
  425. |
  426. | #define unput(c) yyunput( c, (yytext_ptr) )
  427. |
  428. | #ifndef YY_TYPEDEF_YY_SIZE_T
  429. | #define YY_TYPEDEF_YY_SIZE_T
  430. | typedef size_t yy_size_t;
  431. | #endif
  432. |
  433. | #ifndef YY_STRUCT_YY_BUFFER_STATE
  434. | #define YY_STRUCT_YY_BUFFER_STATE
  435. | struct yy_buffer_state
  436. | {
  437. | FILE *yy_input_file;
  438. |
  439. | char *yy_ch_buf; /* input buffer */
  440. | char *yy_buf_pos; /* current position in input buffer */
  441. |
  442. | /* Size of input buffer in bytes, not including room for EOB
  443. | * characters.
  444. | */
  445. | yy_size_t yy_buf_size;
  446. |
  447. | /* Number of characters read into yy_ch_buf, not including EOB
  448. | * characters.
  449. | */
  450. | int yy_n_chars;
  451. |
  452. | /* Whether we "own" the buffer - i.e., we know we created it,
  453. | * and can realloc() it to grow it, and should free() it to
  454. | * delete it.
  455. | */
  456. | int yy_is_our_buffer;
  457. |
  458. | /* Whether this is an "interactive" input source; if so, and
  459. | * if we're using stdio for input, then we want to use getc()
  460. | * instead of fread(), to make sure we stop fetching input after
  461. | * each newline.
  462. | */
  463. | int yy_is_interactive;
  464. |
  465. | /* Whether we're considered to be at the beginning of a line.
  466. | * If so, '^' rules will be active on the next match, otherwise
  467. | * not.
  468. | */
  469. | int yy_at_bol;
  470. |
  471. | int yy_bs_lineno; /**< The line count. */
  472. | int yy_bs_column; /**< The column count. */
  473. |
  474. | /* Whether to try to fill the input buffer when we reach the
  475. | * end of it.
  476. | */
  477. | int yy_fill_buffer;
  478. |
  479. | int yy_buffer_status;
  480. |
  481. | #define YY_BUFFER_NEW 0
  482. | #define YY_BUFFER_NORMAL 1
  483. | /* When an EOF's been seen but there's still some text to process
  484. | * then we mark the buffer as YY_EOF_PENDING, to indicate that we
  485. | * shouldn't try reading from the input source any more. We might
  486. | * still have a bunch of tokens to match, though, because of
  487. | * possible backing-up.
  488. | *
  489. | * When we actually see the EOF, we change the status to "new"
  490. | * (via yyrestart()), so that the user can continue scanning by
  491. | * just pointing yyin at a new input file.
  492. | */
  493. | #define YY_BUFFER_EOF_PENDING 2
  494. |
  495. | };
  496. | #endif /* !YY_STRUCT_YY_BUFFER_STATE */
  497. |
  498. | /* Stack of input buffers. */
  499. | static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
  500. | static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
  501. | static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */
  502. |
  503. | /* We provide macros for accessing buffer states in case in the
  504. | * future we want to put the buffer states in a more general
  505. | * "scanner state".
  506. | *
  507. | * Returns the top of the stack, or NULL.
  508. | */
  509. | #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
  510. | ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
  511. | : NULL)
  512. |
  513. | /* Same as previous macro, but useful when we know that the buffer stack is not
  514. | * NULL or when we need an lvalue. For internal use only.
  515. | */
  516. | #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
  517. |
  518. | /* yy_hold_char holds the character lost when yytext is formed. */
  519. | static char yy_hold_char;
  520. | static int yy_n_chars; /* number of characters read into yy_ch_buf */
  521. | int yyleng;
  522. |
  523. | /* Points to current character in buffer. */
  524. | static char *yy_c_buf_p = (char *) 0;
  525. | static int yy_init = 0; /* whether we need to initialize */
  526. | static int yy_start = 0; /* start state number */
  527. |
  528. | /* Flag which is used to allow yywrap()'s to do buffer switches
  529. | * instead of setting up a fresh yyin. A bit of a hack ...
  530. | */
  531. | static int yy_did_buffer_switch_on_eof;
  532. |
  533. | void yyrestart (FILE *input_file );
  534. | void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer );
  535. | YY_BUFFER_STATE yy_create_buffer (FILE *file,int size );
  536. | void yy_delete_buffer (YY_BUFFER_STATE b );
  537. | void yy_flush_buffer (YY_BUFFER_STATE b );
  538. | void yypush_buffer_state (YY_BUFFER_STATE new_buffer );
  539. | void yypop_buffer_state (void );
  540. |
  541. | static void yyensure_buffer_stack (void );
  542. | static void yy_load_buffer_state (void );
  543. | static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file );
  544. |
  545. | #define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER )
  546. |
  547. | YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size );
  548. | YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str );
  549. | YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,int len );
  550. |
  551. | void *yyalloc (yy_size_t );
  552. | void *yyrealloc (void *,yy_size_t );
  553. | void yyfree (void * );
  554. |
  555. | #define yy_new_buffer yy_create_buffer
  556. |
  557. | #define yy_set_interactive(is_interactive) \
  558. | { \
  559. | if ( ! YY_CURRENT_BUFFER ){ \
  560. | yyensure_buffer_stack (); \
  561. | YY_CURRENT_BUFFER_LVALUE = \
  562. | yy_create_buffer(yyin,YY_BUF_SIZE ); \
  563. | } \
  564. | YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
  565. | }
  566. |
  567. | #define yy_set_bol(at_bol) \
  568. | { \
  569. | if ( ! YY_CURRENT_BUFFER ){\
  570. | yyensure_buffer_stack (); \
  571. | YY_CURRENT_BUFFER_LVALUE = \
  572. | yy_create_buffer(yyin,YY_BUF_SIZE ); \
  573. | } \
  574. | YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
  575. | }
  576. |
  577. | #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
  578. |
  579. | /* Begin user sect3 */
  580. |
  581. | typedef unsigned char YY_CHAR;
  582. |
  583. | FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;
  584. |
  585. | typedef int yy_state_type;
  586. |
  587. | extern int yylineno;
  588. |
  589. | int yylineno = 1;
  590. |
  591. | extern char *yytext;
  592. | #define yytext_ptr yytext
  593. |
  594. | static yy_state_type yy_get_previous_state (void );
  595. | static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
  596. | static int yy_get_next_buffer (void );
  597. | static void yy_fatal_error (yyconst char msg[] );
  598. |
  599. | /* Done after the current pattern has been matched and before the
  600. | * corresponding action - sets up yytext.
  601. | */
  602. | #define YY_DO_BEFORE_ACTION \
  603. | (yytext_ptr) = yy_bp; \
  604. | (yytext_ptr) -= (yy_more_len); \
  605. | yyleng = (size_t) (yy_cp - (yytext_ptr)); \
  606. | (yy_hold_char) = *yy_cp; \
  607. | *yy_cp = '\0'; \
  608. | (yy_c_buf_p) = yy_cp;
  609. |
  610. | #define YY_NUM_RULES 8
  611. | #define YY_END_OF_BUFFER 9
  612. | /* This struct is not used in this scanner,
  613. | but its presence is necessary. */
  614. | struct yy_trans_info
  615. | {
  616. | flex_int32_t yy_verify;
  617. | flex_int32_t yy_nxt;
  618. | };
  619. | static yyconst flex_int16_t yy_acclist[23] =
  620. | { 0,
  621. | 9, 7, 8, 8, 1, 7, 8, 2, 7, 8,
  622. | 3, 7, 8, 4, 7, 8, 5, 7, 8, 6,
  623. | 7, 8
  624. | } ;
  625. |
  626. | static yyconst flex_int16_t yy_accept[14] =
  627. | { 0,
  628. | 1, 1, 1, 2, 4, 5, 8, 11, 14, 17,
  629. | 20, 23, 23
  630. | } ;
  631. |
  632. | static yyconst flex_int32_t yy_ec[256] =
  633. | { 0,
  634. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 2,
  635. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  636. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  637. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  638. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  639. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  640. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  641. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  642. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  643. | 1, 1, 1, 1, 1, 1, 3, 4, 5, 6,
  644. |
  645. | 7, 8, 1, 1, 1, 1, 1, 1, 1, 1,
  646. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  647. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  648. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  649. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  650. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  651. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  652. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  653. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  654. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  655. |
  656. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  657. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  658. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  659. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  660. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  661. | 1, 1, 1, 1, 1
  662. | } ;
  663. |
  664. | static yyconst flex_int32_t yy_meta[9] =
  665. | { 0,
  666. | 1, 1, 1, 1, 1, 1, 1, 1
  667. | } ;
  668. |
  669. | static yyconst flex_int16_t yy_base[13] =
  670. | { 0,
  671. | 0, 0, 9, 10, 10, 10, 10, 10, 10, 10,
  672. | 10, 10
  673. | } ;
  674. |
  675. | static yyconst flex_int16_t yy_def[13] =
  676. | { 0,
  677. | 12, 1, 12, 12, 12, 12, 12, 12, 12, 12,
  678. | 12, 0
  679. | } ;
  680. |
  681. | static yyconst flex_int16_t yy_nxt[19] =
  682. | { 0,
  683. | 4, 5, 6, 7, 8, 9, 10, 11, 12, 3,
  684. | 12, 12, 12, 12, 12, 12, 12, 12
  685. | } ;
  686. |
  687. | static yyconst flex_int16_t yy_chk[19] =
  688. | { 0,
  689. | 1, 1, 1, 1, 1, 1, 1, 1, 3, 12,
  690. | 12, 12, 12, 12, 12, 12, 12, 12
  691. | } ;
  692. |
  693. | extern int yy_flex_debug;
  694. | int yy_flex_debug = 0;
  695. |
  696. | static yy_state_type *yy_state_buf=0, *yy_state_ptr=0;
  697. | static char *yy_full_match;
  698. | static int yy_lp;
  699. | #define REJECT \
  700. | { \
  701. | *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ \
  702. | yy_cp = (yy_full_match); /* restore poss. backed-over text */ \
  703. | ++(yy_lp); \
  704. | goto find_rule; \
  705. | }
  706. |
  707. | static int yy_more_flag = 0;
  708. | static int yy_more_len = 0;
  709. | #define yymore() ((yy_more_flag) = 1)
  710. | #define YY_MORE_ADJ (yy_more_len)
  711. | #define YY_RESTORE_YY_MORE_OFFSET
  712. | char *yytext;
  713. | #line 1 "conftest.l"
  714. | #line 477 "lex.yy.c"
  715. |
  716. | #define INITIAL 0
  717. |
  718. | #ifndef YY_NO_UNISTD_H
  719. | /* Special case for "unistd.h", since it is non-ANSI. We include it way
  720. | * down here because we want the user's section 1 to have been scanned first.
  721. | * The user has a chance to override it with an option.
  722. | */
  723. | #include <unistd.h>
  724. | #endif
  725. |
  726. | #ifndef YY_EXTRA_TYPE
  727. | #define YY_EXTRA_TYPE void *
  728. | #endif
  729. |
  730. | static int yy_init_globals (void );
  731. |
  732. | /* Accessor methods to globals.
  733. | These are made visible to non-reentrant scanners for convenience. */
  734. |
  735. | int yylex_destroy (void );
  736. |
  737. | int yyget_debug (void );
  738. |
  739. | void yyset_debug (int debug_flag );
  740. |
  741. | YY_EXTRA_TYPE yyget_extra (void );
  742. |
  743. | void yyset_extra (YY_EXTRA_TYPE user_defined );
  744. |
  745. | FILE *yyget_in (void );
  746. |
  747. | void yyset_in (FILE * in_str );
  748. |
  749. | FILE *yyget_out (void );
  750. |
  751. | void yyset_out (FILE * out_str );
  752. |
  753. | int yyget_leng (void );
  754. |
  755. | char *yyget_text (void );
  756. |
  757. | int yyget_lineno (void );
  758. |
  759. | void yyset_lineno (int line_number );
  760. |
  761. | /* Macros after this point can all be overridden by user definitions in
  762. | * section 1.
  763. | */
  764. |
  765. | #ifndef YY_SKIP_YYWRAP
  766. | #ifdef __cplusplus
  767. | extern "C" int yywrap (void );
  768. | #else
  769. | extern int yywrap (void );
  770. | #endif
  771. | #endif
  772. |
  773. | static void yyunput (int c,char *buf_ptr );
  774. |
  775. | #ifndef yytext_ptr
  776. | static void yy_flex_strncpy (char *,yyconst char *,int );
  777. | #endif
  778. |
  779. | #ifdef YY_NEED_STRLEN
  780. | static int yy_flex_strlen (yyconst char * );
  781. | #endif
  782. |
  783. | #ifndef YY_NO_INPUT
  784. |
  785. | #ifdef __cplusplus
  786. | static int yyinput (void );
  787. | #else
  788. | static int input (void );
  789. | #endif
  790. |
  791. | #endif
  792. |
  793. | /* Amount of stuff to slurp up with each read. */
  794. | #ifndef YY_READ_BUF_SIZE
  795. | #ifdef __ia64__
  796. | /* On IA-64, the buffer size is 16k, not 8k */
  797. | #define YY_READ_BUF_SIZE 16384
  798. | #else
  799. | #define YY_READ_BUF_SIZE 8192
  800. | #endif /* __ia64__ */
  801. | #endif
  802. |
  803. | /* Copy whatever the last rule matched to the standard output. */
  804. | #ifndef ECHO
  805. | /* This used to be an fputs(), but since the string might contain NUL's,
  806. | * we now use fwrite().
  807. | */
  808. | #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
  809. | #endif
  810. |
  811. | /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
  812. | * is returned in "result".
  813. | */
  814. | #ifndef YY_INPUT
  815. | #define YY_INPUT(buf,result,max_size) \
  816. | if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
  817. | { \
  818. | int c = '*'; \
  819. | size_t n; \
  820. | for ( n = 0; n < max_size && \
  821. | (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
  822. | buf[n] = (char) c; \
  823. | if ( c == '\n' ) \
  824. | buf[n++] = (char) c; \
  825. | if ( c == EOF && ferror( yyin ) ) \
  826. | YY_FATAL_ERROR( "input in flex scanner failed" ); \
  827. | result = n; \
  828. | } \
  829. | else \
  830. | { \
  831. | errno=0; \
  832. | while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \
  833. | { \
  834. | if( errno != EINTR) \
  835. | { \
  836. | YY_FATAL_ERROR( "input in flex scanner failed" ); \
  837. | break; \
  838. | } \
  839. | errno=0; \
  840. | clearerr(yyin); \
  841. | } \
  842. | }\
  843. | \
  844. |
  845. | #endif
  846. |
  847. | /* No semi-colon after return; correct usage is to write "yyterminate();" -
  848. | * we don't want an extra ';' after the "return" because that will cause
  849. | * some compilers to complain about unreachable statements.
  850. | */
  851. | #ifndef yyterminate
  852. | #define yyterminate() return YY_NULL
  853. | #endif
  854. |
  855. | /* Number of entries by which start-condition stack grows. */
  856. | #ifndef YY_START_STACK_INCR
  857. | #define YY_START_STACK_INCR 25
  858. | #endif
  859. |
  860. | /* Report a fatal error. */
  861. | #ifndef YY_FATAL_ERROR
  862. | #define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
  863. | #endif
  864. |
  865. | /* end tables serialization structures and prototypes */
  866. |
  867. | /* Default declaration of generated scanner - a define so the user can
  868. | * easily add parameters.
  869. | */
  870. | #ifndef YY_DECL
  871. | #define YY_DECL_IS_OURS 1
  872. |
  873. | extern int yylex (void);
  874. |
  875. | #define YY_DECL int yylex (void)
  876. | #endif /* !YY_DECL */
  877. |
  878. | /* Code executed at the beginning of each rule, after yytext and yyleng
  879. | * have been set up.
  880. | */
  881. | #ifndef YY_USER_ACTION
  882. | #define YY_USER_ACTION
  883. | #endif
  884. |
  885. | /* Code executed at the end of each rule. */
  886. | #ifndef YY_BREAK
  887. | #define YY_BREAK break;
  888. | #endif
  889. |
  890. | #define YY_RULE_SETUP \
  891. | YY_USER_ACTION
  892. |
  893. | /** The main scanner function which does all the work.
  894. | */
  895. | YY_DECL
  896. | {
  897. | register yy_state_type yy_current_state;
  898. | register char *yy_cp, *yy_bp;
  899. | register int yy_act;
  900. |
  901. | #line 1 "conftest.l"
  902. |
  903. | #line 666 "lex.yy.c"
  904. |
  905. | if ( !(yy_init) )
  906. | {
  907. | (yy_init) = 1;
  908. |
  909. | #ifdef YY_USER_INIT
  910. | YY_USER_INIT;
  911. | #endif
  912. |
  913. | /* Create the reject buffer large enough to save one state per allowed character. */
  914. | if ( ! (yy_state_buf) )
  915. | (yy_state_buf) = (yy_state_type *)yyalloc(YY_STATE_BUF_SIZE );
  916. | if ( ! (yy_state_buf) )
  917. | YY_FATAL_ERROR( "out of dynamic memory in yylex()" );
  918. |
  919. | if ( ! (yy_start) )
  920. | (yy_start) = 1; /* first start state */
  921. |
  922. | if ( ! yyin )
  923. | yyin = stdin;
  924. |
  925. | if ( ! yyout )
  926. | yyout = stdout;
  927. |
  928. | if ( ! YY_CURRENT_BUFFER ) {
  929. | yyensure_buffer_stack ();
  930. | YY_CURRENT_BUFFER_LVALUE =
  931. | yy_create_buffer(yyin,YY_BUF_SIZE );
  932. | }
  933. |
  934. | yy_load_buffer_state( );
  935. | }
  936. |
  937. | while ( 1 ) /* loops until end-of-file is reached */
  938. | {
  939. | (yy_more_len) = 0;
  940. | if ( (yy_more_flag) )
  941. | {
  942. | (yy_more_len) = (yy_c_buf_p) - (yytext_ptr);
  943. | (yy_more_flag) = 0;
  944. | }
  945. | yy_cp = (yy_c_buf_p);
  946. |
  947. | /* Support of yytext. */
  948. | *yy_cp = (yy_hold_char);
  949. |
  950. | /* yy_bp points to the position in yy_ch_buf of the start of
  951. | * the current run.
  952. | */
  953. | yy_bp = yy_cp;
  954. |
  955. | yy_current_state = (yy_start);
  956. |
  957. | (yy_state_ptr) = (yy_state_buf);
  958. | *(yy_state_ptr)++ = yy_current_state;
  959. |
  960. | yy_match:
  961. | do
  962. | {
  963. | register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)];
  964. | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
  965. | {
  966. | yy_current_state = (int) yy_def[yy_current_state];
  967. | if ( yy_current_state >= 13 )
  968. | yy_c = yy_meta[(unsigned int) yy_c];
  969. | }
  970. | yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
  971. | *(yy_state_ptr)++ = yy_current_state;
  972. | ++yy_cp;
  973. | }
  974. | while ( yy_base[yy_current_state] != 10 );
  975. |
  976. | yy_find_action:
  977. | yy_current_state = *--(yy_state_ptr);
  978. | (yy_lp) = yy_accept[yy_current_state];
  979. | find_rule: /* we branch to this label when backing up */
  980. | for ( ; ; ) /* until we find what rule we matched */
  981. | {
  982. | if ( (yy_lp) && (yy_lp) < yy_accept[yy_current_state + 1] )
  983. | {
  984. | yy_act = yy_acclist[(yy_lp)];
  985. | {
  986. | (yy_full_match) = yy_cp;
  987. | break;
  988. | }
  989. | }
  990. | --yy_cp;
  991. | yy_current_state = *--(yy_state_ptr);
  992. | (yy_lp) = yy_accept[yy_current_state];
  993. | }
  994. |
  995. | YY_DO_BEFORE_ACTION;
  996. |
  997. | do_action: /* This label is used only to access EOF actions. */
  998. |
  999. | switch ( yy_act )
  1000. | { /* beginning of action switch */
  1001. | case 1:
  1002. | YY_RULE_SETUP
  1003. | #line 2 "conftest.l"
  1004. | { ECHO; }
  1005. | YY_BREAK
  1006. | case 2:
  1007. | YY_RULE_SETUP
  1008. | #line 3 "conftest.l"
  1009. | { REJECT; }
  1010. | YY_BREAK
  1011. | case 3:
  1012. | YY_RULE_SETUP
  1013. | #line 4 "conftest.l"
  1014. | { yymore (); }
  1015. | YY_BREAK
  1016. | case 4:
  1017. | YY_RULE_SETUP
  1018. | #line 5 "conftest.l"
  1019. | { yyless (1); }
  1020. | YY_BREAK
  1021. | case 5:
  1022. | YY_RULE_SETUP
  1023. | #line 6 "conftest.l"
  1024. | { yyless (input () != 0); }
  1025. | YY_BREAK
  1026. | case 6:
  1027. | YY_RULE_SETUP
  1028. | #line 7 "conftest.l"
  1029. | { unput (yytext[0]); }
  1030. | YY_BREAK
  1031. | case 7:
  1032. | YY_RULE_SETUP
  1033. | #line 8 "conftest.l"
  1034. | { BEGIN INITIAL; }
  1035. | YY_BREAK
  1036. | case 8:
  1037. | YY_RULE_SETUP
  1038. | #line 9 "conftest.l"
  1039. | ECHO;
  1040. | YY_BREAK
  1041. | #line 804 "lex.yy.c"
  1042. | case YY_STATE_EOF(INITIAL):
  1043. | yyterminate();
  1044. |
  1045. | case YY_END_OF_BUFFER:
  1046. | {
  1047. | /* Amount of text matched not including the EOB char. */
  1048. | int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
  1049. |
  1050. | /* Undo the effects of YY_DO_BEFORE_ACTION. */
  1051. | *yy_cp = (yy_hold_char);
  1052. | YY_RESTORE_YY_MORE_OFFSET
  1053. |
  1054. | if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW )
  1055. | {
  1056. | /* We're scanning a new file or input source. It's
  1057. | * possible that this happened because the user
  1058. | * just pointed yyin at a new source and called
  1059. | * yylex(). If so, then we have to assure
  1060. | * consistency between YY_CURRENT_BUFFER and our
  1061. | * globals. Here is the right place to do so, because
  1062. | * this is the first action (other than possibly a
  1063. | * back-up) that will match for the new input source.
  1064. | */
  1065. | (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
  1066. | YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin;
  1067. | YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL;
  1068. | }
  1069. |
  1070. | /* Note that here we test for yy_c_buf_p "<=" to the position
  1071. | * of the first EOB in the buffer, since yy_c_buf_p will
  1072. | * already have been incremented past the NUL character
  1073. | * (since all states make transitions on EOB to the
  1074. | * end-of-buffer state). Contrast this with the test
  1075. | * in input().
  1076. | */
  1077. | if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
  1078. | { /* This was really a NUL. */
  1079. | yy_state_type yy_next_state;
  1080. |
  1081. | (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
  1082. |
  1083. | yy_current_state = yy_get_previous_state( );
  1084. |
  1085. | /* Okay, we're now positioned to make the NUL
  1086. | * transition. We couldn't have
  1087. | * yy_get_previous_state() go ahead and do it
  1088. | * for us because it doesn't know how to deal
  1089. | * with the possibility of jamming (and we don't
  1090. | * want to build jamming into it because then it
  1091. | * will run more slowly).
  1092. | */
  1093. |
  1094. | yy_next_state = yy_try_NUL_trans( yy_current_state );
  1095. |
  1096. | yy_bp = (yytext_ptr) + YY_MORE_ADJ;
  1097. |
  1098. | if ( yy_next_state )
  1099. | {
  1100. | /* Consume the NUL. */
  1101. | yy_cp = ++(yy_c_buf_p);
  1102. | yy_current_state = yy_next_state;
  1103. | goto yy_match;
  1104. | }
  1105. |
  1106. | else
  1107. | {
  1108. | yy_cp = (yy_c_buf_p);
  1109. | goto yy_find_action;
  1110. | }
  1111. | }
  1112. |
  1113. | else switch ( yy_get_next_buffer( ) )
  1114. | {
  1115. | case EOB_ACT_END_OF_FILE:
  1116. | {
  1117. | (yy_did_buffer_switch_on_eof) = 0;
  1118. |
  1119. | if ( yywrap( ) )
  1120. | {
  1121. | /* Note: because we've taken care in
  1122. | * yy_get_next_buffer() to have set up
  1123. | * yytext, we can now set up
  1124. | * yy_c_buf_p so that if some total
  1125. | * hoser (like flex itself) wants to
  1126. | * call the scanner after we return the
  1127. | * YY_NULL, it'll still work - another
  1128. | * YY_NULL will get returned.
  1129. | */
  1130. | (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ;
  1131. |
  1132. | yy_act = YY_STATE_EOF(YY_START);
  1133. | goto do_action;
  1134. | }
  1135. |
  1136. | else
  1137. | {
  1138. | if ( ! (yy_did_buffer_switch_on_eof) )
  1139. | YY_NEW_FILE;
  1140. | }
  1141. | break;
  1142. | }
  1143. |
  1144. | case EOB_ACT_CONTINUE_SCAN:
  1145. | (yy_c_buf_p) =
  1146. | (yytext_ptr) + yy_amount_of_matched_text;
  1147. |
  1148. | yy_current_state = yy_get_previous_state( );
  1149. |
  1150. | yy_cp = (yy_c_buf_p);
  1151. | yy_bp = (yytext_ptr) + YY_MORE_ADJ;
  1152. | goto yy_match;
  1153. |
  1154. | case EOB_ACT_LAST_MATCH:
  1155. | (yy_c_buf_p) =
  1156. | &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)];
  1157. |
  1158. | yy_current_state = yy_get_previous_state( );
  1159. |
  1160. | yy_cp = (yy_c_buf_p);
  1161. | yy_bp = (yytext_ptr) + YY_MORE_ADJ;
  1162. | goto yy_find_action;
  1163. | }
  1164. | break;
  1165. | }
  1166. |
  1167. | default:
  1168. | YY_FATAL_ERROR(
  1169. | "fatal flex scanner internal error--no action found" );
  1170. | } /* end of action switch */
  1171. | } /* end of scanning one token */
  1172. | } /* end of yylex */
  1173. |
  1174. | /* yy_get_next_buffer - try to read in a new buffer
  1175. | *
  1176. | * Returns a code representing an action:
  1177. | * EOB_ACT_LAST_MATCH -
  1178. | * EOB_ACT_CONTINUE_SCAN - continue scanning from current position
  1179. | * EOB_ACT_END_OF_FILE - end of file
  1180. | */
  1181. | static int yy_get_next_buffer (void)
  1182. | {
  1183. | register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
  1184. | register char *source = (yytext_ptr);
  1185. | register int number_to_move, i;
  1186. | int ret_val;
  1187. |
  1188. | if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] )
  1189. | YY_FATAL_ERROR(
  1190. | "fatal flex scanner internal error--end of buffer missed" );
  1191. |
  1192. | if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 )
  1193. | { /* Don't try to fill the buffer, so this is an EOF. */
  1194. | if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 )
  1195. | {
  1196. | /* We matched a single character, the EOB, so
  1197. | * treat this as a final EOF.
  1198. | */
  1199. | return EOB_ACT_END_OF_FILE;
  1200. | }
  1201. |
  1202. | else
  1203. | {
  1204. | /* We matched some text prior to the EOB, first
  1205. | * process it.
  1206. | */
  1207. | return EOB_ACT_LAST_MATCH;
  1208. | }
  1209. | }
  1210. |
  1211. | /* Try to read more data. */
  1212. |
  1213. | /* First move last chars to start of buffer. */
  1214. | number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1;
  1215. |
  1216. | for ( i = 0; i < number_to_move; ++i )
  1217. | *(dest++) = *(source++);
  1218. |
  1219. | if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING )
  1220. | /* don't do the read, it's not guaranteed to return an EOF,
  1221. | * just force an EOF
  1222. | */
  1223. | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0;
  1224. |
  1225. | else
  1226. | {
  1227. | int num_to_read =
  1228. | YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
  1229. |
  1230. | while ( num_to_read <= 0 )
  1231. | { /* Not enough room in the buffer - grow it. */
  1232. |
  1233. | YY_FATAL_ERROR(
  1234. | "input buffer overflow, can't enlarge buffer because scanner uses REJECT" );
  1235. |
  1236. | }
  1237. |
  1238. | if ( num_to_read > YY_READ_BUF_SIZE )
  1239. | num_to_read = YY_READ_BUF_SIZE;
  1240. |
  1241. | /* Read in more data. */
  1242. | YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
  1243. | (yy_n_chars), (size_t) num_to_read );
  1244. |
  1245. | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
  1246. | }
  1247. |
  1248. | if ( (yy_n_chars) == 0 )
  1249. | {
  1250. | if ( number_to_move == YY_MORE_ADJ )
  1251. | {
  1252. | ret_val = EOB_ACT_END_OF_FILE;
  1253. | yyrestart(yyin );
  1254. | }
  1255. |
  1256. | else
  1257. | {
  1258. | ret_val = EOB_ACT_LAST_MATCH;
  1259. | YY_CURRENT_BUFFER_LVALUE->yy_buffer_status =
  1260. | YY_BUFFER_EOF_PENDING;
  1261. | }
  1262. | }
  1263. |
  1264. | else
  1265. | ret_val = EOB_ACT_CONTINUE_SCAN;
  1266. |
  1267. | if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
  1268. | /* Extend the array by 50%, plus the number we really need. */
  1269. | yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1);
  1270. | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size );
  1271. | if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
  1272. | YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" );
  1273. | }
  1274. |
  1275. | (yy_n_chars) += number_to_move;
  1276. | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR;
  1277. | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR;
  1278. |
  1279. | (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0];
  1280. |
  1281. | return ret_val;
  1282. | }
  1283. |
  1284. | /* yy_get_previous_state - get the state just before the EOB char was reached */
  1285. |
  1286. | static yy_state_type yy_get_previous_state (void)
  1287. | {
  1288. | register yy_state_type yy_current_state;
  1289. | register char *yy_cp;
  1290. |
  1291. | yy_current_state = (yy_start);
  1292. |
  1293. | (yy_state_ptr) = (yy_state_buf);
  1294. | *(yy_state_ptr)++ = yy_current_state;
  1295. |
  1296. | for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp )
  1297. | {
  1298. | register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
  1299. | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
  1300. | {
  1301. | yy_current_state = (int) yy_def[yy_current_state];
  1302. | if ( yy_current_state >= 13 )
  1303. | yy_c = yy_meta[(unsigned int) yy_c];
  1304. | }
  1305. | yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
  1306. | *(yy_state_ptr)++ = yy_current_state;
  1307. | }
  1308. |
  1309. | return yy_current_state;
  1310. | }
  1311. |
  1312. | /* yy_try_NUL_trans - try to make a transition on the NUL character
  1313. | *
  1314. | * synopsis
  1315. | * next_state = yy_try_NUL_trans( current_state );
  1316. | */
  1317. | static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state )
  1318. | {
  1319. | register int yy_is_jam;
  1320. |
  1321. | register YY_CHAR yy_c = 1;
  1322. | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
  1323. | {
  1324. | yy_current_state = (int) yy_def[yy_current_state];
  1325. | if ( yy_current_state >= 13 )
  1326. | yy_c = yy_meta[(unsigned int) yy_c];
  1327. | }
  1328. | yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
  1329. | yy_is_jam = (yy_current_state == 12);
  1330. | if ( ! yy_is_jam )
  1331. | *(yy_state_ptr)++ = yy_current_state;
  1332. |
  1333. | return yy_is_jam ? 0 : yy_current_state;
  1334. | }
  1335. |
  1336. | static void yyunput (int c, register char * yy_bp )
  1337. | {
  1338. | register char *yy_cp;
  1339. |
  1340. | yy_cp = (yy_c_buf_p);
  1341. |
  1342. | /* undo effects of setting up yytext */
  1343. | *yy_cp = (yy_hold_char);
  1344. |
  1345. | if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
  1346. | { /* need to shift things up to make room */
  1347. | /* +2 for EOB chars. */
  1348. | register int number_to_move = (yy_n_chars) + 2;
  1349. | register char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[
  1350. | YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2];
  1351. | register char *source =
  1352. | &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move];
  1353. |
  1354. | while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
  1355. | *--dest = *--source;
  1356. |
  1357. | yy_cp += (int) (dest - source);
  1358. | yy_bp += (int) (dest - source);
  1359. | YY_CURRENT_BUFFER_LVALUE->yy_n_chars =
  1360. | (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_buf_size;
  1361. |
  1362. | if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
  1363. | YY_FATAL_ERROR( "flex scanner push-back overflow" );
  1364. | }
  1365. |
  1366. | *--yy_cp = (char) c;
  1367. |
  1368. | (yytext_ptr) = yy_bp;
  1369. | (yy_hold_char) = *yy_cp;
  1370. | (yy_c_buf_p) = yy_cp;
  1371. | }
  1372. |
  1373. | #ifndef YY_NO_INPUT
  1374. | #ifdef __cplusplus
  1375. | static int yyinput (void)
  1376. | #else
  1377. | static int input (void)
  1378. | #endif
  1379. |
  1380. | {
  1381. | int c;
  1382. |
  1383. | *(yy_c_buf_p) = (yy_hold_char);
  1384. |
  1385. | if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR )
  1386. | {
  1387. | /* yy_c_buf_p now points to the character we want to return.
  1388. | * If this occurs *before* the EOB characters, then it's a
  1389. | * valid NUL; if not, then we've hit the end of the buffer.
  1390. | */
  1391. | if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
  1392. | /* This was really a NUL. */
  1393. | *(yy_c_buf_p) = '\0';
  1394. |
  1395. | else
  1396. | { /* need more input */
  1397. | int offset = (yy_c_buf_p) - (yytext_ptr);
  1398. | ++(yy_c_buf_p);
  1399. |
  1400. | switch ( yy_get_next_buffer( ) )
  1401. | {
  1402. | case EOB_ACT_LAST_MATCH:
  1403. | /* This happens because yy_g_n_b()
  1404. | * sees that we've accumulated a
  1405. | * token and flags that we need to
  1406. | * try matching the token before
  1407. | * proceeding. But for input(),
  1408. | * there's no matching to consider.
  1409. | * So convert the EOB_ACT_LAST_MATCH
  1410. | * to EOB_ACT_END_OF_FILE.
  1411. | */
  1412. |
  1413. | /* Reset buffer status. */
  1414. | yyrestart(yyin );
  1415. |
  1416. | /*FALLTHROUGH*/
  1417. |
  1418. | case EOB_ACT_END_OF_FILE:
  1419. | {
  1420. | if ( yywrap( ) )
  1421. | return EOF;
  1422. |
  1423. | if ( ! (yy_did_buffer_switch_on_eof) )
  1424. | YY_NEW_FILE;
  1425. | #ifdef __cplusplus
  1426. | return yyinput();
  1427. | #else
  1428. | return input();
  1429. | #endif
  1430. | }
  1431. |
  1432. | case EOB_ACT_CONTINUE_SCAN:
  1433. | (yy_c_buf_p) = (yytext_ptr) + offset;
  1434. | break;
  1435. | }
  1436. | }
  1437. | }
  1438. |
  1439. | c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */
  1440. | *(yy_c_buf_p) = '\0'; /* preserve yytext */
  1441. | (yy_hold_char) = *++(yy_c_buf_p);
  1442. |
  1443. | return c;
  1444. | }
  1445. | #endif /* ifndef YY_NO_INPUT */
  1446. |
  1447. | /** Immediately switch to a different input stream.
  1448. | * @param input_file A readable stream.
  1449. | *
  1450. | * @note This function does not reset the start condition to @c INITIAL .
  1451. | */
  1452. | void yyrestart (FILE * input_file )
  1453. | {
  1454. |
  1455. | if ( ! YY_CURRENT_BUFFER ){
  1456. | yyensure_buffer_stack ();
  1457. | YY_CURRENT_BUFFER_LVALUE =
  1458. | yy_create_buffer(yyin,YY_BUF_SIZE );
  1459. | }
  1460. |
  1461. | yy_init_buffer(YY_CURRENT_BUFFER,input_file );
  1462. | yy_load_buffer_state( );
  1463. | }
  1464. |
  1465. | /** Switch to a different input buffer.
  1466. | * @param new_buffer The new input buffer.
  1467. | *
  1468. | */
  1469. | void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer )
  1470. | {
  1471. |
  1472. | /* TODO. We should be able to replace this entire function body
  1473. | * with
  1474. | * yypop_buffer_state();
  1475. | * yypush_buffer_state(new_buffer);
  1476. | */
  1477. | yyensure_buffer_stack ();
  1478. | if ( YY_CURRENT_BUFFER == new_buffer )
  1479. | return;
  1480. |
  1481. | if ( YY_CURRENT_BUFFER )
  1482. | {
  1483. | /* Flush out information for old buffer. */
  1484. | *(yy_c_buf_p) = (yy_hold_char);
  1485. | YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
  1486. | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
  1487. | }
  1488. |
  1489. | YY_CURRENT_BUFFER_LVALUE = new_buffer;
  1490. | yy_load_buffer_state( );
  1491. |
  1492. | /* We don't actually know whether we did this switch during
  1493. | * EOF (yywrap()) processing, but the only time this flag
  1494. | * is looked at is after yywrap() is called, so it's safe
  1495. | * to go ahead and always set it.
  1496. | */
  1497. | (yy_did_buffer_switch_on_eof) = 1;
  1498. | }
  1499. |
  1500. | static void yy_load_buffer_state (void)
  1501. | {
  1502. | (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
  1503. | (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos;
  1504. | yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file;
  1505. | (yy_hold_char) = *(yy_c_buf_p);
  1506. | }
  1507. |
  1508. | /** Allocate and initialize an input buffer state.
  1509. | * @param file A readable stream.
  1510. | * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
  1511. | *
  1512. | * @return the allocated buffer state.
  1513. | */
  1514. | YY_BUFFER_STATE yy_create_buffer (FILE * file, int size )
  1515. | {
  1516. | YY_BUFFER_STATE b;
  1517. |
  1518. | b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
  1519. | if ( ! b )
  1520. | YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
  1521. |
  1522. | b->yy_buf_size = size;
  1523. |
  1524. | /* yy_ch_buf has to be 2 characters longer than the size given because
  1525. | * we need to put in 2 end-of-buffer characters.
  1526. | */
  1527. | b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2 );
  1528. | if ( ! b->yy_ch_buf )
  1529. | YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
  1530. |
  1531. | b->yy_is_our_buffer = 1;
  1532. |
  1533. | yy_init_buffer(b,file );
  1534. |
  1535. | return b;
  1536. | }
  1537. |
  1538. | /** Destroy the buffer.
  1539. | * @param b a buffer created with yy_create_buffer()
  1540. | *
  1541. | */
  1542. | void yy_delete_buffer (YY_BUFFER_STATE b )
  1543. | {
  1544. |
  1545. | if ( ! b )
  1546. | return;
  1547. |
  1548. | if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */
  1549. | YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
  1550. |
  1551. | if ( b->yy_is_our_buffer )
  1552. | yyfree((void *) b->yy_ch_buf );
  1553. |
  1554. | yyfree((void *) b );
  1555. | }
  1556. |
  1557. | #ifndef __cplusplus
  1558. | extern int isatty (int );
  1559. | #endif /* __cplusplus */
  1560. |
  1561. | /* Initializes or reinitializes a buffer.
  1562. | * This function is sometimes called more than once on the same buffer,
  1563. | * such as during a yyrestart() or at EOF.
  1564. | */
  1565. | static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file )
  1566. |
  1567. | {
  1568. | int oerrno = errno;
  1569. |
  1570. | yy_flush_buffer(b );
  1571. |
  1572. | b->yy_input_file = file;
  1573. | b->yy_fill_buffer = 1;
  1574. |
  1575. | /* If b is the current buffer, then yy_init_buffer was _probably_
  1576. | * called from yyrestart() or through yy_get_next_buffer.
  1577. | * In that case, we don't want to reset the lineno or column.
  1578. | */
  1579. | if (b != YY_CURRENT_BUFFER){
  1580. | b->yy_bs_lineno = 1;
  1581. | b->yy_bs_column = 0;
  1582. | }
  1583. |
  1584. | b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
  1585. |
  1586. | errno = oerrno;
  1587. | }
  1588. |
  1589. | /** Discard all buffered characters. On the next scan, YY_INPUT will be called.
  1590. | * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.
  1591. | *
  1592. | */
  1593. | void yy_flush_buffer (YY_BUFFER_STATE b )
  1594. | {
  1595. | if ( ! b )
  1596. | return;
  1597. |
  1598. | b->yy_n_chars = 0;
  1599. |
  1600. | /* We always need two end-of-buffer characters. The first causes
  1601. | * a transition to the end-of-buffer state. The second causes
  1602. | * a jam in that state.
  1603. | */
  1604. | b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR;
  1605. | b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR;
  1606. |
  1607. | b->yy_buf_pos = &b->yy_ch_buf[0];
  1608. |
  1609. | b->yy_at_bol = 1;
  1610. | b->yy_buffer_status = YY_BUFFER_NEW;
  1611. |
  1612. | if ( b == YY_CURRENT_BUFFER )
  1613. | yy_load_buffer_state( );
  1614. | }
  1615. |
  1616. | /** Pushes the new state onto the stack. The new state becomes
  1617. | * the current state. This function will allocate the stack
  1618. | * if necessary.
  1619. | * @param new_buffer The new state.
  1620. | *
  1621. | */
  1622. | void yypush_buffer_state (YY_BUFFER_STATE new_buffer )
  1623. | {
  1624. | if (new_buffer == NULL)
  1625. | return;
  1626. |
  1627. | yyensure_buffer_stack();
  1628. |
  1629. | /* This block is copied from yy_switch_to_buffer. */
  1630. | if ( YY_CURRENT_BUFFER )
  1631. | {
  1632. | /* Flush out information for old buffer. */
  1633. | *(yy_c_buf_p) = (yy_hold_char);
  1634. | YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
  1635. | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
  1636. | }
  1637. |
  1638. | /* Only push if top exists. Otherwise, replace top. */
  1639. | if (YY_CURRENT_BUFFER)
  1640. | (yy_buffer_stack_top)++;
  1641. | YY_CURRENT_BUFFER_LVALUE = new_buffer;
  1642. |
  1643. | /* copied from yy_switch_to_buffer. */
  1644. | yy_load_buffer_state( );
  1645. | (yy_did_buffer_switch_on_eof) = 1;
  1646. | }
  1647. |
  1648. | /** Removes and deletes the top of the stack, if present.
  1649. | * The next element becomes the new top.
  1650. | *
  1651. | */
  1652. | void yypop_buffer_state (void)
  1653. | {
  1654. | if (!YY_CURRENT_BUFFER)
  1655. | return;
  1656. |
  1657. | yy_delete_buffer(YY_CURRENT_BUFFER );
  1658. | YY_CURRENT_BUFFER_LVALUE = NULL;
  1659. | if ((yy_buffer_stack_top) > 0)
  1660. | --(yy_buffer_stack_top);
  1661. |
  1662. | if (YY_CURRENT_BUFFER) {
  1663. | yy_load_buffer_state( );
  1664. | (yy_did_buffer_switch_on_eof) = 1;
  1665. | }
  1666. | }
  1667. |
  1668. | /* Allocates the stack if it does not exist.
  1669. | * Guarantees space for at least one push.
  1670. | */
  1671. | static void yyensure_buffer_stack (void)
  1672. | {
  1673. | int num_to_alloc;
  1674. |
  1675. | if (!(yy_buffer_stack)) {
  1676. |
  1677. | /* First allocation is just for 2 elements, since we don't know if this
  1678. | * scanner will even need a stack. We use 2 instead of 1 to avoid an
  1679. | * immediate realloc on the next call.
  1680. | */
  1681. | num_to_alloc = 1;
  1682. | (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
  1683. | (num_to_alloc * sizeof(struct yy_buffer_state*)
  1684. | );
  1685. | if ( ! (yy_buffer_stack) )
  1686. | YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
  1687. |
  1688. | memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
  1689. |
  1690. | (yy_buffer_stack_max) = num_to_alloc;
  1691. | (yy_buffer_stack_top) = 0;
  1692. | return;
  1693. | }
  1694. |
  1695. | if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
  1696. |
  1697. | /* Increase the buffer to prepare for a possible push. */
  1698. | int grow_size = 8 /* arbitrary grow size */;
  1699. |
  1700. | num_to_alloc = (yy_buffer_stack_max) + grow_size;
  1701. | (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc
  1702. | ((yy_buffer_stack),
  1703. | num_to_alloc * sizeof(struct yy_buffer_state*)
  1704. | );
  1705. | if ( ! (yy_buffer_stack) )
  1706. | YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
  1707. |
  1708. | /* zero only the new slots.*/
  1709. | memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
  1710. | (yy_buffer_stack_max) = num_to_alloc;
  1711. | }
  1712. | }
  1713. |
  1714. | /** Setup the input buffer state to scan directly from a user-specified character buffer.
  1715. | * @param base the character buffer
  1716. | * @param size the size in bytes of the character buffer
  1717. | *
  1718. | * @return the newly allocated buffer state object.
  1719. | */
  1720. | YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size )
  1721. | {
  1722. | YY_BUFFER_STATE b;
  1723. |
  1724. | if ( size < 2 ||
  1725. | base[size-2] != YY_END_OF_BUFFER_CHAR ||
  1726. | base[size-1] != YY_END_OF_BUFFER_CHAR )
  1727. | /* They forgot to leave room for the EOB's. */
  1728. | return 0;
  1729. |
  1730. | b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
  1731. | if ( ! b )
  1732. | YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" );
  1733. |
  1734. | b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */
  1735. | b->yy_buf_pos = b->yy_ch_buf = base;
  1736. | b->yy_is_our_buffer = 0;
  1737. | b->yy_input_file = 0;
  1738. | b->yy_n_chars = b->yy_buf_size;
  1739. | b->yy_is_interactive = 0;
  1740. | b->yy_at_bol = 1;
  1741. | b->yy_fill_buffer = 0;
  1742. | b->yy_buffer_status = YY_BUFFER_NEW;
  1743. |
  1744. | yy_switch_to_buffer(b );
  1745. |
  1746. | return b;
  1747. | }
  1748. |
  1749. | /** Setup the input buffer state to scan a string. The next call to yylex() will
  1750. | * scan from a @e copy of @a str.
  1751. | * @param yystr a NUL-terminated string to scan
  1752. | *
  1753. | * @return the newly allocated buffer state object.
  1754. | * @note If you want to scan bytes that may contain NUL values, then use
  1755. | * yy_scan_bytes() instead.
  1756. | */
  1757. | YY_BUFFER_STATE yy_scan_string (yyconst char * yystr )
  1758. | {
  1759. |
  1760. | return yy_scan_bytes(yystr,strlen(yystr) );
  1761. | }
  1762. |
  1763. | /** Setup the input buffer state to scan the given bytes. The next call to yylex() will
  1764. | * scan from a @e copy of @a bytes.
  1765. | * @param yybytes the byte buffer to scan
  1766. | * @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes.
  1767. | *
  1768. | * @return the newly allocated buffer state object.
  1769. | */
  1770. | YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, int _yybytes_len )
  1771. | {
  1772. | YY_BUFFER_STATE b;
  1773. | char *buf;
  1774. | yy_size_t n;
  1775. | int i;
  1776. |
  1777. | /* Get memory for full buffer, including space for trailing EOB's. */
  1778. | n = _yybytes_len + 2;
  1779. | buf = (char *) yyalloc(n );
  1780. | if ( ! buf )
  1781. | YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
  1782. |
  1783. | for ( i = 0; i < _yybytes_len; ++i )
  1784. | buf[i] = yybytes[i];
  1785. |
  1786. | buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR;
  1787. |
  1788. | b = yy_scan_buffer(buf,n );
  1789. | if ( ! b )
  1790. | YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" );
  1791. |
  1792. | /* It's okay to grow etc. this buffer, and we should throw it
  1793. | * away when we're done.
  1794. | */
  1795. | b->yy_is_our_buffer = 1;
  1796. |
  1797. | return b;
  1798. | }
  1799. |
  1800. | #ifndef YY_EXIT_FAILURE
  1801. | #define YY_EXIT_FAILURE 2
  1802. | #endif
  1803. |
  1804. | static void yy_fatal_error (yyconst char* msg )
  1805. | {
  1806. | (void) fprintf( stderr, "%s\n", msg );
  1807. | exit( YY_EXIT_FAILURE );
  1808. | }
  1809. |
  1810. | /* Redefine yyless() so it works in section 3 code. */
  1811. |
  1812. | #undef yyless
  1813. | #define yyless(n) \
  1814. | do \
  1815. | { \
  1816. | /* Undo effects of setting up yytext. */ \
  1817. | int yyless_macro_arg = (n); \
  1818. | YY_LESS_LINENO(yyless_macro_arg);\
  1819. | yytext[yyleng] = (yy_hold_char); \
  1820. | (yy_c_buf_p) = yytext + yyless_macro_arg; \
  1821. | (yy_hold_char) = *(yy_c_buf_p); \
  1822. | *(yy_c_buf_p) = '\0'; \
  1823. | yyleng = yyless_macro_arg; \
  1824. | } \
  1825. | while ( 0 )
  1826. |
  1827. | /* Accessor methods (get/set functions) to struct members. */
  1828. |
  1829. | /** Get the current line number.
  1830. | *
  1831. | */
  1832. | int yyget_lineno (void)
  1833. | {
  1834. |
  1835. | return yylineno;
  1836. | }
  1837. |
  1838. | /** Get the input stream.
  1839. | *
  1840. | */
  1841. | FILE *yyget_in (void)
  1842. | {
  1843. | return yyin;
  1844. | }
  1845. |
  1846. | /** Get the output stream.
  1847. | *
  1848. | */
  1849. | FILE *yyget_out (void)
  1850. | {
  1851. | return yyout;
  1852. | }
  1853. |
  1854. | /** Get the length of the current token.
  1855. | *
  1856. | */
  1857. | int yyget_leng (void)
  1858. | {
  1859. | return yyleng;
  1860. | }
  1861. |
  1862. | /** Get the current token.
  1863. | *
  1864. | */
  1865. |
  1866. | char *yyget_text (void)
  1867. | {
  1868. | return yytext;
  1869. | }
  1870. |
  1871. | /** Set the current line number.
  1872. | * @param line_number
  1873. | *
  1874. | */
  1875. | void yyset_lineno (int line_number )
  1876. | {
  1877. |
  1878. | yylineno = line_number;
  1879. | }
  1880. |
  1881. | /** Set the input stream. This does not discard the current
  1882. | * input buffer.
  1883. | * @param in_str A readable stream.
  1884. | *
  1885. | * @see yy_switch_to_buffer
  1886. | */
  1887. | void yyset_in (FILE * in_str )
  1888. | {
  1889. | yyin = in_str ;
  1890. | }
  1891. |
  1892. | void yyset_out (FILE * out_str )
  1893. | {
  1894. | yyout = out_str ;
  1895. | }
  1896. |
  1897. | int yyget_debug (void)
  1898. | {
  1899. | return yy_flex_debug;
  1900. | }
  1901. |
  1902. | void yyset_debug (int bdebug )
  1903. | {
  1904. | yy_flex_debug = bdebug ;
  1905. | }
  1906. |
  1907. | static int yy_init_globals (void)
  1908. | {
  1909. | /* Initialization is the same as for the non-reentrant scanner.
  1910. | * This function is called from yylex_destroy(), so don't allocate here.
  1911. | */
  1912. |
  1913. | (yy_buffer_stack) = 0;
  1914. | (yy_buffer_stack_top) = 0;
  1915. | (yy_buffer_stack_max) = 0;
  1916. | (yy_c_buf_p) = (char *) 0;
  1917. | (yy_init) = 0;
  1918. | (yy_start) = 0;
  1919. |
  1920. | (yy_state_buf) = 0;
  1921. | (yy_state_ptr) = 0;
  1922. | (yy_full_match) = 0;
  1923. | (yy_lp) = 0;
  1924. |
  1925. | /* Defined in main.c */
  1926. | #ifdef YY_STDINIT
  1927. | yyin = stdin;
  1928. | yyout = stdout;
  1929. | #else
  1930. | yyin = (FILE *) 0;
  1931. | yyout = (FILE *) 0;
  1932. | #endif
  1933. |
  1934. | /* For future reference: Set errno on error, since we are called by
  1935. | * yylex_init()
  1936. | */
  1937. | return 0;
  1938. | }
  1939. |
  1940. | /* yylex_destroy is for both reentrant and non-reentrant scanners. */
  1941. | int yylex_destroy (void)
  1942. | {
  1943. |
  1944. | /* Pop the buffer stack, destroying each element. */
  1945. | while(YY_CURRENT_BUFFER){
  1946. | yy_delete_buffer(YY_CURRENT_BUFFER );
  1947. | YY_CURRENT_BUFFER_LVALUE = NULL;
  1948. | yypop_buffer_state();
  1949. | }
  1950. |
  1951. | /* Destroy the stack itself. */
  1952. | yyfree((yy_buffer_stack) );
  1953. | (yy_buffer_stack) = NULL;
  1954. |
  1955. | yyfree ( (yy_state_buf) );
  1956. | (yy_state_buf) = NULL;
  1957. |
  1958. | /* Reset the globals. This is important in a non-reentrant scanner so the next time
  1959. | * yylex() is called, initialization will occur. */
  1960. | yy_init_globals( );
  1961. |
  1962. | return 0;
  1963. | }
  1964. |
  1965. | /*
  1966. | * Internal utility routines.
  1967. | */
  1968. |
  1969. | #ifndef yytext_ptr
  1970. | static void yy_flex_strncpy (char* s1, yyconst char * s2, int n )
  1971. | {
  1972. | register int i;
  1973. | for ( i = 0; i < n; ++i )
  1974. | s1[i] = s2[i];
  1975. | }
  1976. | #endif
  1977. |
  1978. | #ifdef YY_NEED_STRLEN
  1979. | static int yy_flex_strlen (yyconst char * s )
  1980. | {
  1981. | register int n;
  1982. | for ( n = 0; s[n]; ++n )
  1983. | ;
  1984. |
  1985. | return n;
  1986. | }
  1987. | #endif
  1988. |
  1989. | void *yyalloc (yy_size_t size )
  1990. | {
  1991. | return (void *) malloc( size );
  1992. | }
  1993. |
  1994. | void *yyrealloc (void * ptr, yy_size_t size )
  1995. | {
  1996. | /* The cast to (char *) in the following accommodates both
  1997. | * implementations that use char* generic pointers, and those
  1998. | * that use void* generic pointers. It works with the latter
  1999. | * because both ANSI C and C++ allow castless assignment from
  2000. | * any pointer type to void*, and deal with argument conversions
  2001. | * as though doing an assignment.
  2002. | */
  2003. | return (void *) realloc( (char *) ptr, size );
  2004. | }
  2005. |
  2006. | void yyfree (void * ptr )
  2007. | {
  2008. | free( (char *) ptr ); /* see yyrealloc() for (char *) cast */
  2009. | }
  2010. |
  2011. | #define YYTABLES_NAME "yytables"
  2012. |
  2013. | #line 9 "conftest.l"
  2014. |
  2015. |
  2016. | #ifdef YYTEXT_POINTER
  2017. | extern char *yytext;
  2018. | #endif
  2019. | int
  2020. | main (void)
  2021. | {
  2022. | return ! yylex () + ! yywrap ();
  2023. | }
  2024. configure:5775: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c -lfl >&5
  2025. configure:5782: $? = 0
  2026. configure:5806: result: -lfl
  2027. configure:5812: checking whether yytext is a pointer
  2028. configure:5833: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c -lfl >&5
  2029. configure:5840: $? = 0
  2030. configure:5862: result: yes
  2031. configure:5888: checking for a BSD-compatible install
  2032. configure:5956: result: /usr/bin/install -c
  2033. configure:6010: checking for ranlib
  2034. configure:6026: found /usr/bin/ranlib
  2035. configure:6037: result: ranlib
  2036. configure:6063: checking for bison
  2037. configure:6079: found /usr/bin/bison
  2038. configure:6090: result: bison -y
  2039. configure:6146: checking for ranlib
  2040. configure:6173: result: ranlib
  2041. configure:6238: checking for strip
  2042. configure:6254: found /usr/bin/strip
  2043. configure:6265: result: strip
  2044. configure:6330: checking for ar
  2045. configure:6346: found /usr/bin/ar
  2046. configure:6357: result: ar
  2047. configure:6422: checking for ld
  2048. configure:6438: found /usr/bin/ld
  2049. configure:6449: result: ld
  2050. configure:6625: checking for zlib >= 1.1.4
  2051. configure:6756: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c -lz >&5
  2052. conftest.c: In function 'main':
  2053. conftest.c:19: warning: initialization discards qualifiers from pointer target type
  2054. configure:6760: $? = 0
  2055. configure:6766: ./conftest
  2056. configure:6770: $? = 0
  2057. configure:6793: result: yes (version 1.2.3.3)
  2058. configure:6833: checking for ANSI C header files
  2059. configure:6863: gcc -c -Wall -g -O2 conftest.c >&5
  2060. configure:6870: $? = 0
  2061. configure:6969: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  2062. configure:6973: $? = 0
  2063. configure:6979: ./conftest
  2064. configure:6983: $? = 0
  2065. configure:7001: result: yes
  2066. configure:7025: checking for sys/types.h
  2067. configure:7046: gcc -c -Wall -g -O2 conftest.c >&5
  2068. configure:7053: $? = 0
  2069. configure:7070: result: yes
  2070. configure:7025: checking for sys/stat.h
  2071. configure:7046: gcc -c -Wall -g -O2 conftest.c >&5
  2072. configure:7053: $? = 0
  2073. configure:7070: result: yes
  2074. configure:7025: checking for stdlib.h
  2075. configure:7046: gcc -c -Wall -g -O2 conftest.c >&5
  2076. configure:7053: $? = 0
  2077. configure:7070: result: yes
  2078. configure:7025: checking for string.h
  2079. configure:7046: gcc -c -Wall -g -O2 conftest.c >&5
  2080. configure:7053: $? = 0
  2081. configure:7070: result: yes
  2082. configure:7025: checking for memory.h
  2083. configure:7046: gcc -c -Wall -g -O2 conftest.c >&5
  2084. configure:7053: $? = 0
  2085. configure:7070: result: yes
  2086. configure:7025: checking for strings.h
  2087. configure:7046: gcc -c -Wall -g -O2 conftest.c >&5
  2088. configure:7053: $? = 0
  2089. configure:7070: result: yes
  2090. configure:7025: checking for inttypes.h
  2091. configure:7046: gcc -c -Wall -g -O2 conftest.c >&5
  2092. configure:7053: $? = 0
  2093. configure:7070: result: yes
  2094. configure:7025: checking for stdint.h
  2095. configure:7046: gcc -c -Wall -g -O2 conftest.c >&5
  2096. configure:7053: $? = 0
  2097. configure:7070: result: yes
  2098. configure:7025: checking for unistd.h
  2099. configure:7046: gcc -c -Wall -g -O2 conftest.c >&5
  2100. configure:7053: $? = 0
  2101. configure:7070: result: yes
  2102. configure:7131: checking for gdlib-config
  2103. configure:7150: found /usr/bin/gdlib-config
  2104. configure:7163: result: /usr/bin/gdlib-config
  2105. configure:7176: checking for gdlib version >= 2.0.0
  2106. configure:7219: result: yes (version 2.0.36)
  2107. configure:7236: checking gd.h usability
  2108. configure:7253: gcc -c -Wall -g -O2 -I/usr/include conftest.c >&5
  2109. configure:7260: $? = 0
  2110. configure:7274: result: yes
  2111. configure:7278: checking gd.h presence
  2112. configure:7293: gcc -E conftest.c
  2113. configure:7300: $? = 0
  2114. configure:7314: result: yes
  2115. configure:7347: checking for gd.h
  2116. configure:7354: result: yes
  2117. configure:7424: checking for sys/types.h
  2118. configure:7431: result: yes
  2119. configure:7570: checking for a POSIX compliant regex library
  2120. configure:7610: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  2121. conftest.c: In function 'main':
  2122. conftest.c:36: warning: 'pmatch' is used uninitialized in this function
  2123. configure:7617: $? = 0
  2124. configure:7641: result: yes
  2125. configure:7697: checking for libpng-config
  2126. configure:7716: found /usr/bin/libpng-config
  2127. configure:7729: result: /usr/bin/libpng-config
  2128. configure:7742: checking for libpng version >= 1.2.0
  2129. configure:7789: result: yes (version 1.2.35)
  2130. configure:8074: checking for File::Copy
  2131. configure:8077: result: ok
  2132. configure:8088: checking whether we need the GUI
  2133. configure:8110: result: yes
  2134. configure:8167: checking GeoIP.h usability
  2135. configure:8184: gcc -c -Wall -g -O2 conftest.c >&5
  2136. configure:8191: $? = 0
  2137. configure:8205: result: yes
  2138. configure:8209: checking GeoIP.h presence
  2139. configure:8224: gcc -E conftest.c
  2140. configure:8231: $? = 0
  2141. configure:8245: result: yes
  2142. configure:8278: checking for GeoIP.h
  2143. configure:8285: result: yes
  2144. configure:8356: checking for GeoIP_open in -lGeoIP
  2145. configure:8391: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c -lGeoIP >&5
  2146. configure:8398: $? = 0
  2147. configure:8419: result: yes
  2148. configure:8585: checking for the --with-toolkit option
  2149. configure:8588: result: will be automatically detected
  2150. configure:8624: checking for the --with-wxshared option
  2151. configure:8636: result: will be automatically detected
  2152. configure:8661: checking for the --with-wxdebug option
  2153. configure:8673: result: will be automatically detected
  2154. configure:8698: checking for the --with-wxversion option
  2155. configure:8701: result: will be automatically detected
  2156. configure:8807: checking for wx-config
  2157. configure:8826: found /usr/bin/wx-config
  2158. configure:8839: result: /usr/bin/wx-config
  2159. configure:8857: checking for wxWidgets version >= 2.8.0 (--unicode=yes)
  2160. configure:8901: result: yes (version 2.8.7)
  2161. configure:8905: checking for wxWidgets static library
  2162. configure:8909: result: no
  2163. configure:9120: checking if wxWidgets was built in DEBUG mode
  2164. configure:9132: result: no
  2165. configure:9144: checking if wxWidgets was built in STATIC mode
  2166. configure:9156: result: no
  2167. configure:9178: checking which wxWidgets toolkit was selected
  2168. configure:9215: result: gtk2
  2169. configure:9435: checking for pkg-config
  2170. configure:9453: found /usr/bin/pkg-config
  2171. configure:9465: result: /usr/bin/pkg-config
  2172. configure:9490: checking pkg-config is at least version 0.9.0
  2173. configure:9493: result: yes
  2174. configure:9513: checking for libupnp version >= 1.6.6
  2175. configure:9544: result: yes (version 1.6.6)
  2176. configure:9576: checking for crypto++ version >= 5.1
  2177. configure:9676: result: yes (version 5.6.0, installed)
  2178. configure:9715: checking if we're using the GNU C++ library
  2179. configure:9737: g++ -E conftest.cpp
  2180. configure:9744: $? = 0
  2181. configure:9758: result: yes
  2182. configure:9765: checking that wxWidgets has support for large files
  2183. configure:9787: g++ -E -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ conftest.cpp
  2184. configure:9794: $? = 0
  2185. configure:9800: result: yes
  2186. configure:9829: checking for exception-handling
  2187. configure:9875: g++ -o conftest -g -O2 -Wl,-z,defs conftest.cpp >&5
  2188. configure:9879: $? = 0
  2189. configure:9885: ./conftest
  2190. configure:9889: $? = 0
  2191. configure:9892: result: yes
  2192. configure:9917: checking for <cxxabi.h> and __cxa_demangle()
  2193. configure:9948: g++ -o conftest -g -O2 -Wl,-z,defs conftest.cpp >&5
  2194. configure:9955: $? = 0
  2195. configure:9970: result: yes
  2196. configure:9997: checking for extended flex capabilities
  2197. configure:10007: result: yes
  2198. configure:10098: checking for X
  2199. configure:10213: gcc -E conftest.c
  2200. configure:10220: $? = 0
  2201. configure:10269: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c -lX11 >&5
  2202. configure:10276: $? = 0
  2203. configure:10338: result: libraries , headers
  2204. configure:10344: checking for working alloca.h
  2205. configure:10371: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  2206. configure:10378: $? = 0
  2207. configure:10398: result: yes
  2208. configure:10408: checking for alloca
  2209. configure:10455: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  2210. configure:10462: $? = 0
  2211. configure:10482: result: yes
  2212. configure:10727: checking for dirent.h that defines DIR
  2213. configure:10756: gcc -c -Wall -g -O2 conftest.c >&5
  2214. configure:10763: $? = 0
  2215. configure:10780: result: yes
  2216. configure:10795: checking for library containing opendir
  2217. configure:10836: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  2218. configure:10843: $? = 0
  2219. configure:10874: result: none required
  2220. configure:10972: checking for ANSI C header files
  2221. configure:11140: result: yes
  2222. configure:11197: checking argz.h usability
  2223. configure:11214: gcc -c -Wall -g -O2 conftest.c >&5
  2224. configure:11221: $? = 0
  2225. configure:11235: result: yes
  2226. configure:11239: checking argz.h presence
  2227. configure:11254: gcc -E conftest.c
  2228. configure:11261: $? = 0
  2229. configure:11275: result: yes
  2230. configure:11308: checking for argz.h
  2231. configure:11317: result: yes
  2232. configure:11197: checking arpa/inet.h usability
  2233. configure:11214: gcc -c -Wall -g -O2 conftest.c >&5
  2234. configure:11221: $? = 0
  2235. configure:11235: result: yes
  2236. configure:11239: checking arpa/inet.h presence
  2237. configure:11254: gcc -E conftest.c
  2238. configure:11261: $? = 0
  2239. configure:11275: result: yes
  2240. configure:11308: checking for arpa/inet.h
  2241. configure:11317: result: yes
  2242. configure:11197: checking fcntl.h usability
  2243. configure:11214: gcc -c -Wall -g -O2 conftest.c >&5
  2244. configure:11221: $? = 0
  2245. configure:11235: result: yes
  2246. configure:11239: checking fcntl.h presence
  2247. configure:11254: gcc -E conftest.c
  2248. configure:11261: $? = 0
  2249. configure:11275: result: yes
  2250. configure:11308: checking for fcntl.h
  2251. configure:11317: result: yes
  2252. configure:11186: checking for inttypes.h
  2253. configure:11193: result: yes
  2254. configure:11197: checking langinfo.h usability
  2255. configure:11214: gcc -c -Wall -g -O2 conftest.c >&5
  2256. configure:11221: $? = 0
  2257. configure:11235: result: yes
  2258. configure:11239: checking langinfo.h presence
  2259. configure:11254: gcc -E conftest.c
  2260. configure:11261: $? = 0
  2261. configure:11275: result: yes
  2262. configure:11308: checking for langinfo.h
  2263. configure:11317: result: yes
  2264. configure:11197: checking libintl.h usability
  2265. configure:11214: gcc -c -Wall -g -O2 conftest.c >&5
  2266. configure:11221: $? = 0
  2267. configure:11235: result: yes
  2268. configure:11239: checking libintl.h presence
  2269. configure:11254: gcc -E conftest.c
  2270. configure:11261: $? = 0
  2271. configure:11275: result: yes
  2272. configure:11308: checking for libintl.h
  2273. configure:11317: result: yes
  2274. configure:11197: checking limits.h usability
  2275. configure:11214: gcc -c -Wall -g -O2 conftest.c >&5
  2276. configure:11221: $? = 0
  2277. configure:11235: result: yes
  2278. configure:11239: checking limits.h presence
  2279. configure:11254: gcc -E conftest.c
  2280. configure:11261: $? = 0
  2281. configure:11275: result: yes
  2282. configure:11308: checking for limits.h
  2283. configure:11317: result: yes
  2284. configure:11197: checking locale.h usability
  2285. configure:11214: gcc -c -Wall -g -O2 conftest.c >&5
  2286. configure:11221: $? = 0
  2287. configure:11235: result: yes
  2288. configure:11239: checking locale.h presence
  2289. configure:11254: gcc -E conftest.c
  2290. configure:11261: $? = 0
  2291. configure:11275: result: yes
  2292. configure:11308: checking for locale.h
  2293. configure:11317: result: yes
  2294. configure:11197: checking malloc.h usability
  2295. configure:11214: gcc -c -Wall -g -O2 conftest.c >&5
  2296. configure:11221: $? = 0
  2297. configure:11235: result: yes
  2298. configure:11239: checking malloc.h presence
  2299. configure:11254: gcc -E conftest.c
  2300. configure:11261: $? = 0
  2301. configure:11275: result: yes
  2302. configure:11308: checking for malloc.h
  2303. configure:11317: result: yes
  2304. configure:11197: checking mntent.h usability
  2305. configure:11214: gcc -c -Wall -g -O2 conftest.c >&5
  2306. configure:11221: $? = 0
  2307. configure:11235: result: yes
  2308. configure:11239: checking mntent.h presence
  2309. configure:11254: gcc -E conftest.c
  2310. configure:11261: $? = 0
  2311. configure:11275: result: yes
  2312. configure:11308: checking for mntent.h
  2313. configure:11317: result: yes
  2314. configure:11197: checking netdb.h usability
  2315. configure:11214: gcc -c -Wall -g -O2 conftest.c >&5
  2316. configure:11221: $? = 0
  2317. configure:11235: result: yes
  2318. configure:11239: checking netdb.h presence
  2319. configure:11254: gcc -E conftest.c
  2320. configure:11261: $? = 0
  2321. configure:11275: result: yes
  2322. configure:11308: checking for netdb.h
  2323. configure:11317: result: yes
  2324. configure:11197: checking netinet/in.h usability
  2325. configure:11214: gcc -c -Wall -g -O2 conftest.c >&5
  2326. configure:11221: $? = 0
  2327. configure:11235: result: yes
  2328. configure:11239: checking netinet/in.h presence
  2329. configure:11254: gcc -E conftest.c
  2330. configure:11261: $? = 0
  2331. configure:11275: result: yes
  2332. configure:11308: checking for netinet/in.h
  2333. configure:11317: result: yes
  2334. configure:11197: checking stddef.h usability
  2335. configure:11214: gcc -c -Wall -g -O2 conftest.c >&5
  2336. configure:11221: $? = 0
  2337. configure:11235: result: yes
  2338. configure:11239: checking stddef.h presence
  2339. configure:11254: gcc -E conftest.c
  2340. configure:11261: $? = 0
  2341. configure:11275: result: yes
  2342. configure:11308: checking for stddef.h
  2343. configure:11317: result: yes
  2344. configure:11197: checking nl_types.h usability
  2345. configure:11214: gcc -c -Wall -g -O2 conftest.c >&5
  2346. configure:11221: $? = 0
  2347. configure:11235: result: yes
  2348. configure:11239: checking nl_types.h presence
  2349. configure:11254: gcc -E conftest.c
  2350. configure:11261: $? = 0
  2351. configure:11275: result: yes
  2352. configure:11308: checking for nl_types.h
  2353. configure:11317: result: yes
  2354. configure:11186: checking for stdint.h
  2355. configure:11193: result: yes
  2356. configure:11197: checking stdio_ext.h usability
  2357. configure:11214: gcc -c -Wall -g -O2 conftest.c >&5
  2358. configure:11221: $? = 0
  2359. configure:11235: result: yes
  2360. configure:11239: checking stdio_ext.h presence
  2361. configure:11254: gcc -E conftest.c
  2362. configure:11261: $? = 0
  2363. configure:11275: result: yes
  2364. configure:11308: checking for stdio_ext.h
  2365. configure:11317: result: yes
  2366. configure:11186: checking for stdlib.h
  2367. configure:11193: result: yes
  2368. configure:11186: checking for string.h
  2369. configure:11193: result: yes
  2370. configure:11186: checking for strings.h
  2371. configure:11193: result: yes
  2372. configure:11197: checking sys/ioctl.h usability
  2373. configure:11214: gcc -c -Wall -g -O2 conftest.c >&5
  2374. configure:11221: $? = 0
  2375. configure:11235: result: yes
  2376. configure:11239: checking sys/ioctl.h presence
  2377. configure:11254: gcc -E conftest.c
  2378. configure:11261: $? = 0
  2379. configure:11275: result: yes
  2380. configure:11308: checking for sys/ioctl.h
  2381. configure:11317: result: yes
  2382. configure:11197: checking sys/mntent.h usability
  2383. configure:11214: gcc -c -Wall -g -O2 conftest.c >&5
  2384. conftest.c:82:24: error: sys/mntent.h: No such file or directory
  2385. configure:11221: $? = 1
  2386. configure: failed program was:
  2387. | /* confdefs.h. */
  2388. | #define PACKAGE_NAME "aMule"
  2389. | #define PACKAGE_TARNAME "amule"
  2390. | #define PACKAGE_VERSION "2.2.5"
  2391. | #define PACKAGE_STRING "aMule 2.2.5"
  2392. | #define PACKAGE_BUGREPORT "admin@amule.org"
  2393. | #define PACKAGE "amule"
  2394. | #define VERSION "2.2.5"
  2395. | #define YYTEXT_POINTER 1
  2396. | #define STDC_HEADERS 1
  2397. | #define HAVE_SYS_TYPES_H 1
  2398. | #define HAVE_SYS_STAT_H 1
  2399. | #define HAVE_STDLIB_H 1
  2400. | #define HAVE_STRING_H 1
  2401. | #define HAVE_MEMORY_H 1
  2402. | #define HAVE_STRINGS_H 1
  2403. | #define HAVE_INTTYPES_H 1
  2404. | #define HAVE_STDINT_H 1
  2405. | #define HAVE_UNISTD_H 1
  2406. | #define HAVE_SYS_TYPES_H 1
  2407. | #define SUPPORT_GEOIP 1
  2408. | #define CRYPTOPP_INCLUDE_PREFIX cryptopp
  2409. | #define HAVE_CXXABI 1
  2410. | #define HAVE_ALLOCA_H 1
  2411. | #define HAVE_ALLOCA 1
  2412. | #define HAVE_DIRENT_H 1
  2413. | #define STDC_HEADERS 1
  2414. | #define HAVE_ARGZ_H 1
  2415. | #define HAVE_ARPA_INET_H 1
  2416. | #define HAVE_FCNTL_H 1
  2417. | #define HAVE_INTTYPES_H 1
  2418. | #define HAVE_LANGINFO_H 1
  2419. | #define HAVE_LIBINTL_H 1
  2420. | #define HAVE_LIMITS_H 1
  2421. | #define HAVE_LOCALE_H 1
  2422. | #define HAVE_MALLOC_H 1
  2423. | #define HAVE_MNTENT_H 1
  2424. | #define HAVE_NETDB_H 1
  2425. | #define HAVE_NETINET_IN_H 1
  2426. | #define HAVE_STDDEF_H 1
  2427. | #define HAVE_NL_TYPES_H 1
  2428. | #define HAVE_STDINT_H 1
  2429. | #define HAVE_STDIO_EXT_H 1
  2430. | #define HAVE_STDLIB_H 1
  2431. | #define HAVE_STRING_H 1
  2432. | #define HAVE_STRINGS_H 1
  2433. | #define HAVE_SYS_IOCTL_H 1
  2434. | /* end confdefs.h. */
  2435. | #include <stdio.h>
  2436. | #ifdef HAVE_SYS_TYPES_H
  2437. | # include <sys/types.h>
  2438. | #endif
  2439. | #ifdef HAVE_SYS_STAT_H
  2440. | # include <sys/stat.h>
  2441. | #endif
  2442. | #ifdef STDC_HEADERS
  2443. | # include <stdlib.h>
  2444. | # include <stddef.h>
  2445. | #else
  2446. | # ifdef HAVE_STDLIB_H
  2447. | # include <stdlib.h>
  2448. | # endif
  2449. | #endif
  2450. | #ifdef HAVE_STRING_H
  2451. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2452. | # include <memory.h>
  2453. | # endif
  2454. | # include <string.h>
  2455. | #endif
  2456. | #ifdef HAVE_STRINGS_H
  2457. | # include <strings.h>
  2458. | #endif
  2459. | #ifdef HAVE_INTTYPES_H
  2460. | # include <inttypes.h>
  2461. | #endif
  2462. | #ifdef HAVE_STDINT_H
  2463. | # include <stdint.h>
  2464. | #endif
  2465. | #ifdef HAVE_UNISTD_H
  2466. | # include <unistd.h>
  2467. | #endif
  2468. | #include <sys/mntent.h>
  2469. configure:11235: result: no
  2470. configure:11239: checking sys/mntent.h presence
  2471. configure:11254: gcc -E conftest.c
  2472. conftest.c:49:24: error: sys/mntent.h: No such file or directory
  2473. configure:11261: $? = 1
  2474. configure: failed program was:
  2475. | /* confdefs.h. */
  2476. | #define PACKAGE_NAME "aMule"
  2477. | #define PACKAGE_TARNAME "amule"
  2478. | #define PACKAGE_VERSION "2.2.5"
  2479. | #define PACKAGE_STRING "aMule 2.2.5"
  2480. | #define PACKAGE_BUGREPORT "admin@amule.org"
  2481. | #define PACKAGE "amule"
  2482. | #define VERSION "2.2.5"
  2483. | #define YYTEXT_POINTER 1
  2484. | #define STDC_HEADERS 1
  2485. | #define HAVE_SYS_TYPES_H 1
  2486. | #define HAVE_SYS_STAT_H 1
  2487. | #define HAVE_STDLIB_H 1
  2488. | #define HAVE_STRING_H 1
  2489. | #define HAVE_MEMORY_H 1
  2490. | #define HAVE_STRINGS_H 1
  2491. | #define HAVE_INTTYPES_H 1
  2492. | #define HAVE_STDINT_H 1
  2493. | #define HAVE_UNISTD_H 1
  2494. | #define HAVE_SYS_TYPES_H 1
  2495. | #define SUPPORT_GEOIP 1
  2496. | #define CRYPTOPP_INCLUDE_PREFIX cryptopp
  2497. | #define HAVE_CXXABI 1
  2498. | #define HAVE_ALLOCA_H 1
  2499. | #define HAVE_ALLOCA 1
  2500. | #define HAVE_DIRENT_H 1
  2501. | #define STDC_HEADERS 1
  2502. | #define HAVE_ARGZ_H 1
  2503. | #define HAVE_ARPA_INET_H 1
  2504. | #define HAVE_FCNTL_H 1
  2505. | #define HAVE_INTTYPES_H 1
  2506. | #define HAVE_LANGINFO_H 1
  2507. | #define HAVE_LIBINTL_H 1
  2508. | #define HAVE_LIMITS_H 1
  2509. | #define HAVE_LOCALE_H 1
  2510. | #define HAVE_MALLOC_H 1
  2511. | #define HAVE_MNTENT_H 1
  2512. | #define HAVE_NETDB_H 1
  2513. | #define HAVE_NETINET_IN_H 1
  2514. | #define HAVE_STDDEF_H 1
  2515. | #define HAVE_NL_TYPES_H 1
  2516. | #define HAVE_STDINT_H 1
  2517. | #define HAVE_STDIO_EXT_H 1
  2518. | #define HAVE_STDLIB_H 1
  2519. | #define HAVE_STRING_H 1
  2520. | #define HAVE_STRINGS_H 1
  2521. | #define HAVE_SYS_IOCTL_H 1
  2522. | /* end confdefs.h. */
  2523. | #include <sys/mntent.h>
  2524. configure:11275: result: no
  2525. configure:11308: checking for sys/mntent.h
  2526. configure:11317: result: no
  2527. configure:11197: checking sys/mnttab.h usability
  2528. configure:11214: gcc -c -Wall -g -O2 conftest.c >&5
  2529. conftest.c:82:24: error: sys/mnttab.h: No such file or directory
  2530. configure:11221: $? = 1
  2531. configure: failed program was:
  2532. | /* confdefs.h. */
  2533. | #define PACKAGE_NAME "aMule"
  2534. | #define PACKAGE_TARNAME "amule"
  2535. | #define PACKAGE_VERSION "2.2.5"
  2536. | #define PACKAGE_STRING "aMule 2.2.5"
  2537. | #define PACKAGE_BUGREPORT "admin@amule.org"
  2538. | #define PACKAGE "amule"
  2539. | #define VERSION "2.2.5"
  2540. | #define YYTEXT_POINTER 1
  2541. | #define STDC_HEADERS 1
  2542. | #define HAVE_SYS_TYPES_H 1
  2543. | #define HAVE_SYS_STAT_H 1
  2544. | #define HAVE_STDLIB_H 1
  2545. | #define HAVE_STRING_H 1
  2546. | #define HAVE_MEMORY_H 1
  2547. | #define HAVE_STRINGS_H 1
  2548. | #define HAVE_INTTYPES_H 1
  2549. | #define HAVE_STDINT_H 1
  2550. | #define HAVE_UNISTD_H 1
  2551. | #define HAVE_SYS_TYPES_H 1
  2552. | #define SUPPORT_GEOIP 1
  2553. | #define CRYPTOPP_INCLUDE_PREFIX cryptopp
  2554. | #define HAVE_CXXABI 1
  2555. | #define HAVE_ALLOCA_H 1
  2556. | #define HAVE_ALLOCA 1
  2557. | #define HAVE_DIRENT_H 1
  2558. | #define STDC_HEADERS 1
  2559. | #define HAVE_ARGZ_H 1
  2560. | #define HAVE_ARPA_INET_H 1
  2561. | #define HAVE_FCNTL_H 1
  2562. | #define HAVE_INTTYPES_H 1
  2563. | #define HAVE_LANGINFO_H 1
  2564. | #define HAVE_LIBINTL_H 1
  2565. | #define HAVE_LIMITS_H 1
  2566. | #define HAVE_LOCALE_H 1
  2567. | #define HAVE_MALLOC_H 1
  2568. | #define HAVE_MNTENT_H 1
  2569. | #define HAVE_NETDB_H 1
  2570. | #define HAVE_NETINET_IN_H 1
  2571. | #define HAVE_STDDEF_H 1
  2572. | #define HAVE_NL_TYPES_H 1
  2573. | #define HAVE_STDINT_H 1
  2574. | #define HAVE_STDIO_EXT_H 1
  2575. | #define HAVE_STDLIB_H 1
  2576. | #define HAVE_STRING_H 1
  2577. | #define HAVE_STRINGS_H 1
  2578. | #define HAVE_SYS_IOCTL_H 1
  2579. | /* end confdefs.h. */
  2580. | #include <stdio.h>
  2581. | #ifdef HAVE_SYS_TYPES_H
  2582. | # include <sys/types.h>
  2583. | #endif
  2584. | #ifdef HAVE_SYS_STAT_H
  2585. | # include <sys/stat.h>
  2586. | #endif
  2587. | #ifdef STDC_HEADERS
  2588. | # include <stdlib.h>
  2589. | # include <stddef.h>
  2590. | #else
  2591. | # ifdef HAVE_STDLIB_H
  2592. | # include <stdlib.h>
  2593. | # endif
  2594. | #endif
  2595. | #ifdef HAVE_STRING_H
  2596. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2597. | # include <memory.h>
  2598. | # endif
  2599. | # include <string.h>
  2600. | #endif
  2601. | #ifdef HAVE_STRINGS_H
  2602. | # include <strings.h>
  2603. | #endif
  2604. | #ifdef HAVE_INTTYPES_H
  2605. | # include <inttypes.h>
  2606. | #endif
  2607. | #ifdef HAVE_STDINT_H
  2608. | # include <stdint.h>
  2609. | #endif
  2610. | #ifdef HAVE_UNISTD_H
  2611. | # include <unistd.h>
  2612. | #endif
  2613. | #include <sys/mnttab.h>
  2614. configure:11235: result: no
  2615. configure:11239: checking sys/mnttab.h presence
  2616. configure:11254: gcc -E conftest.c
  2617. conftest.c:49:24: error: sys/mnttab.h: No such file or directory
  2618. configure:11261: $? = 1
  2619. configure: failed program was:
  2620. | /* confdefs.h. */
  2621. | #define PACKAGE_NAME "aMule"
  2622. | #define PACKAGE_TARNAME "amule"
  2623. | #define PACKAGE_VERSION "2.2.5"
  2624. | #define PACKAGE_STRING "aMule 2.2.5"
  2625. | #define PACKAGE_BUGREPORT "admin@amule.org"
  2626. | #define PACKAGE "amule"
  2627. | #define VERSION "2.2.5"
  2628. | #define YYTEXT_POINTER 1
  2629. | #define STDC_HEADERS 1
  2630. | #define HAVE_SYS_TYPES_H 1
  2631. | #define HAVE_SYS_STAT_H 1
  2632. | #define HAVE_STDLIB_H 1
  2633. | #define HAVE_STRING_H 1
  2634. | #define HAVE_MEMORY_H 1
  2635. | #define HAVE_STRINGS_H 1
  2636. | #define HAVE_INTTYPES_H 1
  2637. | #define HAVE_STDINT_H 1
  2638. | #define HAVE_UNISTD_H 1
  2639. | #define HAVE_SYS_TYPES_H 1
  2640. | #define SUPPORT_GEOIP 1
  2641. | #define CRYPTOPP_INCLUDE_PREFIX cryptopp
  2642. | #define HAVE_CXXABI 1
  2643. | #define HAVE_ALLOCA_H 1
  2644. | #define HAVE_ALLOCA 1
  2645. | #define HAVE_DIRENT_H 1
  2646. | #define STDC_HEADERS 1
  2647. | #define HAVE_ARGZ_H 1
  2648. | #define HAVE_ARPA_INET_H 1
  2649. | #define HAVE_FCNTL_H 1
  2650. | #define HAVE_INTTYPES_H 1
  2651. | #define HAVE_LANGINFO_H 1
  2652. | #define HAVE_LIBINTL_H 1
  2653. | #define HAVE_LIMITS_H 1
  2654. | #define HAVE_LOCALE_H 1
  2655. | #define HAVE_MALLOC_H 1
  2656. | #define HAVE_MNTENT_H 1
  2657. | #define HAVE_NETDB_H 1
  2658. | #define HAVE_NETINET_IN_H 1
  2659. | #define HAVE_STDDEF_H 1
  2660. | #define HAVE_NL_TYPES_H 1
  2661. | #define HAVE_STDINT_H 1
  2662. | #define HAVE_STDIO_EXT_H 1
  2663. | #define HAVE_STDLIB_H 1
  2664. | #define HAVE_STRING_H 1
  2665. | #define HAVE_STRINGS_H 1
  2666. | #define HAVE_SYS_IOCTL_H 1
  2667. | /* end confdefs.h. */
  2668. | #include <sys/mnttab.h>
  2669. configure:11275: result: no
  2670. configure:11308: checking for sys/mnttab.h
  2671. configure:11317: result: no
  2672. configure:11197: checking sys/mount.h usability
  2673. configure:11214: gcc -c -Wall -g -O2 conftest.c >&5
  2674. configure:11221: $? = 0
  2675. configure:11235: result: yes
  2676. configure:11239: checking sys/mount.h presence
  2677. configure:11254: gcc -E conftest.c
  2678. configure:11261: $? = 0
  2679. configure:11275: result: yes
  2680. configure:11308: checking for sys/mount.h
  2681. configure:11317: result: yes
  2682. configure:11197: checking sys/param.h usability
  2683. configure:11214: gcc -c -Wall -g -O2 conftest.c >&5
  2684. configure:11221: $? = 0
  2685. configure:11235: result: yes
  2686. configure:11239: checking sys/param.h presence
  2687. configure:11254: gcc -E conftest.c
  2688. configure:11261: $? = 0
  2689. configure:11275: result: yes
  2690. configure:11308: checking for sys/param.h
  2691. configure:11317: result: yes
  2692. configure:11197: checking sys/resource.h usability
  2693. configure:11214: gcc -c -Wall -g -O2 conftest.c >&5
  2694. configure:11221: $? = 0
  2695. configure:11235: result: yes
  2696. configure:11239: checking sys/resource.h presence
  2697. configure:11254: gcc -E conftest.c
  2698. configure:11261: $? = 0
  2699. configure:11275: result: yes
  2700. configure:11308: checking for sys/resource.h
  2701. configure:11317: result: yes
  2702. configure:11197: checking sys/select.h usability
  2703. configure:11214: gcc -c -Wall -g -O2 conftest.c >&5
  2704. configure:11221: $? = 0
  2705. configure:11235: result: yes
  2706. configure:11239: checking sys/select.h presence
  2707. configure:11254: gcc -E conftest.c
  2708. configure:11261: $? = 0
  2709. configure:11275: result: yes
  2710. configure:11308: checking for sys/select.h
  2711. configure:11317: result: yes
  2712. configure:11197: checking sys/socket.h usability
  2713. configure:11214: gcc -c -Wall -g -O2 conftest.c >&5
  2714. configure:11221: $? = 0
  2715. configure:11235: result: yes
  2716. configure:11239: checking sys/socket.h presence
  2717. configure:11254: gcc -E conftest.c
  2718. configure:11261: $? = 0
  2719. configure:11275: result: yes
  2720. configure:11308: checking for sys/socket.h
  2721. configure:11317: result: yes
  2722. configure:11197: checking sys/statvfs.h usability
  2723. configure:11214: gcc -c -Wall -g -O2 conftest.c >&5
  2724. configure:11221: $? = 0
  2725. configure:11235: result: yes
  2726. configure:11239: checking sys/statvfs.h presence
  2727. configure:11254: gcc -E conftest.c
  2728. configure:11261: $? = 0
  2729. configure:11275: result: yes
  2730. configure:11308: checking for sys/statvfs.h
  2731. configure:11317: result: yes
  2732. configure:11197: checking sys/time.h usability
  2733. configure:11214: gcc -c -Wall -g -O2 conftest.c >&5
  2734. configure:11221: $? = 0
  2735. configure:11235: result: yes
  2736. configure:11239: checking sys/time.h presence
  2737. configure:11254: gcc -E conftest.c
  2738. configure:11261: $? = 0
  2739. configure:11275: result: yes
  2740. configure:11308: checking for sys/time.h
  2741. configure:11317: result: yes
  2742. configure:11197: checking sys/timeb.h usability
  2743. configure:11214: gcc -c -Wall -g -O2 conftest.c >&5
  2744. configure:11221: $? = 0
  2745. configure:11235: result: yes
  2746. configure:11239: checking sys/timeb.h presence
  2747. configure:11254: gcc -E conftest.c
  2748. configure:11261: $? = 0
  2749. configure:11275: result: yes
  2750. configure:11308: checking for sys/timeb.h
  2751. configure:11317: result: yes
  2752. configure:11186: checking for sys/types.h
  2753. configure:11193: result: yes
  2754. configure:11186: checking for unistd.h
  2755. configure:11193: result: yes
  2756. configure:11332: checking for sys/wait.h that is POSIX.1 compatible
  2757. configure:11368: gcc -c -Wall -g -O2 conftest.c >&5
  2758. configure:11375: $? = 0
  2759. configure:11390: result: yes
  2760. configure:11402: checking for stdbool.h that conforms to C99
  2761. configure:11497: gcc -c -Wall -g -O2 conftest.c >&5
  2762. conftest.c:87: warning: the address of 's' will always evaluate as 'true'
  2763. conftest.c: In function 'main':
  2764. conftest.c:131: warning: the address of 'a' will always evaluate as 'true'
  2765. conftest.c:131: warning: the address of 'b' will always evaluate as 'true'
  2766. conftest.c:131: warning: the address of 'c' will always evaluate as 'true'
  2767. conftest.c:131: warning: the address of 'd' will always evaluate as 'true'
  2768. conftest.c:131: warning: the address of 'f' will always evaluate as 'true'
  2769. conftest.c:131: warning: the address of 'g' will always evaluate as 'true'
  2770. conftest.c:131: warning: the address of 'h' will always evaluate as 'true'
  2771. conftest.c:131: warning: the address of 'i' will always evaluate as 'true'
  2772. conftest.c:132: warning: the address of 'n' will always evaluate as 'true'
  2773. conftest.c:132: warning: the address of 'o' will always evaluate as 'true'
  2774. conftest.c:132: warning: the address of 'p' will always evaluate as 'true'
  2775. configure:11504: $? = 0
  2776. configure:11519: result: yes
  2777. configure:11521: checking for _Bool
  2778. configure:11549: gcc -c -Wall -g -O2 conftest.c >&5
  2779. configure:11556: $? = 0
  2780. configure:11583: gcc -c -Wall -g -O2 conftest.c >&5
  2781. conftest.c: In function 'main':
  2782. conftest.c:96: error: expected expression before ')' token
  2783. configure:11590: $? = 1
  2784. configure: failed program was:
  2785. | /* confdefs.h. */
  2786. | #define PACKAGE_NAME "aMule"
  2787. | #define PACKAGE_TARNAME "amule"
  2788. | #define PACKAGE_VERSION "2.2.5"
  2789. | #define PACKAGE_STRING "aMule 2.2.5"
  2790. | #define PACKAGE_BUGREPORT "admin@amule.org"
  2791. | #define PACKAGE "amule"
  2792. | #define VERSION "2.2.5"
  2793. | #define YYTEXT_POINTER 1
  2794. | #define STDC_HEADERS 1
  2795. | #define HAVE_SYS_TYPES_H 1
  2796. | #define HAVE_SYS_STAT_H 1
  2797. | #define HAVE_STDLIB_H 1
  2798. | #define HAVE_STRING_H 1
  2799. | #define HAVE_MEMORY_H 1
  2800. | #define HAVE_STRINGS_H 1
  2801. | #define HAVE_INTTYPES_H 1
  2802. | #define HAVE_STDINT_H 1
  2803. | #define HAVE_UNISTD_H 1
  2804. | #define HAVE_SYS_TYPES_H 1
  2805. | #define SUPPORT_GEOIP 1
  2806. | #define CRYPTOPP_INCLUDE_PREFIX cryptopp
  2807. | #define HAVE_CXXABI 1
  2808. | #define HAVE_ALLOCA_H 1
  2809. | #define HAVE_ALLOCA 1
  2810. | #define HAVE_DIRENT_H 1
  2811. | #define STDC_HEADERS 1
  2812. | #define HAVE_ARGZ_H 1
  2813. | #define HAVE_ARPA_INET_H 1
  2814. | #define HAVE_FCNTL_H 1
  2815. | #define HAVE_INTTYPES_H 1
  2816. | #define HAVE_LANGINFO_H 1
  2817. | #define HAVE_LIBINTL_H 1
  2818. | #define HAVE_LIMITS_H 1
  2819. | #define HAVE_LOCALE_H 1
  2820. | #define HAVE_MALLOC_H 1
  2821. | #define HAVE_MNTENT_H 1
  2822. | #define HAVE_NETDB_H 1
  2823. | #define HAVE_NETINET_IN_H 1
  2824. | #define HAVE_STDDEF_H 1
  2825. | #define HAVE_NL_TYPES_H 1
  2826. | #define HAVE_STDINT_H 1
  2827. | #define HAVE_STDIO_EXT_H 1
  2828. | #define HAVE_STDLIB_H 1
  2829. | #define HAVE_STRING_H 1
  2830. | #define HAVE_STRINGS_H 1
  2831. | #define HAVE_SYS_IOCTL_H 1
  2832. | #define HAVE_SYS_MOUNT_H 1
  2833. | #define HAVE_SYS_PARAM_H 1
  2834. | #define HAVE_SYS_RESOURCE_H 1
  2835. | #define HAVE_SYS_SELECT_H 1
  2836. | #define HAVE_SYS_SOCKET_H 1
  2837. | #define HAVE_SYS_STATVFS_H 1
  2838. | #define HAVE_SYS_TIME_H 1
  2839. | #define HAVE_SYS_TIMEB_H 1
  2840. | #define HAVE_SYS_TYPES_H 1
  2841. | #define HAVE_UNISTD_H 1
  2842. | #define HAVE_SYS_WAIT_H 1
  2843. | /* end confdefs.h. */
  2844. | #include <stdio.h>
  2845. | #ifdef HAVE_SYS_TYPES_H
  2846. | # include <sys/types.h>
  2847. | #endif
  2848. | #ifdef HAVE_SYS_STAT_H
  2849. | # include <sys/stat.h>
  2850. | #endif
  2851. | #ifdef STDC_HEADERS
  2852. | # include <stdlib.h>
  2853. | # include <stddef.h>
  2854. | #else
  2855. | # ifdef HAVE_STDLIB_H
  2856. | # include <stdlib.h>
  2857. | # endif
  2858. | #endif
  2859. | #ifdef HAVE_STRING_H
  2860. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2861. | # include <memory.h>
  2862. | # endif
  2863. | # include <string.h>
  2864. | #endif
  2865. | #ifdef HAVE_STRINGS_H
  2866. | # include <strings.h>
  2867. | #endif
  2868. | #ifdef HAVE_INTTYPES_H
  2869. | # include <inttypes.h>
  2870. | #endif
  2871. | #ifdef HAVE_STDINT_H
  2872. | # include <stdint.h>
  2873. | #endif
  2874. | #ifdef HAVE_UNISTD_H
  2875. | # include <unistd.h>
  2876. | #endif
  2877. | int
  2878. | main ()
  2879. | {
  2880. | if (sizeof ((_Bool)))
  2881. | return 0;
  2882. | ;
  2883. | return 0;
  2884. | }
  2885. configure:11613: result: yes
  2886. configure:11632: checking for an ANSI C-conforming const
  2887. configure:11707: gcc -c -Wall -g -O2 conftest.c >&5
  2888. conftest.c: In function 'main':
  2889. conftest.c:91: warning: 't' is used uninitialized in this function
  2890. conftest.c:107: warning: 'b' may be used uninitialized in this function
  2891. conftest.c:113: warning: 'cs[0]' is used uninitialized in this function
  2892. configure:11714: $? = 0
  2893. configure:11729: result: yes
  2894. configure:11739: checking for inline
  2895. configure:11765: gcc -c -Wall -g -O2 conftest.c >&5
  2896. configure:11772: $? = 0
  2897. configure:11790: result: inline
  2898. configure:11809: checking for mode_t
  2899. configure:11837: gcc -c -Wall -g -O2 conftest.c >&5
  2900. configure:11844: $? = 0
  2901. configure:11871: gcc -c -Wall -g -O2 conftest.c >&5
  2902. conftest.c: In function 'main':
  2903. conftest.c:98: error: expected expression before ')' token
  2904. configure:11878: $? = 1
  2905. configure: failed program was:
  2906. | /* confdefs.h. */
  2907. | #define PACKAGE_NAME "aMule"
  2908. | #define PACKAGE_TARNAME "amule"
  2909. | #define PACKAGE_VERSION "2.2.5"
  2910. | #define PACKAGE_STRING "aMule 2.2.5"
  2911. | #define PACKAGE_BUGREPORT "admin@amule.org"
  2912. | #define PACKAGE "amule"
  2913. | #define VERSION "2.2.5"
  2914. | #define YYTEXT_POINTER 1
  2915. | #define STDC_HEADERS 1
  2916. | #define HAVE_SYS_TYPES_H 1
  2917. | #define HAVE_SYS_STAT_H 1
  2918. | #define HAVE_STDLIB_H 1
  2919. | #define HAVE_STRING_H 1
  2920. | #define HAVE_MEMORY_H 1
  2921. | #define HAVE_STRINGS_H 1
  2922. | #define HAVE_INTTYPES_H 1
  2923. | #define HAVE_STDINT_H 1
  2924. | #define HAVE_UNISTD_H 1
  2925. | #define HAVE_SYS_TYPES_H 1
  2926. | #define SUPPORT_GEOIP 1
  2927. | #define CRYPTOPP_INCLUDE_PREFIX cryptopp
  2928. | #define HAVE_CXXABI 1
  2929. | #define HAVE_ALLOCA_H 1
  2930. | #define HAVE_ALLOCA 1
  2931. | #define HAVE_DIRENT_H 1
  2932. | #define STDC_HEADERS 1
  2933. | #define HAVE_ARGZ_H 1
  2934. | #define HAVE_ARPA_INET_H 1
  2935. | #define HAVE_FCNTL_H 1
  2936. | #define HAVE_INTTYPES_H 1
  2937. | #define HAVE_LANGINFO_H 1
  2938. | #define HAVE_LIBINTL_H 1
  2939. | #define HAVE_LIMITS_H 1
  2940. | #define HAVE_LOCALE_H 1
  2941. | #define HAVE_MALLOC_H 1
  2942. | #define HAVE_MNTENT_H 1
  2943. | #define HAVE_NETDB_H 1
  2944. | #define HAVE_NETINET_IN_H 1
  2945. | #define HAVE_STDDEF_H 1
  2946. | #define HAVE_NL_TYPES_H 1
  2947. | #define HAVE_STDINT_H 1
  2948. | #define HAVE_STDIO_EXT_H 1
  2949. | #define HAVE_STDLIB_H 1
  2950. | #define HAVE_STRING_H 1
  2951. | #define HAVE_STRINGS_H 1
  2952. | #define HAVE_SYS_IOCTL_H 1
  2953. | #define HAVE_SYS_MOUNT_H 1
  2954. | #define HAVE_SYS_PARAM_H 1
  2955. | #define HAVE_SYS_RESOURCE_H 1
  2956. | #define HAVE_SYS_SELECT_H 1
  2957. | #define HAVE_SYS_SOCKET_H 1
  2958. | #define HAVE_SYS_STATVFS_H 1
  2959. | #define HAVE_SYS_TIME_H 1
  2960. | #define HAVE_SYS_TIMEB_H 1
  2961. | #define HAVE_SYS_TYPES_H 1
  2962. | #define HAVE_UNISTD_H 1
  2963. | #define HAVE_SYS_WAIT_H 1
  2964. | #define HAVE__BOOL 1
  2965. | #define HAVE_STDBOOL_H 1
  2966. | /* end confdefs.h. */
  2967. | #include <stdio.h>
  2968. | #ifdef HAVE_SYS_TYPES_H
  2969. | # include <sys/types.h>
  2970. | #endif
  2971. | #ifdef HAVE_SYS_STAT_H
  2972. | # include <sys/stat.h>
  2973. | #endif
  2974. | #ifdef STDC_HEADERS
  2975. | # include <stdlib.h>
  2976. | # include <stddef.h>
  2977. | #else
  2978. | # ifdef HAVE_STDLIB_H
  2979. | # include <stdlib.h>
  2980. | # endif
  2981. | #endif
  2982. | #ifdef HAVE_STRING_H
  2983. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2984. | # include <memory.h>
  2985. | # endif
  2986. | # include <string.h>
  2987. | #endif
  2988. | #ifdef HAVE_STRINGS_H
  2989. | # include <strings.h>
  2990. | #endif
  2991. | #ifdef HAVE_INTTYPES_H
  2992. | # include <inttypes.h>
  2993. | #endif
  2994. | #ifdef HAVE_STDINT_H
  2995. | # include <stdint.h>
  2996. | #endif
  2997. | #ifdef HAVE_UNISTD_H
  2998. | # include <unistd.h>
  2999. | #endif
  3000. | int
  3001. | main ()
  3002. | {
  3003. | if (sizeof ((mode_t)))
  3004. | return 0;
  3005. | ;
  3006. | return 0;
  3007. | }
  3008. configure:11901: result: yes
  3009. configure:11913: checking for off_t
  3010. configure:11941: gcc -c -Wall -g -O2 conftest.c >&5
  3011. configure:11948: $? = 0
  3012. configure:11975: gcc -c -Wall -g -O2 conftest.c >&5
  3013. conftest.c: In function 'main':
  3014. conftest.c:98: error: expected expression before ')' token
  3015. configure:11982: $? = 1
  3016. configure: failed program was:
  3017. | /* confdefs.h. */
  3018. | #define PACKAGE_NAME "aMule"
  3019. | #define PACKAGE_TARNAME "amule"
  3020. | #define PACKAGE_VERSION "2.2.5"
  3021. | #define PACKAGE_STRING "aMule 2.2.5"
  3022. | #define PACKAGE_BUGREPORT "admin@amule.org"
  3023. | #define PACKAGE "amule"
  3024. | #define VERSION "2.2.5"
  3025. | #define YYTEXT_POINTER 1
  3026. | #define STDC_HEADERS 1
  3027. | #define HAVE_SYS_TYPES_H 1
  3028. | #define HAVE_SYS_STAT_H 1
  3029. | #define HAVE_STDLIB_H 1
  3030. | #define HAVE_STRING_H 1
  3031. | #define HAVE_MEMORY_H 1
  3032. | #define HAVE_STRINGS_H 1
  3033. | #define HAVE_INTTYPES_H 1
  3034. | #define HAVE_STDINT_H 1
  3035. | #define HAVE_UNISTD_H 1
  3036. | #define HAVE_SYS_TYPES_H 1
  3037. | #define SUPPORT_GEOIP 1
  3038. | #define CRYPTOPP_INCLUDE_PREFIX cryptopp
  3039. | #define HAVE_CXXABI 1
  3040. | #define HAVE_ALLOCA_H 1
  3041. | #define HAVE_ALLOCA 1
  3042. | #define HAVE_DIRENT_H 1
  3043. | #define STDC_HEADERS 1
  3044. | #define HAVE_ARGZ_H 1
  3045. | #define HAVE_ARPA_INET_H 1
  3046. | #define HAVE_FCNTL_H 1
  3047. | #define HAVE_INTTYPES_H 1
  3048. | #define HAVE_LANGINFO_H 1
  3049. | #define HAVE_LIBINTL_H 1
  3050. | #define HAVE_LIMITS_H 1
  3051. | #define HAVE_LOCALE_H 1
  3052. | #define HAVE_MALLOC_H 1
  3053. | #define HAVE_MNTENT_H 1
  3054. | #define HAVE_NETDB_H 1
  3055. | #define HAVE_NETINET_IN_H 1
  3056. | #define HAVE_STDDEF_H 1
  3057. | #define HAVE_NL_TYPES_H 1
  3058. | #define HAVE_STDINT_H 1
  3059. | #define HAVE_STDIO_EXT_H 1
  3060. | #define HAVE_STDLIB_H 1
  3061. | #define HAVE_STRING_H 1
  3062. | #define HAVE_STRINGS_H 1
  3063. | #define HAVE_SYS_IOCTL_H 1
  3064. | #define HAVE_SYS_MOUNT_H 1
  3065. | #define HAVE_SYS_PARAM_H 1
  3066. | #define HAVE_SYS_RESOURCE_H 1
  3067. | #define HAVE_SYS_SELECT_H 1
  3068. | #define HAVE_SYS_SOCKET_H 1
  3069. | #define HAVE_SYS_STATVFS_H 1
  3070. | #define HAVE_SYS_TIME_H 1
  3071. | #define HAVE_SYS_TIMEB_H 1
  3072. | #define HAVE_SYS_TYPES_H 1
  3073. | #define HAVE_UNISTD_H 1
  3074. | #define HAVE_SYS_WAIT_H 1
  3075. | #define HAVE__BOOL 1
  3076. | #define HAVE_STDBOOL_H 1
  3077. | /* end confdefs.h. */
  3078. | #include <stdio.h>
  3079. | #ifdef HAVE_SYS_TYPES_H
  3080. | # include <sys/types.h>
  3081. | #endif
  3082. | #ifdef HAVE_SYS_STAT_H
  3083. | # include <sys/stat.h>
  3084. | #endif
  3085. | #ifdef STDC_HEADERS
  3086. | # include <stdlib.h>
  3087. | # include <stddef.h>
  3088. | #else
  3089. | # ifdef HAVE_STDLIB_H
  3090. | # include <stdlib.h>
  3091. | # endif
  3092. | #endif
  3093. | #ifdef HAVE_STRING_H
  3094. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3095. | # include <memory.h>
  3096. | # endif
  3097. | # include <string.h>
  3098. | #endif
  3099. | #ifdef HAVE_STRINGS_H
  3100. | # include <strings.h>
  3101. | #endif
  3102. | #ifdef HAVE_INTTYPES_H
  3103. | # include <inttypes.h>
  3104. | #endif
  3105. | #ifdef HAVE_STDINT_H
  3106. | # include <stdint.h>
  3107. | #endif
  3108. | #ifdef HAVE_UNISTD_H
  3109. | # include <unistd.h>
  3110. | #endif
  3111. | int
  3112. | main ()
  3113. | {
  3114. | if (sizeof ((off_t)))
  3115. | return 0;
  3116. | ;
  3117. | return 0;
  3118. | }
  3119. configure:12005: result: yes
  3120. configure:12017: checking for size_t
  3121. configure:12045: gcc -c -Wall -g -O2 conftest.c >&5
  3122. configure:12052: $? = 0
  3123. configure:12079: gcc -c -Wall -g -O2 conftest.c >&5
  3124. conftest.c: In function 'main':
  3125. conftest.c:98: error: expected expression before ')' token
  3126. configure:12086: $? = 1
  3127. configure: failed program was:
  3128. | /* confdefs.h. */
  3129. | #define PACKAGE_NAME "aMule"
  3130. | #define PACKAGE_TARNAME "amule"
  3131. | #define PACKAGE_VERSION "2.2.5"
  3132. | #define PACKAGE_STRING "aMule 2.2.5"
  3133. | #define PACKAGE_BUGREPORT "admin@amule.org"
  3134. | #define PACKAGE "amule"
  3135. | #define VERSION "2.2.5"
  3136. | #define YYTEXT_POINTER 1
  3137. | #define STDC_HEADERS 1
  3138. | #define HAVE_SYS_TYPES_H 1
  3139. | #define HAVE_SYS_STAT_H 1
  3140. | #define HAVE_STDLIB_H 1
  3141. | #define HAVE_STRING_H 1
  3142. | #define HAVE_MEMORY_H 1
  3143. | #define HAVE_STRINGS_H 1
  3144. | #define HAVE_INTTYPES_H 1
  3145. | #define HAVE_STDINT_H 1
  3146. | #define HAVE_UNISTD_H 1
  3147. | #define HAVE_SYS_TYPES_H 1
  3148. | #define SUPPORT_GEOIP 1
  3149. | #define CRYPTOPP_INCLUDE_PREFIX cryptopp
  3150. | #define HAVE_CXXABI 1
  3151. | #define HAVE_ALLOCA_H 1
  3152. | #define HAVE_ALLOCA 1
  3153. | #define HAVE_DIRENT_H 1
  3154. | #define STDC_HEADERS 1
  3155. | #define HAVE_ARGZ_H 1
  3156. | #define HAVE_ARPA_INET_H 1
  3157. | #define HAVE_FCNTL_H 1
  3158. | #define HAVE_INTTYPES_H 1
  3159. | #define HAVE_LANGINFO_H 1
  3160. | #define HAVE_LIBINTL_H 1
  3161. | #define HAVE_LIMITS_H 1
  3162. | #define HAVE_LOCALE_H 1
  3163. | #define HAVE_MALLOC_H 1
  3164. | #define HAVE_MNTENT_H 1
  3165. | #define HAVE_NETDB_H 1
  3166. | #define HAVE_NETINET_IN_H 1
  3167. | #define HAVE_STDDEF_H 1
  3168. | #define HAVE_NL_TYPES_H 1
  3169. | #define HAVE_STDINT_H 1
  3170. | #define HAVE_STDIO_EXT_H 1
  3171. | #define HAVE_STDLIB_H 1
  3172. | #define HAVE_STRING_H 1
  3173. | #define HAVE_STRINGS_H 1
  3174. | #define HAVE_SYS_IOCTL_H 1
  3175. | #define HAVE_SYS_MOUNT_H 1
  3176. | #define HAVE_SYS_PARAM_H 1
  3177. | #define HAVE_SYS_RESOURCE_H 1
  3178. | #define HAVE_SYS_SELECT_H 1
  3179. | #define HAVE_SYS_SOCKET_H 1
  3180. | #define HAVE_SYS_STATVFS_H 1
  3181. | #define HAVE_SYS_TIME_H 1
  3182. | #define HAVE_SYS_TIMEB_H 1
  3183. | #define HAVE_SYS_TYPES_H 1
  3184. | #define HAVE_UNISTD_H 1
  3185. | #define HAVE_SYS_WAIT_H 1
  3186. | #define HAVE__BOOL 1
  3187. | #define HAVE_STDBOOL_H 1
  3188. | /* end confdefs.h. */
  3189. | #include <stdio.h>
  3190. | #ifdef HAVE_SYS_TYPES_H
  3191. | # include <sys/types.h>
  3192. | #endif
  3193. | #ifdef HAVE_SYS_STAT_H
  3194. | # include <sys/stat.h>
  3195. | #endif
  3196. | #ifdef STDC_HEADERS
  3197. | # include <stdlib.h>
  3198. | # include <stddef.h>
  3199. | #else
  3200. | # ifdef HAVE_STDLIB_H
  3201. | # include <stdlib.h>
  3202. | # endif
  3203. | #endif
  3204. | #ifdef HAVE_STRING_H
  3205. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3206. | # include <memory.h>
  3207. | # endif
  3208. | # include <string.h>
  3209. | #endif
  3210. | #ifdef HAVE_STRINGS_H
  3211. | # include <strings.h>
  3212. | #endif
  3213. | #ifdef HAVE_INTTYPES_H
  3214. | # include <inttypes.h>
  3215. | #endif
  3216. | #ifdef HAVE_STDINT_H
  3217. | # include <stdint.h>
  3218. | #endif
  3219. | #ifdef HAVE_UNISTD_H
  3220. | # include <unistd.h>
  3221. | #endif
  3222. | int
  3223. | main ()
  3224. | {
  3225. | if (sizeof ((size_t)))
  3226. | return 0;
  3227. | ;
  3228. | return 0;
  3229. | }
  3230. configure:12109: result: yes
  3231. configure:12121: checking whether time.h and sys/time.h may both be included
  3232. configure:12151: gcc -c -Wall -g -O2 conftest.c >&5
  3233. configure:12158: $? = 0
  3234. configure:12173: result: yes
  3235. configure:12183: checking whether struct tm is in sys/time.h or time.h
  3236. configure:12213: gcc -c -Wall -g -O2 conftest.c >&5
  3237. configure:12220: $? = 0
  3238. configure:12235: result: time.h
  3239. configure:12245: checking for uid_t in sys/types.h
  3240. configure:12268: result: yes
  3241. configure:12283: checking for working volatile
  3242. configure:12312: gcc -c -Wall -g -O2 conftest.c >&5
  3243. configure:12319: $? = 0
  3244. configure:12334: result: yes
  3245. configure:12344: checking for ptrdiff_t
  3246. configure:12372: gcc -c -Wall -g -O2 conftest.c >&5
  3247. configure:12379: $? = 0
  3248. configure:12406: gcc -c -Wall -g -O2 conftest.c >&5
  3249. conftest.c: In function 'main':
  3250. conftest.c:99: error: expected expression before ')' token
  3251. configure:12413: $? = 1
  3252. configure: failed program was:
  3253. | /* confdefs.h. */
  3254. | #define PACKAGE_NAME "aMule"
  3255. | #define PACKAGE_TARNAME "amule"
  3256. | #define PACKAGE_VERSION "2.2.5"
  3257. | #define PACKAGE_STRING "aMule 2.2.5"
  3258. | #define PACKAGE_BUGREPORT "admin@amule.org"
  3259. | #define PACKAGE "amule"
  3260. | #define VERSION "2.2.5"
  3261. | #define YYTEXT_POINTER 1
  3262. | #define STDC_HEADERS 1
  3263. | #define HAVE_SYS_TYPES_H 1
  3264. | #define HAVE_SYS_STAT_H 1
  3265. | #define HAVE_STDLIB_H 1
  3266. | #define HAVE_STRING_H 1
  3267. | #define HAVE_MEMORY_H 1
  3268. | #define HAVE_STRINGS_H 1
  3269. | #define HAVE_INTTYPES_H 1
  3270. | #define HAVE_STDINT_H 1
  3271. | #define HAVE_UNISTD_H 1
  3272. | #define HAVE_SYS_TYPES_H 1
  3273. | #define SUPPORT_GEOIP 1
  3274. | #define CRYPTOPP_INCLUDE_PREFIX cryptopp
  3275. | #define HAVE_CXXABI 1
  3276. | #define HAVE_ALLOCA_H 1
  3277. | #define HAVE_ALLOCA 1
  3278. | #define HAVE_DIRENT_H 1
  3279. | #define STDC_HEADERS 1
  3280. | #define HAVE_ARGZ_H 1
  3281. | #define HAVE_ARPA_INET_H 1
  3282. | #define HAVE_FCNTL_H 1
  3283. | #define HAVE_INTTYPES_H 1
  3284. | #define HAVE_LANGINFO_H 1
  3285. | #define HAVE_LIBINTL_H 1
  3286. | #define HAVE_LIMITS_H 1
  3287. | #define HAVE_LOCALE_H 1
  3288. | #define HAVE_MALLOC_H 1
  3289. | #define HAVE_MNTENT_H 1
  3290. | #define HAVE_NETDB_H 1
  3291. | #define HAVE_NETINET_IN_H 1
  3292. | #define HAVE_STDDEF_H 1
  3293. | #define HAVE_NL_TYPES_H 1
  3294. | #define HAVE_STDINT_H 1
  3295. | #define HAVE_STDIO_EXT_H 1
  3296. | #define HAVE_STDLIB_H 1
  3297. | #define HAVE_STRING_H 1
  3298. | #define HAVE_STRINGS_H 1
  3299. | #define HAVE_SYS_IOCTL_H 1
  3300. | #define HAVE_SYS_MOUNT_H 1
  3301. | #define HAVE_SYS_PARAM_H 1
  3302. | #define HAVE_SYS_RESOURCE_H 1
  3303. | #define HAVE_SYS_SELECT_H 1
  3304. | #define HAVE_SYS_SOCKET_H 1
  3305. | #define HAVE_SYS_STATVFS_H 1
  3306. | #define HAVE_SYS_TIME_H 1
  3307. | #define HAVE_SYS_TIMEB_H 1
  3308. | #define HAVE_SYS_TYPES_H 1
  3309. | #define HAVE_UNISTD_H 1
  3310. | #define HAVE_SYS_WAIT_H 1
  3311. | #define HAVE__BOOL 1
  3312. | #define HAVE_STDBOOL_H 1
  3313. | #define TIME_WITH_SYS_TIME 1
  3314. | /* end confdefs.h. */
  3315. | #include <stdio.h>
  3316. | #ifdef HAVE_SYS_TYPES_H
  3317. | # include <sys/types.h>
  3318. | #endif
  3319. | #ifdef HAVE_SYS_STAT_H
  3320. | # include <sys/stat.h>
  3321. | #endif
  3322. | #ifdef STDC_HEADERS
  3323. | # include <stdlib.h>
  3324. | # include <stddef.h>
  3325. | #else
  3326. | # ifdef HAVE_STDLIB_H
  3327. | # include <stdlib.h>
  3328. | # endif
  3329. | #endif
  3330. | #ifdef HAVE_STRING_H
  3331. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3332. | # include <memory.h>
  3333. | # endif
  3334. | # include <string.h>
  3335. | #endif
  3336. | #ifdef HAVE_STRINGS_H
  3337. | # include <strings.h>
  3338. | #endif
  3339. | #ifdef HAVE_INTTYPES_H
  3340. | # include <inttypes.h>
  3341. | #endif
  3342. | #ifdef HAVE_STDINT_H
  3343. | # include <stdint.h>
  3344. | #endif
  3345. | #ifdef HAVE_UNISTD_H
  3346. | # include <unistd.h>
  3347. | #endif
  3348. | int
  3349. | main ()
  3350. | {
  3351. | if (sizeof ((ptrdiff_t)))
  3352. | return 0;
  3353. | ;
  3354. | return 0;
  3355. | }
  3356. configure:12436: result: yes
  3357. configure:12449: checking whether closedir returns void
  3358. configure:12483: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  3359. configure:12487: $? = 0
  3360. configure:12493: ./conftest
  3361. configure:12497: $? = 0
  3362. configure:12514: result: no
  3363. configure:12525: checking whether gcc needs -traditional
  3364. configure:12567: result: no
  3365. configure:12574: checking for pid_t
  3366. configure:12602: gcc -c -Wall -g -O2 conftest.c >&5
  3367. configure:12609: $? = 0
  3368. configure:12636: gcc -c -Wall -g -O2 conftest.c >&5
  3369. conftest.c: In function 'main':
  3370. conftest.c:100: error: expected expression before ')' token
  3371. configure:12643: $? = 1
  3372. configure: failed program was:
  3373. | /* confdefs.h. */
  3374. | #define PACKAGE_NAME "aMule"
  3375. | #define PACKAGE_TARNAME "amule"
  3376. | #define PACKAGE_VERSION "2.2.5"
  3377. | #define PACKAGE_STRING "aMule 2.2.5"
  3378. | #define PACKAGE_BUGREPORT "admin@amule.org"
  3379. | #define PACKAGE "amule"
  3380. | #define VERSION "2.2.5"
  3381. | #define YYTEXT_POINTER 1
  3382. | #define STDC_HEADERS 1
  3383. | #define HAVE_SYS_TYPES_H 1
  3384. | #define HAVE_SYS_STAT_H 1
  3385. | #define HAVE_STDLIB_H 1
  3386. | #define HAVE_STRING_H 1
  3387. | #define HAVE_MEMORY_H 1
  3388. | #define HAVE_STRINGS_H 1
  3389. | #define HAVE_INTTYPES_H 1
  3390. | #define HAVE_STDINT_H 1
  3391. | #define HAVE_UNISTD_H 1
  3392. | #define HAVE_SYS_TYPES_H 1
  3393. | #define SUPPORT_GEOIP 1
  3394. | #define CRYPTOPP_INCLUDE_PREFIX cryptopp
  3395. | #define HAVE_CXXABI 1
  3396. | #define HAVE_ALLOCA_H 1
  3397. | #define HAVE_ALLOCA 1
  3398. | #define HAVE_DIRENT_H 1
  3399. | #define STDC_HEADERS 1
  3400. | #define HAVE_ARGZ_H 1
  3401. | #define HAVE_ARPA_INET_H 1
  3402. | #define HAVE_FCNTL_H 1
  3403. | #define HAVE_INTTYPES_H 1
  3404. | #define HAVE_LANGINFO_H 1
  3405. | #define HAVE_LIBINTL_H 1
  3406. | #define HAVE_LIMITS_H 1
  3407. | #define HAVE_LOCALE_H 1
  3408. | #define HAVE_MALLOC_H 1
  3409. | #define HAVE_MNTENT_H 1
  3410. | #define HAVE_NETDB_H 1
  3411. | #define HAVE_NETINET_IN_H 1
  3412. | #define HAVE_STDDEF_H 1
  3413. | #define HAVE_NL_TYPES_H 1
  3414. | #define HAVE_STDINT_H 1
  3415. | #define HAVE_STDIO_EXT_H 1
  3416. | #define HAVE_STDLIB_H 1
  3417. | #define HAVE_STRING_H 1
  3418. | #define HAVE_STRINGS_H 1
  3419. | #define HAVE_SYS_IOCTL_H 1
  3420. | #define HAVE_SYS_MOUNT_H 1
  3421. | #define HAVE_SYS_PARAM_H 1
  3422. | #define HAVE_SYS_RESOURCE_H 1
  3423. | #define HAVE_SYS_SELECT_H 1
  3424. | #define HAVE_SYS_SOCKET_H 1
  3425. | #define HAVE_SYS_STATVFS_H 1
  3426. | #define HAVE_SYS_TIME_H 1
  3427. | #define HAVE_SYS_TIMEB_H 1
  3428. | #define HAVE_SYS_TYPES_H 1
  3429. | #define HAVE_UNISTD_H 1
  3430. | #define HAVE_SYS_WAIT_H 1
  3431. | #define HAVE__BOOL 1
  3432. | #define HAVE_STDBOOL_H 1
  3433. | #define TIME_WITH_SYS_TIME 1
  3434. | #define HAVE_PTRDIFF_T 1
  3435. | /* end confdefs.h. */
  3436. | #include <stdio.h>
  3437. | #ifdef HAVE_SYS_TYPES_H
  3438. | # include <sys/types.h>
  3439. | #endif
  3440. | #ifdef HAVE_SYS_STAT_H
  3441. | # include <sys/stat.h>
  3442. | #endif
  3443. | #ifdef STDC_HEADERS
  3444. | # include <stdlib.h>
  3445. | # include <stddef.h>
  3446. | #else
  3447. | # ifdef HAVE_STDLIB_H
  3448. | # include <stdlib.h>
  3449. | # endif
  3450. | #endif
  3451. | #ifdef HAVE_STRING_H
  3452. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3453. | # include <memory.h>
  3454. | # endif
  3455. | # include <string.h>
  3456. | #endif
  3457. | #ifdef HAVE_STRINGS_H
  3458. | # include <strings.h>
  3459. | #endif
  3460. | #ifdef HAVE_INTTYPES_H
  3461. | # include <inttypes.h>
  3462. | #endif
  3463. | #ifdef HAVE_STDINT_H
  3464. | # include <stdint.h>
  3465. | #endif
  3466. | #ifdef HAVE_UNISTD_H
  3467. | # include <unistd.h>
  3468. | #endif
  3469. | int
  3470. | main ()
  3471. | {
  3472. | if (sizeof ((pid_t)))
  3473. | return 0;
  3474. | ;
  3475. | return 0;
  3476. | }
  3477. configure:12666: result: yes
  3478. configure:12694: checking vfork.h usability
  3479. configure:12711: gcc -c -Wall -g -O2 conftest.c >&5
  3480. conftest.c:97:19: error: vfork.h: No such file or directory
  3481. configure:12718: $? = 1
  3482. configure: failed program was:
  3483. | /* confdefs.h. */
  3484. | #define PACKAGE_NAME "aMule"
  3485. | #define PACKAGE_TARNAME "amule"
  3486. | #define PACKAGE_VERSION "2.2.5"
  3487. | #define PACKAGE_STRING "aMule 2.2.5"
  3488. | #define PACKAGE_BUGREPORT "admin@amule.org"
  3489. | #define PACKAGE "amule"
  3490. | #define VERSION "2.2.5"
  3491. | #define YYTEXT_POINTER 1
  3492. | #define STDC_HEADERS 1
  3493. | #define HAVE_SYS_TYPES_H 1
  3494. | #define HAVE_SYS_STAT_H 1
  3495. | #define HAVE_STDLIB_H 1
  3496. | #define HAVE_STRING_H 1
  3497. | #define HAVE_MEMORY_H 1
  3498. | #define HAVE_STRINGS_H 1
  3499. | #define HAVE_INTTYPES_H 1
  3500. | #define HAVE_STDINT_H 1
  3501. | #define HAVE_UNISTD_H 1
  3502. | #define HAVE_SYS_TYPES_H 1
  3503. | #define SUPPORT_GEOIP 1
  3504. | #define CRYPTOPP_INCLUDE_PREFIX cryptopp
  3505. | #define HAVE_CXXABI 1
  3506. | #define HAVE_ALLOCA_H 1
  3507. | #define HAVE_ALLOCA 1
  3508. | #define HAVE_DIRENT_H 1
  3509. | #define STDC_HEADERS 1
  3510. | #define HAVE_ARGZ_H 1
  3511. | #define HAVE_ARPA_INET_H 1
  3512. | #define HAVE_FCNTL_H 1
  3513. | #define HAVE_INTTYPES_H 1
  3514. | #define HAVE_LANGINFO_H 1
  3515. | #define HAVE_LIBINTL_H 1
  3516. | #define HAVE_LIMITS_H 1
  3517. | #define HAVE_LOCALE_H 1
  3518. | #define HAVE_MALLOC_H 1
  3519. | #define HAVE_MNTENT_H 1
  3520. | #define HAVE_NETDB_H 1
  3521. | #define HAVE_NETINET_IN_H 1
  3522. | #define HAVE_STDDEF_H 1
  3523. | #define HAVE_NL_TYPES_H 1
  3524. | #define HAVE_STDINT_H 1
  3525. | #define HAVE_STDIO_EXT_H 1
  3526. | #define HAVE_STDLIB_H 1
  3527. | #define HAVE_STRING_H 1
  3528. | #define HAVE_STRINGS_H 1
  3529. | #define HAVE_SYS_IOCTL_H 1
  3530. | #define HAVE_SYS_MOUNT_H 1
  3531. | #define HAVE_SYS_PARAM_H 1
  3532. | #define HAVE_SYS_RESOURCE_H 1
  3533. | #define HAVE_SYS_SELECT_H 1
  3534. | #define HAVE_SYS_SOCKET_H 1
  3535. | #define HAVE_SYS_STATVFS_H 1
  3536. | #define HAVE_SYS_TIME_H 1
  3537. | #define HAVE_SYS_TIMEB_H 1
  3538. | #define HAVE_SYS_TYPES_H 1
  3539. | #define HAVE_UNISTD_H 1
  3540. | #define HAVE_SYS_WAIT_H 1
  3541. | #define HAVE__BOOL 1
  3542. | #define HAVE_STDBOOL_H 1
  3543. | #define TIME_WITH_SYS_TIME 1
  3544. | #define HAVE_PTRDIFF_T 1
  3545. | /* end confdefs.h. */
  3546. | #include <stdio.h>
  3547. | #ifdef HAVE_SYS_TYPES_H
  3548. | # include <sys/types.h>
  3549. | #endif
  3550. | #ifdef HAVE_SYS_STAT_H
  3551. | # include <sys/stat.h>
  3552. | #endif
  3553. | #ifdef STDC_HEADERS
  3554. | # include <stdlib.h>
  3555. | # include <stddef.h>
  3556. | #else
  3557. | # ifdef HAVE_STDLIB_H
  3558. | # include <stdlib.h>
  3559. | # endif
  3560. | #endif
  3561. | #ifdef HAVE_STRING_H
  3562. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3563. | # include <memory.h>
  3564. | # endif
  3565. | # include <string.h>
  3566. | #endif
  3567. | #ifdef HAVE_STRINGS_H
  3568. | # include <strings.h>
  3569. | #endif
  3570. | #ifdef HAVE_INTTYPES_H
  3571. | # include <inttypes.h>
  3572. | #endif
  3573. | #ifdef HAVE_STDINT_H
  3574. | # include <stdint.h>
  3575. | #endif
  3576. | #ifdef HAVE_UNISTD_H
  3577. | # include <unistd.h>
  3578. | #endif
  3579. | #include <vfork.h>
  3580. configure:12732: result: no
  3581. configure:12736: checking vfork.h presence
  3582. configure:12751: gcc -E conftest.c
  3583. conftest.c:64:19: error: vfork.h: No such file or directory
  3584. configure:12758: $? = 1
  3585. configure: failed program was:
  3586. | /* confdefs.h. */
  3587. | #define PACKAGE_NAME "aMule"
  3588. | #define PACKAGE_TARNAME "amule"
  3589. | #define PACKAGE_VERSION "2.2.5"
  3590. | #define PACKAGE_STRING "aMule 2.2.5"
  3591. | #define PACKAGE_BUGREPORT "admin@amule.org"
  3592. | #define PACKAGE "amule"
  3593. | #define VERSION "2.2.5"
  3594. | #define YYTEXT_POINTER 1
  3595. | #define STDC_HEADERS 1
  3596. | #define HAVE_SYS_TYPES_H 1
  3597. | #define HAVE_SYS_STAT_H 1
  3598. | #define HAVE_STDLIB_H 1
  3599. | #define HAVE_STRING_H 1
  3600. | #define HAVE_MEMORY_H 1
  3601. | #define HAVE_STRINGS_H 1
  3602. | #define HAVE_INTTYPES_H 1
  3603. | #define HAVE_STDINT_H 1
  3604. | #define HAVE_UNISTD_H 1
  3605. | #define HAVE_SYS_TYPES_H 1
  3606. | #define SUPPORT_GEOIP 1
  3607. | #define CRYPTOPP_INCLUDE_PREFIX cryptopp
  3608. | #define HAVE_CXXABI 1
  3609. | #define HAVE_ALLOCA_H 1
  3610. | #define HAVE_ALLOCA 1
  3611. | #define HAVE_DIRENT_H 1
  3612. | #define STDC_HEADERS 1
  3613. | #define HAVE_ARGZ_H 1
  3614. | #define HAVE_ARPA_INET_H 1
  3615. | #define HAVE_FCNTL_H 1
  3616. | #define HAVE_INTTYPES_H 1
  3617. | #define HAVE_LANGINFO_H 1
  3618. | #define HAVE_LIBINTL_H 1
  3619. | #define HAVE_LIMITS_H 1
  3620. | #define HAVE_LOCALE_H 1
  3621. | #define HAVE_MALLOC_H 1
  3622. | #define HAVE_MNTENT_H 1
  3623. | #define HAVE_NETDB_H 1
  3624. | #define HAVE_NETINET_IN_H 1
  3625. | #define HAVE_STDDEF_H 1
  3626. | #define HAVE_NL_TYPES_H 1
  3627. | #define HAVE_STDINT_H 1
  3628. | #define HAVE_STDIO_EXT_H 1
  3629. | #define HAVE_STDLIB_H 1
  3630. | #define HAVE_STRING_H 1
  3631. | #define HAVE_STRINGS_H 1
  3632. | #define HAVE_SYS_IOCTL_H 1
  3633. | #define HAVE_SYS_MOUNT_H 1
  3634. | #define HAVE_SYS_PARAM_H 1
  3635. | #define HAVE_SYS_RESOURCE_H 1
  3636. | #define HAVE_SYS_SELECT_H 1
  3637. | #define HAVE_SYS_SOCKET_H 1
  3638. | #define HAVE_SYS_STATVFS_H 1
  3639. | #define HAVE_SYS_TIME_H 1
  3640. | #define HAVE_SYS_TIMEB_H 1
  3641. | #define HAVE_SYS_TYPES_H 1
  3642. | #define HAVE_UNISTD_H 1
  3643. | #define HAVE_SYS_WAIT_H 1
  3644. | #define HAVE__BOOL 1
  3645. | #define HAVE_STDBOOL_H 1
  3646. | #define TIME_WITH_SYS_TIME 1
  3647. | #define HAVE_PTRDIFF_T 1
  3648. | /* end confdefs.h. */
  3649. | #include <vfork.h>
  3650. configure:12772: result: no
  3651. configure:12805: checking for vfork.h
  3652. configure:12814: result: no
  3653. configure:12834: checking for fork
  3654. configure:12890: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  3655. conftest.c:87: warning: conflicting types for built-in function 'fork'
  3656. configure:12897: $? = 0
  3657. configure:12919: result: yes
  3658. configure:12834: checking for vfork
  3659. configure:12890: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  3660. configure:12897: $? = 0
  3661. configure:12919: result: yes
  3662. configure:12932: checking for working fork
  3663. configure:12964: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  3664. configure:12968: $? = 0
  3665. configure:12974: ./conftest
  3666. configure:12978: $? = 0
  3667. configure:12995: result: yes
  3668. configure:13016: checking for working vfork
  3669. configure:13157: result: yes
  3670. configure:13188: checking whether lstat dereferences a symlink specified with a trailing slash
  3671. configure:13224: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  3672. configure:13228: $? = 0
  3673. configure:13234: ./conftest
  3674. configure:13238: $? = 0
  3675. configure:13262: result: yes
  3676. configure:13285: checking for library containing getmntent
  3677. configure:13326: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  3678. configure:13333: $? = 0
  3679. configure:13364: result: none required
  3680. configure:13380: checking whether lstat accepts an empty string
  3681. configure:13410: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  3682. configure:13414: $? = 0
  3683. configure:13420: ./conftest
  3684. configure:13424: $? = 0
  3685. configure:13441: result: no
  3686. configure:13457: checking whether lstat dereferences a symlink specified with a trailing slash
  3687. configure:13531: result: yes
  3688. configure:13553: checking for working memcmp
  3689. configure:13606: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  3690. configure:13610: $? = 0
  3691. configure:13616: ./conftest
  3692. configure:13620: $? = 0
  3693. configure:13637: result: yes
  3694. configure:13652: checking for stdlib.h
  3695. configure:13659: result: yes
  3696. configure:13652: checking for unistd.h
  3697. configure:13659: result: yes
  3698. configure:13802: checking for getpagesize
  3699. configure:13858: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  3700. configure:13865: $? = 0
  3701. configure:13887: result: yes
  3702. configure:13899: checking for working mmap
  3703. configure:14046: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  3704. configure:14050: $? = 0
  3705. configure:14056: ./conftest
  3706. configure:14060: $? = 0
  3707. configure:14077: result: yes
  3708. configure:14094: checking for sys/select.h
  3709. configure:14101: result: yes
  3710. configure:14094: checking for sys/socket.h
  3711. configure:14101: result: yes
  3712. configure:14240: checking types of arguments for select
  3713. configure:14278: gcc -c -Wall -g -O2 conftest.c >&5
  3714. configure:14285: $? = 0
  3715. configure:14306: result: int,fd_set *,struct timeval *
  3716. configure:14336: checking return type of signal handlers
  3717. configure:14364: gcc -c -Wall -g -O2 conftest.c >&5
  3718. conftest.c: In function 'main':
  3719. conftest.c:86: error: void value not ignored as it ought to be
  3720. configure:14371: $? = 1
  3721. configure: failed program was:
  3722. | /* confdefs.h. */
  3723. | #define PACKAGE_NAME "aMule"
  3724. | #define PACKAGE_TARNAME "amule"
  3725. | #define PACKAGE_VERSION "2.2.5"
  3726. | #define PACKAGE_STRING "aMule 2.2.5"
  3727. | #define PACKAGE_BUGREPORT "admin@amule.org"
  3728. | #define PACKAGE "amule"
  3729. | #define VERSION "2.2.5"
  3730. | #define YYTEXT_POINTER 1
  3731. | #define STDC_HEADERS 1
  3732. | #define HAVE_SYS_TYPES_H 1
  3733. | #define HAVE_SYS_STAT_H 1
  3734. | #define HAVE_STDLIB_H 1
  3735. | #define HAVE_STRING_H 1
  3736. | #define HAVE_MEMORY_H 1
  3737. | #define HAVE_STRINGS_H 1
  3738. | #define HAVE_INTTYPES_H 1
  3739. | #define HAVE_STDINT_H 1
  3740. | #define HAVE_UNISTD_H 1
  3741. | #define HAVE_SYS_TYPES_H 1
  3742. | #define SUPPORT_GEOIP 1
  3743. | #define CRYPTOPP_INCLUDE_PREFIX cryptopp
  3744. | #define HAVE_CXXABI 1
  3745. | #define HAVE_ALLOCA_H 1
  3746. | #define HAVE_ALLOCA 1
  3747. | #define HAVE_DIRENT_H 1
  3748. | #define STDC_HEADERS 1
  3749. | #define HAVE_ARGZ_H 1
  3750. | #define HAVE_ARPA_INET_H 1
  3751. | #define HAVE_FCNTL_H 1
  3752. | #define HAVE_INTTYPES_H 1
  3753. | #define HAVE_LANGINFO_H 1
  3754. | #define HAVE_LIBINTL_H 1
  3755. | #define HAVE_LIMITS_H 1
  3756. | #define HAVE_LOCALE_H 1
  3757. | #define HAVE_MALLOC_H 1
  3758. | #define HAVE_MNTENT_H 1
  3759. | #define HAVE_NETDB_H 1
  3760. | #define HAVE_NETINET_IN_H 1
  3761. | #define HAVE_STDDEF_H 1
  3762. | #define HAVE_NL_TYPES_H 1
  3763. | #define HAVE_STDINT_H 1
  3764. | #define HAVE_STDIO_EXT_H 1
  3765. | #define HAVE_STDLIB_H 1
  3766. | #define HAVE_STRING_H 1
  3767. | #define HAVE_STRINGS_H 1
  3768. | #define HAVE_SYS_IOCTL_H 1
  3769. | #define HAVE_SYS_MOUNT_H 1
  3770. | #define HAVE_SYS_PARAM_H 1
  3771. | #define HAVE_SYS_RESOURCE_H 1
  3772. | #define HAVE_SYS_SELECT_H 1
  3773. | #define HAVE_SYS_SOCKET_H 1
  3774. | #define HAVE_SYS_STATVFS_H 1
  3775. | #define HAVE_SYS_TIME_H 1
  3776. | #define HAVE_SYS_TIMEB_H 1
  3777. | #define HAVE_SYS_TYPES_H 1
  3778. | #define HAVE_UNISTD_H 1
  3779. | #define HAVE_SYS_WAIT_H 1
  3780. | #define HAVE__BOOL 1
  3781. | #define HAVE_STDBOOL_H 1
  3782. | #define TIME_WITH_SYS_TIME 1
  3783. | #define HAVE_PTRDIFF_T 1
  3784. | #define HAVE_FORK 1
  3785. | #define HAVE_VFORK 1
  3786. | #define HAVE_WORKING_VFORK 1
  3787. | #define HAVE_WORKING_FORK 1
  3788. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3789. | #define HAVE_GETMNTENT 1
  3790. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3791. | #define HAVE_STDLIB_H 1
  3792. | #define HAVE_UNISTD_H 1
  3793. | #define HAVE_GETPAGESIZE 1
  3794. | #define HAVE_MMAP 1
  3795. | #define HAVE_SYS_SELECT_H 1
  3796. | #define HAVE_SYS_SOCKET_H 1
  3797. | #define SELECT_TYPE_ARG1 int
  3798. | #define SELECT_TYPE_ARG234 (fd_set *)
  3799. | #define SELECT_TYPE_ARG5 (struct timeval *)
  3800. | /* end confdefs.h. */
  3801. | #include <sys/types.h>
  3802. | #include <signal.h>
  3803. |
  3804. | int
  3805. | main ()
  3806. | {
  3807. | return *(signal (0, 0)) (0) == 1;
  3808. | ;
  3809. | return 0;
  3810. | }
  3811. configure:14386: result: void
  3812. configure:14394: checking whether stat accepts an empty string
  3813. configure:14424: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  3814. configure:14428: $? = 0
  3815. configure:14434: ./conftest
  3816. configure:14438: $? = 0
  3817. configure:14455: result: no
  3818. configure:14475: checking for strftime
  3819. configure:14531: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  3820. conftest.c:104: warning: conflicting types for built-in function 'strftime'
  3821. configure:14538: $? = 0
  3822. configure:14560: result: yes
  3823. configure:14647: checking for working strtod
  3824. configure:14698: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  3825. configure:14702: $? = 0
  3826. configure:14708: ./conftest
  3827. configure:14712: $? = 0
  3828. configure:14729: result: yes
  3829. configure:14905: checking for vprintf
  3830. configure:14961: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  3831. conftest.c:105: warning: conflicting types for built-in function 'vprintf'
  3832. configure:14968: $? = 0
  3833. configure:14990: result: yes
  3834. configure:14999: checking for _doprnt
  3835. configure:15055: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  3836. /tmp/ccwApBrE.o: In function `main':
  3837. /home/maththias/Desktop/aMule-2.2.5/conftest.c:117: undefined reference to `_doprnt'
  3838. collect2: ld returned 1 exit status
  3839. configure:15062: $? = 1
  3840. configure: failed program was:
  3841. | /* confdefs.h. */
  3842. | #define PACKAGE_NAME "aMule"
  3843. | #define PACKAGE_TARNAME "amule"
  3844. | #define PACKAGE_VERSION "2.2.5"
  3845. | #define PACKAGE_STRING "aMule 2.2.5"
  3846. | #define PACKAGE_BUGREPORT "admin@amule.org"
  3847. | #define PACKAGE "amule"
  3848. | #define VERSION "2.2.5"
  3849. | #define YYTEXT_POINTER 1
  3850. | #define STDC_HEADERS 1
  3851. | #define HAVE_SYS_TYPES_H 1
  3852. | #define HAVE_SYS_STAT_H 1
  3853. | #define HAVE_STDLIB_H 1
  3854. | #define HAVE_STRING_H 1
  3855. | #define HAVE_MEMORY_H 1
  3856. | #define HAVE_STRINGS_H 1
  3857. | #define HAVE_INTTYPES_H 1
  3858. | #define HAVE_STDINT_H 1
  3859. | #define HAVE_UNISTD_H 1
  3860. | #define HAVE_SYS_TYPES_H 1
  3861. | #define SUPPORT_GEOIP 1
  3862. | #define CRYPTOPP_INCLUDE_PREFIX cryptopp
  3863. | #define HAVE_CXXABI 1
  3864. | #define HAVE_ALLOCA_H 1
  3865. | #define HAVE_ALLOCA 1
  3866. | #define HAVE_DIRENT_H 1
  3867. | #define STDC_HEADERS 1
  3868. | #define HAVE_ARGZ_H 1
  3869. | #define HAVE_ARPA_INET_H 1
  3870. | #define HAVE_FCNTL_H 1
  3871. | #define HAVE_INTTYPES_H 1
  3872. | #define HAVE_LANGINFO_H 1
  3873. | #define HAVE_LIBINTL_H 1
  3874. | #define HAVE_LIMITS_H 1
  3875. | #define HAVE_LOCALE_H 1
  3876. | #define HAVE_MALLOC_H 1
  3877. | #define HAVE_MNTENT_H 1
  3878. | #define HAVE_NETDB_H 1
  3879. | #define HAVE_NETINET_IN_H 1
  3880. | #define HAVE_STDDEF_H 1
  3881. | #define HAVE_NL_TYPES_H 1
  3882. | #define HAVE_STDINT_H 1
  3883. | #define HAVE_STDIO_EXT_H 1
  3884. | #define HAVE_STDLIB_H 1
  3885. | #define HAVE_STRING_H 1
  3886. | #define HAVE_STRINGS_H 1
  3887. | #define HAVE_SYS_IOCTL_H 1
  3888. | #define HAVE_SYS_MOUNT_H 1
  3889. | #define HAVE_SYS_PARAM_H 1
  3890. | #define HAVE_SYS_RESOURCE_H 1
  3891. | #define HAVE_SYS_SELECT_H 1
  3892. | #define HAVE_SYS_SOCKET_H 1
  3893. | #define HAVE_SYS_STATVFS_H 1
  3894. | #define HAVE_SYS_TIME_H 1
  3895. | #define HAVE_SYS_TIMEB_H 1
  3896. | #define HAVE_SYS_TYPES_H 1
  3897. | #define HAVE_UNISTD_H 1
  3898. | #define HAVE_SYS_WAIT_H 1
  3899. | #define HAVE__BOOL 1
  3900. | #define HAVE_STDBOOL_H 1
  3901. | #define TIME_WITH_SYS_TIME 1
  3902. | #define HAVE_PTRDIFF_T 1
  3903. | #define HAVE_FORK 1
  3904. | #define HAVE_VFORK 1
  3905. | #define HAVE_WORKING_VFORK 1
  3906. | #define HAVE_WORKING_FORK 1
  3907. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3908. | #define HAVE_GETMNTENT 1
  3909. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  3910. | #define HAVE_STDLIB_H 1
  3911. | #define HAVE_UNISTD_H 1
  3912. | #define HAVE_GETPAGESIZE 1
  3913. | #define HAVE_MMAP 1
  3914. | #define HAVE_SYS_SELECT_H 1
  3915. | #define HAVE_SYS_SOCKET_H 1
  3916. | #define SELECT_TYPE_ARG1 int
  3917. | #define SELECT_TYPE_ARG234 (fd_set *)
  3918. | #define SELECT_TYPE_ARG5 (struct timeval *)
  3919. | #define RETSIGTYPE void
  3920. | #define HAVE_STRFTIME 1
  3921. | #define HAVE_VPRINTF 1
  3922. | /* end confdefs.h. */
  3923. | /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
  3924. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  3925. | #define _doprnt innocuous__doprnt
  3926. |
  3927. | /* System header to define __stub macros and hopefully few prototypes,
  3928. | which can conflict with char _doprnt (); below.
  3929. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3930. | <limits.h> exists even on freestanding compilers. */
  3931. |
  3932. | #ifdef __STDC__
  3933. | # include <limits.h>
  3934. | #else
  3935. | # include <assert.h>
  3936. | #endif
  3937. |
  3938. | #undef _doprnt
  3939. |
  3940. | /* Override any GCC internal prototype to avoid an error.
  3941. | Use char because int might match the return type of a GCC
  3942. | builtin and then its argument prototype would still apply. */
  3943. | #ifdef __cplusplus
  3944. | extern "C"
  3945. | #endif
  3946. | char _doprnt ();
  3947. | /* The GNU C library defines this for functions which it implements
  3948. | to always fail with ENOSYS. Some functions are actually named
  3949. | something starting with __ and the normal name is an alias. */
  3950. | #if defined __stub__doprnt || defined __stub____doprnt
  3951. | choke me
  3952. | #endif
  3953. |
  3954. | int
  3955. | main ()
  3956. | {
  3957. | return _doprnt ();
  3958. | ;
  3959. | return 0;
  3960. | }
  3961. configure:15082: result: no
  3962. configure:15116: checking for stdlib.h
  3963. configure:15123: result: yes
  3964. configure:15262: checking for GNU libc compatible malloc
  3965. configure:15296: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  3966. configure:15300: $? = 0
  3967. configure:15306: ./conftest
  3968. configure:15310: $? = 0
  3969. configure:15327: result: yes
  3970. configure:15360: checking for stdlib.h
  3971. configure:15367: result: yes
  3972. configure:15506: checking for GNU libc compatible realloc
  3973. configure:15540: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  3974. configure:15544: $? = 0
  3975. configure:15550: ./conftest
  3976. configure:15554: $? = 0
  3977. configure:15571: result: yes
  3978. configure:15635: checking for __argz_count
  3979. configure:15691: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  3980. configure:15698: $? = 0
  3981. configure:15720: result: yes
  3982. configure:15635: checking for __argz_next
  3983. configure:15691: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  3984. configure:15698: $? = 0
  3985. configure:15720: result: yes
  3986. configure:15635: checking for __argz_stringify
  3987. configure:15691: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  3988. configure:15698: $? = 0
  3989. configure:15720: result: yes
  3990. configure:15635: checking for endpwent
  3991. configure:15691: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  3992. configure:15698: $? = 0
  3993. configure:15720: result: yes
  3994. configure:15635: checking for floor
  3995. configure:15691: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  3996. conftest.c:114: warning: conflicting types for built-in function 'floor'
  3997. /tmp/cc6kHQSQ.o: In function `main':
  3998. /home/maththias/Desktop/aMule-2.2.5/conftest.c:125: undefined reference to `floor'
  3999. collect2: ld returned 1 exit status
  4000. configure:15698: $? = 1
  4001. configure: failed program was:
  4002. | /* confdefs.h. */
  4003. | #define PACKAGE_NAME "aMule"
  4004. | #define PACKAGE_TARNAME "amule"
  4005. | #define PACKAGE_VERSION "2.2.5"
  4006. | #define PACKAGE_STRING "aMule 2.2.5"
  4007. | #define PACKAGE_BUGREPORT "admin@amule.org"
  4008. | #define PACKAGE "amule"
  4009. | #define VERSION "2.2.5"
  4010. | #define YYTEXT_POINTER 1
  4011. | #define STDC_HEADERS 1
  4012. | #define HAVE_SYS_TYPES_H 1
  4013. | #define HAVE_SYS_STAT_H 1
  4014. | #define HAVE_STDLIB_H 1
  4015. | #define HAVE_STRING_H 1
  4016. | #define HAVE_MEMORY_H 1
  4017. | #define HAVE_STRINGS_H 1
  4018. | #define HAVE_INTTYPES_H 1
  4019. | #define HAVE_STDINT_H 1
  4020. | #define HAVE_UNISTD_H 1
  4021. | #define HAVE_SYS_TYPES_H 1
  4022. | #define SUPPORT_GEOIP 1
  4023. | #define CRYPTOPP_INCLUDE_PREFIX cryptopp
  4024. | #define HAVE_CXXABI 1
  4025. | #define HAVE_ALLOCA_H 1
  4026. | #define HAVE_ALLOCA 1
  4027. | #define HAVE_DIRENT_H 1
  4028. | #define STDC_HEADERS 1
  4029. | #define HAVE_ARGZ_H 1
  4030. | #define HAVE_ARPA_INET_H 1
  4031. | #define HAVE_FCNTL_H 1
  4032. | #define HAVE_INTTYPES_H 1
  4033. | #define HAVE_LANGINFO_H 1
  4034. | #define HAVE_LIBINTL_H 1
  4035. | #define HAVE_LIMITS_H 1
  4036. | #define HAVE_LOCALE_H 1
  4037. | #define HAVE_MALLOC_H 1
  4038. | #define HAVE_MNTENT_H 1
  4039. | #define HAVE_NETDB_H 1
  4040. | #define HAVE_NETINET_IN_H 1
  4041. | #define HAVE_STDDEF_H 1
  4042. | #define HAVE_NL_TYPES_H 1
  4043. | #define HAVE_STDINT_H 1
  4044. | #define HAVE_STDIO_EXT_H 1
  4045. | #define HAVE_STDLIB_H 1
  4046. | #define HAVE_STRING_H 1
  4047. | #define HAVE_STRINGS_H 1
  4048. | #define HAVE_SYS_IOCTL_H 1
  4049. | #define HAVE_SYS_MOUNT_H 1
  4050. | #define HAVE_SYS_PARAM_H 1
  4051. | #define HAVE_SYS_RESOURCE_H 1
  4052. | #define HAVE_SYS_SELECT_H 1
  4053. | #define HAVE_SYS_SOCKET_H 1
  4054. | #define HAVE_SYS_STATVFS_H 1
  4055. | #define HAVE_SYS_TIME_H 1
  4056. | #define HAVE_SYS_TIMEB_H 1
  4057. | #define HAVE_SYS_TYPES_H 1
  4058. | #define HAVE_UNISTD_H 1
  4059. | #define HAVE_SYS_WAIT_H 1
  4060. | #define HAVE__BOOL 1
  4061. | #define HAVE_STDBOOL_H 1
  4062. | #define TIME_WITH_SYS_TIME 1
  4063. | #define HAVE_PTRDIFF_T 1
  4064. | #define HAVE_FORK 1
  4065. | #define HAVE_VFORK 1
  4066. | #define HAVE_WORKING_VFORK 1
  4067. | #define HAVE_WORKING_FORK 1
  4068. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4069. | #define HAVE_GETMNTENT 1
  4070. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4071. | #define HAVE_STDLIB_H 1
  4072. | #define HAVE_UNISTD_H 1
  4073. | #define HAVE_GETPAGESIZE 1
  4074. | #define HAVE_MMAP 1
  4075. | #define HAVE_SYS_SELECT_H 1
  4076. | #define HAVE_SYS_SOCKET_H 1
  4077. | #define SELECT_TYPE_ARG1 int
  4078. | #define SELECT_TYPE_ARG234 (fd_set *)
  4079. | #define SELECT_TYPE_ARG5 (struct timeval *)
  4080. | #define RETSIGTYPE void
  4081. | #define HAVE_STRFTIME 1
  4082. | #define HAVE_VPRINTF 1
  4083. | #define HAVE_STDLIB_H 1
  4084. | #define HAVE_MALLOC 1
  4085. | #define HAVE_STDLIB_H 1
  4086. | #define HAVE_REALLOC 1
  4087. | #define HAVE___ARGZ_COUNT 1
  4088. | #define HAVE___ARGZ_NEXT 1
  4089. | #define HAVE___ARGZ_STRINGIFY 1
  4090. | #define HAVE_ENDPWENT 1
  4091. | /* end confdefs.h. */
  4092. | /* Define floor to an innocuous variant, in case <limits.h> declares floor.
  4093. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  4094. | #define floor innocuous_floor
  4095. |
  4096. | /* System header to define __stub macros and hopefully few prototypes,
  4097. | which can conflict with char floor (); below.
  4098. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  4099. | <limits.h> exists even on freestanding compilers. */
  4100. |
  4101. | #ifdef __STDC__
  4102. | # include <limits.h>
  4103. | #else
  4104. | # include <assert.h>
  4105. | #endif
  4106. |
  4107. | #undef floor
  4108. |
  4109. | /* Override any GCC internal prototype to avoid an error.
  4110. | Use char because int might match the return type of a GCC
  4111. | builtin and then its argument prototype would still apply. */
  4112. | #ifdef __cplusplus
  4113. | extern "C"
  4114. | #endif
  4115. | char floor ();
  4116. | /* The GNU C library defines this for functions which it implements
  4117. | to always fail with ENOSYS. Some functions are actually named
  4118. | something starting with __ and the normal name is an alias. */
  4119. | #if defined __stub_floor || defined __stub___floor
  4120. | choke me
  4121. | #endif
  4122. |
  4123. | int
  4124. | main ()
  4125. | {
  4126. | return floor ();
  4127. | ;
  4128. | return 0;
  4129. | }
  4130. configure:15720: result: no
  4131. configure:15635: checking for ftruncate
  4132. configure:15691: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  4133. configure:15698: $? = 0
  4134. configure:15720: result: yes
  4135. configure:15635: checking for getcwd
  4136. configure:15691: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  4137. configure:15698: $? = 0
  4138. configure:15720: result: yes
  4139. configure:15635: checking for gethostbyaddr
  4140. configure:15691: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  4141. configure:15698: $? = 0
  4142. configure:15720: result: yes
  4143. configure:15635: checking for gethostbyname
  4144. configure:15691: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  4145. configure:15698: $? = 0
  4146. configure:15720: result: yes
  4147. configure:15635: checking for gethostname
  4148. configure:15691: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  4149. configure:15698: $? = 0
  4150. configure:15720: result: yes
  4151. configure:15635: checking for getpass
  4152. configure:15691: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  4153. configure:15698: $? = 0
  4154. configure:15720: result: yes
  4155. configure:15635: checking for gettimeofday
  4156. configure:15691: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  4157. configure:15698: $? = 0
  4158. configure:15720: result: yes
  4159. configure:15635: checking for inet_ntoa
  4160. configure:15691: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  4161. configure:15698: $? = 0
  4162. configure:15720: result: yes
  4163. configure:15635: checking for localeconv
  4164. configure:15691: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  4165. configure:15698: $? = 0
  4166. configure:15720: result: yes
  4167. configure:15635: checking for memmove
  4168. configure:15691: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  4169. conftest.c:123: warning: conflicting types for built-in function 'memmove'
  4170. configure:15698: $? = 0
  4171. configure:15720: result: yes
  4172. configure:15635: checking for mempcpy
  4173. configure:15691: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  4174. conftest.c:124: warning: conflicting types for built-in function 'mempcpy'
  4175. configure:15698: $? = 0
  4176. configure:15720: result: yes
  4177. configure:15635: checking for memset
  4178. configure:15691: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  4179. conftest.c:125: warning: conflicting types for built-in function 'memset'
  4180. configure:15698: $? = 0
  4181. configure:15720: result: yes
  4182. configure:15635: checking for munmap
  4183. configure:15691: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  4184. configure:15698: $? = 0
  4185. configure:15720: result: yes
  4186. configure:15635: checking for nl_langinfo
  4187. configure:15691: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  4188. configure:15698: $? = 0
  4189. configure:15720: result: yes
  4190. configure:15635: checking for pow
  4191. configure:15691: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  4192. conftest.c:128: warning: conflicting types for built-in function 'pow'
  4193. /tmp/cc2xtpu6.o: In function `main':
  4194. /home/maththias/Desktop/aMule-2.2.5/conftest.c:139: undefined reference to `pow'
  4195. collect2: ld returned 1 exit status
  4196. configure:15698: $? = 1
  4197. configure: failed program was:
  4198. | /* confdefs.h. */
  4199. | #define PACKAGE_NAME "aMule"
  4200. | #define PACKAGE_TARNAME "amule"
  4201. | #define PACKAGE_VERSION "2.2.5"
  4202. | #define PACKAGE_STRING "aMule 2.2.5"
  4203. | #define PACKAGE_BUGREPORT "admin@amule.org"
  4204. | #define PACKAGE "amule"
  4205. | #define VERSION "2.2.5"
  4206. | #define YYTEXT_POINTER 1
  4207. | #define STDC_HEADERS 1
  4208. | #define HAVE_SYS_TYPES_H 1
  4209. | #define HAVE_SYS_STAT_H 1
  4210. | #define HAVE_STDLIB_H 1
  4211. | #define HAVE_STRING_H 1
  4212. | #define HAVE_MEMORY_H 1
  4213. | #define HAVE_STRINGS_H 1
  4214. | #define HAVE_INTTYPES_H 1
  4215. | #define HAVE_STDINT_H 1
  4216. | #define HAVE_UNISTD_H 1
  4217. | #define HAVE_SYS_TYPES_H 1
  4218. | #define SUPPORT_GEOIP 1
  4219. | #define CRYPTOPP_INCLUDE_PREFIX cryptopp
  4220. | #define HAVE_CXXABI 1
  4221. | #define HAVE_ALLOCA_H 1
  4222. | #define HAVE_ALLOCA 1
  4223. | #define HAVE_DIRENT_H 1
  4224. | #define STDC_HEADERS 1
  4225. | #define HAVE_ARGZ_H 1
  4226. | #define HAVE_ARPA_INET_H 1
  4227. | #define HAVE_FCNTL_H 1
  4228. | #define HAVE_INTTYPES_H 1
  4229. | #define HAVE_LANGINFO_H 1
  4230. | #define HAVE_LIBINTL_H 1
  4231. | #define HAVE_LIMITS_H 1
  4232. | #define HAVE_LOCALE_H 1
  4233. | #define HAVE_MALLOC_H 1
  4234. | #define HAVE_MNTENT_H 1
  4235. | #define HAVE_NETDB_H 1
  4236. | #define HAVE_NETINET_IN_H 1
  4237. | #define HAVE_STDDEF_H 1
  4238. | #define HAVE_NL_TYPES_H 1
  4239. | #define HAVE_STDINT_H 1
  4240. | #define HAVE_STDIO_EXT_H 1
  4241. | #define HAVE_STDLIB_H 1
  4242. | #define HAVE_STRING_H 1
  4243. | #define HAVE_STRINGS_H 1
  4244. | #define HAVE_SYS_IOCTL_H 1
  4245. | #define HAVE_SYS_MOUNT_H 1
  4246. | #define HAVE_SYS_PARAM_H 1
  4247. | #define HAVE_SYS_RESOURCE_H 1
  4248. | #define HAVE_SYS_SELECT_H 1
  4249. | #define HAVE_SYS_SOCKET_H 1
  4250. | #define HAVE_SYS_STATVFS_H 1
  4251. | #define HAVE_SYS_TIME_H 1
  4252. | #define HAVE_SYS_TIMEB_H 1
  4253. | #define HAVE_SYS_TYPES_H 1
  4254. | #define HAVE_UNISTD_H 1
  4255. | #define HAVE_SYS_WAIT_H 1
  4256. | #define HAVE__BOOL 1
  4257. | #define HAVE_STDBOOL_H 1
  4258. | #define TIME_WITH_SYS_TIME 1
  4259. | #define HAVE_PTRDIFF_T 1
  4260. | #define HAVE_FORK 1
  4261. | #define HAVE_VFORK 1
  4262. | #define HAVE_WORKING_VFORK 1
  4263. | #define HAVE_WORKING_FORK 1
  4264. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4265. | #define HAVE_GETMNTENT 1
  4266. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4267. | #define HAVE_STDLIB_H 1
  4268. | #define HAVE_UNISTD_H 1
  4269. | #define HAVE_GETPAGESIZE 1
  4270. | #define HAVE_MMAP 1
  4271. | #define HAVE_SYS_SELECT_H 1
  4272. | #define HAVE_SYS_SOCKET_H 1
  4273. | #define SELECT_TYPE_ARG1 int
  4274. | #define SELECT_TYPE_ARG234 (fd_set *)
  4275. | #define SELECT_TYPE_ARG5 (struct timeval *)
  4276. | #define RETSIGTYPE void
  4277. | #define HAVE_STRFTIME 1
  4278. | #define HAVE_VPRINTF 1
  4279. | #define HAVE_STDLIB_H 1
  4280. | #define HAVE_MALLOC 1
  4281. | #define HAVE_STDLIB_H 1
  4282. | #define HAVE_REALLOC 1
  4283. | #define HAVE___ARGZ_COUNT 1
  4284. | #define HAVE___ARGZ_NEXT 1
  4285. | #define HAVE___ARGZ_STRINGIFY 1
  4286. | #define HAVE_ENDPWENT 1
  4287. | #define HAVE_FTRUNCATE 1
  4288. | #define HAVE_GETCWD 1
  4289. | #define HAVE_GETHOSTBYADDR 1
  4290. | #define HAVE_GETHOSTBYNAME 1
  4291. | #define HAVE_GETHOSTNAME 1
  4292. | #define HAVE_GETPASS 1
  4293. | #define HAVE_GETTIMEOFDAY 1
  4294. | #define HAVE_INET_NTOA 1
  4295. | #define HAVE_LOCALECONV 1
  4296. | #define HAVE_MEMMOVE 1
  4297. | #define HAVE_MEMPCPY 1
  4298. | #define HAVE_MEMSET 1
  4299. | #define HAVE_MUNMAP 1
  4300. | #define HAVE_NL_LANGINFO 1
  4301. | /* end confdefs.h. */
  4302. | /* Define pow to an innocuous variant, in case <limits.h> declares pow.
  4303. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  4304. | #define pow innocuous_pow
  4305. |
  4306. | /* System header to define __stub macros and hopefully few prototypes,
  4307. | which can conflict with char pow (); below.
  4308. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  4309. | <limits.h> exists even on freestanding compilers. */
  4310. |
  4311. | #ifdef __STDC__
  4312. | # include <limits.h>
  4313. | #else
  4314. | # include <assert.h>
  4315. | #endif
  4316. |
  4317. | #undef pow
  4318. |
  4319. | /* Override any GCC internal prototype to avoid an error.
  4320. | Use char because int might match the return type of a GCC
  4321. | builtin and then its argument prototype would still apply. */
  4322. | #ifdef __cplusplus
  4323. | extern "C"
  4324. | #endif
  4325. | char pow ();
  4326. | /* The GNU C library defines this for functions which it implements
  4327. | to always fail with ENOSYS. Some functions are actually named
  4328. | something starting with __ and the normal name is an alias. */
  4329. | #if defined __stub_pow || defined __stub___pow
  4330. | choke me
  4331. | #endif
  4332. |
  4333. | int
  4334. | main ()
  4335. | {
  4336. | return pow ();
  4337. | ;
  4338. | return 0;
  4339. | }
  4340. configure:15720: result: no
  4341. configure:15635: checking for select
  4342. configure:15691: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  4343. configure:15698: $? = 0
  4344. configure:15720: result: yes
  4345. configure:15635: checking for setlocale
  4346. configure:15691: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  4347. configure:15698: $? = 0
  4348. configure:15720: result: yes
  4349. configure:15635: checking for socket
  4350. configure:15691: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  4351. configure:15698: $? = 0
  4352. configure:15720: result: yes
  4353. configure:15635: checking for sqrt
  4354. configure:15691: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  4355. conftest.c:131: warning: conflicting types for built-in function 'sqrt'
  4356. /tmp/cc2cNDPs.o: In function `main':
  4357. /home/maththias/Desktop/aMule-2.2.5/conftest.c:142: undefined reference to `sqrt'
  4358. collect2: ld returned 1 exit status
  4359. configure:15698: $? = 1
  4360. configure: failed program was:
  4361. | /* confdefs.h. */
  4362. | #define PACKAGE_NAME "aMule"
  4363. | #define PACKAGE_TARNAME "amule"
  4364. | #define PACKAGE_VERSION "2.2.5"
  4365. | #define PACKAGE_STRING "aMule 2.2.5"
  4366. | #define PACKAGE_BUGREPORT "admin@amule.org"
  4367. | #define PACKAGE "amule"
  4368. | #define VERSION "2.2.5"
  4369. | #define YYTEXT_POINTER 1
  4370. | #define STDC_HEADERS 1
  4371. | #define HAVE_SYS_TYPES_H 1
  4372. | #define HAVE_SYS_STAT_H 1
  4373. | #define HAVE_STDLIB_H 1
  4374. | #define HAVE_STRING_H 1
  4375. | #define HAVE_MEMORY_H 1
  4376. | #define HAVE_STRINGS_H 1
  4377. | #define HAVE_INTTYPES_H 1
  4378. | #define HAVE_STDINT_H 1
  4379. | #define HAVE_UNISTD_H 1
  4380. | #define HAVE_SYS_TYPES_H 1
  4381. | #define SUPPORT_GEOIP 1
  4382. | #define CRYPTOPP_INCLUDE_PREFIX cryptopp
  4383. | #define HAVE_CXXABI 1
  4384. | #define HAVE_ALLOCA_H 1
  4385. | #define HAVE_ALLOCA 1
  4386. | #define HAVE_DIRENT_H 1
  4387. | #define STDC_HEADERS 1
  4388. | #define HAVE_ARGZ_H 1
  4389. | #define HAVE_ARPA_INET_H 1
  4390. | #define HAVE_FCNTL_H 1
  4391. | #define HAVE_INTTYPES_H 1
  4392. | #define HAVE_LANGINFO_H 1
  4393. | #define HAVE_LIBINTL_H 1
  4394. | #define HAVE_LIMITS_H 1
  4395. | #define HAVE_LOCALE_H 1
  4396. | #define HAVE_MALLOC_H 1
  4397. | #define HAVE_MNTENT_H 1
  4398. | #define HAVE_NETDB_H 1
  4399. | #define HAVE_NETINET_IN_H 1
  4400. | #define HAVE_STDDEF_H 1
  4401. | #define HAVE_NL_TYPES_H 1
  4402. | #define HAVE_STDINT_H 1
  4403. | #define HAVE_STDIO_EXT_H 1
  4404. | #define HAVE_STDLIB_H 1
  4405. | #define HAVE_STRING_H 1
  4406. | #define HAVE_STRINGS_H 1
  4407. | #define HAVE_SYS_IOCTL_H 1
  4408. | #define HAVE_SYS_MOUNT_H 1
  4409. | #define HAVE_SYS_PARAM_H 1
  4410. | #define HAVE_SYS_RESOURCE_H 1
  4411. | #define HAVE_SYS_SELECT_H 1
  4412. | #define HAVE_SYS_SOCKET_H 1
  4413. | #define HAVE_SYS_STATVFS_H 1
  4414. | #define HAVE_SYS_TIME_H 1
  4415. | #define HAVE_SYS_TIMEB_H 1
  4416. | #define HAVE_SYS_TYPES_H 1
  4417. | #define HAVE_UNISTD_H 1
  4418. | #define HAVE_SYS_WAIT_H 1
  4419. | #define HAVE__BOOL 1
  4420. | #define HAVE_STDBOOL_H 1
  4421. | #define TIME_WITH_SYS_TIME 1
  4422. | #define HAVE_PTRDIFF_T 1
  4423. | #define HAVE_FORK 1
  4424. | #define HAVE_VFORK 1
  4425. | #define HAVE_WORKING_VFORK 1
  4426. | #define HAVE_WORKING_FORK 1
  4427. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4428. | #define HAVE_GETMNTENT 1
  4429. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4430. | #define HAVE_STDLIB_H 1
  4431. | #define HAVE_UNISTD_H 1
  4432. | #define HAVE_GETPAGESIZE 1
  4433. | #define HAVE_MMAP 1
  4434. | #define HAVE_SYS_SELECT_H 1
  4435. | #define HAVE_SYS_SOCKET_H 1
  4436. | #define SELECT_TYPE_ARG1 int
  4437. | #define SELECT_TYPE_ARG234 (fd_set *)
  4438. | #define SELECT_TYPE_ARG5 (struct timeval *)
  4439. | #define RETSIGTYPE void
  4440. | #define HAVE_STRFTIME 1
  4441. | #define HAVE_VPRINTF 1
  4442. | #define HAVE_STDLIB_H 1
  4443. | #define HAVE_MALLOC 1
  4444. | #define HAVE_STDLIB_H 1
  4445. | #define HAVE_REALLOC 1
  4446. | #define HAVE___ARGZ_COUNT 1
  4447. | #define HAVE___ARGZ_NEXT 1
  4448. | #define HAVE___ARGZ_STRINGIFY 1
  4449. | #define HAVE_ENDPWENT 1
  4450. | #define HAVE_FTRUNCATE 1
  4451. | #define HAVE_GETCWD 1
  4452. | #define HAVE_GETHOSTBYADDR 1
  4453. | #define HAVE_GETHOSTBYNAME 1
  4454. | #define HAVE_GETHOSTNAME 1
  4455. | #define HAVE_GETPASS 1
  4456. | #define HAVE_GETTIMEOFDAY 1
  4457. | #define HAVE_INET_NTOA 1
  4458. | #define HAVE_LOCALECONV 1
  4459. | #define HAVE_MEMMOVE 1
  4460. | #define HAVE_MEMPCPY 1
  4461. | #define HAVE_MEMSET 1
  4462. | #define HAVE_MUNMAP 1
  4463. | #define HAVE_NL_LANGINFO 1
  4464. | #define HAVE_SELECT 1
  4465. | #define HAVE_SETLOCALE 1
  4466. | #define HAVE_SOCKET 1
  4467. | /* end confdefs.h. */
  4468. | /* Define sqrt to an innocuous variant, in case <limits.h> declares sqrt.
  4469. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  4470. | #define sqrt innocuous_sqrt
  4471. |
  4472. | /* System header to define __stub macros and hopefully few prototypes,
  4473. | which can conflict with char sqrt (); below.
  4474. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  4475. | <limits.h> exists even on freestanding compilers. */
  4476. |
  4477. | #ifdef __STDC__
  4478. | # include <limits.h>
  4479. | #else
  4480. | # include <assert.h>
  4481. | #endif
  4482. |
  4483. | #undef sqrt
  4484. |
  4485. | /* Override any GCC internal prototype to avoid an error.
  4486. | Use char because int might match the return type of a GCC
  4487. | builtin and then its argument prototype would still apply. */
  4488. | #ifdef __cplusplus
  4489. | extern "C"
  4490. | #endif
  4491. | char sqrt ();
  4492. | /* The GNU C library defines this for functions which it implements
  4493. | to always fail with ENOSYS. Some functions are actually named
  4494. | something starting with __ and the normal name is an alias. */
  4495. | #if defined __stub_sqrt || defined __stub___sqrt
  4496. | choke me
  4497. | #endif
  4498. |
  4499. | int
  4500. | main ()
  4501. | {
  4502. | return sqrt ();
  4503. | ;
  4504. | return 0;
  4505. | }
  4506. configure:15720: result: no
  4507. configure:15635: checking for stpcpy
  4508. configure:15691: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  4509. conftest.c:131: warning: conflicting types for built-in function 'stpcpy'
  4510. configure:15698: $? = 0
  4511. configure:15720: result: yes
  4512. configure:15635: checking for strcasecmp
  4513. configure:15691: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  4514. conftest.c:132: warning: conflicting types for built-in function 'strcasecmp'
  4515. configure:15698: $? = 0
  4516. configure:15720: result: yes
  4517. configure:15635: checking for strchr
  4518. configure:15691: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  4519. conftest.c:133: warning: conflicting types for built-in function 'strchr'
  4520. configure:15698: $? = 0
  4521. configure:15720: result: yes
  4522. configure:15635: checking for strcspn
  4523. configure:15691: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  4524. conftest.c:134: warning: conflicting types for built-in function 'strcspn'
  4525. configure:15698: $? = 0
  4526. configure:15720: result: yes
  4527. configure:15635: checking for strdup
  4528. configure:15691: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  4529. conftest.c:135: warning: conflicting types for built-in function 'strdup'
  4530. configure:15698: $? = 0
  4531. configure:15720: result: yes
  4532. configure:15635: checking for strerror
  4533. configure:15691: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  4534. configure:15698: $? = 0
  4535. configure:15720: result: yes
  4536. configure:15635: checking for strncasecmp
  4537. configure:15691: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  4538. conftest.c:137: warning: conflicting types for built-in function 'strncasecmp'
  4539. configure:15698: $? = 0
  4540. configure:15720: result: yes
  4541. configure:15635: checking for strstr
  4542. configure:15691: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  4543. conftest.c:138: warning: conflicting types for built-in function 'strstr'
  4544. configure:15698: $? = 0
  4545. configure:15720: result: yes
  4546. configure:15635: checking for strtoul
  4547. configure:15691: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  4548. configure:15698: $? = 0
  4549. configure:15720: result: yes
  4550. configure:15743: checking for mkdir
  4551. configure:15799: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  4552. configure:15806: $? = 0
  4553. configure:15828: result: yes
  4554. configure:15743: checking for getrlimit
  4555. configure:15799: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  4556. configure:15806: $? = 0
  4557. configure:15828: result: yes
  4558. configure:15743: checking for setrlimit
  4559. configure:15799: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  4560. configure:15806: $? = 0
  4561. configure:15828: result: yes
  4562. configure:15743: checking for getopt_long
  4563. configure:15799: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  4564. configure:15806: $? = 0
  4565. configure:15828: result: yes
  4566. configure:15843: checking whether strerror_r is declared
  4567. configure:15872: gcc -c -Wall -g -O2 -D_XOPEN_SOURCE=600 conftest.c >&5
  4568. configure:15879: $? = 0
  4569. configure:15894: result: yes
  4570. configure:15916: checking for strerror_r
  4571. configure:15972: gcc -o conftest -Wall -g -O2 -D_XOPEN_SOURCE=600 -Wl,-z,defs conftest.c >&5
  4572. configure:15979: $? = 0
  4573. configure:16001: result: yes
  4574. configure:16013: checking whether strerror_r returns char *
  4575. configure:16047: gcc -c -Wall -g -O2 -D_XOPEN_SOURCE=600 conftest.c >&5
  4576. conftest.c: In function 'main':
  4577. conftest.c:161: error: invalid type argument of 'unary *' (have 'int')
  4578. conftest.c:162: warning: initialization makes pointer from integer without a cast
  4579. configure:16054: $? = 1
  4580. configure: failed program was:
  4581. | /* confdefs.h. */
  4582. | #define PACKAGE_NAME "aMule"
  4583. | #define PACKAGE_TARNAME "amule"
  4584. | #define PACKAGE_VERSION "2.2.5"
  4585. | #define PACKAGE_STRING "aMule 2.2.5"
  4586. | #define PACKAGE_BUGREPORT "admin@amule.org"
  4587. | #define PACKAGE "amule"
  4588. | #define VERSION "2.2.5"
  4589. | #define YYTEXT_POINTER 1
  4590. | #define STDC_HEADERS 1
  4591. | #define HAVE_SYS_TYPES_H 1
  4592. | #define HAVE_SYS_STAT_H 1
  4593. | #define HAVE_STDLIB_H 1
  4594. | #define HAVE_STRING_H 1
  4595. | #define HAVE_MEMORY_H 1
  4596. | #define HAVE_STRINGS_H 1
  4597. | #define HAVE_INTTYPES_H 1
  4598. | #define HAVE_STDINT_H 1
  4599. | #define HAVE_UNISTD_H 1
  4600. | #define HAVE_SYS_TYPES_H 1
  4601. | #define SUPPORT_GEOIP 1
  4602. | #define CRYPTOPP_INCLUDE_PREFIX cryptopp
  4603. | #define HAVE_CXXABI 1
  4604. | #define HAVE_ALLOCA_H 1
  4605. | #define HAVE_ALLOCA 1
  4606. | #define HAVE_DIRENT_H 1
  4607. | #define STDC_HEADERS 1
  4608. | #define HAVE_ARGZ_H 1
  4609. | #define HAVE_ARPA_INET_H 1
  4610. | #define HAVE_FCNTL_H 1
  4611. | #define HAVE_INTTYPES_H 1
  4612. | #define HAVE_LANGINFO_H 1
  4613. | #define HAVE_LIBINTL_H 1
  4614. | #define HAVE_LIMITS_H 1
  4615. | #define HAVE_LOCALE_H 1
  4616. | #define HAVE_MALLOC_H 1
  4617. | #define HAVE_MNTENT_H 1
  4618. | #define HAVE_NETDB_H 1
  4619. | #define HAVE_NETINET_IN_H 1
  4620. | #define HAVE_STDDEF_H 1
  4621. | #define HAVE_NL_TYPES_H 1
  4622. | #define HAVE_STDINT_H 1
  4623. | #define HAVE_STDIO_EXT_H 1
  4624. | #define HAVE_STDLIB_H 1
  4625. | #define HAVE_STRING_H 1
  4626. | #define HAVE_STRINGS_H 1
  4627. | #define HAVE_SYS_IOCTL_H 1
  4628. | #define HAVE_SYS_MOUNT_H 1
  4629. | #define HAVE_SYS_PARAM_H 1
  4630. | #define HAVE_SYS_RESOURCE_H 1
  4631. | #define HAVE_SYS_SELECT_H 1
  4632. | #define HAVE_SYS_SOCKET_H 1
  4633. | #define HAVE_SYS_STATVFS_H 1
  4634. | #define HAVE_SYS_TIME_H 1
  4635. | #define HAVE_SYS_TIMEB_H 1
  4636. | #define HAVE_SYS_TYPES_H 1
  4637. | #define HAVE_UNISTD_H 1
  4638. | #define HAVE_SYS_WAIT_H 1
  4639. | #define HAVE__BOOL 1
  4640. | #define HAVE_STDBOOL_H 1
  4641. | #define TIME_WITH_SYS_TIME 1
  4642. | #define HAVE_PTRDIFF_T 1
  4643. | #define HAVE_FORK 1
  4644. | #define HAVE_VFORK 1
  4645. | #define HAVE_WORKING_VFORK 1
  4646. | #define HAVE_WORKING_FORK 1
  4647. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4648. | #define HAVE_GETMNTENT 1
  4649. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4650. | #define HAVE_STDLIB_H 1
  4651. | #define HAVE_UNISTD_H 1
  4652. | #define HAVE_GETPAGESIZE 1
  4653. | #define HAVE_MMAP 1
  4654. | #define HAVE_SYS_SELECT_H 1
  4655. | #define HAVE_SYS_SOCKET_H 1
  4656. | #define SELECT_TYPE_ARG1 int
  4657. | #define SELECT_TYPE_ARG234 (fd_set *)
  4658. | #define SELECT_TYPE_ARG5 (struct timeval *)
  4659. | #define RETSIGTYPE void
  4660. | #define HAVE_STRFTIME 1
  4661. | #define HAVE_VPRINTF 1
  4662. | #define HAVE_STDLIB_H 1
  4663. | #define HAVE_MALLOC 1
  4664. | #define HAVE_STDLIB_H 1
  4665. | #define HAVE_REALLOC 1
  4666. | #define HAVE___ARGZ_COUNT 1
  4667. | #define HAVE___ARGZ_NEXT 1
  4668. | #define HAVE___ARGZ_STRINGIFY 1
  4669. | #define HAVE_ENDPWENT 1
  4670. | #define HAVE_FTRUNCATE 1
  4671. | #define HAVE_GETCWD 1
  4672. | #define HAVE_GETHOSTBYADDR 1
  4673. | #define HAVE_GETHOSTBYNAME 1
  4674. | #define HAVE_GETHOSTNAME 1
  4675. | #define HAVE_GETPASS 1
  4676. | #define HAVE_GETTIMEOFDAY 1
  4677. | #define HAVE_INET_NTOA 1
  4678. | #define HAVE_LOCALECONV 1
  4679. | #define HAVE_MEMMOVE 1
  4680. | #define HAVE_MEMPCPY 1
  4681. | #define HAVE_MEMSET 1
  4682. | #define HAVE_MUNMAP 1
  4683. | #define HAVE_NL_LANGINFO 1
  4684. | #define HAVE_SELECT 1
  4685. | #define HAVE_SETLOCALE 1
  4686. | #define HAVE_SOCKET 1
  4687. | #define HAVE_STPCPY 1
  4688. | #define HAVE_STRCASECMP 1
  4689. | #define HAVE_STRCHR 1
  4690. | #define HAVE_STRCSPN 1
  4691. | #define HAVE_STRDUP 1
  4692. | #define HAVE_STRERROR 1
  4693. | #define HAVE_STRNCASECMP 1
  4694. | #define HAVE_STRSTR 1
  4695. | #define HAVE_STRTOUL 1
  4696. | #define HAVE_MKDIR 1
  4697. | #define HAVE_GETRLIMIT 1
  4698. | #define HAVE_SETRLIMIT 1
  4699. | #define HAVE_GETOPT_LONG 1
  4700. | #define HAVE_DECL_STRERROR_R 1
  4701. | #define HAVE_STRERROR_R 1
  4702. | /* end confdefs.h. */
  4703. | #include <stdio.h>
  4704. | #ifdef HAVE_SYS_TYPES_H
  4705. | # include <sys/types.h>
  4706. | #endif
  4707. | #ifdef HAVE_SYS_STAT_H
  4708. | # include <sys/stat.h>
  4709. | #endif
  4710. | #ifdef STDC_HEADERS
  4711. | # include <stdlib.h>
  4712. | # include <stddef.h>
  4713. | #else
  4714. | # ifdef HAVE_STDLIB_H
  4715. | # include <stdlib.h>
  4716. | # endif
  4717. | #endif
  4718. | #ifdef HAVE_STRING_H
  4719. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4720. | # include <memory.h>
  4721. | # endif
  4722. | # include <string.h>
  4723. | #endif
  4724. | #ifdef HAVE_STRINGS_H
  4725. | # include <strings.h>
  4726. | #endif
  4727. | #ifdef HAVE_INTTYPES_H
  4728. | # include <inttypes.h>
  4729. | #endif
  4730. | #ifdef HAVE_STDINT_H
  4731. | # include <stdint.h>
  4732. | #endif
  4733. | #ifdef HAVE_UNISTD_H
  4734. | # include <unistd.h>
  4735. | #endif
  4736. | int
  4737. | main ()
  4738. | {
  4739. |
  4740. | char buf[100];
  4741. | char x = *strerror_r (0, buf, sizeof buf);
  4742. | char *p = strerror_r (0, buf, sizeof buf);
  4743. | return !p || x;
  4744. |
  4745. | ;
  4746. | return 0;
  4747. | }
  4748. configure:16133: result: no
  4749. configure:16147: checking for fallocate
  4750. configure:16176: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  4751. conftest.c: In function 'main':
  4752. conftest.c:131: warning: implicit declaration of function 'fallocate'
  4753. /tmp/ccI65Hgf.o: In function `main':
  4754. /home/maththias/Desktop/aMule-2.2.5/conftest.c:131: undefined reference to `fallocate'
  4755. collect2: ld returned 1 exit status
  4756. configure:16183: $? = 1
  4757. configure: failed program was:
  4758. |
  4759. | /* confdefs.h. */
  4760. | #define PACKAGE_NAME "aMule"
  4761. | #define PACKAGE_TARNAME "amule"
  4762. | #define PACKAGE_VERSION "2.2.5"
  4763. | #define PACKAGE_STRING "aMule 2.2.5"
  4764. | #define PACKAGE_BUGREPORT "admin@amule.org"
  4765. | #define PACKAGE "amule"
  4766. | #define VERSION "2.2.5"
  4767. | #define YYTEXT_POINTER 1
  4768. | #define STDC_HEADERS 1
  4769. | #define HAVE_SYS_TYPES_H 1
  4770. | #define HAVE_SYS_STAT_H 1
  4771. | #define HAVE_STDLIB_H 1
  4772. | #define HAVE_STRING_H 1
  4773. | #define HAVE_MEMORY_H 1
  4774. | #define HAVE_STRINGS_H 1
  4775. | #define HAVE_INTTYPES_H 1
  4776. | #define HAVE_STDINT_H 1
  4777. | #define HAVE_UNISTD_H 1
  4778. | #define HAVE_SYS_TYPES_H 1
  4779. | #define SUPPORT_GEOIP 1
  4780. | #define CRYPTOPP_INCLUDE_PREFIX cryptopp
  4781. | #define HAVE_CXXABI 1
  4782. | #define HAVE_ALLOCA_H 1
  4783. | #define HAVE_ALLOCA 1
  4784. | #define HAVE_DIRENT_H 1
  4785. | #define STDC_HEADERS 1
  4786. | #define HAVE_ARGZ_H 1
  4787. | #define HAVE_ARPA_INET_H 1
  4788. | #define HAVE_FCNTL_H 1
  4789. | #define HAVE_INTTYPES_H 1
  4790. | #define HAVE_LANGINFO_H 1
  4791. | #define HAVE_LIBINTL_H 1
  4792. | #define HAVE_LIMITS_H 1
  4793. | #define HAVE_LOCALE_H 1
  4794. | #define HAVE_MALLOC_H 1
  4795. | #define HAVE_MNTENT_H 1
  4796. | #define HAVE_NETDB_H 1
  4797. | #define HAVE_NETINET_IN_H 1
  4798. | #define HAVE_STDDEF_H 1
  4799. | #define HAVE_NL_TYPES_H 1
  4800. | #define HAVE_STDINT_H 1
  4801. | #define HAVE_STDIO_EXT_H 1
  4802. | #define HAVE_STDLIB_H 1
  4803. | #define HAVE_STRING_H 1
  4804. | #define HAVE_STRINGS_H 1
  4805. | #define HAVE_SYS_IOCTL_H 1
  4806. | #define HAVE_SYS_MOUNT_H 1
  4807. | #define HAVE_SYS_PARAM_H 1
  4808. | #define HAVE_SYS_RESOURCE_H 1
  4809. | #define HAVE_SYS_SELECT_H 1
  4810. | #define HAVE_SYS_SOCKET_H 1
  4811. | #define HAVE_SYS_STATVFS_H 1
  4812. | #define HAVE_SYS_TIME_H 1
  4813. | #define HAVE_SYS_TIMEB_H 1
  4814. | #define HAVE_SYS_TYPES_H 1
  4815. | #define HAVE_UNISTD_H 1
  4816. | #define HAVE_SYS_WAIT_H 1
  4817. | #define HAVE__BOOL 1
  4818. | #define HAVE_STDBOOL_H 1
  4819. | #define TIME_WITH_SYS_TIME 1
  4820. | #define HAVE_PTRDIFF_T 1
  4821. | #define HAVE_FORK 1
  4822. | #define HAVE_VFORK 1
  4823. | #define HAVE_WORKING_VFORK 1
  4824. | #define HAVE_WORKING_FORK 1
  4825. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4826. | #define HAVE_GETMNTENT 1
  4827. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4828. | #define HAVE_STDLIB_H 1
  4829. | #define HAVE_UNISTD_H 1
  4830. | #define HAVE_GETPAGESIZE 1
  4831. | #define HAVE_MMAP 1
  4832. | #define HAVE_SYS_SELECT_H 1
  4833. | #define HAVE_SYS_SOCKET_H 1
  4834. | #define SELECT_TYPE_ARG1 int
  4835. | #define SELECT_TYPE_ARG234 (fd_set *)
  4836. | #define SELECT_TYPE_ARG5 (struct timeval *)
  4837. | #define RETSIGTYPE void
  4838. | #define HAVE_STRFTIME 1
  4839. | #define HAVE_VPRINTF 1
  4840. | #define HAVE_STDLIB_H 1
  4841. | #define HAVE_MALLOC 1
  4842. | #define HAVE_STDLIB_H 1
  4843. | #define HAVE_REALLOC 1
  4844. | #define HAVE___ARGZ_COUNT 1
  4845. | #define HAVE___ARGZ_NEXT 1
  4846. | #define HAVE___ARGZ_STRINGIFY 1
  4847. | #define HAVE_ENDPWENT 1
  4848. | #define HAVE_FTRUNCATE 1
  4849. | #define HAVE_GETCWD 1
  4850. | #define HAVE_GETHOSTBYADDR 1
  4851. | #define HAVE_GETHOSTBYNAME 1
  4852. | #define HAVE_GETHOSTNAME 1
  4853. | #define HAVE_GETPASS 1
  4854. | #define HAVE_GETTIMEOFDAY 1
  4855. | #define HAVE_INET_NTOA 1
  4856. | #define HAVE_LOCALECONV 1
  4857. | #define HAVE_MEMMOVE 1
  4858. | #define HAVE_MEMPCPY 1
  4859. | #define HAVE_MEMSET 1
  4860. | #define HAVE_MUNMAP 1
  4861. | #define HAVE_NL_LANGINFO 1
  4862. | #define HAVE_SELECT 1
  4863. | #define HAVE_SETLOCALE 1
  4864. | #define HAVE_SOCKET 1
  4865. | #define HAVE_STPCPY 1
  4866. | #define HAVE_STRCASECMP 1
  4867. | #define HAVE_STRCHR 1
  4868. | #define HAVE_STRCSPN 1
  4869. | #define HAVE_STRDUP 1
  4870. | #define HAVE_STRERROR 1
  4871. | #define HAVE_STRNCASECMP 1
  4872. | #define HAVE_STRSTR 1
  4873. | #define HAVE_STRTOUL 1
  4874. | #define HAVE_MKDIR 1
  4875. | #define HAVE_GETRLIMIT 1
  4876. | #define HAVE_SETRLIMIT 1
  4877. | #define HAVE_GETOPT_LONG 1
  4878. | #define HAVE_DECL_STRERROR_R 1
  4879. | #define HAVE_STRERROR_R 1
  4880. | /* end confdefs.h. */
  4881. |
  4882. | #include <linux/falloc.h>
  4883. |
  4884. | int
  4885. | main ()
  4886. | {
  4887. |
  4888. | fallocate(0, 0, 0, 0);
  4889. |
  4890. | ;
  4891. | return 0;
  4892. | }
  4893. |
  4894. configure:16206: result: no
  4895. configure:16216: checking for SYS_fallocate
  4896. configure:16247: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  4897. conftest.c:125:27: error: sys/sycall.h: No such file or directory
  4898. conftest.c: In function 'main':
  4899. conftest.c:133: error: 'SYS_fallocate' undeclared (first use in this function)
  4900. conftest.c:133: error: (Each undeclared identifier is reported only once
  4901. conftest.c:133: error: for each function it appears in.)
  4902. configure:16254: $? = 1
  4903. configure: failed program was:
  4904. |
  4905. | /* confdefs.h. */
  4906. | #define PACKAGE_NAME "aMule"
  4907. | #define PACKAGE_TARNAME "amule"
  4908. | #define PACKAGE_VERSION "2.2.5"
  4909. | #define PACKAGE_STRING "aMule 2.2.5"
  4910. | #define PACKAGE_BUGREPORT "admin@amule.org"
  4911. | #define PACKAGE "amule"
  4912. | #define VERSION "2.2.5"
  4913. | #define YYTEXT_POINTER 1
  4914. | #define STDC_HEADERS 1
  4915. | #define HAVE_SYS_TYPES_H 1
  4916. | #define HAVE_SYS_STAT_H 1
  4917. | #define HAVE_STDLIB_H 1
  4918. | #define HAVE_STRING_H 1
  4919. | #define HAVE_MEMORY_H 1
  4920. | #define HAVE_STRINGS_H 1
  4921. | #define HAVE_INTTYPES_H 1
  4922. | #define HAVE_STDINT_H 1
  4923. | #define HAVE_UNISTD_H 1
  4924. | #define HAVE_SYS_TYPES_H 1
  4925. | #define SUPPORT_GEOIP 1
  4926. | #define CRYPTOPP_INCLUDE_PREFIX cryptopp
  4927. | #define HAVE_CXXABI 1
  4928. | #define HAVE_ALLOCA_H 1
  4929. | #define HAVE_ALLOCA 1
  4930. | #define HAVE_DIRENT_H 1
  4931. | #define STDC_HEADERS 1
  4932. | #define HAVE_ARGZ_H 1
  4933. | #define HAVE_ARPA_INET_H 1
  4934. | #define HAVE_FCNTL_H 1
  4935. | #define HAVE_INTTYPES_H 1
  4936. | #define HAVE_LANGINFO_H 1
  4937. | #define HAVE_LIBINTL_H 1
  4938. | #define HAVE_LIMITS_H 1
  4939. | #define HAVE_LOCALE_H 1
  4940. | #define HAVE_MALLOC_H 1
  4941. | #define HAVE_MNTENT_H 1
  4942. | #define HAVE_NETDB_H 1
  4943. | #define HAVE_NETINET_IN_H 1
  4944. | #define HAVE_STDDEF_H 1
  4945. | #define HAVE_NL_TYPES_H 1
  4946. | #define HAVE_STDINT_H 1
  4947. | #define HAVE_STDIO_EXT_H 1
  4948. | #define HAVE_STDLIB_H 1
  4949. | #define HAVE_STRING_H 1
  4950. | #define HAVE_STRINGS_H 1
  4951. | #define HAVE_SYS_IOCTL_H 1
  4952. | #define HAVE_SYS_MOUNT_H 1
  4953. | #define HAVE_SYS_PARAM_H 1
  4954. | #define HAVE_SYS_RESOURCE_H 1
  4955. | #define HAVE_SYS_SELECT_H 1
  4956. | #define HAVE_SYS_SOCKET_H 1
  4957. | #define HAVE_SYS_STATVFS_H 1
  4958. | #define HAVE_SYS_TIME_H 1
  4959. | #define HAVE_SYS_TIMEB_H 1
  4960. | #define HAVE_SYS_TYPES_H 1
  4961. | #define HAVE_UNISTD_H 1
  4962. | #define HAVE_SYS_WAIT_H 1
  4963. | #define HAVE__BOOL 1
  4964. | #define HAVE_STDBOOL_H 1
  4965. | #define TIME_WITH_SYS_TIME 1
  4966. | #define HAVE_PTRDIFF_T 1
  4967. | #define HAVE_FORK 1
  4968. | #define HAVE_VFORK 1
  4969. | #define HAVE_WORKING_VFORK 1
  4970. | #define HAVE_WORKING_FORK 1
  4971. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4972. | #define HAVE_GETMNTENT 1
  4973. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  4974. | #define HAVE_STDLIB_H 1
  4975. | #define HAVE_UNISTD_H 1
  4976. | #define HAVE_GETPAGESIZE 1
  4977. | #define HAVE_MMAP 1
  4978. | #define HAVE_SYS_SELECT_H 1
  4979. | #define HAVE_SYS_SOCKET_H 1
  4980. | #define SELECT_TYPE_ARG1 int
  4981. | #define SELECT_TYPE_ARG234 (fd_set *)
  4982. | #define SELECT_TYPE_ARG5 (struct timeval *)
  4983. | #define RETSIGTYPE void
  4984. | #define HAVE_STRFTIME 1
  4985. | #define HAVE_VPRINTF 1
  4986. | #define HAVE_STDLIB_H 1
  4987. | #define HAVE_MALLOC 1
  4988. | #define HAVE_STDLIB_H 1
  4989. | #define HAVE_REALLOC 1
  4990. | #define HAVE___ARGZ_COUNT 1
  4991. | #define HAVE___ARGZ_NEXT 1
  4992. | #define HAVE___ARGZ_STRINGIFY 1
  4993. | #define HAVE_ENDPWENT 1
  4994. | #define HAVE_FTRUNCATE 1
  4995. | #define HAVE_GETCWD 1
  4996. | #define HAVE_GETHOSTBYADDR 1
  4997. | #define HAVE_GETHOSTBYNAME 1
  4998. | #define HAVE_GETHOSTNAME 1
  4999. | #define HAVE_GETPASS 1
  5000. | #define HAVE_GETTIMEOFDAY 1
  5001. | #define HAVE_INET_NTOA 1
  5002. | #define HAVE_LOCALECONV 1
  5003. | #define HAVE_MEMMOVE 1
  5004. | #define HAVE_MEMPCPY 1
  5005. | #define HAVE_MEMSET 1
  5006. | #define HAVE_MUNMAP 1
  5007. | #define HAVE_NL_LANGINFO 1
  5008. | #define HAVE_SELECT 1
  5009. | #define HAVE_SETLOCALE 1
  5010. | #define HAVE_SOCKET 1
  5011. | #define HAVE_STPCPY 1
  5012. | #define HAVE_STRCASECMP 1
  5013. | #define HAVE_STRCHR 1
  5014. | #define HAVE_STRCSPN 1
  5015. | #define HAVE_STRDUP 1
  5016. | #define HAVE_STRERROR 1
  5017. | #define HAVE_STRNCASECMP 1
  5018. | #define HAVE_STRSTR 1
  5019. | #define HAVE_STRTOUL 1
  5020. | #define HAVE_MKDIR 1
  5021. | #define HAVE_GETRLIMIT 1
  5022. | #define HAVE_SETRLIMIT 1
  5023. | #define HAVE_GETOPT_LONG 1
  5024. | #define HAVE_DECL_STRERROR_R 1
  5025. | #define HAVE_STRERROR_R 1
  5026. | /* end confdefs.h. */
  5027. |
  5028. | #include <sys/sycall.h>
  5029. | #include <sys/types.h>
  5030. | #include <unistd.h>
  5031. |
  5032. | int
  5033. | main ()
  5034. | {
  5035. |
  5036. | syscall(SYS_fallocate, 0, (loff_t)0, (loff_t)0);
  5037. |
  5038. | ;
  5039. | return 0;
  5040. | }
  5041. |
  5042. configure:16277: result: no
  5043. configure:16286: checking for posix_fallocate
  5044. configure:16319: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  5045. configure:16326: $? = 0
  5046. configure:16341: result: yes
  5047. configure:16376: checking for msgfmt
  5048. configure:16404: result: /usr/bin/msgfmt
  5049. configure:16413: checking for gmsgfmt
  5050. configure:16444: result: /usr/bin/msgfmt
  5051. configure:16455: checking for xgettext
  5052. configure:16483: result: /usr/bin/xgettext
  5053. configure:16494: checking for msgmerge
  5054. configure:16521: result: /usr/bin/msgmerge
  5055. configure:16557: checking for strerror in -lcposix
  5056. configure:16592: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c -lcposix >&5
  5057. /usr/bin/ld: cannot find -lcposix
  5058. collect2: ld returned 1 exit status
  5059. configure:16599: $? = 1
  5060. configure: failed program was:
  5061. | /* confdefs.h. */
  5062. | #define PACKAGE_NAME "aMule"
  5063. | #define PACKAGE_TARNAME "amule"
  5064. | #define PACKAGE_VERSION "2.2.5"
  5065. | #define PACKAGE_STRING "aMule 2.2.5"
  5066. | #define PACKAGE_BUGREPORT "admin@amule.org"
  5067. | #define PACKAGE "amule"
  5068. | #define VERSION "2.2.5"
  5069. | #define YYTEXT_POINTER 1
  5070. | #define STDC_HEADERS 1
  5071. | #define HAVE_SYS_TYPES_H 1
  5072. | #define HAVE_SYS_STAT_H 1
  5073. | #define HAVE_STDLIB_H 1
  5074. | #define HAVE_STRING_H 1
  5075. | #define HAVE_MEMORY_H 1
  5076. | #define HAVE_STRINGS_H 1
  5077. | #define HAVE_INTTYPES_H 1
  5078. | #define HAVE_STDINT_H 1
  5079. | #define HAVE_UNISTD_H 1
  5080. | #define HAVE_SYS_TYPES_H 1
  5081. | #define SUPPORT_GEOIP 1
  5082. | #define CRYPTOPP_INCLUDE_PREFIX cryptopp
  5083. | #define HAVE_CXXABI 1
  5084. | #define HAVE_ALLOCA_H 1
  5085. | #define HAVE_ALLOCA 1
  5086. | #define HAVE_DIRENT_H 1
  5087. | #define STDC_HEADERS 1
  5088. | #define HAVE_ARGZ_H 1
  5089. | #define HAVE_ARPA_INET_H 1
  5090. | #define HAVE_FCNTL_H 1
  5091. | #define HAVE_INTTYPES_H 1
  5092. | #define HAVE_LANGINFO_H 1
  5093. | #define HAVE_LIBINTL_H 1
  5094. | #define HAVE_LIMITS_H 1
  5095. | #define HAVE_LOCALE_H 1
  5096. | #define HAVE_MALLOC_H 1
  5097. | #define HAVE_MNTENT_H 1
  5098. | #define HAVE_NETDB_H 1
  5099. | #define HAVE_NETINET_IN_H 1
  5100. | #define HAVE_STDDEF_H 1
  5101. | #define HAVE_NL_TYPES_H 1
  5102. | #define HAVE_STDINT_H 1
  5103. | #define HAVE_STDIO_EXT_H 1
  5104. | #define HAVE_STDLIB_H 1
  5105. | #define HAVE_STRING_H 1
  5106. | #define HAVE_STRINGS_H 1
  5107. | #define HAVE_SYS_IOCTL_H 1
  5108. | #define HAVE_SYS_MOUNT_H 1
  5109. | #define HAVE_SYS_PARAM_H 1
  5110. | #define HAVE_SYS_RESOURCE_H 1
  5111. | #define HAVE_SYS_SELECT_H 1
  5112. | #define HAVE_SYS_SOCKET_H 1
  5113. | #define HAVE_SYS_STATVFS_H 1
  5114. | #define HAVE_SYS_TIME_H 1
  5115. | #define HAVE_SYS_TIMEB_H 1
  5116. | #define HAVE_SYS_TYPES_H 1
  5117. | #define HAVE_UNISTD_H 1
  5118. | #define HAVE_SYS_WAIT_H 1
  5119. | #define HAVE__BOOL 1
  5120. | #define HAVE_STDBOOL_H 1
  5121. | #define TIME_WITH_SYS_TIME 1
  5122. | #define HAVE_PTRDIFF_T 1
  5123. | #define HAVE_FORK 1
  5124. | #define HAVE_VFORK 1
  5125. | #define HAVE_WORKING_VFORK 1
  5126. | #define HAVE_WORKING_FORK 1
  5127. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  5128. | #define HAVE_GETMNTENT 1
  5129. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  5130. | #define HAVE_STDLIB_H 1
  5131. | #define HAVE_UNISTD_H 1
  5132. | #define HAVE_GETPAGESIZE 1
  5133. | #define HAVE_MMAP 1
  5134. | #define HAVE_SYS_SELECT_H 1
  5135. | #define HAVE_SYS_SOCKET_H 1
  5136. | #define SELECT_TYPE_ARG1 int
  5137. | #define SELECT_TYPE_ARG234 (fd_set *)
  5138. | #define SELECT_TYPE_ARG5 (struct timeval *)
  5139. | #define RETSIGTYPE void
  5140. | #define HAVE_STRFTIME 1
  5141. | #define HAVE_VPRINTF 1
  5142. | #define HAVE_STDLIB_H 1
  5143. | #define HAVE_MALLOC 1
  5144. | #define HAVE_STDLIB_H 1
  5145. | #define HAVE_REALLOC 1
  5146. | #define HAVE___ARGZ_COUNT 1
  5147. | #define HAVE___ARGZ_NEXT 1
  5148. | #define HAVE___ARGZ_STRINGIFY 1
  5149. | #define HAVE_ENDPWENT 1
  5150. | #define HAVE_FTRUNCATE 1
  5151. | #define HAVE_GETCWD 1
  5152. | #define HAVE_GETHOSTBYADDR 1
  5153. | #define HAVE_GETHOSTBYNAME 1
  5154. | #define HAVE_GETHOSTNAME 1
  5155. | #define HAVE_GETPASS 1
  5156. | #define HAVE_GETTIMEOFDAY 1
  5157. | #define HAVE_INET_NTOA 1
  5158. | #define HAVE_LOCALECONV 1
  5159. | #define HAVE_MEMMOVE 1
  5160. | #define HAVE_MEMPCPY 1
  5161. | #define HAVE_MEMSET 1
  5162. | #define HAVE_MUNMAP 1
  5163. | #define HAVE_NL_LANGINFO 1
  5164. | #define HAVE_SELECT 1
  5165. | #define HAVE_SETLOCALE 1
  5166. | #define HAVE_SOCKET 1
  5167. | #define HAVE_STPCPY 1
  5168. | #define HAVE_STRCASECMP 1
  5169. | #define HAVE_STRCHR 1
  5170. | #define HAVE_STRCSPN 1
  5171. | #define HAVE_STRDUP 1
  5172. | #define HAVE_STRERROR 1
  5173. | #define HAVE_STRNCASECMP 1
  5174. | #define HAVE_STRSTR 1
  5175. | #define HAVE_STRTOUL 1
  5176. | #define HAVE_MKDIR 1
  5177. | #define HAVE_GETRLIMIT 1
  5178. | #define HAVE_SETRLIMIT 1
  5179. | #define HAVE_GETOPT_LONG 1
  5180. | #define HAVE_DECL_STRERROR_R 1
  5181. | #define HAVE_STRERROR_R 1
  5182. | #define HAVE_POSIX_FALLOCATE 1
  5183. | /* end confdefs.h. */
  5184. |
  5185. | /* Override any GCC internal prototype to avoid an error.
  5186. | Use char because int might match the return type of a GCC
  5187. | builtin and then its argument prototype would still apply. */
  5188. | #ifdef __cplusplus
  5189. | extern "C"
  5190. | #endif
  5191. | char strerror ();
  5192. | int
  5193. | main ()
  5194. | {
  5195. | return strerror ();
  5196. | ;
  5197. | return 0;
  5198. | }
  5199. configure:16620: result: no
  5200. configure:16629: checking whether we are using the GNU C Library 2.1 or newer
  5201. configure:16660: result: yes
  5202. configure:16668: checking whether integer division by zero raises SIGFPE
  5203. configure:16735: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  5204. conftest.c:142: warning: built-in function 'nan' declared as non-function
  5205. configure:16739: $? = 0
  5206. configure:16745: ./conftest
  5207. configure:16749: $? = 0
  5208. configure:16767: result: yes
  5209. configure:16780: checking for inttypes.h
  5210. configure:16807: gcc -c -Wall -g -O2 conftest.c >&5
  5211. conftest.c: In function 'main':
  5212. conftest.c:130: warning: unused variable 'i'
  5213. configure:16814: $? = 0
  5214. configure:16829: result: yes
  5215. configure:16840: checking for stdint.h
  5216. configure:16867: gcc -c -Wall -g -O2 conftest.c >&5
  5217. conftest.c: In function 'main':
  5218. conftest.c:131: warning: unused variable 'i'
  5219. configure:16874: $? = 0
  5220. configure:16889: result: yes
  5221. configure:16900: checking for unsigned long long
  5222. configure:16927: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  5223. configure:16934: $? = 0
  5224. configure:16954: result: yes
  5225. configure:16980: checking for inttypes.h
  5226. configure:17008: gcc -c -Wall -g -O2 conftest.c >&5
  5227. configure:17015: $? = 0
  5228. configure:17031: result: yes
  5229. configure:17044: checking whether the inttypes.h PRIxNN macros are broken
  5230. configure:17075: gcc -c -Wall -g -O2 conftest.c >&5
  5231. configure:17082: $? = 0
  5232. configure:17098: result: no
  5233. configure:17136: checking for ld used by GCC
  5234. configure:17199: result: ld
  5235. configure:17208: checking if the linker (ld) is GNU ld
  5236. GNU ld (GNU Binutils for Debian) 2.19.1
  5237. configure:17220: result: yes
  5238. configure:17226: checking for shared library run path origin
  5239. configure:17239: result: done
  5240. configure:17658: checking for argz.h
  5241. configure:17665: result: yes
  5242. configure:17658: checking for limits.h
  5243. configure:17665: result: yes
  5244. configure:17658: checking for locale.h
  5245. configure:17665: result: yes
  5246. configure:17658: checking for nl_types.h
  5247. configure:17665: result: yes
  5248. configure:17658: checking for malloc.h
  5249. configure:17665: result: yes
  5250. configure:17658: checking for stddef.h
  5251. configure:17665: result: yes
  5252. configure:17658: checking for stdlib.h
  5253. configure:17665: result: yes
  5254. configure:17658: checking for string.h
  5255. configure:17665: result: yes
  5256. configure:17658: checking for unistd.h
  5257. configure:17665: result: yes
  5258. configure:17658: checking for sys/param.h
  5259. configure:17665: result: yes
  5260. configure:17830: checking for feof_unlocked
  5261. configure:17886: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  5262. configure:17893: $? = 0
  5263. configure:17915: result: yes
  5264. configure:17830: checking for fgets_unlocked
  5265. configure:17886: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  5266. configure:17893: $? = 0
  5267. configure:17915: result: yes
  5268. configure:17830: checking for getc_unlocked
  5269. configure:17886: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  5270. configure:17893: $? = 0
  5271. configure:17915: result: yes
  5272. configure:17830: checking for getcwd
  5273. configure:17915: result: yes
  5274. configure:17830: checking for getegid
  5275. configure:17886: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  5276. configure:17893: $? = 0
  5277. configure:17915: result: yes
  5278. configure:17830: checking for geteuid
  5279. configure:17886: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  5280. configure:17893: $? = 0
  5281. configure:17915: result: yes
  5282. configure:17830: checking for getgid
  5283. configure:17886: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  5284. configure:17893: $? = 0
  5285. configure:17915: result: yes
  5286. configure:17830: checking for getuid
  5287. configure:17886: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  5288. configure:17893: $? = 0
  5289. configure:17915: result: yes
  5290. configure:17830: checking for mempcpy
  5291. configure:17915: result: yes
  5292. configure:17830: checking for munmap
  5293. configure:17915: result: yes
  5294. configure:17830: checking for putenv
  5295. configure:17886: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  5296. configure:17893: $? = 0
  5297. configure:17915: result: yes
  5298. configure:17830: checking for setenv
  5299. configure:17886: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  5300. configure:17893: $? = 0
  5301. configure:17915: result: yes
  5302. configure:17830: checking for setlocale
  5303. configure:17915: result: yes
  5304. configure:17830: checking for stpcpy
  5305. configure:17915: result: yes
  5306. configure:17830: checking for strcasecmp
  5307. configure:17915: result: yes
  5308. configure:17830: checking for strdup
  5309. configure:17915: result: yes
  5310. configure:17830: checking for strtoul
  5311. configure:17915: result: yes
  5312. configure:17830: checking for tsearch
  5313. configure:17886: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  5314. configure:17893: $? = 0
  5315. configure:17915: result: yes
  5316. configure:17830: checking for __argz_count
  5317. configure:17915: result: yes
  5318. configure:17830: checking for __argz_stringify
  5319. configure:17915: result: yes
  5320. configure:17830: checking for __argz_next
  5321. configure:17915: result: yes
  5322. configure:17958: checking for iconv
  5323. configure:17990: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  5324. configure:17997: $? = 0
  5325. configure:18074: result: yes
  5326. configure:18097: checking for iconv declaration
  5327. configure:18136: gcc -c -Wall -g -O2 conftest.c >&5
  5328. configure:18143: $? = 0
  5329. configure:18162: result:
  5330. extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  5331. configure:18173: checking for nl_langinfo and CODESET
  5332. configure:18199: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  5333. conftest.c: In function 'main':
  5334. conftest.c:166: warning: unused variable 'cs'
  5335. configure:18206: $? = 0
  5336. configure:18227: result: yes
  5337. configure:18239: checking for LC_MESSAGES
  5338. configure:18265: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  5339. configure:18272: $? = 0
  5340. configure:18292: result: yes
  5341. configure:18308: checking for bison
  5342. configure:18324: found /usr/bin/bison
  5343. configure:18335: result: bison
  5344. configure:18349: checking version of bison
  5345. configure:18358: result: 2.4.1, ok
  5346. configure:18392: checking whether NLS is requested
  5347. configure:18401: result: yes
  5348. configure:18416: checking whether included gettext is requested
  5349. configure:18426: result: no
  5350. configure:18437: checking for GNU gettext in libc
  5351. configure:18466: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  5352. configure:18473: $? = 0
  5353. configure:18493: result: yes
  5354. configure:19137: checking for autopoint
  5355. configure:19142: result: yes (0.17)
  5356. configure:19165: checking for requested languages
  5357. configure:19368: result: all
  5358. configure:19378: checking for bfd
  5359. configure:19414: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c -lbfd -liberty -lz >&5
  5360. conftest.c: In function 'main':
  5361. conftest.c:176: warning: initialization discards qualifiers from pointer target type
  5362. conftest.c:176: warning: unused variable 'dummy'
  5363. configure:19421: $? = 0
  5364. configure:19451: result: yes
  5365. configure:19465: checking for <execinfo.h> and backtrace()
  5366. configure:19496: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c >&5
  5367. conftest.c: In function 'main':
  5368. conftest.c:176: warning: passing argument 1 of 'backtrace' from incompatible pointer type
  5369. conftest.c:177: warning: initialization from incompatible pointer type
  5370. conftest.c:177: warning: unused variable 'bt_syms'
  5371. configure:19503: $? = 0
  5372. configure:19518: result: yes
  5373. configure:19698: checking if the applications should be statically linked
  5374. configure:19708: result: no
  5375. configure:19715: checking for docdir
  5376. configure:19721: result: ${datarootdir}/doc/${PACKAGE_TARNAME}
  5377. configure:19725: checking for SVNDATE
  5378. configure:19734: result: None required
  5379. configure:19757: checking denoising level
  5380. configure:19776: result: 4
  5381. configure:19931: checking for a readline compatible library
  5382. configure:19974: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c -lreadline >&5
  5383. configure:19981: $? = 0
  5384. configure:20017: result: -lreadline
  5385. configure:20043: checking readline.h usability
  5386. configure:20060: gcc -c -Wall -g -O2 conftest.c >&5
  5387. conftest.c:202:22: error: readline.h: No such file or directory
  5388. configure:20067: $? = 1
  5389. configure: failed program was:
  5390. | /* confdefs.h. */
  5391. | #define PACKAGE_NAME "aMule"
  5392. | #define PACKAGE_TARNAME "amule"
  5393. | #define PACKAGE_VERSION "2.2.5"
  5394. | #define PACKAGE_STRING "aMule 2.2.5"
  5395. | #define PACKAGE_BUGREPORT "admin@amule.org"
  5396. | #define PACKAGE "amule"
  5397. | #define VERSION "2.2.5"
  5398. | #define YYTEXT_POINTER 1
  5399. | #define STDC_HEADERS 1
  5400. | #define HAVE_SYS_TYPES_H 1
  5401. | #define HAVE_SYS_STAT_H 1
  5402. | #define HAVE_STDLIB_H 1
  5403. | #define HAVE_STRING_H 1
  5404. | #define HAVE_MEMORY_H 1
  5405. | #define HAVE_STRINGS_H 1
  5406. | #define HAVE_INTTYPES_H 1
  5407. | #define HAVE_STDINT_H 1
  5408. | #define HAVE_UNISTD_H 1
  5409. | #define HAVE_SYS_TYPES_H 1
  5410. | #define SUPPORT_GEOIP 1
  5411. | #define CRYPTOPP_INCLUDE_PREFIX cryptopp
  5412. | #define HAVE_CXXABI 1
  5413. | #define HAVE_ALLOCA_H 1
  5414. | #define HAVE_ALLOCA 1
  5415. | #define HAVE_DIRENT_H 1
  5416. | #define STDC_HEADERS 1
  5417. | #define HAVE_ARGZ_H 1
  5418. | #define HAVE_ARPA_INET_H 1
  5419. | #define HAVE_FCNTL_H 1
  5420. | #define HAVE_INTTYPES_H 1
  5421. | #define HAVE_LANGINFO_H 1
  5422. | #define HAVE_LIBINTL_H 1
  5423. | #define HAVE_LIMITS_H 1
  5424. | #define HAVE_LOCALE_H 1
  5425. | #define HAVE_MALLOC_H 1
  5426. | #define HAVE_MNTENT_H 1
  5427. | #define HAVE_NETDB_H 1
  5428. | #define HAVE_NETINET_IN_H 1
  5429. | #define HAVE_STDDEF_H 1
  5430. | #define HAVE_NL_TYPES_H 1
  5431. | #define HAVE_STDINT_H 1
  5432. | #define HAVE_STDIO_EXT_H 1
  5433. | #define HAVE_STDLIB_H 1
  5434. | #define HAVE_STRING_H 1
  5435. | #define HAVE_STRINGS_H 1
  5436. | #define HAVE_SYS_IOCTL_H 1
  5437. | #define HAVE_SYS_MOUNT_H 1
  5438. | #define HAVE_SYS_PARAM_H 1
  5439. | #define HAVE_SYS_RESOURCE_H 1
  5440. | #define HAVE_SYS_SELECT_H 1
  5441. | #define HAVE_SYS_SOCKET_H 1
  5442. | #define HAVE_SYS_STATVFS_H 1
  5443. | #define HAVE_SYS_TIME_H 1
  5444. | #define HAVE_SYS_TIMEB_H 1
  5445. | #define HAVE_SYS_TYPES_H 1
  5446. | #define HAVE_UNISTD_H 1
  5447. | #define HAVE_SYS_WAIT_H 1
  5448. | #define HAVE__BOOL 1
  5449. | #define HAVE_STDBOOL_H 1
  5450. | #define TIME_WITH_SYS_TIME 1
  5451. | #define HAVE_PTRDIFF_T 1
  5452. | #define HAVE_FORK 1
  5453. | #define HAVE_VFORK 1
  5454. | #define HAVE_WORKING_VFORK 1
  5455. | #define HAVE_WORKING_FORK 1
  5456. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  5457. | #define HAVE_GETMNTENT 1
  5458. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  5459. | #define HAVE_STDLIB_H 1
  5460. | #define HAVE_UNISTD_H 1
  5461. | #define HAVE_GETPAGESIZE 1
  5462. | #define HAVE_MMAP 1
  5463. | #define HAVE_SYS_SELECT_H 1
  5464. | #define HAVE_SYS_SOCKET_H 1
  5465. | #define SELECT_TYPE_ARG1 int
  5466. | #define SELECT_TYPE_ARG234 (fd_set *)
  5467. | #define SELECT_TYPE_ARG5 (struct timeval *)
  5468. | #define RETSIGTYPE void
  5469. | #define HAVE_STRFTIME 1
  5470. | #define HAVE_VPRINTF 1
  5471. | #define HAVE_STDLIB_H 1
  5472. | #define HAVE_MALLOC 1
  5473. | #define HAVE_STDLIB_H 1
  5474. | #define HAVE_REALLOC 1
  5475. | #define HAVE___ARGZ_COUNT 1
  5476. | #define HAVE___ARGZ_NEXT 1
  5477. | #define HAVE___ARGZ_STRINGIFY 1
  5478. | #define HAVE_ENDPWENT 1
  5479. | #define HAVE_FTRUNCATE 1
  5480. | #define HAVE_GETCWD 1
  5481. | #define HAVE_GETHOSTBYADDR 1
  5482. | #define HAVE_GETHOSTBYNAME 1
  5483. | #define HAVE_GETHOSTNAME 1
  5484. | #define HAVE_GETPASS 1
  5485. | #define HAVE_GETTIMEOFDAY 1
  5486. | #define HAVE_INET_NTOA 1
  5487. | #define HAVE_LOCALECONV 1
  5488. | #define HAVE_MEMMOVE 1
  5489. | #define HAVE_MEMPCPY 1
  5490. | #define HAVE_MEMSET 1
  5491. | #define HAVE_MUNMAP 1
  5492. | #define HAVE_NL_LANGINFO 1
  5493. | #define HAVE_SELECT 1
  5494. | #define HAVE_SETLOCALE 1
  5495. | #define HAVE_SOCKET 1
  5496. | #define HAVE_STPCPY 1
  5497. | #define HAVE_STRCASECMP 1
  5498. | #define HAVE_STRCHR 1
  5499. | #define HAVE_STRCSPN 1
  5500. | #define HAVE_STRDUP 1
  5501. | #define HAVE_STRERROR 1
  5502. | #define HAVE_STRNCASECMP 1
  5503. | #define HAVE_STRSTR 1
  5504. | #define HAVE_STRTOUL 1
  5505. | #define HAVE_MKDIR 1
  5506. | #define HAVE_GETRLIMIT 1
  5507. | #define HAVE_SETRLIMIT 1
  5508. | #define HAVE_GETOPT_LONG 1
  5509. | #define HAVE_DECL_STRERROR_R 1
  5510. | #define HAVE_STRERROR_R 1
  5511. | #define HAVE_POSIX_FALLOCATE 1
  5512. | #define INTDIV0_RAISES_SIGFPE 1
  5513. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  5514. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  5515. | #define HAVE_UNSIGNED_LONG_LONG 1
  5516. | #define HAVE_INTTYPES_H 1
  5517. | #define HAVE_ARGZ_H 1
  5518. | #define HAVE_LIMITS_H 1
  5519. | #define HAVE_LOCALE_H 1
  5520. | #define HAVE_NL_TYPES_H 1
  5521. | #define HAVE_MALLOC_H 1
  5522. | #define HAVE_STDDEF_H 1
  5523. | #define HAVE_STDLIB_H 1
  5524. | #define HAVE_STRING_H 1
  5525. | #define HAVE_UNISTD_H 1
  5526. | #define HAVE_SYS_PARAM_H 1
  5527. | #define HAVE_FEOF_UNLOCKED 1
  5528. | #define HAVE_FGETS_UNLOCKED 1
  5529. | #define HAVE_GETC_UNLOCKED 1
  5530. | #define HAVE_GETCWD 1
  5531. | #define HAVE_GETEGID 1
  5532. | #define HAVE_GETEUID 1
  5533. | #define HAVE_GETGID 1
  5534. | #define HAVE_GETUID 1
  5535. | #define HAVE_MEMPCPY 1
  5536. | #define HAVE_MUNMAP 1
  5537. | #define HAVE_PUTENV 1
  5538. | #define HAVE_SETENV 1
  5539. | #define HAVE_SETLOCALE 1
  5540. | #define HAVE_STPCPY 1
  5541. | #define HAVE_STRCASECMP 1
  5542. | #define HAVE_STRDUP 1
  5543. | #define HAVE_STRTOUL 1
  5544. | #define HAVE_TSEARCH 1
  5545. | #define HAVE___ARGZ_COUNT 1
  5546. | #define HAVE___ARGZ_STRINGIFY 1
  5547. | #define HAVE___ARGZ_NEXT 1
  5548. | #define HAVE_ICONV 1
  5549. | #define ICONV_CONST
  5550. | #define HAVE_LANGINFO_CODESET 1
  5551. | #define HAVE_LC_MESSAGES 1
  5552. | #define ENABLE_NLS 1
  5553. | #define HAVE_GETTEXT 1
  5554. | #define HAVE_DCGETTEXT 1
  5555. | #define HAVE_EXECINFO 1
  5556. | #define HAVE_LIBREADLINE 1
  5557. | /* end confdefs.h. */
  5558. | #include <stdio.h>
  5559. | #ifdef HAVE_SYS_TYPES_H
  5560. | # include <sys/types.h>
  5561. | #endif
  5562. | #ifdef HAVE_SYS_STAT_H
  5563. | # include <sys/stat.h>
  5564. | #endif
  5565. | #ifdef STDC_HEADERS
  5566. | # include <stdlib.h>
  5567. | # include <stddef.h>
  5568. | #else
  5569. | # ifdef HAVE_STDLIB_H
  5570. | # include <stdlib.h>
  5571. | # endif
  5572. | #endif
  5573. | #ifdef HAVE_STRING_H
  5574. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5575. | # include <memory.h>
  5576. | # endif
  5577. | # include <string.h>
  5578. | #endif
  5579. | #ifdef HAVE_STRINGS_H
  5580. | # include <strings.h>
  5581. | #endif
  5582. | #ifdef HAVE_INTTYPES_H
  5583. | # include <inttypes.h>
  5584. | #endif
  5585. | #ifdef HAVE_STDINT_H
  5586. | # include <stdint.h>
  5587. | #endif
  5588. | #ifdef HAVE_UNISTD_H
  5589. | # include <unistd.h>
  5590. | #endif
  5591. | #include <readline.h>
  5592. configure:20081: result: no
  5593. configure:20085: checking readline.h presence
  5594. configure:20100: gcc -E conftest.c
  5595. conftest.c:169:22: error: readline.h: No such file or directory
  5596. configure:20107: $? = 1
  5597. configure: failed program was:
  5598. | /* confdefs.h. */
  5599. | #define PACKAGE_NAME "aMule"
  5600. | #define PACKAGE_TARNAME "amule"
  5601. | #define PACKAGE_VERSION "2.2.5"
  5602. | #define PACKAGE_STRING "aMule 2.2.5"
  5603. | #define PACKAGE_BUGREPORT "admin@amule.org"
  5604. | #define PACKAGE "amule"
  5605. | #define VERSION "2.2.5"
  5606. | #define YYTEXT_POINTER 1
  5607. | #define STDC_HEADERS 1
  5608. | #define HAVE_SYS_TYPES_H 1
  5609. | #define HAVE_SYS_STAT_H 1
  5610. | #define HAVE_STDLIB_H 1
  5611. | #define HAVE_STRING_H 1
  5612. | #define HAVE_MEMORY_H 1
  5613. | #define HAVE_STRINGS_H 1
  5614. | #define HAVE_INTTYPES_H 1
  5615. | #define HAVE_STDINT_H 1
  5616. | #define HAVE_UNISTD_H 1
  5617. | #define HAVE_SYS_TYPES_H 1
  5618. | #define SUPPORT_GEOIP 1
  5619. | #define CRYPTOPP_INCLUDE_PREFIX cryptopp
  5620. | #define HAVE_CXXABI 1
  5621. | #define HAVE_ALLOCA_H 1
  5622. | #define HAVE_ALLOCA 1
  5623. | #define HAVE_DIRENT_H 1
  5624. | #define STDC_HEADERS 1
  5625. | #define HAVE_ARGZ_H 1
  5626. | #define HAVE_ARPA_INET_H 1
  5627. | #define HAVE_FCNTL_H 1
  5628. | #define HAVE_INTTYPES_H 1
  5629. | #define HAVE_LANGINFO_H 1
  5630. | #define HAVE_LIBINTL_H 1
  5631. | #define HAVE_LIMITS_H 1
  5632. | #define HAVE_LOCALE_H 1
  5633. | #define HAVE_MALLOC_H 1
  5634. | #define HAVE_MNTENT_H 1
  5635. | #define HAVE_NETDB_H 1
  5636. | #define HAVE_NETINET_IN_H 1
  5637. | #define HAVE_STDDEF_H 1
  5638. | #define HAVE_NL_TYPES_H 1
  5639. | #define HAVE_STDINT_H 1
  5640. | #define HAVE_STDIO_EXT_H 1
  5641. | #define HAVE_STDLIB_H 1
  5642. | #define HAVE_STRING_H 1
  5643. | #define HAVE_STRINGS_H 1
  5644. | #define HAVE_SYS_IOCTL_H 1
  5645. | #define HAVE_SYS_MOUNT_H 1
  5646. | #define HAVE_SYS_PARAM_H 1
  5647. | #define HAVE_SYS_RESOURCE_H 1
  5648. | #define HAVE_SYS_SELECT_H 1
  5649. | #define HAVE_SYS_SOCKET_H 1
  5650. | #define HAVE_SYS_STATVFS_H 1
  5651. | #define HAVE_SYS_TIME_H 1
  5652. | #define HAVE_SYS_TIMEB_H 1
  5653. | #define HAVE_SYS_TYPES_H 1
  5654. | #define HAVE_UNISTD_H 1
  5655. | #define HAVE_SYS_WAIT_H 1
  5656. | #define HAVE__BOOL 1
  5657. | #define HAVE_STDBOOL_H 1
  5658. | #define TIME_WITH_SYS_TIME 1
  5659. | #define HAVE_PTRDIFF_T 1
  5660. | #define HAVE_FORK 1
  5661. | #define HAVE_VFORK 1
  5662. | #define HAVE_WORKING_VFORK 1
  5663. | #define HAVE_WORKING_FORK 1
  5664. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  5665. | #define HAVE_GETMNTENT 1
  5666. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  5667. | #define HAVE_STDLIB_H 1
  5668. | #define HAVE_UNISTD_H 1
  5669. | #define HAVE_GETPAGESIZE 1
  5670. | #define HAVE_MMAP 1
  5671. | #define HAVE_SYS_SELECT_H 1
  5672. | #define HAVE_SYS_SOCKET_H 1
  5673. | #define SELECT_TYPE_ARG1 int
  5674. | #define SELECT_TYPE_ARG234 (fd_set *)
  5675. | #define SELECT_TYPE_ARG5 (struct timeval *)
  5676. | #define RETSIGTYPE void
  5677. | #define HAVE_STRFTIME 1
  5678. | #define HAVE_VPRINTF 1
  5679. | #define HAVE_STDLIB_H 1
  5680. | #define HAVE_MALLOC 1
  5681. | #define HAVE_STDLIB_H 1
  5682. | #define HAVE_REALLOC 1
  5683. | #define HAVE___ARGZ_COUNT 1
  5684. | #define HAVE___ARGZ_NEXT 1
  5685. | #define HAVE___ARGZ_STRINGIFY 1
  5686. | #define HAVE_ENDPWENT 1
  5687. | #define HAVE_FTRUNCATE 1
  5688. | #define HAVE_GETCWD 1
  5689. | #define HAVE_GETHOSTBYADDR 1
  5690. | #define HAVE_GETHOSTBYNAME 1
  5691. | #define HAVE_GETHOSTNAME 1
  5692. | #define HAVE_GETPASS 1
  5693. | #define HAVE_GETTIMEOFDAY 1
  5694. | #define HAVE_INET_NTOA 1
  5695. | #define HAVE_LOCALECONV 1
  5696. | #define HAVE_MEMMOVE 1
  5697. | #define HAVE_MEMPCPY 1
  5698. | #define HAVE_MEMSET 1
  5699. | #define HAVE_MUNMAP 1
  5700. | #define HAVE_NL_LANGINFO 1
  5701. | #define HAVE_SELECT 1
  5702. | #define HAVE_SETLOCALE 1
  5703. | #define HAVE_SOCKET 1
  5704. | #define HAVE_STPCPY 1
  5705. | #define HAVE_STRCASECMP 1
  5706. | #define HAVE_STRCHR 1
  5707. | #define HAVE_STRCSPN 1
  5708. | #define HAVE_STRDUP 1
  5709. | #define HAVE_STRERROR 1
  5710. | #define HAVE_STRNCASECMP 1
  5711. | #define HAVE_STRSTR 1
  5712. | #define HAVE_STRTOUL 1
  5713. | #define HAVE_MKDIR 1
  5714. | #define HAVE_GETRLIMIT 1
  5715. | #define HAVE_SETRLIMIT 1
  5716. | #define HAVE_GETOPT_LONG 1
  5717. | #define HAVE_DECL_STRERROR_R 1
  5718. | #define HAVE_STRERROR_R 1
  5719. | #define HAVE_POSIX_FALLOCATE 1
  5720. | #define INTDIV0_RAISES_SIGFPE 1
  5721. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  5722. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  5723. | #define HAVE_UNSIGNED_LONG_LONG 1
  5724. | #define HAVE_INTTYPES_H 1
  5725. | #define HAVE_ARGZ_H 1
  5726. | #define HAVE_LIMITS_H 1
  5727. | #define HAVE_LOCALE_H 1
  5728. | #define HAVE_NL_TYPES_H 1
  5729. | #define HAVE_MALLOC_H 1
  5730. | #define HAVE_STDDEF_H 1
  5731. | #define HAVE_STDLIB_H 1
  5732. | #define HAVE_STRING_H 1
  5733. | #define HAVE_UNISTD_H 1
  5734. | #define HAVE_SYS_PARAM_H 1
  5735. | #define HAVE_FEOF_UNLOCKED 1
  5736. | #define HAVE_FGETS_UNLOCKED 1
  5737. | #define HAVE_GETC_UNLOCKED 1
  5738. | #define HAVE_GETCWD 1
  5739. | #define HAVE_GETEGID 1
  5740. | #define HAVE_GETEUID 1
  5741. | #define HAVE_GETGID 1
  5742. | #define HAVE_GETUID 1
  5743. | #define HAVE_MEMPCPY 1
  5744. | #define HAVE_MUNMAP 1
  5745. | #define HAVE_PUTENV 1
  5746. | #define HAVE_SETENV 1
  5747. | #define HAVE_SETLOCALE 1
  5748. | #define HAVE_STPCPY 1
  5749. | #define HAVE_STRCASECMP 1
  5750. | #define HAVE_STRDUP 1
  5751. | #define HAVE_STRTOUL 1
  5752. | #define HAVE_TSEARCH 1
  5753. | #define HAVE___ARGZ_COUNT 1
  5754. | #define HAVE___ARGZ_STRINGIFY 1
  5755. | #define HAVE___ARGZ_NEXT 1
  5756. | #define HAVE_ICONV 1
  5757. | #define ICONV_CONST
  5758. | #define HAVE_LANGINFO_CODESET 1
  5759. | #define HAVE_LC_MESSAGES 1
  5760. | #define ENABLE_NLS 1
  5761. | #define HAVE_GETTEXT 1
  5762. | #define HAVE_DCGETTEXT 1
  5763. | #define HAVE_EXECINFO 1
  5764. | #define HAVE_LIBREADLINE 1
  5765. | /* end confdefs.h. */
  5766. | #include <readline.h>
  5767. configure:20121: result: no
  5768. configure:20154: checking for readline.h
  5769. configure:20163: result: no
  5770. configure:20043: checking readline/readline.h usability
  5771. configure:20060: gcc -c -Wall -g -O2 conftest.c >&5
  5772. configure:20067: $? = 0
  5773. configure:20081: result: yes
  5774. configure:20085: checking readline/readline.h presence
  5775. configure:20100: gcc -E conftest.c
  5776. configure:20107: $? = 0
  5777. configure:20121: result: yes
  5778. configure:20154: checking for readline/readline.h
  5779. configure:20163: result: yes
  5780. configure:20178: checking whether readline supports history
  5781. configure:20213: gcc -o conftest -Wall -g -O2 -Wl,-z,defs conftest.c -lreadline >&5
  5782. configure:20220: $? = 0
  5783. configure:20241: result: yes
  5784. configure:20266: checking history.h usability
  5785. configure:20283: gcc -c -Wall -g -O2 conftest.c >&5
  5786. conftest.c:204:21: error: history.h: No such file or directory
  5787. configure:20290: $? = 1
  5788. configure: failed program was:
  5789. | /* confdefs.h. */
  5790. | #define PACKAGE_NAME "aMule"
  5791. | #define PACKAGE_TARNAME "amule"
  5792. | #define PACKAGE_VERSION "2.2.5"
  5793. | #define PACKAGE_STRING "aMule 2.2.5"
  5794. | #define PACKAGE_BUGREPORT "admin@amule.org"
  5795. | #define PACKAGE "amule"
  5796. | #define VERSION "2.2.5"
  5797. | #define YYTEXT_POINTER 1
  5798. | #define STDC_HEADERS 1
  5799. | #define HAVE_SYS_TYPES_H 1
  5800. | #define HAVE_SYS_STAT_H 1
  5801. | #define HAVE_STDLIB_H 1
  5802. | #define HAVE_STRING_H 1
  5803. | #define HAVE_MEMORY_H 1
  5804. | #define HAVE_STRINGS_H 1
  5805. | #define HAVE_INTTYPES_H 1
  5806. | #define HAVE_STDINT_H 1
  5807. | #define HAVE_UNISTD_H 1
  5808. | #define HAVE_SYS_TYPES_H 1
  5809. | #define SUPPORT_GEOIP 1
  5810. | #define CRYPTOPP_INCLUDE_PREFIX cryptopp
  5811. | #define HAVE_CXXABI 1
  5812. | #define HAVE_ALLOCA_H 1
  5813. | #define HAVE_ALLOCA 1
  5814. | #define HAVE_DIRENT_H 1
  5815. | #define STDC_HEADERS 1
  5816. | #define HAVE_ARGZ_H 1
  5817. | #define HAVE_ARPA_INET_H 1
  5818. | #define HAVE_FCNTL_H 1
  5819. | #define HAVE_INTTYPES_H 1
  5820. | #define HAVE_LANGINFO_H 1
  5821. | #define HAVE_LIBINTL_H 1
  5822. | #define HAVE_LIMITS_H 1
  5823. | #define HAVE_LOCALE_H 1
  5824. | #define HAVE_MALLOC_H 1
  5825. | #define HAVE_MNTENT_H 1
  5826. | #define HAVE_NETDB_H 1
  5827. | #define HAVE_NETINET_IN_H 1
  5828. | #define HAVE_STDDEF_H 1
  5829. | #define HAVE_NL_TYPES_H 1
  5830. | #define HAVE_STDINT_H 1
  5831. | #define HAVE_STDIO_EXT_H 1
  5832. | #define HAVE_STDLIB_H 1
  5833. | #define HAVE_STRING_H 1
  5834. | #define HAVE_STRINGS_H 1
  5835. | #define HAVE_SYS_IOCTL_H 1
  5836. | #define HAVE_SYS_MOUNT_H 1
  5837. | #define HAVE_SYS_PARAM_H 1
  5838. | #define HAVE_SYS_RESOURCE_H 1
  5839. | #define HAVE_SYS_SELECT_H 1
  5840. | #define HAVE_SYS_SOCKET_H 1
  5841. | #define HAVE_SYS_STATVFS_H 1
  5842. | #define HAVE_SYS_TIME_H 1
  5843. | #define HAVE_SYS_TIMEB_H 1
  5844. | #define HAVE_SYS_TYPES_H 1
  5845. | #define HAVE_UNISTD_H 1
  5846. | #define HAVE_SYS_WAIT_H 1
  5847. | #define HAVE__BOOL 1
  5848. | #define HAVE_STDBOOL_H 1
  5849. | #define TIME_WITH_SYS_TIME 1
  5850. | #define HAVE_PTRDIFF_T 1
  5851. | #define HAVE_FORK 1
  5852. | #define HAVE_VFORK 1
  5853. | #define HAVE_WORKING_VFORK 1
  5854. | #define HAVE_WORKING_FORK 1
  5855. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  5856. | #define HAVE_GETMNTENT 1
  5857. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  5858. | #define HAVE_STDLIB_H 1
  5859. | #define HAVE_UNISTD_H 1
  5860. | #define HAVE_GETPAGESIZE 1
  5861. | #define HAVE_MMAP 1
  5862. | #define HAVE_SYS_SELECT_H 1
  5863. | #define HAVE_SYS_SOCKET_H 1
  5864. | #define SELECT_TYPE_ARG1 int
  5865. | #define SELECT_TYPE_ARG234 (fd_set *)
  5866. | #define SELECT_TYPE_ARG5 (struct timeval *)
  5867. | #define RETSIGTYPE void
  5868. | #define HAVE_STRFTIME 1
  5869. | #define HAVE_VPRINTF 1
  5870. | #define HAVE_STDLIB_H 1
  5871. | #define HAVE_MALLOC 1
  5872. | #define HAVE_STDLIB_H 1
  5873. | #define HAVE_REALLOC 1
  5874. | #define HAVE___ARGZ_COUNT 1
  5875. | #define HAVE___ARGZ_NEXT 1
  5876. | #define HAVE___ARGZ_STRINGIFY 1
  5877. | #define HAVE_ENDPWENT 1
  5878. | #define HAVE_FTRUNCATE 1
  5879. | #define HAVE_GETCWD 1
  5880. | #define HAVE_GETHOSTBYADDR 1
  5881. | #define HAVE_GETHOSTBYNAME 1
  5882. | #define HAVE_GETHOSTNAME 1
  5883. | #define HAVE_GETPASS 1
  5884. | #define HAVE_GETTIMEOFDAY 1
  5885. | #define HAVE_INET_NTOA 1
  5886. | #define HAVE_LOCALECONV 1
  5887. | #define HAVE_MEMMOVE 1
  5888. | #define HAVE_MEMPCPY 1
  5889. | #define HAVE_MEMSET 1
  5890. | #define HAVE_MUNMAP 1
  5891. | #define HAVE_NL_LANGINFO 1
  5892. | #define HAVE_SELECT 1
  5893. | #define HAVE_SETLOCALE 1
  5894. | #define HAVE_SOCKET 1
  5895. | #define HAVE_STPCPY 1
  5896. | #define HAVE_STRCASECMP 1
  5897. | #define HAVE_STRCHR 1
  5898. | #define HAVE_STRCSPN 1
  5899. | #define HAVE_STRDUP 1
  5900. | #define HAVE_STRERROR 1
  5901. | #define HAVE_STRNCASECMP 1
  5902. | #define HAVE_STRSTR 1
  5903. | #define HAVE_STRTOUL 1
  5904. | #define HAVE_MKDIR 1
  5905. | #define HAVE_GETRLIMIT 1
  5906. | #define HAVE_SETRLIMIT 1
  5907. | #define HAVE_GETOPT_LONG 1
  5908. | #define HAVE_DECL_STRERROR_R 1
  5909. | #define HAVE_STRERROR_R 1
  5910. | #define HAVE_POSIX_FALLOCATE 1
  5911. | #define INTDIV0_RAISES_SIGFPE 1
  5912. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  5913. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  5914. | #define HAVE_UNSIGNED_LONG_LONG 1
  5915. | #define HAVE_INTTYPES_H 1
  5916. | #define HAVE_ARGZ_H 1
  5917. | #define HAVE_LIMITS_H 1
  5918. | #define HAVE_LOCALE_H 1
  5919. | #define HAVE_NL_TYPES_H 1
  5920. | #define HAVE_MALLOC_H 1
  5921. | #define HAVE_STDDEF_H 1
  5922. | #define HAVE_STDLIB_H 1
  5923. | #define HAVE_STRING_H 1
  5924. | #define HAVE_UNISTD_H 1
  5925. | #define HAVE_SYS_PARAM_H 1
  5926. | #define HAVE_FEOF_UNLOCKED 1
  5927. | #define HAVE_FGETS_UNLOCKED 1
  5928. | #define HAVE_GETC_UNLOCKED 1
  5929. | #define HAVE_GETCWD 1
  5930. | #define HAVE_GETEGID 1
  5931. | #define HAVE_GETEUID 1
  5932. | #define HAVE_GETGID 1
  5933. | #define HAVE_GETUID 1
  5934. | #define HAVE_MEMPCPY 1
  5935. | #define HAVE_MUNMAP 1
  5936. | #define HAVE_PUTENV 1
  5937. | #define HAVE_SETENV 1
  5938. | #define HAVE_SETLOCALE 1
  5939. | #define HAVE_STPCPY 1
  5940. | #define HAVE_STRCASECMP 1
  5941. | #define HAVE_STRDUP 1
  5942. | #define HAVE_STRTOUL 1
  5943. | #define HAVE_TSEARCH 1
  5944. | #define HAVE___ARGZ_COUNT 1
  5945. | #define HAVE___ARGZ_STRINGIFY 1
  5946. | #define HAVE___ARGZ_NEXT 1
  5947. | #define HAVE_ICONV 1
  5948. | #define ICONV_CONST
  5949. | #define HAVE_LANGINFO_CODESET 1
  5950. | #define HAVE_LC_MESSAGES 1
  5951. | #define ENABLE_NLS 1
  5952. | #define HAVE_GETTEXT 1
  5953. | #define HAVE_DCGETTEXT 1
  5954. | #define HAVE_EXECINFO 1
  5955. | #define HAVE_LIBREADLINE 1
  5956. | #define HAVE_READLINE_READLINE_H 1
  5957. | #define HAVE_READLINE_HISTORY 1
  5958. | /* end confdefs.h. */
  5959. | #include <stdio.h>
  5960. | #ifdef HAVE_SYS_TYPES_H
  5961. | # include <sys/types.h>
  5962. | #endif
  5963. | #ifdef HAVE_SYS_STAT_H
  5964. | # include <sys/stat.h>
  5965. | #endif
  5966. | #ifdef STDC_HEADERS
  5967. | # include <stdlib.h>
  5968. | # include <stddef.h>
  5969. | #else
  5970. | # ifdef HAVE_STDLIB_H
  5971. | # include <stdlib.h>
  5972. | # endif
  5973. | #endif
  5974. | #ifdef HAVE_STRING_H
  5975. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5976. | # include <memory.h>
  5977. | # endif
  5978. | # include <string.h>
  5979. | #endif
  5980. | #ifdef HAVE_STRINGS_H
  5981. | # include <strings.h>
  5982. | #endif
  5983. | #ifdef HAVE_INTTYPES_H
  5984. | # include <inttypes.h>
  5985. | #endif
  5986. | #ifdef HAVE_STDINT_H
  5987. | # include <stdint.h>
  5988. | #endif
  5989. | #ifdef HAVE_UNISTD_H
  5990. | # include <unistd.h>
  5991. | #endif
  5992. | #include <history.h>
  5993. configure:20304: result: no
  5994. configure:20308: checking history.h presence
  5995. configure:20323: gcc -E conftest.c
  5996. conftest.c:171:21: error: history.h: No such file or directory
  5997. configure:20330: $? = 1
  5998. configure: failed program was:
  5999. | /* confdefs.h. */
  6000. | #define PACKAGE_NAME "aMule"
  6001. | #define PACKAGE_TARNAME "amule"
  6002. | #define PACKAGE_VERSION "2.2.5"
  6003. | #define PACKAGE_STRING "aMule 2.2.5"
  6004. | #define PACKAGE_BUGREPORT "admin@amule.org"
  6005. | #define PACKAGE "amule"
  6006. | #define VERSION "2.2.5"
  6007. | #define YYTEXT_POINTER 1
  6008. | #define STDC_HEADERS 1
  6009. | #define HAVE_SYS_TYPES_H 1
  6010. | #define HAVE_SYS_STAT_H 1
  6011. | #define HAVE_STDLIB_H 1
  6012. | #define HAVE_STRING_H 1
  6013. | #define HAVE_MEMORY_H 1
  6014. | #define HAVE_STRINGS_H 1
  6015. | #define HAVE_INTTYPES_H 1
  6016. | #define HAVE_STDINT_H 1
  6017. | #define HAVE_UNISTD_H 1
  6018. | #define HAVE_SYS_TYPES_H 1
  6019. | #define SUPPORT_GEOIP 1
  6020. | #define CRYPTOPP_INCLUDE_PREFIX cryptopp
  6021. | #define HAVE_CXXABI 1
  6022. | #define HAVE_ALLOCA_H 1
  6023. | #define HAVE_ALLOCA 1
  6024. | #define HAVE_DIRENT_H 1
  6025. | #define STDC_HEADERS 1
  6026. | #define HAVE_ARGZ_H 1
  6027. | #define HAVE_ARPA_INET_H 1
  6028. | #define HAVE_FCNTL_H 1
  6029. | #define HAVE_INTTYPES_H 1
  6030. | #define HAVE_LANGINFO_H 1
  6031. | #define HAVE_LIBINTL_H 1
  6032. | #define HAVE_LIMITS_H 1
  6033. | #define HAVE_LOCALE_H 1
  6034. | #define HAVE_MALLOC_H 1
  6035. | #define HAVE_MNTENT_H 1
  6036. | #define HAVE_NETDB_H 1
  6037. | #define HAVE_NETINET_IN_H 1
  6038. | #define HAVE_STDDEF_H 1
  6039. | #define HAVE_NL_TYPES_H 1
  6040. | #define HAVE_STDINT_H 1
  6041. | #define HAVE_STDIO_EXT_H 1
  6042. | #define HAVE_STDLIB_H 1
  6043. | #define HAVE_STRING_H 1
  6044. | #define HAVE_STRINGS_H 1
  6045. | #define HAVE_SYS_IOCTL_H 1
  6046. | #define HAVE_SYS_MOUNT_H 1
  6047. | #define HAVE_SYS_PARAM_H 1
  6048. | #define HAVE_SYS_RESOURCE_H 1
  6049. | #define HAVE_SYS_SELECT_H 1
  6050. | #define HAVE_SYS_SOCKET_H 1
  6051. | #define HAVE_SYS_STATVFS_H 1
  6052. | #define HAVE_SYS_TIME_H 1
  6053. | #define HAVE_SYS_TIMEB_H 1
  6054. | #define HAVE_SYS_TYPES_H 1
  6055. | #define HAVE_UNISTD_H 1
  6056. | #define HAVE_SYS_WAIT_H 1
  6057. | #define HAVE__BOOL 1
  6058. | #define HAVE_STDBOOL_H 1
  6059. | #define TIME_WITH_SYS_TIME 1
  6060. | #define HAVE_PTRDIFF_T 1
  6061. | #define HAVE_FORK 1
  6062. | #define HAVE_VFORK 1
  6063. | #define HAVE_WORKING_VFORK 1
  6064. | #define HAVE_WORKING_FORK 1
  6065. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  6066. | #define HAVE_GETMNTENT 1
  6067. | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  6068. | #define HAVE_STDLIB_H 1
  6069. | #define HAVE_UNISTD_H 1
  6070. | #define HAVE_GETPAGESIZE 1
  6071. | #define HAVE_MMAP 1
  6072. | #define HAVE_SYS_SELECT_H 1
  6073. | #define HAVE_SYS_SOCKET_H 1
  6074. | #define SELECT_TYPE_ARG1 int
  6075. | #define SELECT_TYPE_ARG234 (fd_set *)
  6076. | #define SELECT_TYPE_ARG5 (struct timeval *)
  6077. | #define RETSIGTYPE void
  6078. | #define HAVE_STRFTIME 1
  6079. | #define HAVE_VPRINTF 1
  6080. | #define HAVE_STDLIB_H 1
  6081. | #define HAVE_MALLOC 1
  6082. | #define HAVE_STDLIB_H 1
  6083. | #define HAVE_REALLOC 1
  6084. | #define HAVE___ARGZ_COUNT 1
  6085. | #define HAVE___ARGZ_NEXT 1
  6086. | #define HAVE___ARGZ_STRINGIFY 1
  6087. | #define HAVE_ENDPWENT 1
  6088. | #define HAVE_FTRUNCATE 1
  6089. | #define HAVE_GETCWD 1
  6090. | #define HAVE_GETHOSTBYADDR 1
  6091. | #define HAVE_GETHOSTBYNAME 1
  6092. | #define HAVE_GETHOSTNAME 1
  6093. | #define HAVE_GETPASS 1
  6094. | #define HAVE_GETTIMEOFDAY 1
  6095. | #define HAVE_INET_NTOA 1
  6096. | #define HAVE_LOCALECONV 1
  6097. | #define HAVE_MEMMOVE 1
  6098. | #define HAVE_MEMPCPY 1
  6099. | #define HAVE_MEMSET 1
  6100. | #define HAVE_MUNMAP 1
  6101. | #define HAVE_NL_LANGINFO 1
  6102. | #define HAVE_SELECT 1
  6103. | #define HAVE_SETLOCALE 1
  6104. | #define HAVE_SOCKET 1
  6105. | #define HAVE_STPCPY 1
  6106. | #define HAVE_STRCASECMP 1
  6107. | #define HAVE_STRCHR 1
  6108. | #define HAVE_STRCSPN 1
  6109. | #define HAVE_STRDUP 1
  6110. | #define HAVE_STRERROR 1
  6111. | #define HAVE_STRNCASECMP 1
  6112. | #define HAVE_STRSTR 1
  6113. | #define HAVE_STRTOUL 1
  6114. | #define HAVE_MKDIR 1
  6115. | #define HAVE_GETRLIMIT 1
  6116. | #define HAVE_SETRLIMIT 1
  6117. | #define HAVE_GETOPT_LONG 1
  6118. | #define HAVE_DECL_STRERROR_R 1
  6119. | #define HAVE_STRERROR_R 1
  6120. | #define HAVE_POSIX_FALLOCATE 1
  6121. | #define INTDIV0_RAISES_SIGFPE 1
  6122. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  6123. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  6124. | #define HAVE_UNSIGNED_LONG_LONG 1
  6125. | #define HAVE_INTTYPES_H 1
  6126. | #define HAVE_ARGZ_H 1
  6127. | #define HAVE_LIMITS_H 1
  6128. | #define HAVE_LOCALE_H 1
  6129. | #define HAVE_NL_TYPES_H 1
  6130. | #define HAVE_MALLOC_H 1
  6131. | #define HAVE_STDDEF_H 1
  6132. | #define HAVE_STDLIB_H 1
  6133. | #define HAVE_STRING_H 1
  6134. | #define HAVE_UNISTD_H 1
  6135. | #define HAVE_SYS_PARAM_H 1
  6136. | #define HAVE_FEOF_UNLOCKED 1
  6137. | #define HAVE_FGETS_UNLOCKED 1
  6138. | #define HAVE_GETC_UNLOCKED 1
  6139. | #define HAVE_GETCWD 1
  6140. | #define HAVE_GETEGID 1
  6141. | #define HAVE_GETEUID 1
  6142. | #define HAVE_GETGID 1
  6143. | #define HAVE_GETUID 1
  6144. | #define HAVE_MEMPCPY 1
  6145. | #define HAVE_MUNMAP 1
  6146. | #define HAVE_PUTENV 1
  6147. | #define HAVE_SETENV 1
  6148. | #define HAVE_SETLOCALE 1
  6149. | #define HAVE_STPCPY 1
  6150. | #define HAVE_STRCASECMP 1
  6151. | #define HAVE_STRDUP 1
  6152. | #define HAVE_STRTOUL 1
  6153. | #define HAVE_TSEARCH 1
  6154. | #define HAVE___ARGZ_COUNT 1
  6155. | #define HAVE___ARGZ_STRINGIFY 1
  6156. | #define HAVE___ARGZ_NEXT 1
  6157. | #define HAVE_ICONV 1
  6158. | #define ICONV_CONST
  6159. | #define HAVE_LANGINFO_CODESET 1
  6160. | #define HAVE_LC_MESSAGES 1
  6161. | #define ENABLE_NLS 1
  6162. | #define HAVE_GETTEXT 1
  6163. | #define HAVE_DCGETTEXT 1
  6164. | #define HAVE_EXECINFO 1
  6165. | #define HAVE_LIBREADLINE 1
  6166. | #define HAVE_READLINE_READLINE_H 1
  6167. | #define HAVE_READLINE_HISTORY 1
  6168. | /* end confdefs.h. */
  6169. | #include <history.h>
  6170. configure:20344: result: no
  6171. configure:20377: checking for history.h
  6172. configure:20386: result: no
  6173. configure:20266: checking readline/history.h usability
  6174. configure:20283: gcc -c -Wall -g -O2 conftest.c >&5
  6175. configure:20290: $? = 0
  6176. configure:20304: result: yes
  6177. configure:20308: checking readline/history.h presence
  6178. configure:20323: gcc -E conftest.c
  6179. configure:20330: $? = 0
  6180. configure:20344: result: yes
  6181. configure:20377: checking for readline/history.h
  6182. configure:20386: result: yes
  6183. configure:20424: checking whether ccache support should be added
  6184. configure:20426: result: yes
  6185. configure:20431: checking for ccache presence
  6186. configure:20451: result: no
  6187. configure:20726: creating ./config.status
  6188.  
  6189. ## ---------------------- ##
  6190. ## Running config.status. ##
  6191. ## ---------------------- ##
  6192.  
  6193. This file was extended by aMule config.status 2.2.5, which was
  6194. generated by GNU Autoconf 2.63. Invocation command line was
  6195.  
  6196. CONFIG_FILES =
  6197. CONFIG_HEADERS =
  6198. CONFIG_LINKS =
  6199. CONFIG_COMMANDS =
  6200. $ ./config.status
  6201.  
  6202. on sidvicious
  6203.  
  6204. config.status:1127: creating Makefile
  6205. config.status:1127: creating docs/Makefile
  6206. config.status:1127: creating docs/man/Makefile
  6207. config.status:1127: creating intl/Makefile
  6208. config.status:1127: creating src/Makefile
  6209. config.status:1127: creating src/pixmaps/Makefile
  6210. config.status:1127: creating src/pixmaps/flags_xpm/Makefile
  6211. config.status:1127: creating src/libs/Makefile
  6212. config.status:1127: creating src/libs/ec/Makefile
  6213. config.status:1127: creating src/libs/ec/cpp/Makefile
  6214. config.status:1127: creating src/libs/common/Makefile
  6215. config.status:1127: creating src/utils/Makefile
  6216. config.status:1127: creating src/utils/aLinkCreator/Makefile
  6217. config.status:1127: creating src/utils/aLinkCreator/docs/Makefile
  6218. config.status:1127: creating src/utils/aLinkCreator/src/Makefile
  6219. config.status:1127: creating src/utils/cas/Makefile
  6220. config.status:1127: creating src/utils/cas/docs/Makefile
  6221. config.status:1127: creating src/utils/fileview/Makefile
  6222. config.status:1127: creating src/utils/wxCas/Makefile
  6223. config.status:1127: creating src/utils/wxCas/docs/Makefile
  6224. config.status:1127: creating src/utils/wxCas/src/Makefile
  6225. config.status:1127: creating src/utils/xas/Makefile
  6226. config.status:1127: creating src/utils/xas/autostart-xas
  6227. config.status:1127: creating src/utils/xas/docs/Makefile
  6228. config.status:1127: creating src/skins/Makefile
  6229. config.status:1127: creating src/webserver/Makefile
  6230. config.status:1127: creating src/webserver/src/Makefile
  6231. config.status:1127: creating src/webserver/default/Makefile
  6232. config.status:1127: creating src/webserver/php-default/Makefile
  6233. config.status:1127: creating src/webserver/chicane/Makefile
  6234. config.status:1127: creating src/webserver/litoral/Makefile
  6235. config.status:1127: creating unittests/Makefile
  6236. config.status:1127: creating unittests/muleunit/Makefile
  6237. config.status:1127: creating unittests/tests/Makefile
  6238. config.status:1127: creating po/Makefile.in
  6239. config.status:1127: creating Compilation.flags
  6240. config.status:1127: creating config.h
  6241. config.status:1401: executing depfiles commands
  6242. config.status:1401: executing default-1 commands
  6243. config.status:1401: executing denoiser commands
  6244.  
  6245. ## ---------------- ##
  6246. ## Cache variables. ##
  6247. ## ---------------- ##
  6248.  
  6249. ac_cv_build=i486-pc-linux-gnu
  6250. ac_cv_c_compiler_gnu=yes
  6251. ac_cv_c_const=yes
  6252. ac_cv_c_inline=inline
  6253. ac_cv_c_volatile=yes
  6254. ac_cv_cxx_compiler_gnu=yes
  6255. ac_cv_env_CCC_set=
  6256. ac_cv_env_CCC_value=
  6257. ac_cv_env_CC_set=
  6258. ac_cv_env_CC_value=
  6259. ac_cv_env_CFLAGS_set=set
  6260. ac_cv_env_CFLAGS_value='-Wall -g -O2'
  6261. ac_cv_env_CPPFLAGS_set=set
  6262. ac_cv_env_CPPFLAGS_value=
  6263. ac_cv_env_CPP_set=
  6264. ac_cv_env_CPP_value=
  6265. ac_cv_env_CXXCPP_set=
  6266. ac_cv_env_CXXCPP_value=
  6267. ac_cv_env_CXXFLAGS_set=set
  6268. ac_cv_env_CXXFLAGS_value='-g -O2'
  6269. ac_cv_env_CXX_set=
  6270. ac_cv_env_CXX_value=
  6271. ac_cv_env_LDFLAGS_set=set
  6272. ac_cv_env_LDFLAGS_value=-Wl,-z,defs
  6273. ac_cv_env_LIBS_set=
  6274. ac_cv_env_LIBS_value=
  6275. ac_cv_env_PKG_CONFIG_set=
  6276. ac_cv_env_PKG_CONFIG_value=
  6277. ac_cv_env_RCFLAGS_set=
  6278. ac_cv_env_RCFLAGS_value=
  6279. ac_cv_env_RC_set=
  6280. ac_cv_env_RC_value=
  6281. ac_cv_env_XMKMF_set=
  6282. ac_cv_env_XMKMF_value=
  6283. ac_cv_env_YACC_set=
  6284. ac_cv_env_YACC_value=
  6285. ac_cv_env_YFLAGS_set=
  6286. ac_cv_env_YFLAGS_value=
  6287. ac_cv_env_build_alias_set=set
  6288. ac_cv_env_build_alias_value=i486-linux-gnu
  6289. ac_cv_env_host_alias_set=
  6290. ac_cv_env_host_alias_value=
  6291. ac_cv_env_target_alias_set=
  6292. ac_cv_env_target_alias_value=
  6293. ac_cv_func___argz_count=yes
  6294. ac_cv_func___argz_next=yes
  6295. ac_cv_func___argz_stringify=yes
  6296. ac_cv_func__doprnt=no
  6297. ac_cv_func_alloca_works=yes
  6298. ac_cv_func_closedir_void=no
  6299. ac_cv_func_endpwent=yes
  6300. ac_cv_func_feof_unlocked=yes
  6301. ac_cv_func_fgets_unlocked=yes
  6302. ac_cv_func_floor=no
  6303. ac_cv_func_fork=yes
  6304. ac_cv_func_fork_works=yes
  6305. ac_cv_func_ftruncate=yes
  6306. ac_cv_func_getc_unlocked=yes
  6307. ac_cv_func_getcwd=yes
  6308. ac_cv_func_getegid=yes
  6309. ac_cv_func_geteuid=yes
  6310. ac_cv_func_getgid=yes
  6311. ac_cv_func_gethostbyaddr=yes
  6312. ac_cv_func_gethostbyname=yes
  6313. ac_cv_func_gethostname=yes
  6314. ac_cv_func_getmntent=yes
  6315. ac_cv_func_getopt_long=yes
  6316. ac_cv_func_getpagesize=yes
  6317. ac_cv_func_getpass=yes
  6318. ac_cv_func_getrlimit=yes
  6319. ac_cv_func_gettimeofday=yes
  6320. ac_cv_func_getuid=yes
  6321. ac_cv_func_inet_ntoa=yes
  6322. ac_cv_func_localeconv=yes
  6323. ac_cv_func_lstat_dereferences_slashed_symlink=yes
  6324. ac_cv_func_lstat_empty_string_bug=no
  6325. ac_cv_func_malloc_0_nonnull=yes
  6326. ac_cv_func_memcmp_working=yes
  6327. ac_cv_func_memmove=yes
  6328. ac_cv_func_mempcpy=yes
  6329. ac_cv_func_memset=yes
  6330. ac_cv_func_mkdir=yes
  6331. ac_cv_func_mmap_fixed_mapped=yes
  6332. ac_cv_func_munmap=yes
  6333. ac_cv_func_nl_langinfo=yes
  6334. ac_cv_func_pow=no
  6335. ac_cv_func_putenv=yes
  6336. ac_cv_func_realloc_0_nonnull=yes
  6337. ac_cv_func_select=yes
  6338. ac_cv_func_select_args='int,fd_set *,struct timeval *'
  6339. ac_cv_func_setenv=yes
  6340. ac_cv_func_setlocale=yes
  6341. ac_cv_func_setrlimit=yes
  6342. ac_cv_func_setvbuf_reversed=no
  6343. ac_cv_func_socket=yes
  6344. ac_cv_func_sqrt=no
  6345. ac_cv_func_stat_empty_string_bug=no
  6346. ac_cv_func_stpcpy=yes
  6347. ac_cv_func_strcasecmp=yes
  6348. ac_cv_func_strchr=yes
  6349. ac_cv_func_strcspn=yes
  6350. ac_cv_func_strdup=yes
  6351. ac_cv_func_strerror=yes
  6352. ac_cv_func_strerror_r=yes
  6353. ac_cv_func_strerror_r_char_p=no
  6354. ac_cv_func_strftime=yes
  6355. ac_cv_func_strncasecmp=yes
  6356. ac_cv_func_strstr=yes
  6357. ac_cv_func_strtod=yes
  6358. ac_cv_func_strtoul=yes
  6359. ac_cv_func_tsearch=yes
  6360. ac_cv_func_vfork=yes
  6361. ac_cv_func_vfork_works=yes
  6362. ac_cv_func_vprintf=yes
  6363. ac_cv_gnu_library_2_1=yes
  6364. ac_cv_have_decl_strerror_r=yes
  6365. ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\'''
  6366. ac_cv_header_GeoIP_h=yes
  6367. ac_cv_header_argz_h=yes
  6368. ac_cv_header_arpa_inet_h=yes
  6369. ac_cv_header_dirent_dirent_h=yes
  6370. ac_cv_header_fcntl_h=yes
  6371. ac_cv_header_gd_h=yes
  6372. ac_cv_header_history_h=no
  6373. ac_cv_header_inttypes_h=yes
  6374. ac_cv_header_langinfo_h=yes
  6375. ac_cv_header_libintl_h=yes
  6376. ac_cv_header_limits_h=yes
  6377. ac_cv_header_locale_h=yes
  6378. ac_cv_header_malloc_h=yes
  6379. ac_cv_header_memory_h=yes
  6380. ac_cv_header_mntent_h=yes
  6381. ac_cv_header_netdb_h=yes
  6382. ac_cv_header_netinet_in_h=yes
  6383. ac_cv_header_nl_types_h=yes
  6384. ac_cv_header_readline_h=no
  6385. ac_cv_header_readline_history_h=yes
  6386. ac_cv_header_readline_readline_h=yes
  6387. ac_cv_header_stdbool_h=yes
  6388. ac_cv_header_stdc=yes
  6389. ac_cv_header_stddef_h=yes
  6390. ac_cv_header_stdint_h=yes
  6391. ac_cv_header_stdio_ext_h=yes
  6392. ac_cv_header_stdlib_h=yes
  6393. ac_cv_header_string_h=yes
  6394. ac_cv_header_strings_h=yes
  6395. ac_cv_header_sys_ioctl_h=yes
  6396. ac_cv_header_sys_mntent_h=no
  6397. ac_cv_header_sys_mnttab_h=no
  6398. ac_cv_header_sys_mount_h=yes
  6399. ac_cv_header_sys_param_h=yes
  6400. ac_cv_header_sys_resource_h=yes
  6401. ac_cv_header_sys_select_h=yes
  6402. ac_cv_header_sys_socket_h=yes
  6403. ac_cv_header_sys_stat_h=yes
  6404. ac_cv_header_sys_statvfs_h=yes
  6405. ac_cv_header_sys_time_h=yes
  6406. ac_cv_header_sys_timeb_h=yes
  6407. ac_cv_header_sys_types_h=yes
  6408. ac_cv_header_sys_wait_h=yes
  6409. ac_cv_header_time=yes
  6410. ac_cv_header_unistd_h=yes
  6411. ac_cv_header_vfork_h=no
  6412. ac_cv_host=i486-pc-linux-gnu
  6413. ac_cv_lib_GeoIP_GeoIP_open=yes
  6414. ac_cv_lib_cposix_strerror=no
  6415. ac_cv_lib_lex=-lfl
  6416. ac_cv_objext=o
  6417. ac_cv_path_EGREP='/bin/grep -E'
  6418. ac_cv_path_GDLIB_CONFIG_PATH=/usr/bin/gdlib-config
  6419. ac_cv_path_GMSGFMT=/usr/bin/msgfmt
  6420. ac_cv_path_GREP=/bin/grep
  6421. ac_cv_path_LIBPNG_CONFIG_PATH=/usr/bin/libpng-config
  6422. ac_cv_path_MSGFMT=/usr/bin/msgfmt
  6423. ac_cv_path_MSGMERGE=/usr/bin/msgmerge
  6424. ac_cv_path_WX_CONFIG_PATH=/usr/bin/wx-config
  6425. ac_cv_path_XGETTEXT=/usr/bin/xgettext
  6426. ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
  6427. ac_cv_path_install='/usr/bin/install -c'
  6428. ac_cv_path_mkdir=/bin/mkdir
  6429. ac_cv_prog_AWK=gawk
  6430. ac_cv_prog_CPP='gcc -E'
  6431. ac_cv_prog_CXXCPP='g++ -E'
  6432. ac_cv_prog_INTLBISON=bison
  6433. ac_cv_prog_LEX=flex
  6434. ac_cv_prog_YACC='bison -y'
  6435. ac_cv_prog_ac_ct_AR=ar
  6436. ac_cv_prog_ac_ct_CC=gcc
  6437. ac_cv_prog_ac_ct_CXX=g++
  6438. ac_cv_prog_ac_ct_LD=ld
  6439. ac_cv_prog_ac_ct_RANLIB=ranlib
  6440. ac_cv_prog_ac_ct_STRIP=strip
  6441. ac_cv_prog_cc_c89=
  6442. ac_cv_prog_cc_g=yes
  6443. ac_cv_prog_cxx_g=yes
  6444. ac_cv_prog_gcc_traditional=no
  6445. ac_cv_prog_lex_root=lex.yy
  6446. ac_cv_prog_lex_yytext_pointer=yes
  6447. ac_cv_prog_make_make_set=yes
  6448. ac_cv_search_getmntent='none required'
  6449. ac_cv_search_opendir='none required'
  6450. ac_cv_struct_tm=time.h
  6451. ac_cv_type__Bool=yes
  6452. ac_cv_type_mode_t=yes
  6453. ac_cv_type_off_t=yes
  6454. ac_cv_type_pid_t=yes
  6455. ac_cv_type_ptrdiff_t=yes
  6456. ac_cv_type_signal=void
  6457. ac_cv_type_size_t=yes
  6458. ac_cv_type_uid_t=yes
  6459. ac_cv_type_unsigned_long_long=yes
  6460. ac_cv_working_alloca_h=yes
  6461. acl_cv_hardcode_direct=no
  6462. acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
  6463. acl_cv_hardcode_libdir_separator=
  6464. acl_cv_hardcode_minus_L=no
  6465. acl_cv_libext=a
  6466. acl_cv_path_LD=ld
  6467. acl_cv_prog_gnu_ld=yes
  6468. acl_cv_rpath=done
  6469. acl_cv_shlibext=so
  6470. acl_cv_sys_lib_dlsearch_path_spec='/lib /usr/lib'
  6471. acl_cv_sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
  6472. acl_cv_wl=-Wl,
  6473. am_cv_CC_dependencies_compiler_type=gcc3
  6474. am_cv_CXX_dependencies_compiler_type=gcc3
  6475. am_cv_func_iconv=yes
  6476. am_cv_langinfo_codeset=yes
  6477. am_cv_lib_iconv=no
  6478. am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
  6479. am_cv_proto_iconv_arg1=
  6480. am_cv_val_LC_MESSAGES=yes
  6481. gt_cv_func_gnugettext2_libc=yes
  6482. gt_cv_header_inttypes_h=yes
  6483. gt_cv_int_divbyzero_sigfpe=yes
  6484. gt_cv_inttypes_pri_broken=no
  6485. jm_ac_cv_header_inttypes_h=yes
  6486. jm_ac_cv_header_stdint_h=yes
  6487. nls_cv_force_use_gnu_gettext=no
  6488. nls_cv_header_intl=
  6489. nls_cv_header_libgt=
  6490. nls_cv_use_gnu_gettext=no
  6491. vl_cv_lib_readline=-lreadline
  6492. vl_cv_lib_readline_history=yes
  6493.  
  6494. ## ----------------- ##
  6495. ## Output variables. ##
  6496. ## ----------------- ##
  6497.  
  6498. ACLOCAL='${SHELL} /home/maththias/Desktop/aMule-2.2.5/missing --run aclocal-1.10'
  6499. ALCC_FALSE='#'
  6500. ALCC_MANPAGES='alcc.1 alcc.de.1 alcc.es.1 alcc.eu.1 alcc.fr.1 alcc.hu.1'
  6501. ALCC_TRUE=''
  6502. ALC_FALSE='#'
  6503. ALC_MANPAGES='alc.1 alc.de.1 alc.es.1 alc.eu.1 alc.hu.1'
  6504. ALC_TRUE=''
  6505. ALLOCA=''
  6506. AMDEPBACKSLASH='\'
  6507. AMDEP_FALSE='#'
  6508. AMDEP_TRUE=''
  6509. AMTAR='${SHELL} /home/maththias/Desktop/aMule-2.2.5/missing --run tar'
  6510. AMULECMD_MANPAGES='amulecmd.1 amulecmd.de.1 amulecmd.es.1 amulecmd.eu.1 amulecmd.fr.1 amulecmd.hu.1'
  6511. AMULEWEB_DEFS='-DWITH_LIBPNG'
  6512. AMULE_DAEMON_FALSE='#'
  6513. AMULE_DAEMON_MANPAGES='amuled.1 amuled.de.1 amuled.es.1 amuled.eu.1 amuled.fr.1 amuled.hu.1'
  6514. AMULE_DAEMON_TRUE=''
  6515. AMULE_GUI_FALSE='#'
  6516. AMULE_GUI_MANPAGES='amulegui.1 amulegui.de.1'
  6517. AMULE_GUI_TRUE=''
  6518. AR='ar'
  6519. AUTOCONF='${SHELL} /home/maththias/Desktop/aMule-2.2.5/missing --run autoconf'
  6520. AUTOHEADER='${SHELL} /home/maththias/Desktop/aMule-2.2.5/missing --run autoheader'
  6521. AUTOMAKE='${SHELL} /home/maththias/Desktop/aMule-2.2.5/missing --run automake-1.10'
  6522. AWK='gawk'
  6523. BFD_CPPFLAGS='-DHAVE_BFD'
  6524. BFD_LIBS='-lbfd -liberty '
  6525. BUILD_CC='gcc'
  6526. BUILD_CFLAGS=''
  6527. BUILD_CPPFLAGS=''
  6528. BUILD_EXEEXT=''
  6529. BUILD_INCLUDED_LIBINTL='no'
  6530. BUILD_LDFLAGS=''
  6531. CAS_DEFS='-D__GD__'
  6532. CAS_FALSE='#'
  6533. CAS_MANPAGES='cas.1 cas.de.1 cas.es.1 cas.eu.1 cas.hu.1'
  6534. CAS_TRUE=''
  6535. CATOBJEXT='.gmo'
  6536. CC='gcc'
  6537. CCDEPMODE='depmode=gcc3'
  6538. CFLAGS='-Wall -g -O2'
  6539. COMPILE_CMD_FALSE='#'
  6540. COMPILE_CMD_TRUE=''
  6541. COMPILE_NLS_FALSE='#'
  6542. COMPILE_NLS_TRUE=''
  6543. CPP='gcc -E'
  6544. CPPFLAGS=''
  6545. CRYPTOPP_CPPFLAGS='-I/usr/include -D__WEAK_CRYPTO__'
  6546. CRYPTOPP_LDFLAGS='-L/usr/lib'
  6547. CRYPTOPP_LIBS='-lcryptopp'
  6548. CXX='g++'
  6549. CXXCPP='g++ -E'
  6550. CXXDEPMODE='depmode=gcc3'
  6551. CXXFLAGS='-g -O2'
  6552. CYGPATH_W='echo'
  6553. DATADIRNAME='share'
  6554. DEFS='-DHAVE_CONFIG_H'
  6555. DEPDIR='.deps'
  6556. ECHO_C=''
  6557. ECHO_N='-n'
  6558. ECHO_T=''
  6559. ED2K_FALSE='#'
  6560. ED2K_MANPAGES='ed2k.1 ed2k.de.1 ed2k.es.1 ed2k.eu.1 ed2k.fr.1 ed2k.hu.1'
  6561. ED2K_TRUE=''
  6562. EGREP='/bin/grep -E'
  6563. ENABLE_IP2COUNTRY_FALSE='#'
  6564. ENABLE_IP2COUNTRY_TRUE=''
  6565. ENABLE_UPNP_FALSE='#'
  6566. ENABLE_UPNP_TRUE=''
  6567. EXEEXT=''
  6568. GDLIB_CFLAGS='-I/usr/include'
  6569. GDLIB_CONFIG_PATH='/usr/bin/gdlib-config'
  6570. GDLIB_LDFLAGS='-L/usr/lib'
  6571. GDLIB_LIBS='-lgd -lXpm -lX11 -ljpeg -lfontconfig -lfreetype -lpng12 -lz -lm'
  6572. GENCAT='gencat'
  6573. GENERATE_FLEX_HEADER_FALSE='#'
  6574. GENERATE_FLEX_HEADER_TRUE=''
  6575. GEOIP_CPPFLAGS=' -DENABLE_IP2COUNTRY=1'
  6576. GEOIP_LDFLAGS=''
  6577. GEOIP_LIBS='-lGeoIP'
  6578. GLIBC21='yes'
  6579. GMSGFMT='/usr/bin/msgfmt'
  6580. GREP='/bin/grep'
  6581. INCINTL=''
  6582. INSTALL_DATA='${INSTALL} -m 644'
  6583. INSTALL_PROGRAM='${INSTALL}'
  6584. INSTALL_SCRIPT='${INSTALL}'
  6585. INSTALL_SKINS_FALSE='#'
  6586. INSTALL_SKINS_TRUE=''
  6587. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  6588. INSTOBJEXT='.mo'
  6589. INTLBISON='bison'
  6590. INTLLIBS=''
  6591. INTLOBJS=''
  6592. INTL_LIBTOOL_SUFFIX_PREFIX=''
  6593. LD='ld'
  6594. LDFLAGS='-Wl,-z,defs'
  6595. LEX='flex'
  6596. LEXLIB='-lfl'
  6597. LEX_OUTPUT_ROOT='lex.yy'
  6598. LIBICONV=''
  6599. LIBINTL=''
  6600. LIBOBJS=''
  6601. LIBPNG_CFLAGS='-I/usr/include/libpng12'
  6602. LIBPNG_CONFIG_PATH='/usr/bin/libpng-config'
  6603. LIBPNG_LDFLAGS='-L/usr/lib'
  6604. LIBPNG_LIBS='-lpng12'
  6605. LIBS=''
  6606. LIBUPNP_CFLAGS='-pthread '
  6607. LIBUPNP_CPPFLAGS='-I/usr/include/upnp -DENABLE_UPNP=1'
  6608. LIBUPNP_LDFLAGS=' '
  6609. LIBUPNP_LIBS=' -lupnp -lthreadutil -lixml '
  6610. LTLIBICONV=''
  6611. LTLIBINTL=''
  6612. LTLIBOBJS=''
  6613. MAINT='#'
  6614. MAINTAINER_MODE_FALSE=''
  6615. MAINTAINER_MODE_TRUE='#'
  6616. MAKEINFO='${SHELL} /home/maththias/Desktop/aMule-2.2.5/missing --run makeinfo'
  6617. MKDIR_P='/bin/mkdir -p'
  6618. MKINSTALLDIRS='./mkinstalldirs'
  6619. MONOLITHIC_FALSE='#'
  6620. MONOLITHIC_MANPAGES='amule.1 amule.de.1 amule.es.1 amule.eu.1 amule.fr.1 amule.hu.1'
  6621. MONOLITHIC_TRUE=''
  6622. MSGFMT='/usr/bin/msgfmt'
  6623. MSGMERGE='/usr/bin/msgmerge'
  6624. MULECFLAGS=' -g -W -Wall -Wshadow -Wundef -ggdb -fno-inline -fmessage-length=0'
  6625. MULECPPFLAGS=' -D__DEBUG__ -D_GLIBCXX_DEBUG -D_GLIBCXX_DEBUG_PEDANTIC -DUSE_WX_EXTENSIONS'
  6626. MULECXXFLAGS=' -g -W -Wall -Wshadow -Wundef -ggdb -fno-inline -fmessage-length=0'
  6627. MULELDFLAGS=' -lpthread'
  6628. MULERCFLAGS=''
  6629. NEED_CORESERVICES_FALSE=''
  6630. NEED_CORESERVICES_TRUE='#'
  6631. NEED_RC_FALSE=''
  6632. NEED_RC_TRUE='#'
  6633. OBJEXT='o'
  6634. PACKAGE='amule'
  6635. PACKAGE_BUGREPORT='admin@amule.org'
  6636. PACKAGE_NAME='aMule'
  6637. PACKAGE_STRING='aMule 2.2.5'
  6638. PACKAGE_TARNAME='amule'
  6639. PACKAGE_VERSION='2.2.5'
  6640. PATH_SEPARATOR=':'
  6641. PKG_CONFIG='/usr/bin/pkg-config'
  6642. POSUB='po'
  6643. POW_LIB=''
  6644. RANLIB='ranlib'
  6645. RC=''
  6646. RCFLAGS=''
  6647. READLINE_LIBS='-lreadline'
  6648. REGEX_LIBS=''
  6649. RESOLV_LIB=''
  6650. SET_MAKE=''
  6651. SHELL='/bin/sh'
  6652. STRIP='strip'
  6653. SVNDATE=''
  6654. SYS_WIN32_FALSE=''
  6655. SYS_WIN32_TRUE='#'
  6656. USE_INCLUDED_LIBINTL='no'
  6657. USE_NLS='yes'
  6658. VERSION='2.2.5'
  6659. WEB_FALSE='#'
  6660. WEB_MANPAGES='amuleweb.1 amuleweb.de.1 amuleweb.es.1 amuleweb.eu.1 amuleweb.fr.1 amuleweb.hu.1'
  6661. WEB_TRUE=''
  6662. WXBASE_CPPFLAGS='-I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -DwxUSE_GUI=0'
  6663. WXBASE_LIBS='-pthread -lwx_baseu_net-2.8 -lwx_baseu-2.8 '
  6664. WXCAS_FALSE='#'
  6665. WXCAS_MANPAGES='wxcas.1 wxcas.de.1 wxcas.es.1 wxcas.eu.1 wxcas.hu.1'
  6666. WXCAS_TRUE=''
  6667. WX_CFLAGS='-I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread'
  6668. WX_CFLAGS_ONLY='-pthread'
  6669. WX_CONFIG_PATH='/usr/bin/wx-config'
  6670. WX_CPPFLAGS='-I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__'
  6671. WX_CXXFLAGS='-I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread'
  6672. WX_CXXFLAGS_ONLY=''
  6673. WX_DEBUG='0'
  6674. WX_LIBS='-pthread -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8 '
  6675. WX_LIBS_STATIC=''
  6676. WX_PORT='gtk2'
  6677. WX_RESCOMP=''
  6678. WX_SHARED='1'
  6679. WX_UNICODE=''
  6680. WX_VERSION_FULL='2.8.7'
  6681. WX_VERSION_MAJOR='2'
  6682. WX_VERSION_MINOR='8'
  6683. X11LIBS=''
  6684. XGETTEXT='/usr/bin/xgettext'
  6685. XMKMF=''
  6686. YACC='bison -y'
  6687. YFLAGS=''
  6688. ZLIB_CPPFLAGS=''
  6689. ZLIB_LDFLAGS=''
  6690. ZLIB_LIBS='-lz'
  6691. ac_ct_BUILD_CC=''
  6692. ac_ct_CC='gcc'
  6693. ac_ct_CXX='g++'
  6694. am__fastdepCC_FALSE='#'
  6695. am__fastdepCC_TRUE=''
  6696. am__fastdepCXX_FALSE='#'
  6697. am__fastdepCXX_TRUE=''
  6698. am__include='include'
  6699. am__isrc=''
  6700. am__leading_dot='.'
  6701. am__quote=''
  6702. am__tar='${AMTAR} chof - "$$tardir"'
  6703. am__untar='${AMTAR} xf -'
  6704. bindir='${exec_prefix}/bin'
  6705. build='i486-pc-linux-gnu'
  6706. build_alias='i486-linux-gnu'
  6707. build_cpu='i486'
  6708. build_os='linux-gnu'
  6709. build_vendor='pc'
  6710. datadir='${datarootdir}'
  6711. datarootdir='${prefix}/share'
  6712. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  6713. dvidir='${docdir}'
  6714. exec_prefix='${prefix}'
  6715. host='i486-pc-linux-gnu'
  6716. host_alias=''
  6717. host_cpu='i486'
  6718. host_os='linux-gnu'
  6719. host_vendor='pc'
  6720. htmldir='${docdir}'
  6721. includedir='${prefix}/include'
  6722. infodir='${prefix}/share/info'
  6723. install_sh='$(SHELL) /home/maththias/Desktop/aMule-2.2.5/install-sh'
  6724. libdir='${exec_prefix}/lib'
  6725. libexecdir='${exec_prefix}/libexec'
  6726. localedir='${datarootdir}/locale'
  6727. localstatedir='${prefix}/var'
  6728. mandir='${prefix}/share/man'
  6729. mkdir_p='/bin/mkdir -p'
  6730. oldincludedir='/usr/include'
  6731. pdfdir='${docdir}'
  6732. prefix='/usr'
  6733. program_transform_name='s,x,x,'
  6734. psdir='${docdir}'
  6735. sbindir='${exec_prefix}/sbin'
  6736. sharedstatedir='${prefix}/com'
  6737. sysconfdir='${prefix}/etc'
  6738. target_alias=''
  6739.  
  6740. ## ----------- ##
  6741. ## confdefs.h. ##
  6742. ## ----------- ##
  6743.  
  6744. #define PACKAGE_NAME "aMule"
  6745. #define PACKAGE_TARNAME "amule"
  6746. #define PACKAGE_VERSION "2.2.5"
  6747. #define PACKAGE_STRING "aMule 2.2.5"
  6748. #define PACKAGE_BUGREPORT "admin@amule.org"
  6749. #define PACKAGE "amule"
  6750. #define VERSION "2.2.5"
  6751. #define YYTEXT_POINTER 1
  6752. #define STDC_HEADERS 1
  6753. #define HAVE_SYS_TYPES_H 1
  6754. #define HAVE_SYS_STAT_H 1
  6755. #define HAVE_STDLIB_H 1
  6756. #define HAVE_STRING_H 1
  6757. #define HAVE_MEMORY_H 1
  6758. #define HAVE_STRINGS_H 1
  6759. #define HAVE_INTTYPES_H 1
  6760. #define HAVE_STDINT_H 1
  6761. #define HAVE_UNISTD_H 1
  6762. #define HAVE_SYS_TYPES_H 1
  6763. #define SUPPORT_GEOIP 1
  6764. #define CRYPTOPP_INCLUDE_PREFIX cryptopp
  6765. #define HAVE_CXXABI 1
  6766. #define HAVE_ALLOCA_H 1
  6767. #define HAVE_ALLOCA 1
  6768. #define HAVE_DIRENT_H 1
  6769. #define STDC_HEADERS 1
  6770. #define HAVE_ARGZ_H 1
  6771. #define HAVE_ARPA_INET_H 1
  6772. #define HAVE_FCNTL_H 1
  6773. #define HAVE_INTTYPES_H 1
  6774. #define HAVE_LANGINFO_H 1
  6775. #define HAVE_LIBINTL_H 1
  6776. #define HAVE_LIMITS_H 1
  6777. #define HAVE_LOCALE_H 1
  6778. #define HAVE_MALLOC_H 1
  6779. #define HAVE_MNTENT_H 1
  6780. #define HAVE_NETDB_H 1
  6781. #define HAVE_NETINET_IN_H 1
  6782. #define HAVE_STDDEF_H 1
  6783. #define HAVE_NL_TYPES_H 1
  6784. #define HAVE_STDINT_H 1
  6785. #define HAVE_STDIO_EXT_H 1
  6786. #define HAVE_STDLIB_H 1
  6787. #define HAVE_STRING_H 1
  6788. #define HAVE_STRINGS_H 1
  6789. #define HAVE_SYS_IOCTL_H 1
  6790. #define HAVE_SYS_MOUNT_H 1
  6791. #define HAVE_SYS_PARAM_H 1
  6792. #define HAVE_SYS_RESOURCE_H 1
  6793. #define HAVE_SYS_SELECT_H 1
  6794. #define HAVE_SYS_SOCKET_H 1
  6795. #define HAVE_SYS_STATVFS_H 1
  6796. #define HAVE_SYS_TIME_H 1
  6797. #define HAVE_SYS_TIMEB_H 1
  6798. #define HAVE_SYS_TYPES_H 1
  6799. #define HAVE_UNISTD_H 1
  6800. #define HAVE_SYS_WAIT_H 1
  6801. #define HAVE__BOOL 1
  6802. #define HAVE_STDBOOL_H 1
  6803. #define TIME_WITH_SYS_TIME 1
  6804. #define HAVE_PTRDIFF_T 1
  6805. #define HAVE_FORK 1
  6806. #define HAVE_VFORK 1
  6807. #define HAVE_WORKING_VFORK 1
  6808. #define HAVE_WORKING_FORK 1
  6809. #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  6810. #define HAVE_GETMNTENT 1
  6811. #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  6812. #define HAVE_STDLIB_H 1
  6813. #define HAVE_UNISTD_H 1
  6814. #define HAVE_GETPAGESIZE 1
  6815. #define HAVE_MMAP 1
  6816. #define HAVE_SYS_SELECT_H 1
  6817. #define HAVE_SYS_SOCKET_H 1
  6818. #define SELECT_TYPE_ARG1 int
  6819. #define SELECT_TYPE_ARG234 (fd_set *)
  6820. #define SELECT_TYPE_ARG5 (struct timeval *)
  6821. #define RETSIGTYPE void
  6822. #define HAVE_STRFTIME 1
  6823. #define HAVE_VPRINTF 1
  6824. #define HAVE_STDLIB_H 1
  6825. #define HAVE_MALLOC 1
  6826. #define HAVE_STDLIB_H 1
  6827. #define HAVE_REALLOC 1
  6828. #define HAVE___ARGZ_COUNT 1
  6829. #define HAVE___ARGZ_NEXT 1
  6830. #define HAVE___ARGZ_STRINGIFY 1
  6831. #define HAVE_ENDPWENT 1
  6832. #define HAVE_FTRUNCATE 1
  6833. #define HAVE_GETCWD 1
  6834. #define HAVE_GETHOSTBYADDR 1
  6835. #define HAVE_GETHOSTBYNAME 1
  6836. #define HAVE_GETHOSTNAME 1
  6837. #define HAVE_GETPASS 1
  6838. #define HAVE_GETTIMEOFDAY 1
  6839. #define HAVE_INET_NTOA 1
  6840. #define HAVE_LOCALECONV 1
  6841. #define HAVE_MEMMOVE 1
  6842. #define HAVE_MEMPCPY 1
  6843. #define HAVE_MEMSET 1
  6844. #define HAVE_MUNMAP 1
  6845. #define HAVE_NL_LANGINFO 1
  6846. #define HAVE_SELECT 1
  6847. #define HAVE_SETLOCALE 1
  6848. #define HAVE_SOCKET 1
  6849. #define HAVE_STPCPY 1
  6850. #define HAVE_STRCASECMP 1
  6851. #define HAVE_STRCHR 1
  6852. #define HAVE_STRCSPN 1
  6853. #define HAVE_STRDUP 1
  6854. #define HAVE_STRERROR 1
  6855. #define HAVE_STRNCASECMP 1
  6856. #define HAVE_STRSTR 1
  6857. #define HAVE_STRTOUL 1
  6858. #define HAVE_MKDIR 1
  6859. #define HAVE_GETRLIMIT 1
  6860. #define HAVE_SETRLIMIT 1
  6861. #define HAVE_GETOPT_LONG 1
  6862. #define HAVE_DECL_STRERROR_R 1
  6863. #define HAVE_STRERROR_R 1
  6864. #define HAVE_POSIX_FALLOCATE 1
  6865. #define INTDIV0_RAISES_SIGFPE 1
  6866. #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  6867. #define HAVE_STDINT_H_WITH_UINTMAX 1
  6868. #define HAVE_UNSIGNED_LONG_LONG 1
  6869. #define HAVE_INTTYPES_H 1
  6870. #define HAVE_ARGZ_H 1
  6871. #define HAVE_LIMITS_H 1
  6872. #define HAVE_LOCALE_H 1
  6873. #define HAVE_NL_TYPES_H 1
  6874. #define HAVE_MALLOC_H 1
  6875. #define HAVE_STDDEF_H 1
  6876. #define HAVE_STDLIB_H 1
  6877. #define HAVE_STRING_H 1
  6878. #define HAVE_UNISTD_H 1
  6879. #define HAVE_SYS_PARAM_H 1
  6880. #define HAVE_FEOF_UNLOCKED 1
  6881. #define HAVE_FGETS_UNLOCKED 1
  6882. #define HAVE_GETC_UNLOCKED 1
  6883. #define HAVE_GETCWD 1
  6884. #define HAVE_GETEGID 1
  6885. #define HAVE_GETEUID 1
  6886. #define HAVE_GETGID 1
  6887. #define HAVE_GETUID 1
  6888. #define HAVE_MEMPCPY 1
  6889. #define HAVE_MUNMAP 1
  6890. #define HAVE_PUTENV 1
  6891. #define HAVE_SETENV 1
  6892. #define HAVE_SETLOCALE 1
  6893. #define HAVE_STPCPY 1
  6894. #define HAVE_STRCASECMP 1
  6895. #define HAVE_STRDUP 1
  6896. #define HAVE_STRTOUL 1
  6897. #define HAVE_TSEARCH 1
  6898. #define HAVE___ARGZ_COUNT 1
  6899. #define HAVE___ARGZ_STRINGIFY 1
  6900. #define HAVE___ARGZ_NEXT 1
  6901. #define HAVE_ICONV 1
  6902. #define ICONV_CONST
  6903. #define HAVE_LANGINFO_CODESET 1
  6904. #define HAVE_LC_MESSAGES 1
  6905. #define ENABLE_NLS 1
  6906. #define HAVE_GETTEXT 1
  6907. #define HAVE_DCGETTEXT 1
  6908. #define HAVE_EXECINFO 1
  6909. #define HAVE_LIBREADLINE 1
  6910. #define HAVE_READLINE_READLINE_H 1
  6911. #define HAVE_READLINE_HISTORY 1
  6912. #define HAVE_READLINE_HISTORY_H 1
  6913.  
  6914. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement