[pgpool-general: 3266] Build pgpool-II on Solaris 11

Алан Мангашев manav at reso.ru
Tue Nov 11 17:31:58 JST 2014


Hello!
I have some troubles with compile Pgpool on solaris 11 system.
My binary distributive of postgresql dowloaded from official site 
(postgresql.org). My configure parameters: ./configure 
--prefix=/opt/pgpool-II --with-openssl --with-pgsql=/opt/postgres/9.3-pgdg.
But after "gmake" I get the following errors:
Making all in src
gmake[1]: Entering directory `/export/home/manav/pgpool-II-3.4.0/src'
Making all in parser
gmake[2]: Entering directory `/export/home/manav/pgpool-II-3.4.0/src/parser'
gcc -DHAVE_CONFIG_H -I. -I../../src/include  -D_GNU_SOURCE -I 
../../src/include/parser -I /opt/postgres/9.3-pgdg/include   -g -O2 
-Wall -Wmissing-prototypes -Wmissing-declarations -MT copyfuncs.o -MD 
-MP -MF .deps/copyfuncs.Tpo -c -o copyfuncs.o copyfuncs.c
mv -f .deps/copyfuncs.Tpo .deps/copyfuncs.Po
gcc -DHAVE_CONFIG_H -I. -I../../src/include  -D_GNU_SOURCE -I 
../../src/include/parser -I /opt/postgres/9.3-pgdg/include   -g -O2 
-Wall -Wmissing-prototypes -Wmissing-declarations -MT gram.o -MD -MP -MF 
.deps/gram.Tpo -c -o gram.o gram.c
In file included from ../../src/include/utils/elog.h:20:0,
                  from gram.y:50:
../../src/include/parser/stringinfo.h:25:67: error: unknown type name 
‘va_list’
  extern int pg_vsnprintf(char *str, size_t count, const char *fmt, 
va_list args);
                                                                    ^
In file included from ../../src/include/utils/elog.h:20:0,
                  from gram.y:50:
../../src/include/parser/stringinfo.h:135:53: error: unknown type name 
‘va_list’
  appendStringInfoVA(StringInfo str, const char *fmt, va_list args)
                                                      ^
In file included from ../../src/include/utils/elog.h:21:0,
                  from gram.y:50:
../../src/include/utils/palloc.h:111:52: error: unknown type name ‘va_list’
  pvsnprintf(char *buf, size_t len, const char *fmt, va_list args)
                                                     ^
gmake[2]: *** [gram.o] Error 1
gmake[2]: Leaving directory `/export/home/manav/pgpool-II-3.4.0/src/parser'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/export/home/manav/pgpool-II-3.4.0/src'
gmake: *** [all-recursive] Error 1

Also I attached my config.log.
Any ideas?

-- 
С уважением,
Мангашев Алан
Системный администратор
Отдел системного администрирования УИТ
ОСАО "Ресо-Гарантия"
тел: (495) 730-30-00 доб. 1589

-------------- next part --------------
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 --prefix=/opt/pgpool-II --with-openssl --with-pgsql=/opt/postgres/9.3-pgdg

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

hostname = solaris
uname -m = i86pc
uname -r = 5.11
uname -s = SunOS
uname -v = 11.2

/usr/bin/uname -p = i386
/bin/uname -X     = System = SunOS
Node = solaris
Release = 5.11
KernelID = 11.2
Machine = i86pc
BusType = <unknown>
Serial = <unknown>
Users = <unknown>
OEM# = 0
Origin# = 1
NumCPU = 2

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

PATH: /usr/bin
PATH: /usr/sbin


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

configure:1978: checking for gcc
configure:1994: found /usr/bin/gcc
configure:2005: result: gcc
configure:2237: checking for C compiler version
configure:2245: gcc --version >&5
gcc (GCC) 4.8.2
Copyright (C) 2013 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:2249: $? = 0
configure:2256: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/gcc/4.8/lib/gcc/i386-pc-solaris2.11/4.8.2/lto-wrapper
Target: i386-pc-solaris2.11
Configured with: /builds/hudson/workspace/nightly-update/build/i386/components/gcc48/gcc-4.8.2/configure CC=/usr/gcc/4.7/bin/gcc CXX=/usr/gcc/4.7/bin/g++ --prefix=/usr/gcc/4.8 --mandir=/usr/gcc/4.8/share/man --bindir=/usr/gcc/4.8/bin --libdir=/usr/gcc/4.8/lib --sbindir=/usr/gcc/4.8/sbin --infodir=/usr/gcc/4.8/share/info --libexecdir=/usr/gcc/4.8/lib --enable-languages=c,c++,fortran,objc --enable-shared --with-gmp-include=/usr/include/gmp --with-mpfr-include=/usr/include/mpfr --without-gnu-ld --with-ld=/usr/bin/ld --with-gnu-as --with-as=/usr/gnu/bin/as CFLAGS='-g -O2  -mtune=opteron -march=opteron' CXXFLAGS='-g -O2 -mtune=opteron -march=opteron'
Thread model: posix
gcc version 4.8.2 (GCC) 
configure:2260: $? = 0
configure:2267: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:2271: $? = 1
configure:2294: checking for C compiler default output file name
configure:2316: gcc    conftest.c  >&5
configure:2320: $? = 0
configure:2358: result: a.out
configure:2377: checking whether the C compiler works
configure:2387: ./a.out
configure:2391: $? = 0
configure:2410: result: yes
configure:2417: checking whether we are cross compiling
configure:2419: result: no
configure:2422: checking for suffix of executables
configure:2429: gcc -o conftest    conftest.c  >&5
configure:2433: $? = 0
configure:2459: result: 
configure:2465: checking for suffix of object files
configure:2491: gcc -c   conftest.c >&5
configure:2495: $? = 0
configure:2520: result: o
configure:2524: checking whether we are using the GNU C compiler
configure:2553: gcc -c   conftest.c >&5
configure:2560: $? = 0
configure:2577: result: yes
configure:2586: checking whether gcc accepts -g
configure:2616: gcc -c -g  conftest.c >&5
configure:2623: $? = 0
configure:2724: result: yes
configure:2741: checking for gcc option to accept ISO C89
configure:2815: gcc  -c -g -O2  conftest.c >&5
configure:2822: $? = 0
configure:2845: result: none needed
configure:2911: checking for a BSD-compatible install
configure:2979: result: /usr/bin/ginstall -c
configure:2990: checking whether build environment is sane
configure:3050: result: yes
configure:3191: checking for a thread-safe mkdir -p
configure:3230: result: /usr/bin/gmkdir -p
configure:3243: checking for gawk
configure:3259: found /usr/bin/gawk
configure:3270: result: gawk
configure:3281: checking whether make sets $(MAKE)
configure:3303: result: yes
configure:3333: checking for style of include used by make
configure:3361: result: GNU
configure:3439: checking dependency style of gcc
configure:3549: result: gcc3
configure:3597: checking build system type
configure:3615: result: i386-pc-solaris2.11
configure:3637: checking host system type
configure:3652: result: i386-pc-solaris2.11
configure:3695: checking how to print strings
configure:3724: result: print -r
configure:3743: checking for a sed that does not truncate output
configure:3809: result: /usr/bin/gsed
configure:3827: checking for grep that handles long lines and -e
configure:3887: result: /usr/bin/ggrep
configure:3892: checking for egrep
configure:3956: result: /usr/bin/ggrep -E
configure:3961: checking for fgrep
configure:4025: result: /usr/bin/ggrep -F
configure:4060: checking for ld used by gcc
configure:4127: result: /usr/bin/ld
configure:4136: checking if the linker (/usr/bin/ld) is GNU ld
configure:4151: result: no
configure:4163: checking for BSD- or MS-compatible name lister (nm)
configure:4212: result: /usr/bin/nm -p
configure:4342: checking the name lister (/usr/bin/nm -p) interface
configure:4349: gcc -c -g -O2  conftest.c >&5
configure:4352: /usr/bin/nm -p "conftest.o"
configure:4355: output


conftest.o:
0000000000 s 
0000000000 s 
0000000000 s 
0000000000 b 
0000000000 s 
0000000000 s 
0000000000 s 
0000000000 s 
0000000000 s 
0000000000 f conftest.c
0000000000 B some_variable
configure:4362: result: BSD nm
configure:4365: checking whether ln -s works
configure:4369: result: yes
configure:4377: checking the maximum length of command line arguments
configure:4507: result: 786240
configure:4524: checking whether the shell understands some XSI constructs
configure:4534: result: yes
configure:4538: checking whether the shell understands "+="
configure:4544: result: yes
configure:4579: checking how to convert i386-pc-solaris2.11 file names to i386-pc-solaris2.11 format
configure:4619: result: func_convert_file_noop
configure:4626: checking how to convert i386-pc-solaris2.11 file names to toolchain format
configure:4646: result: func_convert_file_noop
configure:4653: checking for /usr/bin/ld option to reload object files
configure:4660: result: -r
configure:4734: checking for objdump
configure:4764: result: no
configure:4793: checking how to recognize dependent libraries
configure:4995: result: pass_all
configure:5080: checking for dlltool
configure:5110: result: no
configure:5140: checking how to associate runtime and link libraries
configure:5167: result: print -r --
configure:5228: checking for ar
configure:5244: found /usr/bin/ar
configure:5255: result: ar
configure:5292: checking for archiver @FILE support
configure:5319: gcc -c -g -O2  conftest.c >&5
configure:5326: $? = 0
configure:5333: ar cru libconftest.a @conftest.lst >&5
ar: cannot open @conftest.lst: No such file or directory
ar: @conftest.lst not found
configure:5336: $? = 1
configure:5362: result: no
configure:5420: checking for strip
configure:5436: found /usr/bin/strip
configure:5447: result: strip
configure:5519: checking for ranlib
configure:5535: found /usr/bin/ranlib
configure:5546: result: ranlib
configure:5648: checking command to parse /usr/bin/nm -p output from gcc object
configure:5768: gcc -c -g -O2  conftest.c >&5
configure:5771: $? = 0
configure:5775: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[ ]\([BDRT][BDRT]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:5778: $? = 0
configure:5844: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:5847: $? = 0
configure:5885: result: ok
configure:5922: checking for sysroot
configure:5954: result: no
configure:6159: gcc -c -g -O2  conftest.c >&5
configure:6162: $? = 0
configure:6239: checking for mt
configure:6255: found /usr/bin/mt
configure:6266: result: mt
configure:6289: checking if mt is a manifest tool
configure:6295: mt '-?'
mt: unknown command: -?
configure:6303: result: no
configure:6974: checking how to run the C preprocessor
configure:7014: gcc -E  conftest.c
configure:7021: $? = 0
configure:7052: gcc -E  conftest.c
conftest.c:8:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:7059: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7092: result: gcc -E
configure:7121: gcc -E  conftest.c
configure:7128: $? = 0
configure:7159: gcc -E  conftest.c
conftest.c:8:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:7166: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7206: checking for ANSI C header files
configure:7236: gcc -c -g -O2  conftest.c >&5
configure:7243: $? = 0
configure:7342: gcc -o conftest -g -O2   conftest.c  >&5
configure:7346: $? = 0
configure:7352: ./conftest
configure:7356: $? = 0
configure:7374: result: yes
configure:7398: checking for sys/types.h
configure:7419: gcc -c -g -O2  conftest.c >&5
configure:7426: $? = 0
configure:7443: result: yes
configure:7398: checking for sys/stat.h
configure:7419: gcc -c -g -O2  conftest.c >&5
configure:7426: $? = 0
configure:7443: result: yes
configure:7398: checking for stdlib.h
configure:7419: gcc -c -g -O2  conftest.c >&5
configure:7426: $? = 0
configure:7443: result: yes
configure:7398: checking for string.h
configure:7419: gcc -c -g -O2  conftest.c >&5
configure:7426: $? = 0
configure:7443: result: yes
configure:7398: checking for memory.h
configure:7419: gcc -c -g -O2  conftest.c >&5
configure:7426: $? = 0
configure:7443: result: yes
configure:7398: checking for strings.h
configure:7419: gcc -c -g -O2  conftest.c >&5
configure:7426: $? = 0
configure:7443: result: yes
configure:7398: checking for inttypes.h
configure:7419: gcc -c -g -O2  conftest.c >&5
configure:7426: $? = 0
configure:7443: result: yes
configure:7398: checking for stdint.h
configure:7419: gcc -c -g -O2  conftest.c >&5
configure:7426: $? = 0
configure:7443: result: yes
configure:7398: checking for unistd.h
configure:7419: gcc -c -g -O2  conftest.c >&5
configure:7426: $? = 0
configure:7443: result: yes
configure:7461: checking for dlfcn.h
configure:7482: gcc -c -g -O2  conftest.c >&5
configure:7489: $? = 0
configure:7506: result: yes
configure:7714: checking for objdir
configure:7729: result: .libs
configure:8000: checking if gcc supports -fno-rtti -fno-exceptions
configure:8018: 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 [enabled by default]
configure:8022: $? = 0
configure:8035: result: no
configure:8362: checking for gcc option to produce PIC
configure:8369: result: -fPIC -DPIC
configure:8377: checking if gcc PIC flag -fPIC -DPIC works
configure:8395: gcc -c -g -O2  -fPIC -DPIC -DPIC conftest.c >&5
configure:8399: $? = 0
configure:8412: result: yes
configure:8441: checking if gcc static flag -static works
configure:8469: result: no
configure:8484: checking if gcc supports -c -o file.o
configure:8505: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:8509: $? = 0
configure:8531: result: yes
configure:8539: checking if gcc supports -c -o file.o
configure:8586: result: yes
configure:8619: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
configure:9867: result: yes
configure:9904: checking whether -lc should be explicitly linked in
configure:9912: gcc -c -g -O2  conftest.c >&5
configure:9915: $? = 0
configure:9930: gcc -shared  -fPIC -DPIC -Wl,-z -Wl,text -Wl,-h -Wl,conftest -o conftest conftest.o  -v 2\>\&1 \| /usr/bin/ggrep  -lc  \>/dev/null 2\>\&1
configure:9933: $? = 0
configure:9947: result: no
configure:10107: checking dynamic linker characteristics
configure:10884: result: solaris2.11 ld.so
configure:10991: checking how to hardcode library paths into programs
configure:11016: result: immediate
configure:11869: checking whether stripping libraries is possible
configure:11891: result: no
configure:11909: checking if libtool supports shared libraries
configure:11911: result: yes
configure:11914: checking whether to build shared libraries
configure:11935: result: yes
configure:11938: checking whether to build static libraries
configure:11942: result: yes
configure:11984: checking for flex
configure:12014: result: no
configure:11984: checking for lex
configure:12000: found /usr/bin/lex
configure:12011: result: lex
configure:12048: lex conftest.l
configure:12052: $? = 0
configure:12054: checking lex output file root
configure:12070: result: lex.yy
configure:12075: checking lex library
configure:12094: gcc -o conftest -g -O2   conftest.c   >&5
Undefined			first referenced
 symbol  			    in file
yyreject                            /var/tmp//ccGJayjv.o
yyless                              /var/tmp//ccGJayjv.o
yywrap                              /var/tmp//ccGJayjv.o
ld: fatal: symbol referencing errors
collect2: error: ld returned 1 exit status
configure:12101: $? = 1
configure: failed program was:
| #include <stdio.h>
| #include <stdlib.h>
| #include <inttypes.h>
| # define U(x) x
| # define NLSTATE yyprevious=YYNEWLINE
| # define BEGIN yybgin = yysvec + 1 +
| # define INITIAL 0
| # define YYLERR yysvec
| # define YYSTATE (yyestate-yysvec-1)
| # define YYOPTIM 1
| # ifndef YYLMAX 
| # define YYLMAX BUFSIZ
| # endif 
| #ifndef __cplusplus
| # define output(c) (void)putc(c,yyout)
| #else
| # define lex_output(c) (void)putc(c,yyout)
| #endif
| 
| #if defined(__cplusplus) || defined(__STDC__)
| 
| #if defined(__cplusplus) && defined(__EXTERN_C__)
| extern "C" {
| #endif
| 	int yyback(int *, int);
| 	int yyinput(void);
| 	int yylook(void);
| 	void yyoutput(int);
| 	int yyracc(int);
| 	int yyreject(void);
| 	void yyunput(int);
| 	int yylex(void);
| #ifdef YYLEX_E
| 	void yywoutput(wchar_t);
| 	wchar_t yywinput(void);
| 	void yywunput(wchar_t);
| #endif
| #ifndef yyless
| 	int yyless(int);
| #endif
| #ifndef yywrap
| 	int yywrap(void);
| #endif
| #ifdef LEXDEBUG
| 	void allprint(char);
| 	void sprint(char *);
| #endif
| #if defined(__cplusplus) && defined(__EXTERN_C__)
| }
| #endif
| 
| #ifdef __cplusplus
| extern "C" {
| #endif
| 	void exit(int);
| #ifdef __cplusplus
| }
| #endif
| 
| #endif
| # define unput(c) {yytchar= (c);if(yytchar=='\n')yylineno--;*yysptr++=yytchar;}
| # define yymore() (yymorfg=1)
| #ifndef __cplusplus
| # define input() (((yytchar=yysptr>yysbuf?U(*--yysptr):getc(yyin))==10?(yylineno++,yytchar):yytchar)==EOF?0:yytchar)
| #else
| # define lex_input() (((yytchar=yysptr>yysbuf?U(*--yysptr):getc(yyin))==10?(yylineno++,yytchar):yytchar)==EOF?0:yytchar)
| #endif
| #define ECHO fprintf(yyout, "%s",yytext)
| # define REJECT { nstr = yyreject(); goto yyfussy;}
| int yyleng;
| #define YYISARRAY
| char yytext[YYLMAX];
| int yymorfg;
| extern char *yysptr, yysbuf[];
| int yytchar;
| FILE *yyin = {stdin}, *yyout = {stdout};
| extern int yylineno;
| struct yysvf { 
| 	struct yywork *yystoff;
| 	struct yysvf *yyother;
| 	int *yystops;};
| struct yysvf *yyestate;
| extern struct yysvf yysvec[], *yybgin;
| # define YYNEWLINE 10
| int yylex(){
| int nstr; extern int yyprevious;
| #ifdef __cplusplus
| /* to avoid CC and lint complaining yyfussy not being used ...*/
| static int __lex_hack = 0;
| if (__lex_hack) goto yyfussy;
| #endif
| while((nstr = yylook()) >= 0)
| yyfussy: switch(nstr){
| case 0:
| if(yywrap()) return(0); break;
| case 1:
| 
| # line 2 "conftest.l"
| { ECHO; }
| break;
| case 2:
| 
| # line 3 "conftest.l"
| { REJECT; }
| break;
| case 3:
| 
| # line 4 "conftest.l"
| { yymore (); }
| break;
| case 4:
| 
| # line 5 "conftest.l"
| { yyless (1); }
| break;
| case 5:
| 
| # line 6 "conftest.l"
| { yyless (input () != 0); }
| break;
| case 6:
| 
| # line 7 "conftest.l"
| { unput (yytext[0]); }
| break;
| case 7:
| 
| # line 8 "conftest.l"
| { BEGIN INITIAL; }
| break;
| case -1:
| break;
| default:
| (void)fprintf(yyout,"bad switch yylook %d",nstr);
| } return(0); }
| /* end of yylex */
| 
| # line 10 "conftest.l"
| #ifdef YYTEXT_POINTER
| extern char *yytext;
| #endif
| int
| main (void)
| {
|   return ! yylex () + ! yywrap ();
| }
| int yyvstop[] = {
| 0,
| 
| 7,
| 0, 
| 
| 1,
| 7,
| 0, 
| 
| 2,
| 7,
| 0, 
| 
| 3,
| 7,
| 0, 
| 
| 4,
| 7,
| 0, 
| 
| 5,
| 7,
| 0, 
| 
| 6,
| 7,
| 0, 
| 0};
| # define YYTYPE unsigned char
| struct yywork { YYTYPE verify, advance; } yycrank[] = {
| 0,0,	0,0,	1,3,	0,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	0,0,	0,0,	1,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	2,0,	0,0,	0,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	0,0,	1,4,	1,5,	
| 1,6,	1,7,	1,8,	1,9,	
| 2,4,	2,5,	2,6,	2,7,	
| 2,8,	2,9,	0,0,	0,0,	
| 0,0};
| struct yysvf yysvec[] = {
| 0,	0,	0,
| yycrank+-1,	0,		0,	
| yycrank+-7,	yysvec+1,	0,	
| yycrank+0,	0,		yyvstop+1,
| yycrank+0,	0,		yyvstop+3,
| yycrank+0,	0,		yyvstop+6,
| yycrank+0,	0,		yyvstop+9,
| yycrank+0,	0,		yyvstop+12,
| yycrank+0,	0,		yyvstop+15,
| yycrank+0,	0,		yyvstop+18,
| 0,	0,	0};
| struct yywork *yytop = yycrank+109;
| struct yysvf *yybgin = yysvec+1;
| char yymatch[] = {
|   0,   1,   1,   1,   1,   1,   1,   1, 
|   1,   1,  10,   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,   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, 
| 0};
| char yyextra[] = {
| 0,0,0,0,0,0,0,0,
| 0};
| /*	Copyright (c) 1989 AT&T	*/
| /*	  All Rights Reserved  	*/
| 
| int yylineno =1;
| # define YYU(x) x
| # define NLSTATE yyprevious=YYNEWLINE
| struct yysvf *yylstate [YYLMAX], **yylsp, **yyolsp;
| char yysbuf[YYLMAX];
| char *yysptr = yysbuf;
| int *yyfnd;
| extern struct yysvf *yyestate;
| int yyprevious = YYNEWLINE;
| #if defined(__cplusplus) || defined(__STDC__)
| int yylook(void)
| #else
| yylook()
| #endif
| {
| 	register struct yysvf *yystate, **lsp;
| 	register struct yywork *yyt;
| 	struct yysvf *yyz;
| 	int yych, yyfirst;
| 	struct yywork *yyr;
| # ifdef LEXDEBUG
| 	int debug;
| # endif
| 	char *yylastch;
| 	/* start off machines */
| # ifdef LEXDEBUG
| 	debug = 0;
| # endif
| 	yyfirst=1;
| 	if (!yymorfg)
| 		yylastch = yytext;
| 	else {
| 		yymorfg=0;
| 		yylastch = yytext+yyleng;
| 		}
| 	for(;;){
| 		lsp = yylstate;
| 		yyestate = yystate = yybgin;
| 		if (yyprevious==YYNEWLINE) yystate++;
| 		for (;;){
| # ifdef LEXDEBUG
| 			if(debug)fprintf(yyout,"state %d\n",yystate-yysvec-1);
| # endif
| 			yyt = yystate->yystoff;
| 			if(yyt == yycrank && !yyfirst){  /* may not be any transitions */
| 				yyz = yystate->yyother;
| 				if(yyz == 0)break;
| 				if(yyz->yystoff == yycrank)break;
| 				}
| #ifndef __cplusplus
| 			*yylastch++ = yych = input();
| #else
| 			*yylastch++ = yych = lex_input();
| #endif
| #ifdef YYISARRAY
| 			if(yylastch > &yytext[YYLMAX]) {
| 				fprintf(yyout,"Input string too long, limit %d\n",YYLMAX);
| 				exit(1);
| 			}
| #else
| 			if (yylastch >= &yytext[ yytextsz ]) {
| 				int	x = yylastch - yytext;
| 
| 				yytextsz += YYTEXTSZINC;
| 				if (yytext == yy_tbuf) {
| 				    yytext = (char *) malloc(yytextsz);
| 				    memcpy(yytext, yy_tbuf, sizeof (yy_tbuf));
| 				}
| 				else
| 				    yytext = (char *) realloc(yytext, yytextsz);
| 				if (!yytext) {
| 				    fprintf(yyout,
| 					"Cannot realloc yytext\n");
| 				    exit(1);
| 				}
| 				yylastch = yytext + x;
| 			}
| #endif
| 			yyfirst=0;
| 		tryagain:
| # ifdef LEXDEBUG
| 			if(debug){
| 				fprintf(yyout,"char ");
| 				allprint(yych);
| 				putchar('\n');
| 				}
| # endif
| 			yyr = yyt;
| 			if ( (uintptr_t)yyt > (uintptr_t)yycrank){
| 				yyt = yyr + yych;
| 				if (yyt <= yytop && yyt->verify+yysvec == yystate){
| 					if(yyt->advance+yysvec == YYLERR)	/* error transitions */
| 						{unput(*--yylastch);break;}
| 					*lsp++ = yystate = yyt->advance+yysvec;
| 					if(lsp > &yylstate[YYLMAX]) {
| 						fprintf(yyout,"Input string too long, limit %d\n",YYLMAX);
| 						exit(1);
| 					}
| 					goto contin;
| 					}
| 				}
| # ifdef YYOPTIM
| 			else if((uintptr_t)yyt < (uintptr_t)yycrank) {	/* r < yycrank */
| 				yyt = yyr = yycrank+(yycrank-yyt);
| # ifdef LEXDEBUG
| 				if(debug)fprintf(yyout,"compressed state\n");
| # endif
| 				yyt = yyt + yych;
| 				if(yyt <= yytop && yyt->verify+yysvec == yystate){
| 					if(yyt->advance+yysvec == YYLERR)	/* error transitions */
| 						{unput(*--yylastch);break;}
| 					*lsp++ = yystate = yyt->advance+yysvec;
| 					if(lsp > &yylstate[YYLMAX]) {
| 						fprintf(yyout,"Input string too long, limit %d\n",YYLMAX);
| 						exit(1);
| 					}
| 					goto contin;
| 					}
| 				yyt = yyr + YYU(yymatch[yych]);
| # ifdef LEXDEBUG
| 				if(debug){
| 					fprintf(yyout,"try fall back character ");
| 					allprint(YYU(yymatch[yych]));
| 					putchar('\n');
| 					}
| # endif
| 				if(yyt <= yytop && yyt->verify+yysvec == yystate){
| 					if(yyt->advance+yysvec == YYLERR)	/* error transition */
| 						{unput(*--yylastch);break;}
| 					*lsp++ = yystate = yyt->advance+yysvec;
| 					if(lsp > &yylstate[YYLMAX]) {
| 						fprintf(yyout,"Input string too long, limit %d\n",YYLMAX);
| 						exit(1);
| 					}
| 					goto contin;
| 					}
| 				}
| 			if ((yystate = yystate->yyother) && (yyt= yystate->yystoff) != yycrank){
| # ifdef LEXDEBUG
| 				if(debug)fprintf(yyout,"fall back to state %d\n",yystate-yysvec-1);
| # endif
| 				goto tryagain;
| 				}
| # endif
| 			else
| 				{unput(*--yylastch);break;}
| 		contin:
| # ifdef LEXDEBUG
| 			if(debug){
| 				fprintf(yyout,"state %d char ",yystate-yysvec-1);
| 				allprint(yych);
| 				putchar('\n');
| 				}
| # endif
| 			;
| 			}
| # ifdef LEXDEBUG
| 		if(debug){
| 			fprintf(yyout,"stopped at %d with ",*(lsp-1)-yysvec-1);
| 			allprint(yych);
| 			putchar('\n');
| 			}
| # endif
| 		while (lsp-- > yylstate){
| 			*yylastch-- = 0;
| 			if (*lsp != 0 && (yyfnd= (*lsp)->yystops) && *yyfnd > 0){
| 				yyolsp = lsp;
| 				if(yyextra[*yyfnd]){		/* must backup */
| 					while(yyback((*lsp)->yystops,-*yyfnd) != 1 && lsp > yylstate){
| 						lsp--;
| 						unput(*yylastch--);
| 						}
| 					}
| 				yyprevious = YYU(*yylastch);
| 				yylsp = lsp;
| 				yyleng = yylastch-yytext+1;
| 				yytext[yyleng] = 0;
| # ifdef LEXDEBUG
| 				if(debug){
| 					fprintf(yyout,"\nmatch ");
| 					sprint(yytext);
| 					fprintf(yyout," action %d\n",*yyfnd);
| 					}
| # endif
| 				return(*yyfnd++);
| 				}
| 			unput(*yylastch);
| 			}
| 		if (yytext[0] == 0  /* && feof(yyin) */)
| 			{
| 			yysptr=yysbuf;
| 			return(0);
| 			}
| #ifndef __cplusplus
| 		yyprevious = yytext[0] = input();
| 		if (yyprevious>0)
| 			output(yyprevious);
| #else
| 		yyprevious = yytext[0] = lex_input();
| 		if (yyprevious>0)
| 			lex_output(yyprevious);
| #endif
| 		yylastch=yytext;
| # ifdef LEXDEBUG
| 		if(debug)putchar('\n');
| # endif
| 		}
| 	}
| #if defined(__cplusplus) || defined(__STDC__)
| int yyback(int *p, int m)
| #else
| yyback(p, m)
| 	int *p;
| #endif
| {
| 	if (p==0) return(0);
| 	while (*p) {
| 		if (*p++ == m)
| 			return(1);
| 	}
| 	return(0);
| }
| 	/* the following are only used in the lex library */
| #if defined(__cplusplus) || defined(__STDC__)
| int yyinput(void)
| #else
| yyinput()
| #endif
| {
| #ifndef __cplusplus
| 	return(input());
| #else
| 	return(lex_input());
| #endif
| 	}
| #if defined(__cplusplus) || defined(__STDC__)
| void yyoutput(int c)
| #else
| yyoutput(c)
|   int c; 
| #endif
| {
| #ifndef __cplusplus
| 	output(c);
| #else
| 	lex_output(c);
| #endif
| 	}
| #if defined(__cplusplus) || defined(__STDC__)
| void yyunput(int c)
| #else
| yyunput(c)
|    int c; 
| #endif
| {
| 	unput(c);
| 	}
configure:12094: gcc -o conftest -g -O2   conftest.c -lfl  >&5
ld: fatal: library -lfl: not found
collect2: error: ld returned 1 exit status
configure:12101: $? = 1
configure: failed program was:
| #include <stdio.h>
| #include <stdlib.h>
| #include <inttypes.h>
| # define U(x) x
| # define NLSTATE yyprevious=YYNEWLINE
| # define BEGIN yybgin = yysvec + 1 +
| # define INITIAL 0
| # define YYLERR yysvec
| # define YYSTATE (yyestate-yysvec-1)
| # define YYOPTIM 1
| # ifndef YYLMAX 
| # define YYLMAX BUFSIZ
| # endif 
| #ifndef __cplusplus
| # define output(c) (void)putc(c,yyout)
| #else
| # define lex_output(c) (void)putc(c,yyout)
| #endif
| 
| #if defined(__cplusplus) || defined(__STDC__)
| 
| #if defined(__cplusplus) && defined(__EXTERN_C__)
| extern "C" {
| #endif
| 	int yyback(int *, int);
| 	int yyinput(void);
| 	int yylook(void);
| 	void yyoutput(int);
| 	int yyracc(int);
| 	int yyreject(void);
| 	void yyunput(int);
| 	int yylex(void);
| #ifdef YYLEX_E
| 	void yywoutput(wchar_t);
| 	wchar_t yywinput(void);
| 	void yywunput(wchar_t);
| #endif
| #ifndef yyless
| 	int yyless(int);
| #endif
| #ifndef yywrap
| 	int yywrap(void);
| #endif
| #ifdef LEXDEBUG
| 	void allprint(char);
| 	void sprint(char *);
| #endif
| #if defined(__cplusplus) && defined(__EXTERN_C__)
| }
| #endif
| 
| #ifdef __cplusplus
| extern "C" {
| #endif
| 	void exit(int);
| #ifdef __cplusplus
| }
| #endif
| 
| #endif
| # define unput(c) {yytchar= (c);if(yytchar=='\n')yylineno--;*yysptr++=yytchar;}
| # define yymore() (yymorfg=1)
| #ifndef __cplusplus
| # define input() (((yytchar=yysptr>yysbuf?U(*--yysptr):getc(yyin))==10?(yylineno++,yytchar):yytchar)==EOF?0:yytchar)
| #else
| # define lex_input() (((yytchar=yysptr>yysbuf?U(*--yysptr):getc(yyin))==10?(yylineno++,yytchar):yytchar)==EOF?0:yytchar)
| #endif
| #define ECHO fprintf(yyout, "%s",yytext)
| # define REJECT { nstr = yyreject(); goto yyfussy;}
| int yyleng;
| #define YYISARRAY
| char yytext[YYLMAX];
| int yymorfg;
| extern char *yysptr, yysbuf[];
| int yytchar;
| FILE *yyin = {stdin}, *yyout = {stdout};
| extern int yylineno;
| struct yysvf { 
| 	struct yywork *yystoff;
| 	struct yysvf *yyother;
| 	int *yystops;};
| struct yysvf *yyestate;
| extern struct yysvf yysvec[], *yybgin;
| # define YYNEWLINE 10
| int yylex(){
| int nstr; extern int yyprevious;
| #ifdef __cplusplus
| /* to avoid CC and lint complaining yyfussy not being used ...*/
| static int __lex_hack = 0;
| if (__lex_hack) goto yyfussy;
| #endif
| while((nstr = yylook()) >= 0)
| yyfussy: switch(nstr){
| case 0:
| if(yywrap()) return(0); break;
| case 1:
| 
| # line 2 "conftest.l"
| { ECHO; }
| break;
| case 2:
| 
| # line 3 "conftest.l"
| { REJECT; }
| break;
| case 3:
| 
| # line 4 "conftest.l"
| { yymore (); }
| break;
| case 4:
| 
| # line 5 "conftest.l"
| { yyless (1); }
| break;
| case 5:
| 
| # line 6 "conftest.l"
| { yyless (input () != 0); }
| break;
| case 6:
| 
| # line 7 "conftest.l"
| { unput (yytext[0]); }
| break;
| case 7:
| 
| # line 8 "conftest.l"
| { BEGIN INITIAL; }
| break;
| case -1:
| break;
| default:
| (void)fprintf(yyout,"bad switch yylook %d",nstr);
| } return(0); }
| /* end of yylex */
| 
| # line 10 "conftest.l"
| #ifdef YYTEXT_POINTER
| extern char *yytext;
| #endif
| int
| main (void)
| {
|   return ! yylex () + ! yywrap ();
| }
| int yyvstop[] = {
| 0,
| 
| 7,
| 0, 
| 
| 1,
| 7,
| 0, 
| 
| 2,
| 7,
| 0, 
| 
| 3,
| 7,
| 0, 
| 
| 4,
| 7,
| 0, 
| 
| 5,
| 7,
| 0, 
| 
| 6,
| 7,
| 0, 
| 0};
| # define YYTYPE unsigned char
| struct yywork { YYTYPE verify, advance; } yycrank[] = {
| 0,0,	0,0,	1,3,	0,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	0,0,	0,0,	1,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	2,0,	0,0,	0,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	0,0,	1,4,	1,5,	
| 1,6,	1,7,	1,8,	1,9,	
| 2,4,	2,5,	2,6,	2,7,	
| 2,8,	2,9,	0,0,	0,0,	
| 0,0};
| struct yysvf yysvec[] = {
| 0,	0,	0,
| yycrank+-1,	0,		0,	
| yycrank+-7,	yysvec+1,	0,	
| yycrank+0,	0,		yyvstop+1,
| yycrank+0,	0,		yyvstop+3,
| yycrank+0,	0,		yyvstop+6,
| yycrank+0,	0,		yyvstop+9,
| yycrank+0,	0,		yyvstop+12,
| yycrank+0,	0,		yyvstop+15,
| yycrank+0,	0,		yyvstop+18,
| 0,	0,	0};
| struct yywork *yytop = yycrank+109;
| struct yysvf *yybgin = yysvec+1;
| char yymatch[] = {
|   0,   1,   1,   1,   1,   1,   1,   1, 
|   1,   1,  10,   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,   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, 
| 0};
| char yyextra[] = {
| 0,0,0,0,0,0,0,0,
| 0};
| /*	Copyright (c) 1989 AT&T	*/
| /*	  All Rights Reserved  	*/
| 
| int yylineno =1;
| # define YYU(x) x
| # define NLSTATE yyprevious=YYNEWLINE
| struct yysvf *yylstate [YYLMAX], **yylsp, **yyolsp;
| char yysbuf[YYLMAX];
| char *yysptr = yysbuf;
| int *yyfnd;
| extern struct yysvf *yyestate;
| int yyprevious = YYNEWLINE;
| #if defined(__cplusplus) || defined(__STDC__)
| int yylook(void)
| #else
| yylook()
| #endif
| {
| 	register struct yysvf *yystate, **lsp;
| 	register struct yywork *yyt;
| 	struct yysvf *yyz;
| 	int yych, yyfirst;
| 	struct yywork *yyr;
| # ifdef LEXDEBUG
| 	int debug;
| # endif
| 	char *yylastch;
| 	/* start off machines */
| # ifdef LEXDEBUG
| 	debug = 0;
| # endif
| 	yyfirst=1;
| 	if (!yymorfg)
| 		yylastch = yytext;
| 	else {
| 		yymorfg=0;
| 		yylastch = yytext+yyleng;
| 		}
| 	for(;;){
| 		lsp = yylstate;
| 		yyestate = yystate = yybgin;
| 		if (yyprevious==YYNEWLINE) yystate++;
| 		for (;;){
| # ifdef LEXDEBUG
| 			if(debug)fprintf(yyout,"state %d\n",yystate-yysvec-1);
| # endif
| 			yyt = yystate->yystoff;
| 			if(yyt == yycrank && !yyfirst){  /* may not be any transitions */
| 				yyz = yystate->yyother;
| 				if(yyz == 0)break;
| 				if(yyz->yystoff == yycrank)break;
| 				}
| #ifndef __cplusplus
| 			*yylastch++ = yych = input();
| #else
| 			*yylastch++ = yych = lex_input();
| #endif
| #ifdef YYISARRAY
| 			if(yylastch > &yytext[YYLMAX]) {
| 				fprintf(yyout,"Input string too long, limit %d\n",YYLMAX);
| 				exit(1);
| 			}
| #else
| 			if (yylastch >= &yytext[ yytextsz ]) {
| 				int	x = yylastch - yytext;
| 
| 				yytextsz += YYTEXTSZINC;
| 				if (yytext == yy_tbuf) {
| 				    yytext = (char *) malloc(yytextsz);
| 				    memcpy(yytext, yy_tbuf, sizeof (yy_tbuf));
| 				}
| 				else
| 				    yytext = (char *) realloc(yytext, yytextsz);
| 				if (!yytext) {
| 				    fprintf(yyout,
| 					"Cannot realloc yytext\n");
| 				    exit(1);
| 				}
| 				yylastch = yytext + x;
| 			}
| #endif
| 			yyfirst=0;
| 		tryagain:
| # ifdef LEXDEBUG
| 			if(debug){
| 				fprintf(yyout,"char ");
| 				allprint(yych);
| 				putchar('\n');
| 				}
| # endif
| 			yyr = yyt;
| 			if ( (uintptr_t)yyt > (uintptr_t)yycrank){
| 				yyt = yyr + yych;
| 				if (yyt <= yytop && yyt->verify+yysvec == yystate){
| 					if(yyt->advance+yysvec == YYLERR)	/* error transitions */
| 						{unput(*--yylastch);break;}
| 					*lsp++ = yystate = yyt->advance+yysvec;
| 					if(lsp > &yylstate[YYLMAX]) {
| 						fprintf(yyout,"Input string too long, limit %d\n",YYLMAX);
| 						exit(1);
| 					}
| 					goto contin;
| 					}
| 				}
| # ifdef YYOPTIM
| 			else if((uintptr_t)yyt < (uintptr_t)yycrank) {	/* r < yycrank */
| 				yyt = yyr = yycrank+(yycrank-yyt);
| # ifdef LEXDEBUG
| 				if(debug)fprintf(yyout,"compressed state\n");
| # endif
| 				yyt = yyt + yych;
| 				if(yyt <= yytop && yyt->verify+yysvec == yystate){
| 					if(yyt->advance+yysvec == YYLERR)	/* error transitions */
| 						{unput(*--yylastch);break;}
| 					*lsp++ = yystate = yyt->advance+yysvec;
| 					if(lsp > &yylstate[YYLMAX]) {
| 						fprintf(yyout,"Input string too long, limit %d\n",YYLMAX);
| 						exit(1);
| 					}
| 					goto contin;
| 					}
| 				yyt = yyr + YYU(yymatch[yych]);
| # ifdef LEXDEBUG
| 				if(debug){
| 					fprintf(yyout,"try fall back character ");
| 					allprint(YYU(yymatch[yych]));
| 					putchar('\n');
| 					}
| # endif
| 				if(yyt <= yytop && yyt->verify+yysvec == yystate){
| 					if(yyt->advance+yysvec == YYLERR)	/* error transition */
| 						{unput(*--yylastch);break;}
| 					*lsp++ = yystate = yyt->advance+yysvec;
| 					if(lsp > &yylstate[YYLMAX]) {
| 						fprintf(yyout,"Input string too long, limit %d\n",YYLMAX);
| 						exit(1);
| 					}
| 					goto contin;
| 					}
| 				}
| 			if ((yystate = yystate->yyother) && (yyt= yystate->yystoff) != yycrank){
| # ifdef LEXDEBUG
| 				if(debug)fprintf(yyout,"fall back to state %d\n",yystate-yysvec-1);
| # endif
| 				goto tryagain;
| 				}
| # endif
| 			else
| 				{unput(*--yylastch);break;}
| 		contin:
| # ifdef LEXDEBUG
| 			if(debug){
| 				fprintf(yyout,"state %d char ",yystate-yysvec-1);
| 				allprint(yych);
| 				putchar('\n');
| 				}
| # endif
| 			;
| 			}
| # ifdef LEXDEBUG
| 		if(debug){
| 			fprintf(yyout,"stopped at %d with ",*(lsp-1)-yysvec-1);
| 			allprint(yych);
| 			putchar('\n');
| 			}
| # endif
| 		while (lsp-- > yylstate){
| 			*yylastch-- = 0;
| 			if (*lsp != 0 && (yyfnd= (*lsp)->yystops) && *yyfnd > 0){
| 				yyolsp = lsp;
| 				if(yyextra[*yyfnd]){		/* must backup */
| 					while(yyback((*lsp)->yystops,-*yyfnd) != 1 && lsp > yylstate){
| 						lsp--;
| 						unput(*yylastch--);
| 						}
| 					}
| 				yyprevious = YYU(*yylastch);
| 				yylsp = lsp;
| 				yyleng = yylastch-yytext+1;
| 				yytext[yyleng] = 0;
| # ifdef LEXDEBUG
| 				if(debug){
| 					fprintf(yyout,"\nmatch ");
| 					sprint(yytext);
| 					fprintf(yyout," action %d\n",*yyfnd);
| 					}
| # endif
| 				return(*yyfnd++);
| 				}
| 			unput(*yylastch);
| 			}
| 		if (yytext[0] == 0  /* && feof(yyin) */)
| 			{
| 			yysptr=yysbuf;
| 			return(0);
| 			}
| #ifndef __cplusplus
| 		yyprevious = yytext[0] = input();
| 		if (yyprevious>0)
| 			output(yyprevious);
| #else
| 		yyprevious = yytext[0] = lex_input();
| 		if (yyprevious>0)
| 			lex_output(yyprevious);
| #endif
| 		yylastch=yytext;
| # ifdef LEXDEBUG
| 		if(debug)putchar('\n');
| # endif
| 		}
| 	}
| #if defined(__cplusplus) || defined(__STDC__)
| int yyback(int *p, int m)
| #else
| yyback(p, m)
| 	int *p;
| #endif
| {
| 	if (p==0) return(0);
| 	while (*p) {
| 		if (*p++ == m)
| 			return(1);
| 	}
| 	return(0);
| }
| 	/* the following are only used in the lex library */
| #if defined(__cplusplus) || defined(__STDC__)
| int yyinput(void)
| #else
| yyinput()
| #endif
| {
| #ifndef __cplusplus
| 	return(input());
| #else
| 	return(lex_input());
| #endif
| 	}
| #if defined(__cplusplus) || defined(__STDC__)
| void yyoutput(int c)
| #else
| yyoutput(c)
|   int c; 
| #endif
| {
| #ifndef __cplusplus
| 	output(c);
| #else
| 	lex_output(c);
| #endif
| 	}
| #if defined(__cplusplus) || defined(__STDC__)
| void yyunput(int c)
| #else
| yyunput(c)
|    int c; 
| #endif
| {
| 	unput(c);
| 	}
configure:12094: gcc -o conftest -g -O2   conftest.c -ll  >&5
configure:12101: $? = 0
configure:12125: result: -ll
configure:12131: checking whether yytext is a pointer
configure:12152: gcc -o conftest -g -O2   conftest.c -ll  >&5
conftest.l:11:14: error: conflicting types for 'yytext'
 extern char *yytext;
              ^
conftest.c:73:6: note: previous declaration of 'yytext' was here
 char yytext[YYLMAX];
      ^
configure:12159: $? = 1
configure: failed program was:
| #define YYTEXT_POINTER 1
| #include <stdio.h>
| #include <stdlib.h>
| #include <inttypes.h>
| # define U(x) x
| # define NLSTATE yyprevious=YYNEWLINE
| # define BEGIN yybgin = yysvec + 1 +
| # define INITIAL 0
| # define YYLERR yysvec
| # define YYSTATE (yyestate-yysvec-1)
| # define YYOPTIM 1
| # ifndef YYLMAX 
| # define YYLMAX BUFSIZ
| # endif 
| #ifndef __cplusplus
| # define output(c) (void)putc(c,yyout)
| #else
| # define lex_output(c) (void)putc(c,yyout)
| #endif
| 
| #if defined(__cplusplus) || defined(__STDC__)
| 
| #if defined(__cplusplus) && defined(__EXTERN_C__)
| extern "C" {
| #endif
| 	int yyback(int *, int);
| 	int yyinput(void);
| 	int yylook(void);
| 	void yyoutput(int);
| 	int yyracc(int);
| 	int yyreject(void);
| 	void yyunput(int);
| 	int yylex(void);
| #ifdef YYLEX_E
| 	void yywoutput(wchar_t);
| 	wchar_t yywinput(void);
| 	void yywunput(wchar_t);
| #endif
| #ifndef yyless
| 	int yyless(int);
| #endif
| #ifndef yywrap
| 	int yywrap(void);
| #endif
| #ifdef LEXDEBUG
| 	void allprint(char);
| 	void sprint(char *);
| #endif
| #if defined(__cplusplus) && defined(__EXTERN_C__)
| }
| #endif
| 
| #ifdef __cplusplus
| extern "C" {
| #endif
| 	void exit(int);
| #ifdef __cplusplus
| }
| #endif
| 
| #endif
| # define unput(c) {yytchar= (c);if(yytchar=='\n')yylineno--;*yysptr++=yytchar;}
| # define yymore() (yymorfg=1)
| #ifndef __cplusplus
| # define input() (((yytchar=yysptr>yysbuf?U(*--yysptr):getc(yyin))==10?(yylineno++,yytchar):yytchar)==EOF?0:yytchar)
| #else
| # define lex_input() (((yytchar=yysptr>yysbuf?U(*--yysptr):getc(yyin))==10?(yylineno++,yytchar):yytchar)==EOF?0:yytchar)
| #endif
| #define ECHO fprintf(yyout, "%s",yytext)
| # define REJECT { nstr = yyreject(); goto yyfussy;}
| int yyleng;
| #define YYISARRAY
| char yytext[YYLMAX];
| int yymorfg;
| extern char *yysptr, yysbuf[];
| int yytchar;
| FILE *yyin = {stdin}, *yyout = {stdout};
| extern int yylineno;
| struct yysvf { 
| 	struct yywork *yystoff;
| 	struct yysvf *yyother;
| 	int *yystops;};
| struct yysvf *yyestate;
| extern struct yysvf yysvec[], *yybgin;
| # define YYNEWLINE 10
| int yylex(){
| int nstr; extern int yyprevious;
| #ifdef __cplusplus
| /* to avoid CC and lint complaining yyfussy not being used ...*/
| static int __lex_hack = 0;
| if (__lex_hack) goto yyfussy;
| #endif
| while((nstr = yylook()) >= 0)
| yyfussy: switch(nstr){
| case 0:
| if(yywrap()) return(0); break;
| case 1:
| 
| # line 2 "conftest.l"
| { ECHO; }
| break;
| case 2:
| 
| # line 3 "conftest.l"
| { REJECT; }
| break;
| case 3:
| 
| # line 4 "conftest.l"
| { yymore (); }
| break;
| case 4:
| 
| # line 5 "conftest.l"
| { yyless (1); }
| break;
| case 5:
| 
| # line 6 "conftest.l"
| { yyless (input () != 0); }
| break;
| case 6:
| 
| # line 7 "conftest.l"
| { unput (yytext[0]); }
| break;
| case 7:
| 
| # line 8 "conftest.l"
| { BEGIN INITIAL; }
| break;
| case -1:
| break;
| default:
| (void)fprintf(yyout,"bad switch yylook %d",nstr);
| } return(0); }
| /* end of yylex */
| 
| # line 10 "conftest.l"
| #ifdef YYTEXT_POINTER
| extern char *yytext;
| #endif
| int
| main (void)
| {
|   return ! yylex () + ! yywrap ();
| }
| int yyvstop[] = {
| 0,
| 
| 7,
| 0, 
| 
| 1,
| 7,
| 0, 
| 
| 2,
| 7,
| 0, 
| 
| 3,
| 7,
| 0, 
| 
| 4,
| 7,
| 0, 
| 
| 5,
| 7,
| 0, 
| 
| 6,
| 7,
| 0, 
| 0};
| # define YYTYPE unsigned char
| struct yywork { YYTYPE verify, advance; } yycrank[] = {
| 0,0,	0,0,	1,3,	0,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	0,0,	0,0,	1,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	2,0,	0,0,	0,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	0,0,	0,0,	0,0,	
| 0,0,	0,0,	1,4,	1,5,	
| 1,6,	1,7,	1,8,	1,9,	
| 2,4,	2,5,	2,6,	2,7,	
| 2,8,	2,9,	0,0,	0,0,	
| 0,0};
| struct yysvf yysvec[] = {
| 0,	0,	0,
| yycrank+-1,	0,		0,	
| yycrank+-7,	yysvec+1,	0,	
| yycrank+0,	0,		yyvstop+1,
| yycrank+0,	0,		yyvstop+3,
| yycrank+0,	0,		yyvstop+6,
| yycrank+0,	0,		yyvstop+9,
| yycrank+0,	0,		yyvstop+12,
| yycrank+0,	0,		yyvstop+15,
| yycrank+0,	0,		yyvstop+18,
| 0,	0,	0};
| struct yywork *yytop = yycrank+109;
| struct yysvf *yybgin = yysvec+1;
| char yymatch[] = {
|   0,   1,   1,   1,   1,   1,   1,   1, 
|   1,   1,  10,   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,   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, 
| 0};
| char yyextra[] = {
| 0,0,0,0,0,0,0,0,
| 0};
| /*	Copyright (c) 1989 AT&T	*/
| /*	  All Rights Reserved  	*/
| 
| int yylineno =1;
| # define YYU(x) x
| # define NLSTATE yyprevious=YYNEWLINE
| struct yysvf *yylstate [YYLMAX], **yylsp, **yyolsp;
| char yysbuf[YYLMAX];
| char *yysptr = yysbuf;
| int *yyfnd;
| extern struct yysvf *yyestate;
| int yyprevious = YYNEWLINE;
| #if defined(__cplusplus) || defined(__STDC__)
| int yylook(void)
| #else
| yylook()
| #endif
| {
| 	register struct yysvf *yystate, **lsp;
| 	register struct yywork *yyt;
| 	struct yysvf *yyz;
| 	int yych, yyfirst;
| 	struct yywork *yyr;
| # ifdef LEXDEBUG
| 	int debug;
| # endif
| 	char *yylastch;
| 	/* start off machines */
| # ifdef LEXDEBUG
| 	debug = 0;
| # endif
| 	yyfirst=1;
| 	if (!yymorfg)
| 		yylastch = yytext;
| 	else {
| 		yymorfg=0;
| 		yylastch = yytext+yyleng;
| 		}
| 	for(;;){
| 		lsp = yylstate;
| 		yyestate = yystate = yybgin;
| 		if (yyprevious==YYNEWLINE) yystate++;
| 		for (;;){
| # ifdef LEXDEBUG
| 			if(debug)fprintf(yyout,"state %d\n",yystate-yysvec-1);
| # endif
| 			yyt = yystate->yystoff;
| 			if(yyt == yycrank && !yyfirst){  /* may not be any transitions */
| 				yyz = yystate->yyother;
| 				if(yyz == 0)break;
| 				if(yyz->yystoff == yycrank)break;
| 				}
| #ifndef __cplusplus
| 			*yylastch++ = yych = input();
| #else
| 			*yylastch++ = yych = lex_input();
| #endif
| #ifdef YYISARRAY
| 			if(yylastch > &yytext[YYLMAX]) {
| 				fprintf(yyout,"Input string too long, limit %d\n",YYLMAX);
| 				exit(1);
| 			}
| #else
| 			if (yylastch >= &yytext[ yytextsz ]) {
| 				int	x = yylastch - yytext;
| 
| 				yytextsz += YYTEXTSZINC;
| 				if (yytext == yy_tbuf) {
| 				    yytext = (char *) malloc(yytextsz);
| 				    memcpy(yytext, yy_tbuf, sizeof (yy_tbuf));
| 				}
| 				else
| 				    yytext = (char *) realloc(yytext, yytextsz);
| 				if (!yytext) {
| 				    fprintf(yyout,
| 					"Cannot realloc yytext\n");
| 				    exit(1);
| 				}
| 				yylastch = yytext + x;
| 			}
| #endif
| 			yyfirst=0;
| 		tryagain:
| # ifdef LEXDEBUG
| 			if(debug){
| 				fprintf(yyout,"char ");
| 				allprint(yych);
| 				putchar('\n');
| 				}
| # endif
| 			yyr = yyt;
| 			if ( (uintptr_t)yyt > (uintptr_t)yycrank){
| 				yyt = yyr + yych;
| 				if (yyt <= yytop && yyt->verify+yysvec == yystate){
| 					if(yyt->advance+yysvec == YYLERR)	/* error transitions */
| 						{unput(*--yylastch);break;}
| 					*lsp++ = yystate = yyt->advance+yysvec;
| 					if(lsp > &yylstate[YYLMAX]) {
| 						fprintf(yyout,"Input string too long, limit %d\n",YYLMAX);
| 						exit(1);
| 					}
| 					goto contin;
| 					}
| 				}
| # ifdef YYOPTIM
| 			else if((uintptr_t)yyt < (uintptr_t)yycrank) {	/* r < yycrank */
| 				yyt = yyr = yycrank+(yycrank-yyt);
| # ifdef LEXDEBUG
| 				if(debug)fprintf(yyout,"compressed state\n");
| # endif
| 				yyt = yyt + yych;
| 				if(yyt <= yytop && yyt->verify+yysvec == yystate){
| 					if(yyt->advance+yysvec == YYLERR)	/* error transitions */
| 						{unput(*--yylastch);break;}
| 					*lsp++ = yystate = yyt->advance+yysvec;
| 					if(lsp > &yylstate[YYLMAX]) {
| 						fprintf(yyout,"Input string too long, limit %d\n",YYLMAX);
| 						exit(1);
| 					}
| 					goto contin;
| 					}
| 				yyt = yyr + YYU(yymatch[yych]);
| # ifdef LEXDEBUG
| 				if(debug){
| 					fprintf(yyout,"try fall back character ");
| 					allprint(YYU(yymatch[yych]));
| 					putchar('\n');
| 					}
| # endif
| 				if(yyt <= yytop && yyt->verify+yysvec == yystate){
| 					if(yyt->advance+yysvec == YYLERR)	/* error transition */
| 						{unput(*--yylastch);break;}
| 					*lsp++ = yystate = yyt->advance+yysvec;
| 					if(lsp > &yylstate[YYLMAX]) {
| 						fprintf(yyout,"Input string too long, limit %d\n",YYLMAX);
| 						exit(1);
| 					}
| 					goto contin;
| 					}
| 				}
| 			if ((yystate = yystate->yyother) && (yyt= yystate->yystoff) != yycrank){
| # ifdef LEXDEBUG
| 				if(debug)fprintf(yyout,"fall back to state %d\n",yystate-yysvec-1);
| # endif
| 				goto tryagain;
| 				}
| # endif
| 			else
| 				{unput(*--yylastch);break;}
| 		contin:
| # ifdef LEXDEBUG
| 			if(debug){
| 				fprintf(yyout,"state %d char ",yystate-yysvec-1);
| 				allprint(yych);
| 				putchar('\n');
| 				}
| # endif
| 			;
| 			}
| # ifdef LEXDEBUG
| 		if(debug){
| 			fprintf(yyout,"stopped at %d with ",*(lsp-1)-yysvec-1);
| 			allprint(yych);
| 			putchar('\n');
| 			}
| # endif
| 		while (lsp-- > yylstate){
| 			*yylastch-- = 0;
| 			if (*lsp != 0 && (yyfnd= (*lsp)->yystops) && *yyfnd > 0){
| 				yyolsp = lsp;
| 				if(yyextra[*yyfnd]){		/* must backup */
| 					while(yyback((*lsp)->yystops,-*yyfnd) != 1 && lsp > yylstate){
| 						lsp--;
| 						unput(*yylastch--);
| 						}
| 					}
| 				yyprevious = YYU(*yylastch);
| 				yylsp = lsp;
| 				yyleng = yylastch-yytext+1;
| 				yytext[yyleng] = 0;
| # ifdef LEXDEBUG
| 				if(debug){
| 					fprintf(yyout,"\nmatch ");
| 					sprint(yytext);
| 					fprintf(yyout," action %d\n",*yyfnd);
| 					}
| # endif
| 				return(*yyfnd++);
| 				}
| 			unput(*yylastch);
| 			}
| 		if (yytext[0] == 0  /* && feof(yyin) */)
| 			{
| 			yysptr=yysbuf;
| 			return(0);
| 			}
| #ifndef __cplusplus
| 		yyprevious = yytext[0] = input();
| 		if (yyprevious>0)
| 			output(yyprevious);
| #else
| 		yyprevious = yytext[0] = lex_input();
| 		if (yyprevious>0)
| 			lex_output(yyprevious);
| #endif
| 		yylastch=yytext;
| # ifdef LEXDEBUG
| 		if(debug)putchar('\n');
| # endif
| 		}
| 	}
| #if defined(__cplusplus) || defined(__STDC__)
| int yyback(int *p, int m)
| #else
| yyback(p, m)
| 	int *p;
| #endif
| {
| 	if (p==0) return(0);
| 	while (*p) {
| 		if (*p++ == m)
| 			return(1);
| 	}
| 	return(0);
| }
| 	/* the following are only used in the lex library */
| #if defined(__cplusplus) || defined(__STDC__)
| int yyinput(void)
| #else
| yyinput()
| #endif
| {
| #ifndef __cplusplus
| 	return(input());
| #else
| 	return(lex_input());
| #endif
| 	}
| #if defined(__cplusplus) || defined(__STDC__)
| void yyoutput(int c)
| #else
| yyoutput(c)
|   int c; 
| #endif
| {
| #ifndef __cplusplus
| 	output(c);
| #else
| 	lex_output(c);
| #endif
| 	}
| #if defined(__cplusplus) || defined(__STDC__)
| void yyunput(int c)
| #else
| yyunput(c)
|    int c; 
| #endif
| {
| 	unput(c);
| 	}
configure:12181: result: no
configure:12200: checking for bison
configure:12216: found /usr/bin/bison
configure:12227: result: bison -y
configure:12240: checking whether gcc and cc understand -c and -o together
configure:12275: gcc -c conftest.c -o conftest2.o >&5
configure:12279: $? = 0
configure:12285: gcc -c conftest.c -o conftest2.o >&5
configure:12289: $? = 0
configure:12300: cc -c conftest.c >&5
./configure[12302]: eval[1]: cc: not found [No such file or directory]
configure:12304: $? = 127
configure:12344: result: yes
configure:12376: checking for -Wall option
configure:12402: gcc -c -g -O2 -Wall  conftest.c >&5
conftest.c: In function 'main':
conftest.c:24:6: warning: unused variable 'a' [-Wunused-variable]
 char a;
      ^
configure:12409: $? = 0
configure:12432: checking for -Wmissing-prototypes option
configure:12458: gcc -c -g -O2 -Wall -Wmissing-prototypes  conftest.c >&5
conftest.c: In function 'main':
conftest.c:24:6: warning: unused variable 'a' [-Wunused-variable]
 char a;
      ^
configure:12465: $? = 0
configure:12489: checking for -Wmissing-declarations option
configure:12515: gcc -c -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations  conftest.c >&5
conftest.c: In function 'main':
conftest.c:24:6: warning: unused variable 'a' [-Wunused-variable]
 char a;
      ^
configure:12522: $? = 0
configure:12544: checking for main in -lm
configure:12573: gcc -o conftest -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations   conftest.c -lm   >&5
configure:12580: $? = 0
configure:12601: result: yes
configure:12613: checking for main in -lnsl
configure:12642: gcc -o conftest -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations   conftest.c -lnsl  -lm  >&5
configure:12649: $? = 0
configure:12670: result: yes
configure:12682: checking for main in -lsocket
configure:12711: gcc -o conftest -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations   conftest.c -lsocket  -lnsl -lm  >&5
configure:12718: $? = 0
configure:12739: result: yes
configure:12751: checking for main in -lipc
configure:12780: gcc -o conftest -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations   conftest.c -lipc  -lsocket -lnsl -lm  >&5
ld: fatal: library -lipc: not found
collect2: error: ld returned 1 exit status
configure:12787: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBM 1
| #define HAVE_LIBNSL 1
| #define HAVE_LIBSOCKET 1
| /* end confdefs.h.  */
| 
| 
| int
| main ()
| {
| return main ();
|   ;
|   return 0;
| }
configure:12808: result: no
configure:12820: checking for main in -lIPC
configure:12849: gcc -o conftest -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations   conftest.c -lIPC  -lsocket -lnsl -lm  >&5
ld: fatal: library -lIPC: not found
collect2: error: ld returned 1 exit status
configure:12856: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBM 1
| #define HAVE_LIBNSL 1
| #define HAVE_LIBSOCKET 1
| /* end confdefs.h.  */
| 
| 
| int
| main ()
| {
| return main ();
|   ;
|   return 0;
| }
configure:12877: result: no
configure:12889: checking for main in -llc
configure:12918: gcc -o conftest -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations   conftest.c -llc  -lsocket -lnsl -lm  >&5
ld: fatal: library -llc: not found
collect2: error: ld returned 1 exit status
configure:12925: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBM 1
| #define HAVE_LIBNSL 1
| #define HAVE_LIBSOCKET 1
| /* end confdefs.h.  */
| 
| 
| int
| main ()
| {
| return main ();
|   ;
|   return 0;
| }
configure:12946: result: no
configure:12958: checking for main in -lBSD
configure:12987: gcc -o conftest -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations   conftest.c -lBSD  -lsocket -lnsl -lm  >&5
ld: fatal: library -lBSD: not found
collect2: error: ld returned 1 exit status
configure:12994: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBM 1
| #define HAVE_LIBNSL 1
| #define HAVE_LIBSOCKET 1
| /* end confdefs.h.  */
| 
| 
| int
| main ()
| {
| return main ();
|   ;
|   return 0;
| }
configure:13015: result: no
configure:13027: checking for main in -lgen
configure:13056: gcc -o conftest -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations   conftest.c -lgen  -lsocket -lnsl -lm  >&5
configure:13063: $? = 0
configure:13084: result: yes
configure:13096: checking for main in -lPW
configure:13125: gcc -o conftest -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations   conftest.c -lPW  -lgen -lsocket -lnsl -lm  >&5
ld: fatal: library -lPW: not found
collect2: error: ld returned 1 exit status
configure:13132: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBM 1
| #define HAVE_LIBNSL 1
| #define HAVE_LIBSOCKET 1
| #define HAVE_LIBGEN 1
| /* end confdefs.h.  */
| 
| 
| int
| main ()
| {
| return main ();
|   ;
|   return 0;
| }
configure:13153: result: no
configure:13165: checking for main in -lresolv
configure:13194: gcc -o conftest -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations   conftest.c -lresolv  -lgen -lsocket -lnsl -lm  >&5
configure:13201: $? = 0
configure:13222: result: yes
configure:13234: checking for main in -lcrypt
configure:13263: gcc -o conftest -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations   conftest.c -lcrypt  -lresolv -lgen -lsocket -lnsl -lm  >&5
configure:13270: $? = 0
configure:13291: result: yes
configure:13308: checking for strlcat,
configure:13364: gcc -o conftest -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations   conftest.c -lcrypt -lresolv -lgen -lsocket -lnsl -lm  >&5
conftest.c:28:16: warning: missing whitespace after the macro name [enabled by default]
 #define strlcat, innocuous_strlcat,
                ^
conftest.c:41:15: warning: extra tokens at end of #undef directive [enabled by default]
 #undef strlcat,
               ^
conftest.c:49:16: error: expected identifier or '(' before ')' token
 char strlcat, ();
                ^
conftest.c:53:29: error: operator ',' has no right operand
 #if defined __stub_strlcat, || defined __stub___strlcat,
                             ^
conftest.c: In function 'main':
conftest.c:60:18: error: expected expression before ')' token
 return strlcat, ();
                  ^
conftest.c:60:15: warning: left-hand operand of comma expression has no effect [-Wunused-value]
 return strlcat, ();
               ^
configure:13371: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBM 1
| #define HAVE_LIBNSL 1
| #define HAVE_LIBSOCKET 1
| #define HAVE_LIBGEN 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBCRYPT 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:13393: result: no
configure:13308: checking for strlcpy
configure:13364: gcc -o conftest -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations   conftest.c -lcrypt -lresolv -lgen -lsocket -lnsl -lm  >&5
configure:13371: $? = 0
configure:13393: result: yes
configure:13406: checking for ANSI C header files
configure:13574: result: yes
configure:13584: checking for sys/wait.h that is POSIX.1 compatible
configure:13620: gcc -c -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations  conftest.c >&5
configure:13627: $? = 0
configure:13642: result: yes
configure:13683: checking fcntl.h usability
configure:13700: gcc -c -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations  conftest.c >&5
configure:13707: $? = 0
configure:13721: result: yes
configure:13725: checking fcntl.h presence
configure:13740: gcc -E  conftest.c
configure:13747: $? = 0
configure:13761: result: yes
configure:13789: checking for fcntl.h
configure:13798: result: yes
configure:13672: checking for unistd.h
configure:13679: result: yes
configure:13683: checking getopt.h usability
configure:13700: gcc -c -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations  conftest.c >&5
configure:13707: $? = 0
configure:13721: result: yes
configure:13725: checking getopt.h presence
configure:13740: gcc -E  conftest.c
configure:13747: $? = 0
configure:13761: result: yes
configure:13789: checking for getopt.h
configure:13798: result: yes
configure:13683: checking netinet/tcp.h usability
configure:13700: gcc -c -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations  conftest.c >&5
configure:13707: $? = 0
configure:13721: result: yes
configure:13725: checking netinet/tcp.h presence
configure:13740: gcc -E  conftest.c
configure:13747: $? = 0
configure:13761: result: yes
configure:13789: checking for netinet/tcp.h
configure:13798: result: yes
configure:13683: checking netinet/in.h usability
configure:13700: gcc -c -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations  conftest.c >&5
configure:13707: $? = 0
configure:13721: result: yes
configure:13725: checking netinet/in.h presence
configure:13740: gcc -E  conftest.c
configure:13747: $? = 0
configure:13761: result: yes
configure:13789: checking for netinet/in.h
configure:13798: result: yes
configure:13683: checking netdb.h usability
configure:13700: gcc -c -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations  conftest.c >&5
configure:13707: $? = 0
configure:13721: result: yes
configure:13725: checking netdb.h presence
configure:13740: gcc -E  conftest.c
configure:13747: $? = 0
configure:13761: result: yes
configure:13789: checking for netdb.h
configure:13798: result: yes
configure:13683: checking sys/param.h usability
configure:13700: gcc -c -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations  conftest.c >&5
configure:13707: $? = 0
configure:13721: result: yes
configure:13725: checking sys/param.h presence
configure:13740: gcc -E  conftest.c
configure:13747: $? = 0
configure:13761: result: yes
configure:13789: checking for sys/param.h
configure:13798: result: yes
configure:13672: checking for sys/types.h
configure:13679: result: yes
configure:13683: checking sys/socket.h usability
configure:13700: gcc -c -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations  conftest.c >&5
configure:13707: $? = 0
configure:13721: result: yes
configure:13725: checking sys/socket.h presence
configure:13740: gcc -E  conftest.c
configure:13747: $? = 0
configure:13761: result: yes
configure:13789: checking for sys/socket.h
configure:13798: result: yes
configure:13683: checking sys/un.h usability
configure:13700: gcc -c -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations  conftest.c >&5
configure:13707: $? = 0
configure:13721: result: yes
configure:13725: checking sys/un.h presence
configure:13740: gcc -E  conftest.c
configure:13747: $? = 0
configure:13761: result: yes
configure:13789: checking for sys/un.h
configure:13798: result: yes
configure:13683: checking sys/time.h usability
configure:13700: gcc -c -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations  conftest.c >&5
configure:13707: $? = 0
configure:13721: result: yes
configure:13725: checking sys/time.h presence
configure:13740: gcc -E  conftest.c
configure:13747: $? = 0
configure:13761: result: yes
configure:13789: checking for sys/time.h
configure:13798: result: yes
configure:13683: checking sys/sem.h usability
configure:13700: gcc -c -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations  conftest.c >&5
configure:13707: $? = 0
configure:13721: result: yes
configure:13725: checking sys/sem.h presence
configure:13740: gcc -E  conftest.c
configure:13747: $? = 0
configure:13761: result: yes
configure:13789: checking for sys/sem.h
configure:13798: result: yes
configure:13683: checking sys/shm.h usability
configure:13700: gcc -c -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations  conftest.c >&5
configure:13707: $? = 0
configure:13721: result: yes
configure:13725: checking sys/shm.h presence
configure:13740: gcc -E  conftest.c
configure:13747: $? = 0
configure:13761: result: yes
configure:13789: checking for sys/shm.h
configure:13798: result: yes
configure:13683: checking sys/select.h usability
configure:13700: gcc -c -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations  conftest.c >&5
configure:13707: $? = 0
configure:13721: result: yes
configure:13725: checking sys/select.h presence
configure:13740: gcc -E  conftest.c
configure:13747: $? = 0
configure:13761: result: yes
configure:13789: checking for sys/select.h
configure:13798: result: yes
configure:13683: checking crypt.h usability
configure:13700: gcc -c -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations  conftest.c >&5
configure:13707: $? = 0
configure:13721: result: yes
configure:13725: checking crypt.h presence
configure:13740: gcc -E  conftest.c
configure:13747: $? = 0
configure:13761: result: yes
configure:13789: checking for crypt.h
configure:13798: result: yes
configure:13683: checking sys/pstat.h usability
configure:13700: gcc -c -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations  conftest.c >&5
conftest.c:77:23: fatal error: sys/pstat.h: No such file or directory
 #include <sys/pstat.h>
                       ^
compilation terminated.
configure:13707: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBM 1
| #define HAVE_LIBNSL 1
| #define HAVE_LIBSOCKET 1
| #define HAVE_LIBGEN 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBCRYPT 1
| #define HAVE_STRLCPY 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_CRYPT_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/pstat.h>
configure:13721: result: no
configure:13725: checking sys/pstat.h presence
configure:13740: gcc -E  conftest.c
conftest.c:44:23: fatal error: sys/pstat.h: No such file or directory
 #include <sys/pstat.h>
                       ^
compilation terminated.
configure:13747: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBM 1
| #define HAVE_LIBNSL 1
| #define HAVE_LIBSOCKET 1
| #define HAVE_LIBGEN 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBCRYPT 1
| #define HAVE_STRLCPY 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_CRYPT_H 1
| /* end confdefs.h.  */
| #include <sys/pstat.h>
configure:13761: result: no
configure:13789: checking for sys/pstat.h
configure:13798: result: no
configure:13814: checking for an ANSI C-conforming const
configure:13889: gcc -c -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations  conftest.c >&5
conftest.c: In function 'main':
conftest.c:73:7: warning: 't' is used uninitialized in this function [-Wuninitialized]
     *t++ = 0;
       ^
conftest.c:95:13: warning: 'cs[0]' is used uninitialized in this function [-Wuninitialized]
   return !cs[0] && !zero.x;
             ^
configure:13896: $? = 0
configure:13911: result: yes
configure:13921: checking for pid_t
configure:13949: gcc -c -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations  conftest.c >&5
configure:13956: $? = 0
configure:13983: gcc -c -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations  conftest.c >&5
conftest.c: In function 'main':
conftest.c:80:20: error: expected expression before ')' token
 if (sizeof ((pid_t)))
                    ^
configure:13990: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBM 1
| #define HAVE_LIBNSL 1
| #define HAVE_LIBSOCKET 1
| #define HAVE_LIBGEN 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBCRYPT 1
| #define HAVE_STRLCPY 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_CRYPT_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
| int
| main ()
| {
| if (sizeof ((pid_t)))
| 	  return 0;
|   ;
|   return 0;
| }
configure:14013: result: yes
configure:14025: checking whether time.h and sys/time.h may both be included
configure:14055: gcc -c -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations  conftest.c >&5
configure:14062: $? = 0
configure:14077: result: yes
configure:14338: checking whether long int is 64 bits
configure:14430: gcc -o conftest -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations   conftest.c -lcrypt -lresolv -lgen -lsocket -lnsl -lm  >&5
conftest.c:54:5: warning: no previous prototype for 'does_int64_work' [-Wmissing-prototypes]
 int does_int64_work()
     ^
conftest.c:68:1: warning: return type defaults to 'int' [-Wreturn-type]
 main() {
 ^
conftest.c: In function 'main':
conftest.c:69:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
   exit(! does_int64_work());
   ^
conftest.c:69:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
configure:14434: $? = 0
configure:14440: ./conftest
configure:14444: $? = 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 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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBM 1
| #define HAVE_LIBNSL 1
| #define HAVE_LIBSOCKET 1
| #define HAVE_LIBGEN 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBCRYPT 1
| #define HAVE_STRLCPY 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_CRYPT_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h.  */
| typedef long int ac_int64;
| 
| /*
|  * These are globals to discourage the compiler from folding all the
|  * arithmetic tests down to compile-time constants.
|  */
| ac_int64 a = 20000001;
| ac_int64 b = 40000005;
| 
| int does_int64_work()
| {
|   ac_int64 c,d;
| 
|   if (sizeof(ac_int64) != 8)
|     return 0;			/* definitely not the right size */
| 
|   /* Do perfunctory checks to see if 64-bit arithmetic seems to work */
|   c = a * b;
|   d = (c + b) / b;
|   if (d != a+1)
|     return 0;
|   return 1;
| }
| main() {
|   exit(! does_int64_work());
| }
configure:14461: result: no
configure:14475: checking whether long long int is 64 bits
configure:14567: gcc -o conftest -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations   conftest.c -lcrypt -lresolv -lgen -lsocket -lnsl -lm  >&5
conftest.c:54:5: warning: no previous prototype for 'does_int64_work' [-Wmissing-prototypes]
 int does_int64_work()
     ^
conftest.c:68:1: warning: return type defaults to 'int' [-Wreturn-type]
 main() {
 ^
conftest.c: In function 'main':
conftest.c:69:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
   exit(! does_int64_work());
   ^
conftest.c:69:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
configure:14571: $? = 0
configure:14577: ./conftest
configure:14581: $? = 0
configure:14598: result: yes
configure:14638: gcc -c -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations  conftest.c >&5
configure:14645: $? = 0
configure:14672: checking snprintf format for long long int
configure:14718: gcc -o conftest -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations   conftest.c -lcrypt -lresolv -lgen -lsocket -lnsl -lm  >&5
conftest.c:54:5: warning: no previous prototype for 'does_int64_snprintf_work' [-Wmissing-prototypes]
 int does_int64_snprintf_work()
     ^
conftest.c: In function 'does_int64_snprintf_work':
conftest.c:64:3: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
   if (strcmp(buf, "800000140000005") != 0)
   ^
conftest.c: At top level:
conftest.c:68:1: warning: return type defaults to 'int' [-Wreturn-type]
 main() {
 ^
conftest.c: In function 'main':
conftest.c:69:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
   exit(! does_int64_snprintf_work());
   ^
conftest.c:69:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
configure:14722: $? = 0
configure:14728: ./conftest
configure:14732: $? = 0
configure:14754: result: %lld
configure:14822: checking size of unsigned long
configure:15127: gcc -o conftest -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations   conftest.c -lcrypt -lresolv -lgen -lsocket -lnsl -lm  >&5
configure:15131: $? = 0
configure:15137: ./conftest
configure:15141: $? = 0
configure:15167: result: 4
configure:15183: checking size of void *
configure:15488: gcc -o conftest -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations   conftest.c -lcrypt -lresolv -lgen -lsocket -lnsl -lm  >&5
configure:15492: $? = 0
configure:15498: ./conftest
configure:15502: $? = 0
configure:15528: result: 4
configure:15542: checking size of size_t
configure:15847: gcc -o conftest -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations   conftest.c -lcrypt -lresolv -lgen -lsocket -lnsl -lm  >&5
configure:15851: $? = 0
configure:15857: ./conftest
configure:15861: $? = 0
configure:15887: result: 4
configure:15899: checking whether to build with float4 passed by value
configure:15937: result: yes
configure:15949: checking whether to build with float8 passed by value
configure:16021: result: no
configure:16056: checking for struct sockaddr_storage
configure:16089: gcc -c -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations  conftest.c >&5
configure:16096: $? = 0
configure:16128: gcc -c -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations  conftest.c >&5
conftest.c: In function 'main':
conftest.c:66:38: error: expected expression before ')' token
 if (sizeof ((struct sockaddr_storage)))
                                      ^
configure:16135: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBM 1
| #define HAVE_LIBNSL 1
| #define HAVE_LIBSOCKET 1
| #define HAVE_LIBGEN 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBCRYPT 1
| #define HAVE_STRLCPY 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_CRYPT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LONG_LONG_INT_64 1
| #define HAVE_LL_CONSTANTS 1
| #define PACKAGE "pgpool-II"
| #define VERSION "3.4.0"
| #define INT64_FORMAT "%lld"
| #define UINT64_FORMAT "%llu"
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define USE_FLOAT4_BYVAL 1
| #define FLOAT4PASSBYVAL true
| #define FLOAT8PASSBYVAL false
| /* end confdefs.h.  */
| #include <sys/types.h>
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| 
| 
| int
| main ()
| {
| if (sizeof ((struct sockaddr_storage)))
| 	  return 0;
|   ;
|   return 0;
| }
configure:16158: result: yes
configure:16169: checking for struct sockaddr_storage.ss_family
configure:16202: gcc -c -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations  conftest.c >&5
configure:16209: $? = 0
configure:16272: result: yes
configure:16282: checking for struct sockaddr_storage.__ss_family
configure:16315: gcc -c -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations  conftest.c >&5
conftest.c: In function 'main':
conftest.c:69:12: error: 'struct sockaddr_storage' has no member named '__ss_family'
 if (ac_aggr.__ss_family)
            ^
conftest.c:68:32: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable]
 static struct sockaddr_storage ac_aggr;
                                ^
configure:16322: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBM 1
| #define HAVE_LIBNSL 1
| #define HAVE_LIBSOCKET 1
| #define HAVE_LIBGEN 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBCRYPT 1
| #define HAVE_STRLCPY 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_CRYPT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LONG_LONG_INT_64 1
| #define HAVE_LL_CONSTANTS 1
| #define PACKAGE "pgpool-II"
| #define VERSION "3.4.0"
| #define INT64_FORMAT "%lld"
| #define UINT64_FORMAT "%llu"
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define USE_FLOAT4_BYVAL 1
| #define FLOAT4PASSBYVAL true
| #define FLOAT8PASSBYVAL false
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| 
| 
| int
| main ()
| {
| static struct sockaddr_storage ac_aggr;
| if (ac_aggr.__ss_family)
| return 0;
|   ;
|   return 0;
| }
configure:16360: gcc -c -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations  conftest.c >&5
conftest.c: In function 'main':
conftest.c:69:19: error: 'struct sockaddr_storage' has no member named '__ss_family'
 if (sizeof ac_aggr.__ss_family)
                   ^
conftest.c:68:32: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable]
 static struct sockaddr_storage ac_aggr;
                                ^
configure:16367: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBM 1
| #define HAVE_LIBNSL 1
| #define HAVE_LIBSOCKET 1
| #define HAVE_LIBGEN 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBCRYPT 1
| #define HAVE_STRLCPY 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_CRYPT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LONG_LONG_INT_64 1
| #define HAVE_LL_CONSTANTS 1
| #define PACKAGE "pgpool-II"
| #define VERSION "3.4.0"
| #define INT64_FORMAT "%lld"
| #define UINT64_FORMAT "%llu"
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define USE_FLOAT4_BYVAL 1
| #define FLOAT4PASSBYVAL true
| #define FLOAT8PASSBYVAL false
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| 
| 
| int
| main ()
| {
| static struct sockaddr_storage ac_aggr;
| if (sizeof ac_aggr.__ss_family)
| return 0;
|   ;
|   return 0;
| }
configure:16385: result: no
configure:16395: checking for struct sockaddr_storage.ss_len
configure:16428: gcc -c -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations  conftest.c >&5
conftest.c: In function 'main':
conftest.c:69:12: error: 'struct sockaddr_storage' has no member named 'ss_len'
 if (ac_aggr.ss_len)
            ^
conftest.c:68:32: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable]
 static struct sockaddr_storage ac_aggr;
                                ^
configure:16435: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBM 1
| #define HAVE_LIBNSL 1
| #define HAVE_LIBSOCKET 1
| #define HAVE_LIBGEN 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBCRYPT 1
| #define HAVE_STRLCPY 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_CRYPT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LONG_LONG_INT_64 1
| #define HAVE_LL_CONSTANTS 1
| #define PACKAGE "pgpool-II"
| #define VERSION "3.4.0"
| #define INT64_FORMAT "%lld"
| #define UINT64_FORMAT "%llu"
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define USE_FLOAT4_BYVAL 1
| #define FLOAT4PASSBYVAL true
| #define FLOAT8PASSBYVAL false
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| 
| 
| int
| main ()
| {
| static struct sockaddr_storage ac_aggr;
| if (ac_aggr.ss_len)
| return 0;
|   ;
|   return 0;
| }
configure:16473: gcc -c -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations  conftest.c >&5
conftest.c: In function 'main':
conftest.c:69:19: error: 'struct sockaddr_storage' has no member named 'ss_len'
 if (sizeof ac_aggr.ss_len)
                   ^
conftest.c:68:32: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable]
 static struct sockaddr_storage ac_aggr;
                                ^
configure:16480: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBM 1
| #define HAVE_LIBNSL 1
| #define HAVE_LIBSOCKET 1
| #define HAVE_LIBGEN 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBCRYPT 1
| #define HAVE_STRLCPY 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_CRYPT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LONG_LONG_INT_64 1
| #define HAVE_LL_CONSTANTS 1
| #define PACKAGE "pgpool-II"
| #define VERSION "3.4.0"
| #define INT64_FORMAT "%lld"
| #define UINT64_FORMAT "%llu"
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define USE_FLOAT4_BYVAL 1
| #define FLOAT4PASSBYVAL true
| #define FLOAT8PASSBYVAL false
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| 
| 
| int
| main ()
| {
| static struct sockaddr_storage ac_aggr;
| if (sizeof ac_aggr.ss_len)
| return 0;
|   ;
|   return 0;
| }
configure:16498: result: no
configure:16508: checking for struct sockaddr_storage.__ss_len
configure:16541: gcc -c -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations  conftest.c >&5
conftest.c: In function 'main':
conftest.c:69:12: error: 'struct sockaddr_storage' has no member named '__ss_len'
 if (ac_aggr.__ss_len)
            ^
conftest.c:68:32: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable]
 static struct sockaddr_storage ac_aggr;
                                ^
configure:16548: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBM 1
| #define HAVE_LIBNSL 1
| #define HAVE_LIBSOCKET 1
| #define HAVE_LIBGEN 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBCRYPT 1
| #define HAVE_STRLCPY 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_CRYPT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LONG_LONG_INT_64 1
| #define HAVE_LL_CONSTANTS 1
| #define PACKAGE "pgpool-II"
| #define VERSION "3.4.0"
| #define INT64_FORMAT "%lld"
| #define UINT64_FORMAT "%llu"
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define USE_FLOAT4_BYVAL 1
| #define FLOAT4PASSBYVAL true
| #define FLOAT8PASSBYVAL false
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| 
| 
| int
| main ()
| {
| static struct sockaddr_storage ac_aggr;
| if (ac_aggr.__ss_len)
| return 0;
|   ;
|   return 0;
| }
configure:16586: gcc -c -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations  conftest.c >&5
conftest.c: In function 'main':
conftest.c:69:19: error: 'struct sockaddr_storage' has no member named '__ss_len'
 if (sizeof ac_aggr.__ss_len)
                   ^
conftest.c:68:32: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable]
 static struct sockaddr_storage ac_aggr;
                                ^
configure:16593: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBM 1
| #define HAVE_LIBNSL 1
| #define HAVE_LIBSOCKET 1
| #define HAVE_LIBGEN 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBCRYPT 1
| #define HAVE_STRLCPY 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_CRYPT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LONG_LONG_INT_64 1
| #define HAVE_LL_CONSTANTS 1
| #define PACKAGE "pgpool-II"
| #define VERSION "3.4.0"
| #define INT64_FORMAT "%lld"
| #define UINT64_FORMAT "%llu"
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define USE_FLOAT4_BYVAL 1
| #define FLOAT4PASSBYVAL true
| #define FLOAT8PASSBYVAL false
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| 
| 
| int
| main ()
| {
| static struct sockaddr_storage ac_aggr;
| if (sizeof ac_aggr.__ss_len)
| return 0;
|   ;
|   return 0;
| }
configure:16611: result: no
configure:16621: checking for struct sockaddr.sa_len
configure:16654: gcc -c -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations  conftest.c >&5
conftest.c: In function 'main':
conftest.c:69:12: error: 'struct sockaddr' has no member named 'sa_len'
 if (ac_aggr.sa_len)
            ^
conftest.c:68:24: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable]
 static struct sockaddr ac_aggr;
                        ^
configure:16661: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBM 1
| #define HAVE_LIBNSL 1
| #define HAVE_LIBSOCKET 1
| #define HAVE_LIBGEN 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBCRYPT 1
| #define HAVE_STRLCPY 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_CRYPT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LONG_LONG_INT_64 1
| #define HAVE_LL_CONSTANTS 1
| #define PACKAGE "pgpool-II"
| #define VERSION "3.4.0"
| #define INT64_FORMAT "%lld"
| #define UINT64_FORMAT "%llu"
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define USE_FLOAT4_BYVAL 1
| #define FLOAT4PASSBYVAL true
| #define FLOAT8PASSBYVAL false
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| 
| 
| int
| main ()
| {
| static struct sockaddr ac_aggr;
| if (ac_aggr.sa_len)
| return 0;
|   ;
|   return 0;
| }
configure:16699: gcc -c -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations  conftest.c >&5
conftest.c: In function 'main':
conftest.c:69:19: error: 'struct sockaddr' has no member named 'sa_len'
 if (sizeof ac_aggr.sa_len)
                   ^
conftest.c:68:24: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable]
 static struct sockaddr ac_aggr;
                        ^
configure:16706: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBM 1
| #define HAVE_LIBNSL 1
| #define HAVE_LIBSOCKET 1
| #define HAVE_LIBGEN 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBCRYPT 1
| #define HAVE_STRLCPY 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_CRYPT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LONG_LONG_INT_64 1
| #define HAVE_LL_CONSTANTS 1
| #define PACKAGE "pgpool-II"
| #define VERSION "3.4.0"
| #define INT64_FORMAT "%lld"
| #define UINT64_FORMAT "%llu"
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define USE_FLOAT4_BYVAL 1
| #define FLOAT4PASSBYVAL true
| #define FLOAT8PASSBYVAL false
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| 
| 
| int
| main ()
| {
| static struct sockaddr ac_aggr;
| if (sizeof ac_aggr.sa_len)
| return 0;
|   ;
|   return 0;
| }
configure:16724: result: no
configure:16736: checking for union semun
configure:16767: gcc -c -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations  conftest.c >&5
conftest.c: In function 'main':
conftest.c:66:13: error: invalid application of 'sizeof' to incomplete type 'union semun'
 if (sizeof (union semun))
             ^
configure:16774: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBM 1
| #define HAVE_LIBNSL 1
| #define HAVE_LIBSOCKET 1
| #define HAVE_LIBGEN 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBCRYPT 1
| #define HAVE_STRLCPY 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_CRYPT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LONG_LONG_INT_64 1
| #define HAVE_LL_CONSTANTS 1
| #define PACKAGE "pgpool-II"
| #define VERSION "3.4.0"
| #define INT64_FORMAT "%lld"
| #define UINT64_FORMAT "%llu"
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define USE_FLOAT4_BYVAL 1
| #define FLOAT4PASSBYVAL true
| #define FLOAT8PASSBYVAL false
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <sys/ipc.h>
| #include <sys/sem.h>
| 
| int
| main ()
| {
| if (sizeof (union semun))
|        return 0;
|   ;
|   return 0;
| }
configure:16834: result: no
configure:16846: checking return type of signal handlers
configure:16874: gcc -c -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations  conftest.c >&5
conftest.c: In function 'main':
conftest.c:65:1: error: void value not ignored as it ought to be
 return *(signal (0, 0)) (0) == 1;
 ^
configure:16881: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBM 1
| #define HAVE_LIBNSL 1
| #define HAVE_LIBSOCKET 1
| #define HAVE_LIBGEN 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBCRYPT 1
| #define HAVE_STRLCPY 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_CRYPT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LONG_LONG_INT_64 1
| #define HAVE_LL_CONSTANTS 1
| #define PACKAGE "pgpool-II"
| #define VERSION "3.4.0"
| #define INT64_FORMAT "%lld"
| #define UINT64_FORMAT "%llu"
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define USE_FLOAT4_BYVAL 1
| #define FLOAT4PASSBYVAL true
| #define FLOAT8PASSBYVAL false
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <signal.h>
| 
| int
| main ()
| {
| return *(signal (0, 0)) (0) == 1;
|   ;
|   return 0;
| }
configure:16896: result: void
configure:16908: checking for vprintf
configure:16964: gcc -o conftest -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations   conftest.c -lcrypt -lresolv -lgen -lsocket -lnsl -lm  >&5
conftest.c:83:6: warning: conflicting types for built-in function 'vprintf' [enabled by default]
 char vprintf ();
      ^
configure:16971: $? = 0
configure:16993: result: yes
configure:17002: checking for _doprnt
configure:17058: gcc -o conftest -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations   conftest.c -lcrypt -lresolv -lgen -lsocket -lnsl -lm  >&5
configure:17065: $? = 0
configure:17085: result: yes
configure:17099: checking for wait3 that fills in rusage
configure:17155: gcc -o conftest -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations   conftest.c -lcrypt -lresolv -lgen -lsocket -lnsl -lm  >&5
configure:17159: $? = 0
configure:17165: ./conftest
configure:17169: $? = 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 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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBM 1
| #define HAVE_LIBNSL 1
| #define HAVE_LIBSOCKET 1
| #define HAVE_LIBGEN 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBCRYPT 1
| #define HAVE_STRLCPY 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_CRYPT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LONG_LONG_INT_64 1
| #define HAVE_LL_CONSTANTS 1
| #define PACKAGE "pgpool-II"
| #define VERSION "3.4.0"
| #define INT64_FORMAT "%lld"
| #define UINT64_FORMAT "%llu"
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define USE_FLOAT4_BYVAL 1
| #define FLOAT4PASSBYVAL true
| #define FLOAT8PASSBYVAL false
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define RETSIGTYPE void
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 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/time.h>
| #include <sys/resource.h>
| #include <sys/wait.h>
| /* HP-UX has wait3 but does not fill in rusage at all.  */
| int
| main ()
| {
|   struct rusage r;
|   int i;
|   /* Use a field that we can force nonzero --
|      voluntary context switches.
|      For systems like NeXT and OSF/1 that don't set it,
|      also use the system CPU time.  And page faults (I/O) for Linux.  */
|   r.ru_nvcsw = 0;
|   r.ru_stime.tv_sec = 0;
|   r.ru_stime.tv_usec = 0;
|   r.ru_majflt = r.ru_minflt = 0;
|   switch (fork ())
|     {
|     case 0: /* Child.  */
|       sleep(1); /* Give up the CPU.  */
|       _exit(0);
|       break;
|     case -1: /* What can we do?  */
|       _exit(0);
|       break;
|     default: /* Parent.  */
|       wait3(&i, 0, &r);
|       /* Avoid "text file busy" from rm on fast HP-UX machines.  */
|       sleep(2);
|       return (r.ru_nvcsw == 0 && r.ru_majflt == 0 && r.ru_minflt == 0
| 	      && r.ru_stime.tv_sec == 0 && r.ru_stime.tv_usec == 0);
|     }
| }
configure:17186: result: no
configure:17196: checking types of arguments for accept()
configure:17241: gcc -c -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations  conftest.c >&5
conftest.c:68:12: error: conflicting types for 'accept'
 extern int accept (int, struct sockaddr *, int *);
            ^
In file included from conftest.c:66:0:
/usr/include/sys/socket.h:512:12: note: previous declaration of 'accept' was here
 extern int accept(int, struct sockaddr *_RESTRICT_KYWD, Psocklen_t);
            ^
configure:17248: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBM 1
| #define HAVE_LIBNSL 1
| #define HAVE_LIBSOCKET 1
| #define HAVE_LIBGEN 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBCRYPT 1
| #define HAVE_STRLCPY 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_CRYPT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LONG_LONG_INT_64 1
| #define HAVE_LL_CONSTANTS 1
| #define PACKAGE "pgpool-II"
| #define VERSION "3.4.0"
| #define INT64_FORMAT "%lld"
| #define UINT64_FORMAT "%llu"
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define USE_FLOAT4_BYVAL 1
| #define FLOAT4PASSBYVAL true
| #define FLOAT8PASSBYVAL false
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define RETSIGTYPE void
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| /* end confdefs.h.  */
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| extern int accept (int, struct sockaddr *, int *);
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:17241: gcc -c -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations  conftest.c >&5
configure:17248: $? = 0
configure:17282: result: int, int, struct sockaddr *, size_t *
configure:17323: checking for setsid
configure:17379: gcc -o conftest -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations   conftest.c -lcrypt -lresolv -lgen -lsocket -lnsl -lm  >&5
configure:17386: $? = 0
configure:17408: result: yes
configure:17323: checking for select
configure:17379: gcc -o conftest -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations   conftest.c -lcrypt -lresolv -lgen -lsocket -lnsl -lm  >&5
configure:17386: $? = 0
configure:17408: result: yes
configure:17323: checking for socket
configure:17379: gcc -o conftest -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations   conftest.c -lcrypt -lresolv -lgen -lsocket -lnsl -lm  >&5
configure:17386: $? = 0
configure:17408: result: yes
configure:17323: checking for sigprocmask
configure:17379: gcc -o conftest -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations   conftest.c -lcrypt -lresolv -lgen -lsocket -lnsl -lm  >&5
configure:17386: $? = 0
configure:17408: result: yes
configure:17323: checking for strdup
configure:17379: gcc -o conftest -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations   conftest.c -lcrypt -lresolv -lgen -lsocket -lnsl -lm  >&5
conftest.c:93:6: warning: conflicting types for built-in function 'strdup' [enabled by default]
 char strdup ();
      ^
configure:17386: $? = 0
configure:17408: result: yes
configure:17323: checking for strerror
configure:17379: gcc -o conftest -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations   conftest.c -lcrypt -lresolv -lgen -lsocket -lnsl -lm  >&5
configure:17386: $? = 0
configure:17408: result: yes
configure:17323: checking for strftime
configure:17379: gcc -o conftest -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations   conftest.c -lcrypt -lresolv -lgen -lsocket -lnsl -lm  >&5
conftest.c:95:6: warning: conflicting types for built-in function 'strftime' [enabled by default]
 char strftime ();
      ^
configure:17386: $? = 0
configure:17408: result: yes
configure:17323: checking for strtok
configure:17379: gcc -o conftest -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations   conftest.c -lcrypt -lresolv -lgen -lsocket -lnsl -lm  >&5
configure:17386: $? = 0
configure:17408: result: yes
configure:17323: checking for asprintf
configure:17379: gcc -o conftest -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations   conftest.c -lcrypt -lresolv -lgen -lsocket -lnsl -lm  >&5
configure:17386: $? = 0
configure:17408: result: yes
configure:17323: checking for vasprintf
configure:17379: gcc -o conftest -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations   conftest.c -lcrypt -lresolv -lgen -lsocket -lnsl -lm  >&5
configure:17386: $? = 0
configure:17408: result: yes
configure:17323: checking for gai_strerror
configure:17379: gcc -o conftest -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations   conftest.c -lcrypt -lresolv -lgen -lsocket -lnsl -lm  >&5
configure:17386: $? = 0
configure:17408: result: yes
configure:17323: checking for hstrerror
configure:17379: gcc -o conftest -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations   conftest.c -lcrypt -lresolv -lgen -lsocket -lnsl -lm  >&5
configure:17386: $? = 0
configure:17408: result: yes
configure:17323: checking for pstat
configure:17379: gcc -o conftest -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations   conftest.c -lcrypt -lresolv -lgen -lsocket -lnsl -lm  >&5
Undefined			first referenced
 symbol  			    in file
pstat                               /var/tmp//cc4haWNx.o
ld: fatal: symbol referencing errors
collect2: error: ld returned 1 exit status
configure:17386: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBM 1
| #define HAVE_LIBNSL 1
| #define HAVE_LIBSOCKET 1
| #define HAVE_LIBGEN 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBCRYPT 1
| #define HAVE_STRLCPY 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_CRYPT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LONG_LONG_INT_64 1
| #define HAVE_LL_CONSTANTS 1
| #define PACKAGE "pgpool-II"
| #define VERSION "3.4.0"
| #define INT64_FORMAT "%lld"
| #define UINT64_FORMAT "%llu"
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define USE_FLOAT4_BYVAL 1
| #define FLOAT4PASSBYVAL true
| #define FLOAT8PASSBYVAL false
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define RETSIGTYPE void
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 size_t
| #define HAVE_SETSID 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRTOK 1
| #define HAVE_ASPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_HSTRERROR 1
| /* end confdefs.h.  */
| /* Define pstat to an innocuous variant, in case <limits.h> declares pstat.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define pstat innocuous_pstat
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char pstat (); 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 pstat
| 
| /* 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 pstat ();
| /* 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_pstat || defined __stub___pstat
| choke me
| #endif
| 
| int
| main ()
| {
| return pstat ();
|   ;
|   return 0;
| }
configure:17408: result: no
configure:17323: checking for setproctitle
configure:17379: gcc -o conftest -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations   conftest.c -lcrypt -lresolv -lgen -lsocket -lnsl -lm  >&5
Undefined			first referenced
 symbol  			    in file
setproctitle                        /var/tmp//cckka4Px.o
ld: fatal: symbol referencing errors
collect2: error: ld returned 1 exit status
configure:17386: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBM 1
| #define HAVE_LIBNSL 1
| #define HAVE_LIBSOCKET 1
| #define HAVE_LIBGEN 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBCRYPT 1
| #define HAVE_STRLCPY 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_CRYPT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LONG_LONG_INT_64 1
| #define HAVE_LL_CONSTANTS 1
| #define PACKAGE "pgpool-II"
| #define VERSION "3.4.0"
| #define INT64_FORMAT "%lld"
| #define UINT64_FORMAT "%llu"
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_SIZE_T 4
| #define USE_FLOAT4_BYVAL 1
| #define FLOAT4PASSBYVAL true
| #define FLOAT8PASSBYVAL false
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define RETSIGTYPE void
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 size_t
| #define HAVE_SETSID 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRTOK 1
| #define HAVE_ASPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_HSTRERROR 1
| /* end confdefs.h.  */
| /* Define setproctitle to an innocuous variant, in case <limits.h> declares setproctitle.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define setproctitle innocuous_setproctitle
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char setproctitle (); 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 setproctitle
| 
| /* 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 setproctitle ();
| /* 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_setproctitle || defined __stub___setproctitle
| choke me
| #endif
| 
| int
| main ()
| {
| return setproctitle ();
|   ;
|   return 0;
| }
configure:17408: result: no
configure:17323: checking for vsyslog
configure:17379: gcc -o conftest -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations   conftest.c -lcrypt -lresolv -lgen -lsocket -lnsl -lm  >&5
configure:17386: $? = 0
configure:17408: result: yes
configure:17425: checking for pg_config
configure:17455: result: no
configure:17549: checking openssl/ssl.h usability
configure:17566: gcc -c -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations  conftest.c >&5
configure:17573: $? = 0
configure:17587: result: yes
configure:17591: checking openssl/ssl.h presence
configure:17606: gcc -E  conftest.c
configure:17613: $? = 0
configure:17627: result: yes
configure:17655: checking for openssl/ssl.h
configure:17664: result: yes
configure:17696: checking for CRYPTO_new_ex_data in -lcrypto
configure:17731: gcc -o conftest -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations   conftest.c -lcrypto  -lcrypt -lresolv -lgen -lsocket -lnsl -lm  >&5
configure:17738: $? = 0
configure:17759: result: yes
configure:17775: checking for SSL_library_init in -lssl
configure:17810: gcc -o conftest -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations   conftest.c -lssl  -lcrypto -lcrypt -lresolv -lgen -lsocket -lnsl -lm  >&5
configure:17817: $? = 0
configure:17838: result: yes
configure:18511: checking for PQexecPrepared in -lpq
configure:18546: gcc -o conftest -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations  -L/opt/postgres/9.3-pgdg/lib conftest.c -lpq  -lssl -lcrypto -lcrypt -lresolv -lgen -lsocket -lnsl -lm  >&5
configure:18553: $? = 0
configure:18574: result: yes
configure:18593: checking for PQprepare
configure:18649: gcc -o conftest -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations  -L/opt/postgres/9.3-pgdg/lib conftest.c -lpq -lssl -lcrypto -lcrypt -lresolv -lgen -lsocket -lnsl -lm  >&5
configure:18656: $? = 0
configure:18678: result: yes
configure:18720: checking whether to use row lock against the sequence table for insert_lock
configure:18760: result: no
configure:18765: checking whether to use table lock against the target table for insert_lock
configure:18805: result: no
configure:18841: result: enable cassert = no
configure:18980: 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 solaris

config.status:1084: creating Makefile
config.status:1084: creating doc/Makefile
config.status:1084: creating src/Makefile
config.status:1084: creating src/include/Makefile
config.status:1084: creating src/parser/Makefile
config.status:1084: creating src/libs/Makefile
config.status:1084: creating src/libs/pcp/Makefile
config.status:1084: creating src/tools/Makefile
config.status:1084: creating src/tools/pgmd5/Makefile
config.status:1084: creating src/tools/pcp/Makefile
config.status:1084: creating src/watchdog/Makefile
config.status:1084: creating src/include/config.h
config.status:1306: src/include/config.h is unchanged
config.status:1358: executing depfiles commands
config.status:1358: executing libtool commands

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

ac_cv_build=i386-pc-solaris2.11
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
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_LDFLAGS_set=''
ac_cv_env_LDFLAGS_value=''
ac_cv_env_LIBS_set=''
ac_cv_env_LIBS_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_PQprepare=yes
ac_cv_func__doprnt=yes
ac_cv_func_accept_arg1=int
ac_cv_func_accept_arg2='struct sockaddr *'
ac_cv_func_accept_arg3=size_t
ac_cv_func_accept_return=int
ac_cv_func_asprintf=yes
ac_cv_func_gai_strerror=yes
ac_cv_func_hstrerror=yes
ac_cv_func_pstat=no
ac_cv_func_select=yes
ac_cv_func_setproctitle=no
ac_cv_func_setsid=yes
ac_cv_func_sigprocmask=yes
ac_cv_func_socket=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_strftime=yes
ac_cv_func_strlcat_=no
ac_cv_func_strlcpy=yes
ac_cv_func_strtok=yes
ac_cv_func_vasprintf=yes
ac_cv_func_vprintf=yes
ac_cv_func_vsyslog=yes
ac_cv_func_wait3_rusage=no
ac_cv_header_crypt_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_getopt_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_netinet_tcp_h=yes
ac_cv_header_openssl_ssl_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_pstat_h=no
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_sem_h=yes
ac_cv_header_sys_shm_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_wait_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i386-pc-solaris2.11
ac_cv_lib_BSD_main=no
ac_cv_lib_IPC_main=no
ac_cv_lib_PW_main=no
ac_cv_lib_crypt_main=yes
ac_cv_lib_crypto_CRYPTO_new_ex_data=yes
ac_cv_lib_gen_main=yes
ac_cv_lib_ipc_main=no
ac_cv_lib_lc_main=no
ac_cv_lib_lex=-ll
ac_cv_lib_m_main=yes
ac_cv_lib_nsl_main=yes
ac_cv_lib_pq_PQexecPrepared=yes
ac_cv_lib_resolv_main=yes
ac_cv_lib_socket_main=yes
ac_cv_lib_ssl_SSL_library_init=yes
ac_cv_member_struct_sockaddr_sa_len=no
ac_cv_member_struct_sockaddr_storage___ss_family=no
ac_cv_member_struct_sockaddr_storage___ss_len=no
ac_cv_member_struct_sockaddr_storage_ss_family=yes
ac_cv_member_struct_sockaddr_storage_ss_len=no
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/ggrep -E'
ac_cv_path_FGREP='/usr/bin/ggrep -F'
ac_cv_path_GREP=/usr/bin/ggrep
ac_cv_path_SED=/usr/bin/gsed
ac_cv_path_install='/usr/bin/ginstall -c'
ac_cv_path_mkdir=/usr/bin/gmkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_LEX=lex
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_MANIFEST_TOOL=mt
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=''
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_gcc_c_o=yes
ac_cv_prog_lex_root=lex.yy
ac_cv_prog_lex_yytext_pointer=no
ac_cv_prog_make_make_set=yes
ac_cv_sizeof_size_t=4
ac_cv_sizeof_unsigned_long=4
ac_cv_sizeof_void_p=4
ac_cv_type_pid_t=yes
ac_cv_type_signal=void
ac_cv_type_struct_sockaddr_storage=yes
ac_cv_type_union_semun=no
ac_cv_wall=yes
ac_cv_wmissing_declarations=yes
ac_cv_wmissing_prototypes=yes
am_cv_CC_dependencies_compiler_type=gcc3
lt_cv_ar_at_file=no
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=''
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -p'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=no
lt_cv_prog_gnu_ld=no
lt_cv_sharedlib_from_linklib_cmd='print -r --'
lt_cv_sys_global_symbol_pipe=$'sed -n -e \'s/^.*[\t ]\\([BDRT][BDRT]*\\)[\t ][\t ]*\\([_A-Za-z][_A-Za-z0-9]*\\)$/\\1 \\2 \\2/p\' | sed \'/ __gnu_lto/d\''
lt_cv_sys_global_symbol_to_c_name_address=$'sed -n -e \'s/^: \\([^ ]*\\)[ ]*$/  {\\"\\1\\", (void *) 0},/p\' -e \'s/^[BDRT]* \\([^ ]*\\) \\([^ ]*\\)$/  {"\\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/^[BDRT]* \\([^ ]*\\) \\(lib[^ ]*\\)$/  {"\\2", (void *) \\&\\2},/p\' -e \'s/^[BDRT]* \\([^ ]*\\) \\([^ ]*\\)$/  {"lib\\2", (void *) \\&\\2},/p\''
lt_cv_sys_global_symbol_to_cdecl=$'sed -n -e \'s/^T .* \\(.*\\)$/extern int \\1();/p\' -e \'s/^[BDRT]* .* \\(.*\\)$/extern char \\1;/p\''
lt_cv_sys_max_cmd_len=786240
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
pgac_cv_snprintf_long_long_int_format=%lld
pgac_cv_type_long_int_64=no
pgac_cv_type_long_long_int_64=yes

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

ACLOCAL='${SHELL} /export/home/manav/pgpool-II-3.4.0/missing --run aclocal-1.11'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /export/home/manav/pgpool-II-3.4.0/missing --run tar'
AR='ar'
AUTOCONF='${SHELL} /export/home/manav/pgpool-II-3.4.0/missing --run autoconf'
AUTOHEADER='${SHELL} /export/home/manav/pgpool-II-3.4.0/missing --run autoheader'
AUTOMAKE='${SHELL} /export/home/manav/pgpool-II-3.4.0/missing --run automake-1.11'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations'
CPP='gcc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL=''
DUMPBIN=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/ggrep -E'
EXEEXT=''
FGREP='/usr/bin/ggrep -F'
GREP='/usr/bin/ggrep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/usr/bin/ld'
LDFLAGS=''
LEX='lex'
LEXLIB='-ll'
LEX_OUTPUT_ROOT='lex.yy'
LIBOBJS=''
LIBS='-lssl -lcrypto -lcrypt -lresolv -lgen -lsocket -lnsl -lm '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /export/home/manav/pgpool-II-3.4.0/missing --run makeinfo'
MANIFEST_TOOL=':'
MEMCACHED_DIR=''
MEMCACHED_INCLUDE_OPT=''
MEMCACHED_LINK_OPT=''
MEMCACHED_RPATH_OPT=''
MKDIR_P='/usr/bin/gmkdir -p'
NM='/usr/bin/nm -p'
NMEDIT=''
OBJDUMP='false'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='pgpool-II'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PGCONFIG=''
PGSQL_INCLUDE_DIR='/opt/postgres/9.3-pgdg/include'
PGSQL_LIB_DIR='/opt/postgres/9.3-pgdg/lib'
RANLIB='ranlib'
SED='/usr/bin/gsed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='3.4.0'
YACC='bison -y'
YFLAGS=''
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_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='i386-pc-solaris2.11'
build_alias=''
build_cpu='i386'
build_os='solaris2.11'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
enable_rpath_FALSE='#'
enable_rpath_TRUE=''
exec_prefix='${prefix}'
host='i386-pc-solaris2.11'
host_alias=''
host_cpu='i386'
host_os='solaris2.11'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /export/home/manav/pgpool-II-3.4.0/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/usr/bin/gmkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/opt/pgpool-II'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#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 HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_LIBM 1
#define HAVE_LIBNSL 1
#define HAVE_LIBSOCKET 1
#define HAVE_LIBGEN 1
#define HAVE_LIBRESOLV 1
#define HAVE_LIBCRYPT 1
#define HAVE_STRLCPY 1
#define STDC_HEADERS 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_FCNTL_H 1
#define HAVE_UNISTD_H 1
#define HAVE_GETOPT_H 1
#define HAVE_NETINET_TCP_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_NETDB_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_UN_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_SEM_H 1
#define HAVE_SYS_SHM_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_CRYPT_H 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_LONG_LONG_INT_64 1
#define HAVE_LL_CONSTANTS 1
#define PACKAGE "pgpool-II"
#define VERSION "3.4.0"
#define INT64_FORMAT "%lld"
#define UINT64_FORMAT "%llu"
#define SIZEOF_UNSIGNED_LONG 4
#define SIZEOF_VOID_P 4
#define SIZEOF_SIZE_T 4
#define USE_FLOAT4_BYVAL 1
#define FLOAT4PASSBYVAL true
#define FLOAT8PASSBYVAL false
#define HAVE_STRUCT_SOCKADDR_STORAGE 1
#define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
#define RETSIGTYPE void
#define HAVE_VPRINTF 1
#define HAVE_DOPRNT 1
#define ACCEPT_TYPE_RETURN int
#define ACCEPT_TYPE_ARG1 int
#define ACCEPT_TYPE_ARG2 struct sockaddr *
#define ACCEPT_TYPE_ARG3 size_t
#define HAVE_SETSID 1
#define HAVE_SELECT 1
#define HAVE_SOCKET 1
#define HAVE_SIGPROCMASK 1
#define HAVE_STRDUP 1
#define HAVE_STRERROR 1
#define HAVE_STRFTIME 1
#define HAVE_STRTOK 1
#define HAVE_ASPRINTF 1
#define HAVE_VASPRINTF 1
#define HAVE_GAI_STRERROR 1
#define HAVE_HSTRERROR 1
#define HAVE_VSYSLOG 1
#define HAVE_OPENSSL_SSL_H 1
#define USE_SSL 1
#define HAVE_LIBCRYPTO 1
#define HAVE_LIBSSL 1
#define HAVE_LIBPQ 1
#define HAVE_PQPREPARE 1

configure: exit 0


More information about the pgpool-general mailing list