Advertisement
rakeshpillai

Untitled

Apr 27th, 2012
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 139.88 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 configure, which was
  5. generated by GNU Autoconf 2.68. Invocation command line was
  6.  
  7. $ ./configure --enable-mixed-linking --prefix=/opt/soe/local/syslog-ng-3.3.4
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = solaris8
  14. uname -m = sun4u
  15. uname -r = 5.8
  16. uname -s = SunOS
  17. uname -v = Generic_Virtual
  18.  
  19. /usr/bin/uname -p = sparc
  20. /bin/uname -X = System = SunOS
  21. Node = solaris8
  22. Release = 5.8
  23. KernelID = Generic_Virtual
  24. Machine = sun4u
  25. BusType = <unknown>
  26. Serial = <unknown>
  27. Users = <unknown>
  28. OEM# = 0
  29. Origin# = 1
  30. NumCPU = 1
  31.  
  32. /bin/arch = sun4
  33. /usr/bin/arch -k = sun4u
  34. /usr/convex/getsysinfo = unknown
  35. /usr/bin/hostinfo = unknown
  36. /bin/machine = unknown
  37. /usr/bin/oslevel = unknown
  38. /bin/universe = unknown
  39.  
  40. PATH: /usr/local/bin
  41. PATH: /usr/sbin
  42. PATH: /usr/bin
  43. PATH: /usr/ccs/bin
  44.  
  45.  
  46. ## ----------- ##
  47. ## Core tests. ##
  48. ## ----------- ##
  49.  
  50. configure:2537: checking for a BSD-compatible install
  51. configure:2605: result: ./install-sh -c
  52. configure:2616: checking whether build environment is sane
  53. configure:2666: result: yes
  54. configure:2807: checking for a thread-safe mkdir -p
  55. configure:2846: result: ./install-sh -c -d
  56. configure:2859: checking for gawk
  57. configure:2889: result: no
  58. configure:2859: checking for mawk
  59. configure:2889: result: no
  60. configure:2859: checking for nawk
  61. configure:2875: found /usr/bin/nawk
  62. configure:2886: result: nawk
  63. configure:2897: checking whether make sets $(MAKE)
  64. configure:2919: result: yes
  65. configure:2995: checking how to create a ustar tar archive
  66. configure:3008: tar --version
  67. tar: s: unknown function modifier
  68. Usage: tar {c|r|t|u|x}[BDeEFhilmnopPqvw[0-7]][bfk][X...] [blocksize] [tarfile] [size] [exclude-file...] {file | -I include-file | -C directory file}...
  69. configure:3011: $? = 1
  70. configure:3008: gnutar --version
  71. ./configure: gnutar: command not found
  72. configure:3011: $? = 127
  73. configure:3008: gtar --version
  74. ./configure: gtar: command not found
  75. configure:3011: $? = 127
  76. configure:3051: tardir=conftest.dir && eval gtar --format=ustar -chf - "$tardir" >conftest.tar
  77. ./configure: gtar: command not found
  78. configure:3054: $? = 127
  79. configure:3051: tardir=conftest.dir && eval tar chf - "$tardir" >conftest.tar
  80. configure:3054: $? = 0
  81. configure:3058: tar xf - <conftest.tar
  82. configure:3061: $? = 0
  83. configure:3074: result: plaintar
  84. configure:3408: checking for gcc
  85. configure:3424: found /usr/local/bin/gcc
  86. configure:3435: result: gcc
  87. configure:3664: checking for C compiler version
  88. configure:3673: gcc --version >&5
  89. gcc (GCC) 3.4.6
  90. Copyright (C) 2006 Free Software Foundation, Inc.
  91. This is free software; see the source for copying conditions. There is NO
  92. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  93.  
  94. configure:3684: $? = 0
  95. configure:3673: gcc -v >&5
  96. Reading specs from /usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6/specs
  97. Configured with: ../configure --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld --enable-shared --enable-languages=c,c++,f77
  98. Thread model: posix
  99. gcc version 3.4.6
  100. configure:3684: $? = 0
  101. configure:3673: gcc -V >&5
  102. gcc: `-V' option must have argument
  103. configure:3684: $? = 1
  104. configure:3673: gcc -qversion >&5
  105. gcc: unrecognized option `-qversion'
  106. gcc: no input files
  107. configure:3684: $? = 1
  108. configure:3704: checking whether the C compiler works
  109. configure:3726: gcc conftest.c >&5
  110. configure:3730: $? = 0
  111. configure:3778: result: yes
  112. configure:3781: checking for C compiler default output file name
  113. configure:3783: result: a.out
  114. configure:3789: checking for suffix of executables
  115. configure:3796: gcc -o conftest conftest.c >&5
  116. configure:3800: $? = 0
  117. configure:3822: result:
  118. configure:3844: checking whether we are cross compiling
  119. configure:3852: gcc -o conftest conftest.c >&5
  120. configure:3856: $? = 0
  121. configure:3863: ./conftest
  122. configure:3867: $? = 0
  123. configure:3882: result: no
  124. configure:3887: checking for suffix of object files
  125. configure:3909: gcc -c conftest.c >&5
  126. configure:3913: $? = 0
  127. configure:3934: result: o
  128. configure:3938: checking whether we are using the GNU C compiler
  129. configure:3957: gcc -c conftest.c >&5
  130. configure:3957: $? = 0
  131. configure:3966: result: yes
  132. configure:3975: checking whether gcc accepts -g
  133. configure:3995: gcc -c -g conftest.c >&5
  134. configure:3995: $? = 0
  135. configure:4036: result: yes
  136. configure:4053: checking for gcc option to accept ISO C89
  137. configure:4117: gcc -c -g -O2 conftest.c >&5
  138. configure:4117: $? = 0
  139. configure:4130: result: none needed
  140. configure:4161: checking for style of include used by make
  141. configure:4189: result: GNU
  142. configure:4214: checking dependency style of gcc
  143. configure:4324: result: gcc3
  144. configure:4387: checking for gcc
  145. configure:4414: result: gcc
  146. configure:4643: checking for C compiler version
  147. configure:4652: gcc --version >&5
  148. gcc (GCC) 3.4.6
  149. Copyright (C) 2006 Free Software Foundation, Inc.
  150. This is free software; see the source for copying conditions. There is NO
  151. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  152.  
  153. configure:4663: $? = 0
  154. configure:4652: gcc -v >&5
  155. Reading specs from /usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6/specs
  156. Configured with: ../configure --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld --enable-shared --enable-languages=c,c++,f77
  157. Thread model: posix
  158. gcc version 3.4.6
  159. configure:4663: $? = 0
  160. configure:4652: gcc -V >&5
  161. gcc: `-V' option must have argument
  162. configure:4663: $? = 1
  163. configure:4652: gcc -qversion >&5
  164. gcc: unrecognized option `-qversion'
  165. gcc: no input files
  166. configure:4663: $? = 1
  167. configure:4667: checking whether we are using the GNU C compiler
  168. configure:4695: result: yes
  169. configure:4704: checking whether gcc accepts -g
  170. configure:4765: result: yes
  171. configure:4782: checking for gcc option to accept ISO C89
  172. configure:4859: result: none needed
  173. configure:4881: checking dependency style of gcc
  174. configure:4991: result: gcc3
  175. configure:5009: checking for gcc option to accept ISO C99
  176. configure:5158: gcc -c -g -O2 conftest.c >&5
  177. conftest.c:59: error: syntax error before "text"
  178. conftest.c: In function `test_restrict':
  179. conftest.c:64: error: 'for' loop initial declaration used outside C99 mode
  180. conftest.c:64: error: `text' undeclared (first use in this function)
  181. conftest.c:64: error: (Each undeclared identifier is reported only once
  182. conftest.c:64: error: for each function it appears in.)
  183. conftest.c: In function `main':
  184. conftest.c:113: error: syntax error before "newvar"
  185. conftest.c:123: error: 'for' loop initial declaration used outside C99 mode
  186. conftest.c:139: error: `newvar' undeclared (first use in this function)
  187. configure:5158: $? = 1
  188. configure: failed program was:
  189. | /* confdefs.h */
  190. | #define PACKAGE_NAME ""
  191. | #define PACKAGE_TARNAME ""
  192. | #define PACKAGE_VERSION ""
  193. | #define PACKAGE_STRING ""
  194. | #define PACKAGE_BUGREPORT ""
  195. | #define PACKAGE_URL ""
  196. | /* end confdefs.h. */
  197. | #include <stdarg.h>
  198. | #include <stdbool.h>
  199. | #include <stdlib.h>
  200. | #include <wchar.h>
  201. | #include <stdio.h>
  202. |
  203. | // Check varargs macros. These examples are taken from C99 6.10.3.5.
  204. | #define debug(...) fprintf (stderr, __VA_ARGS__)
  205. | #define showlist(...) puts (#__VA_ARGS__)
  206. | #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
  207. | static void
  208. | test_varargs_macros (void)
  209. | {
  210. | int x = 1234;
  211. | int y = 5678;
  212. | debug ("Flag");
  213. | debug ("X = %d\n", x);
  214. | showlist (The first, second, and third items.);
  215. | report (x>y, "x is %d but y is %d", x, y);
  216. | }
  217. |
  218. | // Check long long types.
  219. | #define BIG64 18446744073709551615ull
  220. | #define BIG32 4294967295ul
  221. | #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
  222. | #if !BIG_OK
  223. | your preprocessor is broken;
  224. | #endif
  225. | #if BIG_OK
  226. | #else
  227. | your preprocessor is broken;
  228. | #endif
  229. | static long long int bignum = -9223372036854775807LL;
  230. | static unsigned long long int ubignum = BIG64;
  231. |
  232. | struct incomplete_array
  233. | {
  234. | int datasize;
  235. | double data[];
  236. | };
  237. |
  238. | struct named_init {
  239. | int number;
  240. | const wchar_t *name;
  241. | double average;
  242. | };
  243. |
  244. | typedef const char *ccp;
  245. |
  246. | static inline int
  247. | test_restrict (ccp restrict text)
  248. | {
  249. | // See if C++-style comments work.
  250. | // Iterate through items via the restricted pointer.
  251. | // Also check for declarations in for loops.
  252. | for (unsigned int i = 0; *(text+i) != '\0'; ++i)
  253. | continue;
  254. | return 0;
  255. | }
  256. |
  257. | // Check varargs and va_copy.
  258. | static void
  259. | test_varargs (const char *format, ...)
  260. | {
  261. | va_list args;
  262. | va_start (args, format);
  263. | va_list args_copy;
  264. | va_copy (args_copy, args);
  265. |
  266. | const char *str;
  267. | int number;
  268. | float fnumber;
  269. |
  270. | while (*format)
  271. | {
  272. | switch (*format++)
  273. | {
  274. | case 's': // string
  275. | str = va_arg (args_copy, const char *);
  276. | break;
  277. | case 'd': // int
  278. | number = va_arg (args_copy, int);
  279. | break;
  280. | case 'f': // float
  281. | fnumber = va_arg (args_copy, double);
  282. | break;
  283. | default:
  284. | break;
  285. | }
  286. | }
  287. | va_end (args_copy);
  288. | va_end (args);
  289. | }
  290. |
  291. | int
  292. | main ()
  293. | {
  294. |
  295. | // Check bool.
  296. | _Bool success = false;
  297. |
  298. | // Check restrict.
  299. | if (test_restrict ("String literal") == 0)
  300. | success = true;
  301. | char *restrict newvar = "Another string";
  302. |
  303. | // Check varargs.
  304. | test_varargs ("s, d' f .", "string", 65, 34.234);
  305. | test_varargs_macros ();
  306. |
  307. | // Check flexible array members.
  308. | struct incomplete_array *ia =
  309. | malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
  310. | ia->datasize = 10;
  311. | for (int i = 0; i < ia->datasize; ++i)
  312. | ia->data[i] = i * 1.234;
  313. |
  314. | // Check named initializers.
  315. | struct named_init ni = {
  316. | .number = 34,
  317. | .name = L"Test wide string",
  318. | .average = 543.34343,
  319. | };
  320. |
  321. | ni.number = 58;
  322. |
  323. | int dynamic_array[ni.number];
  324. | dynamic_array[ni.number - 1] = 543;
  325. |
  326. | // work around unused variable warnings
  327. | return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
  328. | || dynamic_array[ni.number - 1] != 543);
  329. |
  330. | ;
  331. | return 0;
  332. | }
  333. configure:5158: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  334. configure:5158: $? = 0
  335. configure:5178: result: -std=gnu99
  336. configure:5193: checking for bison
  337. configure:5223: result: no
  338. configure:5193: checking for byacc
  339. configure:5223: result: no
  340. configure:5237: checking for flex
  341. configure:5253: found /usr/local/bin/flex
  342. configure:5264: result: flex
  343. configure:5301: flex conftest.l
  344. configure:5305: $? = 0
  345. configure:5307: checking lex output file root
  346. configure:5321: result: lex.yy
  347. configure:5326: checking lex library
  348. configure:5340: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  349. conftest.l: In function `yylex':
  350. conftest.l:6: warning: comparison between pointer and integer
  351. conftest.l:6: warning: assignment makes pointer from integer without a cast
  352. Undefined first referenced
  353. symbol in file
  354. yywrap /var/tmp//ccuh1mhf.o
  355. ld: fatal: Symbol referencing errors. No output written to conftest
  356. collect2: ld returned 1 exit status
  357. configure:5340: $? = 1
  358. configure: failed program was:
  359. | /* confdefs.h */
  360. | #define PACKAGE_NAME ""
  361. | #define PACKAGE_TARNAME ""
  362. | #define PACKAGE_VERSION ""
  363. | #define PACKAGE_STRING ""
  364. | #define PACKAGE_BUGREPORT ""
  365. | #define PACKAGE_URL ""
  366. | /* end confdefs.h. */
  367. | /* A lexical scanner generated by flex */
  368. |
  369. | /* Scanner skeleton version:
  370. | * $Header: /home/daffy/u0/vern/flex/RCS/flex.skl,v 2.91 96/09/10 16:58:48 vern Exp $
  371. | */
  372. |
  373. | #define FLEX_SCANNER
  374. | #define YY_FLEX_MAJOR_VERSION 2
  375. | #define YY_FLEX_MINOR_VERSION 5
  376. |
  377. | #include <stdio.h>
  378. |
  379. |
  380. | /* cfront 1.2 defines "c_plusplus" instead of "__cplusplus" */
  381. | #ifdef c_plusplus
  382. | #ifndef __cplusplus
  383. | #define __cplusplus
  384. | #endif
  385. | #endif
  386. |
  387. |
  388. | #ifdef __cplusplus
  389. |
  390. | #include <stdlib.h>
  391. | #include <unistd.h>
  392. |
  393. | /* Use prototypes in function declarations. */
  394. | #define YY_USE_PROTOS
  395. |
  396. | /* The "const" storage-class-modifier is valid. */
  397. | #define YY_USE_CONST
  398. |
  399. | #else /* ! __cplusplus */
  400. |
  401. | #if __STDC__
  402. |
  403. | #define YY_USE_PROTOS
  404. | #define YY_USE_CONST
  405. |
  406. | #endif /* __STDC__ */
  407. | #endif /* ! __cplusplus */
  408. |
  409. | #ifdef __TURBOC__
  410. | #pragma warn -rch
  411. | #pragma warn -use
  412. | #include <io.h>
  413. | #include <stdlib.h>
  414. | #define YY_USE_CONST
  415. | #define YY_USE_PROTOS
  416. | #endif
  417. |
  418. | #ifdef YY_USE_CONST
  419. | #define yyconst const
  420. | #else
  421. | #define yyconst
  422. | #endif
  423. |
  424. |
  425. | #ifdef YY_USE_PROTOS
  426. | #define YY_PROTO(proto) proto
  427. | #else
  428. | #define YY_PROTO(proto) ()
  429. | #endif
  430. |
  431. | /* Returned upon end-of-file. */
  432. | #define YY_NULL 0
  433. |
  434. | /* Promotes a possibly negative, possibly signed char to an unsigned
  435. | * integer for use as an array index. If the signed char is negative,
  436. | * we want to instead treat it as an 8-bit unsigned char, hence the
  437. | * double cast.
  438. | */
  439. | #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
  440. |
  441. | /* Enter a start condition. This macro really ought to take a parameter,
  442. | * but we do it the disgusting crufty way forced on us by the ()-less
  443. | * definition of BEGIN.
  444. | */
  445. | #define BEGIN yy_start = 1 + 2 *
  446. |
  447. | /* Translate the current start state into a value that can be later handed
  448. | * to BEGIN to return to the state. The YYSTATE alias is for lex
  449. | * compatibility.
  450. | */
  451. | #define YY_START ((yy_start - 1) / 2)
  452. | #define YYSTATE YY_START
  453. |
  454. | /* Action number for EOF rule of a given start state. */
  455. | #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
  456. |
  457. | /* Special action meaning "start processing a new file". */
  458. | #define YY_NEW_FILE yyrestart( yyin )
  459. |
  460. | #define YY_END_OF_BUFFER_CHAR 0
  461. |
  462. | /* Size of default input buffer. */
  463. | #define YY_BUF_SIZE 16384
  464. |
  465. | typedef struct yy_buffer_state *YY_BUFFER_STATE;
  466. |
  467. | extern int yyleng;
  468. | extern FILE *yyin, *yyout;
  469. |
  470. | #define EOB_ACT_CONTINUE_SCAN 0
  471. | #define EOB_ACT_END_OF_FILE 1
  472. | #define EOB_ACT_LAST_MATCH 2
  473. |
  474. | /* The funky do-while in the following #define is used to turn the definition
  475. | * int a single C statement (which needs a semi-colon terminator). This
  476. | * avoids problems with code like:
  477. | *
  478. | * if ( condition_holds )
  479. | * yyless( 5 );
  480. | * else
  481. | * do_something_else();
  482. | *
  483. | * Prior to using the do-while the compiler would get upset at the
  484. | * "else" because it interpreted the "if" statement as being all
  485. | * done when it reached the ';' after the yyless() call.
  486. | */
  487. |
  488. | /* Return all but the first 'n' matched characters back to the input stream. */
  489. |
  490. | #define yyless(n) \
  491. | do \
  492. | { \
  493. | /* Undo effects of setting up yytext. */ \
  494. | *yy_cp = yy_hold_char; \
  495. | YY_RESTORE_YY_MORE_OFFSET \
  496. | yy_c_buf_p = yy_cp = yy_bp + n - YY_MORE_ADJ; \
  497. | YY_DO_BEFORE_ACTION; /* set up yytext again */ \
  498. | } \
  499. | while ( 0 )
  500. |
  501. | #define unput(c) yyunput( c, yytext_ptr )
  502. |
  503. | /* The following is because we cannot portably get our hands on size_t
  504. | * (without autoconf's help, which isn't available because we want
  505. | * flex-generated scanners to compile on their own).
  506. | */
  507. | typedef unsigned int yy_size_t;
  508. |
  509. |
  510. | struct yy_buffer_state
  511. | {
  512. | FILE *yy_input_file;
  513. |
  514. | char *yy_ch_buf; /* input buffer */
  515. | char *yy_buf_pos; /* current position in input buffer */
  516. |
  517. | /* Size of input buffer in bytes, not including room for EOB
  518. | * characters.
  519. | */
  520. | yy_size_t yy_buf_size;
  521. |
  522. | /* Number of characters read into yy_ch_buf, not including EOB
  523. | * characters.
  524. | */
  525. | int yy_n_chars;
  526. |
  527. | /* Whether we "own" the buffer - i.e., we know we created it,
  528. | * and can realloc() it to grow it, and should free() it to
  529. | * delete it.
  530. | */
  531. | int yy_is_our_buffer;
  532. |
  533. | /* Whether this is an "interactive" input source; if so, and
  534. | * if we're using stdio for input, then we want to use getc()
  535. | * instead of fread(), to make sure we stop fetching input after
  536. | * each newline.
  537. | */
  538. | int yy_is_interactive;
  539. |
  540. | /* Whether we're considered to be at the beginning of a line.
  541. | * If so, '^' rules will be active on the next match, otherwise
  542. | * not.
  543. | */
  544. | int yy_at_bol;
  545. |
  546. | /* Whether to try to fill the input buffer when we reach the
  547. | * end of it.
  548. | */
  549. | int yy_fill_buffer;
  550. |
  551. | int yy_buffer_status;
  552. | #define YY_BUFFER_NEW 0
  553. | #define YY_BUFFER_NORMAL 1
  554. | /* When an EOF's been seen but there's still some text to process
  555. | * then we mark the buffer as YY_EOF_PENDING, to indicate that we
  556. | * shouldn't try reading from the input source any more. We might
  557. | * still have a bunch of tokens to match, though, because of
  558. | * possible backing-up.
  559. | *
  560. | * When we actually see the EOF, we change the status to "new"
  561. | * (via yyrestart()), so that the user can continue scanning by
  562. | * just pointing yyin at a new input file.
  563. | */
  564. | #define YY_BUFFER_EOF_PENDING 2
  565. | };
  566. |
  567. | static YY_BUFFER_STATE yy_current_buffer = 0;
  568. |
  569. | /* We provide macros for accessing buffer states in case in the
  570. | * future we want to put the buffer states in a more general
  571. | * "scanner state".
  572. | */
  573. | #define YY_CURRENT_BUFFER yy_current_buffer
  574. |
  575. |
  576. | /* yy_hold_char holds the character lost when yytext is formed. */
  577. | static char yy_hold_char;
  578. |
  579. | static int yy_n_chars; /* number of characters read into yy_ch_buf */
  580. |
  581. |
  582. | int yyleng;
  583. |
  584. | /* Points to current character in buffer. */
  585. | static char *yy_c_buf_p = (char *) 0;
  586. | static int yy_init = 1; /* whether we need to initialize */
  587. | static int yy_start = 0; /* start state number */
  588. |
  589. | /* Flag which is used to allow yywrap()'s to do buffer switches
  590. | * instead of setting up a fresh yyin. A bit of a hack ...
  591. | */
  592. | static int yy_did_buffer_switch_on_eof;
  593. |
  594. | void yyrestart YY_PROTO(( FILE *input_file ));
  595. |
  596. | void yy_switch_to_buffer YY_PROTO(( YY_BUFFER_STATE new_buffer ));
  597. | void yy_load_buffer_state YY_PROTO(( void ));
  598. | YY_BUFFER_STATE yy_create_buffer YY_PROTO(( FILE *file, int size ));
  599. | void yy_delete_buffer YY_PROTO(( YY_BUFFER_STATE b ));
  600. | void yy_init_buffer YY_PROTO(( YY_BUFFER_STATE b, FILE *file ));
  601. | void yy_flush_buffer YY_PROTO(( YY_BUFFER_STATE b ));
  602. | #define YY_FLUSH_BUFFER yy_flush_buffer( yy_current_buffer )
  603. |
  604. | YY_BUFFER_STATE yy_scan_buffer YY_PROTO(( char *base, yy_size_t size ));
  605. | YY_BUFFER_STATE yy_scan_string YY_PROTO(( yyconst char *yy_str ));
  606. | YY_BUFFER_STATE yy_scan_bytes YY_PROTO(( yyconst char *bytes, int len ));
  607. |
  608. | static void *yy_flex_alloc YY_PROTO(( yy_size_t ));
  609. | static void *yy_flex_realloc YY_PROTO(( void *, yy_size_t ));
  610. | static void yy_flex_free YY_PROTO(( void * ));
  611. |
  612. | #define yy_new_buffer yy_create_buffer
  613. |
  614. | #define yy_set_interactive(is_interactive) \
  615. | { \
  616. | if ( ! yy_current_buffer ) \
  617. | yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
  618. | yy_current_buffer->yy_is_interactive = is_interactive; \
  619. | }
  620. |
  621. | #define yy_set_bol(at_bol) \
  622. | { \
  623. | if ( ! yy_current_buffer ) \
  624. | yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
  625. | yy_current_buffer->yy_at_bol = at_bol; \
  626. | }
  627. |
  628. | #define YY_AT_BOL() (yy_current_buffer->yy_at_bol)
  629. |
  630. |
  631. | #define YY_USES_REJECT
  632. | typedef unsigned char YY_CHAR;
  633. | FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;
  634. | typedef int yy_state_type;
  635. | extern char *yytext;
  636. | #define yytext_ptr yytext
  637. |
  638. | static yy_state_type yy_get_previous_state YY_PROTO(( void ));
  639. | static yy_state_type yy_try_NUL_trans YY_PROTO(( yy_state_type current_state ));
  640. | static int yy_get_next_buffer YY_PROTO(( void ));
  641. | static void yy_fatal_error YY_PROTO(( yyconst char msg[] ));
  642. |
  643. | /* Done after the current pattern has been matched and before the
  644. | * corresponding action - sets up yytext.
  645. | */
  646. | #define YY_DO_BEFORE_ACTION \
  647. | yytext_ptr = yy_bp; \
  648. | yytext_ptr -= yy_more_len; \
  649. | yyleng = (int) (yy_cp - yytext_ptr); \
  650. | yy_hold_char = *yy_cp; \
  651. | *yy_cp = '\0'; \
  652. | yy_c_buf_p = yy_cp;
  653. |
  654. | #define YY_NUM_RULES 8
  655. | #define YY_END_OF_BUFFER 9
  656. | static yyconst short int yy_acclist[23] =
  657. | { 0,
  658. | 9, 7, 8, 8, 1, 7, 8, 2, 7, 8,
  659. | 3, 7, 8, 4, 7, 8, 5, 7, 8, 6,
  660. | 7, 8
  661. | } ;
  662. |
  663. | static yyconst short int yy_accept[14] =
  664. | { 0,
  665. | 1, 1, 1, 2, 4, 5, 8, 11, 14, 17,
  666. | 20, 23, 23
  667. | } ;
  668. |
  669. | static yyconst int yy_ec[256] =
  670. | { 0,
  671. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 2,
  672. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  673. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  674. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  675. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  676. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  677. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  678. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  679. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  680. | 1, 1, 1, 1, 1, 1, 3, 4, 5, 6,
  681. |
  682. | 7, 8, 1, 1, 1, 1, 1, 1, 1, 1,
  683. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  684. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  685. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  686. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  687. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  688. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  689. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  690. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  691. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  692. |
  693. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  694. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  695. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  696. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  697. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  698. | 1, 1, 1, 1, 1
  699. | } ;
  700. |
  701. | static yyconst int yy_meta[9] =
  702. | { 0,
  703. | 1, 1, 1, 1, 1, 1, 1, 1
  704. | } ;
  705. |
  706. | static yyconst short int yy_base[13] =
  707. | { 0,
  708. | 0, 0, 9, 10, 10, 10, 10, 10, 10, 10,
  709. | 10, 10
  710. | } ;
  711. |
  712. | static yyconst short int yy_def[13] =
  713. | { 0,
  714. | 12, 1, 12, 12, 12, 12, 12, 12, 12, 12,
  715. | 12, 0
  716. | } ;
  717. |
  718. | static yyconst short int yy_nxt[19] =
  719. | { 0,
  720. | 4, 5, 6, 7, 8, 9, 10, 11, 12, 3,
  721. | 12, 12, 12, 12, 12, 12, 12, 12
  722. | } ;
  723. |
  724. | static yyconst short int yy_chk[19] =
  725. | { 0,
  726. | 1, 1, 1, 1, 1, 1, 1, 1, 3, 12,
  727. | 12, 12, 12, 12, 12, 12, 12, 12
  728. | } ;
  729. |
  730. | static yy_state_type yy_state_buf[YY_BUF_SIZE + 2], *yy_state_ptr;
  731. | static char *yy_full_match;
  732. | static int yy_lp;
  733. | #define REJECT \
  734. | { \
  735. | *yy_cp = yy_hold_char; /* undo effects of setting up yytext */ \
  736. | yy_cp = yy_full_match; /* restore poss. backed-over text */ \
  737. | ++yy_lp; \
  738. | goto find_rule; \
  739. | }
  740. | static int yy_more_flag = 0;
  741. | static int yy_more_len = 0;
  742. | #define yymore() (yy_more_flag = 1)
  743. | #define YY_MORE_ADJ yy_more_len
  744. | #define YY_RESTORE_YY_MORE_OFFSET
  745. | char *yytext;
  746. | #line 1 "conftest.l"
  747. | #define INITIAL 0
  748. | #line 383 "lex.yy.c"
  749. |
  750. | /* Macros after this point can all be overridden by user definitions in
  751. | * section 1.
  752. | */
  753. |
  754. | #ifndef YY_SKIP_YYWRAP
  755. | #ifdef __cplusplus
  756. | extern "C" int yywrap YY_PROTO(( void ));
  757. | #else
  758. | extern int yywrap YY_PROTO(( void ));
  759. | #endif
  760. | #endif
  761. |
  762. | #ifndef YY_NO_UNPUT
  763. | static void yyunput YY_PROTO(( int c, char *buf_ptr ));
  764. | #endif
  765. |
  766. | #ifndef yytext_ptr
  767. | static void yy_flex_strncpy YY_PROTO(( char *, yyconst char *, int ));
  768. | #endif
  769. |
  770. | #ifdef YY_NEED_STRLEN
  771. | static int yy_flex_strlen YY_PROTO(( yyconst char * ));
  772. | #endif
  773. |
  774. | #ifndef YY_NO_INPUT
  775. | #ifdef __cplusplus
  776. | static int yyinput YY_PROTO(( void ));
  777. | #else
  778. | static int input YY_PROTO(( void ));
  779. | #endif
  780. | #endif
  781. |
  782. | #if YY_STACK_USED
  783. | static int yy_start_stack_ptr = 0;
  784. | static int yy_start_stack_depth = 0;
  785. | static int *yy_start_stack = 0;
  786. | #ifndef YY_NO_PUSH_STATE
  787. | static void yy_push_state YY_PROTO(( int new_state ));
  788. | #endif
  789. | #ifndef YY_NO_POP_STATE
  790. | static void yy_pop_state YY_PROTO(( void ));
  791. | #endif
  792. | #ifndef YY_NO_TOP_STATE
  793. | static int yy_top_state YY_PROTO(( void ));
  794. | #endif
  795. |
  796. | #else
  797. | #define YY_NO_PUSH_STATE 1
  798. | #define YY_NO_POP_STATE 1
  799. | #define YY_NO_TOP_STATE 1
  800. | #endif
  801. |
  802. | #ifdef YY_MALLOC_DECL
  803. | YY_MALLOC_DECL
  804. | #else
  805. | #if __STDC__
  806. | #ifndef __cplusplus
  807. | #include <stdlib.h>
  808. | #endif
  809. | #else
  810. | /* Just try to get by without declaring the routines. This will fail
  811. | * miserably on non-ANSI systems for which sizeof(size_t) != sizeof(int)
  812. | * or sizeof(void*) != sizeof(int).
  813. | */
  814. | #endif
  815. | #endif
  816. |
  817. | /* Amount of stuff to slurp up with each read. */
  818. | #ifndef YY_READ_BUF_SIZE
  819. | #define YY_READ_BUF_SIZE 8192
  820. | #endif
  821. |
  822. | /* Copy whatever the last rule matched to the standard output. */
  823. |
  824. | #ifndef ECHO
  825. | /* This used to be an fputs(), but since the string might contain NUL's,
  826. | * we now use fwrite().
  827. | */
  828. | #define ECHO (void) fwrite( yytext, yyleng, 1, yyout )
  829. | #endif
  830. |
  831. | /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
  832. | * is returned in "result".
  833. | */
  834. | #ifndef YY_INPUT
  835. | #define YY_INPUT(buf,result,max_size) \
  836. | if ( yy_current_buffer->yy_is_interactive ) \
  837. | { \
  838. | int c = '*', n; \
  839. | for ( n = 0; n < max_size && \
  840. | (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
  841. | buf[n] = (char) c; \
  842. | if ( c == '\n' ) \
  843. | buf[n++] = (char) c; \
  844. | if ( c == EOF && ferror( yyin ) ) \
  845. | YY_FATAL_ERROR( "input in flex scanner failed" ); \
  846. | result = n; \
  847. | } \
  848. | else if ( ((result = fread( buf, 1, max_size, yyin )) == 0) \
  849. | && ferror( yyin ) ) \
  850. | YY_FATAL_ERROR( "input in flex scanner failed" );
  851. | #endif
  852. |
  853. | /* No semi-colon after return; correct usage is to write "yyterminate();" -
  854. | * we don't want an extra ';' after the "return" because that will cause
  855. | * some compilers to complain about unreachable statements.
  856. | */
  857. | #ifndef yyterminate
  858. | #define yyterminate() return YY_NULL
  859. | #endif
  860. |
  861. | /* Number of entries by which start-condition stack grows. */
  862. | #ifndef YY_START_STACK_INCR
  863. | #define YY_START_STACK_INCR 25
  864. | #endif
  865. |
  866. | /* Report a fatal error. */
  867. | #ifndef YY_FATAL_ERROR
  868. | #define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
  869. | #endif
  870. |
  871. | /* Default declaration of generated scanner - a define so the user can
  872. | * easily add parameters.
  873. | */
  874. | #ifndef YY_DECL
  875. | #define YY_DECL int yylex YY_PROTO(( void ))
  876. | #endif
  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. | YY_DECL
  894. | {
  895. | register yy_state_type yy_current_state;
  896. | register char *yy_cp, *yy_bp;
  897. | register int yy_act;
  898. |
  899. | #line 1 "conftest.l"
  900. |
  901. | #line 536 "lex.yy.c"
  902. |
  903. | if ( yy_init )
  904. | {
  905. | yy_init = 0;
  906. |
  907. | #ifdef YY_USER_INIT
  908. | YY_USER_INIT;
  909. | #endif
  910. |
  911. | if ( ! yy_start )
  912. | yy_start = 1; /* first start state */
  913. |
  914. | if ( ! yyin )
  915. | yyin = stdin;
  916. |
  917. | if ( ! yyout )
  918. | yyout = stdout;
  919. |
  920. | if ( ! yy_current_buffer )
  921. | yy_current_buffer =
  922. | yy_create_buffer( yyin, YY_BUF_SIZE );
  923. |
  924. | yy_load_buffer_state();
  925. | }
  926. |
  927. | while ( 1 ) /* loops until end-of-file is reached */
  928. | {
  929. | yy_more_len = 0;
  930. | if ( yy_more_flag )
  931. | {
  932. | yy_more_len = yy_c_buf_p - yytext_ptr;
  933. | yy_more_flag = 0;
  934. | }
  935. | yy_cp = yy_c_buf_p;
  936. |
  937. | /* Support of yytext. */
  938. | *yy_cp = yy_hold_char;
  939. |
  940. | /* yy_bp points to the position in yy_ch_buf of the start of
  941. | * the current run.
  942. | */
  943. | yy_bp = yy_cp;
  944. |
  945. | yy_current_state = yy_start;
  946. | yy_state_ptr = yy_state_buf;
  947. | *yy_state_ptr++ = yy_current_state;
  948. | yy_match:
  949. | do
  950. | {
  951. | register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)];
  952. | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
  953. | {
  954. | yy_current_state = (int) yy_def[yy_current_state];
  955. | if ( yy_current_state >= 13 )
  956. | yy_c = yy_meta[(unsigned int) yy_c];
  957. | }
  958. | yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
  959. | *yy_state_ptr++ = yy_current_state;
  960. | ++yy_cp;
  961. | }
  962. | while ( yy_base[yy_current_state] != 10 );
  963. |
  964. | yy_find_action:
  965. | yy_current_state = *--yy_state_ptr;
  966. | yy_lp = yy_accept[yy_current_state];
  967. | find_rule: /* we branch to this label when backing up */
  968. | for ( ; ; ) /* until we find what rule we matched */
  969. | {
  970. | if ( yy_lp && yy_lp < yy_accept[yy_current_state + 1] )
  971. | {
  972. | yy_act = yy_acclist[yy_lp];
  973. | {
  974. | yy_full_match = yy_cp;
  975. | break;
  976. | }
  977. | }
  978. | --yy_cp;
  979. | yy_current_state = *--yy_state_ptr;
  980. | yy_lp = yy_accept[yy_current_state];
  981. | }
  982. |
  983. | YY_DO_BEFORE_ACTION;
  984. |
  985. |
  986. | do_action: /* This label is used only to access EOF actions. */
  987. |
  988. |
  989. | switch ( yy_act )
  990. | { /* beginning of action switch */
  991. | case 1:
  992. | YY_RULE_SETUP
  993. | #line 2 "conftest.l"
  994. | { ECHO; }
  995. | YY_BREAK
  996. | case 2:
  997. | YY_RULE_SETUP
  998. | #line 3 "conftest.l"
  999. | { REJECT; }
  1000. | YY_BREAK
  1001. | case 3:
  1002. | YY_RULE_SETUP
  1003. | #line 4 "conftest.l"
  1004. | { yymore (); }
  1005. | YY_BREAK
  1006. | case 4:
  1007. | YY_RULE_SETUP
  1008. | #line 5 "conftest.l"
  1009. | { yyless (1); }
  1010. | YY_BREAK
  1011. | case 5:
  1012. | YY_RULE_SETUP
  1013. | #line 6 "conftest.l"
  1014. | { yyless (input () != 0); }
  1015. | YY_BREAK
  1016. | case 6:
  1017. | YY_RULE_SETUP
  1018. | #line 7 "conftest.l"
  1019. | { unput (yytext[0]); }
  1020. | YY_BREAK
  1021. | case 7:
  1022. | YY_RULE_SETUP
  1023. | #line 8 "conftest.l"
  1024. | { BEGIN INITIAL; }
  1025. | YY_BREAK
  1026. | case 8:
  1027. | YY_RULE_SETUP
  1028. | #line 9 "conftest.l"
  1029. | ECHO;
  1030. | YY_BREAK
  1031. | #line 666 "lex.yy.c"
  1032. | case YY_STATE_EOF(INITIAL):
  1033. | yyterminate();
  1034. |
  1035. | case YY_END_OF_BUFFER:
  1036. | {
  1037. | /* Amount of text matched not including the EOB char. */
  1038. | int yy_amount_of_matched_text = (int) (yy_cp - yytext_ptr) - 1;
  1039. |
  1040. | /* Undo the effects of YY_DO_BEFORE_ACTION. */
  1041. | *yy_cp = yy_hold_char;
  1042. | YY_RESTORE_YY_MORE_OFFSET
  1043. |
  1044. | if ( yy_current_buffer->yy_buffer_status == YY_BUFFER_NEW )
  1045. | {
  1046. | /* We're scanning a new file or input source. It's
  1047. | * possible that this happened because the user
  1048. | * just pointed yyin at a new source and called
  1049. | * yylex(). If so, then we have to assure
  1050. | * consistency between yy_current_buffer and our
  1051. | * globals. Here is the right place to do so, because
  1052. | * this is the first action (other than possibly a
  1053. | * back-up) that will match for the new input source.
  1054. | */
  1055. | yy_n_chars = yy_current_buffer->yy_n_chars;
  1056. | yy_current_buffer->yy_input_file = yyin;
  1057. | yy_current_buffer->yy_buffer_status = YY_BUFFER_NORMAL;
  1058. | }
  1059. |
  1060. | /* Note that here we test for yy_c_buf_p "<=" to the position
  1061. | * of the first EOB in the buffer, since yy_c_buf_p will
  1062. | * already have been incremented past the NUL character
  1063. | * (since all states make transitions on EOB to the
  1064. | * end-of-buffer state). Contrast this with the test
  1065. | * in input().
  1066. | */
  1067. | if ( yy_c_buf_p <= &yy_current_buffer->yy_ch_buf[yy_n_chars] )
  1068. | { /* This was really a NUL. */
  1069. | yy_state_type yy_next_state;
  1070. |
  1071. | yy_c_buf_p = yytext_ptr + yy_amount_of_matched_text;
  1072. |
  1073. | yy_current_state = yy_get_previous_state();
  1074. |
  1075. | /* Okay, we're now positioned to make the NUL
  1076. | * transition. We couldn't have
  1077. | * yy_get_previous_state() go ahead and do it
  1078. | * for us because it doesn't know how to deal
  1079. | * with the possibility of jamming (and we don't
  1080. | * want to build jamming into it because then it
  1081. | * will run more slowly).
  1082. | */
  1083. |
  1084. | yy_next_state = yy_try_NUL_trans( yy_current_state );
  1085. |
  1086. | yy_bp = yytext_ptr + YY_MORE_ADJ;
  1087. |
  1088. | if ( yy_next_state )
  1089. | {
  1090. | /* Consume the NUL. */
  1091. | yy_cp = ++yy_c_buf_p;
  1092. | yy_current_state = yy_next_state;
  1093. | goto yy_match;
  1094. | }
  1095. |
  1096. | else
  1097. | {
  1098. | yy_cp = yy_c_buf_p;
  1099. | goto yy_find_action;
  1100. | }
  1101. | }
  1102. |
  1103. | else switch ( yy_get_next_buffer() )
  1104. | {
  1105. | case EOB_ACT_END_OF_FILE:
  1106. | {
  1107. | yy_did_buffer_switch_on_eof = 0;
  1108. |
  1109. | if ( yywrap() )
  1110. | {
  1111. | /* Note: because we've taken care in
  1112. | * yy_get_next_buffer() to have set up
  1113. | * yytext, we can now set up
  1114. | * yy_c_buf_p so that if some total
  1115. | * hoser (like flex itself) wants to
  1116. | * call the scanner after we return the
  1117. | * YY_NULL, it'll still work - another
  1118. | * YY_NULL will get returned.
  1119. | */
  1120. | yy_c_buf_p = yytext_ptr + YY_MORE_ADJ;
  1121. |
  1122. | yy_act = YY_STATE_EOF(YY_START);
  1123. | goto do_action;
  1124. | }
  1125. |
  1126. | else
  1127. | {
  1128. | if ( ! yy_did_buffer_switch_on_eof )
  1129. | YY_NEW_FILE;
  1130. | }
  1131. | break;
  1132. | }
  1133. |
  1134. | case EOB_ACT_CONTINUE_SCAN:
  1135. | yy_c_buf_p =
  1136. | yytext_ptr + yy_amount_of_matched_text;
  1137. |
  1138. | yy_current_state = yy_get_previous_state();
  1139. |
  1140. | yy_cp = yy_c_buf_p;
  1141. | yy_bp = yytext_ptr + YY_MORE_ADJ;
  1142. | goto yy_match;
  1143. |
  1144. | case EOB_ACT_LAST_MATCH:
  1145. | yy_c_buf_p =
  1146. | &yy_current_buffer->yy_ch_buf[yy_n_chars];
  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_find_action;
  1153. | }
  1154. | break;
  1155. | }
  1156. |
  1157. | default:
  1158. | YY_FATAL_ERROR(
  1159. | "fatal flex scanner internal error--no action found" );
  1160. | } /* end of action switch */
  1161. | } /* end of scanning one token */
  1162. | } /* end of yylex */
  1163. |
  1164. |
  1165. | /* yy_get_next_buffer - try to read in a new buffer
  1166. | *
  1167. | * Returns a code representing an action:
  1168. | * EOB_ACT_LAST_MATCH -
  1169. | * EOB_ACT_CONTINUE_SCAN - continue scanning from current position
  1170. | * EOB_ACT_END_OF_FILE - end of file
  1171. | */
  1172. |
  1173. | static int yy_get_next_buffer()
  1174. | {
  1175. | register char *dest = yy_current_buffer->yy_ch_buf;
  1176. | register char *source = yytext_ptr;
  1177. | register int number_to_move, i;
  1178. | int ret_val;
  1179. |
  1180. | if ( yy_c_buf_p > &yy_current_buffer->yy_ch_buf[yy_n_chars + 1] )
  1181. | YY_FATAL_ERROR(
  1182. | "fatal flex scanner internal error--end of buffer missed" );
  1183. |
  1184. | if ( yy_current_buffer->yy_fill_buffer == 0 )
  1185. | { /* Don't try to fill the buffer, so this is an EOF. */
  1186. | if ( yy_c_buf_p - yytext_ptr - YY_MORE_ADJ == 1 )
  1187. | {
  1188. | /* We matched a single character, the EOB, so
  1189. | * treat this as a final EOF.
  1190. | */
  1191. | return EOB_ACT_END_OF_FILE;
  1192. | }
  1193. |
  1194. | else
  1195. | {
  1196. | /* We matched some text prior to the EOB, first
  1197. | * process it.
  1198. | */
  1199. | return EOB_ACT_LAST_MATCH;
  1200. | }
  1201. | }
  1202. |
  1203. | /* Try to read more data. */
  1204. |
  1205. | /* First move last chars to start of buffer. */
  1206. | number_to_move = (int) (yy_c_buf_p - yytext_ptr) - 1;
  1207. |
  1208. | for ( i = 0; i < number_to_move; ++i )
  1209. | *(dest++) = *(source++);
  1210. |
  1211. | if ( yy_current_buffer->yy_buffer_status == YY_BUFFER_EOF_PENDING )
  1212. | /* don't do the read, it's not guaranteed to return an EOF,
  1213. | * just force an EOF
  1214. | */
  1215. | yy_current_buffer->yy_n_chars = yy_n_chars = 0;
  1216. |
  1217. | else
  1218. | {
  1219. | int num_to_read =
  1220. | yy_current_buffer->yy_buf_size - number_to_move - 1;
  1221. |
  1222. | while ( num_to_read <= 0 )
  1223. | { /* Not enough room in the buffer - grow it. */
  1224. | #ifdef YY_USES_REJECT
  1225. | YY_FATAL_ERROR(
  1226. | "input buffer overflow, can't enlarge buffer because scanner uses REJECT" );
  1227. | #else
  1228. |
  1229. | /* just a shorter name for the current buffer */
  1230. | YY_BUFFER_STATE b = yy_current_buffer;
  1231. |
  1232. | int yy_c_buf_p_offset =
  1233. | (int) (yy_c_buf_p - b->yy_ch_buf);
  1234. |
  1235. | if ( b->yy_is_our_buffer )
  1236. | {
  1237. | int new_size = b->yy_buf_size * 2;
  1238. |
  1239. | if ( new_size <= 0 )
  1240. | b->yy_buf_size += b->yy_buf_size / 8;
  1241. | else
  1242. | b->yy_buf_size *= 2;
  1243. |
  1244. | b->yy_ch_buf = (char *)
  1245. | /* Include room in for 2 EOB chars. */
  1246. | yy_flex_realloc( (void *) b->yy_ch_buf,
  1247. | b->yy_buf_size + 2 );
  1248. | }
  1249. | else
  1250. | /* Can't grow it, we don't own it. */
  1251. | b->yy_ch_buf = 0;
  1252. |
  1253. | if ( ! b->yy_ch_buf )
  1254. | YY_FATAL_ERROR(
  1255. | "fatal error - scanner input buffer overflow" );
  1256. |
  1257. | yy_c_buf_p = &b->yy_ch_buf[yy_c_buf_p_offset];
  1258. |
  1259. | num_to_read = yy_current_buffer->yy_buf_size -
  1260. | number_to_move - 1;
  1261. | #endif
  1262. | }
  1263. |
  1264. | if ( num_to_read > YY_READ_BUF_SIZE )
  1265. | num_to_read = YY_READ_BUF_SIZE;
  1266. |
  1267. | /* Read in more data. */
  1268. | YY_INPUT( (&yy_current_buffer->yy_ch_buf[number_to_move]),
  1269. | yy_n_chars, num_to_read );
  1270. |
  1271. | yy_current_buffer->yy_n_chars = yy_n_chars;
  1272. | }
  1273. |
  1274. | if ( yy_n_chars == 0 )
  1275. | {
  1276. | if ( number_to_move == YY_MORE_ADJ )
  1277. | {
  1278. | ret_val = EOB_ACT_END_OF_FILE;
  1279. | yyrestart( yyin );
  1280. | }
  1281. |
  1282. | else
  1283. | {
  1284. | ret_val = EOB_ACT_LAST_MATCH;
  1285. | yy_current_buffer->yy_buffer_status =
  1286. | YY_BUFFER_EOF_PENDING;
  1287. | }
  1288. | }
  1289. |
  1290. | else
  1291. | ret_val = EOB_ACT_CONTINUE_SCAN;
  1292. |
  1293. | yy_n_chars += number_to_move;
  1294. | yy_current_buffer->yy_ch_buf[yy_n_chars] = YY_END_OF_BUFFER_CHAR;
  1295. | yy_current_buffer->yy_ch_buf[yy_n_chars + 1] = YY_END_OF_BUFFER_CHAR;
  1296. |
  1297. | yytext_ptr = &yy_current_buffer->yy_ch_buf[0];
  1298. |
  1299. | return ret_val;
  1300. | }
  1301. |
  1302. |
  1303. | /* yy_get_previous_state - get the state just before the EOB char was reached */
  1304. |
  1305. | static yy_state_type yy_get_previous_state()
  1306. | {
  1307. | register yy_state_type yy_current_state;
  1308. | register char *yy_cp;
  1309. |
  1310. | yy_current_state = yy_start;
  1311. | yy_state_ptr = yy_state_buf;
  1312. | *yy_state_ptr++ = yy_current_state;
  1313. |
  1314. | for ( yy_cp = yytext_ptr + YY_MORE_ADJ; yy_cp < yy_c_buf_p; ++yy_cp )
  1315. | {
  1316. | register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
  1317. | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
  1318. | {
  1319. | yy_current_state = (int) yy_def[yy_current_state];
  1320. | if ( yy_current_state >= 13 )
  1321. | yy_c = yy_meta[(unsigned int) yy_c];
  1322. | }
  1323. | yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
  1324. | *yy_state_ptr++ = yy_current_state;
  1325. | }
  1326. |
  1327. | return yy_current_state;
  1328. | }
  1329. |
  1330. |
  1331. | /* yy_try_NUL_trans - try to make a transition on the NUL character
  1332. | *
  1333. | * synopsis
  1334. | * next_state = yy_try_NUL_trans( current_state );
  1335. | */
  1336. |
  1337. | #ifdef YY_USE_PROTOS
  1338. | static yy_state_type yy_try_NUL_trans( yy_state_type yy_current_state )
  1339. | #else
  1340. | static yy_state_type yy_try_NUL_trans( yy_current_state )
  1341. | yy_state_type yy_current_state;
  1342. | #endif
  1343. | {
  1344. | register int yy_is_jam;
  1345. |
  1346. | register YY_CHAR yy_c = 1;
  1347. | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
  1348. | {
  1349. | yy_current_state = (int) yy_def[yy_current_state];
  1350. | if ( yy_current_state >= 13 )
  1351. | yy_c = yy_meta[(unsigned int) yy_c];
  1352. | }
  1353. | yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
  1354. | yy_is_jam = (yy_current_state == 12);
  1355. | if ( ! yy_is_jam )
  1356. | *yy_state_ptr++ = yy_current_state;
  1357. |
  1358. | return yy_is_jam ? 0 : yy_current_state;
  1359. | }
  1360. |
  1361. |
  1362. | #ifndef YY_NO_UNPUT
  1363. | #ifdef YY_USE_PROTOS
  1364. | static void yyunput( int c, register char *yy_bp )
  1365. | #else
  1366. | static void yyunput( c, yy_bp )
  1367. | int c;
  1368. | register char *yy_bp;
  1369. | #endif
  1370. | {
  1371. | register char *yy_cp = yy_c_buf_p;
  1372. |
  1373. | /* undo effects of setting up yytext */
  1374. | *yy_cp = yy_hold_char;
  1375. |
  1376. | if ( yy_cp < yy_current_buffer->yy_ch_buf + 2 )
  1377. | { /* need to shift things up to make room */
  1378. | /* +2 for EOB chars. */
  1379. | register int number_to_move = yy_n_chars + 2;
  1380. | register char *dest = &yy_current_buffer->yy_ch_buf[
  1381. | yy_current_buffer->yy_buf_size + 2];
  1382. | register char *source =
  1383. | &yy_current_buffer->yy_ch_buf[number_to_move];
  1384. |
  1385. | while ( source > yy_current_buffer->yy_ch_buf )
  1386. | *--dest = *--source;
  1387. |
  1388. | yy_cp += (int) (dest - source);
  1389. | yy_bp += (int) (dest - source);
  1390. | yy_current_buffer->yy_n_chars =
  1391. | yy_n_chars = yy_current_buffer->yy_buf_size;
  1392. |
  1393. | if ( yy_cp < yy_current_buffer->yy_ch_buf + 2 )
  1394. | YY_FATAL_ERROR( "flex scanner push-back overflow" );
  1395. | }
  1396. |
  1397. | *--yy_cp = (char) c;
  1398. |
  1399. |
  1400. | yytext_ptr = yy_bp;
  1401. | yy_hold_char = *yy_cp;
  1402. | yy_c_buf_p = yy_cp;
  1403. | }
  1404. | #endif /* ifndef YY_NO_UNPUT */
  1405. |
  1406. |
  1407. | #ifdef __cplusplus
  1408. | static int yyinput()
  1409. | #else
  1410. | static int input()
  1411. | #endif
  1412. | {
  1413. | int c;
  1414. |
  1415. | *yy_c_buf_p = yy_hold_char;
  1416. |
  1417. | if ( *yy_c_buf_p == YY_END_OF_BUFFER_CHAR )
  1418. | {
  1419. | /* yy_c_buf_p now points to the character we want to return.
  1420. | * If this occurs *before* the EOB characters, then it's a
  1421. | * valid NUL; if not, then we've hit the end of the buffer.
  1422. | */
  1423. | if ( yy_c_buf_p < &yy_current_buffer->yy_ch_buf[yy_n_chars] )
  1424. | /* This was really a NUL. */
  1425. | *yy_c_buf_p = '\0';
  1426. |
  1427. | else
  1428. | { /* need more input */
  1429. | int offset = yy_c_buf_p - yytext_ptr;
  1430. | ++yy_c_buf_p;
  1431. |
  1432. | switch ( yy_get_next_buffer() )
  1433. | {
  1434. | case EOB_ACT_LAST_MATCH:
  1435. | /* This happens because yy_g_n_b()
  1436. | * sees that we've accumulated a
  1437. | * token and flags that we need to
  1438. | * try matching the token before
  1439. | * proceeding. But for input(),
  1440. | * there's no matching to consider.
  1441. | * So convert the EOB_ACT_LAST_MATCH
  1442. | * to EOB_ACT_END_OF_FILE.
  1443. | */
  1444. |
  1445. | /* Reset buffer status. */
  1446. | yyrestart( yyin );
  1447. |
  1448. | /* fall through */
  1449. |
  1450. | case EOB_ACT_END_OF_FILE:
  1451. | {
  1452. | if ( yywrap() )
  1453. | return EOF;
  1454. |
  1455. | if ( ! yy_did_buffer_switch_on_eof )
  1456. | YY_NEW_FILE;
  1457. | #ifdef __cplusplus
  1458. | return yyinput();
  1459. | #else
  1460. | return input();
  1461. | #endif
  1462. | }
  1463. |
  1464. | case EOB_ACT_CONTINUE_SCAN:
  1465. | yy_c_buf_p = yytext_ptr + offset;
  1466. | break;
  1467. | }
  1468. | }
  1469. | }
  1470. |
  1471. | c = *(unsigned char *) yy_c_buf_p; /* cast for 8-bit char's */
  1472. | *yy_c_buf_p = '\0'; /* preserve yytext */
  1473. | yy_hold_char = *++yy_c_buf_p;
  1474. |
  1475. |
  1476. | return c;
  1477. | }
  1478. |
  1479. |
  1480. | #ifdef YY_USE_PROTOS
  1481. | void yyrestart( FILE *input_file )
  1482. | #else
  1483. | void yyrestart( input_file )
  1484. | FILE *input_file;
  1485. | #endif
  1486. | {
  1487. | if ( ! yy_current_buffer )
  1488. | yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE );
  1489. |
  1490. | yy_init_buffer( yy_current_buffer, input_file );
  1491. | yy_load_buffer_state();
  1492. | }
  1493. |
  1494. |
  1495. | #ifdef YY_USE_PROTOS
  1496. | void yy_switch_to_buffer( YY_BUFFER_STATE new_buffer )
  1497. | #else
  1498. | void yy_switch_to_buffer( new_buffer )
  1499. | YY_BUFFER_STATE new_buffer;
  1500. | #endif
  1501. | {
  1502. | if ( yy_current_buffer == new_buffer )
  1503. | return;
  1504. |
  1505. | if ( yy_current_buffer )
  1506. | {
  1507. | /* Flush out information for old buffer. */
  1508. | *yy_c_buf_p = yy_hold_char;
  1509. | yy_current_buffer->yy_buf_pos = yy_c_buf_p;
  1510. | yy_current_buffer->yy_n_chars = yy_n_chars;
  1511. | }
  1512. |
  1513. | yy_current_buffer = new_buffer;
  1514. | yy_load_buffer_state();
  1515. |
  1516. | /* We don't actually know whether we did this switch during
  1517. | * EOF (yywrap()) processing, but the only time this flag
  1518. | * is looked at is after yywrap() is called, so it's safe
  1519. | * to go ahead and always set it.
  1520. | */
  1521. | yy_did_buffer_switch_on_eof = 1;
  1522. | }
  1523. |
  1524. |
  1525. | #ifdef YY_USE_PROTOS
  1526. | void yy_load_buffer_state( void )
  1527. | #else
  1528. | void yy_load_buffer_state()
  1529. | #endif
  1530. | {
  1531. | yy_n_chars = yy_current_buffer->yy_n_chars;
  1532. | yytext_ptr = yy_c_buf_p = yy_current_buffer->yy_buf_pos;
  1533. | yyin = yy_current_buffer->yy_input_file;
  1534. | yy_hold_char = *yy_c_buf_p;
  1535. | }
  1536. |
  1537. |
  1538. | #ifdef YY_USE_PROTOS
  1539. | YY_BUFFER_STATE yy_create_buffer( FILE *file, int size )
  1540. | #else
  1541. | YY_BUFFER_STATE yy_create_buffer( file, size )
  1542. | FILE *file;
  1543. | int size;
  1544. | #endif
  1545. | {
  1546. | YY_BUFFER_STATE b;
  1547. |
  1548. | b = (YY_BUFFER_STATE) yy_flex_alloc( sizeof( struct yy_buffer_state ) );
  1549. | if ( ! b )
  1550. | YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
  1551. |
  1552. | b->yy_buf_size = size;
  1553. |
  1554. | /* yy_ch_buf has to be 2 characters longer than the size given because
  1555. | * we need to put in 2 end-of-buffer characters.
  1556. | */
  1557. | b->yy_ch_buf = (char *) yy_flex_alloc( b->yy_buf_size + 2 );
  1558. | if ( ! b->yy_ch_buf )
  1559. | YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
  1560. |
  1561. | b->yy_is_our_buffer = 1;
  1562. |
  1563. | yy_init_buffer( b, file );
  1564. |
  1565. | return b;
  1566. | }
  1567. |
  1568. |
  1569. | #ifdef YY_USE_PROTOS
  1570. | void yy_delete_buffer( YY_BUFFER_STATE b )
  1571. | #else
  1572. | void yy_delete_buffer( b )
  1573. | YY_BUFFER_STATE b;
  1574. | #endif
  1575. | {
  1576. | if ( ! b )
  1577. | return;
  1578. |
  1579. | if ( b == yy_current_buffer )
  1580. | yy_current_buffer = (YY_BUFFER_STATE) 0;
  1581. |
  1582. | if ( b->yy_is_our_buffer )
  1583. | yy_flex_free( (void *) b->yy_ch_buf );
  1584. |
  1585. | yy_flex_free( (void *) b );
  1586. | }
  1587. |
  1588. |
  1589. | #ifndef YY_ALWAYS_INTERACTIVE
  1590. | #ifndef YY_NEVER_INTERACTIVE
  1591. | extern int isatty YY_PROTO(( int ));
  1592. | #endif
  1593. | #endif
  1594. |
  1595. | #ifdef YY_USE_PROTOS
  1596. | void yy_init_buffer( YY_BUFFER_STATE b, FILE *file )
  1597. | #else
  1598. | void yy_init_buffer( b, file )
  1599. | YY_BUFFER_STATE b;
  1600. | FILE *file;
  1601. | #endif
  1602. |
  1603. |
  1604. | {
  1605. | yy_flush_buffer( b );
  1606. |
  1607. | b->yy_input_file = file;
  1608. | b->yy_fill_buffer = 1;
  1609. |
  1610. | #if YY_ALWAYS_INTERACTIVE
  1611. | b->yy_is_interactive = 1;
  1612. | #else
  1613. | #if YY_NEVER_INTERACTIVE
  1614. | b->yy_is_interactive = 0;
  1615. | #else
  1616. | b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
  1617. | #endif
  1618. | #endif
  1619. | }
  1620. |
  1621. |
  1622. | #ifdef YY_USE_PROTOS
  1623. | void yy_flush_buffer( YY_BUFFER_STATE b )
  1624. | #else
  1625. | void yy_flush_buffer( b )
  1626. | YY_BUFFER_STATE b;
  1627. | #endif
  1628. |
  1629. | {
  1630. | if ( ! b )
  1631. | return;
  1632. |
  1633. | b->yy_n_chars = 0;
  1634. |
  1635. | /* We always need two end-of-buffer characters. The first causes
  1636. | * a transition to the end-of-buffer state. The second causes
  1637. | * a jam in that state.
  1638. | */
  1639. | b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR;
  1640. | b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR;
  1641. |
  1642. | b->yy_buf_pos = &b->yy_ch_buf[0];
  1643. |
  1644. | b->yy_at_bol = 1;
  1645. | b->yy_buffer_status = YY_BUFFER_NEW;
  1646. |
  1647. | if ( b == yy_current_buffer )
  1648. | yy_load_buffer_state();
  1649. | }
  1650. |
  1651. |
  1652. | #ifndef YY_NO_SCAN_BUFFER
  1653. | #ifdef YY_USE_PROTOS
  1654. | YY_BUFFER_STATE yy_scan_buffer( char *base, yy_size_t size )
  1655. | #else
  1656. | YY_BUFFER_STATE yy_scan_buffer( base, size )
  1657. | char *base;
  1658. | yy_size_t size;
  1659. | #endif
  1660. | {
  1661. | YY_BUFFER_STATE b;
  1662. |
  1663. | if ( size < 2 ||
  1664. | base[size-2] != YY_END_OF_BUFFER_CHAR ||
  1665. | base[size-1] != YY_END_OF_BUFFER_CHAR )
  1666. | /* They forgot to leave room for the EOB's. */
  1667. | return 0;
  1668. |
  1669. | b = (YY_BUFFER_STATE) yy_flex_alloc( sizeof( struct yy_buffer_state ) );
  1670. | if ( ! b )
  1671. | YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" );
  1672. |
  1673. | b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */
  1674. | b->yy_buf_pos = b->yy_ch_buf = base;
  1675. | b->yy_is_our_buffer = 0;
  1676. | b->yy_input_file = 0;
  1677. | b->yy_n_chars = b->yy_buf_size;
  1678. | b->yy_is_interactive = 0;
  1679. | b->yy_at_bol = 1;
  1680. | b->yy_fill_buffer = 0;
  1681. | b->yy_buffer_status = YY_BUFFER_NEW;
  1682. |
  1683. | yy_switch_to_buffer( b );
  1684. |
  1685. | return b;
  1686. | }
  1687. | #endif
  1688. |
  1689. |
  1690. | #ifndef YY_NO_SCAN_STRING
  1691. | #ifdef YY_USE_PROTOS
  1692. | YY_BUFFER_STATE yy_scan_string( yyconst char *yy_str )
  1693. | #else
  1694. | YY_BUFFER_STATE yy_scan_string( yy_str )
  1695. | yyconst char *yy_str;
  1696. | #endif
  1697. | {
  1698. | int len;
  1699. | for ( len = 0; yy_str[len]; ++len )
  1700. | ;
  1701. |
  1702. | return yy_scan_bytes( yy_str, len );
  1703. | }
  1704. | #endif
  1705. |
  1706. |
  1707. | #ifndef YY_NO_SCAN_BYTES
  1708. | #ifdef YY_USE_PROTOS
  1709. | YY_BUFFER_STATE yy_scan_bytes( yyconst char *bytes, int len )
  1710. | #else
  1711. | YY_BUFFER_STATE yy_scan_bytes( bytes, len )
  1712. | yyconst char *bytes;
  1713. | int len;
  1714. | #endif
  1715. | {
  1716. | YY_BUFFER_STATE b;
  1717. | char *buf;
  1718. | yy_size_t n;
  1719. | int i;
  1720. |
  1721. | /* Get memory for full buffer, including space for trailing EOB's. */
  1722. | n = len + 2;
  1723. | buf = (char *) yy_flex_alloc( n );
  1724. | if ( ! buf )
  1725. | YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
  1726. |
  1727. | for ( i = 0; i < len; ++i )
  1728. | buf[i] = bytes[i];
  1729. |
  1730. | buf[len] = buf[len+1] = YY_END_OF_BUFFER_CHAR;
  1731. |
  1732. | b = yy_scan_buffer( buf, n );
  1733. | if ( ! b )
  1734. | YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" );
  1735. |
  1736. | /* It's okay to grow etc. this buffer, and we should throw it
  1737. | * away when we're done.
  1738. | */
  1739. | b->yy_is_our_buffer = 1;
  1740. |
  1741. | return b;
  1742. | }
  1743. | #endif
  1744. |
  1745. |
  1746. | #ifndef YY_NO_PUSH_STATE
  1747. | #ifdef YY_USE_PROTOS
  1748. | static void yy_push_state( int new_state )
  1749. | #else
  1750. | static void yy_push_state( new_state )
  1751. | int new_state;
  1752. | #endif
  1753. | {
  1754. | if ( yy_start_stack_ptr >= yy_start_stack_depth )
  1755. | {
  1756. | yy_size_t new_size;
  1757. |
  1758. | yy_start_stack_depth += YY_START_STACK_INCR;
  1759. | new_size = yy_start_stack_depth * sizeof( int );
  1760. |
  1761. | if ( ! yy_start_stack )
  1762. | yy_start_stack = (int *) yy_flex_alloc( new_size );
  1763. |
  1764. | else
  1765. | yy_start_stack = (int *) yy_flex_realloc(
  1766. | (void *) yy_start_stack, new_size );
  1767. |
  1768. | if ( ! yy_start_stack )
  1769. | YY_FATAL_ERROR(
  1770. | "out of memory expanding start-condition stack" );
  1771. | }
  1772. |
  1773. | yy_start_stack[yy_start_stack_ptr++] = YY_START;
  1774. |
  1775. | BEGIN(new_state);
  1776. | }
  1777. | #endif
  1778. |
  1779. |
  1780. | #ifndef YY_NO_POP_STATE
  1781. | static void yy_pop_state()
  1782. | {
  1783. | if ( --yy_start_stack_ptr < 0 )
  1784. | YY_FATAL_ERROR( "start-condition stack underflow" );
  1785. |
  1786. | BEGIN(yy_start_stack[yy_start_stack_ptr]);
  1787. | }
  1788. | #endif
  1789. |
  1790. |
  1791. | #ifndef YY_NO_TOP_STATE
  1792. | static int yy_top_state()
  1793. | {
  1794. | return yy_start_stack[yy_start_stack_ptr - 1];
  1795. | }
  1796. | #endif
  1797. |
  1798. | #ifndef YY_EXIT_FAILURE
  1799. | #define YY_EXIT_FAILURE 2
  1800. | #endif
  1801. |
  1802. | #ifdef YY_USE_PROTOS
  1803. | static void yy_fatal_error( yyconst char msg[] )
  1804. | #else
  1805. | static void yy_fatal_error( msg )
  1806. | char msg[];
  1807. | #endif
  1808. | {
  1809. | (void) fprintf( stderr, "%s\n", msg );
  1810. | exit( YY_EXIT_FAILURE );
  1811. | }
  1812. |
  1813. |
  1814. |
  1815. | /* Redefine yyless() so it works in section 3 code. */
  1816. |
  1817. | #undef yyless
  1818. | #define yyless(n) \
  1819. | do \
  1820. | { \
  1821. | /* Undo effects of setting up yytext. */ \
  1822. | yytext[yyleng] = yy_hold_char; \
  1823. | yy_c_buf_p = yytext + n; \
  1824. | yy_hold_char = *yy_c_buf_p; \
  1825. | *yy_c_buf_p = '\0'; \
  1826. | yyleng = n; \
  1827. | } \
  1828. | while ( 0 )
  1829. |
  1830. |
  1831. | /* Internal utility routines. */
  1832. |
  1833. | #ifndef yytext_ptr
  1834. | #ifdef YY_USE_PROTOS
  1835. | static void yy_flex_strncpy( char *s1, yyconst char *s2, int n )
  1836. | #else
  1837. | static void yy_flex_strncpy( s1, s2, n )
  1838. | char *s1;
  1839. | yyconst char *s2;
  1840. | int n;
  1841. | #endif
  1842. | {
  1843. | register int i;
  1844. | for ( i = 0; i < n; ++i )
  1845. | s1[i] = s2[i];
  1846. | }
  1847. | #endif
  1848. |
  1849. | #ifdef YY_NEED_STRLEN
  1850. | #ifdef YY_USE_PROTOS
  1851. | static int yy_flex_strlen( yyconst char *s )
  1852. | #else
  1853. | static int yy_flex_strlen( s )
  1854. | yyconst char *s;
  1855. | #endif
  1856. | {
  1857. | register int n;
  1858. | for ( n = 0; s[n]; ++n )
  1859. | ;
  1860. |
  1861. | return n;
  1862. | }
  1863. | #endif
  1864. |
  1865. |
  1866. | #ifdef YY_USE_PROTOS
  1867. | static void *yy_flex_alloc( yy_size_t size )
  1868. | #else
  1869. | static void *yy_flex_alloc( size )
  1870. | yy_size_t size;
  1871. | #endif
  1872. | {
  1873. | return (void *) malloc( size );
  1874. | }
  1875. |
  1876. | #ifdef YY_USE_PROTOS
  1877. | static void *yy_flex_realloc( void *ptr, yy_size_t size )
  1878. | #else
  1879. | static void *yy_flex_realloc( ptr, size )
  1880. | void *ptr;
  1881. | yy_size_t size;
  1882. | #endif
  1883. | {
  1884. | /* The cast to (char *) in the following accommodates both
  1885. | * implementations that use char* generic pointers, and those
  1886. | * that use void* generic pointers. It works with the latter
  1887. | * because both ANSI C and C++ allow castless assignment from
  1888. | * any pointer type to void*, and deal with argument conversions
  1889. | * as though doing an assignment.
  1890. | */
  1891. | return (void *) realloc( (char *) ptr, size );
  1892. | }
  1893. |
  1894. | #ifdef YY_USE_PROTOS
  1895. | static void yy_flex_free( void *ptr )
  1896. | #else
  1897. | static void yy_flex_free( ptr )
  1898. | void *ptr;
  1899. | #endif
  1900. | {
  1901. | free( ptr );
  1902. | }
  1903. |
  1904. | #if YY_MAIN
  1905. | int main()
  1906. | {
  1907. | yylex();
  1908. | return 0;
  1909. | }
  1910. | #endif
  1911. | #line 9 "conftest.l"
  1912. |
  1913. | #ifdef YYTEXT_POINTER
  1914. | extern char *yytext;
  1915. | #endif
  1916. | int
  1917. | main (void)
  1918. | {
  1919. | return ! yylex () + ! yywrap ();
  1920. | }
  1921. configure:5340: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lfl >&5
  1922. conftest.l: In function `yylex':
  1923. conftest.l:6: warning: comparison between pointer and integer
  1924. conftest.l:6: warning: assignment makes pointer from integer without a cast
  1925. configure:5340: $? = 0
  1926. configure:5350: result: -lfl
  1927. configure:5356: checking whether yytext is a pointer
  1928. configure:5373: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lfl >&5
  1929. conftest.l: In function `yylex':
  1930. conftest.l:6: warning: comparison between pointer and integer
  1931. conftest.l:6: warning: assignment makes pointer from integer without a cast
  1932. configure:5373: $? = 0
  1933. configure:5381: result: yes
  1934. configure:5394: checking whether make sets $(MAKE)
  1935. configure:5416: result: yes
  1936. configure:5478: checking for pkg-config
  1937. configure:5496: found /usr/local/bin/pkg-config
  1938. configure:5508: result: /usr/local/bin/pkg-config
  1939. configure:5533: checking pkg-config is at least version 0.9.0
  1940. configure:5536: result: yes
  1941. configure:5573: checking build system type
  1942. configure:5587: result: sparc-sun-solaris2.8
  1943. configure:5607: checking host system type
  1944. configure:5620: result: sparc-sun-solaris2.8
  1945. configure:5661: checking how to print strings
  1946. configure:5688: result: printf
  1947. configure:5709: checking for a sed that does not truncate output
  1948. configure:5773: result: /usr/bin/sed
  1949. configure:5791: checking for grep that handles long lines and -e
  1950. configure:5849: result: /usr/xpg4/bin/grep
  1951. configure:5854: checking for egrep
  1952. configure:5916: result: /usr/xpg4/bin/grep -E
  1953. configure:5921: checking for fgrep
  1954. configure:5983: result: /usr/xpg4/bin/grep -F
  1955. configure:6018: checking for ld used by gcc -std=gnu99
  1956. configure:6085: result: /usr/ccs/bin/ld
  1957. configure:6092: checking if the linker (/usr/ccs/bin/ld) is GNU ld
  1958. configure:6107: result: no
  1959. configure:6119: checking for BSD- or MS-compatible name lister (nm)
  1960. configure:6168: result: /usr/ccs/bin/nm -p
  1961. configure:6298: checking the name lister (/usr/ccs/bin/nm -p) interface
  1962. configure:6305: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  1963. configure:6308: /usr/ccs/bin/nm -p "conftest.o"
  1964. configure:6311: output
  1965.  
  1966.  
  1967. conftest.o:
  1968. 0000000000 b
  1969. 0000000000 s
  1970. 0000000000 s
  1971. 0000000000 s
  1972. 0000000000 s
  1973. 0000000000 s
  1974. 0000000000 f conftest.c
  1975. 0000000000 B some_variable
  1976. configure:6318: result: BSD nm
  1977. configure:6321: checking whether ln -s works
  1978. configure:6325: result: yes
  1979. configure:6333: checking the maximum length of command line arguments
  1980. configure:6458: result: 786240
  1981. configure:6475: checking whether the shell understands some XSI constructs
  1982. configure:6485: result: yes
  1983. configure:6489: checking whether the shell understands "+="
  1984. configure:6495: result: no
  1985. configure:6530: checking how to convert sparc-sun-solaris2.8 file names to sparc-sun-solaris2.8 format
  1986. configure:6570: result: func_convert_file_noop
  1987. configure:6577: checking how to convert sparc-sun-solaris2.8 file names to toolchain format
  1988. configure:6597: result: func_convert_file_noop
  1989. configure:6604: checking for /usr/ccs/bin/ld option to reload object files
  1990. configure:6611: result: -r
  1991. configure:6685: checking for objdump
  1992. configure:6715: result: no
  1993. configure:6744: checking how to recognize dependent libraries
  1994. configure:6946: result: pass_all
  1995. configure:7031: checking for dlltool
  1996. configure:7061: result: no
  1997. configure:7091: checking how to associate runtime and link libraries
  1998. configure:7118: result: printf %s\n
  1999. configure:7178: checking for ar
  2000. configure:7194: found /usr/ccs/bin/ar
  2001. configure:7205: result: ar
  2002. configure:7242: checking for archiver @FILE support
  2003. configure:7259: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2004. configure:7259: $? = 0
  2005. configure:7262: ar cru libconftest.a @conftest.lst >&5
  2006. ar: cannot open @conftest.lst
  2007. No such file or directory
  2008. ar: @conftest.lst not found
  2009. configure:7265: $? = 1
  2010. configure:7285: result: no
  2011. configure:7343: checking for strip
  2012. configure:7359: found /usr/ccs/bin/strip
  2013. configure:7370: result: strip
  2014. configure:7442: checking for ranlib
  2015. configure:7458: found /usr/ccs/bin/ranlib
  2016. configure:7469: result: ranlib
  2017. configure:7571: checking command to parse /usr/ccs/bin/nm -p output from gcc -std=gnu99 object
  2018. configure:7690: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2019. configure:7693: $? = 0
  2020. configure:7697: /usr/ccs/bin/nm -p conftest.o \| sed -n -e 's/^.*[ ]\([BDRT][BDRT]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  2021. configure:7700: $? = 0
  2022. configure:7766: gcc -std=gnu99 -o conftest -g -O2 conftest.c conftstm.o >&5
  2023. configure:7769: $? = 0
  2024. configure:7807: result: ok
  2025. configure:7844: checking for sysroot
  2026. configure:7874: result: no
  2027. configure:8050: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2028. configure:8053: $? = 0
  2029. configure:8117: checking for mt
  2030. configure:8133: found /usr/bin/mt
  2031. configure:8144: result: mt
  2032. configure:8167: checking if mt is a manifest tool
  2033. configure:8173: mt '-?'
  2034. mt: unknown command: -?
  2035. configure:8181: result: no
  2036. configure:8813: checking how to run the C preprocessor
  2037. configure:8844: gcc -std=gnu99 -E conftest.c
  2038. configure:8844: $? = 0
  2039. configure:8858: gcc -std=gnu99 -E conftest.c
  2040. conftest.c:10:28: ac_nonexistent.h: No such file or directory
  2041. configure:8858: $? = 1
  2042. configure: failed program was:
  2043. | /* confdefs.h */
  2044. | #define PACKAGE_NAME ""
  2045. | #define PACKAGE_TARNAME ""
  2046. | #define PACKAGE_VERSION ""
  2047. | #define PACKAGE_STRING ""
  2048. | #define PACKAGE_BUGREPORT ""
  2049. | #define PACKAGE_URL ""
  2050. | #define YYTEXT_POINTER 1
  2051. | /* end confdefs.h. */
  2052. | #include <ac_nonexistent.h>
  2053. configure:8883: result: gcc -std=gnu99 -E
  2054. configure:8903: gcc -std=gnu99 -E conftest.c
  2055. configure:8903: $? = 0
  2056. configure:8917: gcc -std=gnu99 -E conftest.c
  2057. conftest.c:10:28: ac_nonexistent.h: No such file or directory
  2058. configure:8917: $? = 1
  2059. configure: failed program was:
  2060. | /* confdefs.h */
  2061. | #define PACKAGE_NAME ""
  2062. | #define PACKAGE_TARNAME ""
  2063. | #define PACKAGE_VERSION ""
  2064. | #define PACKAGE_STRING ""
  2065. | #define PACKAGE_BUGREPORT ""
  2066. | #define PACKAGE_URL ""
  2067. | #define YYTEXT_POINTER 1
  2068. | /* end confdefs.h. */
  2069. | #include <ac_nonexistent.h>
  2070. configure:8946: checking for ANSI C header files
  2071. configure:8966: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2072. configure:8966: $? = 0
  2073. configure:9036: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  2074. configure:9036: $? = 0
  2075. configure:9036: ./conftest
  2076. configure:9036: $? = 0
  2077. configure:9047: result: yes
  2078. configure:9060: checking for sys/types.h
  2079. configure:9060: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2080. configure:9060: $? = 0
  2081. configure:9060: result: yes
  2082. configure:9060: checking for sys/stat.h
  2083. configure:9060: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2084. configure:9060: $? = 0
  2085. configure:9060: result: yes
  2086. configure:9060: checking for stdlib.h
  2087. configure:9060: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2088. configure:9060: $? = 0
  2089. configure:9060: result: yes
  2090. configure:9060: checking for string.h
  2091. configure:9060: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2092. configure:9060: $? = 0
  2093. configure:9060: result: yes
  2094. configure:9060: checking for memory.h
  2095. configure:9060: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2096. configure:9060: $? = 0
  2097. configure:9060: result: yes
  2098. configure:9060: checking for strings.h
  2099. configure:9060: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2100. configure:9060: $? = 0
  2101. configure:9060: result: yes
  2102. configure:9060: checking for inttypes.h
  2103. configure:9060: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2104. configure:9060: $? = 0
  2105. configure:9060: result: yes
  2106. configure:9060: checking for stdint.h
  2107. configure:9060: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2108. conftest.c:52:20: stdint.h: No such file or directory
  2109. configure:9060: $? = 1
  2110. configure: failed program was:
  2111. | /* confdefs.h */
  2112. | #define PACKAGE_NAME ""
  2113. | #define PACKAGE_TARNAME ""
  2114. | #define PACKAGE_VERSION ""
  2115. | #define PACKAGE_STRING ""
  2116. | #define PACKAGE_BUGREPORT ""
  2117. | #define PACKAGE_URL ""
  2118. | #define YYTEXT_POINTER 1
  2119. | #define STDC_HEADERS 1
  2120. | #define HAVE_SYS_TYPES_H 1
  2121. | #define HAVE_SYS_STAT_H 1
  2122. | #define HAVE_STDLIB_H 1
  2123. | #define HAVE_STRING_H 1
  2124. | #define HAVE_MEMORY_H 1
  2125. | #define HAVE_STRINGS_H 1
  2126. | #define HAVE_INTTYPES_H 1
  2127. | /* end confdefs.h. */
  2128. | #include <stdio.h>
  2129. | #ifdef HAVE_SYS_TYPES_H
  2130. | # include <sys/types.h>
  2131. | #endif
  2132. | #ifdef HAVE_SYS_STAT_H
  2133. | # include <sys/stat.h>
  2134. | #endif
  2135. | #ifdef STDC_HEADERS
  2136. | # include <stdlib.h>
  2137. | # include <stddef.h>
  2138. | #else
  2139. | # ifdef HAVE_STDLIB_H
  2140. | # include <stdlib.h>
  2141. | # endif
  2142. | #endif
  2143. | #ifdef HAVE_STRING_H
  2144. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2145. | # include <memory.h>
  2146. | # endif
  2147. | # include <string.h>
  2148. | #endif
  2149. | #ifdef HAVE_STRINGS_H
  2150. | # include <strings.h>
  2151. | #endif
  2152. | #ifdef HAVE_INTTYPES_H
  2153. | # include <inttypes.h>
  2154. | #endif
  2155. | #ifdef HAVE_STDINT_H
  2156. | # include <stdint.h>
  2157. | #endif
  2158. | #ifdef HAVE_UNISTD_H
  2159. | # include <unistd.h>
  2160. | #endif
  2161. |
  2162. | #include <stdint.h>
  2163. configure:9060: result: no
  2164. configure:9060: checking for unistd.h
  2165. configure:9060: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2166. configure:9060: $? = 0
  2167. configure:9060: result: yes
  2168. configure:9074: checking for dlfcn.h
  2169. configure:9074: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2170. configure:9074: $? = 0
  2171. configure:9074: result: yes
  2172. configure:9259: checking for objdir
  2173. configure:9274: result: .libs
  2174. configure:9545: checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions
  2175. configure:9563: gcc -std=gnu99 -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  2176. cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
  2177. configure:9567: $? = 0
  2178. configure:9580: result: no
  2179. configure:9890: checking for gcc -std=gnu99 option to produce PIC
  2180. configure:9897: result: -fPIC -DPIC
  2181. configure:9905: checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works
  2182. configure:9923: gcc -std=gnu99 -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
  2183. configure:9927: $? = 0
  2184. configure:9940: result: yes
  2185. configure:9969: checking if gcc -std=gnu99 static flag -static works
  2186. configure:9997: result: yes
  2187. configure:10012: checking if gcc -std=gnu99 supports -c -o file.o
  2188. configure:10033: gcc -std=gnu99 -c -g -O2 -o out/conftest2.o conftest.c >&5
  2189. configure:10037: $? = 0
  2190. configure:10059: result: yes
  2191. configure:10067: checking if gcc -std=gnu99 supports -c -o file.o
  2192. configure:10114: result: yes
  2193. configure:10147: checking whether the gcc -std=gnu99 linker (/usr/ccs/bin/ld) supports shared libraries
  2194. configure:11309: result: yes
  2195. configure:11346: checking whether -lc should be explicitly linked in
  2196. configure:11354: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  2197. configure:11357: $? = 0
  2198. configure:11372: gcc -std=gnu99 -shared -fPIC -DPIC -Wl,-z -Wl,text -Wl,-h -Wl,conftest -o conftest conftest.o -v 2\>\&1 \| /usr/xpg4/bin/grep -lc \>/dev/null 2\>\&1
  2199. configure:11375: $? = 1
  2200. configure:11389: result: yes
  2201. configure:11554: checking dynamic linker characteristics
  2202. configure:12303: result: solaris2.8 ld.so
  2203. configure:12410: checking how to hardcode library paths into programs
  2204. configure:12435: result: immediate
  2205. configure:12529: checking for shl_load
  2206. configure:12529: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  2207. Undefined first referenced
  2208. symbol in file
  2209. shl_load /var/tmp//ccLXo1Vl.o
  2210. ld: fatal: Symbol referencing errors. No output written to conftest
  2211. collect2: ld returned 1 exit status
  2212. configure:12529: $? = 1
  2213. configure: failed program was:
  2214. | /* confdefs.h */
  2215. | #define PACKAGE_NAME ""
  2216. | #define PACKAGE_TARNAME ""
  2217. | #define PACKAGE_VERSION ""
  2218. | #define PACKAGE_STRING ""
  2219. | #define PACKAGE_BUGREPORT ""
  2220. | #define PACKAGE_URL ""
  2221. | #define YYTEXT_POINTER 1
  2222. | #define STDC_HEADERS 1
  2223. | #define HAVE_SYS_TYPES_H 1
  2224. | #define HAVE_SYS_STAT_H 1
  2225. | #define HAVE_STDLIB_H 1
  2226. | #define HAVE_STRING_H 1
  2227. | #define HAVE_MEMORY_H 1
  2228. | #define HAVE_STRINGS_H 1
  2229. | #define HAVE_INTTYPES_H 1
  2230. | #define HAVE_UNISTD_H 1
  2231. | #define HAVE_DLFCN_H 1
  2232. | #define LT_OBJDIR ".libs/"
  2233. | /* end confdefs.h. */
  2234. | /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
  2235. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  2236. | #define shl_load innocuous_shl_load
  2237. |
  2238. | /* System header to define __stub macros and hopefully few prototypes,
  2239. | which can conflict with char shl_load (); below.
  2240. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2241. | <limits.h> exists even on freestanding compilers. */
  2242. |
  2243. | #ifdef __STDC__
  2244. | # include <limits.h>
  2245. | #else
  2246. | # include <assert.h>
  2247. | #endif
  2248. |
  2249. | #undef shl_load
  2250. |
  2251. | /* Override any GCC internal prototype to avoid an error.
  2252. | Use char because int might match the return type of a GCC
  2253. | builtin and then its argument prototype would still apply. */
  2254. | #ifdef __cplusplus
  2255. | extern "C"
  2256. | #endif
  2257. | char shl_load ();
  2258. | /* The GNU C library defines this for functions which it implements
  2259. | to always fail with ENOSYS. Some functions are actually named
  2260. | something starting with __ and the normal name is an alias. */
  2261. | #if defined __stub_shl_load || defined __stub___shl_load
  2262. | choke me
  2263. | #endif
  2264. |
  2265. | int
  2266. | main ()
  2267. | {
  2268. | return shl_load ();
  2269. | ;
  2270. | return 0;
  2271. | }
  2272. configure:12529: result: no
  2273. configure:12533: checking for shl_load in -ldld
  2274. configure:12558: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldld >&5
  2275. ld: fatal: library -ldld: not found
  2276. ld: fatal: File processing errors. No output written to conftest
  2277. collect2: ld returned 1 exit status
  2278. configure:12558: $? = 1
  2279. configure: failed program was:
  2280. | /* confdefs.h */
  2281. | #define PACKAGE_NAME ""
  2282. | #define PACKAGE_TARNAME ""
  2283. | #define PACKAGE_VERSION ""
  2284. | #define PACKAGE_STRING ""
  2285. | #define PACKAGE_BUGREPORT ""
  2286. | #define PACKAGE_URL ""
  2287. | #define YYTEXT_POINTER 1
  2288. | #define STDC_HEADERS 1
  2289. | #define HAVE_SYS_TYPES_H 1
  2290. | #define HAVE_SYS_STAT_H 1
  2291. | #define HAVE_STDLIB_H 1
  2292. | #define HAVE_STRING_H 1
  2293. | #define HAVE_MEMORY_H 1
  2294. | #define HAVE_STRINGS_H 1
  2295. | #define HAVE_INTTYPES_H 1
  2296. | #define HAVE_UNISTD_H 1
  2297. | #define HAVE_DLFCN_H 1
  2298. | #define LT_OBJDIR ".libs/"
  2299. | /* end confdefs.h. */
  2300. |
  2301. | /* Override any GCC internal prototype to avoid an error.
  2302. | Use char because int might match the return type of a GCC
  2303. | builtin and then its argument prototype would still apply. */
  2304. | #ifdef __cplusplus
  2305. | extern "C"
  2306. | #endif
  2307. | char shl_load ();
  2308. | int
  2309. | main ()
  2310. | {
  2311. | return shl_load ();
  2312. | ;
  2313. | return 0;
  2314. | }
  2315. configure:12567: result: no
  2316. configure:12572: checking for dlopen
  2317. configure:12572: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  2318. Undefined first referenced
  2319. symbol in file
  2320. dlopen /var/tmp//ccLEwUa9.o (symbol belongs to implicit dependency /usr/lib/libdl.so.1)
  2321. ld: fatal: Symbol referencing errors. No output written to conftest
  2322. collect2: ld returned 1 exit status
  2323. configure:12572: $? = 1
  2324. configure: failed program was:
  2325. | /* confdefs.h */
  2326. | #define PACKAGE_NAME ""
  2327. | #define PACKAGE_TARNAME ""
  2328. | #define PACKAGE_VERSION ""
  2329. | #define PACKAGE_STRING ""
  2330. | #define PACKAGE_BUGREPORT ""
  2331. | #define PACKAGE_URL ""
  2332. | #define YYTEXT_POINTER 1
  2333. | #define STDC_HEADERS 1
  2334. | #define HAVE_SYS_TYPES_H 1
  2335. | #define HAVE_SYS_STAT_H 1
  2336. | #define HAVE_STDLIB_H 1
  2337. | #define HAVE_STRING_H 1
  2338. | #define HAVE_MEMORY_H 1
  2339. | #define HAVE_STRINGS_H 1
  2340. | #define HAVE_INTTYPES_H 1
  2341. | #define HAVE_UNISTD_H 1
  2342. | #define HAVE_DLFCN_H 1
  2343. | #define LT_OBJDIR ".libs/"
  2344. | /* end confdefs.h. */
  2345. | /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
  2346. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  2347. | #define dlopen innocuous_dlopen
  2348. |
  2349. | /* System header to define __stub macros and hopefully few prototypes,
  2350. | which can conflict with char dlopen (); below.
  2351. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2352. | <limits.h> exists even on freestanding compilers. */
  2353. |
  2354. | #ifdef __STDC__
  2355. | # include <limits.h>
  2356. | #else
  2357. | # include <assert.h>
  2358. | #endif
  2359. |
  2360. | #undef dlopen
  2361. |
  2362. | /* Override any GCC internal prototype to avoid an error.
  2363. | Use char because int might match the return type of a GCC
  2364. | builtin and then its argument prototype would still apply. */
  2365. | #ifdef __cplusplus
  2366. | extern "C"
  2367. | #endif
  2368. | char dlopen ();
  2369. | /* The GNU C library defines this for functions which it implements
  2370. | to always fail with ENOSYS. Some functions are actually named
  2371. | something starting with __ and the normal name is an alias. */
  2372. | #if defined __stub_dlopen || defined __stub___dlopen
  2373. | choke me
  2374. | #endif
  2375. |
  2376. | int
  2377. | main ()
  2378. | {
  2379. | return dlopen ();
  2380. | ;
  2381. | return 0;
  2382. | }
  2383. configure:12572: result: no
  2384. configure:12576: checking for dlopen in -ldl
  2385. configure:12601: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
  2386. configure:12601: $? = 0
  2387. configure:12610: result: yes
  2388. configure:12729: checking whether a program can dlopen itself
  2389. configure:12809: gcc -std=gnu99 -o conftest -g -O2 -DHAVE_DLFCN_H conftest.c -ldl >&5
  2390. configure:12812: $? = 0
  2391. configure:12830: result: yes
  2392. configure:12835: checking whether a statically linked program can dlopen itself
  2393. configure:12915: gcc -std=gnu99 -o conftest -g -O2 -DHAVE_DLFCN_H -static conftest.c -ldl >&5
  2394. ld: fatal: library -ldl: not found
  2395. ld: fatal: File processing errors. No output written to conftest
  2396. collect2: ld returned 1 exit status
  2397. configure:12918: $? = 1
  2398. configure:12936: result: no
  2399. configure:12975: checking whether stripping libraries is possible
  2400. configure:12997: result: no
  2401. configure:13015: checking if libtool supports shared libraries
  2402. configure:13017: result: yes
  2403. configure:13020: checking whether to build shared libraries
  2404. configure:13041: result: yes
  2405. configure:13044: checking whether to build static libraries
  2406. configure:13048: result: no
  2407. configure:13100: WARNING: No proper bison found, you'll not be able to change lib/cfg-grammar.y
  2408. configure:13139: checking CFLAGS_NOWARN_POINTER_SIGN for gcc -Wno-pointer-sign
  2409. configure:13166: gcc -std=gnu99 -c -g -O2 -Wall -pthread -pedantic -Werror -Wno-pointer-sign conftest.c >&5
  2410. gcc: unrecognized option `-pthread'
  2411. cc1: error: unrecognized command line option "-Wno-pointer-sign"
  2412. configure:13166: $? = 1
  2413. configure: failed program was:
  2414. | /* confdefs.h */
  2415. | #define PACKAGE_NAME ""
  2416. | #define PACKAGE_TARNAME ""
  2417. | #define PACKAGE_VERSION ""
  2418. | #define PACKAGE_STRING ""
  2419. | #define PACKAGE_BUGREPORT ""
  2420. | #define PACKAGE_URL ""
  2421. | #define YYTEXT_POINTER 1
  2422. | #define STDC_HEADERS 1
  2423. | #define HAVE_SYS_TYPES_H 1
  2424. | #define HAVE_SYS_STAT_H 1
  2425. | #define HAVE_STDLIB_H 1
  2426. | #define HAVE_STRING_H 1
  2427. | #define HAVE_MEMORY_H 1
  2428. | #define HAVE_STRINGS_H 1
  2429. | #define HAVE_INTTYPES_H 1
  2430. | #define HAVE_UNISTD_H 1
  2431. | #define HAVE_DLFCN_H 1
  2432. | #define LT_OBJDIR ".libs/"
  2433. | /* end confdefs.h. */
  2434. |
  2435. | int
  2436. | main ()
  2437. | {
  2438. | return 0;
  2439. | ;
  2440. | return 0;
  2441. | }
  2442. configure:13166: gcc -std=gnu99 -c -g -O2 -Wall -pthread -pedantic -Wno-pointer-sign conftest.c >&5
  2443. gcc: unrecognized option `-pthread'
  2444. cc1: error: unrecognized command line option "-Wno-pointer-sign"
  2445. configure:13166: $? = 1
  2446. configure: failed program was:
  2447. | /* confdefs.h */
  2448. | #define PACKAGE_NAME ""
  2449. | #define PACKAGE_TARNAME ""
  2450. | #define PACKAGE_VERSION ""
  2451. | #define PACKAGE_STRING ""
  2452. | #define PACKAGE_BUGREPORT ""
  2453. | #define PACKAGE_URL ""
  2454. | #define YYTEXT_POINTER 1
  2455. | #define STDC_HEADERS 1
  2456. | #define HAVE_SYS_TYPES_H 1
  2457. | #define HAVE_SYS_STAT_H 1
  2458. | #define HAVE_STDLIB_H 1
  2459. | #define HAVE_STRING_H 1
  2460. | #define HAVE_MEMORY_H 1
  2461. | #define HAVE_STRINGS_H 1
  2462. | #define HAVE_INTTYPES_H 1
  2463. | #define HAVE_UNISTD_H 1
  2464. | #define HAVE_DLFCN_H 1
  2465. | #define LT_OBJDIR ".libs/"
  2466. | /* end confdefs.h. */
  2467. |
  2468. | int
  2469. | main ()
  2470. | {
  2471. | return 0;
  2472. | ;
  2473. | return 0;
  2474. | }
  2475. configure:13180: result: no, unknown
  2476. configure:13210: checking for special C compiler options needed for large files
  2477. configure:13255: result: no
  2478. configure:13261: checking for _FILE_OFFSET_BITS value needed for large files
  2479. configure:13286: gcc -std=gnu99 -c -g -O2 -Wall -pthread conftest.c >&5
  2480. gcc: unrecognized option `-pthread'
  2481. conftest.c:27: warning: left shift count >= width of type
  2482. conftest.c:27: warning: left shift count >= width of type
  2483. conftest.c:29: error: size of array `off_t_is_large' is negative
  2484. configure:13286: $? = 1
  2485. configure: failed program was:
  2486. | /* confdefs.h */
  2487. | #define PACKAGE_NAME ""
  2488. | #define PACKAGE_TARNAME ""
  2489. | #define PACKAGE_VERSION ""
  2490. | #define PACKAGE_STRING ""
  2491. | #define PACKAGE_BUGREPORT ""
  2492. | #define PACKAGE_URL ""
  2493. | #define YYTEXT_POINTER 1
  2494. | #define STDC_HEADERS 1
  2495. | #define HAVE_SYS_TYPES_H 1
  2496. | #define HAVE_SYS_STAT_H 1
  2497. | #define HAVE_STDLIB_H 1
  2498. | #define HAVE_STRING_H 1
  2499. | #define HAVE_MEMORY_H 1
  2500. | #define HAVE_STRINGS_H 1
  2501. | #define HAVE_INTTYPES_H 1
  2502. | #define HAVE_UNISTD_H 1
  2503. | #define HAVE_DLFCN_H 1
  2504. | #define LT_OBJDIR ".libs/"
  2505. | /* end confdefs.h. */
  2506. | #include <sys/types.h>
  2507. | /* Check that off_t can represent 2**63 - 1 correctly.
  2508. | We can't simply define LARGE_OFF_T to be 9223372036854775807,
  2509. | since some C++ compilers masquerading as C compilers
  2510. | incorrectly reject 9223372036854775807. */
  2511. | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
  2512. | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
  2513. | && LARGE_OFF_T % 2147483647 == 1)
  2514. | ? 1 : -1];
  2515. | int
  2516. | main ()
  2517. | {
  2518. |
  2519. | ;
  2520. | return 0;
  2521. | }
  2522. configure:13310: gcc -std=gnu99 -c -g -O2 -Wall -pthread conftest.c >&5
  2523. gcc: unrecognized option `-pthread'
  2524. configure:13310: $? = 0
  2525. configure:13318: result: 64
  2526. configure:13476: gcc -std=gnu99 -o conftest -g -O2 -Wall -pthread conftest.c >&5
  2527. gcc: unrecognized option `-pthread'
  2528. conftest.c:23: error: thread-local storage not supported for this target
  2529. configure:13476: $? = 1
  2530. configure: failed program was:
  2531. | /* confdefs.h */
  2532. | #define PACKAGE_NAME ""
  2533. | #define PACKAGE_TARNAME ""
  2534. | #define PACKAGE_VERSION ""
  2535. | #define PACKAGE_STRING ""
  2536. | #define PACKAGE_BUGREPORT ""
  2537. | #define PACKAGE_URL ""
  2538. | #define YYTEXT_POINTER 1
  2539. | #define STDC_HEADERS 1
  2540. | #define HAVE_SYS_TYPES_H 1
  2541. | #define HAVE_SYS_STAT_H 1
  2542. | #define HAVE_STDLIB_H 1
  2543. | #define HAVE_STRING_H 1
  2544. | #define HAVE_MEMORY_H 1
  2545. | #define HAVE_STRINGS_H 1
  2546. | #define HAVE_INTTYPES_H 1
  2547. | #define HAVE_UNISTD_H 1
  2548. | #define HAVE_DLFCN_H 1
  2549. | #define LT_OBJDIR ".libs/"
  2550. | #define _FILE_OFFSET_BITS 64
  2551. | /* end confdefs.h. */
  2552. | #include <pthread.h>
  2553. | __thread int a;
  2554. |
  2555. | int
  2556. | main ()
  2557. | {
  2558. | a=0;
  2559. | ;
  2560. | return 0;
  2561. | }
  2562. configure:13487: checking how to enable static linking for certain libraries
  2563. configure:13493: result: GNU or Solaris
  2564. configure:13513: checking for ANSI C header files
  2565. configure:13614: result: yes
  2566. configure:13622: checking dmalloc.h usability
  2567. configure:13622: gcc -std=gnu99 -c -g -O2 -Wall -pthread conftest.c >&5
  2568. gcc: unrecognized option `-pthread'
  2569. conftest.c:56:21: dmalloc.h: No such file or directory
  2570. configure:13622: $? = 1
  2571. configure: failed program was:
  2572. | /* confdefs.h */
  2573. | #define PACKAGE_NAME ""
  2574. | #define PACKAGE_TARNAME ""
  2575. | #define PACKAGE_VERSION ""
  2576. | #define PACKAGE_STRING ""
  2577. | #define PACKAGE_BUGREPORT ""
  2578. | #define PACKAGE_URL ""
  2579. | #define YYTEXT_POINTER 1
  2580. | #define STDC_HEADERS 1
  2581. | #define HAVE_SYS_TYPES_H 1
  2582. | #define HAVE_SYS_STAT_H 1
  2583. | #define HAVE_STDLIB_H 1
  2584. | #define HAVE_STRING_H 1
  2585. | #define HAVE_MEMORY_H 1
  2586. | #define HAVE_STRINGS_H 1
  2587. | #define HAVE_INTTYPES_H 1
  2588. | #define HAVE_UNISTD_H 1
  2589. | #define HAVE_DLFCN_H 1
  2590. | #define LT_OBJDIR ".libs/"
  2591. | #define _FILE_OFFSET_BITS 64
  2592. | #define STDC_HEADERS 1
  2593. | /* end confdefs.h. */
  2594. | #include <stdio.h>
  2595. | #ifdef HAVE_SYS_TYPES_H
  2596. | # include <sys/types.h>
  2597. | #endif
  2598. | #ifdef HAVE_SYS_STAT_H
  2599. | # include <sys/stat.h>
  2600. | #endif
  2601. | #ifdef STDC_HEADERS
  2602. | # include <stdlib.h>
  2603. | # include <stddef.h>
  2604. | #else
  2605. | # ifdef HAVE_STDLIB_H
  2606. | # include <stdlib.h>
  2607. | # endif
  2608. | #endif
  2609. | #ifdef HAVE_STRING_H
  2610. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2611. | # include <memory.h>
  2612. | # endif
  2613. | # include <string.h>
  2614. | #endif
  2615. | #ifdef HAVE_STRINGS_H
  2616. | # include <strings.h>
  2617. | #endif
  2618. | #ifdef HAVE_INTTYPES_H
  2619. | # include <inttypes.h>
  2620. | #endif
  2621. | #ifdef HAVE_STDINT_H
  2622. | # include <stdint.h>
  2623. | #endif
  2624. | #ifdef HAVE_UNISTD_H
  2625. | # include <unistd.h>
  2626. | #endif
  2627. | #include <dmalloc.h>
  2628. configure:13622: result: no
  2629. configure:13622: checking dmalloc.h presence
  2630. configure:13622: gcc -std=gnu99 -E conftest.c
  2631. conftest.c:23:21: dmalloc.h: No such file or directory
  2632. configure:13622: $? = 1
  2633. configure: failed program was:
  2634. | /* confdefs.h */
  2635. | #define PACKAGE_NAME ""
  2636. | #define PACKAGE_TARNAME ""
  2637. | #define PACKAGE_VERSION ""
  2638. | #define PACKAGE_STRING ""
  2639. | #define PACKAGE_BUGREPORT ""
  2640. | #define PACKAGE_URL ""
  2641. | #define YYTEXT_POINTER 1
  2642. | #define STDC_HEADERS 1
  2643. | #define HAVE_SYS_TYPES_H 1
  2644. | #define HAVE_SYS_STAT_H 1
  2645. | #define HAVE_STDLIB_H 1
  2646. | #define HAVE_STRING_H 1
  2647. | #define HAVE_MEMORY_H 1
  2648. | #define HAVE_STRINGS_H 1
  2649. | #define HAVE_INTTYPES_H 1
  2650. | #define HAVE_UNISTD_H 1
  2651. | #define HAVE_DLFCN_H 1
  2652. | #define LT_OBJDIR ".libs/"
  2653. | #define _FILE_OFFSET_BITS 64
  2654. | #define STDC_HEADERS 1
  2655. | /* end confdefs.h. */
  2656. | #include <dmalloc.h>
  2657. configure:13622: result: no
  2658. configure:13622: checking for dmalloc.h
  2659. configure:13622: result: no
  2660. configure:13631: checking for strings.h
  2661. configure:13631: result: yes
  2662. configure:13631: checking getopt.h usability
  2663. configure:13631: gcc -std=gnu99 -c -g -O2 -Wall -pthread conftest.c >&5
  2664. gcc: unrecognized option `-pthread'
  2665. conftest.c:57:20: getopt.h: No such file or directory
  2666. configure:13631: $? = 1
  2667. configure: failed program was:
  2668. | /* confdefs.h */
  2669. | #define PACKAGE_NAME ""
  2670. | #define PACKAGE_TARNAME ""
  2671. | #define PACKAGE_VERSION ""
  2672. | #define PACKAGE_STRING ""
  2673. | #define PACKAGE_BUGREPORT ""
  2674. | #define PACKAGE_URL ""
  2675. | #define YYTEXT_POINTER 1
  2676. | #define STDC_HEADERS 1
  2677. | #define HAVE_SYS_TYPES_H 1
  2678. | #define HAVE_SYS_STAT_H 1
  2679. | #define HAVE_STDLIB_H 1
  2680. | #define HAVE_STRING_H 1
  2681. | #define HAVE_MEMORY_H 1
  2682. | #define HAVE_STRINGS_H 1
  2683. | #define HAVE_INTTYPES_H 1
  2684. | #define HAVE_UNISTD_H 1
  2685. | #define HAVE_DLFCN_H 1
  2686. | #define LT_OBJDIR ".libs/"
  2687. | #define _FILE_OFFSET_BITS 64
  2688. | #define STDC_HEADERS 1
  2689. | #define HAVE_STRINGS_H 1
  2690. | /* end confdefs.h. */
  2691. | #include <stdio.h>
  2692. | #ifdef HAVE_SYS_TYPES_H
  2693. | # include <sys/types.h>
  2694. | #endif
  2695. | #ifdef HAVE_SYS_STAT_H
  2696. | # include <sys/stat.h>
  2697. | #endif
  2698. | #ifdef STDC_HEADERS
  2699. | # include <stdlib.h>
  2700. | # include <stddef.h>
  2701. | #else
  2702. | # ifdef HAVE_STDLIB_H
  2703. | # include <stdlib.h>
  2704. | # endif
  2705. | #endif
  2706. | #ifdef HAVE_STRING_H
  2707. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2708. | # include <memory.h>
  2709. | # endif
  2710. | # include <string.h>
  2711. | #endif
  2712. | #ifdef HAVE_STRINGS_H
  2713. | # include <strings.h>
  2714. | #endif
  2715. | #ifdef HAVE_INTTYPES_H
  2716. | # include <inttypes.h>
  2717. | #endif
  2718. | #ifdef HAVE_STDINT_H
  2719. | # include <stdint.h>
  2720. | #endif
  2721. | #ifdef HAVE_UNISTD_H
  2722. | # include <unistd.h>
  2723. | #endif
  2724. | #include <getopt.h>
  2725. configure:13631: result: no
  2726. configure:13631: checking getopt.h presence
  2727. configure:13631: gcc -std=gnu99 -E conftest.c
  2728. conftest.c:24:20: getopt.h: No such file or directory
  2729. configure:13631: $? = 1
  2730. configure: failed program was:
  2731. | /* confdefs.h */
  2732. | #define PACKAGE_NAME ""
  2733. | #define PACKAGE_TARNAME ""
  2734. | #define PACKAGE_VERSION ""
  2735. | #define PACKAGE_STRING ""
  2736. | #define PACKAGE_BUGREPORT ""
  2737. | #define PACKAGE_URL ""
  2738. | #define YYTEXT_POINTER 1
  2739. | #define STDC_HEADERS 1
  2740. | #define HAVE_SYS_TYPES_H 1
  2741. | #define HAVE_SYS_STAT_H 1
  2742. | #define HAVE_STDLIB_H 1
  2743. | #define HAVE_STRING_H 1
  2744. | #define HAVE_MEMORY_H 1
  2745. | #define HAVE_STRINGS_H 1
  2746. | #define HAVE_INTTYPES_H 1
  2747. | #define HAVE_UNISTD_H 1
  2748. | #define HAVE_DLFCN_H 1
  2749. | #define LT_OBJDIR ".libs/"
  2750. | #define _FILE_OFFSET_BITS 64
  2751. | #define STDC_HEADERS 1
  2752. | #define HAVE_STRINGS_H 1
  2753. | /* end confdefs.h. */
  2754. | #include <getopt.h>
  2755. configure:13631: result: no
  2756. configure:13631: checking for getopt.h
  2757. configure:13631: result: no
  2758. configure:13631: checking stropts.h usability
  2759. configure:13631: gcc -std=gnu99 -c -g -O2 -Wall -pthread conftest.c >&5
  2760. gcc: unrecognized option `-pthread'
  2761. configure:13631: $? = 0
  2762. configure:13631: result: yes
  2763. configure:13631: checking stropts.h presence
  2764. configure:13631: gcc -std=gnu99 -E conftest.c
  2765. configure:13631: $? = 0
  2766. configure:13631: result: yes
  2767. configure:13631: checking for stropts.h
  2768. configure:13631: result: yes
  2769. configure:13631: checking sys/strlog.h usability
  2770. configure:13631: gcc -std=gnu99 -c -g -O2 -Wall -pthread conftest.c >&5
  2771. gcc: unrecognized option `-pthread'
  2772. configure:13631: $? = 0
  2773. configure:13631: result: yes
  2774. configure:13631: checking sys/strlog.h presence
  2775. configure:13631: gcc -std=gnu99 -E conftest.c
  2776. configure:13631: $? = 0
  2777. configure:13631: result: yes
  2778. configure:13631: checking for sys/strlog.h
  2779. configure:13631: result: yes
  2780. configure:13631: checking door.h usability
  2781. configure:13631: gcc -std=gnu99 -c -g -O2 -Wall -pthread conftest.c >&5
  2782. gcc: unrecognized option `-pthread'
  2783. configure:13631: $? = 0
  2784. configure:13631: result: yes
  2785. configure:13631: checking door.h presence
  2786. configure:13631: gcc -std=gnu99 -E conftest.c
  2787. configure:13631: $? = 0
  2788. configure:13631: result: yes
  2789. configure:13631: checking for door.h
  2790. configure:13631: result: yes
  2791. configure:13631: checking sys/capability.h usability
  2792. configure:13631: gcc -std=gnu99 -c -g -O2 -Wall -pthread conftest.c >&5
  2793. gcc: unrecognized option `-pthread'
  2794. conftest.c:60:28: sys/capability.h: No such file or directory
  2795. configure:13631: $? = 1
  2796. configure: failed program was:
  2797. | /* confdefs.h */
  2798. | #define PACKAGE_NAME ""
  2799. | #define PACKAGE_TARNAME ""
  2800. | #define PACKAGE_VERSION ""
  2801. | #define PACKAGE_STRING ""
  2802. | #define PACKAGE_BUGREPORT ""
  2803. | #define PACKAGE_URL ""
  2804. | #define YYTEXT_POINTER 1
  2805. | #define STDC_HEADERS 1
  2806. | #define HAVE_SYS_TYPES_H 1
  2807. | #define HAVE_SYS_STAT_H 1
  2808. | #define HAVE_STDLIB_H 1
  2809. | #define HAVE_STRING_H 1
  2810. | #define HAVE_MEMORY_H 1
  2811. | #define HAVE_STRINGS_H 1
  2812. | #define HAVE_INTTYPES_H 1
  2813. | #define HAVE_UNISTD_H 1
  2814. | #define HAVE_DLFCN_H 1
  2815. | #define LT_OBJDIR ".libs/"
  2816. | #define _FILE_OFFSET_BITS 64
  2817. | #define STDC_HEADERS 1
  2818. | #define HAVE_STRINGS_H 1
  2819. | #define HAVE_STROPTS_H 1
  2820. | #define HAVE_SYS_STRLOG_H 1
  2821. | #define HAVE_DOOR_H 1
  2822. | /* end confdefs.h. */
  2823. | #include <stdio.h>
  2824. | #ifdef HAVE_SYS_TYPES_H
  2825. | # include <sys/types.h>
  2826. | #endif
  2827. | #ifdef HAVE_SYS_STAT_H
  2828. | # include <sys/stat.h>
  2829. | #endif
  2830. | #ifdef STDC_HEADERS
  2831. | # include <stdlib.h>
  2832. | # include <stddef.h>
  2833. | #else
  2834. | # ifdef HAVE_STDLIB_H
  2835. | # include <stdlib.h>
  2836. | # endif
  2837. | #endif
  2838. | #ifdef HAVE_STRING_H
  2839. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2840. | # include <memory.h>
  2841. | # endif
  2842. | # include <string.h>
  2843. | #endif
  2844. | #ifdef HAVE_STRINGS_H
  2845. | # include <strings.h>
  2846. | #endif
  2847. | #ifdef HAVE_INTTYPES_H
  2848. | # include <inttypes.h>
  2849. | #endif
  2850. | #ifdef HAVE_STDINT_H
  2851. | # include <stdint.h>
  2852. | #endif
  2853. | #ifdef HAVE_UNISTD_H
  2854. | # include <unistd.h>
  2855. | #endif
  2856. | #include <sys/capability.h>
  2857. configure:13631: result: no
  2858. configure:13631: checking sys/capability.h presence
  2859. configure:13631: gcc -std=gnu99 -E conftest.c
  2860. conftest.c:27:28: sys/capability.h: No such file or directory
  2861. configure:13631: $? = 1
  2862. configure: failed program was:
  2863. | /* confdefs.h */
  2864. | #define PACKAGE_NAME ""
  2865. | #define PACKAGE_TARNAME ""
  2866. | #define PACKAGE_VERSION ""
  2867. | #define PACKAGE_STRING ""
  2868. | #define PACKAGE_BUGREPORT ""
  2869. | #define PACKAGE_URL ""
  2870. | #define YYTEXT_POINTER 1
  2871. | #define STDC_HEADERS 1
  2872. | #define HAVE_SYS_TYPES_H 1
  2873. | #define HAVE_SYS_STAT_H 1
  2874. | #define HAVE_STDLIB_H 1
  2875. | #define HAVE_STRING_H 1
  2876. | #define HAVE_MEMORY_H 1
  2877. | #define HAVE_STRINGS_H 1
  2878. | #define HAVE_INTTYPES_H 1
  2879. | #define HAVE_UNISTD_H 1
  2880. | #define HAVE_DLFCN_H 1
  2881. | #define LT_OBJDIR ".libs/"
  2882. | #define _FILE_OFFSET_BITS 64
  2883. | #define STDC_HEADERS 1
  2884. | #define HAVE_STRINGS_H 1
  2885. | #define HAVE_STROPTS_H 1
  2886. | #define HAVE_SYS_STRLOG_H 1
  2887. | #define HAVE_DOOR_H 1
  2888. | /* end confdefs.h. */
  2889. | #include <sys/capability.h>
  2890. configure:13631: result: no
  2891. configure:13631: checking for sys/capability.h
  2892. configure:13631: result: no
  2893. configure:13631: checking sys/prctl.h usability
  2894. configure:13631: gcc -std=gnu99 -c -g -O2 -Wall -pthread conftest.c >&5
  2895. gcc: unrecognized option `-pthread'
  2896. conftest.c:60:23: sys/prctl.h: No such file or directory
  2897. configure:13631: $? = 1
  2898. configure: failed program was:
  2899. | /* confdefs.h */
  2900. | #define PACKAGE_NAME ""
  2901. | #define PACKAGE_TARNAME ""
  2902. | #define PACKAGE_VERSION ""
  2903. | #define PACKAGE_STRING ""
  2904. | #define PACKAGE_BUGREPORT ""
  2905. | #define PACKAGE_URL ""
  2906. | #define YYTEXT_POINTER 1
  2907. | #define STDC_HEADERS 1
  2908. | #define HAVE_SYS_TYPES_H 1
  2909. | #define HAVE_SYS_STAT_H 1
  2910. | #define HAVE_STDLIB_H 1
  2911. | #define HAVE_STRING_H 1
  2912. | #define HAVE_MEMORY_H 1
  2913. | #define HAVE_STRINGS_H 1
  2914. | #define HAVE_INTTYPES_H 1
  2915. | #define HAVE_UNISTD_H 1
  2916. | #define HAVE_DLFCN_H 1
  2917. | #define LT_OBJDIR ".libs/"
  2918. | #define _FILE_OFFSET_BITS 64
  2919. | #define STDC_HEADERS 1
  2920. | #define HAVE_STRINGS_H 1
  2921. | #define HAVE_STROPTS_H 1
  2922. | #define HAVE_SYS_STRLOG_H 1
  2923. | #define HAVE_DOOR_H 1
  2924. | /* end confdefs.h. */
  2925. | #include <stdio.h>
  2926. | #ifdef HAVE_SYS_TYPES_H
  2927. | # include <sys/types.h>
  2928. | #endif
  2929. | #ifdef HAVE_SYS_STAT_H
  2930. | # include <sys/stat.h>
  2931. | #endif
  2932. | #ifdef STDC_HEADERS
  2933. | # include <stdlib.h>
  2934. | # include <stddef.h>
  2935. | #else
  2936. | # ifdef HAVE_STDLIB_H
  2937. | # include <stdlib.h>
  2938. | # endif
  2939. | #endif
  2940. | #ifdef HAVE_STRING_H
  2941. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2942. | # include <memory.h>
  2943. | # endif
  2944. | # include <string.h>
  2945. | #endif
  2946. | #ifdef HAVE_STRINGS_H
  2947. | # include <strings.h>
  2948. | #endif
  2949. | #ifdef HAVE_INTTYPES_H
  2950. | # include <inttypes.h>
  2951. | #endif
  2952. | #ifdef HAVE_STDINT_H
  2953. | # include <stdint.h>
  2954. | #endif
  2955. | #ifdef HAVE_UNISTD_H
  2956. | # include <unistd.h>
  2957. | #endif
  2958. | #include <sys/prctl.h>
  2959. configure:13631: result: no
  2960. configure:13631: checking sys/prctl.h presence
  2961. configure:13631: gcc -std=gnu99 -E conftest.c
  2962. conftest.c:27:23: sys/prctl.h: No such file or directory
  2963. configure:13631: $? = 1
  2964. configure: failed program was:
  2965. | /* confdefs.h */
  2966. | #define PACKAGE_NAME ""
  2967. | #define PACKAGE_TARNAME ""
  2968. | #define PACKAGE_VERSION ""
  2969. | #define PACKAGE_STRING ""
  2970. | #define PACKAGE_BUGREPORT ""
  2971. | #define PACKAGE_URL ""
  2972. | #define YYTEXT_POINTER 1
  2973. | #define STDC_HEADERS 1
  2974. | #define HAVE_SYS_TYPES_H 1
  2975. | #define HAVE_SYS_STAT_H 1
  2976. | #define HAVE_STDLIB_H 1
  2977. | #define HAVE_STRING_H 1
  2978. | #define HAVE_MEMORY_H 1
  2979. | #define HAVE_STRINGS_H 1
  2980. | #define HAVE_INTTYPES_H 1
  2981. | #define HAVE_UNISTD_H 1
  2982. | #define HAVE_DLFCN_H 1
  2983. | #define LT_OBJDIR ".libs/"
  2984. | #define _FILE_OFFSET_BITS 64
  2985. | #define STDC_HEADERS 1
  2986. | #define HAVE_STRINGS_H 1
  2987. | #define HAVE_STROPTS_H 1
  2988. | #define HAVE_SYS_STRLOG_H 1
  2989. | #define HAVE_DOOR_H 1
  2990. | /* end confdefs.h. */
  2991. | #include <sys/prctl.h>
  2992. configure:13631: result: no
  2993. configure:13631: checking for sys/prctl.h
  2994. configure:13631: result: no
  2995. configure:13643: checking tcpd.h usability
  2996. configure:13643: gcc -std=gnu99 -c -g -O2 -Wall -pthread conftest.c >&5
  2997. gcc: unrecognized option `-pthread'
  2998. conftest.c:60:18: tcpd.h: No such file or directory
  2999. configure:13643: $? = 1
  3000. configure: failed program was:
  3001. | /* confdefs.h */
  3002. | #define PACKAGE_NAME ""
  3003. | #define PACKAGE_TARNAME ""
  3004. | #define PACKAGE_VERSION ""
  3005. | #define PACKAGE_STRING ""
  3006. | #define PACKAGE_BUGREPORT ""
  3007. | #define PACKAGE_URL ""
  3008. | #define YYTEXT_POINTER 1
  3009. | #define STDC_HEADERS 1
  3010. | #define HAVE_SYS_TYPES_H 1
  3011. | #define HAVE_SYS_STAT_H 1
  3012. | #define HAVE_STDLIB_H 1
  3013. | #define HAVE_STRING_H 1
  3014. | #define HAVE_MEMORY_H 1
  3015. | #define HAVE_STRINGS_H 1
  3016. | #define HAVE_INTTYPES_H 1
  3017. | #define HAVE_UNISTD_H 1
  3018. | #define HAVE_DLFCN_H 1
  3019. | #define LT_OBJDIR ".libs/"
  3020. | #define _FILE_OFFSET_BITS 64
  3021. | #define STDC_HEADERS 1
  3022. | #define HAVE_STRINGS_H 1
  3023. | #define HAVE_STROPTS_H 1
  3024. | #define HAVE_SYS_STRLOG_H 1
  3025. | #define HAVE_DOOR_H 1
  3026. | /* end confdefs.h. */
  3027. | #include <stdio.h>
  3028. | #ifdef HAVE_SYS_TYPES_H
  3029. | # include <sys/types.h>
  3030. | #endif
  3031. | #ifdef HAVE_SYS_STAT_H
  3032. | # include <sys/stat.h>
  3033. | #endif
  3034. | #ifdef STDC_HEADERS
  3035. | # include <stdlib.h>
  3036. | # include <stddef.h>
  3037. | #else
  3038. | # ifdef HAVE_STDLIB_H
  3039. | # include <stdlib.h>
  3040. | # endif
  3041. | #endif
  3042. | #ifdef HAVE_STRING_H
  3043. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3044. | # include <memory.h>
  3045. | # endif
  3046. | # include <string.h>
  3047. | #endif
  3048. | #ifdef HAVE_STRINGS_H
  3049. | # include <strings.h>
  3050. | #endif
  3051. | #ifdef HAVE_INTTYPES_H
  3052. | # include <inttypes.h>
  3053. | #endif
  3054. | #ifdef HAVE_STDINT_H
  3055. | # include <stdint.h>
  3056. | #endif
  3057. | #ifdef HAVE_UNISTD_H
  3058. | # include <unistd.h>
  3059. | #endif
  3060. | #include <tcpd.h>
  3061. configure:13643: result: no
  3062. configure:13643: checking tcpd.h presence
  3063. configure:13643: gcc -std=gnu99 -E conftest.c
  3064. conftest.c:27:18: tcpd.h: No such file or directory
  3065. configure:13643: $? = 1
  3066. configure: failed program was:
  3067. | /* confdefs.h */
  3068. | #define PACKAGE_NAME ""
  3069. | #define PACKAGE_TARNAME ""
  3070. | #define PACKAGE_VERSION ""
  3071. | #define PACKAGE_STRING ""
  3072. | #define PACKAGE_BUGREPORT ""
  3073. | #define PACKAGE_URL ""
  3074. | #define YYTEXT_POINTER 1
  3075. | #define STDC_HEADERS 1
  3076. | #define HAVE_SYS_TYPES_H 1
  3077. | #define HAVE_SYS_STAT_H 1
  3078. | #define HAVE_STDLIB_H 1
  3079. | #define HAVE_STRING_H 1
  3080. | #define HAVE_MEMORY_H 1
  3081. | #define HAVE_STRINGS_H 1
  3082. | #define HAVE_INTTYPES_H 1
  3083. | #define HAVE_UNISTD_H 1
  3084. | #define HAVE_DLFCN_H 1
  3085. | #define LT_OBJDIR ".libs/"
  3086. | #define _FILE_OFFSET_BITS 64
  3087. | #define STDC_HEADERS 1
  3088. | #define HAVE_STRINGS_H 1
  3089. | #define HAVE_STROPTS_H 1
  3090. | #define HAVE_SYS_STRLOG_H 1
  3091. | #define HAVE_DOOR_H 1
  3092. | /* end confdefs.h. */
  3093. | #include <tcpd.h>
  3094. configure:13643: result: no
  3095. configure:13643: checking for tcpd.h
  3096. configure:13643: result: no
  3097. configure:13656: checking whether struct tm is in sys/time.h or time.h
  3098. configure:13676: gcc -std=gnu99 -c -g -O2 -Wall -pthread conftest.c >&5
  3099. gcc: unrecognized option `-pthread'
  3100. configure:13676: $? = 0
  3101. configure:13683: result: time.h
  3102. configure:13692: checking for SO_ACCEPTCONN
  3103. conftest.c:29:20: socket.h: No such file or directory
  3104. configure:13714: result: no
  3105. configure:13723: checking for struct tm.tm_gmtoff
  3106. configure:13723: gcc -std=gnu99 -c -g -O2 -Wall -pthread conftest.c >&5
  3107. gcc: unrecognized option `-pthread'
  3108. conftest.c: In function `main':
  3109. conftest.c:38: error: structure has no member named `tm_gmtoff'
  3110. configure:13723: $? = 1
  3111. configure: failed program was:
  3112. | /* confdefs.h */
  3113. | #define PACKAGE_NAME ""
  3114. | #define PACKAGE_TARNAME ""
  3115. | #define PACKAGE_VERSION ""
  3116. | #define PACKAGE_STRING ""
  3117. | #define PACKAGE_BUGREPORT ""
  3118. | #define PACKAGE_URL ""
  3119. | #define YYTEXT_POINTER 1
  3120. | #define STDC_HEADERS 1
  3121. | #define HAVE_SYS_TYPES_H 1
  3122. | #define HAVE_SYS_STAT_H 1
  3123. | #define HAVE_STDLIB_H 1
  3124. | #define HAVE_STRING_H 1
  3125. | #define HAVE_MEMORY_H 1
  3126. | #define HAVE_STRINGS_H 1
  3127. | #define HAVE_INTTYPES_H 1
  3128. | #define HAVE_UNISTD_H 1
  3129. | #define HAVE_DLFCN_H 1
  3130. | #define LT_OBJDIR ".libs/"
  3131. | #define _FILE_OFFSET_BITS 64
  3132. | #define STDC_HEADERS 1
  3133. | #define HAVE_STRINGS_H 1
  3134. | #define HAVE_STROPTS_H 1
  3135. | #define HAVE_SYS_STRLOG_H 1
  3136. | #define HAVE_DOOR_H 1
  3137. | /* end confdefs.h. */
  3138. |
  3139. | #if TM_IN_SYS_TIME
  3140. | #include <sys/time.h>
  3141. | #else
  3142. | #include <time.h>
  3143. | #endif
  3144. |
  3145. | int
  3146. | main ()
  3147. | {
  3148. | static struct tm ac_aggr;
  3149. | if (ac_aggr.tm_gmtoff)
  3150. | return 0;
  3151. | ;
  3152. | return 0;
  3153. | }
  3154. configure:13723: gcc -std=gnu99 -c -g -O2 -Wall -pthread conftest.c >&5
  3155. gcc: unrecognized option `-pthread'
  3156. conftest.c: In function `main':
  3157. conftest.c:38: error: structure has no member named `tm_gmtoff'
  3158. configure:13723: $? = 1
  3159. configure: failed program was:
  3160. | /* confdefs.h */
  3161. | #define PACKAGE_NAME ""
  3162. | #define PACKAGE_TARNAME ""
  3163. | #define PACKAGE_VERSION ""
  3164. | #define PACKAGE_STRING ""
  3165. | #define PACKAGE_BUGREPORT ""
  3166. | #define PACKAGE_URL ""
  3167. | #define YYTEXT_POINTER 1
  3168. | #define STDC_HEADERS 1
  3169. | #define HAVE_SYS_TYPES_H 1
  3170. | #define HAVE_SYS_STAT_H 1
  3171. | #define HAVE_STDLIB_H 1
  3172. | #define HAVE_STRING_H 1
  3173. | #define HAVE_MEMORY_H 1
  3174. | #define HAVE_STRINGS_H 1
  3175. | #define HAVE_INTTYPES_H 1
  3176. | #define HAVE_UNISTD_H 1
  3177. | #define HAVE_DLFCN_H 1
  3178. | #define LT_OBJDIR ".libs/"
  3179. | #define _FILE_OFFSET_BITS 64
  3180. | #define STDC_HEADERS 1
  3181. | #define HAVE_STRINGS_H 1
  3182. | #define HAVE_STROPTS_H 1
  3183. | #define HAVE_SYS_STRLOG_H 1
  3184. | #define HAVE_DOOR_H 1
  3185. | /* end confdefs.h. */
  3186. |
  3187. | #if TM_IN_SYS_TIME
  3188. | #include <sys/time.h>
  3189. | #else
  3190. | #include <time.h>
  3191. | #endif
  3192. |
  3193. | int
  3194. | main ()
  3195. | {
  3196. | static struct tm ac_aggr;
  3197. | if (sizeof ac_aggr.tm_gmtoff)
  3198. | return 0;
  3199. | ;
  3200. | return 0;
  3201. | }
  3202. configure:13723: result: no
  3203. configure:13737: checking for I_CONSLOG
  3204. configure:13758: result: yes
  3205. configure:13763: checking for O_LARGEFILE
  3206. configure:13784: result: yes
  3207. configure:13794: checking for struct sockaddr_storage
  3208. configure:13813: result: yes
  3209. configure:13822: checking for struct sockaddr_in6
  3210. configure:13841: result: yes
  3211. configure:13844: checking for PR_SET_KEEPCAPS
  3212. conftest.c:30:23: sys/prctl.h: No such file or directory
  3213. configure:13866: result: no
  3214. configure:13881: checking for door_create in -ldoor
  3215. configure:13906: gcc -std=gnu99 -o conftest -g -O2 -Wall -pthread conftest.c -ldoor >&5
  3216. gcc: unrecognized option `-pthread'
  3217. configure:13906: $? = 0
  3218. configure:13915: result: yes
  3219. configure:13921: checking for socket in -lsocket
  3220. configure:13946: gcc -std=gnu99 -o conftest -g -O2 -Wall -pthread conftest.c -lsocket >&5
  3221. gcc: unrecognized option `-pthread'
  3222. configure:13946: $? = 0
  3223. configure:13955: result: yes
  3224. configure:13961: checking for nanosleep in -lrt
  3225. configure:13986: gcc -std=gnu99 -o conftest -g -O2 -Wall -pthread conftest.c -lrt >&5
  3226. gcc: unrecognized option `-pthread'
  3227. configure:13986: $? = 0
  3228. configure:13995: result: yes
  3229. configure:14001: checking for gethostbyname in -lnsl
  3230. configure:14026: gcc -std=gnu99 -o conftest -g -O2 -Wall -pthread conftest.c -lnsl >&5
  3231. gcc: unrecognized option `-pthread'
  3232. configure:14026: $? = 0
  3233. configure:14035: result: yes
  3234. configure:14041: checking for regexec in -lregex
  3235. configure:14066: gcc -std=gnu99 -o conftest -g -O2 -Wall -pthread conftest.c -lregex >&5
  3236. gcc: unrecognized option `-pthread'
  3237. ld: fatal: library -lregex: not found
  3238. ld: fatal: File processing errors. No output written to conftest
  3239. collect2: ld returned 1 exit status
  3240. configure:14066: $? = 1
  3241. configure: failed program was:
  3242. | /* confdefs.h */
  3243. | #define PACKAGE_NAME ""
  3244. | #define PACKAGE_TARNAME ""
  3245. | #define PACKAGE_VERSION ""
  3246. | #define PACKAGE_STRING ""
  3247. | #define PACKAGE_BUGREPORT ""
  3248. | #define PACKAGE_URL ""
  3249. | #define YYTEXT_POINTER 1
  3250. | #define STDC_HEADERS 1
  3251. | #define HAVE_SYS_TYPES_H 1
  3252. | #define HAVE_SYS_STAT_H 1
  3253. | #define HAVE_STDLIB_H 1
  3254. | #define HAVE_STRING_H 1
  3255. | #define HAVE_MEMORY_H 1
  3256. | #define HAVE_STRINGS_H 1
  3257. | #define HAVE_INTTYPES_H 1
  3258. | #define HAVE_UNISTD_H 1
  3259. | #define HAVE_DLFCN_H 1
  3260. | #define LT_OBJDIR ".libs/"
  3261. | #define _FILE_OFFSET_BITS 64
  3262. | #define STDC_HEADERS 1
  3263. | #define HAVE_STRINGS_H 1
  3264. | #define HAVE_STROPTS_H 1
  3265. | #define HAVE_SYS_STRLOG_H 1
  3266. | #define HAVE_DOOR_H 1
  3267. | #define HAVE_O_LARGEFILE 1
  3268. | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  3269. | #define HAVE_ENVIRON 1
  3270. | /* end confdefs.h. */
  3271. |
  3272. | /* Override any GCC internal prototype to avoid an error.
  3273. | Use char because int might match the return type of a GCC
  3274. | builtin and then its argument prototype would still apply. */
  3275. | #ifdef __cplusplus
  3276. | extern "C"
  3277. | #endif
  3278. | char regexec ();
  3279. | int
  3280. | main ()
  3281. | {
  3282. | return regexec ();
  3283. | ;
  3284. | return 0;
  3285. | }
  3286. configure:14075: result: no
  3287. configure:14081: checking for res_init in -lresolv
  3288. configure:14106: gcc -std=gnu99 -o conftest -g -O2 -Wall -pthread conftest.c -lresolv >&5
  3289. gcc: unrecognized option `-pthread'
  3290. configure:14106: $? = 0
  3291. configure:14115: result: yes
  3292. configure:14124: checking for cap_set_proc in -lcap
  3293. configure:14149: gcc -std=gnu99 -o conftest -g -O2 -Wall -pthread conftest.c -lcap >&5
  3294. gcc: unrecognized option `-pthread'
  3295. ld: fatal: library -lcap: not found
  3296. ld: fatal: File processing errors. No output written to conftest
  3297. collect2: ld returned 1 exit status
  3298. configure:14149: $? = 1
  3299. configure: failed program was:
  3300. | /* confdefs.h */
  3301. | #define PACKAGE_NAME ""
  3302. | #define PACKAGE_TARNAME ""
  3303. | #define PACKAGE_VERSION ""
  3304. | #define PACKAGE_STRING ""
  3305. | #define PACKAGE_BUGREPORT ""
  3306. | #define PACKAGE_URL ""
  3307. | #define YYTEXT_POINTER 1
  3308. | #define STDC_HEADERS 1
  3309. | #define HAVE_SYS_TYPES_H 1
  3310. | #define HAVE_SYS_STAT_H 1
  3311. | #define HAVE_STDLIB_H 1
  3312. | #define HAVE_STRING_H 1
  3313. | #define HAVE_MEMORY_H 1
  3314. | #define HAVE_STRINGS_H 1
  3315. | #define HAVE_INTTYPES_H 1
  3316. | #define HAVE_UNISTD_H 1
  3317. | #define HAVE_DLFCN_H 1
  3318. | #define LT_OBJDIR ".libs/"
  3319. | #define _FILE_OFFSET_BITS 64
  3320. | #define STDC_HEADERS 1
  3321. | #define HAVE_STRINGS_H 1
  3322. | #define HAVE_STROPTS_H 1
  3323. | #define HAVE_SYS_STRLOG_H 1
  3324. | #define HAVE_DOOR_H 1
  3325. | #define HAVE_O_LARGEFILE 1
  3326. | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  3327. | #define HAVE_ENVIRON 1
  3328. | /* end confdefs.h. */
  3329. |
  3330. | /* Override any GCC internal prototype to avoid an error.
  3331. | Use char because int might match the return type of a GCC
  3332. | builtin and then its argument prototype would still apply. */
  3333. | #ifdef __cplusplus
  3334. | extern "C"
  3335. | #endif
  3336. | char cap_set_proc ();
  3337. | int
  3338. | main ()
  3339. | {
  3340. | return cap_set_proc ();
  3341. | ;
  3342. | return 0;
  3343. | }
  3344. configure:14158: result: no
  3345. configure:14169: checking for strdup
  3346. configure:14169: gcc -std=gnu99 -o conftest -g -O2 -Wall -pthread conftest.c >&5
  3347. gcc: unrecognized option `-pthread'
  3348. conftest.c:53: warning: conflicting types for built-in function 'strdup'
  3349. configure:14169: $? = 0
  3350. configure:14169: result: yes
  3351. configure:14169: checking for strtol
  3352. configure:14169: gcc -std=gnu99 -o conftest -g -O2 -Wall -pthread conftest.c >&5
  3353. gcc: unrecognized option `-pthread'
  3354. configure:14169: $? = 0
  3355. configure:14169: result: yes
  3356. configure:14169: checking for strtoll
  3357. configure:14169: gcc -std=gnu99 -o conftest -g -O2 -Wall -pthread conftest.c >&5
  3358. gcc: unrecognized option `-pthread'
  3359. configure:14169: $? = 0
  3360. configure:14169: result: yes
  3361. configure:14169: checking for strtoimax
  3362. configure:14169: gcc -std=gnu99 -o conftest -g -O2 -Wall -pthread conftest.c >&5
  3363. gcc: unrecognized option `-pthread'
  3364. Undefined first referenced
  3365. symbol in file
  3366. strtoimax /var/tmp//ccAmNA01.o
  3367. ld: fatal: Symbol referencing errors. No output written to conftest
  3368. collect2: ld returned 1 exit status
  3369. configure:14169: $? = 1
  3370. configure: failed program was:
  3371. | /* confdefs.h */
  3372. | #define PACKAGE_NAME ""
  3373. | #define PACKAGE_TARNAME ""
  3374. | #define PACKAGE_VERSION ""
  3375. | #define PACKAGE_STRING ""
  3376. | #define PACKAGE_BUGREPORT ""
  3377. | #define PACKAGE_URL ""
  3378. | #define YYTEXT_POINTER 1
  3379. | #define STDC_HEADERS 1
  3380. | #define HAVE_SYS_TYPES_H 1
  3381. | #define HAVE_SYS_STAT_H 1
  3382. | #define HAVE_STDLIB_H 1
  3383. | #define HAVE_STRING_H 1
  3384. | #define HAVE_MEMORY_H 1
  3385. | #define HAVE_STRINGS_H 1
  3386. | #define HAVE_INTTYPES_H 1
  3387. | #define HAVE_UNISTD_H 1
  3388. | #define HAVE_DLFCN_H 1
  3389. | #define LT_OBJDIR ".libs/"
  3390. | #define _FILE_OFFSET_BITS 64
  3391. | #define STDC_HEADERS 1
  3392. | #define HAVE_STRINGS_H 1
  3393. | #define HAVE_STROPTS_H 1
  3394. | #define HAVE_SYS_STRLOG_H 1
  3395. | #define HAVE_DOOR_H 1
  3396. | #define HAVE_O_LARGEFILE 1
  3397. | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  3398. | #define HAVE_ENVIRON 1
  3399. | #define HAVE_STRDUP 1
  3400. | #define HAVE_STRTOL 1
  3401. | #define HAVE_STRTOLL 1
  3402. | /* end confdefs.h. */
  3403. | /* Define strtoimax to an innocuous variant, in case <limits.h> declares strtoimax.
  3404. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  3405. | #define strtoimax innocuous_strtoimax
  3406. |
  3407. | /* System header to define __stub macros and hopefully few prototypes,
  3408. | which can conflict with char strtoimax (); below.
  3409. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3410. | <limits.h> exists even on freestanding compilers. */
  3411. |
  3412. | #ifdef __STDC__
  3413. | # include <limits.h>
  3414. | #else
  3415. | # include <assert.h>
  3416. | #endif
  3417. |
  3418. | #undef strtoimax
  3419. |
  3420. | /* Override any GCC internal prototype to avoid an error.
  3421. | Use char because int might match the return type of a GCC
  3422. | builtin and then its argument prototype would still apply. */
  3423. | #ifdef __cplusplus
  3424. | extern "C"
  3425. | #endif
  3426. | char strtoimax ();
  3427. | /* The GNU C library defines this for functions which it implements
  3428. | to always fail with ENOSYS. Some functions are actually named
  3429. | something starting with __ and the normal name is an alias. */
  3430. | #if defined __stub_strtoimax || defined __stub___strtoimax
  3431. | choke me
  3432. | #endif
  3433. |
  3434. | int
  3435. | main ()
  3436. | {
  3437. | return strtoimax ();
  3438. | ;
  3439. | return 0;
  3440. | }
  3441. configure:14169: result: no
  3442. configure:14169: checking for inet_aton
  3443. configure:14169: gcc -std=gnu99 -o conftest -g -O2 -Wall -pthread conftest.c >&5
  3444. gcc: unrecognized option `-pthread'
  3445. Undefined first referenced
  3446. symbol in file
  3447. inet_aton /var/tmp//ccYGr8qv.o
  3448. ld: fatal: Symbol referencing errors. No output written to conftest
  3449. collect2: ld returned 1 exit status
  3450. configure:14169: $? = 1
  3451. configure: failed program was:
  3452. | /* confdefs.h */
  3453. | #define PACKAGE_NAME ""
  3454. | #define PACKAGE_TARNAME ""
  3455. | #define PACKAGE_VERSION ""
  3456. | #define PACKAGE_STRING ""
  3457. | #define PACKAGE_BUGREPORT ""
  3458. | #define PACKAGE_URL ""
  3459. | #define YYTEXT_POINTER 1
  3460. | #define STDC_HEADERS 1
  3461. | #define HAVE_SYS_TYPES_H 1
  3462. | #define HAVE_SYS_STAT_H 1
  3463. | #define HAVE_STDLIB_H 1
  3464. | #define HAVE_STRING_H 1
  3465. | #define HAVE_MEMORY_H 1
  3466. | #define HAVE_STRINGS_H 1
  3467. | #define HAVE_INTTYPES_H 1
  3468. | #define HAVE_UNISTD_H 1
  3469. | #define HAVE_DLFCN_H 1
  3470. | #define LT_OBJDIR ".libs/"
  3471. | #define _FILE_OFFSET_BITS 64
  3472. | #define STDC_HEADERS 1
  3473. | #define HAVE_STRINGS_H 1
  3474. | #define HAVE_STROPTS_H 1
  3475. | #define HAVE_SYS_STRLOG_H 1
  3476. | #define HAVE_DOOR_H 1
  3477. | #define HAVE_O_LARGEFILE 1
  3478. | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  3479. | #define HAVE_ENVIRON 1
  3480. | #define HAVE_STRDUP 1
  3481. | #define HAVE_STRTOL 1
  3482. | #define HAVE_STRTOLL 1
  3483. | /* end confdefs.h. */
  3484. | /* Define inet_aton to an innocuous variant, in case <limits.h> declares inet_aton.
  3485. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  3486. | #define inet_aton innocuous_inet_aton
  3487. |
  3488. | /* System header to define __stub macros and hopefully few prototypes,
  3489. | which can conflict with char inet_aton (); below.
  3490. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3491. | <limits.h> exists even on freestanding compilers. */
  3492. |
  3493. | #ifdef __STDC__
  3494. | # include <limits.h>
  3495. | #else
  3496. | # include <assert.h>
  3497. | #endif
  3498. |
  3499. | #undef inet_aton
  3500. |
  3501. | /* Override any GCC internal prototype to avoid an error.
  3502. | Use char because int might match the return type of a GCC
  3503. | builtin and then its argument prototype would still apply. */
  3504. | #ifdef __cplusplus
  3505. | extern "C"
  3506. | #endif
  3507. | char inet_aton ();
  3508. | /* The GNU C library defines this for functions which it implements
  3509. | to always fail with ENOSYS. Some functions are actually named
  3510. | something starting with __ and the normal name is an alias. */
  3511. | #if defined __stub_inet_aton || defined __stub___inet_aton
  3512. | choke me
  3513. | #endif
  3514. |
  3515. | int
  3516. | main ()
  3517. | {
  3518. | return inet_aton ();
  3519. | ;
  3520. | return 0;
  3521. | }
  3522. configure:14169: result: no
  3523. configure:14169: checking for inet_ntoa
  3524. configure:14169: gcc -std=gnu99 -o conftest -g -O2 -Wall -pthread conftest.c >&5
  3525. gcc: unrecognized option `-pthread'
  3526. Undefined first referenced
  3527. symbol in file
  3528. inet_ntoa /var/tmp//cc7QF9al.o
  3529. ld: fatal: Symbol referencing errors. No output written to conftest
  3530. collect2: ld returned 1 exit status
  3531. configure:14169: $? = 1
  3532. configure: failed program was:
  3533. | /* confdefs.h */
  3534. | #define PACKAGE_NAME ""
  3535. | #define PACKAGE_TARNAME ""
  3536. | #define PACKAGE_VERSION ""
  3537. | #define PACKAGE_STRING ""
  3538. | #define PACKAGE_BUGREPORT ""
  3539. | #define PACKAGE_URL ""
  3540. | #define YYTEXT_POINTER 1
  3541. | #define STDC_HEADERS 1
  3542. | #define HAVE_SYS_TYPES_H 1
  3543. | #define HAVE_SYS_STAT_H 1
  3544. | #define HAVE_STDLIB_H 1
  3545. | #define HAVE_STRING_H 1
  3546. | #define HAVE_MEMORY_H 1
  3547. | #define HAVE_STRINGS_H 1
  3548. | #define HAVE_INTTYPES_H 1
  3549. | #define HAVE_UNISTD_H 1
  3550. | #define HAVE_DLFCN_H 1
  3551. | #define LT_OBJDIR ".libs/"
  3552. | #define _FILE_OFFSET_BITS 64
  3553. | #define STDC_HEADERS 1
  3554. | #define HAVE_STRINGS_H 1
  3555. | #define HAVE_STROPTS_H 1
  3556. | #define HAVE_SYS_STRLOG_H 1
  3557. | #define HAVE_DOOR_H 1
  3558. | #define HAVE_O_LARGEFILE 1
  3559. | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  3560. | #define HAVE_ENVIRON 1
  3561. | #define HAVE_STRDUP 1
  3562. | #define HAVE_STRTOL 1
  3563. | #define HAVE_STRTOLL 1
  3564. | /* end confdefs.h. */
  3565. | /* Define inet_ntoa to an innocuous variant, in case <limits.h> declares inet_ntoa.
  3566. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  3567. | #define inet_ntoa innocuous_inet_ntoa
  3568. |
  3569. | /* System header to define __stub macros and hopefully few prototypes,
  3570. | which can conflict with char inet_ntoa (); below.
  3571. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3572. | <limits.h> exists even on freestanding compilers. */
  3573. |
  3574. | #ifdef __STDC__
  3575. | # include <limits.h>
  3576. | #else
  3577. | # include <assert.h>
  3578. | #endif
  3579. |
  3580. | #undef inet_ntoa
  3581. |
  3582. | /* Override any GCC internal prototype to avoid an error.
  3583. | Use char because int might match the return type of a GCC
  3584. | builtin and then its argument prototype would still apply. */
  3585. | #ifdef __cplusplus
  3586. | extern "C"
  3587. | #endif
  3588. | char inet_ntoa ();
  3589. | /* The GNU C library defines this for functions which it implements
  3590. | to always fail with ENOSYS. Some functions are actually named
  3591. | something starting with __ and the normal name is an alias. */
  3592. | #if defined __stub_inet_ntoa || defined __stub___inet_ntoa
  3593. | choke me
  3594. | #endif
  3595. |
  3596. | int
  3597. | main ()
  3598. | {
  3599. | return inet_ntoa ();
  3600. | ;
  3601. | return 0;
  3602. | }
  3603. configure:14169: result: no
  3604. configure:14169: checking for getopt_long
  3605. configure:14169: gcc -std=gnu99 -o conftest -g -O2 -Wall -pthread conftest.c >&5
  3606. gcc: unrecognized option `-pthread'
  3607. Undefined first referenced
  3608. symbol in file
  3609. getopt_long /var/tmp//cciIrQ4E.o
  3610. ld: fatal: Symbol referencing errors. No output written to conftest
  3611. collect2: ld returned 1 exit status
  3612. configure:14169: $? = 1
  3613. configure: failed program was:
  3614. | /* confdefs.h */
  3615. | #define PACKAGE_NAME ""
  3616. | #define PACKAGE_TARNAME ""
  3617. | #define PACKAGE_VERSION ""
  3618. | #define PACKAGE_STRING ""
  3619. | #define PACKAGE_BUGREPORT ""
  3620. | #define PACKAGE_URL ""
  3621. | #define YYTEXT_POINTER 1
  3622. | #define STDC_HEADERS 1
  3623. | #define HAVE_SYS_TYPES_H 1
  3624. | #define HAVE_SYS_STAT_H 1
  3625. | #define HAVE_STDLIB_H 1
  3626. | #define HAVE_STRING_H 1
  3627. | #define HAVE_MEMORY_H 1
  3628. | #define HAVE_STRINGS_H 1
  3629. | #define HAVE_INTTYPES_H 1
  3630. | #define HAVE_UNISTD_H 1
  3631. | #define HAVE_DLFCN_H 1
  3632. | #define LT_OBJDIR ".libs/"
  3633. | #define _FILE_OFFSET_BITS 64
  3634. | #define STDC_HEADERS 1
  3635. | #define HAVE_STRINGS_H 1
  3636. | #define HAVE_STROPTS_H 1
  3637. | #define HAVE_SYS_STRLOG_H 1
  3638. | #define HAVE_DOOR_H 1
  3639. | #define HAVE_O_LARGEFILE 1
  3640. | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  3641. | #define HAVE_ENVIRON 1
  3642. | #define HAVE_STRDUP 1
  3643. | #define HAVE_STRTOL 1
  3644. | #define HAVE_STRTOLL 1
  3645. | /* end confdefs.h. */
  3646. | /* Define getopt_long to an innocuous variant, in case <limits.h> declares getopt_long.
  3647. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  3648. | #define getopt_long innocuous_getopt_long
  3649. |
  3650. | /* System header to define __stub macros and hopefully few prototypes,
  3651. | which can conflict with char getopt_long (); below.
  3652. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3653. | <limits.h> exists even on freestanding compilers. */
  3654. |
  3655. | #ifdef __STDC__
  3656. | # include <limits.h>
  3657. | #else
  3658. | # include <assert.h>
  3659. | #endif
  3660. |
  3661. | #undef getopt_long
  3662. |
  3663. | /* Override any GCC internal prototype to avoid an error.
  3664. | Use char because int might match the return type of a GCC
  3665. | builtin and then its argument prototype would still apply. */
  3666. | #ifdef __cplusplus
  3667. | extern "C"
  3668. | #endif
  3669. | char getopt_long ();
  3670. | /* The GNU C library defines this for functions which it implements
  3671. | to always fail with ENOSYS. Some functions are actually named
  3672. | something starting with __ and the normal name is an alias. */
  3673. | #if defined __stub_getopt_long || defined __stub___getopt_long
  3674. | choke me
  3675. | #endif
  3676. |
  3677. | int
  3678. | main ()
  3679. | {
  3680. | return getopt_long ();
  3681. | ;
  3682. | return 0;
  3683. | }
  3684. configure:14169: result: no
  3685. configure:14169: checking for getaddrinfo
  3686. configure:14169: gcc -std=gnu99 -o conftest -g -O2 -Wall -pthread conftest.c >&5
  3687. gcc: unrecognized option `-pthread'
  3688. Undefined first referenced
  3689. symbol in file
  3690. getaddrinfo /var/tmp//ccOWo7iC.o
  3691. ld: fatal: Symbol referencing errors. No output written to conftest
  3692. collect2: ld returned 1 exit status
  3693. configure:14169: $? = 1
  3694. configure: failed program was:
  3695. | /* confdefs.h */
  3696. | #define PACKAGE_NAME ""
  3697. | #define PACKAGE_TARNAME ""
  3698. | #define PACKAGE_VERSION ""
  3699. | #define PACKAGE_STRING ""
  3700. | #define PACKAGE_BUGREPORT ""
  3701. | #define PACKAGE_URL ""
  3702. | #define YYTEXT_POINTER 1
  3703. | #define STDC_HEADERS 1
  3704. | #define HAVE_SYS_TYPES_H 1
  3705. | #define HAVE_SYS_STAT_H 1
  3706. | #define HAVE_STDLIB_H 1
  3707. | #define HAVE_STRING_H 1
  3708. | #define HAVE_MEMORY_H 1
  3709. | #define HAVE_STRINGS_H 1
  3710. | #define HAVE_INTTYPES_H 1
  3711. | #define HAVE_UNISTD_H 1
  3712. | #define HAVE_DLFCN_H 1
  3713. | #define LT_OBJDIR ".libs/"
  3714. | #define _FILE_OFFSET_BITS 64
  3715. | #define STDC_HEADERS 1
  3716. | #define HAVE_STRINGS_H 1
  3717. | #define HAVE_STROPTS_H 1
  3718. | #define HAVE_SYS_STRLOG_H 1
  3719. | #define HAVE_DOOR_H 1
  3720. | #define HAVE_O_LARGEFILE 1
  3721. | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  3722. | #define HAVE_ENVIRON 1
  3723. | #define HAVE_STRDUP 1
  3724. | #define HAVE_STRTOL 1
  3725. | #define HAVE_STRTOLL 1
  3726. | /* end confdefs.h. */
  3727. | /* Define getaddrinfo to an innocuous variant, in case <limits.h> declares getaddrinfo.
  3728. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  3729. | #define getaddrinfo innocuous_getaddrinfo
  3730. |
  3731. | /* System header to define __stub macros and hopefully few prototypes,
  3732. | which can conflict with char getaddrinfo (); below.
  3733. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3734. | <limits.h> exists even on freestanding compilers. */
  3735. |
  3736. | #ifdef __STDC__
  3737. | # include <limits.h>
  3738. | #else
  3739. | # include <assert.h>
  3740. | #endif
  3741. |
  3742. | #undef getaddrinfo
  3743. |
  3744. | /* Override any GCC internal prototype to avoid an error.
  3745. | Use char because int might match the return type of a GCC
  3746. | builtin and then its argument prototype would still apply. */
  3747. | #ifdef __cplusplus
  3748. | extern "C"
  3749. | #endif
  3750. | char getaddrinfo ();
  3751. | /* The GNU C library defines this for functions which it implements
  3752. | to always fail with ENOSYS. Some functions are actually named
  3753. | something starting with __ and the normal name is an alias. */
  3754. | #if defined __stub_getaddrinfo || defined __stub___getaddrinfo
  3755. | choke me
  3756. | #endif
  3757. |
  3758. | int
  3759. | main ()
  3760. | {
  3761. | return getaddrinfo ();
  3762. | ;
  3763. | return 0;
  3764. | }
  3765. configure:14169: result: no
  3766. configure:14169: checking for getutent
  3767. configure:14169: gcc -std=gnu99 -o conftest -g -O2 -Wall -pthread conftest.c >&5
  3768. gcc: unrecognized option `-pthread'
  3769. configure:14169: $? = 0
  3770. configure:14169: result: yes
  3771. configure:14169: checking for pread
  3772. configure:14169: gcc -std=gnu99 -o conftest -g -O2 -Wall -pthread conftest.c >&5
  3773. gcc: unrecognized option `-pthread'
  3774. configure:14169: $? = 0
  3775. configure:14169: result: yes
  3776. configure:14169: checking for pwrite
  3777. configure:14169: gcc -std=gnu99 -o conftest -g -O2 -Wall -pthread conftest.c >&5
  3778. gcc: unrecognized option `-pthread'
  3779. configure:14169: $? = 0
  3780. configure:14169: result: yes
  3781. configure:14169: checking for strcasestr
  3782. configure:14169: gcc -std=gnu99 -o conftest -g -O2 -Wall -pthread conftest.c >&5
  3783. gcc: unrecognized option `-pthread'
  3784. Undefined first referenced
  3785. symbol in file
  3786. strcasestr /var/tmp//ccOlCCvN.o
  3787. ld: fatal: Symbol referencing errors. No output written to conftest
  3788. collect2: ld returned 1 exit status
  3789. configure:14169: $? = 1
  3790. configure: failed program was:
  3791. | /* confdefs.h */
  3792. | #define PACKAGE_NAME ""
  3793. | #define PACKAGE_TARNAME ""
  3794. | #define PACKAGE_VERSION ""
  3795. | #define PACKAGE_STRING ""
  3796. | #define PACKAGE_BUGREPORT ""
  3797. | #define PACKAGE_URL ""
  3798. | #define YYTEXT_POINTER 1
  3799. | #define STDC_HEADERS 1
  3800. | #define HAVE_SYS_TYPES_H 1
  3801. | #define HAVE_SYS_STAT_H 1
  3802. | #define HAVE_STDLIB_H 1
  3803. | #define HAVE_STRING_H 1
  3804. | #define HAVE_MEMORY_H 1
  3805. | #define HAVE_STRINGS_H 1
  3806. | #define HAVE_INTTYPES_H 1
  3807. | #define HAVE_UNISTD_H 1
  3808. | #define HAVE_DLFCN_H 1
  3809. | #define LT_OBJDIR ".libs/"
  3810. | #define _FILE_OFFSET_BITS 64
  3811. | #define STDC_HEADERS 1
  3812. | #define HAVE_STRINGS_H 1
  3813. | #define HAVE_STROPTS_H 1
  3814. | #define HAVE_SYS_STRLOG_H 1
  3815. | #define HAVE_DOOR_H 1
  3816. | #define HAVE_O_LARGEFILE 1
  3817. | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  3818. | #define HAVE_ENVIRON 1
  3819. | #define HAVE_STRDUP 1
  3820. | #define HAVE_STRTOL 1
  3821. | #define HAVE_STRTOLL 1
  3822. | #define HAVE_GETUTENT 1
  3823. | #define HAVE_PREAD 1
  3824. | #define HAVE_PWRITE 1
  3825. | /* end confdefs.h. */
  3826. | /* Define strcasestr to an innocuous variant, in case <limits.h> declares strcasestr.
  3827. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  3828. | #define strcasestr innocuous_strcasestr
  3829. |
  3830. | /* System header to define __stub macros and hopefully few prototypes,
  3831. | which can conflict with char strcasestr (); below.
  3832. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3833. | <limits.h> exists even on freestanding compilers. */
  3834. |
  3835. | #ifdef __STDC__
  3836. | # include <limits.h>
  3837. | #else
  3838. | # include <assert.h>
  3839. | #endif
  3840. |
  3841. | #undef strcasestr
  3842. |
  3843. | /* Override any GCC internal prototype to avoid an error.
  3844. | Use char because int might match the return type of a GCC
  3845. | builtin and then its argument prototype would still apply. */
  3846. | #ifdef __cplusplus
  3847. | extern "C"
  3848. | #endif
  3849. | char strcasestr ();
  3850. | /* The GNU C library defines this for functions which it implements
  3851. | to always fail with ENOSYS. Some functions are actually named
  3852. | something starting with __ and the normal name is an alias. */
  3853. | #if defined __stub_strcasestr || defined __stub___strcasestr
  3854. | choke me
  3855. | #endif
  3856. |
  3857. | int
  3858. | main ()
  3859. | {
  3860. | return strcasestr ();
  3861. | ;
  3862. | return 0;
  3863. | }
  3864. configure:14169: result: no
  3865. configure:14169: checking for memrchr
  3866. configure:14169: gcc -std=gnu99 -o conftest -g -O2 -Wall -pthread conftest.c >&5
  3867. gcc: unrecognized option `-pthread'
  3868. Undefined first referenced
  3869. symbol in file
  3870. memrchr /var/tmp//ccWv3wwx.o
  3871. ld: fatal: Symbol referencing errors. No output written to conftest
  3872. collect2: ld returned 1 exit status
  3873. configure:14169: $? = 1
  3874. configure: failed program was:
  3875. | /* confdefs.h */
  3876. | #define PACKAGE_NAME ""
  3877. | #define PACKAGE_TARNAME ""
  3878. | #define PACKAGE_VERSION ""
  3879. | #define PACKAGE_STRING ""
  3880. | #define PACKAGE_BUGREPORT ""
  3881. | #define PACKAGE_URL ""
  3882. | #define YYTEXT_POINTER 1
  3883. | #define STDC_HEADERS 1
  3884. | #define HAVE_SYS_TYPES_H 1
  3885. | #define HAVE_SYS_STAT_H 1
  3886. | #define HAVE_STDLIB_H 1
  3887. | #define HAVE_STRING_H 1
  3888. | #define HAVE_MEMORY_H 1
  3889. | #define HAVE_STRINGS_H 1
  3890. | #define HAVE_INTTYPES_H 1
  3891. | #define HAVE_UNISTD_H 1
  3892. | #define HAVE_DLFCN_H 1
  3893. | #define LT_OBJDIR ".libs/"
  3894. | #define _FILE_OFFSET_BITS 64
  3895. | #define STDC_HEADERS 1
  3896. | #define HAVE_STRINGS_H 1
  3897. | #define HAVE_STROPTS_H 1
  3898. | #define HAVE_SYS_STRLOG_H 1
  3899. | #define HAVE_DOOR_H 1
  3900. | #define HAVE_O_LARGEFILE 1
  3901. | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  3902. | #define HAVE_ENVIRON 1
  3903. | #define HAVE_STRDUP 1
  3904. | #define HAVE_STRTOL 1
  3905. | #define HAVE_STRTOLL 1
  3906. | #define HAVE_GETUTENT 1
  3907. | #define HAVE_PREAD 1
  3908. | #define HAVE_PWRITE 1
  3909. | /* end confdefs.h. */
  3910. | /* Define memrchr to an innocuous variant, in case <limits.h> declares memrchr.
  3911. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  3912. | #define memrchr innocuous_memrchr
  3913. |
  3914. | /* System header to define __stub macros and hopefully few prototypes,
  3915. | which can conflict with char memrchr (); below.
  3916. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3917. | <limits.h> exists even on freestanding compilers. */
  3918. |
  3919. | #ifdef __STDC__
  3920. | # include <limits.h>
  3921. | #else
  3922. | # include <assert.h>
  3923. | #endif
  3924. |
  3925. | #undef memrchr
  3926. |
  3927. | /* Override any GCC internal prototype to avoid an error.
  3928. | Use char because int might match the return type of a GCC
  3929. | builtin and then its argument prototype would still apply. */
  3930. | #ifdef __cplusplus
  3931. | extern "C"
  3932. | #endif
  3933. | char memrchr ();
  3934. | /* The GNU C library defines this for functions which it implements
  3935. | to always fail with ENOSYS. Some functions are actually named
  3936. | something starting with __ and the normal name is an alias. */
  3937. | #if defined __stub_memrchr || defined __stub___memrchr
  3938. | choke me
  3939. | #endif
  3940. |
  3941. | int
  3942. | main ()
  3943. | {
  3944. | return memrchr ();
  3945. | ;
  3946. | return 0;
  3947. | }
  3948. configure:14169: result: no
  3949. configure:14169: checking for localtime_r
  3950. configure:14169: gcc -std=gnu99 -o conftest -g -O2 -Wall -pthread conftest.c >&5
  3951. gcc: unrecognized option `-pthread'
  3952. configure:14169: $? = 0
  3953. configure:14169: result: yes
  3954. configure:14169: checking for gmtime_r
  3955. configure:14169: gcc -std=gnu99 -o conftest -g -O2 -Wall -pthread conftest.c >&5
  3956. gcc: unrecognized option `-pthread'
  3957. configure:14169: $? = 0
  3958. configure:14169: result: yes
  3959. configure:14182: checking for clock_gettime
  3960. configure:14182: gcc -std=gnu99 -o conftest -g -O2 -Wall -pthread conftest.c -ldoor -lsocket -lrt -lnsl >&5
  3961. gcc: unrecognized option `-pthread'
  3962. configure:14182: $? = 0
  3963. configure:14182: result: yes
  3964. configure:14195: checking for EVTLOG
  3965. configure:14202: $PKG_CONFIG --exists --print-errors "eventlog >= $EVTLOG_MIN_VERSION"
  3966. configure:14205: $? = 0
  3967. configure:14218: $PKG_CONFIG --exists --print-errors "eventlog >= $EVTLOG_MIN_VERSION"
  3968. configure:14221: $? = 0
  3969. configure:14278: result: yes
  3970. configure:14285: checking for TCP wrapper library
  3971. configure:14314: gcc -std=gnu99 -o conftest -g -O2 -Wall -pthread conftest.c -lwrap >&5
  3972. gcc: unrecognized option `-pthread'
  3973. ld: fatal: library -lwrap: not found
  3974. ld: fatal: File processing errors. No output written to conftest
  3975. collect2: ld returned 1 exit status
  3976. configure:14314: $? = 1
  3977. configure: failed program was:
  3978. | /* confdefs.h */
  3979. | #define PACKAGE_NAME ""
  3980. | #define PACKAGE_TARNAME ""
  3981. | #define PACKAGE_VERSION ""
  3982. | #define PACKAGE_STRING ""
  3983. | #define PACKAGE_BUGREPORT ""
  3984. | #define PACKAGE_URL ""
  3985. | #define YYTEXT_POINTER 1
  3986. | #define STDC_HEADERS 1
  3987. | #define HAVE_SYS_TYPES_H 1
  3988. | #define HAVE_SYS_STAT_H 1
  3989. | #define HAVE_STDLIB_H 1
  3990. | #define HAVE_STRING_H 1
  3991. | #define HAVE_MEMORY_H 1
  3992. | #define HAVE_STRINGS_H 1
  3993. | #define HAVE_INTTYPES_H 1
  3994. | #define HAVE_UNISTD_H 1
  3995. | #define HAVE_DLFCN_H 1
  3996. | #define LT_OBJDIR ".libs/"
  3997. | #define _FILE_OFFSET_BITS 64
  3998. | #define STDC_HEADERS 1
  3999. | #define HAVE_STRINGS_H 1
  4000. | #define HAVE_STROPTS_H 1
  4001. | #define HAVE_SYS_STRLOG_H 1
  4002. | #define HAVE_DOOR_H 1
  4003. | #define HAVE_O_LARGEFILE 1
  4004. | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  4005. | #define HAVE_ENVIRON 1
  4006. | #define HAVE_STRDUP 1
  4007. | #define HAVE_STRTOL 1
  4008. | #define HAVE_STRTOLL 1
  4009. | #define HAVE_GETUTENT 1
  4010. | #define HAVE_PREAD 1
  4011. | #define HAVE_PWRITE 1
  4012. | #define HAVE_LOCALTIME_R 1
  4013. | #define HAVE_GMTIME_R 1
  4014. | #define HAVE_CLOCK_GETTIME 1
  4015. | /* end confdefs.h. */
  4016. |
  4017. | int
  4018. | main ()
  4019. | {
  4020. |
  4021. | }
  4022. |
  4023. | int allow_severity;
  4024. | int deny_severity;
  4025. | extern int hosts_access(void);
  4026. |
  4027. | int foo(void)
  4028. | {
  4029. | hosts_access();
  4030. |
  4031. | ;
  4032. | return 0;
  4033. | }
  4034. configure:14314: gcc -std=gnu99 -o conftest -g -O2 -Wall -pthread conftest.c /usr/local/lib/libwrap.a >&5
  4035. gcc: /usr/local/lib/libwrap.a: No such file or directory
  4036. gcc: unrecognized option `-pthread'
  4037. configure:14314: $? = 1
  4038. configure: failed program was:
  4039. | /* confdefs.h */
  4040. | #define PACKAGE_NAME ""
  4041. | #define PACKAGE_TARNAME ""
  4042. | #define PACKAGE_VERSION ""
  4043. | #define PACKAGE_STRING ""
  4044. | #define PACKAGE_BUGREPORT ""
  4045. | #define PACKAGE_URL ""
  4046. | #define YYTEXT_POINTER 1
  4047. | #define STDC_HEADERS 1
  4048. | #define HAVE_SYS_TYPES_H 1
  4049. | #define HAVE_SYS_STAT_H 1
  4050. | #define HAVE_STDLIB_H 1
  4051. | #define HAVE_STRING_H 1
  4052. | #define HAVE_MEMORY_H 1
  4053. | #define HAVE_STRINGS_H 1
  4054. | #define HAVE_INTTYPES_H 1
  4055. | #define HAVE_UNISTD_H 1
  4056. | #define HAVE_DLFCN_H 1
  4057. | #define LT_OBJDIR ".libs/"
  4058. | #define _FILE_OFFSET_BITS 64
  4059. | #define STDC_HEADERS 1
  4060. | #define HAVE_STRINGS_H 1
  4061. | #define HAVE_STROPTS_H 1
  4062. | #define HAVE_SYS_STRLOG_H 1
  4063. | #define HAVE_DOOR_H 1
  4064. | #define HAVE_O_LARGEFILE 1
  4065. | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  4066. | #define HAVE_ENVIRON 1
  4067. | #define HAVE_STRDUP 1
  4068. | #define HAVE_STRTOL 1
  4069. | #define HAVE_STRTOLL 1
  4070. | #define HAVE_GETUTENT 1
  4071. | #define HAVE_PREAD 1
  4072. | #define HAVE_PWRITE 1
  4073. | #define HAVE_LOCALTIME_R 1
  4074. | #define HAVE_GMTIME_R 1
  4075. | #define HAVE_CLOCK_GETTIME 1
  4076. | /* end confdefs.h. */
  4077. |
  4078. | int
  4079. | main ()
  4080. | {
  4081. |
  4082. | }
  4083. |
  4084. | int allow_severity;
  4085. | int deny_severity;
  4086. | extern int hosts_access(void);
  4087. |
  4088. | int foo(void)
  4089. | {
  4090. | hosts_access();
  4091. |
  4092. | ;
  4093. | return 0;
  4094. | }
  4095. configure:14326: result:
  4096. configure:14332: checking whether to enable TCP wrapper support
  4097. configure:14340: result: no
  4098. configure:14349: checking for dlsym in -ldl
  4099. configure:14374: gcc -std=gnu99 -o conftest -g -O2 -Wall -pthread conftest.c -ldl >&5
  4100. gcc: unrecognized option `-pthread'
  4101. configure:14374: $? = 0
  4102. configure:14383: result: yes
  4103. configure:14391: checking for LIBDBI
  4104. configure:14398: $PKG_CONFIG --exists --print-errors "dbi >= $LIBDBI_MIN_VERSION"
  4105. sh: gnome-config: not found
  4106. Package dbi was not found in the pkg-config search path.
  4107. Perhaps you should add the directory containing `dbi.pc'
  4108. to the PKG_CONFIG_PATH environment variable
  4109. No package 'dbi' found
  4110. configure:14401: $? = 1
  4111. configure:14414: $PKG_CONFIG --exists --print-errors "dbi >= $LIBDBI_MIN_VERSION"
  4112. sh: gnome-config: not found
  4113. Package dbi was not found in the pkg-config search path.
  4114. Perhaps you should add the directory containing `dbi.pc'
  4115. to the PKG_CONFIG_PATH environment variable
  4116. No package 'dbi' found
  4117. configure:14417: $? = 1
  4118. configure:14430: result: no
  4119. sh: gnome-config: not found
  4120. Package dbi was not found in the pkg-config search path.
  4121. Perhaps you should add the directory containing `dbi.pc'
  4122. to the PKG_CONFIG_PATH environment variable
  4123. No package 'dbi' found
  4124. configure:14460: checking for dbi_initialize in -ldbi
  4125. configure:14485: gcc -std=gnu99 -o conftest -g -O2 -Wall -pthread conftest.c -ldbi >&5
  4126. gcc: unrecognized option `-pthread'
  4127. ld: fatal: library -ldbi: not found
  4128. ld: fatal: File processing errors. No output written to conftest
  4129. collect2: ld returned 1 exit status
  4130. configure:14485: $? = 1
  4131. configure: failed program was:
  4132. | /* confdefs.h */
  4133. | #define PACKAGE_NAME ""
  4134. | #define PACKAGE_TARNAME ""
  4135. | #define PACKAGE_VERSION ""
  4136. | #define PACKAGE_STRING ""
  4137. | #define PACKAGE_BUGREPORT ""
  4138. | #define PACKAGE_URL ""
  4139. | #define YYTEXT_POINTER 1
  4140. | #define STDC_HEADERS 1
  4141. | #define HAVE_SYS_TYPES_H 1
  4142. | #define HAVE_SYS_STAT_H 1
  4143. | #define HAVE_STDLIB_H 1
  4144. | #define HAVE_STRING_H 1
  4145. | #define HAVE_MEMORY_H 1
  4146. | #define HAVE_STRINGS_H 1
  4147. | #define HAVE_INTTYPES_H 1
  4148. | #define HAVE_UNISTD_H 1
  4149. | #define HAVE_DLFCN_H 1
  4150. | #define LT_OBJDIR ".libs/"
  4151. | #define _FILE_OFFSET_BITS 64
  4152. | #define STDC_HEADERS 1
  4153. | #define HAVE_STRINGS_H 1
  4154. | #define HAVE_STROPTS_H 1
  4155. | #define HAVE_SYS_STRLOG_H 1
  4156. | #define HAVE_DOOR_H 1
  4157. | #define HAVE_O_LARGEFILE 1
  4158. | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  4159. | #define HAVE_ENVIRON 1
  4160. | #define HAVE_STRDUP 1
  4161. | #define HAVE_STRTOL 1
  4162. | #define HAVE_STRTOLL 1
  4163. | #define HAVE_GETUTENT 1
  4164. | #define HAVE_PREAD 1
  4165. | #define HAVE_PWRITE 1
  4166. | #define HAVE_LOCALTIME_R 1
  4167. | #define HAVE_GMTIME_R 1
  4168. | #define HAVE_CLOCK_GETTIME 1
  4169. | /* end confdefs.h. */
  4170. |
  4171. | /* Override any GCC internal prototype to avoid an error.
  4172. | Use char because int might match the return type of a GCC
  4173. | builtin and then its argument prototype would still apply. */
  4174. | #ifdef __cplusplus
  4175. | extern "C"
  4176. | #endif
  4177. | char dbi_initialize ();
  4178. | int
  4179. | main ()
  4180. | {
  4181. | return dbi_initialize ();
  4182. | ;
  4183. | return 0;
  4184. | }
  4185. configure:14494: result: no
  4186. configure:14503: checking whether to enable SQL support
  4187. configure:14511: result: no
  4188. configure:14520: checking for GLIB
  4189. configure:14527: $PKG_CONFIG --exists --print-errors "glib-2.0 >= $GLIB_MIN_VERSION $GLIB_ADDONS"
  4190. configure:14530: $? = 0
  4191. configure:14543: $PKG_CONFIG --exists --print-errors "glib-2.0 >= $GLIB_MIN_VERSION $GLIB_ADDONS"
  4192. configure:14546: $? = 0
  4193. configure:14603: result: yes
  4194. configure:14614: checking for g_hash_table_new
  4195. configure:14614: gcc -std=gnu99 -o conftest -g -O2 -Wall -pthread conftest.c -Wl,-Bstatic -L/usr/local/lib -lgmodule-2.0 -lgthread-2.0 -lpthread -lthread -lglib-2.0 -lintl -liconv -Wl,-Bdynamic -ldoor -lsocket -lrt -lnsl >&5
  4196. gcc: unrecognized option `-pthread'
  4197. ld: fatal: library -lpthread: not found
  4198. ld: fatal: library -lthread: not found
  4199. ld: fatal: library -liconv: not found
  4200. ld: fatal: File processing errors. No output written to conftest
  4201. collect2: ld returned 1 exit status
  4202. configure:14614: $? = 1
  4203. configure: failed program was:
  4204. | /* confdefs.h */
  4205. | #define PACKAGE_NAME ""
  4206. | #define PACKAGE_TARNAME ""
  4207. | #define PACKAGE_VERSION ""
  4208. | #define PACKAGE_STRING ""
  4209. | #define PACKAGE_BUGREPORT ""
  4210. | #define PACKAGE_URL ""
  4211. | #define YYTEXT_POINTER 1
  4212. | #define STDC_HEADERS 1
  4213. | #define HAVE_SYS_TYPES_H 1
  4214. | #define HAVE_SYS_STAT_H 1
  4215. | #define HAVE_STDLIB_H 1
  4216. | #define HAVE_STRING_H 1
  4217. | #define HAVE_MEMORY_H 1
  4218. | #define HAVE_STRINGS_H 1
  4219. | #define HAVE_INTTYPES_H 1
  4220. | #define HAVE_UNISTD_H 1
  4221. | #define HAVE_DLFCN_H 1
  4222. | #define LT_OBJDIR ".libs/"
  4223. | #define _FILE_OFFSET_BITS 64
  4224. | #define STDC_HEADERS 1
  4225. | #define HAVE_STRINGS_H 1
  4226. | #define HAVE_STROPTS_H 1
  4227. | #define HAVE_SYS_STRLOG_H 1
  4228. | #define HAVE_DOOR_H 1
  4229. | #define HAVE_O_LARGEFILE 1
  4230. | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  4231. | #define HAVE_ENVIRON 1
  4232. | #define HAVE_STRDUP 1
  4233. | #define HAVE_STRTOL 1
  4234. | #define HAVE_STRTOLL 1
  4235. | #define HAVE_GETUTENT 1
  4236. | #define HAVE_PREAD 1
  4237. | #define HAVE_PWRITE 1
  4238. | #define HAVE_LOCALTIME_R 1
  4239. | #define HAVE_GMTIME_R 1
  4240. | #define HAVE_CLOCK_GETTIME 1
  4241. | /* end confdefs.h. */
  4242. | /* Define g_hash_table_new to an innocuous variant, in case <limits.h> declares g_hash_table_new.
  4243. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  4244. | #define g_hash_table_new innocuous_g_hash_table_new
  4245. |
  4246. | /* System header to define __stub macros and hopefully few prototypes,
  4247. | which can conflict with char g_hash_table_new (); below.
  4248. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  4249. | <limits.h> exists even on freestanding compilers. */
  4250. |
  4251. | #ifdef __STDC__
  4252. | # include <limits.h>
  4253. | #else
  4254. | # include <assert.h>
  4255. | #endif
  4256. |
  4257. | #undef g_hash_table_new
  4258. |
  4259. | /* Override any GCC internal prototype to avoid an error.
  4260. | Use char because int might match the return type of a GCC
  4261. | builtin and then its argument prototype would still apply. */
  4262. | #ifdef __cplusplus
  4263. | extern "C"
  4264. | #endif
  4265. | char g_hash_table_new ();
  4266. | /* The GNU C library defines this for functions which it implements
  4267. | to always fail with ENOSYS. Some functions are actually named
  4268. | something starting with __ and the normal name is an alias. */
  4269. | #if defined __stub_g_hash_table_new || defined __stub___g_hash_table_new
  4270. | choke me
  4271. | #endif
  4272. |
  4273. | int
  4274. | main ()
  4275. | {
  4276. | return g_hash_table_new ();
  4277. | ;
  4278. | return 0;
  4279. | }
  4280. configure:14614: result: no
  4281. configure:14629: checking sanity checking Glib headers
  4282. configure:14650: gcc -std=gnu99 -o conftest -g -O2 -Wall -pthread -D_REENTRANT -D_PTHREADS -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -L/usr/local/lib -lgmodule-2.0 -lgthread-2.0 -lpthread -lthread -lglib-2.0 -lintl -liconv conftest.c >&5
  4283. gcc: unrecognized option `-pthread'
  4284. configure:14650: $? = 0
  4285. configure:14650: ./conftest
  4286. ld.so.1: conftest: fatal: libgmodule-2.0.so.0: open failed: No such file or directory
  4287. ./configure: line -1855: 5536 Killed ./conftest$ac_exeext
  4288. configure:14650: $? = 137
  4289. configure: program exited with status 137
  4290. configure: failed program was:
  4291. | /* confdefs.h */
  4292. | #define PACKAGE_NAME ""
  4293. | #define PACKAGE_TARNAME ""
  4294. | #define PACKAGE_VERSION ""
  4295. | #define PACKAGE_STRING ""
  4296. | #define PACKAGE_BUGREPORT ""
  4297. | #define PACKAGE_URL ""
  4298. | #define YYTEXT_POINTER 1
  4299. | #define STDC_HEADERS 1
  4300. | #define HAVE_SYS_TYPES_H 1
  4301. | #define HAVE_SYS_STAT_H 1
  4302. | #define HAVE_STDLIB_H 1
  4303. | #define HAVE_STRING_H 1
  4304. | #define HAVE_MEMORY_H 1
  4305. | #define HAVE_STRINGS_H 1
  4306. | #define HAVE_INTTYPES_H 1
  4307. | #define HAVE_UNISTD_H 1
  4308. | #define HAVE_DLFCN_H 1
  4309. | #define LT_OBJDIR ".libs/"
  4310. | #define _FILE_OFFSET_BITS 64
  4311. | #define STDC_HEADERS 1
  4312. | #define HAVE_STRINGS_H 1
  4313. | #define HAVE_STROPTS_H 1
  4314. | #define HAVE_SYS_STRLOG_H 1
  4315. | #define HAVE_DOOR_H 1
  4316. | #define HAVE_O_LARGEFILE 1
  4317. | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  4318. | #define HAVE_ENVIRON 1
  4319. | #define HAVE_STRDUP 1
  4320. | #define HAVE_STRTOL 1
  4321. | #define HAVE_STRTOLL 1
  4322. | #define HAVE_GETUTENT 1
  4323. | #define HAVE_PREAD 1
  4324. | #define HAVE_PWRITE 1
  4325. | #define HAVE_LOCALTIME_R 1
  4326. | #define HAVE_GMTIME_R 1
  4327. | #define HAVE_CLOCK_GETTIME 1
  4328. | /* end confdefs.h. */
  4329. |
  4330. | #include <glib.h>
  4331. |
  4332. | int main()
  4333. | {
  4334. | if (sizeof(long) != GLIB_SIZEOF_LONG)
  4335. | return 1;
  4336. | return 0;
  4337. | }
  4338. |
  4339. configure:14660: result: no
  4340. configure:14666: error: Glib headers inconsistent with current compiler setting. You might be using 32 bit Glib with a 64 bit compiler, check PKG_CONFIG_PATH
  4341.  
  4342. ## ---------------- ##
  4343. ## Cache variables. ##
  4344. ## ---------------- ##
  4345.  
  4346. ac_cv_build=sparc-sun-solaris2.8
  4347. ac_cv_c_compiler_gnu=yes
  4348. ac_cv_cflags_gcc_option__Wno_pointer_sign='no, unknown'
  4349. ac_cv_env_CC_set=
  4350. ac_cv_env_CC_value=
  4351. ac_cv_env_CFLAGS_set=
  4352. ac_cv_env_CFLAGS_value=
  4353. ac_cv_env_CPPFLAGS_set=
  4354. ac_cv_env_CPPFLAGS_value=
  4355. ac_cv_env_CPP_set=
  4356. ac_cv_env_CPP_value=
  4357. ac_cv_env_EVTLOG_CFLAGS_set=
  4358. ac_cv_env_EVTLOG_CFLAGS_value=
  4359. ac_cv_env_EVTLOG_LIBS_set=
  4360. ac_cv_env_EVTLOG_LIBS_value=
  4361. ac_cv_env_GLIB_CFLAGS_set=
  4362. ac_cv_env_GLIB_CFLAGS_value=
  4363. ac_cv_env_GLIB_LIBS_set=
  4364. ac_cv_env_GLIB_LIBS_value=
  4365. ac_cv_env_IVYKIS_CFLAGS_set=
  4366. ac_cv_env_IVYKIS_CFLAGS_value=
  4367. ac_cv_env_IVYKIS_LIBS_set=
  4368. ac_cv_env_IVYKIS_LIBS_value=
  4369. ac_cv_env_JSON_C_CFLAGS_set=
  4370. ac_cv_env_JSON_C_CFLAGS_value=
  4371. ac_cv_env_JSON_C_LIBS_set=
  4372. ac_cv_env_JSON_C_LIBS_value=
  4373. ac_cv_env_JSON_GLIB_CFLAGS_set=
  4374. ac_cv_env_JSON_GLIB_CFLAGS_value=
  4375. ac_cv_env_JSON_GLIB_LIBS_set=
  4376. ac_cv_env_JSON_GLIB_LIBS_value=
  4377. ac_cv_env_LDFLAGS_set=
  4378. ac_cv_env_LDFLAGS_value=
  4379. ac_cv_env_LIBDBI_CFLAGS_set=
  4380. ac_cv_env_LIBDBI_CFLAGS_value=
  4381. ac_cv_env_LIBDBI_LIBS_set=
  4382. ac_cv_env_LIBDBI_LIBS_value=
  4383. ac_cv_env_LIBMONGO_CFLAGS_set=
  4384. ac_cv_env_LIBMONGO_CFLAGS_value=
  4385. ac_cv_env_LIBMONGO_LIBS_set=
  4386. ac_cv_env_LIBMONGO_LIBS_value=
  4387. ac_cv_env_LIBS_set=
  4388. ac_cv_env_LIBS_value=
  4389. ac_cv_env_OPENSSL_CFLAGS_set=
  4390. ac_cv_env_OPENSSL_CFLAGS_value=
  4391. ac_cv_env_OPENSSL_LIBS_set=
  4392. ac_cv_env_OPENSSL_LIBS_value=
  4393. ac_cv_env_PCRE_CFLAGS_set=
  4394. ac_cv_env_PCRE_CFLAGS_value=
  4395. ac_cv_env_PCRE_LIBS_set=
  4396. ac_cv_env_PCRE_LIBS_value=
  4397. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  4398. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  4399. ac_cv_env_PKG_CONFIG_PATH_set=set
  4400. ac_cv_env_PKG_CONFIG_PATH_value=/opt/soe/local/syslog-ng-3.3.4/eventlog/lib/pkgconfig:/usr/local/lib/pkgconfig
  4401. ac_cv_env_PKG_CONFIG_set=
  4402. ac_cv_env_PKG_CONFIG_value=
  4403. ac_cv_env_YACC_set=
  4404. ac_cv_env_YACC_value=
  4405. ac_cv_env_YFLAGS_set=
  4406. ac_cv_env_YFLAGS_value=
  4407. ac_cv_env_build_alias_set=
  4408. ac_cv_env_build_alias_value=
  4409. ac_cv_env_host_alias_set=
  4410. ac_cv_env_host_alias_value=
  4411. ac_cv_env_libsystemd_daemon_CFLAGS_set=
  4412. ac_cv_env_libsystemd_daemon_CFLAGS_value=
  4413. ac_cv_env_libsystemd_daemon_LIBS_set=
  4414. ac_cv_env_libsystemd_daemon_LIBS_value=
  4415. ac_cv_env_target_alias_set=
  4416. ac_cv_env_target_alias_value=
  4417. ac_cv_func_clock_gettime=yes
  4418. ac_cv_func_dlopen=no
  4419. ac_cv_func_g_hash_table_new=no
  4420. ac_cv_func_getaddrinfo=no
  4421. ac_cv_func_getopt_long=no
  4422. ac_cv_func_getutent=yes
  4423. ac_cv_func_gmtime_r=yes
  4424. ac_cv_func_inet_aton=no
  4425. ac_cv_func_inet_ntoa=no
  4426. ac_cv_func_localtime_r=yes
  4427. ac_cv_func_memrchr=no
  4428. ac_cv_func_pread=yes
  4429. ac_cv_func_pwrite=yes
  4430. ac_cv_func_shl_load=no
  4431. ac_cv_func_strcasestr=no
  4432. ac_cv_func_strdup=yes
  4433. ac_cv_func_strtoimax=no
  4434. ac_cv_func_strtol=yes
  4435. ac_cv_func_strtoll=yes
  4436. ac_cv_header_dlfcn_h=yes
  4437. ac_cv_header_dmalloc_h=no
  4438. ac_cv_header_door_h=yes
  4439. ac_cv_header_getopt_h=no
  4440. ac_cv_header_inttypes_h=yes
  4441. ac_cv_header_memory_h=yes
  4442. ac_cv_header_stdc=yes
  4443. ac_cv_header_stdint_h=no
  4444. ac_cv_header_stdlib_h=yes
  4445. ac_cv_header_string_h=yes
  4446. ac_cv_header_strings_h=yes
  4447. ac_cv_header_stropts_h=yes
  4448. ac_cv_header_sys_capability_h=no
  4449. ac_cv_header_sys_prctl_h=no
  4450. ac_cv_header_sys_stat_h=yes
  4451. ac_cv_header_sys_strlog_h=yes
  4452. ac_cv_header_sys_types_h=yes
  4453. ac_cv_header_tcpd_h=no
  4454. ac_cv_header_unistd_h=yes
  4455. ac_cv_host=sparc-sun-solaris2.8
  4456. ac_cv_lib_cap_cap_set_proc=no
  4457. ac_cv_lib_dbi_dbi_initialize=no
  4458. ac_cv_lib_dl_dlopen=yes
  4459. ac_cv_lib_dl_dlsym=yes
  4460. ac_cv_lib_dld_shl_load=no
  4461. ac_cv_lib_door_door_create=yes
  4462. ac_cv_lib_lex=-lfl
  4463. ac_cv_lib_nsl_gethostbyname=yes
  4464. ac_cv_lib_regex_regexec=no
  4465. ac_cv_lib_resolv_res_init=yes
  4466. ac_cv_lib_rt_nanosleep=yes
  4467. ac_cv_lib_socket_socket=yes
  4468. ac_cv_member_struct_tm_tm_gmtoff=no
  4469. ac_cv_objext=o
  4470. ac_cv_path_EGREP='/usr/xpg4/bin/grep -E'
  4471. ac_cv_path_FGREP='/usr/xpg4/bin/grep -F'
  4472. ac_cv_path_GREP=/usr/xpg4/bin/grep
  4473. ac_cv_path_SED=/usr/bin/sed
  4474. ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/bin/pkg-config
  4475. ac_cv_prog_AWK=nawk
  4476. ac_cv_prog_CPP='gcc -std=gnu99 -E'
  4477. ac_cv_prog_LEX=flex
  4478. ac_cv_prog_ac_ct_AR=ar
  4479. ac_cv_prog_ac_ct_CC=gcc
  4480. ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
  4481. ac_cv_prog_ac_ct_RANLIB=ranlib
  4482. ac_cv_prog_ac_ct_STRIP=strip
  4483. ac_cv_prog_cc_c89=
  4484. ac_cv_prog_cc_c99=-std=gnu99
  4485. ac_cv_prog_cc_g=yes
  4486. ac_cv_prog_lex_root=lex.yy
  4487. ac_cv_prog_lex_yytext_pointer=yes
  4488. ac_cv_prog_make_make_set=yes
  4489. ac_cv_struct_tm=time.h
  4490. ac_cv_sys_file_offset_bits=64
  4491. ac_cv_sys_largefile_CC=no
  4492. am_cv_CC_dependencies_compiler_type=gcc3
  4493. am_cv_prog_cc_stdc=
  4494. am_cv_prog_tar_ustar=plaintar
  4495. blb_cv_c_i_conslog=yes
  4496. blb_cv_c_lwrap=
  4497. blb_cv_c_o_largefile=yes
  4498. blb_cv_c_so_acceptconn=no
  4499. blb_cv_c_struct_sockaddr_in6=yes
  4500. blb_cv_c_struct_sockaddr_storage=yes
  4501. blb_cv_glib_sane=no
  4502. blb_cv_keepcaps=no
  4503. blb_cv_static_glib=no
  4504. lt_cv_ar_at_file=no
  4505. lt_cv_archive_cmds_need_lc=yes
  4506. lt_cv_deplibs_check_method=pass_all
  4507. lt_cv_dlopen=dlopen
  4508. lt_cv_dlopen_libs=-ldl
  4509. lt_cv_dlopen_self=yes
  4510. lt_cv_dlopen_self_static=no
  4511. lt_cv_file_magic_cmd='$MAGIC_CMD'
  4512. lt_cv_file_magic_test_file=
  4513. lt_cv_ld_reload_flag=-r
  4514. lt_cv_nm_interface='BSD nm'
  4515. lt_cv_objdir=.libs
  4516. lt_cv_path_LD=/usr/ccs/bin/ld
  4517. lt_cv_path_NM='/usr/ccs/bin/nm -p'
  4518. lt_cv_path_mainfest_tool=no
  4519. lt_cv_prog_compiler_c_o=yes
  4520. lt_cv_prog_compiler_pic='-fPIC -DPIC'
  4521. lt_cv_prog_compiler_pic_works=yes
  4522. lt_cv_prog_compiler_rtti_exceptions=no
  4523. lt_cv_prog_compiler_static_works=yes
  4524. lt_cv_prog_gnu_ld=no
  4525. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  4526. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BDRT][BDRT]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
  4527. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BDRT]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  4528. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BDRT]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BDRT]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
  4529. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BDRT]* .* \(.*\)$/extern char \1;/p'\'''
  4530. lt_cv_sys_max_cmd_len=786240
  4531. lt_cv_to_host_file_cmd=func_convert_file_noop
  4532. lt_cv_to_tool_file_cmd=func_convert_file_noop
  4533. pkg_cv_EVTLOG_CFLAGS='-I/opt/soe/local/syslog-ng-3.3.4/eventlog/include/eventlog '
  4534. pkg_cv_EVTLOG_LIBS='-L/opt/soe/local/syslog-ng-3.3.4/eventlog/lib -levtlog '
  4535. pkg_cv_GLIB_CFLAGS='-D_REENTRANT -D_PTHREADS -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include '
  4536. pkg_cv_GLIB_LIBS='-L/usr/local/lib -lgmodule-2.0 -ldl -lgthread-2.0 -lpthread -lthread -lrt -lglib-2.0 -lintl -liconv '
  4537.  
  4538. ## ----------------- ##
  4539. ## Output variables. ##
  4540. ## ----------------- ##
  4541.  
  4542. ACLOCAL='${SHELL} /compile/syslog-ng-3.3.4/missing --run aclocal-1.11'
  4543. AMDEPBACKSLASH='\'
  4544. AMDEP_FALSE='#'
  4545. AMDEP_TRUE=''
  4546. AMTAR='${SHELL} /compile/syslog-ng-3.3.4/missing --run tar'
  4547. AR='ar'
  4548. AUTOCONF='${SHELL} /compile/syslog-ng-3.3.4/missing --run autoconf'
  4549. AUTOHEADER='${SHELL} /compile/syslog-ng-3.3.4/missing --run autoheader'
  4550. AUTOMAKE='${SHELL} /compile/syslog-ng-3.3.4/missing --run automake-1.11'
  4551. AWK='nawk'
  4552. BASE_LIBS=' -ldoor -lsocket -lrt -lnsl'
  4553. CC='gcc -std=gnu99'
  4554. CCDEPMODE='depmode=gcc3'
  4555. CFLAGS='-g -O2 -Wall -pthread'
  4556. CFLAGS_NOWARN_POINTER_SIGN=''
  4557. CORE_DEPS_LIBS=''
  4558. CPP='gcc -std=gnu99 -E'
  4559. CPPFLAGS=''
  4560. CURRDATE='Fri, 27 Apr 2012 02:13:03 EDT'
  4561. CYGPATH_W='echo'
  4562. DEFS=''
  4563. DEPDIR='.deps'
  4564. DLLTOOL='false'
  4565. DSYMUTIL=''
  4566. DUMPBIN=''
  4567. ECHO_C=''
  4568. ECHO_N='-n'
  4569. ECHO_T=''
  4570. EGREP='/usr/xpg4/bin/grep -E'
  4571. ENABLE_ENV_WRAPPER_FALSE=''
  4572. ENABLE_ENV_WRAPPER_TRUE=''
  4573. ENABLE_JSON_FALSE=''
  4574. ENABLE_JSON_TRUE=''
  4575. ENABLE_MONGODB_FALSE=''
  4576. ENABLE_MONGODB_TRUE=''
  4577. ENABLE_PACCT_FALSE=''
  4578. ENABLE_PACCT_TRUE=''
  4579. ENABLE_SQL_FALSE=''
  4580. ENABLE_SQL_TRUE=''
  4581. ENABLE_SSL_FALSE=''
  4582. ENABLE_SSL_TRUE=''
  4583. ENABLE_SUN_STREAMS_FALSE=''
  4584. ENABLE_SUN_STREAMS_TRUE=''
  4585. ENABLE_SYSTEMD_FALSE=''
  4586. ENABLE_SYSTEMD_TRUE=''
  4587. ENABLE_SYSTEMD_UNIT_INSTALL_FALSE=''
  4588. ENABLE_SYSTEMD_UNIT_INSTALL_TRUE=''
  4589. EVTLOG_CFLAGS='-I/opt/soe/local/syslog-ng-3.3.4/eventlog/include/eventlog '
  4590. EVTLOG_LIBS='-L/opt/soe/local/syslog-ng-3.3.4/eventlog/lib -levtlog '
  4591. EXEEXT=''
  4592. FGREP='/usr/xpg4/bin/grep -F'
  4593. GLIB_CFLAGS='-D_REENTRANT -D_PTHREADS -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include '
  4594. GLIB_LIBS='-L/usr/local/lib -lgmodule-2.0 -lgthread-2.0 -lpthread -lthread -lglib-2.0 -lintl -liconv '
  4595. GREP='/usr/xpg4/bin/grep'
  4596. INSTALL_DATA='${INSTALL} -m 644'
  4597. INSTALL_PROGRAM='${INSTALL}'
  4598. INSTALL_SCRIPT='${INSTALL}'
  4599. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  4600. IVYKIS_CFLAGS=''
  4601. IVYKIS_LIBS=''
  4602. IVYKIS_SUBDIRS=''
  4603. JSON_CFLAGS=''
  4604. JSON_C_CFLAGS=''
  4605. JSON_C_LIBS=''
  4606. JSON_GLIB_CFLAGS=''
  4607. JSON_GLIB_LIBS=''
  4608. JSON_LIBS=''
  4609. LD='/usr/ccs/bin/ld'
  4610. LDFLAGS=''
  4611. LEX='flex'
  4612. LEXLIB='-lfl'
  4613. LEX_OUTPUT_ROOT='lex.yy'
  4614. LIBDBI_CFLAGS=''
  4615. LIBDBI_LIBS=''
  4616. LIBMONGO_CFLAGS=''
  4617. LIBMONGO_LIBS=''
  4618. LIBMONGO_SUBDIRS=''
  4619. LIBNET_CFLAGS=''
  4620. LIBNET_LIBS=''
  4621. LIBOBJS=''
  4622. LIBS=''
  4623. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  4624. LIBWRAP_CFLAGS=''
  4625. LIBWRAP_LIBS=''
  4626. LIPO=''
  4627. LN_S='ln -s'
  4628. LTLIBOBJS=''
  4629. MAKEINFO='${SHELL} /compile/syslog-ng-3.3.4/missing --run makeinfo'
  4630. MANIFEST_TOOL=':'
  4631. MKDIR_P='./install-sh -c -d'
  4632. MODULE_DEPS_LIBS=''
  4633. MODULE_LDFLAGS=''
  4634. NM='/usr/ccs/bin/nm -p'
  4635. NMEDIT=''
  4636. OBJDUMP='false'
  4637. OBJEXT='o'
  4638. OPENSSL_CFLAGS=''
  4639. OPENSSL_LIBS=''
  4640. OTOOL64=''
  4641. OTOOL=''
  4642. PACKAGE='syslog-ng'
  4643. PACKAGE_BUGREPORT=''
  4644. PACKAGE_NAME=''
  4645. PACKAGE_STRING=''
  4646. PACKAGE_TARNAME=''
  4647. PACKAGE_URL=''
  4648. PACKAGE_VERSION=''
  4649. PATH_SEPARATOR=':'
  4650. PCRE_CFLAGS=''
  4651. PCRE_LIBS=''
  4652. PKG_CONFIG='/usr/local/bin/pkg-config'
  4653. PKG_CONFIG_LIBDIR=''
  4654. PKG_CONFIG_PATH='/opt/soe/local/syslog-ng-3.3.4/eventlog/lib/pkgconfig:/usr/local/lib/pkgconfig'
  4655. RANLIB='ranlib'
  4656. RELEASE_TAG='unstable'
  4657. RESOLV_LIBS='-lresolv'
  4658. SED='/usr/bin/sed'
  4659. SET_MAKE=''
  4660. SHELL='/bin/bash'
  4661. SNAPSHOT_VERSION=''
  4662. SOURCE_REVISION='ssh+git://bazsi@git.balabit//var/scm/git/syslog-ng/syslog-ng-ose--mainline--3.3#master#5e44eb46b0d7b86b62f17698e2b6de875ac8d7c6'
  4663. STRIP='strip'
  4664. SYSLOGNG_DEPS_LIBS=''
  4665. SYSLOGNG_LINK=''
  4666. TOOL_DEPS_LIBS=''
  4667. VERSION='3.3.4'
  4668. WITH_LIBSYSTEMD_FALSE=''
  4669. WITH_LIBSYSTEMD_TRUE=''
  4670. YACC='yacc'
  4671. YFLAGS=''
  4672. ZLIB_CFLAGS=''
  4673. ZLIB_LIBS=''
  4674. ac_ct_AR='ar'
  4675. ac_ct_CC='gcc'
  4676. ac_ct_DUMPBIN=''
  4677. am__EXEEXT_FALSE=''
  4678. am__EXEEXT_TRUE=''
  4679. am__fastdepCC_FALSE='#'
  4680. am__fastdepCC_TRUE=''
  4681. am__include='include'
  4682. am__isrc=''
  4683. am__leading_dot='.'
  4684. am__quote=''
  4685. am__tar='tar chf - "$$tardir"'
  4686. am__untar='tar xf -'
  4687. bindir='${exec_prefix}/bin'
  4688. build='sparc-sun-solaris2.8'
  4689. build_alias=''
  4690. build_cpu='sparc'
  4691. build_os='solaris2.8'
  4692. build_vendor='sun'
  4693. datadir='${datarootdir}'
  4694. datarootdir='${prefix}/share'
  4695. docdir='${datarootdir}/doc/${PACKAGE}'
  4696. dvidir='${docdir}'
  4697. exec_prefix='${prefix}'
  4698. expanded_moduledir=''
  4699. expanded_sysconfdir=''
  4700. host='sparc-sun-solaris2.8'
  4701. host_alias=''
  4702. host_cpu='sparc'
  4703. host_os='solaris2.8'
  4704. host_vendor='sun'
  4705. htmldir='${docdir}'
  4706. includedir='${prefix}/include'
  4707. infodir='${datarootdir}/info'
  4708. install_sh='${SHELL} /compile/syslog-ng-3.3.4/install-sh'
  4709. libdir='${exec_prefix}/lib'
  4710. libexecdir='${exec_prefix}/libexec'
  4711. libsystemd_daemon_CFLAGS=''
  4712. libsystemd_daemon_LIBS=''
  4713. localedir='${datarootdir}/locale'
  4714. localstatedir='${prefix}/var'
  4715. mandir='${datarootdir}/man'
  4716. mkdir_p='$(top_builddir)/./install-sh -c -d'
  4717. moduledir='${exec_prefix}/lib/syslog-ng'
  4718. oldincludedir='/usr/include'
  4719. pdfdir='${docdir}'
  4720. pidfiledir='${localstatedir}'
  4721. prefix='/opt/soe/local/syslog-ng-3.3.4'
  4722. program_transform_name='s,x,x,'
  4723. psdir='${docdir}'
  4724. sbindir='${exec_prefix}/sbin'
  4725. sharedstatedir='${prefix}/com'
  4726. subdirs=''
  4727. sysconfdir='${prefix}/etc'
  4728. systemdsystemunitdir=''
  4729. target_alias=''
  4730. timezonedir=''
  4731.  
  4732. ## ----------- ##
  4733. ## confdefs.h. ##
  4734. ## ----------- ##
  4735.  
  4736. /* confdefs.h */
  4737. #define PACKAGE_NAME ""
  4738. #define PACKAGE_TARNAME ""
  4739. #define PACKAGE_VERSION ""
  4740. #define PACKAGE_STRING ""
  4741. #define PACKAGE_BUGREPORT ""
  4742. #define PACKAGE_URL ""
  4743. #define YYTEXT_POINTER 1
  4744. #define STDC_HEADERS 1
  4745. #define HAVE_SYS_TYPES_H 1
  4746. #define HAVE_SYS_STAT_H 1
  4747. #define HAVE_STDLIB_H 1
  4748. #define HAVE_STRING_H 1
  4749. #define HAVE_MEMORY_H 1
  4750. #define HAVE_STRINGS_H 1
  4751. #define HAVE_INTTYPES_H 1
  4752. #define HAVE_UNISTD_H 1
  4753. #define HAVE_DLFCN_H 1
  4754. #define LT_OBJDIR ".libs/"
  4755. #define _FILE_OFFSET_BITS 64
  4756. #define STDC_HEADERS 1
  4757. #define HAVE_STRINGS_H 1
  4758. #define HAVE_STROPTS_H 1
  4759. #define HAVE_SYS_STRLOG_H 1
  4760. #define HAVE_DOOR_H 1
  4761. #define HAVE_O_LARGEFILE 1
  4762. #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  4763. #define HAVE_ENVIRON 1
  4764. #define HAVE_STRDUP 1
  4765. #define HAVE_STRTOL 1
  4766. #define HAVE_STRTOLL 1
  4767. #define HAVE_GETUTENT 1
  4768. #define HAVE_PREAD 1
  4769. #define HAVE_PWRITE 1
  4770. #define HAVE_LOCALTIME_R 1
  4771. #define HAVE_GMTIME_R 1
  4772. #define HAVE_CLOCK_GETTIME 1
  4773.  
  4774. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement