This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by lyskom-server configure 2.0.7, which was generated by GNU Autoconf 2.53. Invocation command line was $ ./configure -C --prefix=/mp/slaskdisk/tmp/xenofarm/lyskom-server/lysator.liu.se/buildtmp/dist/pfx --disable-dependency-tracking CC=ccache gcc ## --------- ## ## Platform. ## ## --------- ## hostname = lysator.liu.se uname -m = sun4 uname -r = 5.4 uname -s = SunOS uname -v = Generic_101945-63 /usr/bin/uname -p = sparc /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/bin PATH: . PATH: /usr/local/bin PATH: /sw/local/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1141: creating cache config.cache configure:1270: checking for a BSD-compatible install configure:1324: result: /sw/local/bin/install -c configure:1335: checking whether build environment is sane configure:1378: result: yes configure:1445: checking for gawk configure:1445: found /sw/local/bin/gawk configure:1445: result: gawk configure:1447: checking whether make sets ${MAKE} configure:1474: result: yes configure:1739: checking for ar configure:1766: found /usr/ccs/bin/ar configure:1775: result: /usr/ccs/bin/ar configure:1865: checking for gcc configure:1865: result: ccache gcc configure:2100: checking for C compiler version configure:2106: ccache gcc --version &5 2.8.1 configure:2106: $? = 0 configure:2111: ccache gcc -v &5 Reading specs from /sw/local/lib/gcc-lib/sparc-sun-solaris2.4/2.8.1/specs gcc version 2.8.1 configure:2111: $? = 0 configure:2116: ccache gcc -V &5 gcc: argument to `-V' is missing configure:2116: $? = 1 configure:2141: checking for C compiler default output configure:2177: ccache gcc conftest.c >&5 configure:2177: $? = 0 configure:2180: result: a.out configure:2185: checking whether the C compiler works configure:2208: ./a.out configure:2208: $? = 0 configure:2209: result: yes configure:2216: checking whether we are cross compiling configure:2218: result: no configure:2221: checking for suffix of executables configure:2245: ccache gcc -o conftest conftest.c >&5 configure:2245: $? = 0 configure:2248: result: configure:2254: checking for suffix of object files configure:2299: ccache gcc -c conftest.c >&5 configure:2299: $? = 0 configure:2300: result: o configure:2304: checking whether we are using the GNU C compiler configure:2351: ccache gcc -c conftest.c >&5 configure:2351: $? = 0 configure:2351: test -s conftest.o configure:2351: $? = 0 configure:2352: result: yes configure:2358: checking whether ccache gcc accepts -g configure:2400: ccache gcc -c -g conftest.c >&5 configure:2400: $? = 0 configure:2400: test -s conftest.o configure:2400: $? = 0 configure:2401: result: yes configure:2533: ccache gcc -c -g -O2 conftest.c >&5 conftest.c:2: parse error before `me' configure:2533: $? = 1 configure: failed program was: #ifndef __cplusplus choke me #endif configure:2560: checking for style of include used by make configure:2588: result: GNU configure:2616: checking dependency style of ccache gcc configure:2678: result: none configure:2689: checking how to run the C preprocessor configure:2790: ccache gcc -E conftest.c configure:2790: $? = 0 configure:2790: ccache gcc -E conftest.c configure:2791: ac_nonexistent.h: No such file or directory configure:2790: $? = 1 configure: failed program was: #line 2790 "configure" #include "confdefs.h" #include configure:2791: result: ccache gcc -E configure:2867: ccache gcc -E conftest.c configure:2867: $? = 0 configure:2867: ccache gcc -E conftest.c configure:2868: ac_nonexistent.h: No such file or directory configure:2867: $? = 1 configure: failed program was: #line 2867 "configure" #include "confdefs.h" #include configure:2886: checking for AIX configure:2907: result: no configure:2911: checking for library containing strerror configure:3011: ccache gcc -o conftest -g -O2 conftest.c >&5 configure:3011: $? = 0 configure:3011: test -s conftest configure:3011: $? = 0 configure:3012: result: none required configure:3019: checking for ANSI C header files configure:3145: ccache gcc -E conftest.c configure:3145: $? = 0 configure:3145: ccache gcc -o conftest -g -O2 conftest.c >&5 configure:3145: $? = 0 configure:3145: ./conftest configure:3145: $? = 0 configure:3146: result: yes configure:3211: checking for sys/types.h configure:3211: ccache gcc -c -g -O2 conftest.c >&5 configure:3211: $? = 0 configure:3211: test -s conftest.o configure:3211: $? = 0 configure:3211: result: yes configure:3211: checking for sys/stat.h configure:3211: ccache gcc -c -g -O2 conftest.c >&5 configure:3211: $? = 0 configure:3211: test -s conftest.o configure:3211: $? = 0 configure:3211: result: yes configure:3211: checking for stdlib.h configure:3211: ccache gcc -c -g -O2 conftest.c >&5 configure:3211: $? = 0 configure:3211: test -s conftest.o configure:3211: $? = 0 configure:3211: result: yes configure:3211: checking for string.h configure:3211: ccache gcc -c -g -O2 conftest.c >&5 configure:3211: $? = 0 configure:3211: test -s conftest.o configure:3211: $? = 0 configure:3211: result: yes configure:3211: checking for memory.h configure:3211: ccache gcc -c -g -O2 conftest.c >&5 configure:3211: $? = 0 configure:3211: test -s conftest.o configure:3211: $? = 0 configure:3211: result: yes configure:3211: checking for strings.h configure:3211: ccache gcc -c -g -O2 conftest.c >&5 configure:3247: strings.h: No such file or directory configure:3211: $? = 1 configure: failed program was: #line 3211 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:3211: result: no configure:3211: checking for inttypes.h configure:3211: ccache gcc -c -g -O2 conftest.c >&5 configure:3247: inttypes.h: No such file or directory configure:3211: $? = 1 configure: failed program was: #line 3211 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:3211: result: no configure:3211: checking for stdint.h configure:3211: ccache gcc -c -g -O2 conftest.c >&5 configure:3247: stdint.h: No such file or directory configure:3211: $? = 1 configure: failed program was: #line 3211 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:3211: result: no configure:3211: checking for unistd.h configure:3211: ccache gcc -c -g -O2 conftest.c >&5 configure:3211: $? = 0 configure:3211: test -s conftest.o configure:3211: $? = 0 configure:3211: result: yes configure:3314: checking minix/config.h usability configure:3314: ccache gcc -c -g -O2 conftest.c >&5 configure:3349: minix/config.h: No such file or directory configure:3314: $? = 1 configure: failed program was: #line 3314 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:3314: result: no configure:3314: checking minix/config.h presence configure:3314: ccache gcc -E conftest.c configure:3315: minix/config.h: No such file or directory configure:3314: $? = 1 configure: failed program was: #line 3314 "configure" #include "confdefs.h" #include configure:3314: result: no configure:3314: checking for minix/config.h configure:3314: result: no configure:3343: checking for ccache gcc option to accept ANSI C configure:3429: ccache gcc -c -g -O2 conftest.c >&5 configure:3429: $? = 0 configure:3429: test -s conftest.o configure:3429: $? = 0 configure:3437: result: none needed configure:3445: checking for function prototypes configure:3460: result: yes configure:3462: checking for ANSI C header files configure:3589: result: yes configure:3711: checking for string.h configure:3711: result: yes configure:4074: checking whether ccache gcc accepts -Wbad-function-cast configure:4074: ccache gcc -o conftest -g -O2 -Wall -W -Wbad-function-cast conftest.c >&5 configure:4074: $? = 0 configure:4074: test -s conftest configure:4074: $? = 0 configure:4074: result: yes configure:4074: checking whether ccache gcc accepts -Wcast-align configure:4074: ccache gcc -o conftest -g -O2 -Wall -W -Wbad-function-cast -Wcast-align conftest.c >&5 configure:4074: $? = 0 configure:4074: test -s conftest configure:4074: $? = 0 configure:4074: result: yes configure:4074: checking whether ccache gcc accepts -Wwrite-strings configure:4074: ccache gcc -o conftest -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings conftest.c >&5 configure:4074: $? = 0 configure:4074: test -s conftest configure:4074: $? = 0 configure:4074: result: yes configure:4074: checking whether ccache gcc accepts -Wstrict-prototypes configure:4074: ccache gcc -o conftest -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes conftest.c >&5 configure:4084: warning: function declaration isn't a prototype configure:4074: $? = 0 configure:4074: test -s conftest configure:4074: $? = 0 configure:4074: result: yes configure:4074: checking whether ccache gcc accepts -Wmissing-prototypes configure:4074: ccache gcc -o conftest -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes conftest.c >&5 configure:4084: warning: function declaration isn't a prototype configure:4074: $? = 0 configure:4074: test -s conftest configure:4074: $? = 0 configure:4074: result: yes configure:4074: checking whether ccache gcc accepts -Wmissing-declarations configure:4074: ccache gcc -o conftest -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations conftest.c >&5 configure:4084: warning: function declaration isn't a prototype configure:4074: $? = 0 configure:4074: test -s conftest configure:4074: $? = 0 configure:4074: result: yes configure:4074: checking whether ccache gcc accepts -pipe configure:4074: ccache gcc -o conftest -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -pipe conftest.c >&5 configure:4084: warning: function declaration isn't a prototype configure:4074: $? = 0 configure:4074: test -s conftest configure:4074: $? = 0 configure:4074: result: yes configure:4363: checking if defines struct sigaction configure:4453: ccache gcc -c -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -pipe conftest.c >&5 configure:4463: warning: function declaration isn't a prototype configure: In function `main': configure:4464: warning: unused variable `foosig' configure:4453: $? = 0 configure:4453: test -s conftest.o configure:4453: $? = 0 configure:4465: result: yes configure:4474: checking for ccache gcc option to accept ANSI C configure:4559: ccache gcc -c -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -pipe conftest.c >&5 configure:4568: warning: function declaration isn't a prototype configure:4596: warning: function declaration isn't a prototype configure:4559: $? = 0 configure:4559: test -s conftest.o configure:4559: $? = 0 configure:4569: result: none needed configure:4571: checking for an ANSI C-conforming const configure:4659: ccache gcc -c -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -pipe conftest.c >&5 configure:4669: warning: function declaration isn't a prototype configure: In function `main': configure:4693: warning: unused variable `s' configure:4713: warning: unused variable `foo' configure:4680: warning: unused variable `zero' configure:4674: warning: unused variable `x' configure:4692: warning: `t' might be used uninitialized in this function configure:4710: warning: `b' might be used uninitialized in this function configure:4659: $? = 0 configure:4659: test -s conftest.o configure:4659: $? = 0 configure:4660: result: yes configure:4670: checking for inline configure:4706: ccache gcc -c -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -pipe conftest.c >&5 configure:4708: warning: function declaration isn't a prototype configure:4709: warning: function declaration isn't a prototype configure:4706: $? = 0 configure:4706: test -s conftest.o configure:4706: $? = 0 configure:4707: result: inline configure:4722: checking whether ccache gcc understands __attribute__((unused)) configure:4764: ccache gcc -c -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -pipe conftest.c >&5 configure:4765: warning: no previous prototype for `foo' configure: In function `foo': configure:4765: warning: control reaches end of non-void function configure: At top level: configure:4774: warning: function declaration isn't a prototype configure:4764: $? = 0 configure:4764: test -s conftest.o configure:4764: $? = 0 configure:4766: result: yes configure:4775: checking for ANSI C header files configure:4902: result: yes configure:4912: checking for pid_t configure:4957: ccache gcc -c -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -pipe conftest.c >&5 configure:5000: warning: function declaration isn't a prototype configure:4957: $? = 0 configure:4957: test -s conftest.o configure:4957: $? = 0 configure:4958: result: yes configure:4970: checking if sig_atomic_t exists configure:5012: ccache gcc -c -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -pipe conftest.c >&5 configure:5022: warning: function declaration isn't a prototype configure: In function `main': configure:5023: warning: unused variable `t' configure:5012: $? = 0 configure:5012: test -s conftest.o configure:5012: $? = 0 configure:5013: result: yes configure:5024: checking if _HPUX_SOURCE needs to be defined configure:5105: ccache gcc -o conftest -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -pipe conftest.c >&5 configure:5116: warning: function declaration isn't a prototype configure: In function `main': configure:5117: warning: unused variable `foo' configure:5105: $? = 0 configure:5105: test -s conftest configure:5105: $? = 0 configure:5107: result: no configure:5117: checking if the compiler understands __attribute__ ((format)) configure:5160: ccache gcc -c -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -pipe conftest.c >&5 configure:5171: warning: function declaration isn't a prototype configure:5160: $? = 0 configure:5160: test -s conftest.o configure:5160: $? = 0 configure:5162: result: yes configure:5171: checking if the compiler understands __attribute__ ((__noreturn__)) configure:5214: ccache gcc -c -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -pipe conftest.c >&5 configure:5225: warning: function declaration isn't a prototype configure:5214: $? = 0 configure:5214: test -s conftest.o configure:5214: $? = 0 configure:5216: result: yes configure:5237: checking for a BSD-compatible install configure:5291: result: /sw/local/bin/install -c configure:5380: checking for ranlib configure:5380: found /sw/local/bin/ranlib configure:5380: result: ranlib configure:5420: checking for gawk configure:5420: result: gawk configure:5422: checking whether ln -s works configure:5431: result: yes configure:5471: checking for bison configure:5471: found /sw/local/bin/bison configure:5471: result: bison -y configure:5512: checking for flex configure:5512: found /sw/local/bin/flex configure:5512: result: flex configure:5636: checking for yywrap in -lfl configure:5636: ccache gcc -o conftest -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -pipe conftest.c -lfl >&5 configure:5644: warning: function declaration isn't a prototype configure:5653: warning: function declaration isn't a prototype configure:5636: $? = 0 configure:5636: test -s conftest configure:5636: $? = 0 configure:5636: result: yes configure:5717: checking lex output file root configure:5717: flex conftest.l configure:5717: $? = 0 configure:5717: result: lex.yy configure:5717: checking whether yytext is a pointer configure:5717: ccache gcc -o conftest -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -pipe conftest.c -lfl >&5 lex.yy.c:508: warning: no previous prototype for `yylex' lex.yy.c:948: warning: `yyunput' defined but not used configure:5717: $? = 0 configure:5717: test -s conftest configure:5717: $? = 0 configure:5717: result: yes configure:5759: checking for bison configure:5759: found /sw/local/bin/bison configure:5759: result: bison configure:5799: checking for flex configure:5799: found /sw/local/bin/flex configure:5799: result: flex configure:5839: checking for sed configure:5839: found /usr/bin/sed configure:5839: result: sed configure:5957: checking for string.h configure:5957: result: yes configure:5957: checking for memory.h configure:5957: result: yes configure:5957: checking for strings.h configure:5957: result: no configure:5957: checking sys/param.h usability configure:5957: ccache gcc -c -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -pipe conftest.c >&5 In file included from configure:5992: /usr/include/sys/param.h:122: warning: `NULL' redefined /sw/local/lib/gcc-lib/sparc-sun-solaris2.4/2.8.1/include/stddef.h:313: warning: this is the location of the previous definition configure:5957: $? = 0 configure:5957: test -s conftest.o configure:5957: $? = 0 configure:5957: result: yes configure:5957: checking sys/param.h presence configure:5957: ccache gcc -E conftest.c configure:5957: $? = 0 configure:5957: result: yes configure:5957: checking for sys/param.h configure:5957: result: yes configure:5957: checking sys/time.h usability configure:5957: ccache gcc -c -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -pipe conftest.c >&5 configure:5957: $? = 0 configure:5957: test -s conftest.o configure:5957: $? = 0 configure:5957: result: yes configure:5957: checking sys/time.h presence configure:5957: ccache gcc -E conftest.c configure:5957: $? = 0 configure:5957: result: yes configure:5957: checking for sys/time.h configure:5957: result: yes configure:6074: checking stdarg.h usability configure:6074: ccache gcc -c -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -pipe conftest.c >&5 configure:6074: $? = 0 configure:6074: test -s conftest.o configure:6074: $? = 0 configure:6074: result: yes configure:6074: checking stdarg.h presence configure:6074: ccache gcc -E conftest.c configure:6074: $? = 0 configure:6074: result: yes configure:6074: checking for stdarg.h configure:6074: result: yes configure:6074: checking for stdlib.h configure:6074: result: yes configure:6074: checking stddef.h usability configure:6074: ccache gcc -c -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -pipe conftest.c >&5 configure:6074: $? = 0 configure:6074: test -s conftest.o configure:6074: $? = 0 configure:6074: result: yes configure:6074: checking stddef.h presence configure:6074: ccache gcc -E conftest.c configure:6074: $? = 0 configure:6074: result: yes configure:6074: checking for stddef.h configure:6074: result: yes configure:6074: checking locale.h usability configure:6074: ccache gcc -c -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -pipe conftest.c >&5 configure:6074: $? = 0 configure:6074: test -s conftest.o configure:6074: $? = 0 configure:6074: result: yes configure:6074: checking locale.h presence configure:6074: ccache gcc -E conftest.c configure:6074: $? = 0 configure:6074: result: yes configure:6074: checking for locale.h configure:6074: result: yes configure:6189: checking crypt.h usability configure:6189: ccache gcc -c -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -pipe conftest.c >&5 configure:6189: $? = 0 configure:6189: test -s conftest.o configure:6189: $? = 0 configure:6189: result: yes configure:6189: checking crypt.h presence configure:6189: ccache gcc -E conftest.c configure:6189: $? = 0 configure:6189: result: yes configure:6189: checking for crypt.h configure:6189: result: yes configure:6189: checking for unistd.h configure:6189: result: yes configure:6303: checking values.h usability configure:6303: ccache gcc -c -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -pipe conftest.c >&5 configure:6303: $? = 0 configure:6303: test -s conftest.o configure:6303: $? = 0 configure:6303: result: yes configure:6303: checking values.h presence configure:6303: ccache gcc -E conftest.c configure:6303: $? = 0 configure:6303: result: yes configure:6303: checking for values.h configure:6303: result: yes configure:6304: checking whether time.h and sys/time.h may both be included configure:6350: ccache gcc -c -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -pipe conftest.c >&5 configure:6363: warning: function declaration isn't a prototype configure:6350: $? = 0 configure:6350: test -s conftest.o configure:6350: $? = 0 configure:6351: result: yes configure:6363: checking for working alloca.h configure:6405: ccache gcc -o conftest -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -pipe conftest.c >&5 configure:6415: warning: function declaration isn't a prototype configure: In function `main': configure:6416: warning: unused variable `p' configure:6405: $? = 0 configure:6405: test -s conftest configure:6405: $? = 0 configure:6406: result: yes configure:6416: checking for alloca configure:6478: ccache gcc -o conftest -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -pipe conftest.c >&5 configure:6508: warning: function declaration isn't a prototype configure: In function `main': configure:6509: warning: unused variable `p' configure:6478: $? = 0 configure:6478: test -s conftest configure:6478: $? = 0 configure:6479: result: yes configure:6723: checking for sys/resource.h configure:6723: ccache gcc -c -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -pipe conftest.c >&5 configure:6723: $? = 0 configure:6723: test -s conftest.o configure:6723: $? = 0 configure:6723: result: yes configure:6725: checking for rlim_t configure:6784: ccache gcc -c -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -pipe conftest.c >&5 configure:6808: warning: function declaration isn't a prototype configure:6784: $? = 0 configure:6784: test -s conftest.o configure:6784: $? = 0 configure:6785: result: yes configure:6796: checking for main in -lresolv configure:6842: ccache gcc -o conftest -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -pipe conftest.c -lresolv >&5 configure:6853: warning: function declaration isn't a prototype configure:6842: $? = 0 configure:6842: test -s conftest configure:6842: $? = 0 configure:6843: result: yes configure:6854: checking for auth_tcpuser3 in -lauthuser configure:6906: ccache gcc -o conftest -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -pipe conftest.c -lauthuser -lresolv >&5 configure:6914: warning: function declaration isn't a prototype configure:6923: warning: function declaration isn't a prototype ld: fatal: library -lauthuser: not found ld: fatal: File processing errors. No output written to conftest configure:6906: $? = 1 configure: failed program was: #line 6906 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char auth_tcpuser3 (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { auth_tcpuser3 (); ; return 0; } configure:6907: result: no configure:6917: checking for gethostbyname configure:6978: ccache gcc -o conftest -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -pipe conftest.c -lresolv >&5 configure:6988: warning: function declaration isn't a prototype configure:6989: warning: function declaration isn't a prototype configure:6999: warning: function declaration isn't a prototype Undefined first referenced symbol in file gethostbyname /var/tmp/cca004Iz1.o (symbol belongs to implicit dependency /usr/lib/libnsl.so.1) ld: fatal: Symbol referencing errors. No output written to conftest configure:6978: $? = 1 configure: failed program was: #line 6978 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char gethostbyname (); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char gethostbyname (); char (*f) (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { /* 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_gethostbyname) || defined (__stub___gethostbyname) choke me #else f = gethostbyname; #endif ; return 0; } configure:6979: result: no configure:7049: checking for gethostbyname in -lnsl configure:7049: ccache gcc -o conftest -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -pipe conftest.c -lnsl -lresolv >&5 configure:7057: warning: function declaration isn't a prototype configure:7066: warning: function declaration isn't a prototype configure:7049: $? = 0 configure:7049: test -s conftest configure:7049: $? = 0 configure:7049: result: yes configure:7050: checking for socket configure:7111: ccache gcc -o conftest -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -pipe conftest.c -lnsl -lresolv >&5 configure:7121: warning: function declaration isn't a prototype configure:7122: warning: function declaration isn't a prototype configure:7132: warning: function declaration isn't a prototype Undefined first referenced symbol in file socket /var/tmp/cca004JQ1.o (symbol belongs to implicit dependency /usr/lib/libsocket.so.1) ld: fatal: Symbol referencing errors. No output written to conftest configure:7111: $? = 1 configure: failed program was: #line 7111 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char socket (); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char socket (); char (*f) (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { /* 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_socket) || defined (__stub___socket) choke me #else f = socket; #endif ; return 0; } configure:7112: result: no configure:7182: checking for socket in -lsocket configure:7182: ccache gcc -o conftest -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -pipe conftest.c -lsocket -lnsl -lresolv >&5 configure:7190: warning: function declaration isn't a prototype configure:7199: warning: function declaration isn't a prototype configure:7182: $? = 0 configure:7182: test -s conftest configure:7182: $? = 0 configure:7182: result: yes configure:7184: checking for setlocale in -li configure:7236: ccache gcc -o conftest -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -pipe conftest.c -li -lsocket -lnsl -lresolv >&5 configure:7244: warning: function declaration isn't a prototype configure:7253: warning: function declaration isn't a prototype ld: fatal: library -li: not found ld: fatal: File processing errors. No output written to conftest configure:7236: $? = 1 configure: failed program was: #line 7236 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char setlocale (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { setlocale (); ; return 0; } configure:7237: result: no configure:7247: checking for crypt configure:7308: ccache gcc -o conftest -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -pipe conftest.c -lsocket -lnsl -lresolv >&5 configure:7318: warning: function declaration isn't a prototype configure:7319: warning: function declaration isn't a prototype configure:7329: warning: function declaration isn't a prototype configure:7308: $? = 0 configure:7308: test -s conftest configure:7308: $? = 0 configure:7309: result: yes configure:7458: checking for difftime configure:7458: ccache gcc -o conftest -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -pipe conftest.c -lsocket -lnsl -lresolv >&5 configure:7468: warning: function declaration isn't a prototype configure:7469: warning: function declaration isn't a prototype configure:7479: warning: function declaration isn't a prototype configure:7458: $? = 0 configure:7458: test -s conftest configure:7458: $? = 0 configure:7458: result: yes configure:7458: checking for getdtablesize configure:7458: ccache gcc -o conftest -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -pipe conftest.c -lsocket -lnsl -lresolv >&5 configure:7468: warning: function declaration isn't a prototype configure:7469: warning: function declaration isn't a prototype configure:7479: warning: function declaration isn't a prototype Undefined first referenced symbol in file getdtablesize /var/tmp/cca004Kf1.o ld: fatal: Symbol referencing errors. No output written to conftest configure:7458: $? = 1 configure: failed program was: #line 7458 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char getdtablesize (); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char getdtablesize (); char (*f) (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { /* 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_getdtablesize) || defined (__stub___getdtablesize) choke me #else f = getdtablesize; #endif ; return 0; } configure:7458: result: no configure:7458: checking for sysconf configure:7458: ccache gcc -o conftest -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -pipe conftest.c -lsocket -lnsl -lresolv >&5 configure:7468: warning: function declaration isn't a prototype configure:7469: warning: function declaration isn't a prototype configure:7479: warning: function declaration isn't a prototype configure:7458: $? = 0 configure:7458: test -s conftest configure:7458: $? = 0 configure:7458: result: yes configure:7458: checking for strchr configure:7458: ccache gcc -o conftest -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -pipe conftest.c -lsocket -lnsl -lresolv >&5 configure:7468: warning: function declaration isn't a prototype configure:7469: warning: function declaration isn't a prototype configure:7479: warning: function declaration isn't a prototype configure:7458: $? = 0 configure:7458: test -s conftest configure:7458: $? = 0 configure:7458: result: yes configure:7458: checking for getcwd configure:7458: ccache gcc -o conftest -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -pipe conftest.c -lsocket -lnsl -lresolv >&5 configure:7468: warning: function declaration isn't a prototype configure:7469: warning: function declaration isn't a prototype configure:7479: warning: function declaration isn't a prototype configure:7458: $? = 0 configure:7458: test -s conftest configure:7458: $? = 0 configure:7458: result: yes configure:7458: checking for vfprintf configure:7458: ccache gcc -o conftest -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -pipe conftest.c -lsocket -lnsl -lresolv >&5 configure:7468: warning: function declaration isn't a prototype configure:7469: warning: function declaration isn't a prototype configure:7479: warning: function declaration isn't a prototype configure:7458: $? = 0 configure:7458: test -s conftest configure:7458: $? = 0 configure:7458: result: yes configure:7534: checking for setrlimit configure:7534: ccache gcc -o conftest -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -pipe conftest.c -lsocket -lnsl -lresolv >&5 configure:7544: warning: function declaration isn't a prototype configure:7545: warning: function declaration isn't a prototype configure:7555: warning: function declaration isn't a prototype configure:7534: $? = 0 configure:7534: test -s conftest configure:7534: $? = 0 configure:7534: result: yes configure:7618: checking for memcpy configure:7618: ccache gcc -o conftest -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -pipe conftest.c -lsocket -lnsl -lresolv >&5 configure:7628: warning: function declaration isn't a prototype configure:7628: warning: conflicting types for built-in function `memcpy' configure:7629: warning: function declaration isn't a prototype configure:7639: warning: function declaration isn't a prototype configure:7618: $? = 0 configure:7618: test -s conftest configure:7618: $? = 0 configure:7618: result: yes configure:7618: checking for strerror configure:7618: ccache gcc -o conftest -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -pipe conftest.c -lsocket -lnsl -lresolv >&5 configure:7628: warning: function declaration isn't a prototype configure:7629: warning: function declaration isn't a prototype configure:7639: warning: function declaration isn't a prototype configure:7618: $? = 0 configure:7618: test -s conftest configure:7618: $? = 0 configure:7618: result: yes configure:7618: checking for remove configure:7618: ccache gcc -o conftest -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -pipe conftest.c -lsocket -lnsl -lresolv >&5 configure:7628: warning: function declaration isn't a prototype configure:7629: warning: function declaration isn't a prototype configure:7639: warning: function declaration isn't a prototype configure:7618: $? = 0 configure:7618: test -s conftest configure:7618: $? = 0 configure:7618: result: yes configure:7618: checking for memset configure:7618: ccache gcc -o conftest -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -pipe conftest.c -lsocket -lnsl -lresolv >&5 configure:7628: warning: function declaration isn't a prototype configure:7628: warning: conflicting types for built-in function `memset' configure:7629: warning: function declaration isn't a prototype configure:7639: warning: function declaration isn't a prototype configure:7618: $? = 0 configure:7618: test -s conftest configure:7618: $? = 0 configure:7618: result: yes configure:7618: checking for memchr configure:7618: ccache gcc -o conftest -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -pipe conftest.c -lsocket -lnsl -lresolv >&5 configure:7628: warning: function declaration isn't a prototype configure:7629: warning: function declaration isn't a prototype configure:7639: warning: function declaration isn't a prototype configure:7618: $? = 0 configure:7618: test -s conftest configure:7618: $? = 0 configure:7618: result: yes configure:7618: checking for memcmp configure:7618: ccache gcc -o conftest -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -pipe conftest.c -lsocket -lnsl -lresolv >&5 configure:7628: warning: function declaration isn't a prototype configure:7628: warning: conflicting types for built-in function `memcmp' configure:7629: warning: function declaration isn't a prototype configure:7639: warning: function declaration isn't a prototype configure:7618: $? = 0 configure:7618: test -s conftest configure:7618: $? = 0 configure:7618: result: yes configure:7618: checking for setsid configure:7618: ccache gcc -o conftest -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -pipe conftest.c -lsocket -lnsl -lresolv >&5 configure:7628: warning: function declaration isn't a prototype configure:7629: warning: function declaration isn't a prototype configure:7639: warning: function declaration isn't a prototype configure:7618: $? = 0 configure:7618: test -s conftest configure:7618: $? = 0 configure:7618: result: yes configure:7734: checking for working setrlimit(RLIMIT_NOFILE, ...) configure:7734: ccache gcc -o conftest -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -pipe conftest.c -lsocket -lnsl -lresolv >&5 configure:7763: warning: function declaration isn't a prototype configure:7734: $? = 0 configure:7734: ./conftest configure:7734: $? = 0 configure:7734: result: yes configure:7857: checking alloca.h usability configure:7857: ccache gcc -c -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -pipe conftest.c >&5 configure:7857: $? = 0 configure:7857: test -s conftest.o configure:7857: $? = 0 configure:7857: result: yes configure:7857: checking alloca.h presence configure:7857: ccache gcc -E conftest.c configure:7857: $? = 0 configure:7857: result: yes configure:7857: checking for alloca.h configure:7857: result: yes configure:8048: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by lyskom-server config.status 2.0.7, which was generated by GNU Autoconf 2.53. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on lysator.liu.se config.status:717: creating Makefile config.status:717: creating db-crypt/Makefile config.status:717: creating db-crypt/db/Makefile config.status:717: creating doc/Makefile config.status:717: creating doc/man/Makefile config.status:717: creating scripts/Makefile config.status:717: creating src/Makefile config.status:717: creating src/include/Makefile config.status:717: creating src/include/server/Makefile config.status:717: creating src/libraries/Makefile config.status:717: creating src/libraries/libansi/Makefile config.status:717: creating src/libraries/libcommon/Makefile config.status:717: creating src/libraries/libeintr/Makefile config.status:717: creating src/libraries/libmisc/Makefile config.status:717: creating src/libraries/regex/Makefile config.status:717: creating src/libraries/regex/doc/Makefile config.status:717: creating src/libraries/regex/test/Makefile config.status:717: creating src/server/Makefile config.status:717: creating src/server/testsuite/Makefile config.status:717: creating src/server/testsuite/config/Makefile config.status:717: creating src/server/testsuite/lyskomd.0/Makefile config.status:717: creating run-support/Makefile config.status:1004: creating config.h config.status:1150: executing depfiles commands config.status:1150: executing default commands configure:9346: configuring in src/libraries/libisc-new configure:9346: running /bin/bash './configure' --prefix=/mp/slaskdisk/tmp/xenofarm/lyskom-server/lysator.liu.se/buildtmp/dist/pfx '-C' '--prefix=/mp/slaskdisk/tmp/xenofarm/lyskom-server/lysator.liu.se/buildtmp/dist/pfx' '--disable-dependency-tracking' 'CC=ccache gcc' --cache-file=../../../config.cache --srcdir=. ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_compiler_gnu='yes' ac_cv_c_const='yes' ac_cv_c_inline='inline' ac_cv_env_AR_set='' ac_cv_env_AR_value='' ac_cv_env_CC_set='set' ac_cv_env_CC_value='ccache gcc' 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_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_exeext='' ac_cv_func_alloca_works='yes' ac_cv_func_crypt='yes' ac_cv_func_difftime='yes' ac_cv_func_getcwd='yes' ac_cv_func_getdtablesize='no' ac_cv_func_gethostbyname='no' ac_cv_func_memchr='yes' ac_cv_func_memcmp='yes' ac_cv_func_memcpy='yes' ac_cv_func_memset='yes' ac_cv_func_remove='yes' ac_cv_func_setrlimit='yes' ac_cv_func_setsid='yes' ac_cv_func_socket='no' ac_cv_func_strchr='yes' ac_cv_func_strerror='yes' ac_cv_func_sysconf='yes' ac_cv_func_vfprintf='yes' ac_cv_header_alloca_h='yes' ac_cv_header_crypt_h='yes' ac_cv_header_inttypes_h='no' ac_cv_header_locale_h='yes' ac_cv_header_memory_h='yes' ac_cv_header_minix_config_h='no' ac_cv_header_stdarg_h='yes' ac_cv_header_stdc='yes' ac_cv_header_stddef_h='yes' ac_cv_header_stdint_h='no' ac_cv_header_stdlib_h='yes' ac_cv_header_string_h='yes' ac_cv_header_strings_h='no' ac_cv_header_sys_param_h='yes' ac_cv_header_sys_resource_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_time='yes' ac_cv_header_unistd_h='yes' ac_cv_header_values_h='yes' ac_cv_lib_authuser_auth_tcpuser3='no' ac_cv_lib_fl_yywrap='yes' ac_cv_lib_i_setlocale='no' ac_cv_lib_nsl_gethostbyname='yes' ac_cv_lib_resolv_main='yes' ac_cv_lib_socket_socket='yes' ac_cv_objext='o' ac_cv_path_AR='/usr/ccs/bin/ar' ac_cv_path_install='/sw/local/bin/install -c' ac_cv_prog_AWK='gawk' ac_cv_prog_BISON='bison' ac_cv_prog_CPP='ccache gcc -E' ac_cv_prog_FLEX='flex' ac_cv_prog_LEX='flex' ac_cv_prog_SED='sed' ac_cv_prog_YACC='bison -y' ac_cv_prog_ac_ct_CC='ccache gcc' ac_cv_prog_ac_ct_RANLIB='ranlib' ac_cv_prog_cc_g='yes' ac_cv_prog_cc_stdc='' ac_cv_prog_lex_root='lex.yy' ac_cv_prog_lex_yytext_pointer='yes' ac_cv_prog_make_make_set='yes' ac_cv_search_strerror='none required' ac_cv_type_pid_t='yes' ac_cv_type_rlim_t='yes' ac_cv_working_alloca_h='yes' am_cv_CC_dependencies_compiler_type='none' am_cv_prog_cc_stdc='' cmod_cv_c_attribute_unused_understood='yes' cmod_cv_compiler_bad_function_cast='yes' cmod_cv_compiler_cast_align='yes' cmod_cv_compiler_missing_declarations='yes' cmod_cv_compiler_missing_prototypes='yes' cmod_cv_compiler_pipe='yes' cmod_cv_compiler_strict_prototypes='yes' cmod_cv_compiler_write_strings='yes' kom_cv_c_attribute_format_printf='yes' kom_cv_c_attribute_noreturn='yes' kom_cv_func_rlimit_nofile='yes' kom_cv_header_posix_source_needed='no' kom_cv_struct_sigaction='yes' kom_cv_sys_hpux_source='no' kom_cv_type_sig_atomic_t='yes' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "lyskom-server" #define PACKAGE_TARNAME "lyskom-server" #define PACKAGE_VERSION "2.0.7" #define PACKAGE_STRING "lyskom-server 2.0.7" #define PACKAGE_BUGREPORT "" #define PACKAGE "lyskom-server" #define VERSION "2.0.7" #define USE_MALLOC_GUARDS 1 #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_UNISTD_H 1 #define PROTOTYPES 1 #define STDC_HEADERS 1 #define HAVE_STRING_H 1 #define HAVE_STRUCT_SIGACTION 1 #define HAVE_ATTRIBUTE_UNUSED 1 #define STDC_HEADERS 1 #define HAVE_ATTRIBUTE_FORMAT_PRINTF 1 #define HAVE_ATTRIBUTE_NORETURN 1 #define YYTEXT_POINTER 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_STDARG_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STDDEF_H 1 #define HAVE_LOCALE_H 1 #define HAVE_CRYPT_H 1 #define HAVE_UNISTD_H 1 #define HAVE_VALUES_H 1 #define TIME_WITH_SYS_TIME 1 #define HAVE_ALLOCA_H 1 #define HAVE_ALLOCA 1 #define HAVE_SYS_RESOURCE_H 1 #define HAVE_RLIM_T 1 #define HAVE_LIBRESOLV 1 #define HAVE_LIBNSL 1 #define HAVE_LIBSOCKET 1 #define HAVE_DIFFTIME 1 #define HAVE_SYSCONF 1 #define HAVE_STRCHR 1 #define HAVE_GETCWD 1 #define HAVE_VFPRINTF 1 #define HAVE_SETRLIMIT 1 #define HAVE_MEMCPY 1 #define HAVE_STRERROR 1 #define HAVE_REMOVE 1 #define HAVE_MEMSET 1 #define HAVE_MEMCHR 1 #define HAVE_MEMCMP 1 #define HAVE_SETSID 1 #define BUGGY_INET_NTOA 1 #define ENCRYPT_PASSWORDS 1 #define HAVE_ALLOCA_H 1 configure: exit 0