Project

General

Profile

Bug #2426 ยป config.log

config.log from libprelude compile - dominik.elsbroek (Dominik Elsbroek), 12/03/2009 09:35 PM

 
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.63. Invocation command line was

$ ./configure

## --------- ##
## Platform. ##
## --------- ##

hostname = mmm
uname -m = i686
uname -r = 2.6.31-ARCH
uname -s = Linux
uname -v = #1 SMP PREEMPT Tue Nov 10 19:48:17 CET 2009

/usr/bin/uname -p = unknown
/bin/uname -X = unknown

/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown

PATH: /bin
PATH: /usr/bin
PATH: /sbin
PATH: /usr/sbin
PATH: /opt/java/bin
PATH: /opt/java/jre/bin
PATH: /opt/kde/bin
PATH: /usr/bin/perlbin/site
PATH: /usr/bin/perlbin/vendor
PATH: /usr/bin/perlbin/core
PATH: /opt/qt/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2872: checking build system type
configure:2890: result: i686-pc-linux-gnu
configure:2912: checking host system type
configure:2927: result: i686-pc-linux-gnu
configure:2949: checking target system type
configure:2964: result: i686-pc-linux-gnu
configure:3030: checking for a BSD-compatible install
configure:3098: result: /bin/install -c
configure:3109: checking whether build environment is sane
configure:3169: result: yes
configure:3310: checking for a thread-safe mkdir -p
configure:3349: result: /bin/mkdir -p
configure:3362: checking for gawk
configure:3378: found /bin/gawk
configure:3389: result: gawk
configure:3400: checking whether make sets $(MAKE)
configure:3422: result: yes
configure:3507: checking whether to enable maintainer-specific portions of Makefiles
configure:3516: result: no
configure:3580: checking for gcc
configure:3596: found /usr/bin/gcc
configure:3607: result: gcc
configure:3839: checking for C compiler version
configure:3847: gcc --version >&5
gcc (GCC) 4.4.2
Copyright (C) 2009 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3851: $? = 0
configure:3858: gcc -v >&5
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../configure --prefix=/usr --enable-shared --enable-languages=c,c++,fortran,objc,obj-c++,ada --enable-threads=posix --mandir=/usr/share/man --infodir=/usr/share/info --enable-__cxa_atexit --disable-multilib --libdir=/usr/lib --libexecdir=/usr/lib --enable-clocale=gnu --disable-libstdcxx-pch --with-tune=generic
Thread model: posix
gcc version 4.4.2 (GCC)
configure:3862: $? = 0
configure:3869: gcc -V >&5
gcc: '-V' option must have argument
configure:3873: $? = 1
configure:3896: checking for C compiler default output file name
configure:3918: gcc conftest.c >&5
configure:3922: $? = 0
configure:3960: result: a.out
configure:3979: checking whether the C compiler works
configure:3989: ./a.out
configure:3993: $? = 0
configure:4012: result: yes
configure:4019: checking whether we are cross compiling
configure:4021: result: no
configure:4024: checking for suffix of executables
configure:4031: gcc -o conftest conftest.c >&5
configure:4035: $? = 0
configure:4061: result:
configure:4067: checking for suffix of object files
configure:4093: gcc -c conftest.c >&5
configure:4097: $? = 0
configure:4122: result: o
configure:4126: checking whether we are using the GNU C compiler
configure:4155: gcc -c conftest.c >&5
configure:4162: $? = 0
configure:4179: result: yes
configure:4188: checking whether gcc accepts -g
configure:4218: gcc -c -g conftest.c >&5
configure:4225: $? = 0
configure:4326: result: yes
configure:4343: checking for gcc option to accept ISO C89
configure:4417: gcc -c -g -O2 conftest.c >&5
configure:4424: $? = 0
configure:4447: result: none needed
configure:4476: checking for style of include used by make
configure:4504: result: GNU
configure:4529: checking dependency style of gcc
configure:4639: result: gcc3
configure:4712: checking for g++
configure:4728: found /usr/bin/g++
configure:4739: result: g++
configure:4766: checking for C++ compiler version
configure:4774: g++ --version >&5
g++ (GCC) 4.4.2
Copyright (C) 2009 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:4778: $? = 0
configure:4785: g++ -v >&5
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../configure --prefix=/usr --enable-shared --enable-languages=c,c++,fortran,objc,obj-c++,ada --enable-threads=posix --mandir=/usr/share/man --infodir=/usr/share/info --enable-__cxa_atexit --disable-multilib --libdir=/usr/lib --libexecdir=/usr/lib --enable-clocale=gnu --disable-libstdcxx-pch --with-tune=generic
Thread model: posix
gcc version 4.4.2 (GCC)
configure:4789: $? = 0
configure:4796: g++ -V >&5
g++: '-V' option must have argument
configure:4800: $? = 1
configure:4803: checking whether we are using the GNU C++ compiler
configure:4832: g++ -c conftest.cpp >&5
configure:4839: $? = 0
configure:4856: result: yes
configure:4865: checking whether g++ accepts -g
configure:4895: g++ -c -g conftest.cpp >&5
configure:4902: $? = 0
configure:5003: result: yes
configure:5028: checking dependency style of g++
configure:5138: result: gcc3
configure:5167: checking for a BSD-compatible install
configure:5235: result: /bin/install -c
configure:5246: checking whether make sets $(MAKE)
configure:5268: result: yes
configure:5282: checking for flex
configure:5298: found /usr/bin/flex
configure:5309: result: flex
configure:5346: flex conftest.l
configure:5350: $? = 0
configure:5352: checking lex output file root
configure:5368: result: lex.yy
configure:5373: checking lex library
configure:5392: gcc -o conftest -g -O2 conftest.c >&5
/tmp/ccodoYuC.o: In function `input':
/home/manicman/abs/libprelude/libprelude-0.9.24.1/lex.yy.c:1168: undefined reference to `yywrap'
/tmp/ccodoYuC.o: In function `yylex':
/home/manicman/abs/libprelude/libprelude-0.9.24.1/lex.yy.c:867: undefined reference to `yywrap'
/tmp/ccodoYuC.o: In function `main':
/home/manicman/abs/libprelude/libprelude-0.9.24.1/conftest.l:17: undefined reference to `yywrap'
collect2: ld returned 1 exit status
configure:5399: $? = 1
configure: failed program was:
|
| #line 3 "lex.yy.c"
|
| #define YY_INT_ALIGNED short int
|
| /* A lexical scanner generated by flex */
|
| #define FLEX_SCANNER
| #define YY_FLEX_MAJOR_VERSION 2
| #define YY_FLEX_MINOR_VERSION 5
| #define YY_FLEX_SUBMINOR_VERSION 35
| #if YY_FLEX_SUBMINOR_VERSION > 0
| #define FLEX_BETA
| #endif
|
| /* First, we deal with platform-specific or compiler-specific issues. */
|
| /* begin standard C headers. */
| #include <stdio.h>
| #include <string.h>
| #include <errno.h>
| #include <stdlib.h>
|
| /* end standard C headers. */
|
| /* flex integer type definitions */
|
| #ifndef FLEXINT_H
| #define FLEXINT_H
|
| /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
|
| #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
|
| /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
| * if you want the limit (max/min) macros for int types.
| */
| #ifndef __STDC_LIMIT_MACROS
| #define __STDC_LIMIT_MACROS 1
| #endif
|
| #include <inttypes.h>
| typedef int8_t flex_int8_t;
| typedef uint8_t flex_uint8_t;
| typedef int16_t flex_int16_t;
| typedef uint16_t flex_uint16_t;
| typedef int32_t flex_int32_t;
| typedef uint32_t flex_uint32_t;
| #else
| typedef signed char flex_int8_t;
| typedef short int flex_int16_t;
| typedef int flex_int32_t;
| typedef unsigned char flex_uint8_t;
| typedef unsigned short int flex_uint16_t;
| typedef unsigned int flex_uint32_t;
| #endif /* ! C99 */
|
| /* Limits of integral types. */
| #ifndef INT8_MIN
| #define INT8_MIN (-128)
| #endif
| #ifndef INT16_MIN
| #define INT16_MIN (-32767-1)
| #endif
| #ifndef INT32_MIN
| #define INT32_MIN (-2147483647-1)
| #endif
| #ifndef INT8_MAX
| #define INT8_MAX (127)
| #endif
| #ifndef INT16_MAX
| #define INT16_MAX (32767)
| #endif
| #ifndef INT32_MAX
| #define INT32_MAX (2147483647)
| #endif
| #ifndef UINT8_MAX
| #define UINT8_MAX (255U)
| #endif
| #ifndef UINT16_MAX
| #define UINT16_MAX (65535U)
| #endif
| #ifndef UINT32_MAX
| #define UINT32_MAX (4294967295U)
| #endif
|
| #endif /* ! FLEXINT_H */
|
| #ifdef __cplusplus
|
| /* The "const" storage-class-modifier is valid. */
| #define YY_USE_CONST
|
| #else /* ! __cplusplus */
|
| /* C99 requires __STDC__ to be defined as 1. */
| #if defined (__STDC__)
|
| #define YY_USE_CONST
|
| #endif /* defined (__STDC__) */
| #endif /* ! __cplusplus */
|
| #ifdef YY_USE_CONST
| #define yyconst const
| #else
| #define yyconst
| #endif
|
| /* Returned upon end-of-file. */
| #define YY_NULL 0
|
| /* Promotes a possibly negative, possibly signed char to an unsigned
| * integer for use as an array index. If the signed char is negative,
| * we want to instead treat it as an 8-bit unsigned char, hence the
| * double cast.
| */
| #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
|
| /* Enter a start condition. This macro really ought to take a parameter,
| * but we do it the disgusting crufty way forced on us by the ()-less
| * definition of BEGIN.
| */
| #define BEGIN (yy_start) = 1 + 2 *
|
| /* Translate the current start state into a value that can be later handed
| * to BEGIN to return to the state. The YYSTATE alias is for lex
| * compatibility.
| */
| #define YY_START (((yy_start) - 1) / 2)
| #define YYSTATE YY_START
|
| /* Action number for EOF rule of a given start state. */
| #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
|
| /* Special action meaning "start processing a new file". */
| #define YY_NEW_FILE yyrestart(yyin )
|
| #define YY_END_OF_BUFFER_CHAR 0
|
| /* Size of default input buffer. */
| #ifndef YY_BUF_SIZE
| #define YY_BUF_SIZE 16384
| #endif
|
| /* The state buf must be large enough to hold one state per character in the main buffer.
| */
| #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
|
| #ifndef YY_TYPEDEF_YY_BUFFER_STATE
| #define YY_TYPEDEF_YY_BUFFER_STATE
| typedef struct yy_buffer_state *YY_BUFFER_STATE;
| #endif
|
| extern int yyleng;
|
| extern FILE *yyin, *yyout;
|
| #define EOB_ACT_CONTINUE_SCAN 0
| #define EOB_ACT_END_OF_FILE 1
| #define EOB_ACT_LAST_MATCH 2
|
| #define YY_LESS_LINENO(n)
|
| /* Return all but the first "n" matched characters back to the input stream. */
| #define yyless(n) \
| do \
| { \
| /* Undo effects of setting up yytext. */ \
| int yyless_macro_arg = (n); \
| YY_LESS_LINENO(yyless_macro_arg);\
| *yy_cp = (yy_hold_char); \
| YY_RESTORE_YY_MORE_OFFSET \
| (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
| YY_DO_BEFORE_ACTION; /* set up yytext again */ \
| } \
| while ( 0 )
|
| #define unput(c) yyunput( c, (yytext_ptr) )
|
| #ifndef YY_TYPEDEF_YY_SIZE_T
| #define YY_TYPEDEF_YY_SIZE_T
| typedef size_t yy_size_t;
| #endif
|
| #ifndef YY_STRUCT_YY_BUFFER_STATE
| #define YY_STRUCT_YY_BUFFER_STATE
| struct yy_buffer_state
| {
| FILE *yy_input_file;
|
| char *yy_ch_buf; /* input buffer */
| char *yy_buf_pos; /* current position in input buffer */
|
| /* Size of input buffer in bytes, not including room for EOB
| * characters.
| */
| yy_size_t yy_buf_size;
|
| /* Number of characters read into yy_ch_buf, not including EOB
| * characters.
| */
| int yy_n_chars;
|
| /* Whether we "own" the buffer - i.e., we know we created it,
| * and can realloc() it to grow it, and should free() it to
| * delete it.
| */
| int yy_is_our_buffer;
|
| /* Whether this is an "interactive" input source; if so, and
| * if we're using stdio for input, then we want to use getc()
| * instead of fread(), to make sure we stop fetching input after
| * each newline.
| */
| int yy_is_interactive;
|
| /* Whether we're considered to be at the beginning of a line.
| * If so, '^' rules will be active on the next match, otherwise
| * not.
| */
| int yy_at_bol;
|
| int yy_bs_lineno; /**< The line count. */
| int yy_bs_column; /**< The column count. */
|
| /* Whether to try to fill the input buffer when we reach the
| * end of it.
| */
| int yy_fill_buffer;
|
| int yy_buffer_status;
|
| #define YY_BUFFER_NEW 0
| #define YY_BUFFER_NORMAL 1
| /* When an EOF's been seen but there's still some text to process
| * then we mark the buffer as YY_EOF_PENDING, to indicate that we
| * shouldn't try reading from the input source any more. We might
| * still have a bunch of tokens to match, though, because of
| * possible backing-up.
| *
| * When we actually see the EOF, we change the status to "new"
| * (via yyrestart()), so that the user can continue scanning by
| * just pointing yyin at a new input file.
| */
| #define YY_BUFFER_EOF_PENDING 2
|
| };
| #endif /* !YY_STRUCT_YY_BUFFER_STATE */
|
| /* Stack of input buffers. */
| static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
| static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
| static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */
|
| /* We provide macros for accessing buffer states in case in the
| * future we want to put the buffer states in a more general
| * "scanner state".
| *
| * Returns the top of the stack, or NULL.
| */
| #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
| ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
| : NULL)
|
| /* Same as previous macro, but useful when we know that the buffer stack is not
| * NULL or when we need an lvalue. For internal use only.
| */
| #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
|
| /* yy_hold_char holds the character lost when yytext is formed. */
| static char yy_hold_char;
| static int yy_n_chars; /* number of characters read into yy_ch_buf */
| int yyleng;
|
| /* Points to current character in buffer. */
| static char *yy_c_buf_p = (char *) 0;
| static int yy_init = 0; /* whether we need to initialize */
| static int yy_start = 0; /* start state number */
|
| /* Flag which is used to allow yywrap()'s to do buffer switches
| * instead of setting up a fresh yyin. A bit of a hack ...
| */
| static int yy_did_buffer_switch_on_eof;
|
| void yyrestart (FILE *input_file );
| void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer );
| YY_BUFFER_STATE yy_create_buffer (FILE *file,int size );
| void yy_delete_buffer (YY_BUFFER_STATE b );
| void yy_flush_buffer (YY_BUFFER_STATE b );
| void yypush_buffer_state (YY_BUFFER_STATE new_buffer );
| void yypop_buffer_state (void );
|
| static void yyensure_buffer_stack (void );
| static void yy_load_buffer_state (void );
| static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file );
|
| #define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER )
|
| YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size );
| YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str );
| YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,int len );
|
| void *yyalloc (yy_size_t );
| void *yyrealloc (void *,yy_size_t );
| void yyfree (void * );
|
| #define yy_new_buffer yy_create_buffer
|
| #define yy_set_interactive(is_interactive) \
| { \
| if ( ! YY_CURRENT_BUFFER ){ \
| yyensure_buffer_stack (); \
| YY_CURRENT_BUFFER_LVALUE = \
| yy_create_buffer(yyin,YY_BUF_SIZE ); \
| } \
| YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
| }
|
| #define yy_set_bol(at_bol) \
| { \
| if ( ! YY_CURRENT_BUFFER ){\
| yyensure_buffer_stack (); \
| YY_CURRENT_BUFFER_LVALUE = \
| yy_create_buffer(yyin,YY_BUF_SIZE ); \
| } \
| YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
| }
|
| #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
|
| /* Begin user sect3 */
|
| typedef unsigned char YY_CHAR;
|
| FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;
|
| typedef int yy_state_type;
|
| extern int yylineno;
|
| int yylineno = 1;
|
| extern char *yytext;
| #define yytext_ptr yytext
|
| static yy_state_type yy_get_previous_state (void );
| static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
| static int yy_get_next_buffer (void );
| static void yy_fatal_error (yyconst char msg[] );
|
| /* Done after the current pattern has been matched and before the
| * corresponding action - sets up yytext.
| */
| #define YY_DO_BEFORE_ACTION \
| (yytext_ptr) = yy_bp; \
| (yytext_ptr) -= (yy_more_len); \
| yyleng = (size_t) (yy_cp - (yytext_ptr)); \
| (yy_hold_char) = *yy_cp; \
| *yy_cp = '\0'; \
| (yy_c_buf_p) = yy_cp;
|
| #define YY_NUM_RULES 8
| #define YY_END_OF_BUFFER 9
| /* This struct is not used in this scanner,
| but its presence is necessary. */
| struct yy_trans_info
| {
| flex_int32_t yy_verify;
| flex_int32_t yy_nxt;
| };
| static yyconst flex_int16_t yy_acclist[23] =
| { 0,
| 9, 7, 8, 8, 1, 7, 8, 2, 7, 8,
| 3, 7, 8, 4, 7, 8, 5, 7, 8, 6,
| 7, 8
| } ;
|
| static yyconst flex_int16_t yy_accept[14] =
| { 0,
| 1, 1, 1, 2, 4, 5, 8, 11, 14, 17,
| 20, 23, 23
| } ;
|
| static yyconst flex_int32_t yy_ec[256] =
| { 0,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 2,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 3, 4, 5, 6,
|
| 7, 8, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1
| } ;
|
| static yyconst flex_int32_t yy_meta[9] =
| { 0,
| 1, 1, 1, 1, 1, 1, 1, 1
| } ;
|
| static yyconst flex_int16_t yy_base[13] =
| { 0,
| 0, 0, 9, 10, 10, 10, 10, 10, 10, 10,
| 10, 10
| } ;
|
| static yyconst flex_int16_t yy_def[13] =
| { 0,
| 12, 1, 12, 12, 12, 12, 12, 12, 12, 12,
| 12, 0
| } ;
|
| static yyconst flex_int16_t yy_nxt[19] =
| { 0,
| 4, 5, 6, 7, 8, 9, 10, 11, 12, 3,
| 12, 12, 12, 12, 12, 12, 12, 12
| } ;
|
| static yyconst flex_int16_t yy_chk[19] =
| { 0,
| 1, 1, 1, 1, 1, 1, 1, 1, 3, 12,
| 12, 12, 12, 12, 12, 12, 12, 12
| } ;
|
| extern int yy_flex_debug;
| int yy_flex_debug = 0;
|
| static yy_state_type *yy_state_buf=0, *yy_state_ptr=0;
| static char *yy_full_match;
| static int yy_lp;
| #define REJECT \
| { \
| *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ \
| yy_cp = (yy_full_match); /* restore poss. backed-over text */ \
| ++(yy_lp); \
| goto find_rule; \
| }
|
| static int yy_more_flag = 0;
| static int yy_more_len = 0;
| #define yymore() ((yy_more_flag) = 1)
| #define YY_MORE_ADJ (yy_more_len)
| #define YY_RESTORE_YY_MORE_OFFSET
| char *yytext;
| #line 1 "conftest.l"
| #line 468 "lex.yy.c"
|
| #define INITIAL 0
|
| #ifndef YY_NO_UNISTD_H
| /* Special case for "unistd.h", since it is non-ANSI. We include it way
| * down here because we want the user's section 1 to have been scanned first.
| * The user has a chance to override it with an option.
| */
| #include <unistd.h>
| #endif
|
| #ifndef YY_EXTRA_TYPE
| #define YY_EXTRA_TYPE void *
| #endif
|
| static int yy_init_globals (void );
|
| /* Accessor methods to globals.
| These are made visible to non-reentrant scanners for convenience. */
|
| int yylex_destroy (void );
|
| int yyget_debug (void );
|
| void yyset_debug (int debug_flag );
|
| YY_EXTRA_TYPE yyget_extra (void );
|
| void yyset_extra (YY_EXTRA_TYPE user_defined );
|
| FILE *yyget_in (void );
|
| void yyset_in (FILE * in_str );
|
| FILE *yyget_out (void );
|
| void yyset_out (FILE * out_str );
|
| int yyget_leng (void );
|
| char *yyget_text (void );
|
| int yyget_lineno (void );
|
| void yyset_lineno (int line_number );
|
| /* Macros after this point can all be overridden by user definitions in
| * section 1.
| */
|
| #ifndef YY_SKIP_YYWRAP
| #ifdef __cplusplus
| extern "C" int yywrap (void );
| #else
| extern int yywrap (void );
| #endif
| #endif
|
| static void yyunput (int c,char *buf_ptr );
|
| #ifndef yytext_ptr
| static void yy_flex_strncpy (char *,yyconst char *,int );
| #endif
|
| #ifdef YY_NEED_STRLEN
| static int yy_flex_strlen (yyconst char * );
| #endif
|
| #ifndef YY_NO_INPUT
|
| #ifdef __cplusplus
| static int yyinput (void );
| #else
| static int input (void );
| #endif
|
| #endif
|
| /* Amount of stuff to slurp up with each read. */
| #ifndef YY_READ_BUF_SIZE
| #define YY_READ_BUF_SIZE 8192
| #endif
|
| /* Copy whatever the last rule matched to the standard output. */
| #ifndef ECHO
| /* This used to be an fputs(), but since the string might contain NUL's,
| * we now use fwrite().
| */
| #define ECHO fwrite( yytext, yyleng, 1, yyout )
| #endif
|
| /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
| * is returned in "result".
| */
| #ifndef YY_INPUT
| #define YY_INPUT(buf,result,max_size) \
| if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
| { \
| int c = '*'; \
| int n; \
| for ( n = 0; n < max_size && \
| (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
| buf[n] = (char) c; \
| if ( c == '\n' ) \
| buf[n++] = (char) c; \
| if ( c == EOF && ferror( yyin ) ) \
| YY_FATAL_ERROR( "input in flex scanner failed" ); \
| result = n; \
| } \
| else \
| { \
| errno=0; \
| while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \
| { \
| if( errno != EINTR) \
| { \
| YY_FATAL_ERROR( "input in flex scanner failed" ); \
| break; \
| } \
| errno=0; \
| clearerr(yyin); \
| } \
| }\
| \
|
| #endif
|
| /* No semi-colon after return; correct usage is to write "yyterminate();" -
| * we don't want an extra ';' after the "return" because that will cause
| * some compilers to complain about unreachable statements.
| */
| #ifndef yyterminate
| #define yyterminate() return YY_NULL
| #endif
|
| /* Number of entries by which start-condition stack grows. */
| #ifndef YY_START_STACK_INCR
| #define YY_START_STACK_INCR 25
| #endif
|
| /* Report a fatal error. */
| #ifndef YY_FATAL_ERROR
| #define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
| #endif
|
| /* end tables serialization structures and prototypes */
|
| /* Default declaration of generated scanner - a define so the user can
| * easily add parameters.
| */
| #ifndef YY_DECL
| #define YY_DECL_IS_OURS 1
|
| extern int yylex (void);
|
| #define YY_DECL int yylex (void)
| #endif /* !YY_DECL */
|
| /* Code executed at the beginning of each rule, after yytext and yyleng
| * have been set up.
| */
| #ifndef YY_USER_ACTION
| #define YY_USER_ACTION
| #endif
|
| /* Code executed at the end of each rule. */
| #ifndef YY_BREAK
| #define YY_BREAK break;
| #endif
|
| #define YY_RULE_SETUP \
| YY_USER_ACTION
|
| /** The main scanner function which does all the work.
| */
| YY_DECL
| {
| register yy_state_type yy_current_state;
| register char *yy_cp, *yy_bp;
| register int yy_act;
|
| #line 1 "conftest.l"
|
| #line 652 "lex.yy.c"
|
| if ( !(yy_init) )
| {
| (yy_init) = 1;
|
| #ifdef YY_USER_INIT
| YY_USER_INIT;
| #endif
|
| /* Create the reject buffer large enough to save one state per allowed character. */
| if ( ! (yy_state_buf) )
| (yy_state_buf) = (yy_state_type *)yyalloc(YY_STATE_BUF_SIZE );
| if ( ! (yy_state_buf) )
| YY_FATAL_ERROR( "out of dynamic memory in yylex()" );
|
| if ( ! (yy_start) )
| (yy_start) = 1; /* first start state */
|
| if ( ! yyin )
| yyin = stdin;
|
| if ( ! yyout )
| yyout = stdout;
|
| if ( ! YY_CURRENT_BUFFER ) {
| yyensure_buffer_stack ();
| YY_CURRENT_BUFFER_LVALUE =
| yy_create_buffer(yyin,YY_BUF_SIZE );
| }
|
| yy_load_buffer_state( );
| }
|
| while ( 1 ) /* loops until end-of-file is reached */
| {
| (yy_more_len) = 0;
| if ( (yy_more_flag) )
| {
| (yy_more_len) = (yy_c_buf_p) - (yytext_ptr);
| (yy_more_flag) = 0;
| }
| yy_cp = (yy_c_buf_p);
|
| /* Support of yytext. */
| *yy_cp = (yy_hold_char);
|
| /* yy_bp points to the position in yy_ch_buf of the start of
| * the current run.
| */
| yy_bp = yy_cp;
|
| yy_current_state = (yy_start);
|
| (yy_state_ptr) = (yy_state_buf);
| *(yy_state_ptr)++ = yy_current_state;
|
| yy_match:
| do
| {
| register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)];
| while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
| {
| yy_current_state = (int) yy_def[yy_current_state];
| if ( yy_current_state >= 13 )
| yy_c = yy_meta[(unsigned int) yy_c];
| }
| yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
| *(yy_state_ptr)++ = yy_current_state;
| ++yy_cp;
| }
| while ( yy_base[yy_current_state] != 10 );
|
| yy_find_action:
| yy_current_state = *--(yy_state_ptr);
| (yy_lp) = yy_accept[yy_current_state];
| find_rule: /* we branch to this label when backing up */
| for ( ; ; ) /* until we find what rule we matched */
| {
| if ( (yy_lp) && (yy_lp) < yy_accept[yy_current_state + 1] )
| {
| yy_act = yy_acclist[(yy_lp)];
| {
| (yy_full_match) = yy_cp;
| break;
| }
| }
| --yy_cp;
| yy_current_state = *--(yy_state_ptr);
| (yy_lp) = yy_accept[yy_current_state];
| }
|
| YY_DO_BEFORE_ACTION;
|
| do_action: /* This label is used only to access EOF actions. */
|
| switch ( yy_act )
| { /* beginning of action switch */
| case 1:
| YY_RULE_SETUP
| #line 2 "conftest.l"
| { ECHO; }
| YY_BREAK
| case 2:
| YY_RULE_SETUP
| #line 3 "conftest.l"
| { REJECT; }
| YY_BREAK
| case 3:
| YY_RULE_SETUP
| #line 4 "conftest.l"
| { yymore (); }
| YY_BREAK
| case 4:
| YY_RULE_SETUP
| #line 5 "conftest.l"
| { yyless (1); }
| YY_BREAK
| case 5:
| YY_RULE_SETUP
| #line 6 "conftest.l"
| { yyless (input () != 0); }
| YY_BREAK
| case 6:
| YY_RULE_SETUP
| #line 7 "conftest.l"
| { unput (yytext[0]); }
| YY_BREAK
| case 7:
| YY_RULE_SETUP
| #line 8 "conftest.l"
| { BEGIN INITIAL; }
| YY_BREAK
| case 8:
| YY_RULE_SETUP
| #line 9 "conftest.l"
| ECHO;
| YY_BREAK
| #line 790 "lex.yy.c"
| case YY_STATE_EOF(INITIAL):
| yyterminate();
|
| case YY_END_OF_BUFFER:
| {
| /* Amount of text matched not including the EOB char. */
| int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
|
| /* Undo the effects of YY_DO_BEFORE_ACTION. */
| *yy_cp = (yy_hold_char);
| YY_RESTORE_YY_MORE_OFFSET
|
| if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW )
| {
| /* We're scanning a new file or input source. It's
| * possible that this happened because the user
| * just pointed yyin at a new source and called
| * yylex(). If so, then we have to assure
| * consistency between YY_CURRENT_BUFFER and our
| * globals. Here is the right place to do so, because
| * this is the first action (other than possibly a
| * back-up) that will match for the new input source.
| */
| (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
| YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin;
| YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL;
| }
|
| /* Note that here we test for yy_c_buf_p "<=" to the position
| * of the first EOB in the buffer, since yy_c_buf_p will
| * already have been incremented past the NUL character
| * (since all states make transitions on EOB to the
| * end-of-buffer state). Contrast this with the test
| * in input().
| */
| if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
| { /* This was really a NUL. */
| yy_state_type yy_next_state;
|
| (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
|
| yy_current_state = yy_get_previous_state( );
|
| /* Okay, we're now positioned to make the NUL
| * transition. We couldn't have
| * yy_get_previous_state() go ahead and do it
| * for us because it doesn't know how to deal
| * with the possibility of jamming (and we don't
| * want to build jamming into it because then it
| * will run more slowly).
| */
|
| yy_next_state = yy_try_NUL_trans( yy_current_state );
|
| yy_bp = (yytext_ptr) + YY_MORE_ADJ;
|
| if ( yy_next_state )
| {
| /* Consume the NUL. */
| yy_cp = ++(yy_c_buf_p);
| yy_current_state = yy_next_state;
| goto yy_match;
| }
|
| else
| {
| yy_cp = (yy_c_buf_p);
| goto yy_find_action;
| }
| }
|
| else switch ( yy_get_next_buffer( ) )
| {
| case EOB_ACT_END_OF_FILE:
| {
| (yy_did_buffer_switch_on_eof) = 0;
|
| if ( yywrap( ) )
| {
| /* Note: because we've taken care in
| * yy_get_next_buffer() to have set up
| * yytext, we can now set up
| * yy_c_buf_p so that if some total
| * hoser (like flex itself) wants to
| * call the scanner after we return the
| * YY_NULL, it'll still work - another
| * YY_NULL will get returned.
| */
| (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ;
|
| yy_act = YY_STATE_EOF(YY_START);
| goto do_action;
| }
|
| else
| {
| if ( ! (yy_did_buffer_switch_on_eof) )
| YY_NEW_FILE;
| }
| break;
| }
|
| case EOB_ACT_CONTINUE_SCAN:
| (yy_c_buf_p) =
| (yytext_ptr) + yy_amount_of_matched_text;
|
| yy_current_state = yy_get_previous_state( );
|
| yy_cp = (yy_c_buf_p);
| yy_bp = (yytext_ptr) + YY_MORE_ADJ;
| goto yy_match;
|
| case EOB_ACT_LAST_MATCH:
| (yy_c_buf_p) =
| &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)];
|
| yy_current_state = yy_get_previous_state( );
|
| yy_cp = (yy_c_buf_p);
| yy_bp = (yytext_ptr) + YY_MORE_ADJ;
| goto yy_find_action;
| }
| break;
| }
|
| default:
| YY_FATAL_ERROR(
| "fatal flex scanner internal error--no action found" );
| } /* end of action switch */
| } /* end of scanning one token */
| } /* end of yylex */
|
| /* yy_get_next_buffer - try to read in a new buffer
| *
| * Returns a code representing an action:
| * EOB_ACT_LAST_MATCH -
| * EOB_ACT_CONTINUE_SCAN - continue scanning from current position
| * EOB_ACT_END_OF_FILE - end of file
| */
| static int yy_get_next_buffer (void)
| {
| register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
| register char *source = (yytext_ptr);
| register int number_to_move, i;
| int ret_val;
|
| if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] )
| YY_FATAL_ERROR(
| "fatal flex scanner internal error--end of buffer missed" );
|
| if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 )
| { /* Don't try to fill the buffer, so this is an EOF. */
| if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 )
| {
| /* We matched a single character, the EOB, so
| * treat this as a final EOF.
| */
| return EOB_ACT_END_OF_FILE;
| }
|
| else
| {
| /* We matched some text prior to the EOB, first
| * process it.
| */
| return EOB_ACT_LAST_MATCH;
| }
| }
|
| /* Try to read more data. */
|
| /* First move last chars to start of buffer. */
| number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1;
|
| for ( i = 0; i < number_to_move; ++i )
| *(dest++) = *(source++);
|
| if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING )
| /* don't do the read, it's not guaranteed to return an EOF,
| * just force an EOF
| */
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0;
|
| else
| {
| int num_to_read =
| YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
|
| while ( num_to_read <= 0 )
| { /* Not enough room in the buffer - grow it. */
|
| YY_FATAL_ERROR(
| "input buffer overflow, can't enlarge buffer because scanner uses REJECT" );
|
| }
|
| if ( num_to_read > YY_READ_BUF_SIZE )
| num_to_read = YY_READ_BUF_SIZE;
|
| /* Read in more data. */
| YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
| (yy_n_chars), (size_t) num_to_read );
|
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
| }
|
| if ( (yy_n_chars) == 0 )
| {
| if ( number_to_move == YY_MORE_ADJ )
| {
| ret_val = EOB_ACT_END_OF_FILE;
| yyrestart(yyin );
| }
|
| else
| {
| ret_val = EOB_ACT_LAST_MATCH;
| YY_CURRENT_BUFFER_LVALUE->yy_buffer_status =
| YY_BUFFER_EOF_PENDING;
| }
| }
|
| else
| ret_val = EOB_ACT_CONTINUE_SCAN;
|
| if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
| /* Extend the array by 50%, plus the number we really need. */
| yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1);
| YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size );
| if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
| YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" );
| }
|
| (yy_n_chars) += number_to_move;
| YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR;
| YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR;
|
| (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0];
|
| return ret_val;
| }
|
| /* yy_get_previous_state - get the state just before the EOB char was reached */
|
| static yy_state_type yy_get_previous_state (void)
| {
| register yy_state_type yy_current_state;
| register char *yy_cp;
|
| yy_current_state = (yy_start);
|
| (yy_state_ptr) = (yy_state_buf);
| *(yy_state_ptr)++ = yy_current_state;
|
| for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp )
| {
| register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
| while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
| {
| yy_current_state = (int) yy_def[yy_current_state];
| if ( yy_current_state >= 13 )
| yy_c = yy_meta[(unsigned int) yy_c];
| }
| yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
| *(yy_state_ptr)++ = yy_current_state;
| }
|
| return yy_current_state;
| }
|
| /* yy_try_NUL_trans - try to make a transition on the NUL character
| *
| * synopsis
| * next_state = yy_try_NUL_trans( current_state );
| */
| static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state )
| {
| register int yy_is_jam;
|
| register YY_CHAR yy_c = 1;
| while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
| {
| yy_current_state = (int) yy_def[yy_current_state];
| if ( yy_current_state >= 13 )
| yy_c = yy_meta[(unsigned int) yy_c];
| }
| yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
| yy_is_jam = (yy_current_state == 12);
| if ( ! yy_is_jam )
| *(yy_state_ptr)++ = yy_current_state;
|
| return yy_is_jam ? 0 : yy_current_state;
| }
|
| static void yyunput (int c, register char * yy_bp )
| {
| register char *yy_cp;
|
| yy_cp = (yy_c_buf_p);
|
| /* undo effects of setting up yytext */
| *yy_cp = (yy_hold_char);
|
| if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
| { /* need to shift things up to make room */
| /* +2 for EOB chars. */
| register int number_to_move = (yy_n_chars) + 2;
| register char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[
| YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2];
| register char *source =
| &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move];
|
| while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
| *--dest = *--source;
|
| yy_cp += (int) (dest - source);
| yy_bp += (int) (dest - source);
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars =
| (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_buf_size;
|
| if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
| YY_FATAL_ERROR( "flex scanner push-back overflow" );
| }
|
| *--yy_cp = (char) c;
|
| (yytext_ptr) = yy_bp;
| (yy_hold_char) = *yy_cp;
| (yy_c_buf_p) = yy_cp;
| }
|
| #ifndef YY_NO_INPUT
| #ifdef __cplusplus
| static int yyinput (void)
| #else
| static int input (void)
| #endif
|
| {
| int c;
|
| *(yy_c_buf_p) = (yy_hold_char);
|
| if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR )
| {
| /* yy_c_buf_p now points to the character we want to return.
| * If this occurs *before* the EOB characters, then it's a
| * valid NUL; if not, then we've hit the end of the buffer.
| */
| if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
| /* This was really a NUL. */
| *(yy_c_buf_p) = '\0';
|
| else
| { /* need more input */
| int offset = (yy_c_buf_p) - (yytext_ptr);
| ++(yy_c_buf_p);
|
| switch ( yy_get_next_buffer( ) )
| {
| case EOB_ACT_LAST_MATCH:
| /* This happens because yy_g_n_b()
| * sees that we've accumulated a
| * token and flags that we need to
| * try matching the token before
| * proceeding. But for input(),
| * there's no matching to consider.
| * So convert the EOB_ACT_LAST_MATCH
| * to EOB_ACT_END_OF_FILE.
| */
|
| /* Reset buffer status. */
| yyrestart(yyin );
|
| /*FALLTHROUGH*/
|
| case EOB_ACT_END_OF_FILE:
| {
| if ( yywrap( ) )
| return EOF;
|
| if ( ! (yy_did_buffer_switch_on_eof) )
| YY_NEW_FILE;
| #ifdef __cplusplus
| return yyinput();
| #else
| return input();
| #endif
| }
|
| case EOB_ACT_CONTINUE_SCAN:
| (yy_c_buf_p) = (yytext_ptr) + offset;
| break;
| }
| }
| }
|
| c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */
| *(yy_c_buf_p) = '\0'; /* preserve yytext */
| (yy_hold_char) = *++(yy_c_buf_p);
|
| return c;
| }
| #endif /* ifndef YY_NO_INPUT */
|
| /** Immediately switch to a different input stream.
| * @param input_file A readable stream.
| *
| * @note This function does not reset the start condition to @c INITIAL .
| */
| void yyrestart (FILE * input_file )
| {
|
| if ( ! YY_CURRENT_BUFFER ){
| yyensure_buffer_stack ();
| YY_CURRENT_BUFFER_LVALUE =
| yy_create_buffer(yyin,YY_BUF_SIZE );
| }
|
| yy_init_buffer(YY_CURRENT_BUFFER,input_file );
| yy_load_buffer_state( );
| }
|
| /** Switch to a different input buffer.
| * @param new_buffer The new input buffer.
| *
| */
| void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer )
| {
|
| /* TODO. We should be able to replace this entire function body
| * with
| * yypop_buffer_state();
| * yypush_buffer_state(new_buffer);
| */
| yyensure_buffer_stack ();
| if ( YY_CURRENT_BUFFER == new_buffer )
| return;
|
| if ( YY_CURRENT_BUFFER )
| {
| /* Flush out information for old buffer. */
| *(yy_c_buf_p) = (yy_hold_char);
| YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
| }
|
| YY_CURRENT_BUFFER_LVALUE = new_buffer;
| yy_load_buffer_state( );
|
| /* We don't actually know whether we did this switch during
| * EOF (yywrap()) processing, but the only time this flag
| * is looked at is after yywrap() is called, so it's safe
| * to go ahead and always set it.
| */
| (yy_did_buffer_switch_on_eof) = 1;
| }
|
| static void yy_load_buffer_state (void)
| {
| (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
| (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos;
| yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file;
| (yy_hold_char) = *(yy_c_buf_p);
| }
|
| /** Allocate and initialize an input buffer state.
| * @param file A readable stream.
| * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
| *
| * @return the allocated buffer state.
| */
| YY_BUFFER_STATE yy_create_buffer (FILE * file, int size )
| {
| YY_BUFFER_STATE b;
|
| b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
| if ( ! b )
| YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
|
| b->yy_buf_size = size;
|
| /* yy_ch_buf has to be 2 characters longer than the size given because
| * we need to put in 2 end-of-buffer characters.
| */
| b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2 );
| if ( ! b->yy_ch_buf )
| YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
|
| b->yy_is_our_buffer = 1;
|
| yy_init_buffer(b,file );
|
| return b;
| }
|
| /** Destroy the buffer.
| * @param b a buffer created with yy_create_buffer()
| *
| */
| void yy_delete_buffer (YY_BUFFER_STATE b )
| {
|
| if ( ! b )
| return;
|
| if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */
| YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
|
| if ( b->yy_is_our_buffer )
| yyfree((void *) b->yy_ch_buf );
|
| yyfree((void *) b );
| }
|
| #ifndef __cplusplus
| extern int isatty (int );
| #endif /* __cplusplus */
|
| /* Initializes or reinitializes a buffer.
| * This function is sometimes called more than once on the same buffer,
| * such as during a yyrestart() or at EOF.
| */
| static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file )
|
| {
| int oerrno = errno;
|
| yy_flush_buffer(b );
|
| b->yy_input_file = file;
| b->yy_fill_buffer = 1;
|
| /* If b is the current buffer, then yy_init_buffer was _probably_
| * called from yyrestart() or through yy_get_next_buffer.
| * In that case, we don't want to reset the lineno or column.
| */
| if (b != YY_CURRENT_BUFFER){
| b->yy_bs_lineno = 1;
| b->yy_bs_column = 0;
| }
|
| b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
|
| errno = oerrno;
| }
|
| /** Discard all buffered characters. On the next scan, YY_INPUT will be called.
| * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.
| *
| */
| void yy_flush_buffer (YY_BUFFER_STATE b )
| {
| if ( ! b )
| return;
|
| b->yy_n_chars = 0;
|
| /* We always need two end-of-buffer characters. The first causes
| * a transition to the end-of-buffer state. The second causes
| * a jam in that state.
| */
| b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR;
| b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR;
|
| b->yy_buf_pos = &b->yy_ch_buf[0];
|
| b->yy_at_bol = 1;
| b->yy_buffer_status = YY_BUFFER_NEW;
|
| if ( b == YY_CURRENT_BUFFER )
| yy_load_buffer_state( );
| }
|
| /** Pushes the new state onto the stack. The new state becomes
| * the current state. This function will allocate the stack
| * if necessary.
| * @param new_buffer The new state.
| *
| */
| void yypush_buffer_state (YY_BUFFER_STATE new_buffer )
| {
| if (new_buffer == NULL)
| return;
|
| yyensure_buffer_stack();
|
| /* This block is copied from yy_switch_to_buffer. */
| if ( YY_CURRENT_BUFFER )
| {
| /* Flush out information for old buffer. */
| *(yy_c_buf_p) = (yy_hold_char);
| YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
| }
|
| /* Only push if top exists. Otherwise, replace top. */
| if (YY_CURRENT_BUFFER)
| (yy_buffer_stack_top)++;
| YY_CURRENT_BUFFER_LVALUE = new_buffer;
|
| /* copied from yy_switch_to_buffer. */
| yy_load_buffer_state( );
| (yy_did_buffer_switch_on_eof) = 1;
| }
|
| /** Removes and deletes the top of the stack, if present.
| * The next element becomes the new top.
| *
| */
| void yypop_buffer_state (void)
| {
| if (!YY_CURRENT_BUFFER)
| return;
|
| yy_delete_buffer(YY_CURRENT_BUFFER );
| YY_CURRENT_BUFFER_LVALUE = NULL;
| if ((yy_buffer_stack_top) > 0)
| --(yy_buffer_stack_top);
|
| if (YY_CURRENT_BUFFER) {
| yy_load_buffer_state( );
| (yy_did_buffer_switch_on_eof) = 1;
| }
| }
|
| /* Allocates the stack if it does not exist.
| * Guarantees space for at least one push.
| */
| static void yyensure_buffer_stack (void)
| {
| int num_to_alloc;
|
| if (!(yy_buffer_stack)) {
|
| /* First allocation is just for 2 elements, since we don't know if this
| * scanner will even need a stack. We use 2 instead of 1 to avoid an
| * immediate realloc on the next call.
| */
| num_to_alloc = 1;
| (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
| (num_to_alloc * sizeof(struct yy_buffer_state*)
| );
| if ( ! (yy_buffer_stack) )
| YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
|
| memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
|
| (yy_buffer_stack_max) = num_to_alloc;
| (yy_buffer_stack_top) = 0;
| return;
| }
|
| if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
|
| /* Increase the buffer to prepare for a possible push. */
| int grow_size = 8 /* arbitrary grow size */;
|
| num_to_alloc = (yy_buffer_stack_max) + grow_size;
| (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc
| ((yy_buffer_stack),
| num_to_alloc * sizeof(struct yy_buffer_state*)
| );
| if ( ! (yy_buffer_stack) )
| YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
|
| /* zero only the new slots.*/
| memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
| (yy_buffer_stack_max) = num_to_alloc;
| }
| }
|
| /** Setup the input buffer state to scan directly from a user-specified character buffer.
| * @param base the character buffer
| * @param size the size in bytes of the character buffer
| *
| * @return the newly allocated buffer state object.
| */
| YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size )
| {
| YY_BUFFER_STATE b;
|
| if ( size < 2 ||
| base[size-2] != YY_END_OF_BUFFER_CHAR ||
| base[size-1] != YY_END_OF_BUFFER_CHAR )
| /* They forgot to leave room for the EOB's. */
| return 0;
|
| b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
| if ( ! b )
| YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" );
|
| b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */
| b->yy_buf_pos = b->yy_ch_buf = base;
| b->yy_is_our_buffer = 0;
| b->yy_input_file = 0;
| b->yy_n_chars = b->yy_buf_size;
| b->yy_is_interactive = 0;
| b->yy_at_bol = 1;
| b->yy_fill_buffer = 0;
| b->yy_buffer_status = YY_BUFFER_NEW;
|
| yy_switch_to_buffer(b );
|
| return b;
| }
|
| /** Setup the input buffer state to scan a string. The next call to yylex() will
| * scan from a @e copy of @a str.
| * @param yystr a NUL-terminated string to scan
| *
| * @return the newly allocated buffer state object.
| * @note If you want to scan bytes that may contain NUL values, then use
| * yy_scan_bytes() instead.
| */
| YY_BUFFER_STATE yy_scan_string (yyconst char * yystr )
| {
|
| return yy_scan_bytes(yystr,strlen(yystr) );
| }
|
| /** Setup the input buffer state to scan the given bytes. The next call to yylex() will
| * scan from a @e copy of @a bytes.
| * @param bytes the byte buffer to scan
| * @param len the number of bytes in the buffer pointed to by @a bytes.
| *
| * @return the newly allocated buffer state object.
| */
| YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, int _yybytes_len )
| {
| YY_BUFFER_STATE b;
| char *buf;
| yy_size_t n;
| int i;
|
| /* Get memory for full buffer, including space for trailing EOB's. */
| n = _yybytes_len + 2;
| buf = (char *) yyalloc(n );
| if ( ! buf )
| YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
|
| for ( i = 0; i < _yybytes_len; ++i )
| buf[i] = yybytes[i];
|
| buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR;
|
| b = yy_scan_buffer(buf,n );
| if ( ! b )
| YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" );
|
| /* It's okay to grow etc. this buffer, and we should throw it
| * away when we're done.
| */
| b->yy_is_our_buffer = 1;
|
| return b;
| }
|
| #ifndef YY_EXIT_FAILURE
| #define YY_EXIT_FAILURE 2
| #endif
|
| static void yy_fatal_error (yyconst char* msg )
| {
| (void) fprintf( stderr, "%s\n", msg );
| exit( YY_EXIT_FAILURE );
| }
|
| /* Redefine yyless() so it works in section 3 code. */
|
| #undef yyless
| #define yyless(n) \
| do \
| { \
| /* Undo effects of setting up yytext. */ \
| int yyless_macro_arg = (n); \
| YY_LESS_LINENO(yyless_macro_arg);\
| yytext[yyleng] = (yy_hold_char); \
| (yy_c_buf_p) = yytext + yyless_macro_arg; \
| (yy_hold_char) = *(yy_c_buf_p); \
| *(yy_c_buf_p) = '\0'; \
| yyleng = yyless_macro_arg; \
| } \
| while ( 0 )
|
| /* Accessor methods (get/set functions) to struct members. */
|
| /** Get the current line number.
| *
| */
| int yyget_lineno (void)
| {
|
| return yylineno;
| }
|
| /** Get the input stream.
| *
| */
| FILE *yyget_in (void)
| {
| return yyin;
| }
|
| /** Get the output stream.
| *
| */
| FILE *yyget_out (void)
| {
| return yyout;
| }
|
| /** Get the length of the current token.
| *
| */
| int yyget_leng (void)
| {
| return yyleng;
| }
|
| /** Get the current token.
| *
| */
|
| char *yyget_text (void)
| {
| return yytext;
| }
|
| /** Set the current line number.
| * @param line_number
| *
| */
| void yyset_lineno (int line_number )
| {
|
| yylineno = line_number;
| }
|
| /** Set the input stream. This does not discard the current
| * input buffer.
| * @param in_str A readable stream.
| *
| * @see yy_switch_to_buffer
| */
| void yyset_in (FILE * in_str )
| {
| yyin = in_str ;
| }
|
| void yyset_out (FILE * out_str )
| {
| yyout = out_str ;
| }
|
| int yyget_debug (void)
| {
| return yy_flex_debug;
| }
|
| void yyset_debug (int bdebug )
| {
| yy_flex_debug = bdebug ;
| }
|
| static int yy_init_globals (void)
| {
| /* Initialization is the same as for the non-reentrant scanner.
| * This function is called from yylex_destroy(), so don't allocate here.
| */
|
| (yy_buffer_stack) = 0;
| (yy_buffer_stack_top) = 0;
| (yy_buffer_stack_max) = 0;
| (yy_c_buf_p) = (char *) 0;
| (yy_init) = 0;
| (yy_start) = 0;
|
| (yy_state_buf) = 0;
| (yy_state_ptr) = 0;
| (yy_full_match) = 0;
| (yy_lp) = 0;
|
| /* Defined in main.c */
| #ifdef YY_STDINIT
| yyin = stdin;
| yyout = stdout;
| #else
| yyin = (FILE *) 0;
| yyout = (FILE *) 0;
| #endif
|
| /* For future reference: Set errno on error, since we are called by
| * yylex_init()
| */
| return 0;
| }
|
| /* yylex_destroy is for both reentrant and non-reentrant scanners. */
| int yylex_destroy (void)
| {
|
| /* Pop the buffer stack, destroying each element. */
| while(YY_CURRENT_BUFFER){
| yy_delete_buffer(YY_CURRENT_BUFFER );
| YY_CURRENT_BUFFER_LVALUE = NULL;
| yypop_buffer_state();
| }
|
| /* Destroy the stack itself. */
| yyfree((yy_buffer_stack) );
| (yy_buffer_stack) = NULL;
|
| yyfree ( (yy_state_buf) );
| (yy_state_buf) = NULL;
|
| /* Reset the globals. This is important in a non-reentrant scanner so the next time
| * yylex() is called, initialization will occur. */
| yy_init_globals( );
|
| return 0;
| }
|
| /*
| * Internal utility routines.
| */
|
| #ifndef yytext_ptr
| static void yy_flex_strncpy (char* s1, yyconst char * s2, int n )
| {
| register int i;
| for ( i = 0; i < n; ++i )
| s1[i] = s2[i];
| }
| #endif
|
| #ifdef YY_NEED_STRLEN
| static int yy_flex_strlen (yyconst char * s )
| {
| register int n;
| for ( n = 0; s[n]; ++n )
| ;
|
| return n;
| }
| #endif
|
| void *yyalloc (yy_size_t size )
| {
| return (void *) malloc( size );
| }
|
| void *yyrealloc (void * ptr, yy_size_t size )
| {
| /* The cast to (char *) in the following accommodates both
| * implementations that use char* generic pointers, and those
| * that use void* generic pointers. It works with the latter
| * because both ANSI C and C++ allow castless assignment from
| * any pointer type to void*, and deal with argument conversions
| * as though doing an assignment.
| */
| return (void *) realloc( (char *) ptr, size );
| }
|
| void yyfree (void * ptr )
| {
| free( (char *) ptr ); /* see yyrealloc() for (char *) cast */
| }
|
| #define YYTABLES_NAME "yytables"
|
| #line 9 "conftest.l"
|
|
| #ifdef YYTEXT_POINTER
| extern char *yytext;
| #endif
| int
| main (void)
| {
| return ! yylex () + ! yywrap ();
| }
configure:5392: gcc -o conftest -g -O2 conftest.c -lfl >&5
configure:5399: $? = 0
configure:5423: result: -lfl
configure:5429: checking whether yytext is a pointer
configure:5450: gcc -o conftest -g -O2 conftest.c -lfl >&5
configure:5457: $? = 0
configure:5479: result: yes
configure:5498: checking for bison
configure:5514: found /usr/bin/bison
configure:5525: result: bison -y
configure:5539: checking for grep
configure:5557: found /bin/grep
configure:5570: result: /bin/grep
configure:5625: checking for ranlib
configure:5641: found /usr/bin/ranlib
configure:5652: result: ranlib
configure:5675: checking whether gcc and cc understand -c and -o together
configure:5710: gcc -c conftest.c -o conftest2.o >&5
configure:5714: $? = 0
configure:5720: gcc -c conftest.c -o conftest2.o >&5
configure:5724: $? = 0
configure:5735: cc -c conftest.c >&5
configure:5739: $? = 0
configure:5747: cc -c conftest.c -o conftest2.o >&5
configure:5751: $? = 0
configure:5757: cc -c conftest.c -o conftest2.o >&5
configure:5761: $? = 0
configure:5779: result: yes
configure:5811: checking how to run the C preprocessor
configure:5851: gcc -E conftest.c
configure:5858: $? = 0
configure:5889: gcc -E conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:5896: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libprelude"
| #define VERSION "0.9.24.1"
| #define YYTEXT_POINTER 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5929: result: gcc -E
configure:5958: gcc -E conftest.c
configure:5965: $? = 0
configure:5996: gcc -E conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:6003: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libprelude"
| #define VERSION "0.9.24.1"
| #define YYTEXT_POINTER 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6043: checking for grep that handles long lines and -e
configure:6103: result: /bin/grep
configure:6108: checking for egrep
configure:6172: result: /bin/grep -E
configure:6177: checking for ANSI C header files
configure:6207: gcc -c -g -O2 conftest.c >&5
configure:6214: $? = 0
configure:6313: gcc -o conftest -g -O2 conftest.c >&5
configure:6317: $? = 0
configure:6323: ./conftest
configure:6327: $? = 0
configure:6345: result: yes
configure:6369: checking for sys/types.h
configure:6390: gcc -c -g -O2 conftest.c >&5
configure:6397: $? = 0
configure:6414: result: yes
configure:6369: checking for sys/stat.h
configure:6390: gcc -c -g -O2 conftest.c >&5
configure:6397: $? = 0
configure:6414: result: yes
configure:6369: checking for stdlib.h
configure:6390: gcc -c -g -O2 conftest.c >&5
configure:6397: $? = 0
configure:6414: result: yes
configure:6369: checking for string.h
configure:6390: gcc -c -g -O2 conftest.c >&5
configure:6397: $? = 0
configure:6414: result: yes
configure:6369: checking for memory.h
configure:6390: gcc -c -g -O2 conftest.c >&5
configure:6397: $? = 0
configure:6414: result: yes
configure:6369: checking for strings.h
configure:6390: gcc -c -g -O2 conftest.c >&5
configure:6397: $? = 0
configure:6414: result: yes
configure:6369: checking for inttypes.h
configure:6390: gcc -c -g -O2 conftest.c >&5
configure:6397: $? = 0
configure:6414: result: yes
configure:6369: checking for stdint.h
configure:6390: gcc -c -g -O2 conftest.c >&5
configure:6397: $? = 0
configure:6414: result: yes
configure:6369: checking for unistd.h
configure:6390: gcc -c -g -O2 conftest.c >&5
configure:6397: $? = 0
configure:6414: result: yes
configure:6441: checking minix/config.h usability
configure:6458: gcc -c -g -O2 conftest.c >&5
conftest.c:54:26: error: minix/config.h: No such file or directory
configure:6465: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libprelude"
| #define VERSION "0.9.24.1"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:6479: result: no
configure:6483: checking minix/config.h presence
configure:6498: gcc -E conftest.c
conftest.c:21:26: error: minix/config.h: No such file or directory
configure:6505: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libprelude"
| #define VERSION "0.9.24.1"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <minix/config.h>
configure:6519: result: no
configure:6547: checking for minix/config.h
configure:6554: result: no
configure:6595: checking whether it is safe to define __EXTENSIONS__
configure:6623: gcc -c -g -O2 conftest.c >&5
configure:6630: $? = 0
configure:6645: result: yes
configure:6676: checking for _LARGEFILE_SOURCE value needed for large files
configure:6705: gcc -o conftest -g -O2 conftest.c >&5
configure:6712: $? = 0
configure:6785: result: no
configure:6899: checking for a sed that does not truncate output
configure:6965: result: /bin/sed
configure:6983: checking for fgrep
configure:7047: result: /bin/grep -F
configure:7082: checking for ld used by gcc
configure:7149: result: /usr/bin/ld
configure:7158: checking if the linker (/usr/bin/ld) is GNU ld
configure:7173: result: yes
configure:7185: checking for BSD- or MS-compatible name lister (nm)
configure:7234: result: /usr/bin/nm -B
configure:7352: checking the name lister (/usr/bin/nm -B) interface
configure:7359: gcc -c -g -O2 conftest.c >&5
configure:7362: /usr/bin/nm -B "conftest.o"
configure:7365: output
00000000 B some_variable
configure:7372: result: BSD nm
configure:7375: checking whether ln -s works
configure:7379: result: yes
configure:7387: checking the maximum length of command line arguments
configure:7507: result: 1572864
configure:7524: checking whether the shell understands some XSI constructs
configure:7534: result: yes
configure:7538: checking whether the shell understands "+="
configure:7544: result: yes
configure:7579: checking for /usr/bin/ld option to reload object files
configure:7586: result: -r
configure:7655: checking for objdump
configure:7671: found /usr/bin/objdump
configure:7682: result: objdump
configure:7711: checking how to recognize dependent libraries
configure:7907: result: pass_all
configure:7967: checking for ar
configure:7983: found /usr/bin/ar
configure:7994: result: ar
configure:8072: checking for strip
configure:8088: found /usr/bin/strip
configure:8099: result: strip
configure:8171: checking for ranlib
configure:8198: result: ranlib
configure:8288: checking command to parse /usr/bin/nm -B output from gcc object
configure:8406: gcc -c -g -O2 conftest.c >&5
configure:8409: $? = 0
configure:8413: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:8416: $? = 0
configure:8470: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:8473: $? = 0
configure:8511: result: ok
configure:9376: checking for dlfcn.h
configure:9397: gcc -c -g -O2 conftest.c >&5
configure:9404: $? = 0
configure:9421: result: yes
configure:9548: checking for C++ compiler version
configure:9556: g++ --version >&5
g++ (GCC) 4.4.2
Copyright (C) 2009 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:9560: $? = 0
configure:9567: g++ -v >&5
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../configure --prefix=/usr --enable-shared --enable-languages=c,c++,fortran,objc,obj-c++,ada --enable-threads=posix --mandir=/usr/share/man --infodir=/usr/share/info --enable-__cxa_atexit --disable-multilib --libdir=/usr/lib --libexecdir=/usr/lib --enable-clocale=gnu --disable-libstdcxx-pch --with-tune=generic
Thread model: posix
gcc version 4.4.2 (GCC)
configure:9571: $? = 0
configure:9578: g++ -V >&5
g++: '-V' option must have argument
configure:9582: $? = 1
configure:9585: checking whether we are using the GNU C++ compiler
configure:9638: result: yes
configure:9647: checking whether g++ accepts -g
configure:9785: result: yes
configure:9810: checking dependency style of g++
configure:9920: result: gcc3
configure:9943: checking how to run the C++ preprocessor
configure:9979: g++ -E conftest.cpp
configure:9986: $? = 0
configure:10017: g++ -E conftest.cpp
conftest.cpp:28:28: error: ac_nonexistent.h: No such file or directory
configure:10024: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libprelude"
| #define VERSION "0.9.24.1"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:10057: result: g++ -E
configure:10086: g++ -E conftest.cpp
configure:10093: $? = 0
configure:10124: g++ -E conftest.cpp
conftest.cpp:28:28: error: ac_nonexistent.h: No such file or directory
configure:10131: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libprelude"
| #define VERSION "0.9.24.1"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:10641: checking for objdir
configure:10656: result: .libs
configure:10952: checking if gcc supports -fno-rtti -fno-exceptions
configure:10970: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:10974: $? = 0
configure:10987: result: no
configure:11007: checking for gcc option to produce PIC
configure:11279: result: -fPIC -DPIC
configure:11291: checking if gcc PIC flag -fPIC -DPIC works
configure:11309: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
configure:11313: $? = 0
configure:11326: result: yes
configure:11350: checking if gcc static flag -static works
configure:11378: result: yes
configure:11393: checking if gcc supports -c -o file.o
configure:11414: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:11418: $? = 0
configure:11440: result: yes
configure:11448: checking if gcc supports -c -o file.o
configure:11495: result: yes
configure:11528: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
configure:12602: result: yes
configure:12639: checking whether -lc should be explicitly linked in
configure:12644: gcc -c -g -O2 conftest.c >&5
configure:12647: $? = 0
configure:12662: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
configure:12665: $? = 0
configure:12677: result: no
configure:12841: checking dynamic linker characteristics
configure:13284: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
configure:13291: $? = 0
configure:13527: result: GNU/Linux ld.so
configure:13629: checking how to hardcode library paths into programs
configure:13654: result: immediate
configure:13777: checking for shl_load
configure:13833: gcc -o conftest -g -O2 conftest.c >&5
/tmp/ccdTwzR3.o: In function `main':
/home/manicman/abs/libprelude/libprelude-0.9.24.1/conftest.c:63: undefined reference to `shl_load'
collect2: ld returned 1 exit status
configure:13840: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libprelude"
| #define VERSION "0.9.24.1"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define shl_load innocuous_shl_load
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char shl_load (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef shl_load
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_shl_load || defined __stub___shl_load
| choke me
| #endif
|
| int
| main ()
| {
| return shl_load ();
| ;
| return 0;
| }
configure:13860: result: no
configure:13865: checking for shl_load in -ldld
configure:13900: gcc -o conftest -g -O2 conftest.c -ldld >&5
/usr/bin/ld: cannot find -ldld
collect2: ld returned 1 exit status
configure:13907: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libprelude"
| #define VERSION "0.9.24.1"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| int
| main ()
| {
| return shl_load ();
| ;
| return 0;
| }
configure:13928: result: no
configure:13933: checking for dlopen
configure:13989: gcc -o conftest -g -O2 conftest.c >&5
/tmp/ccLSeHG9.o: In function `main':
/home/manicman/abs/libprelude/libprelude-0.9.24.1/conftest.c:63: undefined reference to `dlopen'
collect2: ld returned 1 exit status
configure:13996: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libprelude"
| #define VERSION "0.9.24.1"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define dlopen innocuous_dlopen
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char dlopen (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef dlopen
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dlopen ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_dlopen || defined __stub___dlopen
| choke me
| #endif
|
| int
| main ()
| {
| return dlopen ();
| ;
| return 0;
| }
configure:14016: result: no
configure:14021: checking for dlopen in -ldl
configure:14056: gcc -o conftest -g -O2 conftest.c -ldl >&5
configure:14063: $? = 0
configure:14084: result: yes
configure:14261: checking whether a program can dlopen itself
configure:14331: gcc -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5
configure:14334: $? = 0
configure:14352: result: yes
configure:14357: checking whether a statically linked program can dlopen itself
configure:14427: gcc -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic -static conftest.c -ldl >&5
/tmp/ccWFjGIi.o: In function `main':
/home/manicman/abs/libprelude/libprelude-0.9.24.1/configure:14411: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
configure:14430: $? = 0
/lib/: cannot read file data: Is a directory
configure:14448: result: no
configure:14487: checking whether stripping libraries is possible
configure:14492: result: yes
configure:14527: checking if libtool supports shared libraries
configure:14529: result: yes
configure:14532: checking whether to build shared libraries
configure:14553: result: yes
configure:14556: checking whether to build static libraries
configure:14560: result: no
configure:14710: checking for ld used by g++
configure:14777: result: /usr/bin/ld
configure:14786: checking if the linker (/usr/bin/ld) is GNU ld
configure:14801: result: yes
configure:14856: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:15831: result: yes
configure:15859: g++ -c -g -O2 conftest.cpp >&5
configure:15862: $? = 0
configure:16044: checking for g++ option to produce PIC
configure:16361: result: -fPIC -DPIC
configure:16370: checking if g++ PIC flag -fPIC -DPIC works
configure:16388: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
configure:16392: $? = 0
configure:16405: result: yes
configure:16426: checking if g++ static flag -static works
configure:16454: result: yes
configure:16466: checking if g++ supports -c -o file.o
configure:16487: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
configure:16491: $? = 0
configure:16513: result: yes
configure:16518: checking if g++ supports -c -o file.o
configure:16565: result: yes
configure:16595: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:16621: result: yes
configure:16758: checking dynamic linker characteristics
configure:17149: g++ -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.cpp >&5
configure:17156: $? = 0
configure:17392: result: GNU/Linux ld.so
configure:17443: checking how to hardcode library paths into programs
configure:17468: result: immediate
configure:17526: checking which extension is used for runtime loadable modules
configure:17536: result: .so
configure:17546: checking which variable specifies run-time module search path
configure:17553: result: LD_LIBRARY_PATH
configure:17563: checking for the default library search path
configure:17570: result: /lib64 /usr/lib64 /lib /usr/lib /usr/lib/libfakeroot /opt/qt/lib /opt/kde/lib
configure:17600: checking for library containing dlopen
configure:17641: gcc -o conftest -g -O2 conftest.c >&5
/tmp/cciPhT8S.o: In function `main':
/home/manicman/abs/libprelude/libprelude-0.9.24.1/conftest.c:43: undefined reference to `dlopen'
collect2: ld returned 1 exit status
configure:17648: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libprelude"
| #define VERSION "0.9.24.1"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib/libfakeroot:/opt/qt/lib:/opt/kde/lib"
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dlopen ();
| int
| main ()
| {
| return dlopen ();
| ;
| return 0;
| }
configure:17641: gcc -o conftest -g -O2 conftest.c -ldl >&5
configure:17648: $? = 0
configure:17679: result: -ldl
configure:17835: checking for dlerror
configure:17891: gcc -o conftest -g -O2 conftest.c -ldl -ldl >&5
configure:17898: $? = 0
configure:17920: result: yes
configure:17937: checking for shl_load
configure:18020: result: no
configure:18030: checking for shl_load in -ldld
configure:18093: result: no
configure:18285: checking for dld_link in -ldld
configure:18320: gcc -o conftest -g -O2 conftest.c -ldld -ldl >&5
/usr/bin/ld: cannot find -ldld
collect2: ld returned 1 exit status
configure:18327: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libprelude"
| #define VERSION "0.9.24.1"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib/libfakeroot:/opt/qt/lib:/opt/kde/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dld_link ();
| int
| main ()
| {
| return dld_link ();
| ;
| return 0;
| }
configure:18348: result: no
configure:18386: checking for _ prefix in compiled symbols
configure:18396: gcc -c -g -O2 conftest.c >&5
configure:18399: $? = 0
configure:18403: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:18406: $? = 0
configure:18428: result: no
configure:18544: checking whether deplibs are loaded by dlopen
configure:18638: result: yes
configure:18654: checking for argz.h
configure:18675: gcc -c -g -O2 conftest.c >&5
configure:18682: $? = 0
configure:18699: result: yes
configure:18713: checking for error_t
configure:18744: gcc -c -g -O2 conftest.c >&5
configure:18751: $? = 0
configure:18781: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:43: error: expected expression before ')' token
configure:18788: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libprelude"
| #define VERSION "0.9.24.1"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib/libfakeroot:/opt/qt/lib:/opt/kde/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| /* end confdefs.h. */
| #if defined(HAVE_ARGZ_H)
| # include <argz.h>
| #endif
|
| int
| main ()
| {
| if (sizeof ((error_t)))
| return 0;
| ;
| return 0;
| }
configure:18811: result: yes
configure:18846: checking for argz_add
configure:18902: gcc -o conftest -g -O2 conftest.c -ldl >&5
configure:18909: $? = 0
configure:18931: result: yes
configure:18846: checking for argz_append
configure:18902: gcc -o conftest -g -O2 conftest.c -ldl >&5
configure:18909: $? = 0
configure:18931: result: yes
configure:18846: checking for argz_count
configure:18902: gcc -o conftest -g -O2 conftest.c -ldl >&5
configure:18909: $? = 0
configure:18931: result: yes
configure:18846: checking for argz_create_sep
configure:18902: gcc -o conftest -g -O2 conftest.c -ldl >&5
configure:18909: $? = 0
configure:18931: result: yes
configure:18846: checking for argz_insert
configure:18902: gcc -o conftest -g -O2 conftest.c -ldl >&5
configure:18909: $? = 0
configure:18931: result: yes
configure:18846: checking for argz_next
configure:18902: gcc -o conftest -g -O2 conftest.c -ldl >&5
configure:18909: $? = 0
configure:18931: result: yes
configure:18846: checking for argz_stringify
configure:18902: gcc -o conftest -g -O2 conftest.c -ldl >&5
configure:18909: $? = 0
configure:18931: result: yes
configure:18950: checking if argz actually works
configure:18981: result: yes
configure:19002: checking whether libtool supports -dlopen/-dlpreopen
configure:19014: result: yes
configure:19045: checking for ltdl.h
configure:19067: gcc -c -g -O2 conftest.c >&5
configure:19074: $? = 0
configure:19089: result: yes
configure:19092: checking whether lt_dlinterface_register is declared
configure:19123: gcc -c -g -O2 conftest.c >&5
configure:19130: $? = 0
configure:19145: result: yes
configure:19148: checking for lt_dladvise_preload in -lltdl
configure:19183: gcc -o conftest -g -O2 conftest.c -lltdl -ldl >&5
configure:19190: $? = 0
configure:19211: result: yes
configure:19316: checking where to find libltdl headers
configure:19318: result:
configure:19320: checking where to find libltdl library
configure:19322: result: -lltdl
configure:19376: checking for unistd.h
configure:19421: result: yes
configure:19376: checking for dl.h
configure:19397: gcc -c -g -O2 conftest.c >&5
conftest.c:82:16: error: dl.h: No such file or directory
configure:19404: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libprelude"
| #define VERSION "0.9.24.1"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib/libfakeroot:/opt/qt/lib:/opt/kde/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <dl.h>
configure:19421: result: no
configure:19376: checking for sys/dl.h
configure:19397: gcc -c -g -O2 conftest.c >&5
conftest.c:82:20: error: sys/dl.h: No such file or directory
configure:19404: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libprelude"
| #define VERSION "0.9.24.1"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib/libfakeroot:/opt/qt/lib:/opt/kde/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <sys/dl.h>
configure:19421: result: no
configure:19376: checking for dld.h
configure:19397: gcc -c -g -O2 conftest.c >&5
conftest.c:82:17: error: dld.h: No such file or directory
configure:19404: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libprelude"
| #define VERSION "0.9.24.1"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib/libfakeroot:/opt/qt/lib:/opt/kde/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <dld.h>
configure:19421: result: no
configure:19376: checking for mach-o/dyld.h
configure:19397: gcc -c -g -O2 conftest.c >&5
conftest.c:82:25: error: mach-o/dyld.h: No such file or directory
configure:19404: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libprelude"
| #define VERSION "0.9.24.1"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib/libfakeroot:/opt/qt/lib:/opt/kde/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <mach-o/dyld.h>
configure:19421: result: no
configure:19376: checking for dirent.h
configure:19397: gcc -c -g -O2 conftest.c >&5
configure:19404: $? = 0
configure:19421: result: yes
configure:19441: checking for closedir
configure:19497: gcc -o conftest -g -O2 conftest.c -ldl >&5
configure:19504: $? = 0
configure:19526: result: yes
configure:19441: checking for opendir
configure:19497: gcc -o conftest -g -O2 conftest.c -ldl >&5
configure:19504: $? = 0
configure:19526: result: yes
configure:19441: checking for readdir
configure:19497: gcc -o conftest -g -O2 conftest.c -ldl >&5
configure:19504: $? = 0
configure:19526: result: yes
configure:19548: checking for strlcat
configure:19604: gcc -o conftest -g -O2 conftest.c -ldl >&5
/tmp/cc1q4Wza.o: In function `main':
/home/manicman/abs/libprelude/libprelude-0.9.24.1/conftest.c:86: undefined reference to `strlcat'
collect2: ld returned 1 exit status
configure:19611: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libprelude"
| #define VERSION "0.9.24.1"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib/libfakeroot:/opt/qt/lib:/opt/kde/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| /* end confdefs.h. */
| /* Define strlcat to an innocuous variant, in case <limits.h> declares strlcat.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define strlcat innocuous_strlcat
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char strlcat (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef strlcat
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char strlcat ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_strlcat || defined __stub___strlcat
| choke me
| #endif
|
| int
| main ()
| {
| return strlcat ();
| ;
| return 0;
| }
configure:19633: result: no
configure:19548: checking for strlcpy
configure:19604: gcc -o conftest -g -O2 conftest.c -ldl >&5
/tmp/ccnJ0IVg.o: In function `main':
/home/manicman/abs/libprelude/libprelude-0.9.24.1/conftest.c:86: undefined reference to `strlcpy'
collect2: ld returned 1 exit status
configure:19611: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libprelude"
| #define VERSION "0.9.24.1"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib/libfakeroot:/opt/qt/lib:/opt/kde/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| /* end confdefs.h. */
| /* Define strlcpy to an innocuous variant, in case <limits.h> declares strlcpy.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define strlcpy innocuous_strlcpy
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char strlcpy (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef strlcpy
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char strlcpy ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_strlcpy || defined __stub___strlcpy
| choke me
| #endif
|
| int
| main ()
| {
| return strlcpy ();
| ;
| return 0;
| }
configure:19633: result: no
configure:19675: checking for cc for build
configure:19682: result: gcc
configure:19694: checking for gcc option to accept ISO C99
configure:19853: gcc -c -g -O2 conftest.c >&5
conftest.c:103: error: expected ';', ',' or ')' before 'text'
conftest.c: In function 'main':
conftest.c:157: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar'
conftest.c:157: error: 'newvar' undeclared (first use in this function)
conftest.c:157: error: (Each undeclared identifier is reported only once
conftest.c:157: error: for each function it appears in.)
conftest.c:167: error: 'for' loop initial declarations are only allowed in C99 mode
conftest.c:167: note: use option -std=c99 or -std=gnu99 to compile your code
configure:19860: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libprelude"
| #define VERSION "0.9.24.1"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib/libfakeroot:/opt/qt/lib:/opt/kde/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdbool.h>
| #include <stdlib.h>
| #include <wchar.h>
| #include <stdio.h>
|
| // Check varargs macros. These examples are taken from C99 6.10.3.5.
| #define debug(...) fprintf (stderr, __VA_ARGS__)
| #define showlist(...) puts (#__VA_ARGS__)
| #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
| static void
| test_varargs_macros (void)
| {
| int x = 1234;
| int y = 5678;
| debug ("Flag");
| debug ("X = %d\n", x);
| showlist (The first, second, and third items.);
| report (x>y, "x is %d but y is %d", x, y);
| }
|
| // Check long long types.
| #define BIG64 18446744073709551615ull
| #define BIG32 4294967295ul
| #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
| #if !BIG_OK
| your preprocessor is broken;
| #endif
| #if BIG_OK
| #else
| your preprocessor is broken;
| #endif
| static long long int bignum = -9223372036854775807LL;
| static unsigned long long int ubignum = BIG64;
|
| struct incomplete_array
| {
| int datasize;
| double data[];
| };
|
| struct named_init {
| int number;
| const wchar_t *name;
| double average;
| };
|
| typedef const char *ccp;
|
| static inline int
| test_restrict (ccp restrict text)
| {
| // See if C++-style comments work.
| // Iterate through items via the restricted pointer.
| // Also check for declarations in for loops.
| for (unsigned int i = 0; *(text+i) != '\0'; ++i)
| continue;
| return 0;
| }
|
| // Check varargs and va_copy.
| static void
| test_varargs (const char *format, ...)
| {
| va_list args;
| va_start (args, format);
| va_list args_copy;
| va_copy (args_copy, args);
|
| const char *str;
| int number;
| float fnumber;
|
| while (*format)
| {
| switch (*format++)
| {
| case 's': // string
| str = va_arg (args_copy, const char *);
| break;
| case 'd': // int
| number = va_arg (args_copy, int);
| break;
| case 'f': // float
| fnumber = va_arg (args_copy, double);
| break;
| default:
| break;
| }
| }
| va_end (args_copy);
| va_end (args);
| }
|
| int
| main ()
| {
|
| // Check bool.
| _Bool success = false;
|
| // Check restrict.
| if (test_restrict ("String literal") == 0)
| success = true;
| char *restrict newvar = "Another string";
|
| // Check varargs.
| test_varargs ("s, d' f .", "string", 65, 34.234);
| test_varargs_macros ();
|
| // Check flexible array members.
| struct incomplete_array *ia =
| malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
| ia->datasize = 10;
| for (int i = 0; i < ia->datasize; ++i)
| ia->data[i] = i * 1.234;
|
| // Check named initializers.
| struct named_init ni = {
| .number = 34,
| .name = L"Test wide string",
| .average = 543.34343,
| };
|
| ni.number = 58;
|
| int dynamic_array[ni.number];
| dynamic_array[ni.number - 1] = 543;
|
| // work around unused variable warnings
| return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
| || dynamic_array[ni.number - 1] != 543);
|
| ;
| return 0;
| }
configure:19853: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:19860: $? = 0
configure:19890: result: -std=gnu99
configure:20021: checking for gcc -std=gnu99 option to accept ISO Standard C
configure:20032: result: -std=gnu99
configure:20037: checking for an ANSI C99-conforming __func__
configure:20063: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:57: warning: initialization discards qualifiers from pointer target type
configure:20070: $? = 0
configure:20126: result: yes
configure:20168: checking whether the C compiler accepts the -Werror -Wmissing-braces flag
configure:20207: gcc -std=gnu99 -c -g -O2 -Werror -Wmissing-braces conftest.c >&5
configure:20214: $? = 0
configure:20246: result: yes
configure:20267: checking for buggy pthread mutex initializers
configure:20294: gcc -std=gnu99 -c -g -O2 -Werror -Wmissing-braces conftest.c >&5
configure:20301: $? = 0
configure:20319: result: no
configure:20329: checking whether byte ordering is bigendian
configure:20354: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:55: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a'
configure:20361: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libprelude"
| #define VERSION "0.9.24.1"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib/libfakeroot:/opt/qt/lib:/opt/kde/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define __PRELUDE_FUNC__ __func__
| /* end confdefs.h. */
| #ifndef __APPLE_CC__
| not a universal capable compiler
| #endif
| typedef int dummy;
|
configure:20411: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:20418: $? = 0
configure:20450: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:61: error: 'not' undeclared (first use in this function)
conftest.c:61: error: (Each undeclared identifier is reported only once
conftest.c:61: error: for each function it appears in.)
conftest.c:61: error: expected ';' before 'big'
configure:20457: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libprelude"
| #define VERSION "0.9.24.1"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib/libfakeroot:/opt/qt/lib:/opt/kde/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define __PRELUDE_FUNC__ __func__
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/param.h>
|
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
configure:20709: result: no
configure:20789: checking for pkg-config
configure:20807: found /usr/bin/pkg-config
configure:20819: result: /usr/bin/pkg-config
configure:20844: checking pkg-config is at least version 0.9.0
configure:20847: result: yes
configure:20857: $PKG_CONFIG --exists --print-errors "gnutls"
configure:20860: $? = 0
configure:20864: checking for LIBGNUTLS
configure:20871: $PKG_CONFIG --exists --print-errors "gnutls >= $GNUTLS_MIN_VERSION"
configure:20874: $? = 0
configure:20887: $PKG_CONFIG --exists --print-errors "gnutls >= $GNUTLS_MIN_VERSION"
configure:20890: $? = 0
configure:20967: result: yes
configure:21268: checking gnutls/gnutls.h usability
configure:21285: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:21292: $? = 0
configure:21306: result: yes
configure:21310: checking gnutls/gnutls.h presence
configure:21325: gcc -E conftest.c
configure:21332: $? = 0
configure:21346: result: yes
configure:21374: checking for gnutls/gnutls.h
configure:21381: result: yes
configure:21395: checking for gnutls_srp_verifier in -lgnutls
configure:21430: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lgnutls -lgnutls >&5
configure:21437: $? = 0
configure:21458: result: yes
configure:21466: checking for gnutls_x509_crt_list_import in -lgnutls
configure:21501: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lgnutls -lgnutls >&5
configure:21508: $? = 0
configure:21529: result: yes
configure:21540: checking for gnutls_priority_init in -lgnutls
configure:21575: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lgnutls -lgnutls >&5
configure:21582: $? = 0
configure:21603: result: yes
configure:21612: checking for gnutls_priority_set in -lgnutls
configure:21647: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lgnutls -lgnutls >&5
configure:21654: $? = 0
configure:21675: result: yes
configure:22427: checking for libgcrypt-config
configure:22445: found /usr/bin/libgcrypt-config
configure:22458: result: /usr/bin/libgcrypt-config
configure:22475: checking for LIBGCRYPT - version >= 1.1.94
configure:22509: result: yes
configure:22521: checking LIBGCRYPT API version
configure:22524: result: okay
configure:22564: checking for struct sockaddr_in6
configure:22597: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:22604: $? = 0
configure:22636: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:65: error: expected expression before ')' token
configure:22643: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libprelude"
| #define VERSION "0.9.24.1"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib/libfakeroot:/opt/qt/lib:/opt/kde/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define __PRELUDE_FUNC__ __func__
| #define HAVE_GNUTLS_X509_CRT_LIST_IMPORT /**/
| #define HAVE_GNUTLS_STRING_PRIORITY /**/
| /* end confdefs.h. */
|
| #include <sys/types.h>
| #include <sys/socket.h>
| #include <netinet/in.h>
|
|
| int
| main ()
| {
| if (sizeof ((struct sockaddr_in6)))
| return 0;
| ;
| return 0;
| }
configure:22666: result: yes
configure:22678: checking whether AF_INET6 is declared
configure:22712: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:22719: $? = 0
configure:22734: result: yes
configure:22751: checking whether variadic macros are supported
configure:22783: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:22790: $? = 0
configure:22806: result: yes
configure:22821: checking if pointers to integers require aligned access
configure:22866: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c: In function 'main':
conftest.c:67: error: expected expression before '[' token
configure:22870: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libprelude"
| #define VERSION "0.9.24.1"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib/libfakeroot:/opt/qt/lib:/opt/kde/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define __PRELUDE_FUNC__ __func__
| #define HAVE_GNUTLS_X509_CRT_LIST_IMPORT /**/
| #define HAVE_GNUTLS_STRING_PRIORITY /**/
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_IPV6 /**/
| #define HAVE_VARIADIC_MACROS 1
| /* end confdefs.h. */
|
| #include <stdio.h>
| #include <stdlib.h>
|
| int main()
| {
| char* string = malloc(40);
| int i;
| for (i=0; i < 40; i++) string[[i]] = i;
| {
| void* s = string;
| int* p = s+1;
| int* q = s+2;
|
| if (*p == *q) { return 1; }
| }
| return 0;
| }
|
configure:22900: result: no
configure:22921: checking for an implementation of va_copy()
configure:22948: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c: In function 'f':
conftest.c:7: warning: implicit declaration of function 'exit'
conftest.c:7: warning: incompatible implicit declaration of built-in function 'exit'
configure:22955: $? = 0
configure:22976: result: yes
configure:22978: checking for an implementation of __va_copy()
configure:23005: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c: In function 'f':
conftest.c:7: warning: implicit declaration of function 'exit'
conftest.c:7: warning: incompatible implicit declaration of built-in function 'exit'
configure:23012: $? = 0
configure:23033: result: yes
configure:23051: checking whether va_lists can be copied by value
configure:23086: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c: In function 'f':
conftest.c:66: warning: implicit declaration of function 'exit'
conftest.c:66: warning: incompatible implicit declaration of built-in function 'exit'
configure:23090: $? = 0
configure:23096: ./conftest
configure:23100: $? = 0
configure:23118: result: yes
configure:23143: checking for swig
configure:23162: found /usr/bin/swig
configure:23175: result: /usr/bin/swig
configure:23217: checking for perl
configure:23236: found /usr/bin/perl
configure:23249: result: /usr/bin/perl
configure:23282: checking EXTERN.h usability
configure:23299: gcc -std=gnu99 -c -g -O2 -I/usr/lib/perl5/core_perl/CORE conftest.c >&5
configure:23306: $? = 0
configure:23320: result: yes
configure:23324: checking EXTERN.h presence
configure:23339: gcc -E -I/usr/lib/perl5/core_perl/CORE conftest.c
configure:23346: $? = 0
configure:23360: result: yes
configure:23388: checking for EXTERN.h
configure:23395: result: yes
configure:23400: checking for perl.h
configure:23421: gcc -std=gnu99 -c -g -O2 -I/usr/lib/perl5/core_perl/CORE conftest.c >&5
configure:23428: $? = 0
configure:23443: result: yes
configure:23504: checking for python
configure:23523: found /usr/bin/python
configure:23536: result: /usr/bin/python
configure:23566: checking Python.h usability
configure:23583: gcc -std=gnu99 -c -g -O2 -I/usr/include/python2.6 conftest.c >&5
In file included from /usr/include/python2.6/Python.h:8,
from conftest.c:93:
/usr/include/python2.6/pyconfig.h:1028:1: warning: "_POSIX_C_SOURCE" redefined
In file included from /usr/include/stdio.h:28,
from conftest.c:60:
/usr/include/features.h:158:1: warning: this is the location of the previous definition
In file included from /usr/include/python2.6/Python.h:8,
from conftest.c:93:
/usr/include/python2.6/pyconfig.h:1037:1: warning: "_XOPEN_SOURCE" redefined
In file included from /usr/include/stdio.h:28,
from conftest.c:60:
/usr/include/features.h:160:1: warning: this is the location of the previous definition
configure:23590: $? = 0
configure:23604: result: yes
configure:23608: checking Python.h presence
configure:23623: gcc -E -I/usr/include/python2.6 conftest.c
configure:23630: $? = 0
configure:23644: result: yes
configure:23672: checking for Python.h
configure:23679: result: yes
configure:23716: checking for ruby
configure:23734: found /usr/bin/ruby
configure:23746: result: /usr/bin/ruby
configure:23767: checking for ruby version
configure:23774: result: 1.9.1
configure:23786: checking for ruby platform
configure:23793: result: i686-linux
configure:23799: checking for ruby script directory
configure:23806: result: $(prefix)/lib/ruby/1.9.1/i686-linux
configure:23814: checking for ruby extension module directory
configure:23821: result: $(prefix)/lib/ruby/site_ruby/1.9.1/i686-linux
configure:23861: checking ruby.h usability
configure:23878: gcc -std=gnu99 -c -g -O2 -I/usr/lib/ruby/1.9.1/i686-linux -I/usr/include/ruby-1.9.1 conftest.c >&5
In file included from /usr/include/ruby-1.9.1/ruby.h:32,
from conftest.c:93:
/usr/include/ruby-1.9.1/ruby/ruby.h:25:25: error: ruby/config.h: No such file or directory
In file included from /usr/include/ruby-1.9.1/ruby.h:32,
from conftest.c:93:
/usr/include/ruby-1.9.1/ruby/ruby.h: In function 'NUM2LONG':
/usr/include/ruby-1.9.1/ruby/ruby.h:403: warning: implicit declaration of function 'RSHIFT'
In file included from /usr/include/ruby-1.9.1/ruby/ruby.h:1125,
from /usr/include/ruby-1.9.1/ruby.h:32,
from conftest.c:93:
/usr/include/ruby-1.9.1/ruby/missing.h: At top level:
/usr/include/ruby-1.9.1/ruby/missing.h:25: error: redefinition of 'struct timeval'
/usr/include/ruby-1.9.1/ruby/missing.h:35: error: redefinition of 'struct timespec'
/usr/include/ruby-1.9.1/ruby/missing.h:129: error: expected identifier or '(' before '__extension__'
In file included from /usr/include/ruby-1.9.1/ruby/intern.h:27,
from /usr/include/ruby-1.9.1/ruby/ruby.h:1126,
from /usr/include/ruby-1.9.1/ruby.h:32,
from conftest.c:93:
/usr/lib/gcc/i686-pc-linux-gnu/4.4.2/include/varargs.h:4:2: error: #error "GCC no longer implements <varargs.h>."
/usr/lib/gcc/i686-pc-linux-gnu/4.4.2/include/varargs.h:5:2: error: #error "Revise your code to use <stdarg.h>."
In file included from /usr/include/ruby-1.9.1/ruby/ruby.h:1126,
from /usr/include/ruby-1.9.1/ruby.h:32,
from conftest.c:93:
/usr/include/ruby-1.9.1/ruby/intern.h:485: error: expected declaration specifiers or '...' before 'rb_pid_t'
/usr/include/ruby-1.9.1/ruby/intern.h:501: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'rb_fork'
/usr/include/ruby-1.9.1/ruby/intern.h:503: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'rb_waitpid'
/usr/include/ruby-1.9.1/ruby/intern.h:504: error: expected ')' before 'pid'
/usr/include/ruby-1.9.1/ruby/intern.h:505: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'rb_spawn'
/usr/include/ruby-1.9.1/ruby/intern.h:507: error: expected ')' before 'pid'
configure:23885: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libprelude"
| #define VERSION "0.9.24.1"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib/libfakeroot:/opt/qt/lib:/opt/kde/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define __PRELUDE_FUNC__ __func__
| #define HAVE_GNUTLS_X509_CRT_LIST_IMPORT /**/
| #define HAVE_GNUTLS_STRING_PRIORITY /**/
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_IPV6 /**/
| #define HAVE_VARIADIC_MACROS 1
| #define PRELUDE_VA_COPY va_copy
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <ruby.h>
configure:23899: result: no
configure:23903: checking ruby.h presence
configure:23918: gcc -E -I/usr/lib/ruby/1.9.1/i686-linux -I/usr/include/ruby-1.9.1 conftest.c
In file included from /usr/include/ruby-1.9.1/ruby.h:32,
from conftest.c:60:
/usr/include/ruby-1.9.1/ruby/ruby.h:25:25: error: ruby/config.h: No such file or directory
In file included from /usr/include/ruby-1.9.1/ruby/intern.h:27,
from /usr/include/ruby-1.9.1/ruby/ruby.h:1126,
from /usr/include/ruby-1.9.1/ruby.h:32,
from conftest.c:60:
/usr/lib/gcc/i686-pc-linux-gnu/4.4.2/include/varargs.h:4:2: error: #error "GCC no longer implements <varargs.h>."
/usr/lib/gcc/i686-pc-linux-gnu/4.4.2/include/varargs.h:5:2: error: #error "Revise your code to use <stdarg.h>."
configure:23925: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libprelude"
| #define VERSION "0.9.24.1"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib/libfakeroot:/opt/qt/lib:/opt/kde/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define __PRELUDE_FUNC__ __func__
| #define HAVE_GNUTLS_X509_CRT_LIST_IMPORT /**/
| #define HAVE_GNUTLS_STRING_PRIORITY /**/
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_IPV6 /**/
| #define HAVE_VARIADIC_MACROS 1
| #define PRELUDE_VA_COPY va_copy
| /* end confdefs.h. */
| #include <ruby.h>
configure:23939: result: no
configure:23967: checking for ruby.h
configure:23974: result: no
configure:24013: checking for LUA
configure:24020: $PKG_CONFIG --exists --print-errors "lua >= 5.1"
configure:24023: $? = 0
configure:24036: $PKG_CONFIG --exists --print-errors "lua >= 5.1"
configure:24039: $? = 0
configure:24246: result: yes
configure:24286: checking lua.h usability
configure:24303: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:24310: $? = 0
configure:24324: result: yes
configure:24328: checking lua.h presence
configure:24343: gcc -E conftest.c
configure:24350: $? = 0
configure:24364: result: yes
configure:24392: checking for lua.h
configure:24401: result: yes
configure:24286: checking lauxlib.h usability
configure:24303: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:24310: $? = 0
configure:24324: result: yes
configure:24328: checking lauxlib.h presence
configure:24343: gcc -E conftest.c
configure:24350: $? = 0
configure:24364: result: yes
configure:24392: checking for lauxlib.h
configure:24401: result: yes
configure:24723: checking for valgrind
configure:24755: result: no
configure:24816: checking for inline
configure:24842: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:24849: $? = 0
configure:24867: result: inline
configure:24888: checking whether the preprocessor supports include_next
configure:24931: gcc -std=gnu99 -c -g -O2 -Iconftestd1b -Iconftestd2 conftest.c >&5
configure:24938: $? = 0
configure:24987: result: yes
configure:25029: checking sys/socket.h usability
configure:25046: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:25053: $? = 0
configure:25067: result: yes
configure:25071: checking sys/socket.h presence
configure:25086: gcc -E conftest.c
configure:25093: $? = 0
configure:25107: result: yes
configure:25135: checking for sys/socket.h
configure:25144: result: yes
configure:25029: checking arpa/inet.h usability
configure:25046: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:25053: $? = 0
configure:25067: result: yes
configure:25071: checking arpa/inet.h presence
configure:25086: gcc -E conftest.c
configure:25093: $? = 0
configure:25107: result: yes
configure:25135: checking for arpa/inet.h
configure:25144: result: yes
configure:25029: checking errno.h usability
configure:25046: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:25053: $? = 0
configure:25067: result: yes
configure:25071: checking errno.h presence
configure:25086: gcc -E conftest.c
configure:25093: $? = 0
configure:25107: result: yes
configure:25135: checking for errno.h
configure:25144: result: yes
configure:25029: checking float.h usability
configure:25046: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:25053: $? = 0
configure:25067: result: yes
configure:25071: checking float.h presence
configure:25086: gcc -E conftest.c
configure:25093: $? = 0
configure:25107: result: yes
configure:25135: checking for float.h
configure:25144: result: yes
configure:25029: checking netdb.h usability
configure:25046: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:25053: $? = 0
configure:25067: result: yes
configure:25071: checking netdb.h presence
configure:25086: gcc -E conftest.c
configure:25093: $? = 0
configure:25107: result: yes
configure:25135: checking for netdb.h
configure:25144: result: yes
configure:25029: checking netinet/in.h usability
configure:25046: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:25053: $? = 0
configure:25067: result: yes
configure:25071: checking netinet/in.h presence
configure:25086: gcc -E conftest.c
configure:25093: $? = 0
configure:25107: result: yes
configure:25135: checking for netinet/in.h
configure:25144: result: yes
configure:25029: checking sys/param.h usability
configure:25046: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:25053: $? = 0
configure:25067: result: yes
configure:25071: checking sys/param.h presence
configure:25086: gcc -E conftest.c
configure:25093: $? = 0
configure:25107: result: yes
configure:25135: checking for sys/param.h
configure:25144: result: yes
configure:25029: checking stdio_ext.h usability
configure:25046: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:25053: $? = 0
configure:25067: result: yes
configure:25071: checking stdio_ext.h presence
configure:25086: gcc -E conftest.c
configure:25093: $? = 0
configure:25107: result: yes
configure:25135: checking for stdio_ext.h
configure:25144: result: yes
configure:25029: checking termios.h usability
configure:25046: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:25053: $? = 0
configure:25067: result: yes
configure:25071: checking termios.h presence
configure:25086: gcc -E conftest.c
configure:25093: $? = 0
configure:25107: result: yes
configure:25135: checking for termios.h
configure:25144: result: yes
configure:25029: checking sys/time.h usability
configure:25046: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:25053: $? = 0
configure:25067: result: yes
configure:25071: checking sys/time.h presence
configure:25086: gcc -E conftest.c
configure:25093: $? = 0
configure:25107: result: yes
configure:25135: checking for sys/time.h
configure:25144: result: yes
configure:25029: checking sys/mman.h usability
configure:25046: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:25053: $? = 0
configure:25067: result: yes
configure:25071: checking sys/mman.h presence
configure:25086: gcc -E conftest.c
configure:25093: $? = 0
configure:25107: result: yes
configure:25135: checking for sys/mman.h
configure:25144: result: yes
configure:25018: checking for unistd.h
configure:25025: result: yes
configure:25029: checking sys/ioctl.h usability
configure:25046: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:25053: $? = 0
configure:25067: result: yes
configure:25071: checking sys/ioctl.h presence
configure:25086: gcc -E conftest.c
configure:25093: $? = 0
configure:25107: result: yes
configure:25135: checking for sys/ioctl.h
configure:25144: result: yes
configure:25029: checking sys/filio.h usability
configure:25046: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:110:23: error: sys/filio.h: No such file or directory
configure:25053: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libprelude"
| #define VERSION "0.9.24.1"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib/libfakeroot:/opt/qt/lib:/opt/kde/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define __PRELUDE_FUNC__ __func__
| #define HAVE_GNUTLS_X509_CRT_LIST_IMPORT /**/
| #define HAVE_GNUTLS_STRING_PRIORITY /**/
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_IPV6 /**/
| #define HAVE_VARIADIC_MACROS 1
| #define PRELUDE_VA_COPY va_copy
| #define HAVE_LUA 1
| #define HAVE_LUA_H 1
| #define HAVE_LUA_H 1
| #define HAVE_LAUXLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/filio.h>
configure:25067: result: no
configure:25071: checking sys/filio.h presence
configure:25086: gcc -E conftest.c
conftest.c:77:23: error: sys/filio.h: No such file or directory
configure:25093: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libprelude"
| #define VERSION "0.9.24.1"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib/libfakeroot:/opt/qt/lib:/opt/kde/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define __PRELUDE_FUNC__ __func__
| #define HAVE_GNUTLS_X509_CRT_LIST_IMPORT /**/
| #define HAVE_GNUTLS_STRING_PRIORITY /**/
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_IPV6 /**/
| #define HAVE_VARIADIC_MACROS 1
| #define PRELUDE_VA_COPY va_copy
| #define HAVE_LUA 1
| #define HAVE_LUA_H 1
| #define HAVE_LUA_H 1
| #define HAVE_LAUXLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h. */
| #include <sys/filio.h>
configure:25107: result: no
configure:25135: checking for sys/filio.h
configure:25144: result: no
configure:25029: checking locale.h usability
configure:25046: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:25053: $? = 0
configure:25067: result: yes
configure:25071: checking locale.h presence
configure:25086: gcc -E conftest.c
configure:25093: $? = 0
configure:25107: result: yes
configure:25135: checking for locale.h
configure:25144: result: yes
configure:25029: checking sys/select.h usability
configure:25046: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:25053: $? = 0
configure:25067: result: yes
configure:25071: checking sys/select.h presence
configure:25086: gcc -E conftest.c
configure:25093: $? = 0
configure:25107: result: yes
configure:25135: checking for sys/select.h
configure:25144: result: yes
configure:25029: checking signal.h usability
configure:25046: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:25053: $? = 0
configure:25067: result: yes
configure:25071: checking signal.h presence
configure:25086: gcc -E conftest.c
configure:25093: $? = 0
configure:25107: result: yes
configure:25135: checking for signal.h
configure:25144: result: yes
configure:25029: checking stddef.h usability
configure:25046: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:25053: $? = 0
configure:25067: result: yes
configure:25071: checking stddef.h presence
configure:25086: gcc -E conftest.c
configure:25093: $? = 0
configure:25107: result: yes
configure:25135: checking for stddef.h
configure:25144: result: yes
configure:25018: checking for stdint.h
configure:25025: result: yes
configure:25029: checking wchar.h usability
configure:25046: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:25053: $? = 0
configure:25067: result: yes
configure:25071: checking wchar.h presence
configure:25086: gcc -E conftest.c
configure:25093: $? = 0
configure:25107: result: yes
configure:25135: checking for wchar.h
configure:25144: result: yes
configure:25029: checking stdio.h usability
configure:25046: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:25053: $? = 0
configure:25067: result: yes
configure:25071: checking stdio.h presence
configure:25086: gcc -E conftest.c
configure:25093: $? = 0
configure:25107: result: yes
configure:25135: checking for stdio.h
configure:25144: result: yes
configure:25018: checking for stdlib.h
configure:25025: result: yes
configure:25018: checking for string.h
configure:25025: result: yes
configure:25018: checking for strings.h
configure:25025: result: yes
configure:25018: checking for sys/stat.h
configure:25025: result: yes
configure:25029: checking sys/utsname.h usability
configure:25046: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:25053: $? = 0
configure:25067: result: yes
configure:25071: checking sys/utsname.h presence
configure:25086: gcc -E conftest.c
configure:25093: $? = 0
configure:25107: result: yes
configure:25135: checking for sys/utsname.h
configure:25144: result: yes
configure:25029: checking time.h usability
configure:25046: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:25053: $? = 0
configure:25067: result: yes
configure:25071: checking time.h presence
configure:25086: gcc -E conftest.c
configure:25093: $? = 0
configure:25107: result: yes
configure:25135: checking for time.h
configure:25144: result: yes
configure:25029: checking wctype.h usability
configure:25046: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:25053: $? = 0
configure:25067: result: yes
configure:25071: checking wctype.h presence
configure:25086: gcc -E conftest.c
configure:25093: $? = 0
configure:25107: result: yes
configure:25135: checking for wctype.h
configure:25144: result: yes
configure:25029: checking fcntl.h usability
configure:25046: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:25053: $? = 0
configure:25067: result: yes
configure:25071: checking fcntl.h presence
configure:25086: gcc -E conftest.c
configure:25093: $? = 0
configure:25107: result: yes
configure:25135: checking for fcntl.h
configure:25144: result: yes
configure:25029: checking sys/wait.h usability
configure:25046: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:25053: $? = 0
configure:25067: result: yes
configure:25071: checking sys/wait.h presence
configure:25086: gcc -E conftest.c
configure:25093: $? = 0
configure:25107: result: yes
configure:25135: checking for sys/wait.h
configure:25144: result: yes
configure:25029: checking sys/un.h usability
configure:25046: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:25053: $? = 0
configure:25067: result: yes
configure:25071: checking sys/un.h presence
configure:25086: gcc -E conftest.c
configure:25093: $? = 0
configure:25107: result: yes
configure:25135: checking for sys/un.h
configure:25144: result: yes
configure:25029: checking netinet/tcp.h usability
configure:25046: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:25053: $? = 0
configure:25067: result: yes
configure:25071: checking netinet/tcp.h presence
configure:25086: gcc -E conftest.c
configure:25093: $? = 0
configure:25107: result: yes
configure:25135: checking for netinet/tcp.h
configure:25144: result: yes
configure:25269: checking whether <sys/socket.h> is self-contained
configure:25296: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:25303: $? = 0
configure:25319: result: yes
configure:25327: checking for shutdown
configure:25383: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
configure:25390: $? = 0
configure:25412: result: yes
configure:25425: checking whether <sys/socket.h> defines the SHUT_* macros
configure:25452: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:25459: $? = 0
configure:25475: result: yes
configure:25709: checking for struct sockaddr_storage
configure:25749: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:25756: $? = 0
configure:25795: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:112: error: expected expression before ')' token
configure:25802: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libprelude"
| #define VERSION "0.9.24.1"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib/libfakeroot:/opt/qt/lib:/opt/kde/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define __PRELUDE_FUNC__ __func__
| #define HAVE_GNUTLS_X509_CRT_LIST_IMPORT /**/
| #define HAVE_GNUTLS_STRING_PRIORITY /**/
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_IPV6 /**/
| #define HAVE_VARIADIC_MACROS 1
| #define PRELUDE_VA_COPY va_copy
| #define HAVE_LUA 1
| #define HAVE_LUA_H 1
| #define HAVE_LUA_H 1
| #define HAVE_LAUXLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SHUTDOWN 1
| /* end confdefs.h. */
|
| /* sys/types.h is not needed according to POSIX, but the
| sys/socket.h in i386-unknown-freebsd4.10 and
| powerpc-apple-darwin5.5 required it. */
| #include <sys/types.h>
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef HAVE_WS2TCPIP_H
| #include <ws2tcpip.h>
| #endif
|
|
| int
| main ()
| {
| if (sizeof ((struct sockaddr_storage)))
| return 0;
| ;
| return 0;
| }
configure:25825: result: yes
configure:25835: checking for sa_family_t
configure:25875: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:25882: $? = 0
configure:25921: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:113: error: expected expression before ')' token
configure:25928: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libprelude"
| #define VERSION "0.9.24.1"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib/libfakeroot:/opt/qt/lib:/opt/kde/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define __PRELUDE_FUNC__ __func__
| #define HAVE_GNUTLS_X509_CRT_LIST_IMPORT /**/
| #define HAVE_GNUTLS_STRING_PRIORITY /**/
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_IPV6 /**/
| #define HAVE_VARIADIC_MACROS 1
| #define PRELUDE_VA_COPY va_copy
| #define HAVE_LUA 1
| #define HAVE_LUA_H 1
| #define HAVE_LUA_H 1
| #define HAVE_LAUXLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| /* end confdefs.h. */
|
| /* sys/types.h is not needed according to POSIX, but the
| sys/socket.h in i386-unknown-freebsd4.10 and
| powerpc-apple-darwin5.5 required it. */
| #include <sys/types.h>
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef HAVE_WS2TCPIP_H
| #include <ws2tcpip.h>
| #endif
|
|
| int
| main ()
| {
| if (sizeof ((sa_family_t)))
| return 0;
| ;
| return 0;
| }
configure:25951: result: yes
configure:26143: checking for working alloca.h
configure:26170: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
configure:26177: $? = 0
configure:26197: result: yes
configure:26207: checking for alloca
configure:26254: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
configure:26261: $? = 0
configure:26281: result: yes
configure:26580: checking for btowc
configure:26636: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
configure:26643: $? = 0
configure:26665: result: yes
configure:26580: checking for dup2
configure:26636: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
configure:26643: $? = 0
configure:26665: result: yes
configure:26580: checking for __fsetlocking
configure:26636: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
configure:26643: $? = 0
configure:26665: result: yes
configure:26580: checking for tcgetattr
configure:26636: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
configure:26643: $? = 0
configure:26665: result: yes
configure:26580: checking for tcsetattr
configure:26636: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
configure:26643: $? = 0
configure:26665: result: yes
configure:26580: checking for gettimeofday
configure:26636: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
configure:26643: $? = 0
configure:26665: result: yes
configure:26580: checking for mbsinit
configure:26636: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
configure:26643: $? = 0
configure:26665: result: yes
configure:26580: checking for mbrtowc
configure:26636: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
configure:26643: $? = 0
configure:26665: result: yes
configure:26580: checking for mprotect
configure:26636: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
configure:26643: $? = 0
configure:26665: result: yes
configure:26580: checking for alarm
configure:26636: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
configure:26643: $? = 0
configure:26665: result: yes
configure:26580: checking for pathconf
configure:26636: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
configure:26643: $? = 0
configure:26665: result: yes
configure:26580: checking for isblank
configure:26636: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:134: warning: conflicting types for built-in function 'isblank'
configure:26643: $? = 0
configure:26665: result: yes
configure:26580: checking for iswctype
configure:26636: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
configure:26643: $? = 0
configure:26665: result: yes
configure:26580: checking for wcscoll
configure:26636: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
configure:26643: $? = 0
configure:26665: result: yes
configure:26580: checking for sleep
configure:26636: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
configure:26643: $? = 0
configure:26665: result: yes
configure:26580: checking for strndup
configure:26636: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:138: warning: conflicting types for built-in function 'strndup'
configure:26643: $? = 0
configure:26665: result: yes
configure:26580: checking for vasnprintf
configure:26636: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
/tmp/ccai8YZB.o: In function `main':
/home/manicman/abs/libprelude/libprelude-0.9.24.1/conftest.c:150: undefined reference to `vasnprintf'
collect2: ld returned 1 exit status
configure:26643: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libprelude"
| #define VERSION "0.9.24.1"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib/libfakeroot:/opt/qt/lib:/opt/kde/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define __PRELUDE_FUNC__ __func__
| #define HAVE_GNUTLS_X509_CRT_LIST_IMPORT /**/
| #define HAVE_GNUTLS_STRING_PRIORITY /**/
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_IPV6 /**/
| #define HAVE_VARIADIC_MACROS 1
| #define PRELUDE_VA_COPY va_copy
| #define HAVE_LUA 1
| #define HAVE_LUA_H 1
| #define HAVE_LUA_H 1
| #define HAVE_LAUXLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_DUP2 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_ALARM 1
| #define HAVE_PATHCONF 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SLEEP 1
| #define HAVE_STRNDUP 1
| /* end confdefs.h. */
| /* Define vasnprintf to an innocuous variant, in case <limits.h> declares vasnprintf.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define vasnprintf innocuous_vasnprintf
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char vasnprintf (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef vasnprintf
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char vasnprintf ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_vasnprintf || defined __stub___vasnprintf
| choke me
| #endif
|
| int
| main ()
| {
| return vasnprintf ();
| ;
| return 0;
| }
configure:26665: result: no
configure:26580: checking for wcrtomb
configure:26636: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
configure:26643: $? = 0
configure:26665: result: yes
configure:26580: checking for iswcntrl
configure:26636: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:140: warning: conflicting types for built-in function 'iswcntrl'
configure:26643: $? = 0
configure:26665: result: yes
configure:26580: checking for lstat
configure:26636: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
configure:26643: $? = 0
configure:26665: result: yes
configure:26580: checking for symlink
configure:26636: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
configure:26643: $? = 0
configure:26665: result: yes
configure:26580: checking for shutdown
configure:26665: result: yes
configure:26580: checking for wctob
configure:26636: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
configure:26643: $? = 0
configure:26665: result: yes
configure:26683: checking for nl_langinfo and CODESET
configure:26709: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
configure:26716: $? = 0
configure:26737: result: yes
configure:26750: checking for a traditional french locale
configure:26807: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
configure:26810: $? = 0
configure:26847: result: none
configure:26974: checking for ld used by GCC
configure:27038: result: /usr/bin/ld
configure:27047: checking if the linker (/usr/bin/ld) is GNU ld
configure:27060: result: yes
configure:27067: checking for shared library run path origin
configure:27080: result: done
configure:27174: checking whether imported symbols can be declared weak
configure:27199: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
configure:27206: $? = 0
configure:27225: result: yes
configure:27240: checking pthread.h usability
configure:27257: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:27264: $? = 0
configure:27278: result: yes
configure:27282: checking pthread.h presence
configure:27297: gcc -E conftest.c
configure:27304: $? = 0
configure:27318: result: yes
configure:27346: checking for pthread.h
configure:27353: result: yes
configure:27394: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
/tmp/ccAnKfhn.o: In function `main':
/home/manicman/abs/libprelude/libprelude-0.9.24.1/conftest.c:128: undefined reference to `pthread_mutexattr_init'
collect2: ld returned 1 exit status
configure:27401: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libprelude"
| #define VERSION "0.9.24.1"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib/libfakeroot:/opt/qt/lib:/opt/kde/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define __PRELUDE_FUNC__ __func__
| #define HAVE_GNUTLS_X509_CRT_LIST_IMPORT /**/
| #define HAVE_GNUTLS_STRING_PRIORITY /**/
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_IPV6 /**/
| #define HAVE_VARIADIC_MACROS 1
| #define PRELUDE_VA_COPY va_copy
| #define HAVE_LUA 1
| #define HAVE_LUA_H 1
| #define HAVE_LUA_H 1
| #define HAVE_LAUXLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_DUP2 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_ALARM 1
| #define HAVE_PATHCONF 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SLEEP 1
| #define HAVE_STRNDUP 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LSTAT 1
| #define HAVE_SYMLINK 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_WCTOB 1
| #define HAVE_LANGINFO_CODESET 1
| /* end confdefs.h. */
| #include <pthread.h>
| int
| main ()
| {
| pthread_mutex_lock((pthread_mutex_t*)0);
| pthread_mutexattr_init((pthread_mutexattr_t*)0);
| ;
| return 0;
| }
configure:27509: checking for pthread_kill in -lpthread
configure:27544: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lpthread -ldl >&5
configure:27551: $? = 0
configure:27572: result: yes
configure:28363: checking for multithread API to use
configure:28365: result: posix
configure:28390: checking for complete errno.h
configure:28446: result: yes
configure:29791: checking whether stdin defaults to large file offsets
configure:29825: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
configure:29832: $? = 0
configure:29852: result: yes
configure:29961: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:29968: $? = 0
configure:29993: checking for library containing gethostbyname
configure:30034: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
configure:30041: $? = 0
configure:30072: result: none required
configure:30088: checking for gethostbyname
configure:30144: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
configure:30151: $? = 0
configure:30173: result: yes
configure:30262: checking for library containing getservbyname
configure:30303: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
configure:30310: $? = 0
configure:30341: result: none required
configure:30357: checking for getservbyname
configure:30413: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
configure:30420: $? = 0
configure:30442: result: yes
configure:30544: checking for IPv4 sockets
configure:30580: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:30587: $? = 0
configure:30603: result: yes
configure:30613: checking for IPv6 sockets
configure:30649: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:30656: $? = 0
configure:30672: result: yes
configure:30682: checking for C/C++ restrict keyword
configure:30717: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:30724: $? = 0
configure:30742: result: __restrict
configure:30767: checking for library containing inet_ntop
configure:30808: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:30815: $? = 0
configure:30846: result: none required
configure:30978: checking whether inet_ntop is declared
configure:31008: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:31015: $? = 0
configure:31030: result: yes
configure:31056: checking whether getdelim is declared
configure:31085: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:31092: $? = 0
configure:31107: result: yes
configure:31133: checking whether getline is declared
configure:31162: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:31169: $? = 0
configure:31184: result: yes
configure:31204: checking whether getpass is declared
configure:31233: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:31240: $? = 0
configure:31255: result: yes
configure:31305: checking whether fflush_unlocked is declared
configure:31334: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:31341: $? = 0
configure:31356: result: yes
configure:31376: checking whether flockfile is declared
configure:31405: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:31412: $? = 0
configure:31427: result: yes
configure:31447: checking whether fputs_unlocked is declared
configure:31476: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:31483: $? = 0
configure:31498: result: yes
configure:31518: checking whether funlockfile is declared
configure:31547: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:31554: $? = 0
configure:31569: result: yes
configure:31589: checking whether putc_unlocked is declared
configure:31618: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:31625: $? = 0
configure:31640: result: yes
configure:31738: checking for struct timeval
configure:31768: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:31775: $? = 0
configure:31790: result: yes
configure:31819: checking for working fcntl.h
configure:31886: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:31890: $? = 0
configure:31896: ./conftest
configure:31900: $? = 0
configure:31922: result: yes
configure:31946: checking whether getc_unlocked is declared
configure:31975: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:31982: $? = 0
configure:31997: result: yes
configure:32017: checking whether we are using the GNU C Library 2.1 or newer
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:32048: result: yes
configure:32055: checking whether malloc, realloc, calloc are POSIX compliant
configure:32085: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:32092: $? = 0
configure:32108: result: yes
configure:32164: checking for mbstate_t
configure:32191: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:32198: $? = 0
configure:32213: result: yes
configure:32244: checking for a traditional japanese locale
configure:32305: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:32308: $? = 0
configure:32350: result: none
configure:32358: checking for a transitional chinese locale
configure:32420: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:32423: $? = 0
configure:32449: result: none
configure:32456: checking for a french Unicode locale
configure:32520: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:32523: $? = 0
configure:32550: result: none
configure:32639: checking for mmap
configure:32695: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:32702: $? = 0
configure:32722: result: yes
configure:32734: checking for MAP_ANONYMOUS
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:32781: result: yes
configure:32820: checking for memchr
configure:32876: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
conftest.c:167: warning: conflicting types for built-in function 'memchr'
configure:32883: $? = 0
configure:32905: result: yes
configure:33082: checking whether memchr works
configure:33152: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:33156: $? = 0
configure:33162: ./conftest
configure:33166: $? = 0
configure:33183: result: yes
configure:33349: checking whether memmem is declared
configure:33378: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:33385: $? = 0
configure:33400: result: yes
configure:33435: checking for memmem
configure:33491: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:33498: $? = 0
configure:33520: result: yes
configure:33553: checking whether <limits.h> defines MIN and MAX
configure:33580: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
conftest.c:148: warning: implicit declaration of function 'MIN'
conftest.c:148: error: initializer element is not constant
configure:33587: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libprelude"
| #define VERSION "0.9.24.1"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib/libfakeroot:/opt/qt/lib:/opt/kde/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define __PRELUDE_FUNC__ __func__
| #define HAVE_GNUTLS_X509_CRT_LIST_IMPORT /**/
| #define HAVE_GNUTLS_STRING_PRIORITY /**/
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_IPV6 /**/
| #define HAVE_VARIADIC_MACROS 1
| #define PRELUDE_VA_COPY va_copy
| #define HAVE_LUA 1
| #define HAVE_LUA_H 1
| #define HAVE_LUA_H 1
| #define HAVE_LAUXLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_DUP2 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_ALARM 1
| #define HAVE_PATHCONF 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SLEEP 1
| #define HAVE_STRNDUP 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LSTAT 1
| #define HAVE_SYMLINK 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_WCTOB 1
| #define HAVE_LANGINFO_CODESET 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define restrict __restrict
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_MEMCHR 1
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| /* end confdefs.h. */
| #include <limits.h>
| int x = MIN (42, 17);
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:33602: result: no
configure:33617: checking whether <sys/param.h> defines MIN and MAX
configure:33644: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:33651: $? = 0
configure:33666: result: yes
configure:33718: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
conftest.c:149: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a'
configure:33725: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libprelude"
| #define VERSION "0.9.24.1"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib/libfakeroot:/opt/qt/lib:/opt/kde/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define __PRELUDE_FUNC__ __func__
| #define HAVE_GNUTLS_X509_CRT_LIST_IMPORT /**/
| #define HAVE_GNUTLS_STRING_PRIORITY /**/
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_IPV6 /**/
| #define HAVE_VARIADIC_MACROS 1
| #define PRELUDE_VA_COPY va_copy
| #define HAVE_LUA 1
| #define HAVE_LUA_H 1
| #define HAVE_LUA_H 1
| #define HAVE_LAUXLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_DUP2 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_ALARM 1
| #define HAVE_PATHCONF 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SLEEP 1
| #define HAVE_STRNDUP 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LSTAT 1
| #define HAVE_SYMLINK 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_WCTOB 1
| #define HAVE_LANGINFO_CODESET 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define restrict __restrict
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_MEMCHR 1
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| /* end confdefs.h. */
| #ifndef __APPLE_CC__
| not a universal capable compiler
| #endif
| typedef int dummy;
|
configure:33816: checking whether to activate relocatable installation
configure:33831: result: no
configure:33867: checking whether <sys/select.h> is self-contained
configure:33894: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:33901: $? = 0
configure:33938: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:33945: $? = 0
configure:33981: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:33988: $? = 0
configure:34019: result: yes
configure:34511: checking for library containing setsockopt
configure:34543: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:34550: $? = 0
configure:34736: result: none needed
configure:34773: checking whether snprintf is declared
configure:34802: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:34809: $? = 0
configure:34824: result: yes
configure:34843: checking for stdbool.h that conforms to C99
configure:34936: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:34943: $? = 0
configure:34958: result: yes
configure:34960: checking for _Bool
configure:34988: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:34995: $? = 0
configure:35022: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
conftest.c: In function 'main':
conftest.c:186: error: expected expression before ')' token
configure:35029: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libprelude"
| #define VERSION "0.9.24.1"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib/libfakeroot:/opt/qt/lib:/opt/kde/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define __PRELUDE_FUNC__ __func__
| #define HAVE_GNUTLS_X509_CRT_LIST_IMPORT /**/
| #define HAVE_GNUTLS_STRING_PRIORITY /**/
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_IPV6 /**/
| #define HAVE_VARIADIC_MACROS 1
| #define PRELUDE_VA_COPY va_copy
| #define HAVE_LUA 1
| #define HAVE_LUA_H 1
| #define HAVE_LUA_H 1
| #define HAVE_LAUXLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_DUP2 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_ALARM 1
| #define HAVE_PATHCONF 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SLEEP 1
| #define HAVE_STRNDUP 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LSTAT 1
| #define HAVE_SYMLINK 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_WCTOB 1
| #define HAVE_LANGINFO_CODESET 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define restrict __restrict
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_MEMCHR 1
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define INSTALLPREFIX "/usr/local"
| #define HAVE_DECL_SNPRINTF 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((_Bool)))
| return 0;
| ;
| return 0;
| }
configure:35052: result: yes
configure:35076: checking for wchar_t
configure:35103: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:35110: $? = 0
configure:35125: result: yes
configure:35142: checking for long long int
configure:35189: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:128:1: warning: "HAVE_IPV6" redefined
conftest.c:57:1: warning: this is the location of the previous definition
configure:35196: $? = 0
configure:35243: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:35247: $? = 0
configure:35253: ./conftest
configure:35257: $? = 0
configure:35284: result: yes
configure:35295: checking for unsigned long long int
configure:35342: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:128:1: warning: "HAVE_IPV6" redefined
conftest.c:57:1: warning: this is the location of the previous definition
configure:35349: $? = 0
configure:35369: result: yes
configure:35417: checking for strcasestr
configure:35473: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:35480: $? = 0
configure:35502: result: yes
configure:35538: checking whether strdup is declared
configure:35567: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:35574: $? = 0
configure:35589: result: yes
configure:35612: checking for working strerror function
configure:35685: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:35689: $? = 0
configure:35695: ./conftest
configure:35699: $? = 0
configure:35717: result: yes
configure:36100: checking whether strndup is declared
configure:36129: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:36136: $? = 0
configure:36151: result: yes
configure:36177: checking whether strnlen is declared
configure:36206: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:36213: $? = 0
configure:36228: result: yes
configure:36248: checking for struct tm.tm_gmtoff
configure:36277: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:36284: $? = 0
configure:36343: result: yes
configure:36388: checking whether stat file-mode macros are broken
configure:36425: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:36432: $? = 0
configure:36447: result: no
configure:36488: checking for struct timespec in <time.h>
configure:36515: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:36522: $? = 0
configure:36537: result: yes
configure:36678: checking for wint_t
configure:36713: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:36720: $? = 0
configure:36735: result: yes
configure:36745: checking for size_t
configure:36773: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:36780: $? = 0
configure:36807: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
conftest.c: In function 'main':
conftest.c:197: error: expected expression before ')' token
configure:36814: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libprelude"
| #define VERSION "0.9.24.1"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib/libfakeroot:/opt/qt/lib:/opt/kde/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define __PRELUDE_FUNC__ __func__
| #define HAVE_GNUTLS_X509_CRT_LIST_IMPORT /**/
| #define HAVE_GNUTLS_STRING_PRIORITY /**/
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_IPV6 /**/
| #define HAVE_VARIADIC_MACROS 1
| #define PRELUDE_VA_COPY va_copy
| #define HAVE_LUA 1
| #define HAVE_LUA_H 1
| #define HAVE_LUA_H 1
| #define HAVE_LAUXLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_DUP2 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_ALARM 1
| #define HAVE_PATHCONF 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SLEEP 1
| #define HAVE_STRNDUP 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LSTAT 1
| #define HAVE_SYMLINK 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_WCTOB 1
| #define HAVE_LANGINFO_CODESET 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define restrict __restrict
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_MEMCHR 1
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define INSTALLPREFIX "/usr/local"
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WINT_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:36837: result: yes
configure:36850: checking for inttypes.h
configure:36877: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:36884: $? = 0
configure:36899: result: yes
configure:36910: checking for stdint.h
configure:36937: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:36944: $? = 0
configure:36959: result: yes
configure:36972: checking for intmax_t
configure:37007: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:37014: $? = 0
configure:37029: result: yes
configure:37063: checking for snprintf
configure:37119: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
conftest.c:187: warning: conflicting types for built-in function 'snprintf'
configure:37126: $? = 0
configure:37148: result: yes
configure:37063: checking for strnlen
configure:37119: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:37126: $? = 0
configure:37148: result: yes
configure:37063: checking for wcslen
configure:37119: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:37126: $? = 0
configure:37148: result: yes
configure:37063: checking for wcsnlen
configure:37119: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:37126: $? = 0
configure:37148: result: yes
configure:37063: checking for mbrtowc
configure:37148: result: yes
configure:37063: checking for wcrtomb
configure:37148: result: yes
configure:37160: checking whether _snprintf is declared
configure:37190: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
conftest.c: In function 'main':
conftest.c:176: error: '_snprintf' undeclared (first use in this function)
conftest.c:176: error: (Each undeclared identifier is reported only once
conftest.c:176: error: for each function it appears in.)
configure:37197: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libprelude"
| #define VERSION "0.9.24.1"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib/libfakeroot:/opt/qt/lib:/opt/kde/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define __PRELUDE_FUNC__ __func__
| #define HAVE_GNUTLS_X509_CRT_LIST_IMPORT /**/
| #define HAVE_GNUTLS_STRING_PRIORITY /**/
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_IPV6 /**/
| #define HAVE_VARIADIC_MACROS 1
| #define PRELUDE_VA_COPY va_copy
| #define HAVE_LUA 1
| #define HAVE_LUA_H 1
| #define HAVE_LUA_H 1
| #define HAVE_LAUXLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_DUP2 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_ALARM 1
| #define HAVE_PATHCONF 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SLEEP 1
| #define HAVE_STRNDUP 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LSTAT 1
| #define HAVE_SYMLINK 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_WCTOB 1
| #define HAVE_LANGINFO_CODESET 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define restrict __restrict
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_MEMCHR 1
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define INSTALLPREFIX "/usr/local"
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| /* end confdefs.h. */
| #include <stdio.h>
|
| int
| main ()
| {
| #ifndef _snprintf
| (void) _snprintf;
| #endif
|
| ;
| return 0;
| }
configure:37212: result: no
configure:37232: checking whether vsnprintf is declared
configure:37261: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:37268: $? = 0
configure:37283: result: yes
configure:37336: checking whether ungetc works on arbitrary bytes
configure:37380: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:37384: $? = 0
configure:37390: ./conftest
configure:37394: $? = 0
configure:37412: result: yes
configure:37428: checking whether lstat dereferences a symlink specified with a trailing slash
configure:37464: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:37468: $? = 0
configure:37474: ./conftest
configure:37478: $? = 0
configure:37502: result: yes
configure:37526: checking whether alarm is declared
configure:37555: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:37562: $? = 0
configure:37577: result: yes
configure:37596: checking for mode_t
configure:37624: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:37631: $? = 0
configure:37658: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
conftest.c: In function 'main':
conftest.c:210: error: expected expression before ')' token
configure:37665: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libprelude"
| #define VERSION "0.9.24.1"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib/libfakeroot:/opt/qt/lib:/opt/kde/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define __PRELUDE_FUNC__ __func__
| #define HAVE_GNUTLS_X509_CRT_LIST_IMPORT /**/
| #define HAVE_GNUTLS_STRING_PRIORITY /**/
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_IPV6 /**/
| #define HAVE_VARIADIC_MACROS 1
| #define PRELUDE_VA_COPY va_copy
| #define HAVE_LUA 1
| #define HAVE_LUA_H 1
| #define HAVE_LUA_H 1
| #define HAVE_LAUXLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_DUP2 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_ALARM 1
| #define HAVE_PATHCONF 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SLEEP 1
| #define HAVE_STRNDUP 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LSTAT 1
| #define HAVE_SYMLINK 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_WCTOB 1
| #define HAVE_LANGINFO_CODESET 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define restrict __restrict
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_MEMCHR 1
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define INSTALLPREFIX "/usr/local"
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL_VSNPRINTF 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_ALARM 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((mode_t)))
| return 0;
| ;
| return 0;
| }
configure:37688: result: yes
configure:37702: checking for promoted mode_t type
configure:37729: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
conftest.c: In function 'main':
conftest.c:178: error: size of array 'array' is negative
configure:37736: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libprelude"
| #define VERSION "0.9.24.1"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib/libfakeroot:/opt/qt/lib:/opt/kde/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define __PRELUDE_FUNC__ __func__
| #define HAVE_GNUTLS_X509_CRT_LIST_IMPORT /**/
| #define HAVE_GNUTLS_STRING_PRIORITY /**/
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_IPV6 /**/
| #define HAVE_VARIADIC_MACROS 1
| #define PRELUDE_VA_COPY va_copy
| #define HAVE_LUA 1
| #define HAVE_LUA_H 1
| #define HAVE_LUA_H 1
| #define HAVE_LAUXLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_DUP2 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_ALARM 1
| #define HAVE_PATHCONF 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SLEEP 1
| #define HAVE_STRNDUP 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LSTAT 1
| #define HAVE_SYMLINK 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_WCTOB 1
| #define HAVE_LANGINFO_CODESET 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define restrict __restrict
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_MEMCHR 1
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define INSTALLPREFIX "/usr/local"
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL_VSNPRINTF 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_ALARM 1
| /* end confdefs.h. */
| #include <sys/types.h>
| int
| main ()
| {
| typedef int array[2 * (sizeof (mode_t) < sizeof (int)) - 1];
| ;
| return 0;
| }
configure:37752: result: mode_t
configure:37767: checking whether system is Windows or MSDOS
configure:37797: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
conftest.c: In function 'main':
conftest.c:181: error: 'neither' undeclared (first use in this function)
conftest.c:181: error: (Each undeclared identifier is reported only once
conftest.c:181: error: for each function it appears in.)
conftest.c:181: error: expected ';' before 'MSDOS'
configure:37804: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libprelude"
| #define VERSION "0.9.24.1"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib/libfakeroot:/opt/qt/lib:/opt/kde/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define __PRELUDE_FUNC__ __func__
| #define HAVE_GNUTLS_X509_CRT_LIST_IMPORT /**/
| #define HAVE_GNUTLS_STRING_PRIORITY /**/
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_IPV6 /**/
| #define HAVE_VARIADIC_MACROS 1
| #define PRELUDE_VA_COPY va_copy
| #define HAVE_LUA 1
| #define HAVE_LUA_H 1
| #define HAVE_LUA_H 1
| #define HAVE_LAUXLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_DUP2 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_ALARM 1
| #define HAVE_PATHCONF 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SLEEP 1
| #define HAVE_STRNDUP 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LSTAT 1
| #define HAVE_SYMLINK 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_WCTOB 1
| #define HAVE_LANGINFO_CODESET 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define restrict __restrict
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_MEMCHR 1
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define INSTALLPREFIX "/usr/local"
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL_VSNPRINTF 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_ALARM 1
| #define PROMOTED_MODE_T mode_t
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| #if !defined _WIN32 && !defined __WIN32__ && !defined __MSDOS__ && !defined __CYGWIN__
| neither MSDOS nor Windows
| #endif
| ;
| return 0;
| }
configure:37820: result: no
configure:37981: checking for alloca as a compiler built-in
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:38009: result: yes
configure:38107: checking for a thread-safe mkdir -p
configure:38146: result: /bin/mkdir -p
configure:38182: checking whether btowc(EOF) is correct
configure:38258: result: guessing yes
configure:38538: checking whether dup2 works
configure:38590: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:128:1: warning: "HAVE_IPV6" redefined
conftest.c:57:1: warning: this is the location of the previous definition
configure:38594: $? = 0
configure:38600: ./conftest
configure:38604: $? = 0
configure:38622: result: yes
configure:38741: checking whether fopen recognizes a trailing slash
configure:38776: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:38780: $? = 0
configure:38786: ./conftest
configure:38790: $? = 0
configure:38809: result: yes
configure:38850: checking for fseeko
configure:38878: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:38885: $? = 0
configure:38906: result: yes
configure:38960: checking for ftw
configure:39016: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:39023: $? = 0
configure:39045: result: yes
configure:39065: checking how to do getaddrinfo, freeaddrinfo and getnameinfo
configure:39070: checking for library containing getaddrinfo
configure:39111: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:39118: $? = 0
configure:39149: result: none required
configure:39161: checking for getaddrinfo
configure:39197: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:39204: $? = 0
configure:39224: result: yes
configure:39313: checking for gai_strerror (possibly via ws2tcpip.h)
configure:39352: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
conftest.c: In function 'main':
conftest.c:197: warning: passing argument 1 of 'gai_strerror' makes integer from pointer without a cast
/usr/include/netdb.h:647: note: expected 'int' but argument is of type 'void *'
configure:39359: $? = 0
configure:39379: result: yes
configure:39404: checking for struct sockaddr.sa_len
configure:39433: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
conftest.c: In function 'main':
conftest.c:187: error: 'struct sockaddr' has no member named 'sa_len'
configure:39440: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libprelude"
| #define VERSION "0.9.24.1"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib/libfakeroot:/opt/qt/lib:/opt/kde/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define __PRELUDE_FUNC__ __func__
| #define HAVE_GNUTLS_X509_CRT_LIST_IMPORT /**/
| #define HAVE_GNUTLS_STRING_PRIORITY /**/
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_IPV6 /**/
| #define HAVE_VARIADIC_MACROS 1
| #define PRELUDE_VA_COPY va_copy
| #define HAVE_LUA 1
| #define HAVE_LUA_H 1
| #define HAVE_LUA_H 1
| #define HAVE_LAUXLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_DUP2 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_ALARM 1
| #define HAVE_PATHCONF 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SLEEP 1
| #define HAVE_STRNDUP 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LSTAT 1
| #define HAVE_SYMLINK 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_WCTOB 1
| #define HAVE_LANGINFO_CODESET 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define restrict __restrict
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_MEMCHR 1
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define INSTALLPREFIX "/usr/local"
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL_VSNPRINTF 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_ALARM 1
| #define PROMOTED_MODE_T mode_t
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_ALLOCA 1
| #define REPLACE_DUP2 0
| #define HAVE_FTW 1
| /* end confdefs.h. */
| #include <sys/socket.h>
|
| int
| main ()
| {
| static struct sockaddr ac_aggr;
| if (ac_aggr.sa_len)
| return 0;
| ;
| return 0;
| }
configure:39474: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
conftest.c: In function 'main':
conftest.c:187: error: 'struct sockaddr' has no member named 'sa_len'
configure:39481: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libprelude"
| #define VERSION "0.9.24.1"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib/libfakeroot:/opt/qt/lib:/opt/kde/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define __PRELUDE_FUNC__ __func__
| #define HAVE_GNUTLS_X509_CRT_LIST_IMPORT /**/
| #define HAVE_GNUTLS_STRING_PRIORITY /**/
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_IPV6 /**/
| #define HAVE_VARIADIC_MACROS 1
| #define PRELUDE_VA_COPY va_copy
| #define HAVE_LUA 1
| #define HAVE_LUA_H 1
| #define HAVE_LUA_H 1
| #define HAVE_LAUXLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_DUP2 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_ALARM 1
| #define HAVE_PATHCONF 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SLEEP 1
| #define HAVE_STRNDUP 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LSTAT 1
| #define HAVE_SYMLINK 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_WCTOB 1
| #define HAVE_LANGINFO_CODESET 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define restrict __restrict
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_MEMCHR 1
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define INSTALLPREFIX "/usr/local"
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL_VSNPRINTF 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_ALARM 1
| #define PROMOTED_MODE_T mode_t
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_ALLOCA 1
| #define REPLACE_DUP2 0
| #define HAVE_FTW 1
| /* end confdefs.h. */
| #include <sys/socket.h>
|
| int
| main ()
| {
| static struct sockaddr ac_aggr;
| if (sizeof ac_aggr.sa_len)
| return 0;
| ;
| return 0;
| }
configure:39499: result: no
configure:39519: checking whether getaddrinfo is declared
configure:39563: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:39570: $? = 0
configure:39585: result: yes
configure:39601: checking whether freeaddrinfo is declared
configure:39645: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:39652: $? = 0
configure:39667: result: yes
configure:39683: checking whether gai_strerror is declared
configure:39727: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:39734: $? = 0
configure:39749: result: yes
configure:39765: checking whether getnameinfo is declared
configure:39809: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:39816: $? = 0
configure:39831: result: yes
configure:39862: checking for struct addrinfo
configure:39902: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:39909: $? = 0
configure:39948: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
conftest.c: In function 'main':
conftest.c:201: error: expected expression before ')' token
configure:39955: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libprelude"
| #define VERSION "0.9.24.1"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib/libfakeroot:/opt/qt/lib:/opt/kde/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define __PRELUDE_FUNC__ __func__
| #define HAVE_GNUTLS_X509_CRT_LIST_IMPORT /**/
| #define HAVE_GNUTLS_STRING_PRIORITY /**/
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_IPV6 /**/
| #define HAVE_VARIADIC_MACROS 1
| #define PRELUDE_VA_COPY va_copy
| #define HAVE_LUA 1
| #define HAVE_LUA_H 1
| #define HAVE_LUA_H 1
| #define HAVE_LAUXLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_DUP2 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_ALARM 1
| #define HAVE_PATHCONF 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SLEEP 1
| #define HAVE_STRNDUP 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LSTAT 1
| #define HAVE_SYMLINK 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_WCTOB 1
| #define HAVE_LANGINFO_CODESET 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define restrict __restrict
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_MEMCHR 1
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define INSTALLPREFIX "/usr/local"
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL_VSNPRINTF 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_ALARM 1
| #define PROMOTED_MODE_T mode_t
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_ALLOCA 1
| #define REPLACE_DUP2 0
| #define HAVE_FTW 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GETNAMEINFO 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef HAVE_NETDB_H
| #include <netdb.h>
| #endif
| #ifdef HAVE_WS2TCPIP_H
| #include <ws2tcpip.h>
| #endif
|
|
| int
| main ()
| {
| if (sizeof ((struct addrinfo)))
| return 0;
| ;
| return 0;
| }
configure:39978: result: yes
configure:40032: checking for getdelim
configure:40088: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:40095: $? = 0
configure:40117: result: yes
configure:40501: checking for gethostname
configure:40557: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:40564: $? = 0
configure:40586: result: yes
configure:40811: checking for HOST_NAME_MAX
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:41229: result: yes
configure:41257: checking for getline
configure:41313: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:41320: $? = 0
configure:41340: result: yes
configure:41349: checking for working getline function
configure:41410: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:41414: $? = 0
configure:41420: ./conftest
configure:41424: $? = 0
configure:41441: result: yes
configure:41790: checking for getpass
configure:41846: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:41853: $? = 0
configure:41875: result: yes
configure:42066: checking for gettimeofday with POSIX signature
configure:42098: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
conftest.c: In function 'main':
conftest.c:196: warning: initialization from incompatible pointer type
configure:42105: $? = 0
configure:42120: result: yes
configure:42126: checking whether gettimeofday clobbers localtime buffer
configure:42168: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:42172: $? = 0
configure:42178: ./conftest
configure:42182: $? = 0
configure:42199: result: no
configure:42753: checking for library containing gethostbyname
configure:42832: result: none required
configure:42848: checking for gethostbyname
configure:42933: result: yes
configure:43028: checking for library containing inet_ntop
configure:43107: result: none required
configure:43239: checking whether inet_ntop is declared
configure:43291: result: yes
configure:43329: checking for library containing inet_pton
configure:43370: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:43377: $? = 0
configure:43408: result: none required
configure:43540: checking whether inet_pton is declared
configure:43570: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:43577: $? = 0
configure:43592: result: yes
configure:43687: checking for pthread_rwlock_t
configure:43716: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:43723: $? = 0
configure:43751: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
conftest.c: In function 'main':
conftest.c:198: error: expected expression before ')' token
configure:43758: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libprelude"
| #define VERSION "0.9.24.1"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib/libfakeroot:/opt/qt/lib:/opt/kde/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define __PRELUDE_FUNC__ __func__
| #define HAVE_GNUTLS_X509_CRT_LIST_IMPORT /**/
| #define HAVE_GNUTLS_STRING_PRIORITY /**/
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_IPV6 /**/
| #define HAVE_VARIADIC_MACROS 1
| #define PRELUDE_VA_COPY va_copy
| #define HAVE_LUA 1
| #define HAVE_LUA_H 1
| #define HAVE_LUA_H 1
| #define HAVE_LAUXLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_DUP2 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_ALARM 1
| #define HAVE_PATHCONF 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SLEEP 1
| #define HAVE_STRNDUP 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LSTAT 1
| #define HAVE_SYMLINK 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_WCTOB 1
| #define HAVE_LANGINFO_CODESET 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define restrict __restrict
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_MEMCHR 1
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define INSTALLPREFIX "/usr/local"
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL_VSNPRINTF 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_ALARM 1
| #define PROMOTED_MODE_T mode_t
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_ALLOCA 1
| #define REPLACE_DUP2 0
| #define HAVE_FTW 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPASS 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define GNULIB_IOCTL 1
| /* end confdefs.h. */
| #include <pthread.h>
|
| int
| main ()
| {
| if (sizeof ((pthread_rwlock_t)))
| return 0;
| ;
| return 0;
| }
configure:43781: result: yes
configure:43818: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:43825: $? = 0
configure:43851: checking whether lseek detects pipes
configure:43874: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
configure:43881: $? = 0
configure:43943: result: yes
configure:43976: checking for stdlib.h
configure:43983: result: yes
configure:44117: checking for GNU libc compatible malloc
configure:44151: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:44155: $? = 0
configure:44161: ./conftest
configure:44165: $? = 0
configure:44182: result: yes
configure:44273: checking whether mbrtowc handles incomplete characters
configure:44354: result: guessing yes
configure:44360: checking whether mbrtowc works as well as mbtowc
configure:44445: result: guessing yes
configure:44484: checking whether mbrtowc handles a NULL string argument
configure:44567: result: guessing yes
configure:44574: checking whether mbrtowc has a correct return value
configure:44674: result: guessing yes
configure:44680: checking whether mbrtowc returns 0 when parsing a NUL character
configure:44760: result: guessing yes
configure:44844: checking whether mbrtowc handles incomplete characters
configure:44925: result: guessing yes
configure:44931: checking whether mbrtowc works as well as mbtowc
configure:45016: result: guessing yes
configure:45083: checking whether memmem works in linear time
configure:45164: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:45168: $? = 0
configure:45174: ./conftest
configure:45178: $? = 0
configure:45196: result: yes
configure:45229: checking for memmem
configure:45314: result: yes
configure:45373: checking for working mktime
configure:45575: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:45579: $? = 0
configure:45585: ./conftest
configure:45589: $? = 0
configure:45606: result: yes
configure:45723: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:45730: $? = 0
configure:45753: checking whether <netinet/in.h> is self-contained
configure:45780: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:45787: $? = 0
configure:45803: result: yes
configure:46027: checking for a thread-safe mkdir -p
configure:46066: result: /bin/mkdir -p
configure:46123: checking poll.h usability
configure:46140: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:46147: $? = 0
configure:46161: result: yes
configure:46165: checking poll.h presence
configure:46180: gcc -E conftest.c
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:46187: $? = 0
configure:46201: result: yes
configure:46229: checking for poll.h
configure:46238: result: yes
configure:46256: checking for poll
configure:46312: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:46319: $? = 0
configure:46339: result: yes
configure:46408: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:46412: $? = 0
configure:46418: ./conftest
configure:46422: $? = 0
configure:46532: checking for working re_compile_pattern
configure:46683: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:46687: $? = 0
configure:46693: ./conftest
configure:46697: $? = 0
configure:46714: result: yes
configure:47091: checking whether select supports a 0 argument
configure:47133: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:47137: $? = 0
configure:47143: ./conftest
configure:47147: $? = 0
configure:47165: result: yes
configure:47192: checking for library containing getservbyname
configure:47271: result: none required
configure:47287: checking for getservbyname
configure:47372: result: yes
configure:47542: checking for volatile sig_atomic_t
configure:47573: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:47580: $? = 0
configure:47610: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
conftest.c: In function 'main':
conftest.c:211: error: expected expression before ')' token
configure:47617: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libprelude"
| #define VERSION "0.9.24.1"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib/libfakeroot:/opt/qt/lib:/opt/kde/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define __PRELUDE_FUNC__ __func__
| #define HAVE_GNUTLS_X509_CRT_LIST_IMPORT /**/
| #define HAVE_GNUTLS_STRING_PRIORITY /**/
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_IPV6 /**/
| #define HAVE_VARIADIC_MACROS 1
| #define PRELUDE_VA_COPY va_copy
| #define HAVE_LUA 1
| #define HAVE_LUA_H 1
| #define HAVE_LUA_H 1
| #define HAVE_LAUXLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_DUP2 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_ALARM 1
| #define HAVE_PATHCONF 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SLEEP 1
| #define HAVE_STRNDUP 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LSTAT 1
| #define HAVE_SYMLINK 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_WCTOB 1
| #define HAVE_LANGINFO_CODESET 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define restrict __restrict
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_MEMCHR 1
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define INSTALLPREFIX "/usr/local"
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL_VSNPRINTF 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_ALARM 1
| #define PROMOTED_MODE_T mode_t
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_ALLOCA 1
| #define REPLACE_DUP2 0
| #define HAVE_FTW 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPASS 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define GNULIB_IOCTL 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define HAVE_MEMMEM 1
| #define HAVE_POLL_H 1
| #define HAVE_POLL 1
| #define HAVE_REALLOC_POSIX 1
| #define HAVE_GETSERVBYNAME 1
| /* end confdefs.h. */
|
| #include <signal.h>
|
|
| int
| main ()
| {
| if (sizeof ((volatile sig_atomic_t)))
| return 0;
| ;
| return 0;
| }
configure:47640: result: yes
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:47670: checking for sigprocmask
configure:47726: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:47733: $? = 0
configure:47753: result: yes
configure:47902: checking for stdint.h
configure:47909: result: yes
configure:48043: checking for SIZE_MAX
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:48776: result: yes
configure:48790: checking whether sleep is declared
configure:48820: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:48827: $? = 0
configure:48842: result: yes
configure:48880: checking for working sleep
configure:48927: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:48931: $? = 0
configure:48937: ./conftest
configure:48941: $? = 0
configure:48958: result: yes
configure:48986: checking for snprintf
configure:49071: result: yes
configure:49086: checking whether snprintf respects a size of 1
configure:49116: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:49120: $? = 0
configure:49126: ./conftest
configure:49130: $? = 0
configure:49148: result: yes
configure:49464: checking for library containing setsockopt
configure:49689: result: none needed
configure:49700: checking for socklen_t
configure:49734: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:49741: $? = 0
configure:49774: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
conftest.c: In function 'main':
conftest.c:217: error: expected expression before ')' token
configure:49781: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libprelude"
| #define VERSION "0.9.24.1"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib/libfakeroot:/opt/qt/lib:/opt/kde/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define __PRELUDE_FUNC__ __func__
| #define HAVE_GNUTLS_X509_CRT_LIST_IMPORT /**/
| #define HAVE_GNUTLS_STRING_PRIORITY /**/
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_IPV6 /**/
| #define HAVE_VARIADIC_MACROS 1
| #define PRELUDE_VA_COPY va_copy
| #define HAVE_LUA 1
| #define HAVE_LUA_H 1
| #define HAVE_LUA_H 1
| #define HAVE_LAUXLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_DUP2 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_ALARM 1
| #define HAVE_PATHCONF 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SLEEP 1
| #define HAVE_STRNDUP 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LSTAT 1
| #define HAVE_SYMLINK 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_WCTOB 1
| #define HAVE_LANGINFO_CODESET 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define restrict __restrict
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_MEMCHR 1
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define INSTALLPREFIX "/usr/local"
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL_VSNPRINTF 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_ALARM 1
| #define PROMOTED_MODE_T mode_t
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_ALLOCA 1
| #define REPLACE_DUP2 0
| #define HAVE_FTW 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPASS 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define GNULIB_IOCTL 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define HAVE_MEMMEM 1
| #define HAVE_POLL_H 1
| #define HAVE_POLL 1
| #define HAVE_REALLOC_POSIX 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_STDINT_H 1
| #define HAVE_DECL_SLEEP 1
| #define HAVE_SNPRINTF 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #if HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #elif HAVE_WS2TCPIP_H
| # include <ws2tcpip.h>
| #endif
|
| int
| main ()
| {
| if (sizeof ((socklen_t)))
| return 0;
| ;
| return 0;
| }
configure:49804: result: yes
configure:49887: checking for ssize_t
configure:49914: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:49921: $? = 0
configure:49936: result: yes
configure:49972: checking whether NULL can be used in arbitrary expressions
configure:50000: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:50007: $? = 0
configure:50022: result: yes
configure:50196: checking whether stdint.h conforms to C99
configure:50375: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:128:1: warning: "HAVE_IPV6" redefined
conftest.c:57:1: warning: this is the location of the previous definition
configure:50382: $? = 0
configure:50478: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:128:1: warning: "HAVE_IPV6" redefined
conftest.c:57:1: warning: this is the location of the previous definition
configure:50482: $? = 0
configure:50488: ./conftest
configure:50492: $? = 0
configure:50517: result: yes
configure:51969: checking for random.h
configure:51990: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
conftest.c:241:20: error: random.h: No such file or directory
configure:51997: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libprelude"
| #define VERSION "0.9.24.1"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib/libfakeroot:/opt/qt/lib:/opt/kde/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define __PRELUDE_FUNC__ __func__
| #define HAVE_GNUTLS_X509_CRT_LIST_IMPORT /**/
| #define HAVE_GNUTLS_STRING_PRIORITY /**/
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_IPV6 /**/
| #define HAVE_VARIADIC_MACROS 1
| #define PRELUDE_VA_COPY va_copy
| #define HAVE_LUA 1
| #define HAVE_LUA_H 1
| #define HAVE_LUA_H 1
| #define HAVE_LAUXLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_DUP2 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_ALARM 1
| #define HAVE_PATHCONF 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SLEEP 1
| #define HAVE_STRNDUP 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LSTAT 1
| #define HAVE_SYMLINK 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_WCTOB 1
| #define HAVE_LANGINFO_CODESET 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define restrict __restrict
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_MEMCHR 1
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define INSTALLPREFIX "/usr/local"
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL_VSNPRINTF 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_ALARM 1
| #define PROMOTED_MODE_T mode_t
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_ALLOCA 1
| #define REPLACE_DUP2 0
| #define HAVE_FTW 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPASS 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define GNULIB_IOCTL 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define HAVE_MEMMEM 1
| #define HAVE_POLL_H 1
| #define HAVE_POLL 1
| #define HAVE_REALLOC_POSIX 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_STDINT_H 1
| #define HAVE_DECL_SLEEP 1
| #define HAVE_SNPRINTF 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <random.h>
configure:52014: result: no
configure:52033: checking for struct random_data
configure:52066: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:52073: $? = 0
configure:52105: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
conftest.c: In function 'main':
conftest.c:216: error: expected expression before ')' token
configure:52112: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libprelude"
| #define VERSION "0.9.24.1"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib/libfakeroot:/opt/qt/lib:/opt/kde/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define __PRELUDE_FUNC__ __func__
| #define HAVE_GNUTLS_X509_CRT_LIST_IMPORT /**/
| #define HAVE_GNUTLS_STRING_PRIORITY /**/
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_IPV6 /**/
| #define HAVE_VARIADIC_MACROS 1
| #define PRELUDE_VA_COPY va_copy
| #define HAVE_LUA 1
| #define HAVE_LUA_H 1
| #define HAVE_LUA_H 1
| #define HAVE_LAUXLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_DUP2 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_ALARM 1
| #define HAVE_PATHCONF 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SLEEP 1
| #define HAVE_STRNDUP 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LSTAT 1
| #define HAVE_SYMLINK 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_WCTOB 1
| #define HAVE_LANGINFO_CODESET 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define restrict __restrict
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_MEMCHR 1
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define INSTALLPREFIX "/usr/local"
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL_VSNPRINTF 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_ALARM 1
| #define PROMOTED_MODE_T mode_t
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_ALLOCA 1
| #define REPLACE_DUP2 0
| #define HAVE_FTW 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPASS 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define GNULIB_IOCTL 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define HAVE_MEMMEM 1
| #define HAVE_POLL_H 1
| #define HAVE_POLL 1
| #define HAVE_REALLOC_POSIX 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_STDINT_H 1
| #define HAVE_DECL_SLEEP 1
| #define HAVE_SNPRINTF 1
| /* end confdefs.h. */
| #include <stdlib.h>
| #if HAVE_RANDOM_H
| # include <random.h>
| #endif
|
|
| int
| main ()
| {
| if (sizeof ((struct random_data)))
| return 0;
| ;
| return 0;
| }
configure:52135: result: yes
configure:52164: checking for strcasecmp
configure:52220: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
conftest.c:231: warning: conflicting types for built-in function 'strcasecmp'
configure:52227: $? = 0
configure:52249: result: yes
configure:52287: checking for strncasecmp
configure:52343: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
conftest.c:232: warning: conflicting types for built-in function 'strncasecmp'
configure:52350: $? = 0
configure:52372: result: yes
configure:52394: checking whether strncasecmp is declared
configure:52423: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:52430: $? = 0
configure:52445: result: yes
configure:52471: checking whether strcasestr works in linear time
configure:52553: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:52557: $? = 0
configure:52563: ./conftest
configure:52567: $? = 0
configure:52585: result: yes
configure:52615: checking for strcasestr
configure:52700: result: yes
configure:52753: checking for strdup
configure:52809: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
conftest.c:235: warning: conflicting types for built-in function 'strdup'
configure:52816: $? = 0
configure:52838: result: yes
configure:52899: checking for strdup
configure:52984: result: yes
configure:53072: checking for working strndup
configure:53114: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:128:1: warning: "HAVE_IPV6" redefined
conftest.c:57:1: warning: this is the location of the previous definition
configure:53118: $? = 0
configure:53124: ./conftest
configure:53128: $? = 0
configure:53145: result: yes
configure:53194: checking for working strnlen
configure:53238: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:53242: $? = 0
configure:53248: ./conftest
configure:53252: $? = 0
configure:53269: result: yes
configure:53314: checking for strptime
configure:53370: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:53377: $? = 0
configure:53399: result: yes
configure:53441: checking for strsep
configure:53497: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:53504: $? = 0
configure:53526: result: yes
configure:53564: checking whether <sys/ioctl.h> declares ioctl
configure:53591: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:53598: $? = 0
configure:53614: result: yes
configure:53688: checking for a thread-safe mkdir -p
configure:53727: result: /bin/mkdir -p
configure:53733: checking whether <sys/select.h> is self-contained
configure:53885: result: yes
configure:54130: checking for a thread-safe mkdir -p
configure:54169: result: /bin/mkdir -p
configure:54176: checking whether <sys/socket.h> is self-contained
configure:54226: result: yes
configure:54234: checking for shutdown
configure:54319: result: yes
configure:54332: checking whether <sys/socket.h> defines the SHUT_* macros
configure:54382: result: yes
configure:54616: checking for struct sockaddr_storage
configure:54732: result: yes
configure:54742: checking for sa_family_t
configure:54858: result: yes
configure:55048: checking for a thread-safe mkdir -p
configure:55087: result: /bin/mkdir -p
configure:55161: checking for nlink_t
configure:55191: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:55198: $? = 0
configure:55227: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
conftest.c: In function 'main':
conftest.c:225: error: expected expression before ')' token
configure:55234: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libprelude"
| #define VERSION "0.9.24.1"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib/libfakeroot:/opt/qt/lib:/opt/kde/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define __PRELUDE_FUNC__ __func__
| #define HAVE_GNUTLS_X509_CRT_LIST_IMPORT /**/
| #define HAVE_GNUTLS_STRING_PRIORITY /**/
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_IPV6 /**/
| #define HAVE_VARIADIC_MACROS 1
| #define PRELUDE_VA_COPY va_copy
| #define HAVE_LUA 1
| #define HAVE_LUA_H 1
| #define HAVE_LUA_H 1
| #define HAVE_LAUXLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_DUP2 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_ALARM 1
| #define HAVE_PATHCONF 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SLEEP 1
| #define HAVE_STRNDUP 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LSTAT 1
| #define HAVE_SYMLINK 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_WCTOB 1
| #define HAVE_LANGINFO_CODESET 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define restrict __restrict
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_MEMCHR 1
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define INSTALLPREFIX "/usr/local"
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL_VSNPRINTF 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_ALARM 1
| #define PROMOTED_MODE_T mode_t
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_ALLOCA 1
| #define REPLACE_DUP2 0
| #define HAVE_FTW 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPASS 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define GNULIB_IOCTL 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define HAVE_MEMMEM 1
| #define HAVE_POLL_H 1
| #define HAVE_POLL 1
| #define HAVE_REALLOC_POSIX 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_STDINT_H 1
| #define HAVE_DECL_SLEEP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRUCT_RANDOM_DATA 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_STRCASESTR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRSEP 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/stat.h>
|
| int
| main ()
| {
| if (sizeof ((nlink_t)))
| return 0;
| ;
| return 0;
| }
configure:55257: result: yes
configure:55271: checking for a thread-safe mkdir -p
configure:55310: result: /bin/mkdir -p
configure:55316: checking for a thread-safe mkdir -p
configure:55355: result: /bin/mkdir -p
configure:55372: checking for a thread-safe mkdir -p
configure:55411: result: /bin/mkdir -p
configure:55425: checking for pthread_atfork
configure:55481: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl -lpthread >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:55488: $? = 0
configure:55510: result: yes
configure:55538: checking whether localtime_r is compatible with its POSIX signature
configure:55570: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:55577: $? = 0
configure:55592: result: yes
configure:55642: checking for timegm
configure:55698: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:55705: $? = 0
configure:55727: result: yes
configure:55747: checking whether timegm is declared
configure:55777: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:55784: $? = 0
configure:55799: result: yes
configure:55954: checking for uname
configure:56010: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:56017: $? = 0
configure:56039: result: yes
configure:56222: checking for ptrdiff_t
configure:56250: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:56257: $? = 0
configure:56284: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
conftest.c: In function 'main':
conftest.c:259: error: expected expression before ')' token
configure:56291: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libprelude"
| #define VERSION "0.9.24.1"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib/libfakeroot:/opt/qt/lib:/opt/kde/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define __PRELUDE_FUNC__ __func__
| #define HAVE_GNUTLS_X509_CRT_LIST_IMPORT /**/
| #define HAVE_GNUTLS_STRING_PRIORITY /**/
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_IPV6 /**/
| #define HAVE_VARIADIC_MACROS 1
| #define PRELUDE_VA_COPY va_copy
| #define HAVE_LUA 1
| #define HAVE_LUA_H 1
| #define HAVE_LUA_H 1
| #define HAVE_LAUXLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_DUP2 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_ALARM 1
| #define HAVE_PATHCONF 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SLEEP 1
| #define HAVE_STRNDUP 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LSTAT 1
| #define HAVE_SYMLINK 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_WCTOB 1
| #define HAVE_LANGINFO_CODESET 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define restrict __restrict
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_MEMCHR 1
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define INSTALLPREFIX "/usr/local"
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL_VSNPRINTF 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_ALARM 1
| #define PROMOTED_MODE_T mode_t
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_ALLOCA 1
| #define REPLACE_DUP2 0
| #define HAVE_FTW 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPASS 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define GNULIB_IOCTL 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define HAVE_MEMMEM 1
| #define HAVE_POLL_H 1
| #define HAVE_POLL 1
| #define HAVE_REALLOC_POSIX 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_STDINT_H 1
| #define HAVE_DECL_SLEEP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRUCT_RANDOM_DATA 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_STRCASESTR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRSEP 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_PTHREAD_ATFORK 1
| #define HAVE_TIMEGM 1
| #define HAVE_DECL_TIMEGM 1
| #define HAVE_UNAME 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((ptrdiff_t)))
| return 0;
| ;
| return 0;
| }
configure:56314: result: yes
configure:56342: checking for vsnprintf
configure:56398: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
conftest.c:246: warning: conflicting types for built-in function 'vsnprintf'
configure:56405: $? = 0
configure:56427: result: yes
configure:56442: checking whether snprintf respects a size of 1
configure:56504: result: yes
configure:56549: checking whether <wchar.h> is standalone
configure:56564: gcc -std=gnu99 -c -g -O2 conftest.c >&5
configure:56571: $? = 0
configure:56586: result: yes
configure:56706: checking whether mbrtowc handles incomplete characters
configure:56787: result: guessing yes
configure:56793: checking whether mbrtowc works as well as mbtowc
configure:56878: result: guessing yes
configure:56919: checking whether wcrtomb return value is correct
configure:57010: result: guessing yes
configure:57077: checking whether iswcntrl works
configure:57151: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:57155: $? = 0
configure:57161: ./conftest
configure:57165: $? = 0
configure:57183: result: yes
configure:57288: checking for stdint.h
configure:57295: result: yes
configure:57454: checking for a traditional french locale
configure:57551: result: none
configure:57558: checking for a french Unicode locale
configure:57652: result: none
configure:57734: checking for getpagesize
configure:57790: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:57797: $? = 0
configure:57819: result: yes
configure:58153: checking whether byte ordering is bigendian
configure:58533: result: no
configure:58559: checking whether byte ordering is bigendian
configure:58939: result: no
configure:58991: checking for a traditional french locale
configure:59088: result: none
configure:59095: checking for a french Unicode locale
configure:59189: result: none
configure:59197: checking for a traditional japanese locale
configure:59303: result: none
configure:59311: checking for a transitional chinese locale
configure:59402: result: none
configure:59409: checking for a french Unicode locale
configure:59503: result: none
configure:59517: checking for mmap
configure:59600: result: yes
configure:59612: checking for MAP_ANONYMOUS
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:59659: result: yes
configure:59723: checking whether open recognizes a trailing slash
configure:59768: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:59772: $? = 0
configure:59778: ./conftest
configure:59782: $? = 0
configure:59801: result: yes
configure:59882: checking whether stat handles trailing slashes on directories
configure:59915: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:59919: $? = 0
configure:59925: ./conftest
configure:59929: $? = 0
configure:59946: result: yes
configure:59948: checking whether stat handles trailing slashes on files
configure:59988: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:59992: $? = 0
configure:59998: ./conftest
configure:60002: $? = 0
configure:60020: result: yes
configure:60056: checking for wchar_t
configure:60105: result: yes
configure:60116: checking for wint_t
configure:60173: result: yes
configure:60212: checking whether symlink handles trailing slash correctly
configure:60244: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:60248: $? = 0
configure:60254: ./conftest
configure:60258: $? = 0
configure:60276: result: yes
configure:60307: checking for a traditional french locale
configure:60404: result: none
configure:60411: checking for a french Unicode locale
configure:60505: result: none
configure:60513: checking for a traditional japanese locale
configure:60619: result: none
configure:60627: checking for a transitional chinese locale
configure:60718: result: none
configure:60756: checking whether wctob works
configure:60835: result: guessing yes
configure:60861: checking whether wctob is declared
configure:60900: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:60907: $? = 0
configure:60922: result: yes
configure:60958: checking for sched_yield in -lrt
configure:60993: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lrt -ldl >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:61000: $? = 0
configure:61021: result: yes
configure:61150: checking whether to build gtk-doc documentation
configure:61152: result: no
configure:61159: checking for gtkdoc-check
configure:61192: result: no
configure:61221: checking for an ANSI C-conforming const
configure:61296: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:61303: $? = 0
configure:61318: result: yes
configure:61328: checking for uid_t
configure:61356: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:61363: $? = 0
configure:61390: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
conftest.c: In function 'main':
conftest.c:267: error: expected expression before ')' token
configure:61397: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libprelude"
| #define VERSION "0.9.24.1"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib/libfakeroot:/opt/qt/lib:/opt/kde/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define __PRELUDE_FUNC__ __func__
| #define HAVE_GNUTLS_X509_CRT_LIST_IMPORT /**/
| #define HAVE_GNUTLS_STRING_PRIORITY /**/
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_IPV6 /**/
| #define HAVE_VARIADIC_MACROS 1
| #define PRELUDE_VA_COPY va_copy
| #define HAVE_LUA 1
| #define HAVE_LUA_H 1
| #define HAVE_LUA_H 1
| #define HAVE_LAUXLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_DUP2 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_ALARM 1
| #define HAVE_PATHCONF 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SLEEP 1
| #define HAVE_STRNDUP 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LSTAT 1
| #define HAVE_SYMLINK 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_WCTOB 1
| #define HAVE_LANGINFO_CODESET 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define restrict __restrict
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_MEMCHR 1
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define INSTALLPREFIX "/usr/local"
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL_VSNPRINTF 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_ALARM 1
| #define PROMOTED_MODE_T mode_t
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_ALLOCA 1
| #define REPLACE_DUP2 0
| #define HAVE_FTW 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPASS 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define GNULIB_IOCTL 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define HAVE_MEMMEM 1
| #define HAVE_POLL_H 1
| #define HAVE_POLL 1
| #define HAVE_REALLOC_POSIX 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_STDINT_H 1
| #define HAVE_DECL_SLEEP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRUCT_RANDOM_DATA 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_STRCASESTR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRSEP 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_PTHREAD_ATFORK 1
| #define HAVE_TIMEGM 1
| #define HAVE_DECL_TIMEGM 1
| #define HAVE_UNAME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MAP_ANONYMOUS 1
| #define GNULIB_OPEN 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_WCTOB 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((uid_t)))
| return 0;
| ;
| return 0;
| }
configure:61420: result: yes
configure:61430: checking for gid_t
configure:61458: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:61465: $? = 0
configure:61492: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
conftest.c: In function 'main':
conftest.c:268: error: expected expression before ')' token
configure:61499: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libprelude"
| #define VERSION "0.9.24.1"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib/libfakeroot:/opt/qt/lib:/opt/kde/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define __PRELUDE_FUNC__ __func__
| #define HAVE_GNUTLS_X509_CRT_LIST_IMPORT /**/
| #define HAVE_GNUTLS_STRING_PRIORITY /**/
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_IPV6 /**/
| #define HAVE_VARIADIC_MACROS 1
| #define PRELUDE_VA_COPY va_copy
| #define HAVE_LUA 1
| #define HAVE_LUA_H 1
| #define HAVE_LUA_H 1
| #define HAVE_LAUXLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_DUP2 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_ALARM 1
| #define HAVE_PATHCONF 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SLEEP 1
| #define HAVE_STRNDUP 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LSTAT 1
| #define HAVE_SYMLINK 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_WCTOB 1
| #define HAVE_LANGINFO_CODESET 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define restrict __restrict
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_MEMCHR 1
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define INSTALLPREFIX "/usr/local"
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL_VSNPRINTF 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_ALARM 1
| #define PROMOTED_MODE_T mode_t
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_ALLOCA 1
| #define REPLACE_DUP2 0
| #define HAVE_FTW 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPASS 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define GNULIB_IOCTL 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define HAVE_MEMMEM 1
| #define HAVE_POLL_H 1
| #define HAVE_POLL 1
| #define HAVE_REALLOC_POSIX 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_STDINT_H 1
| #define HAVE_DECL_SLEEP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRUCT_RANDOM_DATA 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_STRCASESTR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRSEP 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_PTHREAD_ATFORK 1
| #define HAVE_TIMEGM 1
| #define HAVE_DECL_TIMEGM 1
| #define HAVE_UNAME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MAP_ANONYMOUS 1
| #define GNULIB_OPEN 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_WCTOB 1
| #define HAVE_UID_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((gid_t)))
| return 0;
| ;
| return 0;
| }
configure:61522: result: yes
configure:61533: checking for uid_t in sys/types.h
configure:61556: result: yes
configure:61571: checking for pid_t
configure:61599: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:61606: $? = 0
configure:61633: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
conftest.c: In function 'main':
conftest.c:269: error: expected expression before ')' token
configure:61640: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libprelude"
| #define VERSION "0.9.24.1"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib/libfakeroot:/opt/qt/lib:/opt/kde/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define __PRELUDE_FUNC__ __func__
| #define HAVE_GNUTLS_X509_CRT_LIST_IMPORT /**/
| #define HAVE_GNUTLS_STRING_PRIORITY /**/
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_IPV6 /**/
| #define HAVE_VARIADIC_MACROS 1
| #define PRELUDE_VA_COPY va_copy
| #define HAVE_LUA 1
| #define HAVE_LUA_H 1
| #define HAVE_LUA_H 1
| #define HAVE_LAUXLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_DUP2 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_ALARM 1
| #define HAVE_PATHCONF 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SLEEP 1
| #define HAVE_STRNDUP 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LSTAT 1
| #define HAVE_SYMLINK 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_WCTOB 1
| #define HAVE_LANGINFO_CODESET 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define restrict __restrict
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_MEMCHR 1
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define INSTALLPREFIX "/usr/local"
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL_VSNPRINTF 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_ALARM 1
| #define PROMOTED_MODE_T mode_t
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_ALLOCA 1
| #define REPLACE_DUP2 0
| #define HAVE_FTW 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPASS 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define GNULIB_IOCTL 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define HAVE_MEMMEM 1
| #define HAVE_POLL_H 1
| #define HAVE_POLL 1
| #define HAVE_REALLOC_POSIX 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_STDINT_H 1
| #define HAVE_DECL_SLEEP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRUCT_RANDOM_DATA 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_STRCASESTR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRSEP 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_PTHREAD_ATFORK 1
| #define HAVE_TIMEGM 1
| #define HAVE_DECL_TIMEGM 1
| #define HAVE_UNAME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MAP_ANONYMOUS 1
| #define GNULIB_OPEN 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_WCTOB 1
| #define HAVE_UID_T 1
| #define HAVE_GID_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((pid_t)))
| return 0;
| ;
| return 0;
| }
configure:61663: result: yes
configure:61675: checking for size_t
configure:61767: result: yes
configure:61779: checking whether time.h and sys/time.h may both be included
configure:61809: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:61816: $? = 0
configure:61831: result: yes
configure:61842: checking for long long int
configure:61984: result: yes
configure:61994: checking for inline
configure:62045: result: inline
configure:62071: checking for special C compiler options needed for large files
configure:62166: result: no
configure:62172: checking for _FILE_OFFSET_BITS value needed for large files
configure:62207: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
conftest.c:241: warning: left shift count >= width of type
conftest.c:241: warning: left shift count >= width of type
conftest.c:243: error: size of array 'off_t_is_large' is negative
configure:62214: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libprelude"
| #define VERSION "0.9.24.1"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib/libfakeroot:/opt/qt/lib:/opt/kde/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define __PRELUDE_FUNC__ __func__
| #define HAVE_GNUTLS_X509_CRT_LIST_IMPORT /**/
| #define HAVE_GNUTLS_STRING_PRIORITY /**/
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_IPV6 /**/
| #define HAVE_VARIADIC_MACROS 1
| #define PRELUDE_VA_COPY va_copy
| #define HAVE_LUA 1
| #define HAVE_LUA_H 1
| #define HAVE_LUA_H 1
| #define HAVE_LAUXLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_DUP2 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_ALARM 1
| #define HAVE_PATHCONF 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SLEEP 1
| #define HAVE_STRNDUP 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LSTAT 1
| #define HAVE_SYMLINK 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_WCTOB 1
| #define HAVE_LANGINFO_CODESET 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define restrict __restrict
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_MEMCHR 1
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define INSTALLPREFIX "/usr/local"
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL_VSNPRINTF 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_ALARM 1
| #define PROMOTED_MODE_T mode_t
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_ALLOCA 1
| #define REPLACE_DUP2 0
| #define HAVE_FTW 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPASS 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define GNULIB_IOCTL 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define HAVE_MEMMEM 1
| #define HAVE_POLL_H 1
| #define HAVE_POLL 1
| #define HAVE_REALLOC_POSIX 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_STDINT_H 1
| #define HAVE_DECL_SLEEP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRUCT_RANDOM_DATA 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_STRCASESTR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRSEP 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_PTHREAD_ATFORK 1
| #define HAVE_TIMEGM 1
| #define HAVE_DECL_TIMEGM 1
| #define HAVE_UNAME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MAP_ANONYMOUS 1
| #define GNULIB_OPEN 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_WCTOB 1
| #define HAVE_UID_T 1
| #define HAVE_GID_T 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LONG_LONG_INT 1
| /* end confdefs.h. */
| #include <sys/types.h>
| /* Check that off_t can represent 2**63 - 1 correctly.
| We can't simply define LARGE_OFF_T to be 9223372036854775807,
| since some C++ compilers masquerading as C compilers
| incorrectly reject 9223372036854775807. */
| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
| int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
| && LARGE_OFF_T % 2147483647 == 1)
| ? 1 : -1];
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:62258: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:62265: $? = 0
configure:62283: result: 64
configure:62454: checking for ftruncate
configure:62510: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:62517: $? = 0
configure:62539: result: yes
configure:62454: checking for chsize
configure:62510: gcc -std=gnu99 -o conftest -g -O2 conftest.c -ldl >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
/tmp/ccTLSRq4.o: In function `main':
/home/manicman/abs/libprelude/libprelude-0.9.24.1/conftest.c:271: undefined reference to `chsize'
collect2: ld returned 1 exit status
configure:62517: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libprelude"
| #define VERSION "0.9.24.1"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib/libfakeroot:/opt/qt/lib:/opt/kde/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define __PRELUDE_FUNC__ __func__
| #define HAVE_GNUTLS_X509_CRT_LIST_IMPORT /**/
| #define HAVE_GNUTLS_STRING_PRIORITY /**/
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_IPV6 /**/
| #define HAVE_VARIADIC_MACROS 1
| #define PRELUDE_VA_COPY va_copy
| #define HAVE_LUA 1
| #define HAVE_LUA_H 1
| #define HAVE_LUA_H 1
| #define HAVE_LAUXLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_DUP2 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_ALARM 1
| #define HAVE_PATHCONF 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SLEEP 1
| #define HAVE_STRNDUP 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LSTAT 1
| #define HAVE_SYMLINK 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_WCTOB 1
| #define HAVE_LANGINFO_CODESET 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define restrict __restrict
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_MEMCHR 1
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define INSTALLPREFIX "/usr/local"
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL_VSNPRINTF 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_ALARM 1
| #define PROMOTED_MODE_T mode_t
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_ALLOCA 1
| #define REPLACE_DUP2 0
| #define HAVE_FTW 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPASS 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define GNULIB_IOCTL 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define HAVE_MEMMEM 1
| #define HAVE_POLL_H 1
| #define HAVE_POLL 1
| #define HAVE_REALLOC_POSIX 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_STDINT_H 1
| #define HAVE_DECL_SLEEP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRUCT_RANDOM_DATA 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_STRCASESTR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRSEP 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_PTHREAD_ATFORK 1
| #define HAVE_TIMEGM 1
| #define HAVE_DECL_TIMEGM 1
| #define HAVE_UNAME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MAP_ANONYMOUS 1
| #define GNULIB_OPEN 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_WCTOB 1
| #define HAVE_UID_T 1
| #define HAVE_GID_T 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LONG_LONG_INT 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_FTRUNCATE 1
| /* end confdefs.h. */
| /* Define chsize to an innocuous variant, in case <limits.h> declares chsize.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define chsize innocuous_chsize
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char chsize (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef chsize
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char chsize ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_chsize || defined __stub___chsize
| choke me
| #endif
|
| int
| main ()
| {
| return chsize ();
| ;
| return 0;
| }
configure:62539: result: no
configure:62567: checking for stdint.h
configure:62572: result: yes
configure:62709: checking for inttypes.h
configure:62714: result: yes
configure:62849: checking size of long
configure:62879: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
In file included from conftest.c:237:
confdefs.h:55:1: warning: "HAVE_IPV6" redefined
conftest.c:127:1: warning: this is the location of the previous definition
confdefs.h:126:1: warning: "HAVE_IPV6" redefined
confdefs.h:55:1: warning: this is the location of the previous definition
configure:62886: $? = 0
configure:62910: result: 4
configure:62926: checking for uint8_t
configure:62954: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:62961: $? = 0
configure:62988: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
conftest.c: In function 'main':
conftest.c:274: error: expected expression before ')' token
configure:62995: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libprelude"
| #define VERSION "0.9.24.1"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib/libfakeroot:/opt/qt/lib:/opt/kde/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define __PRELUDE_FUNC__ __func__
| #define HAVE_GNUTLS_X509_CRT_LIST_IMPORT /**/
| #define HAVE_GNUTLS_STRING_PRIORITY /**/
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_IPV6 /**/
| #define HAVE_VARIADIC_MACROS 1
| #define PRELUDE_VA_COPY va_copy
| #define HAVE_LUA 1
| #define HAVE_LUA_H 1
| #define HAVE_LUA_H 1
| #define HAVE_LAUXLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_DUP2 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_ALARM 1
| #define HAVE_PATHCONF 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SLEEP 1
| #define HAVE_STRNDUP 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LSTAT 1
| #define HAVE_SYMLINK 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_WCTOB 1
| #define HAVE_LANGINFO_CODESET 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define restrict __restrict
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_MEMCHR 1
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define INSTALLPREFIX "/usr/local"
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL_VSNPRINTF 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_ALARM 1
| #define PROMOTED_MODE_T mode_t
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_ALLOCA 1
| #define REPLACE_DUP2 0
| #define HAVE_FTW 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPASS 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define GNULIB_IOCTL 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define HAVE_MEMMEM 1
| #define HAVE_POLL_H 1
| #define HAVE_POLL 1
| #define HAVE_REALLOC_POSIX 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_STDINT_H 1
| #define HAVE_DECL_SLEEP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRUCT_RANDOM_DATA 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_STRCASESTR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRSEP 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_PTHREAD_ATFORK 1
| #define HAVE_TIMEGM 1
| #define HAVE_DECL_TIMEGM 1
| #define HAVE_UNAME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MAP_ANONYMOUS 1
| #define GNULIB_OPEN 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_WCTOB 1
| #define HAVE_UID_T 1
| #define HAVE_GID_T 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LONG_LONG_INT 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_FTRUNCATE 1
| #define SIZEOF_LONG 4
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((uint8_t)))
| return 0;
| ;
| return 0;
| }
configure:63018: result: yes
configure:63034: checking for uint16_t
configure:63062: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:63069: $? = 0
configure:63096: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
conftest.c: In function 'main':
conftest.c:274: error: expected expression before ')' token
configure:63103: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libprelude"
| #define VERSION "0.9.24.1"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib/libfakeroot:/opt/qt/lib:/opt/kde/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define __PRELUDE_FUNC__ __func__
| #define HAVE_GNUTLS_X509_CRT_LIST_IMPORT /**/
| #define HAVE_GNUTLS_STRING_PRIORITY /**/
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_IPV6 /**/
| #define HAVE_VARIADIC_MACROS 1
| #define PRELUDE_VA_COPY va_copy
| #define HAVE_LUA 1
| #define HAVE_LUA_H 1
| #define HAVE_LUA_H 1
| #define HAVE_LAUXLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_DUP2 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_ALARM 1
| #define HAVE_PATHCONF 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SLEEP 1
| #define HAVE_STRNDUP 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LSTAT 1
| #define HAVE_SYMLINK 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_WCTOB 1
| #define HAVE_LANGINFO_CODESET 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define restrict __restrict
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_MEMCHR 1
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define INSTALLPREFIX "/usr/local"
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL_VSNPRINTF 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_ALARM 1
| #define PROMOTED_MODE_T mode_t
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_ALLOCA 1
| #define REPLACE_DUP2 0
| #define HAVE_FTW 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPASS 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define GNULIB_IOCTL 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define HAVE_MEMMEM 1
| #define HAVE_POLL_H 1
| #define HAVE_POLL 1
| #define HAVE_REALLOC_POSIX 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_STDINT_H 1
| #define HAVE_DECL_SLEEP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRUCT_RANDOM_DATA 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_STRCASESTR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRSEP 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_PTHREAD_ATFORK 1
| #define HAVE_TIMEGM 1
| #define HAVE_DECL_TIMEGM 1
| #define HAVE_UNAME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MAP_ANONYMOUS 1
| #define GNULIB_OPEN 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_WCTOB 1
| #define HAVE_UID_T 1
| #define HAVE_GID_T 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LONG_LONG_INT 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_FTRUNCATE 1
| #define SIZEOF_LONG 4
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((uint16_t)))
| return 0;
| ;
| return 0;
| }
configure:63126: result: yes
configure:63142: checking for uint32_t
configure:63170: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:63177: $? = 0
configure:63204: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
conftest.c: In function 'main':
conftest.c:274: error: expected expression before ')' token
configure:63211: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libprelude"
| #define VERSION "0.9.24.1"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib/libfakeroot:/opt/qt/lib:/opt/kde/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define __PRELUDE_FUNC__ __func__
| #define HAVE_GNUTLS_X509_CRT_LIST_IMPORT /**/
| #define HAVE_GNUTLS_STRING_PRIORITY /**/
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_IPV6 /**/
| #define HAVE_VARIADIC_MACROS 1
| #define PRELUDE_VA_COPY va_copy
| #define HAVE_LUA 1
| #define HAVE_LUA_H 1
| #define HAVE_LUA_H 1
| #define HAVE_LAUXLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_DUP2 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_ALARM 1
| #define HAVE_PATHCONF 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SLEEP 1
| #define HAVE_STRNDUP 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LSTAT 1
| #define HAVE_SYMLINK 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_WCTOB 1
| #define HAVE_LANGINFO_CODESET 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define restrict __restrict
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_MEMCHR 1
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define INSTALLPREFIX "/usr/local"
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL_VSNPRINTF 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_ALARM 1
| #define PROMOTED_MODE_T mode_t
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_ALLOCA 1
| #define REPLACE_DUP2 0
| #define HAVE_FTW 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPASS 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define GNULIB_IOCTL 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define HAVE_MEMMEM 1
| #define HAVE_POLL_H 1
| #define HAVE_POLL 1
| #define HAVE_REALLOC_POSIX 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_STDINT_H 1
| #define HAVE_DECL_SLEEP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRUCT_RANDOM_DATA 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_STRCASESTR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRSEP 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_PTHREAD_ATFORK 1
| #define HAVE_TIMEGM 1
| #define HAVE_DECL_TIMEGM 1
| #define HAVE_UNAME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MAP_ANONYMOUS 1
| #define GNULIB_OPEN 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_WCTOB 1
| #define HAVE_UID_T 1
| #define HAVE_GID_T 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LONG_LONG_INT 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_FTRUNCATE 1
| #define SIZEOF_LONG 4
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((uint32_t)))
| return 0;
| ;
| return 0;
| }
configure:63234: result: yes
configure:63250: checking for uint64_t
configure:63278: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
configure:63285: $? = 0
configure:63312: gcc -std=gnu99 -c -g -O2 conftest.c >&5
conftest.c:127:1: warning: "HAVE_IPV6" redefined
conftest.c:56:1: warning: this is the location of the previous definition
conftest.c: In function 'main':
conftest.c:274: error: expected expression before ')' token
configure:63319: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libprelude"
| #define VERSION "0.9.24.1"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib/libfakeroot:/opt/qt/lib:/opt/kde/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define __PRELUDE_FUNC__ __func__
| #define HAVE_GNUTLS_X509_CRT_LIST_IMPORT /**/
| #define HAVE_GNUTLS_STRING_PRIORITY /**/
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_IPV6 /**/
| #define HAVE_VARIADIC_MACROS 1
| #define PRELUDE_VA_COPY va_copy
| #define HAVE_LUA 1
| #define HAVE_LUA_H 1
| #define HAVE_LUA_H 1
| #define HAVE_LAUXLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_DUP2 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_ALARM 1
| #define HAVE_PATHCONF 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SLEEP 1
| #define HAVE_STRNDUP 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LSTAT 1
| #define HAVE_SYMLINK 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_WCTOB 1
| #define HAVE_LANGINFO_CODESET 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define restrict __restrict
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_MEMCHR 1
| #define HAVE_DECL_MEMMEM 1
| #define HAVE_MEMMEM 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define INSTALLPREFIX "/usr/local"
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_STRCASESTR 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL_VSNPRINTF 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_ALARM 1
| #define PROMOTED_MODE_T mode_t
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_ALLOCA 1
| #define REPLACE_DUP2 0
| #define HAVE_FTW 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETPASS 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define GNULIB_IOCTL 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define HAVE_MEMMEM 1
| #define HAVE_POLL_H 1
| #define HAVE_POLL 1
| #define HAVE_REALLOC_POSIX 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_STDINT_H 1
| #define HAVE_DECL_SLEEP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRUCT_RANDOM_DATA 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_STRCASESTR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRSEP 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_PTHREAD_ATFORK 1
| #define HAVE_TIMEGM 1
| #define HAVE_DECL_TIMEGM 1
| #define HAVE_UNAME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MAP_ANONYMOUS 1
| #define GNULIB_OPEN 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_WCTOB 1
| #define HAVE_UID_T 1
| #define HAVE_GID_T 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LONG_LONG_INT 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_FTRUNCATE 1
| #define SIZEOF_LONG 4
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((uint64_t)))
| return 0;
| ;
| return 0;
| }
configure:63342: result: yes
configure:63364: checking for cpu-specific compiler flags
configure:63471: result: none needed
configure:63475: checking for platform-specific compiler flags
configure:63589: result: none needed
configure:63602: checking whether the linker accepts the -z relro flag
configure:63636: gcc -std=gnu99 -o conftest -g -O2 -z relro conftest.c -ldl >&5
conftest.c:128:1: warning: "HAVE_IPV6" redefined
conftest.c:57:1: warning: this is the location of the previous definition
configure:63643: $? = 0
configure:63675: result: yes
configure:63698: checking whether the linker accepts the -z now flag
configure:63732: gcc -std=gnu99 -o conftest -g -O2 -z relro -z now conftest.c -ldl >&5
conftest.c:128:1: warning: "HAVE_IPV6" redefined
conftest.c:57:1: warning: this is the location of the previous definition
configure:63739: $? = 0
configure:63771: result: yes
configure:63799: checking whether the C compiler accepts the -Wall flag
configure:63838: gcc -std=gnu99 -c -g -O2 -Wall conftest.c >&5
conftest.c:128:1: warning: "HAVE_IPV6" redefined
conftest.c:57:1: warning: this is the location of the previous definition
configure:63845: $? = 0
configure:63877: result: yes
configure:63799: checking whether the C compiler accepts the -Wstrict-prototypes flag
configure:63838: gcc -std=gnu99 -c -g -O2 -Wstrict-prototypes conftest.c >&5
conftest.c:128:1: warning: "HAVE_IPV6" redefined
conftest.c:57:1: warning: this is the location of the previous definition
conftest.c:242: warning: function declaration isn't a prototype
configure:63845: $? = 0
configure:63877: result: yes
configure:63799: checking whether the C compiler accepts the -Wmissing-prototypes flag
configure:63838: gcc -std=gnu99 -c -g -O2 -Wmissing-prototypes conftest.c >&5
conftest.c:128:1: warning: "HAVE_IPV6" redefined
conftest.c:57:1: warning: this is the location of the previous definition
configure:63845: $? = 0
configure:63877: result: yes
configure:63799: checking whether the C compiler accepts the -Wmissing-declarations flag
configure:63838: gcc -std=gnu99 -c -g -O2 -Wmissing-declarations conftest.c >&5
conftest.c:128:1: warning: "HAVE_IPV6" redefined
conftest.c:57:1: warning: this is the location of the previous definition
configure:63845: $? = 0
configure:63877: result: yes
configure:63799: checking whether the C compiler accepts the -Wbad-function-cast flag
configure:63838: gcc -std=gnu99 -c -g -O2 -Wbad-function-cast conftest.c >&5
conftest.c:128:1: warning: "HAVE_IPV6" redefined
conftest.c:57:1: warning: this is the location of the previous definition
configure:63845: $? = 0
configure:63877: result: yes
configure:63799: checking whether the C compiler accepts the -Wcast-qual flag
configure:63838: gcc -std=gnu99 -c -g -O2 -Wcast-qual conftest.c >&5
conftest.c:128:1: warning: "HAVE_IPV6" redefined
conftest.c:57:1: warning: this is the location of the previous definition
configure:63845: $? = 0
configure:63877: result: yes
configure:63799: checking whether the C compiler accepts the -Wcast-align flag
configure:63838: gcc -std=gnu99 -c -g -O2 -Wcast-align conftest.c >&5
conftest.c:128:1: warning: "HAVE_IPV6" redefined
conftest.c:57:1: warning: this is the location of the previous definition
configure:63845: $? = 0
configure:63877: result: yes
configure:63799: checking whether the C compiler accepts the -Wnested-externs flag
configure:63838: gcc -std=gnu99 -c -g -O2 -Wnested-externs conftest.c >&5
conftest.c:128:1: warning: "HAVE_IPV6" redefined
conftest.c:57:1: warning: this is the location of the previous definition
configure:63845: $? = 0
configure:63877: result: yes
configure:63799: checking whether the C compiler accepts the -Wunused flag
configure:63838: gcc -std=gnu99 -c -g -O2 -Wunused conftest.c >&5
conftest.c:128:1: warning: "HAVE_IPV6" redefined
conftest.c:57:1: warning: this is the location of the previous definition
configure:63845: $? = 0
configure:63877: result: yes
configure:63799: checking whether the C compiler accepts the -Wformat flag
configure:63838: gcc -std=gnu99 -c -g -O2 -Wformat conftest.c >&5
conftest.c:128:1: warning: "HAVE_IPV6" redefined
conftest.c:57:1: warning: this is the location of the previous definition
configure:63845: $? = 0
configure:63877: result: yes
configure:63799: checking whether the C compiler accepts the -Wformat-security flag
configure:63838: gcc -std=gnu99 -c -g -O2 -Wformat-security conftest.c >&5
cc1: warning: -Wformat-security ignored without -Wformat
conftest.c:128:1: warning: "HAVE_IPV6" redefined
conftest.c:57:1: warning: this is the location of the previous definition
configure:63845: $? = 0
configure:63877: result: yes
configure:64448: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by config.status, which was
generated by GNU Autoconf 2.63. Invocation command line was

CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status

on mmm

config.status:1962: creating Makefile
config.status:1962: creating client.conf
config.status:1962: creating global.conf
config.status:1962: creating idmef-client.conf
config.status:1962: creating libprelude-config
config.status:1962: creating libltdl/Makefile
config.status:1962: creating libmissing/Makefile
config.status:1962: creating libmissing/tests/Makefile
config.status:1962: creating m4/Makefile
config.status:1962: creating src/Makefile
config.status:1962: creating src/libprelude.pc
config.status:1962: creating src/libprelude-error/Makefile
config.status:1962: creating src/include/Makefile
config.status:1962: creating src/include/prelude.h
config.status:1962: creating src/include/prelude-inttypes.h
config.status:1962: creating prelude-admin/prelude-adduser
config.status:1962: creating prelude-admin/Makefile
config.status:1962: creating docs/Makefile
config.status:1962: creating docs/api/Makefile
config.status:1962: creating docs/manpages/Makefile
config.status:1962: creating bindings/Makefile
config.status:1962: creating bindings/low-level/Makefile
config.status:1962: creating bindings/low-level/perl/Makefile.PL
config.status:1962: creating bindings/low-level/python/Makefile
config.status:1962: creating bindings/low-level/python/setup.py
config.status:1962: creating bindings/c++/Makefile
config.status:1962: creating bindings/c++/include/Makefile
config.status:1962: creating bindings/lua/Makefile
config.status:1962: creating bindings/perl/Makefile.PL
config.status:1962: creating bindings/python/Makefile
config.status:1962: creating bindings/python/setup.py
config.status:1962: creating bindings/ruby/Makefile
config.status:1962: creating tests/Makefile
config.status:1962: creating config.h
config.status:2184: config.h is unchanged
config.status:2236: executing depfiles commands
config.status:2236: executing libtool commands
config.status:2236: executing default commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-pc-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_c_restrict=__restrict
ac_cv_cpp_func=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_FOR_BUILD_set=
ac_cv_env_CC_FOR_BUILD_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBGNUTLS_CFLAGS_set=
ac_cv_env_LIBGNUTLS_CFLAGS_value=
ac_cv_env_LIBGNUTLS_EXTRA_CFLAGS_set=
ac_cv_env_LIBGNUTLS_EXTRA_CFLAGS_value=
ac_cv_env_LIBGNUTLS_EXTRA_LIBS_set=
ac_cv_env_LIBGNUTLS_EXTRA_LIBS_value=
ac_cv_env_LIBGNUTLS_LIBS_set=
ac_cv_env_LIBGNUTLS_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LUA_CFLAGS_set=
ac_cv_env_LUA_CFLAGS_value=
ac_cv_env_LUA_LIBS_set=
ac_cv_env_LUA_LIBS_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_YACC_set=
ac_cv_env_YACC_value=
ac_cv_env_YFLAGS_set=
ac_cv_env_YFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func___fsetlocking=yes
ac_cv_func_alarm=yes
ac_cv_func_alloca_works=yes
ac_cv_func_argz_add=yes
ac_cv_func_argz_append=yes
ac_cv_func_argz_count=yes
ac_cv_func_argz_create_sep=yes
ac_cv_func_argz_insert=yes
ac_cv_func_argz_next=yes
ac_cv_func_argz_stringify=yes
ac_cv_func_btowc=yes
ac_cv_func_chsize=no
ac_cv_func_closedir=yes
ac_cv_func_dlerror=yes
ac_cv_func_dlopen=no
ac_cv_func_dup2=yes
ac_cv_func_ftruncate=yes
ac_cv_func_ftw=yes
ac_cv_func_getdelim=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_gethostname=yes
ac_cv_func_getline=yes
ac_cv_func_getpagesize=yes
ac_cv_func_getpass=yes
ac_cv_func_getservbyname=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_isblank=yes
ac_cv_func_iswcntrl=yes
ac_cv_func_iswctype=yes
ac_cv_func_lstat=yes
ac_cv_func_lstat_dereferences_slashed_symlink=yes
ac_cv_func_malloc_0_nonnull=yes
ac_cv_func_mbrtowc=yes
ac_cv_func_mbsinit=yes
ac_cv_func_memchr=yes
ac_cv_func_memmem=yes
ac_cv_func_mmap=yes
ac_cv_func_mprotect=yes
ac_cv_func_opendir=yes
ac_cv_func_pathconf=yes
ac_cv_func_poll=yes
ac_cv_func_pthread_atfork=yes
ac_cv_func_readdir=yes
ac_cv_func_shl_load=no
ac_cv_func_shutdown=yes
ac_cv_func_sigprocmask=yes
ac_cv_func_sleep=yes
ac_cv_func_snprintf=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strcasestr=yes
ac_cv_func_strdup=yes
ac_cv_func_strlcat=no
ac_cv_func_strlcpy=no
ac_cv_func_strncasecmp=yes
ac_cv_func_strndup=yes
ac_cv_func_strnlen=yes
ac_cv_func_strnlen_working=yes
ac_cv_func_strptime=yes
ac_cv_func_strsep=yes
ac_cv_func_symlink=yes
ac_cv_func_tcgetattr=yes
ac_cv_func_tcsetattr=yes
ac_cv_func_timegm=yes
ac_cv_func_uname=yes
ac_cv_func_vasnprintf=no
ac_cv_func_vsnprintf=yes
ac_cv_func_wcrtomb=yes
ac_cv_func_wcscoll=yes
ac_cv_func_wcslen=yes
ac_cv_func_wcsnlen=yes
ac_cv_func_wctob=yes
ac_cv_func_working_mktime=yes
ac_cv_gnu_library_2_1=yes
ac_cv_have_decl_AF_INET6=yes
ac_cv_have_decl__snprintf=no
ac_cv_have_decl_alarm=yes
ac_cv_have_decl_fflush_unlocked=yes
ac_cv_have_decl_flockfile=yes
ac_cv_have_decl_fputs_unlocked=yes
ac_cv_have_decl_freeaddrinfo=yes
ac_cv_have_decl_funlockfile=yes
ac_cv_have_decl_gai_strerror=yes
ac_cv_have_decl_getaddrinfo=yes
ac_cv_have_decl_getc_unlocked=yes
ac_cv_have_decl_getdelim=yes
ac_cv_have_decl_getline=yes
ac_cv_have_decl_getnameinfo=yes
ac_cv_have_decl_getpass=yes
ac_cv_have_decl_inet_ntop=yes
ac_cv_have_decl_inet_pton=yes
ac_cv_have_decl_lt_dlinterface_register=yes
ac_cv_have_decl_memmem=yes
ac_cv_have_decl_putc_unlocked=yes
ac_cv_have_decl_sleep=yes
ac_cv_have_decl_snprintf=yes
ac_cv_have_decl_strdup=yes
ac_cv_have_decl_strncasecmp=yes
ac_cv_have_decl_strndup=yes
ac_cv_have_decl_strnlen=yes
ac_cv_have_decl_timegm=yes
ac_cv_have_decl_vsnprintf=yes
ac_cv_have_decl_wctob=yes
ac_cv_have_inttypes_h=yes
ac_cv_have_stdint_h=yes
ac_cv_have_uint16_t=yes
ac_cv_have_uint32_t=yes
ac_cv_have_uint64_t=yes
ac_cv_have_uint8_t=yes
ac_cv_header_EXTERN_h=yes
ac_cv_header_Python_h=yes
ac_cv_header_argz_h=yes
ac_cv_header_arpa_inet_h=yes
ac_cv_header_dirent_h=yes
ac_cv_header_dl_h=no
ac_cv_header_dld_h=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_errno_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_float_h=yes
ac_cv_header_gnutls_gnutls_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_lauxlib_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_ltdl_h=yes
ac_cv_header_lua_h=yes
ac_cv_header_mach_o_dyld_h=no
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_netinet_tcp_h=yes
ac_cv_header_perl_h=yes
ac_cv_header_poll_h=yes
ac_cv_header_pthread_h=yes
ac_cv_header_random_h=no
ac_cv_header_ruby_h=no
ac_cv_header_signal_h=yes
ac_cv_header_stat_broken=no
ac_cv_header_stdbool_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_ext_h=yes
ac_cv_header_stdio_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_dl_h=no
ac_cv_header_sys_filio_h=no
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_mman_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_un_h=yes
ac_cv_header_sys_utsname_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_termios_h=yes
ac_cv_header_time=yes
ac_cv_header_time_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_wchar_h=yes
ac_cv_header_wctype_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_dld_dld_link=no
ac_cv_lib_dld_shl_load=no
ac_cv_lib_gnutls_gnutls_priority_init=yes
ac_cv_lib_gnutls_gnutls_priority_set=yes
ac_cv_lib_gnutls_gnutls_srp_verifier=yes
ac_cv_lib_gnutls_gnutls_x509_crt_list_import=yes
ac_cv_lib_lex=-lfl
ac_cv_lib_ltdl_lt_dladvise_preload=yes
ac_cv_lib_pthread_pthread_kill=yes
ac_cv_lib_rt_sched_yield=yes
ac_cv_member_struct_sockaddr_sa_len=no
ac_cv_member_struct_tm_tm_gmtoff=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GREP=/bin/grep
ac_cv_path_LIBGCRYPT_CONFIG=/usr/bin/libgcrypt-config
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_PYTHON=/usr/bin/python
ac_cv_path_RUBY=/usr/bin/ruby
ac_cv_path_SED=/bin/sed
ac_cv_path_SWIG=/usr/bin/swig
ac_cv_path_VALGRIND=no
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_LEX=flex
ac_cv_prog_YACC='bison -y'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_c99=-std=gnu99
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_gcc_c_o=yes
ac_cv_prog_cc_stdc=-std=gnu99
ac_cv_prog_cxx_g=yes
ac_cv_prog_lex_root=lex.yy
ac_cv_prog_lex_yytext_pointer=yes
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_search_dlopen=-ldl
ac_cv_search_getaddrinfo='none required'
ac_cv_search_gethostbyname='none required'
ac_cv_search_getservbyname='none required'
ac_cv_search_inet_ntop='none required'
ac_cv_search_inet_pton='none required'
ac_cv_sizeof_long=4
ac_cv_sys_file_offset_bits=64
ac_cv_sys_largefile_CC=no
ac_cv_sys_largefile_source=no
ac_cv_target=i686-pc-linux-gnu
ac_cv_type__Bool=yes
ac_cv_type_error_t=yes
ac_cv_type_gid_t=yes
ac_cv_type_long_long_int=yes
ac_cv_type_mbstate_t=yes
ac_cv_type_mode_t=yes
ac_cv_type_nlink_t=yes
ac_cv_type_pid_t=yes
ac_cv_type_pthread_rwlock_t=yes
ac_cv_type_ptrdiff_t=yes
ac_cv_type_sa_family_t=yes
ac_cv_type_size_t=yes
ac_cv_type_socklen_t=yes
ac_cv_type_struct_addrinfo=yes
ac_cv_type_struct_random_data=yes
ac_cv_type_struct_sockaddr_in6=yes
ac_cv_type_struct_sockaddr_storage=yes
ac_cv_type_uid_t=yes
ac_cv_type_uint16_t=yes
ac_cv_type_uint32_t=yes
ac_cv_type_uint64_t=yes
ac_cv_type_uint8_t=yes
ac_cv_type_unsigned_long_long_int=yes
ac_cv_type_volatile_sig_atomic_t=yes
ac_cv_win_or_dos=no
ac_cv_working_alloca_h=yes
acl_cv_hardcode_direct=no
acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
acl_cv_hardcode_libdir_separator=
acl_cv_hardcode_minus_L=no
acl_cv_libext=a
acl_cv_libname_spec='lib$name'
acl_cv_library_names_spec='$libname$shrext'
acl_cv_path_LD=/usr/bin/ld
acl_cv_prog_gnu_ld=yes
acl_cv_rpath=done
acl_cv_shlibext=so
acl_cv_wl=-Wl,
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_func_working_getline=yes
am_cv_langinfo_codeset=yes
am_cv_ruby_platform=i686-linux
am_cv_ruby_rbexecdir='$(prefix)/lib/ruby/site_ruby/1.9.1/i686-linux'
am_cv_ruby_rubydir='$(prefix)/lib/ruby/1.9.1/i686-linux'
am_cv_ruby_version=1.9.1
ax_cv_c_check_flag__Wall=yes
ax_cv_c_check_flag__Wbad_function_cast=yes
ax_cv_c_check_flag__Wcast_align=yes
ax_cv_c_check_flag__Wcast_qual=yes
ax_cv_c_check_flag__Werror__Wmissing_braces=yes
ax_cv_c_check_flag__Wformat=yes
ax_cv_c_check_flag__Wformat_security=yes
ax_cv_c_check_flag__Wmissing_declarations=yes
ax_cv_c_check_flag__Wmissing_prototypes=yes
ax_cv_c_check_flag__Wnested_externs=yes
ax_cv_c_check_flag__Wstrict_prototypes=yes
ax_cv_c_check_flag__Wunused=yes
ax_cv_have_aligned_access_required=no
ax_cv_ld_check_flag__z_now=yes
ax_cv_ld_check_flag__z_relro=yes
gl_cv_c_multiarch=no
gl_cv_decl_HOST_NAME_MAX=yes
gl_cv_decl_ioctl_in_sys_ioctl_h=yes
gl_cv_decl_null_works=yes
gl_cv_func_btowc_eof='guessing yes'
gl_cv_func_dup2_works=yes
gl_cv_func_fopen_slash=yes
gl_cv_func_fseeko=yes
gl_cv_func_gai_strerror=yes
gl_cv_func_getaddrinfo=yes
gl_cv_func_gettimeofday_clobber=no
gl_cv_func_gettimeofday_posix_signature=yes
gl_cv_func_iswcntrl_works=yes
gl_cv_func_lseek_pipe=yes
gl_cv_func_malloc_posix=yes
gl_cv_func_mbrtowc_incomplete_state='guessing yes'
gl_cv_func_mbrtowc_nul_retval='guessing yes'
gl_cv_func_mbrtowc_null_arg='guessing yes'
gl_cv_func_mbrtowc_retval='guessing yes'
gl_cv_func_mbrtowc_sanitycheck='guessing yes'
gl_cv_func_memchr_works=yes
gl_cv_func_memmem_works=yes
gl_cv_func_open_slash=yes
gl_cv_func_poll=yes
gl_cv_func_re_compile_pattern_working=yes
gl_cv_func_select_supports0=yes
gl_cv_func_sigprocmask=1
gl_cv_func_sleep_works=yes
gl_cv_func_snprintf_size1=yes
gl_cv_func_snprintf_usable=yes
gl_cv_func_stat_dir_slash=yes
gl_cv_func_stat_file_slash=yes
gl_cv_func_strcasestr_linear=yes
gl_cv_func_strndup_works=yes
gl_cv_func_symlink_works=yes
gl_cv_func_ungetc_works=yes
gl_cv_func_vsnprintf_usable=yes
gl_cv_func_wcrtomb_retval='guessing yes'
gl_cv_func_wctob_works='guessing yes'
gl_cv_func_working_strerror=yes
gl_cv_have_include_next=yes
gl_cv_header_errno_h_complete=yes
gl_cv_header_inttypes_h=yes
gl_cv_header_netinet_in_h_selfcontained=yes
gl_cv_header_stdint_h=yes
gl_cv_header_sys_select_h_selfcontained=yes
gl_cv_header_sys_socket_h_selfcontained=yes
gl_cv_header_sys_socket_h_shut=yes
gl_cv_header_wchar_h_standalone=yes
gl_cv_header_working_fcntl_h=yes
gl_cv_header_working_stdint_h=yes
gl_cv_lib_socket='none needed'
gl_cv_minmax_in_limits_h=no
gl_cv_minmax_in_sys_param_h=yes
gl_cv_next_arpa_inet_h='<arpa/inet.h>'
gl_cv_next_fcntl_h='<fcntl.h>'
gl_cv_next_netdb_h='<netdb.h>'
gl_cv_next_signal_h='<signal.h>'
gl_cv_next_stdint_h='<stdint.h>'
gl_cv_next_stdio_h='<stdio.h>'
gl_cv_next_stdlib_h='<stdlib.h>'
gl_cv_next_string_h='<string.h>'
gl_cv_next_strings_h='<strings.h>'
gl_cv_next_sys_ioctl_h='<sys/ioctl.h>'
gl_cv_next_sys_socket_h='<sys/socket.h>'
gl_cv_next_sys_stat_h='<sys/stat.h>'
gl_cv_next_sys_time_h='<sys/time.h>'
gl_cv_next_time_h='<time.h>'
gl_cv_next_unistd_h='<unistd.h>'
gl_cv_next_wchar_h='<wchar.h>'
gl_cv_next_wctype_h='<wctype.h>'
gl_cv_promoted_mode_t=mode_t
gl_cv_rpl_alloca=yes
gl_cv_size_max=yes
gl_cv_socket_ipv4=yes
gl_cv_socket_ipv6=yes
gl_cv_sys_struct_timespec_in_time_h=yes
gl_cv_sys_struct_timeval=yes
gl_cv_time_r_posix=yes
gl_cv_var_stdin_large_offset=yes
gt_cv_c_intmax_t=yes
gt_cv_c_wchar_t=yes
gt_cv_c_wint_t=yes
gt_cv_locale_fr=none
gt_cv_locale_fr_utf8=none
gt_cv_locale_ja=none
gt_cv_locale_zh_CN=none
gt_cv_ssize_t=yes
libltdl_cv_lib_dl_dlopen=yes
libltdl_cv_preloaded_symbols=yes
libltdl_cv_shlibext=.so
lt_cv_deplibs_check_method=pass_all
lt_cv_dlopen=dlopen
lt_cv_dlopen_libs=-ldl
lt_cv_dlopen_self=yes
lt_cv_dlopen_self_static=no
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_module_path_var=LD_LIBRARY_PATH
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_compiler_static_works_CXX=yes
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sys_argz_works=yes
lt_cv_sys_dlopen_deplibs=yes
lt_cv_sys_dlsearch_path='/lib64 /usr/lib64 /lib /usr/lib /usr/lib/libfakeroot /opt/qt/lib /opt/kde/lib '
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=1572864
lt_cv_sys_symbol_underscore=no
pkg_cv_LIBGNUTLS_CFLAGS=' '
pkg_cv_LIBGNUTLS_LIBS='-lgnutls '
pkg_cv_LUA_CFLAGS=' '
pkg_cv_LUA_LIBS='-llua -lm '
prelude_cv___va_copy=yes
prelude_cv_va_copy=yes
prelude_cv_va_val_copy=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/manicman/abs/libprelude/libprelude-0.9.24.1/missing --run aclocal-1.11'
ALLOCA=''
ALLOCA_H='alloca.h'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/manicman/abs/libprelude/libprelude-0.9.24.1/missing --run tar'
APPLE_UNIVERSAL_BUILD='0'
AR='ar'
ARGZ_H=''
ARPA_INET_H='arpa/inet.h'
AS='as'
AUTOCONF='${SHELL} /home/manicman/abs/libprelude/libprelude-0.9.24.1/missing --run autoconf'
AUTOHEADER='${SHELL} /home/manicman/abs/libprelude/libprelude-0.9.24.1/missing --run autoheader'
AUTOMAKE='${SHELL} /home/manicman/abs/libprelude/libprelude-0.9.24.1/missing --run automake-1.11'
AWK='gawk'
BINDINGS_CC='gcc'
BINDIR='/usr/local/bin'
BITSIZEOF_PTRDIFF_T=''
BITSIZEOF_SIG_ATOMIC_T=''
BITSIZEOF_SIZE_T=''
BITSIZEOF_WCHAR_T=''
BITSIZEOF_WINT_T=''
CC='gcc -std=gnu99'
CCDEPMODE='depmode=gcc3'
CC_FOR_BUILD='gcc'
CFLAGS='-g -O2'
CONVENIENCE_LTDL_FALSE='#'
CONVENIENCE_LTDL_TRUE=''
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='dlltool'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EMULTIHOP_HIDDEN=''
EMULTIHOP_VALUE=''
ENABLE_GTK_DOC_FALSE=''
ENABLE_GTK_DOC_TRUE='#'
ENOLINK_HIDDEN=''
ENOLINK_VALUE=''
EOVERFLOW_HIDDEN=''
EOVERFLOW_VALUE=''
ERRNO_H=''
EXEEXT=''
FCNTL_H='fcntl.h'
FGREP='/bin/grep -F'
FLOAT_H=''
GETADDRINFO_LIB=''
GETHOSTNAME_LIB=''
GLIBC21='yes'
GL_COND_LIBTOOL_FALSE='#'
GL_COND_LIBTOOL_TRUE=''
GNULIB_ACCEPT4='0'
GNULIB_ACCEPT='1'
GNULIB_ATOLL='0'
GNULIB_BIND='1'
GNULIB_BTOWC='1'
GNULIB_CALLOC_POSIX='0'
GNULIB_CANONICALIZE_FILE_NAME='0'
GNULIB_CHOWN='0'
GNULIB_CLOSE='1'
GNULIB_CONNECT='1'
GNULIB_DPRINTF='0'
GNULIB_DUP2='1'
GNULIB_DUP3='0'
GNULIB_ENVIRON='0'
GNULIB_EUIDACCESS='0'
GNULIB_FACCESSAT='0'
GNULIB_FCHDIR='0'
GNULIB_FCHMODAT='0'
GNULIB_FCHOWNAT='0'
GNULIB_FCLOSE='1'
GNULIB_FFLUSH='0'
GNULIB_FOPEN='1'
GNULIB_FPRINTF='1'
GNULIB_FPRINTF_POSIX='0'
GNULIB_FPURGE='0'
GNULIB_FPUTC='1'
GNULIB_FPUTS='1'
GNULIB_FREOPEN='0'
GNULIB_FSEEK='0'
GNULIB_FSEEKO='1'
GNULIB_FSTATAT='0'
GNULIB_FSYNC='0'
GNULIB_FTELL='0'
GNULIB_FTELLO='0'
GNULIB_FTRUNCATE='0'
GNULIB_FUTIMENS='0'
GNULIB_FWRITE='1'
GNULIB_GETADDRINFO='1'
GNULIB_GETCWD='0'
GNULIB_GETDELIM='1'
GNULIB_GETDOMAINNAME='0'
GNULIB_GETDTABLESIZE='0'
GNULIB_GETGROUPS='0'
GNULIB_GETHOSTNAME='1'
GNULIB_GETLINE='1'
GNULIB_GETLOADAVG='0'
GNULIB_GETLOGIN_R='0'
GNULIB_GETPAGESIZE='1'
GNULIB_GETPEERNAME='0'
GNULIB_GETSOCKNAME='1'
GNULIB_GETSOCKOPT='0'
GNULIB_GETSUBOPT='0'
GNULIB_GETUSERSHELL='0'
GNULIB_INET_NTOP='1'
GNULIB_INET_PTON='1'
GNULIB_IOCTL='1'
GNULIB_LCHMOD='0'
GNULIB_LCHOWN='0'
GNULIB_LINK='0'
GNULIB_LINKAT='0'
GNULIB_LISTEN='1'
GNULIB_LSEEK='1'
GNULIB_LSTAT='1'
GNULIB_MALLOC_POSIX='1'
GNULIB_MBRLEN='0'
GNULIB_MBRTOWC='1'
GNULIB_MBSCASECMP='0'
GNULIB_MBSCASESTR='0'
GNULIB_MBSCHR='0'
GNULIB_MBSCSPN='0'
GNULIB_MBSINIT='1'
GNULIB_MBSLEN='0'
GNULIB_MBSNCASECMP='0'
GNULIB_MBSNLEN='0'
GNULIB_MBSNRTOWCS='0'
GNULIB_MBSPBRK='0'
GNULIB_MBSPCASECMP='0'
GNULIB_MBSRCHR='0'
GNULIB_MBSRTOWCS='0'
GNULIB_MBSSEP='0'
GNULIB_MBSSPN='0'
GNULIB_MBSSTR='0'
GNULIB_MBSTOK_R='0'
GNULIB_MEMCHR='1'
GNULIB_MEMMEM='1'
GNULIB_MEMPCPY='0'
GNULIB_MEMRCHR='0'
GNULIB_MKDIRAT='0'
GNULIB_MKDTEMP='0'
GNULIB_MKFIFO='0'
GNULIB_MKFIFOAT='0'
GNULIB_MKNOD='0'
GNULIB_MKNODAT='0'
GNULIB_MKOSTEMP='0'
GNULIB_MKOSTEMPS='0'
GNULIB_MKSTEMP='0'
GNULIB_MKSTEMPS='0'
GNULIB_OBSTACK_PRINTF='0'
GNULIB_OBSTACK_PRINTF_POSIX='0'
GNULIB_OPEN='1'
GNULIB_OPENAT='0'
GNULIB_PERROR='1'
GNULIB_PIPE2='0'
GNULIB_POPEN='0'
GNULIB_PREAD='0'
GNULIB_PRINTF='1'
GNULIB_PRINTF_POSIX='0'
GNULIB_PUTC='1'
GNULIB_PUTCHAR='1'
GNULIB_PUTENV='0'
GNULIB_PUTS='1'
GNULIB_RANDOM_R='0'
GNULIB_RAWMEMCHR='0'
GNULIB_READLINK='0'
GNULIB_READLINKAT='0'
GNULIB_REALLOC_POSIX='1'
GNULIB_REALPATH='0'
GNULIB_RECV='0'
GNULIB_RECVFROM='0'
GNULIB_REMOVE='0'
GNULIB_RENAME='0'
GNULIB_RENAMEAT='0'
GNULIB_RMDIR='0'
GNULIB_RPMATCH='0'
GNULIB_SELECT='1'
GNULIB_SEND='0'
GNULIB_SENDTO='0'
GNULIB_SETENV='0'
GNULIB_SETSOCKOPT='1'
GNULIB_SHUTDOWN='0'
GNULIB_SIGACTION='0'
GNULIB_SIGNAL_H_SIGPIPE='0'
GNULIB_SIGPROCMASK='1'
GNULIB_SLEEP='1'
GNULIB_SNPRINTF='1'
GNULIB_SOCKET='1'
GNULIB_SPRINTF_POSIX='0'
GNULIB_STAT='1'
GNULIB_STDIO_H_SIGPIPE='0'
GNULIB_STPCPY='0'
GNULIB_STPNCPY='0'
GNULIB_STRCASESTR='1'
GNULIB_STRCHRNUL='0'
GNULIB_STRDUP='1'
GNULIB_STRERROR='1'
GNULIB_STRNDUP='1'
GNULIB_STRNLEN='1'
GNULIB_STRPBRK='0'
GNULIB_STRSEP='1'
GNULIB_STRSIGNAL='0'
GNULIB_STRSTR='0'
GNULIB_STRTOD='0'
GNULIB_STRTOK_R='0'
GNULIB_STRTOLL='0'
GNULIB_STRTOULL='0'
GNULIB_STRVERSCMP='0'
GNULIB_SYMLINK='1'
GNULIB_SYMLINKAT='0'
GNULIB_UNAME='1'
GNULIB_UNISTD_H_GETOPT='0'
GNULIB_UNISTD_H_SIGPIPE='0'
GNULIB_UNLINK='0'
GNULIB_UNLINKAT='0'
GNULIB_UNSETENV='0'
GNULIB_USLEEP='0'
GNULIB_UTIMENSAT='0'
GNULIB_VASPRINTF='0'
GNULIB_VDPRINTF='0'
GNULIB_VFPRINTF='1'
GNULIB_VFPRINTF_POSIX='0'
GNULIB_VPRINTF='1'
GNULIB_VPRINTF_POSIX='0'
GNULIB_VSNPRINTF='1'
GNULIB_VSPRINTF_POSIX='0'
GNULIB_WCRTOMB='1'
GNULIB_WCSNRTOMBS='0'
GNULIB_WCSRTOMBS='0'
GNULIB_WCTOB='1'
GNULIB_WCWIDTH='0'
GNULIB_WRITE='1'
GREP='/bin/grep'
GTKDOC_CHECK=''
GTK_DOC_USE_LIBTOOL_FALSE='#'
GTK_DOC_USE_LIBTOOL_TRUE=''
HAVE_ACCEPT4='1'
HAVE_ARPA_INET_H='1'
HAVE_ATOLL='1'
HAVE_BTOWC='1'
HAVE_CALLOC_POSIX='1'
HAVE_CANONICALIZE_FILE_NAME='1'
HAVE_CHOWN='1'
HAVE_CXX=''
HAVE_DECL_ENVIRON='1'
HAVE_DECL_FPURGE='1'
HAVE_DECL_FREEADDRINFO='1'
HAVE_DECL_GAI_STRERROR='1'
HAVE_DECL_GETADDRINFO='1'
HAVE_DECL_GETDELIM='1'
HAVE_DECL_GETLINE='1'
HAVE_DECL_GETLOADAVG='1'
HAVE_DECL_GETLOGIN_R='1'
HAVE_DECL_GETNAMEINFO='1'
HAVE_DECL_INET_NTOP='1'
HAVE_DECL_INET_PTON='1'
HAVE_DECL_MEMMEM='1'
HAVE_DECL_MEMRCHR='1'
HAVE_DECL_OBSTACK_PRINTF='1'
HAVE_DECL_SNPRINTF='1'
HAVE_DECL_STRDUP='1'
HAVE_DECL_STRERROR='1'
HAVE_DECL_STRNCASECMP='1'
HAVE_DECL_STRNDUP='1'
HAVE_DECL_STRNLEN='1'
HAVE_DECL_STRSIGNAL='1'
HAVE_DECL_STRTOK_R='1'
HAVE_DECL_VSNPRINTF='1'
HAVE_DECL_WCTOB='1'
HAVE_DECL_WCWIDTH='1'
HAVE_DPRINTF='1'
HAVE_DUP2='1'
HAVE_DUP3='1'
HAVE_EASY_BINDINGS_FALSE=''
HAVE_EASY_BINDINGS_TRUE='#'
HAVE_EUIDACCESS='1'
HAVE_FACCESSAT='1'
HAVE_FCHMODAT='1'
HAVE_FCHOWNAT='1'
HAVE_FSEEKO='1'
HAVE_FSTATAT='1'
HAVE_FSYNC='1'
HAVE_FTELLO='1'
HAVE_FTRUNCATE='1'
HAVE_FUTIMENS='1'
HAVE_GETDOMAINNAME='1'
HAVE_GETDTABLESIZE='1'
HAVE_GETGROUPS='1'
HAVE_GETHOSTNAME='1'
HAVE_GETPAGESIZE='1'
HAVE_GETSUBOPT='1'
HAVE_GETUSERSHELL='1'
HAVE_INTTYPES_H='1'
HAVE_ISWCNTRL='1'
HAVE_LCHMOD='1'
HAVE_LCHOWN='1'
HAVE_LINK='1'
HAVE_LINKAT='1'
HAVE_LONG_LONG_INT='1'
HAVE_LSTAT='1'
HAVE_LUA_FALSE='#'
HAVE_LUA_TRUE=''
HAVE_MALLOC_POSIX='1'
HAVE_MBRLEN='1'
HAVE_MBRTOWC='1'
HAVE_MBSINIT='1'
HAVE_MBSNRTOWCS='1'
HAVE_MBSRTOWCS='1'
HAVE_MEMPCPY='1'
HAVE_MKDIRAT='1'
HAVE_MKDTEMP='1'
HAVE_MKFIFO='1'
HAVE_MKFIFOAT='1'
HAVE_MKNOD='1'
HAVE_MKNODAT='1'
HAVE_MKOSTEMP='1'
HAVE_MKOSTEMPS='1'
HAVE_MKSTEMPS='1'
HAVE_NETDB_H='1'
HAVE_NETINET_IN_H=''
HAVE_OPENAT='1'
HAVE_OS_H='0'
HAVE_PERL_FALSE='#'
HAVE_PERL_TRUE=''
HAVE_PIPE2='1'
HAVE_POSIX_SIGNALBLOCKING='1'
HAVE_PREAD='1'
HAVE_PYTHON_FALSE='#'
HAVE_PYTHON_TRUE=''
HAVE_RANDOM_H='0'
HAVE_RANDOM_R='1'
HAVE_RAWMEMCHR='1'
HAVE_READLINK='1'
HAVE_READLINKAT='1'
HAVE_REALLOC_POSIX='1'
HAVE_REALPATH='1'
HAVE_RENAMEAT='1'
HAVE_RPMATCH='1'
HAVE_RUBY_FALSE=''
HAVE_RUBY_TRUE='#'
HAVE_SA_FAMILY_T='1'
HAVE_SETENV='1'
HAVE_SIGACTION='1'
HAVE_SIGINFO_T='1'
HAVE_SIGNED_SIG_ATOMIC_T=''
HAVE_SIGNED_WCHAR_T=''
HAVE_SIGNED_WINT_T=''
HAVE_SIGSET_T='1'
HAVE_SLEEP='1'
HAVE_STDINT_H='1'
HAVE_STPCPY='1'
HAVE_STPNCPY='1'
HAVE_STRCASECMP='1'
HAVE_STRCASESTR='1'
HAVE_STRCHRNUL='1'
HAVE_STRPBRK='1'
HAVE_STRSEP='1'
HAVE_STRTOD='1'
HAVE_STRTOLL='1'
HAVE_STRTOULL='1'
HAVE_STRUCT_ADDRINFO='1'
HAVE_STRUCT_RANDOM_DATA='1'
HAVE_STRUCT_SIGACTION_SA_SIGACTION='1'
HAVE_STRUCT_SOCKADDR_STORAGE='1'
HAVE_STRUCT_TIMEVAL='1'
HAVE_STRVERSCMP='1'
HAVE_SWIG_FALSE='#'
HAVE_SWIG_TRUE=''
HAVE_SYMLINK='1'
HAVE_SYMLINKAT='1'
HAVE_SYS_BITYPES_H=''
HAVE_SYS_INTTYPES_H=''
HAVE_SYS_IOCTL_H='1'
HAVE_SYS_LOADAVG_H='0'
HAVE_SYS_PARAM_H='0'
HAVE_SYS_SELECT_H=''
HAVE_SYS_SOCKET_H='1'
HAVE_SYS_TIME_H='1'
HAVE_SYS_TYPES_H='1'
HAVE_TYPE_VOLATILE_SIG_ATOMIC_T='1'
HAVE_UNAME='1'
HAVE_UNISTD_H='1'
HAVE_UNLINKAT='1'
HAVE_UNSETENV='1'
HAVE_UNSIGNED_LONG_LONG_INT='1'
HAVE_USLEEP='1'
HAVE_UTIMENSAT='1'
HAVE_VALGRIND_FALSE=''
HAVE_VALGRIND_TRUE='#'
HAVE_VASPRINTF='1'
HAVE_VDPRINTF='1'
HAVE_WCHAR_H='1'
HAVE_WCHAR_T='1'
HAVE_WCRTOMB='1'
HAVE_WCSNRTOMBS='1'
HAVE_WCSRTOMBS='1'
HAVE_WCTYPE_H='1'
HAVE_WINSOCK2_H='0'
HAVE_WINT_T='1'
HAVE_WS2TCPIP_H='0'
HAVE__BOOL='1'
HOSTENT_LIB=''
HTML_DIR='${datadir}/gtk-doc/html'
INCLTDL=''
INCLUDE_NEXT='include_next'
INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
INET_NTOP_LIB=''
INET_PTON_LIB=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_LTDL_FALSE=''
INSTALL_LTDL_TRUE='#'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/usr/bin/ld'
LDFLAGS=' -z relro -z now'
LEX='flex'
LEXLIB='-lfl'
LEX_OUTPUT_ROOT='lex.yy'
LIBADD_DL='-ldl '
LIBADD_DLD_LINK=''
LIBADD_DLOPEN='-ldl'
LIBADD_SHL_LOAD=''
LIBDIR='/usr/local/lib'
LIBGCRYPT_CFLAGS=''
LIBGCRYPT_CONFIG='/usr/bin/libgcrypt-config'
LIBGCRYPT_LIBS='-lgcrypt -lgpg-error'
LIBGNUTLS_CFLAGS=' '
LIBGNUTLS_CONFIG=''
LIBGNUTLS_EXTRA_CFLAGS=''
LIBGNUTLS_EXTRA_CONFIG=''
LIBGNUTLS_EXTRA_LIBS=''
LIBGNUTLS_LIBS='-lgnutls '
LIBINTL=''
LIBLTDL='-lltdl'
LIBMULTITHREAD='-lpthread'
LIBOBJS=''
LIBPRELUDECPP_SONAME='2:0:2'
LIBPRELUDE_CFLAGS=''
LIBPRELUDE_LIBS=' -lgnutls -lgcrypt -lgpg-error'
LIBPRELUDE_SONAME='20:1:18'
LIBPTH=''
LIBPTH_PREFIX=''
LIBS='-ldl '
LIBSOCKET=''
LIBTESTS_LIBDEPS=''
LIBTHREAD=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LOCALCHARSET_TESTS_ENVIRONMENT='CHARSETALIASDIR="$(top_builddir)/libmissing"'
LOCALE_FR='none'
LOCALE_FR_UTF8='none'
LOCALE_JA='none'
LOCALE_ZH_CN='none'
LOCALSTATEDIR='/usr/local/var'
LTALLOCA=''
LTDLDEPS=''
LTDLINCL=''
LTDLOPEN='libltdl'
LTLIBINTL=''
LTLIBMULTITHREAD='-lpthread'
LTLIBOBJS=''
LTLIBPTH=''
LTLIBTHREAD=''
LT_CONFIG_H='config.h'
LT_DLLOADERS=' dlopen.la'
LT_DLPREOPEN='-dlpreopen dlopen.la '
LUA_CFLAGS=' '
LUA_CONFIG=''
LUA_LIBS='-llua -lm '
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /home/manicman/abs/libprelude/libprelude-0.9.24.1/missing --run makeinfo'
MKDIR_P='/bin/mkdir -p'
NETDB_H=''
NETINET_IN_H=''
NEXT_ARPA_INET_H='<arpa/inet.h>'
NEXT_AS_FIRST_DIRECTIVE_ARPA_INET_H='<arpa/inet.h>'
NEXT_AS_FIRST_DIRECTIVE_ERRNO_H=''
NEXT_AS_FIRST_DIRECTIVE_FCNTL_H='<fcntl.h>'
NEXT_AS_FIRST_DIRECTIVE_FLOAT_H=''
NEXT_AS_FIRST_DIRECTIVE_NETDB_H='<netdb.h>'
NEXT_AS_FIRST_DIRECTIVE_NETINET_IN_H=''
NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H='<signal.h>'
NEXT_AS_FIRST_DIRECTIVE_STDDEF_H=''
NEXT_AS_FIRST_DIRECTIVE_STDINT_H='<stdint.h>'
NEXT_AS_FIRST_DIRECTIVE_STDIO_H='<stdio.h>'
NEXT_AS_FIRST_DIRECTIVE_STDLIB_H='<stdlib.h>'
NEXT_AS_FIRST_DIRECTIVE_STRINGS_H='<strings.h>'
NEXT_AS_FIRST_DIRECTIVE_STRING_H='<string.h>'
NEXT_AS_FIRST_DIRECTIVE_SYS_IOCTL_H='<sys/ioctl.h>'
NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H=''
NEXT_AS_FIRST_DIRECTIVE_SYS_SOCKET_H='<sys/socket.h>'
NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H='<sys/stat.h>'
NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H='<sys/time.h>'
NEXT_AS_FIRST_DIRECTIVE_TIME_H='<time.h>'
NEXT_AS_FIRST_DIRECTIVE_UNISTD_H='<unistd.h>'
NEXT_AS_FIRST_DIRECTIVE_WCHAR_H='<wchar.h>'
NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H='<wctype.h>'
NEXT_ERRNO_H=''
NEXT_FCNTL_H='<fcntl.h>'
NEXT_FLOAT_H=''
NEXT_NETDB_H='<netdb.h>'
NEXT_NETINET_IN_H=''
NEXT_SIGNAL_H='<signal.h>'
NEXT_STDDEF_H=''
NEXT_STDINT_H='<stdint.h>'
NEXT_STDIO_H='<stdio.h>'
NEXT_STDLIB_H='<stdlib.h>'
NEXT_STRINGS_H='<strings.h>'
NEXT_STRING_H='<string.h>'
NEXT_SYS_IOCTL_H='<sys/ioctl.h>'
NEXT_SYS_SELECT_H=''
NEXT_SYS_SOCKET_H='<sys/socket.h>'
NEXT_SYS_STAT_H='<sys/stat.h>'
NEXT_SYS_TIME_H='<sys/time.h>'
NEXT_TIME_H='<time.h>'
NEXT_UNISTD_H='<unistd.h>'
NEXT_WCHAR_H='<wchar.h>'
NEXT_WCTYPE_H='<wctype.h>'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='libprelude'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PCFLAGS=' -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security'
PERL='/usr/bin/perl'
PERL_EXTRA_PARAMS='INSTALLDIRS=site'
PKG_CONFIG='/usr/bin/pkg-config'
POLL_H=''
PRAGMA_SYSTEM_HEADER='#pragma GCC system_header'
PRELUDE_ADMIN_CFLAGS=''
PRELUDE_ADMIN_LIBS=''
PRELUDE_CONFIG_DIR='/usr/local/etc/prelude'
PRELUDE_SPOOL_DIR='/usr/local/var/spool/prelude'
PTHREAD_CFLAGS=''
PTHREAD_LDFLAGS=''
PTHREAD_LIBS='@LTLIBMULTITHREAD@'
PTRDIFF_T_SUFFIX=''
PYTHON='/usr/bin/python'
RANLIB='ranlib'
RELOCATABLE='no'
REPLACE_BTOWC='0'
REPLACE_CANONICALIZE_FILE_NAME='0'
REPLACE_CHOWN='0'
REPLACE_CLOSE='0'
REPLACE_DPRINTF='0'
REPLACE_DUP2='0'
REPLACE_DUP='0'
REPLACE_FCHDIR='0'
REPLACE_FCHOWNAT='0'
REPLACE_FCLOSE='0'
REPLACE_FFLUSH='0'
REPLACE_FOPEN='0'
REPLACE_FPRINTF='0'
REPLACE_FPURGE='0'
REPLACE_FREOPEN='0'
REPLACE_FSEEK='0'
REPLACE_FSEEKO='0'
REPLACE_FSTAT='0'
REPLACE_FSTATAT='0'
REPLACE_FTELL='0'
REPLACE_FTELLO='0'
REPLACE_FUTIMENS='0'
REPLACE_GETCWD='0'
REPLACE_GETGROUPS='0'
REPLACE_GETLINE='0'
REPLACE_GETPAGESIZE='0'
REPLACE_GETTIMEOFDAY='0'
REPLACE_ISWCNTRL='0'
REPLACE_LCHOWN='0'
REPLACE_LINK='0'
REPLACE_LINKAT='0'
REPLACE_LOCALTIME_R='0'
REPLACE_LSEEK='0'
REPLACE_LSTAT='0'
REPLACE_MBRLEN='0'
REPLACE_MBRTOWC='0'
REPLACE_MBSINIT='0'
REPLACE_MBSNRTOWCS='0'
REPLACE_MBSRTOWCS='0'
REPLACE_MBSTATE_T='0'
REPLACE_MEMCHR='0'
REPLACE_MEMMEM='0'
REPLACE_MKDIR='0'
REPLACE_MKFIFO='0'
REPLACE_MKNOD='0'
REPLACE_MKSTEMP='0'
REPLACE_MKTIME='0'
REPLACE_NANOSLEEP='GNULIB_PORTCHECK'
REPLACE_NULL='0'
REPLACE_OBSTACK_PRINTF='0'
REPLACE_OPEN='0'
REPLACE_OPENAT='0'
REPLACE_PERROR='0'
REPLACE_POPEN='0'
REPLACE_PREAD='0'
REPLACE_PRINTF='0'
REPLACE_PUTENV='0'
REPLACE_READLINK='0'
REPLACE_REALPATH='0'
REPLACE_REMOVE='0'
REPLACE_RENAME='0'
REPLACE_RENAMEAT='0'
REPLACE_RMDIR='0'
REPLACE_SELECT='0'
REPLACE_SETENV='0'
REPLACE_SLEEP='0'
REPLACE_SNPRINTF='0'
REPLACE_SPRINTF='0'
REPLACE_STAT='0'
REPLACE_STDIO_WRITE_FUNCS='0'
REPLACE_STRCASESTR='0'
REPLACE_STRDUP='0'
REPLACE_STRERROR='0'
REPLACE_STRNDUP='0'
REPLACE_STRPTIME='0'
REPLACE_STRSIGNAL='0'
REPLACE_STRSTR='0'
REPLACE_STRTOD='0'
REPLACE_STRTOK_R='0'
REPLACE_SYMLINK='0'
REPLACE_TIMEGM='0'
REPLACE_UNLINK='0'
REPLACE_UNLINKAT='0'
REPLACE_UNSETENV='0'
REPLACE_USLEEP='0'
REPLACE_UTIMENSAT='0'
REPLACE_VASPRINTF='0'
REPLACE_VDPRINTF='0'
REPLACE_VFPRINTF='0'
REPLACE_VPRINTF='0'
REPLACE_VSNPRINTF='0'
REPLACE_VSPRINTF='0'
REPLACE_WCRTOMB='0'
REPLACE_WCSNRTOMBS='0'
REPLACE_WCSRTOMBS='0'
REPLACE_WCTOB='0'
REPLACE_WCWIDTH='0'
REPLACE_WRITE='0'
RUBY='/usr/bin/ruby'
RUBY_CCFLAGS='-march=i686 -mtune=generic -O2 -pipe -O2 -g -Wall -Wno-parentheses -fPIC'
RUBY_EXEC_PREFIX='${exec_prefix}'
RUBY_INCLUDES=' -I/usr/lib/ruby/1.9.1/i686-linux -I/usr/include/ruby-1.9.1'
RUBY_LIBS='-L/usr/lib/ruby/1.9.1/i686-linux -Wl,-R -Wl,/usr/lib -L/usr/lib -lruby'
RUBY_PLATFORM='i686-linux'
RUBY_PREFIX='${prefix}'
RUBY_VERSION='1.9.1'
SED='/bin/sed'
SERVENT_LIB=''
SET_MAKE=''
SHELL='/bin/sh'
SIG_ATOMIC_T_SUFFIX=''
SIZE_T_SUFFIX=''
STDBOOL_H=''
STDDEF_H=''
STDINT_H=''
STRIP='strip'
SWIG='/usr/bin/swig'
SYSCONFDIR='/usr/local/etc'
SYS_IOCTL_H=''
SYS_IOCTL_H_HAVE_WINSOCK2_H='0'
SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS='0'
SYS_SELECT_H=''
SYS_SOCKET_H=''
SYS_TIME_H=''
SYS_TIME_H_DEFINES_STRUCT_TIMESPEC='0'
SYS_UTSNAME_H=''
TIME_H_DEFINES_STRUCT_TIMESPEC='1'
UNDEFINE_STRTOK_R='0'
UNISTD_H_HAVE_WINSOCK2_H='0'
UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS='0'
VALGRIND='no'
VERSION='0.9.24.1'
WCHAR_H=''
WCHAR_T_SUFFIX=''
WCTYPE_H=''
WINT_T_SUFFIX=''
YACC='bison -y'
YFLAGS=''
YIELD_LIB='-lrt'
__PRELUDE_64BIT_FORMAT_PREFIX=''
__PRELUDE_HAVE_64BIT_LONG='/* #define __PRELUDE_HAVE_64BIT_LONG */'
__PRELUDE_HAVE_INTTYPES_H='#define __PRELUDE_HAVE_INTTYPES_H'
__PRELUDE_HAVE_STDINT_H='#define __PRELUDE_HAVE_STDINT_H'
__PRELUDE_STDINT_HAVE_UINT16='#define __PRELUDE_STDINT_HAVE_UINT16'
__PRELUDE_STDINT_HAVE_UINT32='#define __PRELUDE_STDINT_HAVE_UINT32'
__PRELUDE_STDINT_HAVE_UINT64='#define __PRELUDE_STDINT_HAVE_UINT64'
__PRELUDE_STDINT_HAVE_UINT8='#define __PRELUDE_STDINT_HAVE_UINT8'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='${prefix}'
gl_LIBOBJS=' asnprintf.o printf-args.o printf-parse.o vasnprintf.o'
gl_LTLIBOBJS=' asnprintf.lo printf-args.lo printf-parse.lo vasnprintf.lo'
gltests_LIBOBJS=''
gltests_LTLIBOBJS=''
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/manicman/abs/libprelude/libprelude-0.9.24.1/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
lt_ECHO='echo'
ltdl_LIBOBJS=' lt__strl.o'
ltdl_LTLIBOBJS=' lt__strl.lo'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkgrbexecdir='${rbexecdir}/libprelude'
pkgrubydir='${rubydir}/libprelude'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
rbexecdir='$(prefix)/lib/ruby/site_ruby/1.9.1/i686-linux'
rubydir='$(prefix)/lib/ruby/1.9.1/i686-linux'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sys_symbol_underscore='no'
sysconfdir='${prefix}/etc'
target='i686-pc-linux-gnu'
target_alias=''
target_cpu='i686'
target_os='linux-gnu'
target_vendor='pc'

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE "libprelude"
#define VERSION "0.9.24.1"
#define YYTEXT_POINTER 1
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define HAVE_FSEEKO 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define LT_MODULE_EXT ".so"
#define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
#define LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib/libfakeroot:/opt/qt/lib:/opt/kde/lib"
#define HAVE_LIBDL 1
#define HAVE_DLERROR 1
#define HAVE_LIBDLLOADER 1
#define HAVE_ARGZ_H 1
#define HAVE_ERROR_T 1
#define HAVE_ARGZ_ADD 1
#define HAVE_ARGZ_APPEND 1
#define HAVE_ARGZ_COUNT 1
#define HAVE_ARGZ_CREATE_SEP 1
#define HAVE_ARGZ_INSERT 1
#define HAVE_ARGZ_NEXT 1
#define HAVE_ARGZ_STRINGIFY 1
#define HAVE_WORKING_ARGZ 1
#define HAVE_PRELOADED_SYMBOLS 1
#define HAVE_LTDL 1
#define HAVE_UNISTD_H 1
#define HAVE_DIRENT_H 1
#define HAVE_CLOSEDIR 1
#define HAVE_OPENDIR 1
#define HAVE_READDIR 1
#define LT_LIBEXT "a"
#define __PRELUDE_FUNC__ __func__
#define HAVE_GNUTLS_X509_CRT_LIST_IMPORT /**/
#define HAVE_GNUTLS_STRING_PRIORITY /**/
#define HAVE_STRUCT_SOCKADDR_IN6 1
#define HAVE_IPV6 /**/
#define HAVE_VARIADIC_MACROS 1
#define PRELUDE_VA_COPY va_copy
#define HAVE_LUA 1
#define HAVE_LUA_H 1
#define HAVE_LUA_H 1
#define HAVE_LAUXLIB_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_ARPA_INET_H 1
#define HAVE_ERRNO_H 1
#define HAVE_FLOAT_H 1
#define HAVE_NETDB_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_STDIO_EXT_H 1
#define HAVE_TERMIOS_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_LOCALE_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SIGNAL_H 1
#define HAVE_STDDEF_H 1
#define HAVE_STDINT_H 1
#define HAVE_WCHAR_H 1
#define HAVE_STDIO_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_STRINGS_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_UTSNAME_H 1
#define HAVE_TIME_H 1
#define HAVE_WCTYPE_H 1
#define HAVE_FCNTL_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_SYS_UN_H 1
#define HAVE_NETINET_TCP_H 1
#define HAVE_SHUTDOWN 1
#define HAVE_STRUCT_SOCKADDR_STORAGE 1
#define HAVE_SA_FAMILY_T 1
#define HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define HAVE_BTOWC 1
#define HAVE_DUP2 1
#define HAVE___FSETLOCKING 1
#define HAVE_TCGETATTR 1
#define HAVE_TCSETATTR 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_MBSINIT 1
#define HAVE_MBRTOWC 1
#define HAVE_MPROTECT 1
#define HAVE_ALARM 1
#define HAVE_PATHCONF 1
#define HAVE_ISBLANK 1
#define HAVE_ISWCTYPE 1
#define HAVE_WCSCOLL 1
#define HAVE_SLEEP 1
#define HAVE_STRNDUP 1
#define HAVE_WCRTOMB 1
#define HAVE_ISWCNTRL 1
#define HAVE_LSTAT 1
#define HAVE_SYMLINK 1
#define HAVE_SHUTDOWN 1
#define HAVE_WCTOB 1
#define HAVE_LANGINFO_CODESET 1
#define USE_POSIX_THREADS 1
#define USE_POSIX_THREADS_WEAK 1
#define HAVE_GETHOSTBYNAME 1
#define HAVE_GETSERVBYNAME 1
#define HAVE_IPV4 1
#define HAVE_IPV6 1
#define restrict __restrict
#define HAVE_DECL_INET_NTOP 1
#define HAVE_DECL_GETDELIM 1
#define HAVE_DECL_GETLINE 1
#define HAVE_DECL_GETPASS 1
#define HAVE_DECL_FFLUSH_UNLOCKED 1
#define HAVE_DECL_FLOCKFILE 1
#define HAVE_DECL_FPUTS_UNLOCKED 1
#define HAVE_DECL_FUNLOCKFILE 1
#define HAVE_DECL_PUTC_UNLOCKED 1
#define HAVE_WORKING_O_NOATIME 1
#define HAVE_WORKING_O_NOFOLLOW 1
#define HAVE_DECL_GETC_UNLOCKED 1
#define HAVE_MBSTATE_T 1
#define HAVE_MAP_ANONYMOUS 1
#define HAVE_MEMCHR 1
#define HAVE_DECL_MEMMEM 1
#define HAVE_MEMMEM 1
#define HAVE_MINMAX_IN_SYS_PARAM_H 1
#define INSTALLPREFIX "/usr/local"
#define HAVE_DECL_SNPRINTF 1
#define HAVE__BOOL 1
#define HAVE_STDBOOL_H 1
#define HAVE_WCHAR_T 1
#define HAVE_LONG_LONG_INT 1
#define HAVE_UNSIGNED_LONG_LONG_INT 1
#define HAVE_STRCASESTR 1
#define HAVE_DECL_STRDUP 1
#define HAVE_DECL_STRNDUP 1
#define HAVE_DECL_STRNLEN 1
#define HAVE_TM_GMTOFF 1
#define HAVE_WINT_T 1
#define HAVE_INTTYPES_H_WITH_UINTMAX 1
#define HAVE_STDINT_H_WITH_UINTMAX 1
#define HAVE_INTMAX_T 1
#define HAVE_SNPRINTF 1
#define HAVE_STRNLEN 1
#define HAVE_WCSLEN 1
#define HAVE_WCSNLEN 1
#define HAVE_MBRTOWC 1
#define HAVE_WCRTOMB 1
#define HAVE_DECL__SNPRINTF 0
#define HAVE_DECL_VSNPRINTF 1
#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
#define HAVE_DECL_ALARM 1
#define PROMOTED_MODE_T mode_t
#define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
#define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
#define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
#define HAVE_ALLOCA 1
#define REPLACE_DUP2 0
#define HAVE_FTW 1
#define HAVE_DECL_GETADDRINFO 1
#define HAVE_DECL_FREEADDRINFO 1
#define HAVE_DECL_GAI_STRERROR 1
#define HAVE_DECL_GETNAMEINFO 1
#define HAVE_STRUCT_ADDRINFO 1
#define HAVE_GETDELIM 1
#define HAVE_GETHOSTNAME 1
#define HAVE_GETPASS 1
#define HAVE_GETHOSTBYNAME 1
#define HAVE_DECL_INET_NTOP 1
#define HAVE_DECL_INET_PTON 1
#define GNULIB_IOCTL 1
#define HAVE_PTHREAD_RWLOCK 1
#define HAVE_PTHREAD_MUTEX_RECURSIVE 1
#define HAVE_STDLIB_H 1
#define HAVE_MALLOC 1
#define GNULIB_MALLOC_GNU 1
#define HAVE_MALLOC_POSIX 1
#define HAVE_MEMMEM 1
#define HAVE_POLL_H 1
#define HAVE_POLL 1
#define HAVE_REALLOC_POSIX 1
#define HAVE_GETSERVBYNAME 1
#define HAVE_STDINT_H 1
#define HAVE_DECL_SLEEP 1
#define HAVE_SNPRINTF 1
#define HAVE_STRUCT_RANDOM_DATA 1
#define HAVE_STRCASECMP 1
#define HAVE_STRNCASECMP 1
#define HAVE_DECL_STRNCASECMP 1
#define HAVE_STRCASESTR 1
#define HAVE_STRDUP 1
#define HAVE_STRDUP 1
#define HAVE_STRPTIME 1
#define HAVE_STRSEP 1
#define HAVE_SHUTDOWN 1
#define HAVE_STRUCT_SOCKADDR_STORAGE 1
#define HAVE_SA_FAMILY_T 1
#define HAVE_PTHREAD_ATFORK 1
#define HAVE_TIMEGM 1
#define HAVE_DECL_TIMEGM 1
#define HAVE_UNAME 1
#define HAVE_VSNPRINTF 1
#define HAVE_STDINT_H 1
#define HAVE_GETPAGESIZE 1
#define HAVE_MAP_ANONYMOUS 1
#define GNULIB_OPEN 1
#define HAVE_WCHAR_T 1
#define HAVE_WINT_T 1
#define HAVE_DECL_WCTOB 1
#define HAVE_UID_T 1
#define HAVE_GID_T 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_LONG_LONG_INT 1
#define _FILE_OFFSET_BITS 64
#define HAVE_FTRUNCATE 1
#define SIZEOF_LONG 4
#define PRELUDE_SPOOL_DIR "/usr/local/var/spool/prelude"
#define PRELUDE_CONFIG_DIR "/usr/local/etc/prelude"
#define INSTALLDIR "/usr/local/lib"

configure: exit 0
    (1-1/1)