This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by bash configure 3.2-release, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure --with-curses ## --------- ## ## Platform. ## ## --------- ## hostname = schakal uname -m = i686 uname -r = 2.6.24-1-686 uname -s = Linux uname -v = #1 SMP Thu May 8 02:16:39 UTC 2008 /usr/bin/uname -p = unknown /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/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1438: checking build system type configure:1456: result: i686-pc-linux-gnu configure:1464: checking host system type configure:1478: result: i686-pc-linux-gnu configure:1546: checking for emacs configure:1575: result: no configure:1546: checking for xemacs configure:1575: result: no configure:2142: checking for gcc configure:2158: found /usr/bin/gcc configure:2168: result: gcc configure:2412: checking for C compiler version configure:2415: gcc --version &5 gcc (GCC) 4.2.4 (Debian 4.2.4-1) Copyright (C) 2007 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:2418: $? = 0 configure:2420: gcc -v &5 Using built-in specs. Target: i486-linux-gnu Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --disable-libmudflap --enable-targets=all --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu Thread model: posix gcc version 4.2.4 (Debian 4.2.4-1) configure:2423: $? = 0 configure:2425: gcc -V &5 gcc: '-V' option must have argument configure:2428: $? = 1 configure:2451: checking for C compiler default output file name configure:2454: gcc conftest.c >&5 configure:2457: $? = 0 configure:2503: result: a.out configure:2508: checking whether the C compiler works configure:2514: ./a.out configure:2517: $? = 0 configure:2534: result: yes configure:2541: checking whether we are cross compiling configure:2543: result: no configure:2546: checking for suffix of executables configure:2548: gcc -o conftest conftest.c >&5 configure:2551: $? = 0 configure:2576: result: configure:2582: checking for suffix of object files configure:2603: gcc -c conftest.c >&5 configure:2606: $? = 0 configure:2628: result: o configure:2632: checking whether we are using the GNU C compiler configure:2656: gcc -c conftest.c >&5 configure:2662: $? = 0 configure:2666: test -z || test ! -s conftest.err configure:2669: $? = 0 configure:2672: test -s conftest.o configure:2675: $? = 0 configure:2688: result: yes configure:2694: checking whether gcc accepts -g configure:2715: gcc -c -g conftest.c >&5 configure:2721: $? = 0 configure:2725: test -z || test ! -s conftest.err configure:2728: $? = 0 configure:2731: test -s conftest.o configure:2734: $? = 0 configure:2745: result: yes configure:2762: checking for gcc option to accept ANSI C configure:2832: gcc -c -g -O2 conftest.c >&5 configure:2838: $? = 0 configure:2842: test -z || test ! -s conftest.err configure:2845: $? = 0 configure:2848: test -s conftest.o configure:2851: $? = 0 configure:2869: result: none needed configure:2887: gcc -c -g -O2 conftest.c >&5 conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me' configure:2893: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:3029: checking for strerror in -lcposix configure:3059: gcc -o conftest -g -O2 conftest.c -lcposix >&5 /usr/bin/ld: cannot find -lcposix collect2: ld returned 1 exit status configure:3065: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "bash" | #define PACKAGE_TARNAME "bash" | #define PACKAGE_VERSION "3.2-release" | #define PACKAGE_STRING "bash 3.2-release" | #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | #define USING_BASH_MALLOC 1 | #define ALIAS 1 | #define PUSHD_AND_POPD 1 | #define RESTRICTED_SHELL 1 | #define PROCESS_SUBSTITUTION 1 | #define PROMPT_STRING_DECODE 1 | #define SELECT_COMMAND 1 | #define HELP_BUILTIN 1 | #define ARRAY_VARS 1 | #define DPAREN_ARITHMETIC 1 | #define BRACE_EXPANSION 1 | #define COMMAND_TIMING 1 | #define EXTENDED_GLOB 1 | #define COND_COMMAND 1 | #define COND_REGEXP 1 | #define ARITH_FOR_COMMAND 1 | #define NETWORK_REDIRECTIONS 1 | #define PROGRAMMABLE_COMPLETION 1 | #define DEBUGGER 1 | #define MEMSCRAMBLE 1 | /* end 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 strerror (); | int | main () | { | strerror (); | ; | return 0; | } configure:3091: result: no configure:3104: checking how to run the C preprocessor configure:3139: gcc -E conftest.c configure:3145: $? = 0 configure:3177: gcc -E conftest.c conftest.c:29:28: error: ac_nonexistent.h: No such file or directory configure:3183: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "bash" | #define PACKAGE_TARNAME "bash" | #define PACKAGE_VERSION "3.2-release" | #define PACKAGE_STRING "bash 3.2-release" | #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | #define USING_BASH_MALLOC 1 | #define ALIAS 1 | #define PUSHD_AND_POPD 1 | #define RESTRICTED_SHELL 1 | #define PROCESS_SUBSTITUTION 1 | #define PROMPT_STRING_DECODE 1 | #define SELECT_COMMAND 1 | #define HELP_BUILTIN 1 | #define ARRAY_VARS 1 | #define DPAREN_ARITHMETIC 1 | #define BRACE_EXPANSION 1 | #define COMMAND_TIMING 1 | #define EXTENDED_GLOB 1 | #define COND_COMMAND 1 | #define COND_REGEXP 1 | #define ARITH_FOR_COMMAND 1 | #define NETWORK_REDIRECTIONS 1 | #define PROGRAMMABLE_COMPLETION 1 | #define DEBUGGER 1 | #define MEMSCRAMBLE 1 | /* end confdefs.h. */ | #include configure:3222: result: gcc -E configure:3246: gcc -E conftest.c configure:3252: $? = 0 configure:3284: gcc -E conftest.c conftest.c:29:28: error: ac_nonexistent.h: No such file or directory configure:3290: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "bash" | #define PACKAGE_TARNAME "bash" | #define PACKAGE_VERSION "3.2-release" | #define PACKAGE_STRING "bash 3.2-release" | #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | #define USING_BASH_MALLOC 1 | #define ALIAS 1 | #define PUSHD_AND_POPD 1 | #define RESTRICTED_SHELL 1 | #define PROCESS_SUBSTITUTION 1 | #define PROMPT_STRING_DECODE 1 | #define SELECT_COMMAND 1 | #define HELP_BUILTIN 1 | #define ARRAY_VARS 1 | #define DPAREN_ARITHMETIC 1 | #define BRACE_EXPANSION 1 | #define COMMAND_TIMING 1 | #define EXTENDED_GLOB 1 | #define COND_COMMAND 1 | #define COND_REGEXP 1 | #define ARITH_FOR_COMMAND 1 | #define NETWORK_REDIRECTIONS 1 | #define PROGRAMMABLE_COMPLETION 1 | #define DEBUGGER 1 | #define MEMSCRAMBLE 1 | /* end confdefs.h. */ | #include configure:3334: checking for egrep configure:3344: result: grep -E configure:3349: checking for ANSI C header files configure:3374: gcc -c -g -O2 conftest.c >&5 configure:3380: $? = 0 configure:3384: test -z || test ! -s conftest.err configure:3387: $? = 0 configure:3390: test -s conftest.o configure:3393: $? = 0 configure:3482: gcc -o conftest -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:46: warning: incompatible implicit declaration of built-in function 'exit' configure:3485: $? = 0 configure:3487: ./conftest configure:3490: $? = 0 configure:3505: result: yes configure:3529: checking for sys/types.h configure:3545: gcc -c -g -O2 conftest.c >&5 configure:3551: $? = 0 configure:3555: test -z || test ! -s conftest.err configure:3558: $? = 0 configure:3561: test -s conftest.o configure:3564: $? = 0 configure:3575: result: yes configure:3529: checking for sys/stat.h configure:3545: gcc -c -g -O2 conftest.c >&5 configure:3551: $? = 0 configure:3555: test -z || test ! -s conftest.err configure:3558: $? = 0 configure:3561: test -s conftest.o configure:3564: $? = 0 configure:3575: result: yes configure:3529: checking for stdlib.h configure:3545: gcc -c -g -O2 conftest.c >&5 configure:3551: $? = 0 configure:3555: test -z || test ! -s conftest.err configure:3558: $? = 0 configure:3561: test -s conftest.o configure:3564: $? = 0 configure:3575: result: yes configure:3529: checking for string.h configure:3545: gcc -c -g -O2 conftest.c >&5 configure:3551: $? = 0 configure:3555: test -z || test ! -s conftest.err configure:3558: $? = 0 configure:3561: test -s conftest.o configure:3564: $? = 0 configure:3575: result: yes configure:3529: checking for memory.h configure:3545: gcc -c -g -O2 conftest.c >&5 configure:3551: $? = 0 configure:3555: test -z || test ! -s conftest.err configure:3558: $? = 0 configure:3561: test -s conftest.o configure:3564: $? = 0 configure:3575: result: yes configure:3529: checking for strings.h configure:3545: gcc -c -g -O2 conftest.c >&5 configure:3551: $? = 0 configure:3555: test -z || test ! -s conftest.err configure:3558: $? = 0 configure:3561: test -s conftest.o configure:3564: $? = 0 configure:3575: result: yes configure:3529: checking for inttypes.h configure:3545: gcc -c -g -O2 conftest.c >&5 configure:3551: $? = 0 configure:3555: test -z || test ! -s conftest.err configure:3558: $? = 0 configure:3561: test -s conftest.o configure:3564: $? = 0 configure:3575: result: yes configure:3529: checking for stdint.h configure:3545: gcc -c -g -O2 conftest.c >&5 configure:3551: $? = 0 configure:3555: test -z || test ! -s conftest.err configure:3558: $? = 0 configure:3561: test -s conftest.o configure:3564: $? = 0 configure:3575: result: yes configure:3529: checking for unistd.h configure:3545: gcc -c -g -O2 conftest.c >&5 configure:3551: $? = 0 configure:3555: test -z || test ! -s conftest.err configure:3558: $? = 0 configure:3561: test -s conftest.o configure:3564: $? = 0 configure:3575: result: yes configure:3597: checking minix/config.h usability configure:3609: gcc -c -g -O2 conftest.c >&5 conftest.c:73:26: error: minix/config.h: No such file or directory configure:3615: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "bash" | #define PACKAGE_TARNAME "bash" | #define PACKAGE_VERSION "3.2-release" | #define PACKAGE_STRING "bash 3.2-release" | #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | #define USING_BASH_MALLOC 1 | #define ALIAS 1 | #define PUSHD_AND_POPD 1 | #define RESTRICTED_SHELL 1 | #define PROCESS_SUBSTITUTION 1 | #define PROMPT_STRING_DECODE 1 | #define SELECT_COMMAND 1 | #define HELP_BUILTIN 1 | #define ARRAY_VARS 1 | #define DPAREN_ARITHMETIC 1 | #define BRACE_EXPANSION 1 | #define COMMAND_TIMING 1 | #define EXTENDED_GLOB 1 | #define COND_COMMAND 1 | #define COND_REGEXP 1 | #define ARITH_FOR_COMMAND 1 | #define NETWORK_REDIRECTIONS 1 | #define PROGRAMMABLE_COMPLETION 1 | #define DEBUGGER 1 | #define MEMSCRAMBLE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include | #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:3638: result: no configure:3642: checking minix/config.h presence configure:3652: gcc -E conftest.c conftest.c:39:26: error: minix/config.h: No such file or directory configure:3658: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "bash" | #define PACKAGE_TARNAME "bash" | #define PACKAGE_VERSION "3.2-release" | #define PACKAGE_STRING "bash 3.2-release" | #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | #define USING_BASH_MALLOC 1 | #define ALIAS 1 | #define PUSHD_AND_POPD 1 | #define RESTRICTED_SHELL 1 | #define PROCESS_SUBSTITUTION 1 | #define PROMPT_STRING_DECODE 1 | #define SELECT_COMMAND 1 | #define HELP_BUILTIN 1 | #define ARRAY_VARS 1 | #define DPAREN_ARITHMETIC 1 | #define BRACE_EXPANSION 1 | #define COMMAND_TIMING 1 | #define EXTENDED_GLOB 1 | #define COND_COMMAND 1 | #define COND_REGEXP 1 | #define ARITH_FOR_COMMAND 1 | #define NETWORK_REDIRECTIONS 1 | #define PROGRAMMABLE_COMPLETION 1 | #define DEBUGGER 1 | #define MEMSCRAMBLE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include configure:3678: result: no configure:3713: checking for minix/config.h configure:3720: result: no configure:3757: checking for special C compiler options needed for large files configure:3856: result: no configure:3862: checking for _FILE_OFFSET_BITS value needed for large files configure:3893: gcc -c -g -O2 conftest.c >&5 conftest.c:45: warning: left shift count >= width of type conftest.c:45: warning: left shift count >= width of type conftest.c:47: error: size of array 'off_t_is_large' is negative configure:3899: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "bash" | #define PACKAGE_TARNAME "bash" | #define PACKAGE_VERSION "3.2-release" | #define PACKAGE_STRING "bash 3.2-release" | #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | #define USING_BASH_MALLOC 1 | #define ALIAS 1 | #define PUSHD_AND_POPD 1 | #define RESTRICTED_SHELL 1 | #define PROCESS_SUBSTITUTION 1 | #define PROMPT_STRING_DECODE 1 | #define SELECT_COMMAND 1 | #define HELP_BUILTIN 1 | #define ARRAY_VARS 1 | #define DPAREN_ARITHMETIC 1 | #define BRACE_EXPANSION 1 | #define COMMAND_TIMING 1 | #define EXTENDED_GLOB 1 | #define COND_COMMAND 1 | #define COND_REGEXP 1 | #define ARITH_FOR_COMMAND 1 | #define NETWORK_REDIRECTIONS 1 | #define PROGRAMMABLE_COMPLETION 1 | #define DEBUGGER 1 | #define MEMSCRAMBLE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include | /* Check that off_t can represent 2**63 - 1 correctly. | We can't simply define LARGE_OFF_T to be 9223372036854775807, | since some C++ compilers masquerading as C compilers | incorrectly reject 9223372036854775807. */ | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | && LARGE_OFF_T % 2147483647 == 1) | ? 1 : -1]; | int | main () | { | | ; | return 0; | } configure:3946: gcc -c -g -O2 conftest.c >&5 configure:3952: $? = 0 configure:3956: test -z || test ! -s conftest.err configure:3959: $? = 0 configure:3962: test -s conftest.o configure:3965: $? = 0 configure:3977: result: 64 configure:3987: checking for _LARGE_FILES value needed for large files configure:4018: gcc -c -g -O2 conftest.c >&5 configure:4024: $? = 0 configure:4028: test -z || test ! -s conftest.err configure:4031: $? = 0 configure:4034: test -s conftest.o configure:4037: $? = 0 configure:4102: result: no configure:4202: checking whether gcc needs -traditional configure:4244: result: no configure:4947: checking for a BSD-compatible install configure:5002: result: /usr/bin/install -c configure:5015: checking for ar configure:5031: found /usr/bin/ar configure:5042: result: ar configure:5091: checking for ranlib configure:5107: found /usr/bin/ranlib configure:5118: result: ranlib configure:5134: checking for bison configure:5150: found /usr/bin/bison configure:5160: result: bison -y configure:5171: checking whether make sets $(MAKE) configure:5191: result: yes configure:5233: checking for an ANSI C-conforming const configure:5300: gcc -c -g -O2 conftest.c >&5 configure:5306: $? = 0 configure:5310: test -z || test ! -s conftest.err configure:5313: $? = 0 configure:5316: test -s conftest.o configure:5319: $? = 0 configure:5330: result: yes configure:5340: checking for inline configure:5361: gcc -c -g -O2 conftest.c >&5 configure:5367: $? = 0 configure:5371: test -z || test ! -s conftest.err configure:5374: $? = 0 configure:5377: test -s conftest.o configure:5380: $? = 0 configure:5392: result: inline configure:5411: checking whether byte ordering is bigendian configure:5438: gcc -c -g -O2 conftest.c >&5 configure:5444: $? = 0 configure:5448: test -z || test ! -s conftest.err configure:5451: $? = 0 configure:5454: test -s conftest.o configure:5457: $? = 0 configure:5481: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:51: error: 'not' undeclared (first use in this function) conftest.c:51: error: (Each undeclared identifier is reported only once conftest.c:51: error: for each function it appears in.) conftest.c:51: error: expected ';' before 'big' configure:5487: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "bash" | #define PACKAGE_TARNAME "bash" | #define PACKAGE_VERSION "3.2-release" | #define PACKAGE_STRING "bash 3.2-release" | #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | #define USING_BASH_MALLOC 1 | #define ALIAS 1 | #define PUSHD_AND_POPD 1 | #define RESTRICTED_SHELL 1 | #define PROCESS_SUBSTITUTION 1 | #define PROMPT_STRING_DECODE 1 | #define SELECT_COMMAND 1 | #define HELP_BUILTIN 1 | #define ARRAY_VARS 1 | #define DPAREN_ARITHMETIC 1 | #define BRACE_EXPANSION 1 | #define COMMAND_TIMING 1 | #define EXTENDED_GLOB 1 | #define COND_COMMAND 1 | #define COND_REGEXP 1 | #define ARITH_FOR_COMMAND 1 | #define NETWORK_REDIRECTIONS 1 | #define PROGRAMMABLE_COMPLETION 1 | #define DEBUGGER 1 | #define MEMSCRAMBLE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define _FILE_OFFSET_BITS 64 | #define READLINE 1 | #define HISTORY 1 | #define BANG_HISTORY 1 | #define _GNU_SOURCE 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:5622: result: no configure:5641: checking for preprocessor stringizing operator configure:5665: result: yes configure:5675: checking for working long double with more range or precision than double configure:5701: gcc -c -g -O2 conftest.c >&5 configure:5707: $? = 0 configure:5711: test -z || test ! -s conftest.err configure:5714: $? = 0 configure:5717: test -s conftest.o configure:5720: $? = 0 configure:5731: result: yes configure:5741: checking for function prototypes configure:5744: result: yes configure:5762: checking whether char is unsigned configure:5785: gcc -c -g -O2 conftest.c >&5 configure:5791: $? = 0 configure:5795: test -z || test ! -s conftest.err configure:5798: $? = 0 configure:5801: test -s conftest.o configure:5804: $? = 0 configure:5815: result: no configure:5839: checking whether NLS is requested configure:5848: result: yes configure:5886: checking for msgfmt configure:5917: result: /usr/bin/msgfmt configure:5926: checking for gmsgfmt configure:5957: result: /usr/bin/msgfmt configure:5996: checking for xgettext configure:6027: result: /usr/bin/xgettext configure:6067: checking for msgmerge configure:6097: result: /usr/bin/msgmerge configure:6132: checking for off_t configure:6156: gcc -c -g -O2 conftest.c >&5 configure:6162: $? = 0 configure:6166: test -z || test ! -s conftest.err configure:6169: $? = 0 configure:6172: test -s conftest.o configure:6175: $? = 0 configure:6186: result: yes configure:6198: checking for size_t configure:6222: gcc -c -g -O2 conftest.c >&5 configure:6228: $? = 0 configure:6232: test -z || test ! -s conftest.err configure:6235: $? = 0 configure:6238: test -s conftest.o configure:6241: $? = 0 configure:6252: result: yes configure:6266: checking for working alloca.h configure:6287: gcc -o conftest -g -O2 conftest.c >&5 configure:6293: $? = 0 configure:6297: test -z || test ! -s conftest.err configure:6300: $? = 0 configure:6303: test -s conftest configure:6306: $? = 0 configure:6318: result: yes configure:6328: checking for alloca configure:6369: gcc -o conftest -g -O2 conftest.c >&5 configure:6375: $? = 0 configure:6379: test -z || test ! -s conftest.err configure:6382: $? = 0 configure:6385: test -s conftest configure:6388: $? = 0 configure:6400: result: yes configure:6629: checking for stdlib.h configure:6634: result: yes configure:6629: checking for unistd.h configure:6634: result: yes configure:6778: checking for getpagesize configure:6835: gcc -o conftest -g -O2 conftest.c >&5 configure:6841: $? = 0 configure:6845: test -z || test ! -s conftest.err configure:6848: $? = 0 configure:6851: test -s conftest configure:6854: $? = 0 configure:6866: result: yes configure:6876: checking for working mmap configure:7018: gcc -o conftest -g -O2 conftest.c >&5 configure:7021: $? = 0 configure:7023: ./conftest configure:7026: $? = 0 configure:7040: result: yes configure:7052: checking whether we are using the GNU C Library 2.1 or newer configure:7083: result: yes configure:7091: checking whether integer division by zero raises SIGFPE configure:7153: gcc -o conftest -g -O2 conftest.c >&5 configure:7156: $? = 0 configure:7158: ./conftest configure:7161: $? = 0 configure:7176: result: yes configure:7189: checking for inttypes.h configure:7211: gcc -c -g -O2 conftest.c >&5 configure:7217: $? = 0 configure:7221: test -z || test ! -s conftest.err configure:7224: $? = 0 configure:7227: test -s conftest.o configure:7230: $? = 0 configure:7241: result: yes configure:7252: checking for stdint.h configure:7274: gcc -c -g -O2 conftest.c >&5 configure:7280: $? = 0 configure:7284: test -z || test ! -s conftest.err configure:7287: $? = 0 configure:7290: test -s conftest.o configure:7293: $? = 0 configure:7304: result: yes configure:7315: checking for unsigned long long configure:7337: gcc -o conftest -g -O2 conftest.c >&5 configure:7343: $? = 0 configure:7347: test -z || test ! -s conftest.err configure:7350: $? = 0 configure:7353: test -s conftest configure:7356: $? = 0 configure:7368: result: yes configure:7400: checking for inttypes.h configure:7423: gcc -c -g -O2 conftest.c >&5 configure:7429: $? = 0 configure:7433: test -z || test ! -s conftest.err configure:7436: $? = 0 configure:7439: test -s conftest.o configure:7442: $? = 0 configure:7454: result: yes configure:7467: checking whether the inttypes.h PRIxNN macros are broken configure:7493: gcc -c -g -O2 conftest.c >&5 configure:7499: $? = 0 configure:7503: test -z || test ! -s conftest.err configure:7506: $? = 0 configure:7509: test -s conftest.o configure:7512: $? = 0 configure:7524: result: no configure:7575: checking for ld used by GCC configure:7638: result: /usr/bin/ld configure:7647: checking if the linker (/usr/bin/ld) is GNU ld GNU ld (GNU Binutils for Debian) 2.18.0.20080103 configure:7659: result: yes configure:7665: checking for shared library run path origin configure:7678: result: done configure:8104: checking argz.h usability configure:8116: gcc -c -g -O2 conftest.c >&5 configure:8122: $? = 0 configure:8126: test -z || test ! -s conftest.err configure:8129: $? = 0 configure:8132: test -s conftest.o configure:8135: $? = 0 configure:8145: result: yes configure:8149: checking argz.h presence configure:8159: gcc -E conftest.c configure:8165: $? = 0 configure:8185: result: yes configure:8220: checking for argz.h configure:8227: result: yes configure:8104: checking limits.h usability configure:8116: gcc -c -g -O2 conftest.c >&5 configure:8122: $? = 0 configure:8126: test -z || test ! -s conftest.err configure:8129: $? = 0 configure:8132: test -s conftest.o configure:8135: $? = 0 configure:8145: result: yes configure:8149: checking limits.h presence configure:8159: gcc -E conftest.c configure:8165: $? = 0 configure:8185: result: yes configure:8220: checking for limits.h configure:8227: result: yes configure:8104: checking locale.h usability configure:8116: gcc -c -g -O2 conftest.c >&5 configure:8122: $? = 0 configure:8126: test -z || test ! -s conftest.err configure:8129: $? = 0 configure:8132: test -s conftest.o configure:8135: $? = 0 configure:8145: result: yes configure:8149: checking locale.h presence configure:8159: gcc -E conftest.c configure:8165: $? = 0 configure:8185: result: yes configure:8220: checking for locale.h configure:8227: result: yes configure:8104: checking nl_types.h usability configure:8116: gcc -c -g -O2 conftest.c >&5 configure:8122: $? = 0 configure:8126: test -z || test ! -s conftest.err configure:8129: $? = 0 configure:8132: test -s conftest.o configure:8135: $? = 0 configure:8145: result: yes configure:8149: checking nl_types.h presence configure:8159: gcc -E conftest.c configure:8165: $? = 0 configure:8185: result: yes configure:8220: checking for nl_types.h configure:8227: result: yes configure:8104: checking malloc.h usability configure:8116: gcc -c -g -O2 conftest.c >&5 configure:8122: $? = 0 configure:8126: test -z || test ! -s conftest.err configure:8129: $? = 0 configure:8132: test -s conftest.o configure:8135: $? = 0 configure:8145: result: yes configure:8149: checking malloc.h presence configure:8159: gcc -E conftest.c configure:8165: $? = 0 configure:8185: result: yes configure:8220: checking for malloc.h configure:8227: result: yes configure:8104: checking stddef.h usability configure:8116: gcc -c -g -O2 conftest.c >&5 configure:8122: $? = 0 configure:8126: test -z || test ! -s conftest.err configure:8129: $? = 0 configure:8132: test -s conftest.o configure:8135: $? = 0 configure:8145: result: yes configure:8149: checking stddef.h presence configure:8159: gcc -E conftest.c configure:8165: $? = 0 configure:8185: result: yes configure:8220: checking for stddef.h configure:8227: result: yes configure:8095: checking for stdlib.h configure:8100: result: yes configure:8095: checking for string.h configure:8100: result: yes configure:8095: checking for unistd.h configure:8100: result: yes configure:8104: checking sys/param.h usability configure:8116: gcc -c -g -O2 conftest.c >&5 configure:8122: $? = 0 configure:8126: test -z || test ! -s conftest.err configure:8129: $? = 0 configure:8132: test -s conftest.o configure:8135: $? = 0 configure:8145: result: yes configure:8149: checking sys/param.h presence configure:8159: gcc -E conftest.c configure:8165: $? = 0 configure:8185: result: yes configure:8220: checking for sys/param.h configure:8227: result: yes configure:8268: checking for feof_unlocked configure:8325: gcc -o conftest -g -O2 conftest.c >&5 configure:8331: $? = 0 configure:8335: test -z || test ! -s conftest.err configure:8338: $? = 0 configure:8341: test -s conftest configure:8344: $? = 0 configure:8356: result: yes configure:8268: checking for fgets_unlocked configure:8325: gcc -o conftest -g -O2 conftest.c >&5 configure:8331: $? = 0 configure:8335: test -z || test ! -s conftest.err configure:8338: $? = 0 configure:8341: test -s conftest configure:8344: $? = 0 configure:8356: result: yes configure:8268: checking for getc_unlocked configure:8325: gcc -o conftest -g -O2 conftest.c >&5 configure:8331: $? = 0 configure:8335: test -z || test ! -s conftest.err configure:8338: $? = 0 configure:8341: test -s conftest configure:8344: $? = 0 configure:8356: result: yes configure:8268: checking for getcwd configure:8325: gcc -o conftest -g -O2 conftest.c >&5 configure:8331: $? = 0 configure:8335: test -z || test ! -s conftest.err configure:8338: $? = 0 configure:8341: test -s conftest configure:8344: $? = 0 configure:8356: result: yes configure:8268: checking for getegid configure:8325: gcc -o conftest -g -O2 conftest.c >&5 configure:8331: $? = 0 configure:8335: test -z || test ! -s conftest.err configure:8338: $? = 0 configure:8341: test -s conftest configure:8344: $? = 0 configure:8356: result: yes configure:8268: checking for geteuid configure:8325: gcc -o conftest -g -O2 conftest.c >&5 configure:8331: $? = 0 configure:8335: test -z || test ! -s conftest.err configure:8338: $? = 0 configure:8341: test -s conftest configure:8344: $? = 0 configure:8356: result: yes configure:8268: checking for getgid configure:8325: gcc -o conftest -g -O2 conftest.c >&5 configure:8331: $? = 0 configure:8335: test -z || test ! -s conftest.err configure:8338: $? = 0 configure:8341: test -s conftest configure:8344: $? = 0 configure:8356: result: yes configure:8268: checking for getuid configure:8325: gcc -o conftest -g -O2 conftest.c >&5 configure:8331: $? = 0 configure:8335: test -z || test ! -s conftest.err configure:8338: $? = 0 configure:8341: test -s conftest configure:8344: $? = 0 configure:8356: result: yes configure:8268: checking for mempcpy configure:8325: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:102: warning: conflicting types for built-in function 'mempcpy' configure:8331: $? = 0 configure:8335: test -z || test ! -s conftest.err configure:8338: $? = 0 configure:8341: test -s conftest configure:8344: $? = 0 configure:8356: result: yes configure:8268: checking for munmap configure:8325: gcc -o conftest -g -O2 conftest.c >&5 configure:8331: $? = 0 configure:8335: test -z || test ! -s conftest.err configure:8338: $? = 0 configure:8341: test -s conftest configure:8344: $? = 0 configure:8356: result: yes configure:8268: checking for putenv configure:8325: gcc -o conftest -g -O2 conftest.c >&5 configure:8331: $? = 0 configure:8335: test -z || test ! -s conftest.err configure:8338: $? = 0 configure:8341: test -s conftest configure:8344: $? = 0 configure:8356: result: yes configure:8268: checking for setenv configure:8325: gcc -o conftest -g -O2 conftest.c >&5 configure:8331: $? = 0 configure:8335: test -z || test ! -s conftest.err configure:8338: $? = 0 configure:8341: test -s conftest configure:8344: $? = 0 configure:8356: result: yes configure:8268: checking for setlocale configure:8325: gcc -o conftest -g -O2 conftest.c >&5 configure:8331: $? = 0 configure:8335: test -z || test ! -s conftest.err configure:8338: $? = 0 configure:8341: test -s conftest configure:8344: $? = 0 configure:8356: result: yes configure:8268: checking for stpcpy configure:8325: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:107: warning: conflicting types for built-in function 'stpcpy' configure:8331: $? = 0 configure:8335: test -z || test ! -s conftest.err configure:8338: $? = 0 configure:8341: test -s conftest configure:8344: $? = 0 configure:8356: result: yes configure:8268: checking for strcasecmp configure:8325: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:108: warning: conflicting types for built-in function 'strcasecmp' configure:8331: $? = 0 configure:8335: test -z || test ! -s conftest.err configure:8338: $? = 0 configure:8341: test -s conftest configure:8344: $? = 0 configure:8356: result: yes configure:8268: checking for strdup configure:8325: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:109: warning: conflicting types for built-in function 'strdup' configure:8331: $? = 0 configure:8335: test -z || test ! -s conftest.err configure:8338: $? = 0 configure:8341: test -s conftest configure:8344: $? = 0 configure:8356: result: yes configure:8268: checking for strtoul configure:8325: gcc -o conftest -g -O2 conftest.c >&5 configure:8331: $? = 0 configure:8335: test -z || test ! -s conftest.err configure:8338: $? = 0 configure:8341: test -s conftest configure:8344: $? = 0 configure:8356: result: yes configure:8268: checking for tsearch configure:8325: gcc -o conftest -g -O2 conftest.c >&5 configure:8331: $? = 0 configure:8335: test -z || test ! -s conftest.err configure:8338: $? = 0 configure:8341: test -s conftest configure:8344: $? = 0 configure:8356: result: yes configure:8268: checking for __argz_count configure:8325: gcc -o conftest -g -O2 conftest.c >&5 configure:8331: $? = 0 configure:8335: test -z || test ! -s conftest.err configure:8338: $? = 0 configure:8341: test -s conftest configure:8344: $? = 0 configure:8356: result: yes configure:8268: checking for __argz_stringify configure:8325: gcc -o conftest -g -O2 conftest.c >&5 configure:8331: $? = 0 configure:8335: test -z || test ! -s conftest.err configure:8338: $? = 0 configure:8341: test -s conftest configure:8344: $? = 0 configure:8356: result: yes configure:8268: checking for __argz_next configure:8325: gcc -o conftest -g -O2 conftest.c >&5 configure:8331: $? = 0 configure:8335: test -z || test ! -s conftest.err configure:8338: $? = 0 configure:8341: test -s conftest configure:8344: $? = 0 configure:8356: result: yes configure:8268: checking for __fsetlocking configure:8325: gcc -o conftest -g -O2 conftest.c >&5 configure:8331: $? = 0 configure:8335: test -z || test ! -s conftest.err configure:8338: $? = 0 configure:8341: test -s conftest configure:8344: $? = 0 configure:8356: result: yes configure:8397: checking for iconv configure:8424: gcc -o conftest -g -O2 conftest.c >&5 configure:8430: $? = 0 configure:8434: test -z || test ! -s conftest.err configure:8437: $? = 0 configure:8440: test -s conftest configure:8443: $? = 0 configure:8509: result: yes configure:8532: checking for iconv declaration configure:8566: gcc -c -g -O2 conftest.c >&5 configure:8572: $? = 0 configure:8576: test -z || test ! -s conftest.err configure:8579: $? = 0 configure:8582: test -s conftest.o configure:8585: $? = 0 configure:8600: result: extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); configure:8611: checking for nl_langinfo and CODESET configure:8632: gcc -o conftest -g -O2 conftest.c >&5 configure:8638: $? = 0 configure:8642: test -z || test ! -s conftest.err configure:8645: $? = 0 configure:8648: test -s conftest configure:8651: $? = 0 configure:8664: result: yes configure:8676: checking for LC_MESSAGES configure:8697: gcc -o conftest -g -O2 conftest.c >&5 configure:8703: $? = 0 configure:8707: test -z || test ! -s conftest.err configure:8710: $? = 0 configure:8713: test -s conftest configure:8716: $? = 0 configure:8728: result: yes configure:8744: checking for bison configure:8760: found /usr/bin/bison configure:8770: result: bison configure:8783: checking version of bison configure:8792: result: 2.3, ok configure:8814: checking whether NLS is requested configure:8823: result: yes configure:8839: checking whether included gettext is requested configure:8849: result: no configure:8860: checking for GNU gettext in libc configure:8884: gcc -o conftest -g -O2 conftest.c >&5 configure:8890: $? = 0 configure:8894: test -z || test ! -s conftest.err configure:8897: $? = 0 configure:8900: test -s conftest configure:8903: $? = 0 configure:8915: result: yes configure:9468: checking whether to use NLS configure:9470: result: yes configure:9473: checking where the gettext function comes from configure:9484: result: libc configure:9582: checking for dirent.h that defines DIR configure:9606: gcc -c -g -O2 conftest.c >&5 configure:9612: $? = 0 configure:9616: test -z || test ! -s conftest.err configure:9619: $? = 0 configure:9622: test -s conftest.o configure:9625: $? = 0 configure:9636: result: yes configure:9649: checking for library containing opendir configure:9679: gcc -o conftest -g -O2 conftest.c >&5 configure:9685: $? = 0 configure:9689: test -z || test ! -s conftest.err configure:9692: $? = 0 configure:9695: test -s conftest configure:9698: $? = 0 configure:9768: result: none required configure:9904: checking whether time.h and sys/time.h may both be included configure:9929: gcc -c -g -O2 conftest.c >&5 configure:9935: $? = 0 configure:9939: test -z || test ! -s conftest.err configure:9942: $? = 0 configure:9945: test -s conftest.o configure:9948: $? = 0 configure:9959: result: yes configure:9976: checking for inttypes.h configure:9981: result: yes configure:10148: checking for unistd.h configure:10153: result: yes configure:10148: checking for stdlib.h configure:10153: result: yes configure:10157: checking stdarg.h usability configure:10169: gcc -c -g -O2 conftest.c >&5 configure:10175: $? = 0 configure:10179: test -z || test ! -s conftest.err configure:10182: $? = 0 configure:10185: test -s conftest.o configure:10188: $? = 0 configure:10198: result: yes configure:10202: checking stdarg.h presence configure:10212: gcc -E conftest.c configure:10218: $? = 0 configure:10238: result: yes configure:10273: checking for stdarg.h configure:10280: result: yes configure:10157: checking varargs.h usability configure:10169: gcc -c -g -O2 conftest.c >&5 In file included from conftest.c:139: /usr/lib/gcc/i486-linux-gnu/4.2.4/include/varargs.h:4:2: error: #error "GCC no longer implements ." /usr/lib/gcc/i486-linux-gnu/4.2.4/include/varargs.h:5:2: error: #error "Revise your code to use ." configure:10175: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "bash" | #define PACKAGE_TARNAME "bash" | #define PACKAGE_VERSION "3.2-release" | #define PACKAGE_STRING "bash 3.2-release" | #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | #define USING_BASH_MALLOC 1 | #define ALIAS 1 | #define PUSHD_AND_POPD 1 | #define RESTRICTED_SHELL 1 | #define PROCESS_SUBSTITUTION 1 | #define PROMPT_STRING_DECODE 1 | #define SELECT_COMMAND 1 | #define HELP_BUILTIN 1 | #define ARRAY_VARS 1 | #define DPAREN_ARITHMETIC 1 | #define BRACE_EXPANSION 1 | #define COMMAND_TIMING 1 | #define EXTENDED_GLOB 1 | #define COND_COMMAND 1 | #define COND_REGEXP 1 | #define ARITH_FOR_COMMAND 1 | #define NETWORK_REDIRECTIONS 1 | #define PROGRAMMABLE_COMPLETION 1 | #define DEBUGGER 1 | #define MEMSCRAMBLE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define _FILE_OFFSET_BITS 64 | #define READLINE 1 | #define HISTORY 1 | #define BANG_HISTORY 1 | #define _GNU_SOURCE 1 | #define HAVE_STRINGIZE 1 | #define HAVE_LONG_DOUBLE 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_ARGZ_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FEOF_UNLOCKED 1 | #define HAVE_FGETS_UNLOCKED 1 | #define HAVE_GETC_UNLOCKED 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE___ARGZ_COUNT 1 | #define HAVE___ARGZ_STRINGIFY 1 | #define HAVE___ARGZ_NEXT 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_DIRENT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDARG_H 1 | /* end 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:10198: result: no configure:10202: checking varargs.h presence configure:10212: gcc -E conftest.c In file included from conftest.c:105: /usr/lib/gcc/i486-linux-gnu/4.2.4/include/varargs.h:4:2: error: #error "GCC no longer implements ." /usr/lib/gcc/i486-linux-gnu/4.2.4/include/varargs.h:5:2: error: #error "Revise your code to use ." configure:10218: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "bash" | #define PACKAGE_TARNAME "bash" | #define PACKAGE_VERSION "3.2-release" | #define PACKAGE_STRING "bash 3.2-release" | #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | #define USING_BASH_MALLOC 1 | #define ALIAS 1 | #define PUSHD_AND_POPD 1 | #define RESTRICTED_SHELL 1 | #define PROCESS_SUBSTITUTION 1 | #define PROMPT_STRING_DECODE 1 | #define SELECT_COMMAND 1 | #define HELP_BUILTIN 1 | #define ARRAY_VARS 1 | #define DPAREN_ARITHMETIC 1 | #define BRACE_EXPANSION 1 | #define COMMAND_TIMING 1 | #define EXTENDED_GLOB 1 | #define COND_COMMAND 1 | #define COND_REGEXP 1 | #define ARITH_FOR_COMMAND 1 | #define NETWORK_REDIRECTIONS 1 | #define PROGRAMMABLE_COMPLETION 1 | #define DEBUGGER 1 | #define MEMSCRAMBLE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define _FILE_OFFSET_BITS 64 | #define READLINE 1 | #define HISTORY 1 | #define BANG_HISTORY 1 | #define _GNU_SOURCE 1 | #define HAVE_STRINGIZE 1 | #define HAVE_LONG_DOUBLE 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_ARGZ_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FEOF_UNLOCKED 1 | #define HAVE_FGETS_UNLOCKED 1 | #define HAVE_GETC_UNLOCKED 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE___ARGZ_COUNT 1 | #define HAVE___ARGZ_STRINGIFY 1 | #define HAVE___ARGZ_NEXT 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_DIRENT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDARG_H 1 | /* end confdefs.h. */ | #include configure:10238: result: no configure:10273: checking for varargs.h configure:10280: result: no configure:10148: checking for limits.h configure:10153: result: yes configure:10148: checking for string.h configure:10153: result: yes configure:10148: checking for memory.h configure:10153: result: yes configure:10148: checking for locale.h configure:10153: result: yes configure:10157: checking termcap.h usability configure:10169: gcc -c -g -O2 conftest.c >&5 configure:10175: $? = 0 configure:10179: test -z || test ! -s conftest.err configure:10182: $? = 0 configure:10185: test -s conftest.o configure:10188: $? = 0 configure:10198: result: yes configure:10202: checking termcap.h presence configure:10212: gcc -E conftest.c configure:10218: $? = 0 configure:10238: result: yes configure:10273: checking for termcap.h configure:10280: result: yes configure:10157: checking termio.h usability configure:10169: gcc -c -g -O2 conftest.c >&5 configure:10175: $? = 0 configure:10179: test -z || test ! -s conftest.err configure:10182: $? = 0 configure:10185: test -s conftest.o configure:10188: $? = 0 configure:10198: result: yes configure:10202: checking termio.h presence configure:10212: gcc -E conftest.c configure:10218: $? = 0 configure:10238: result: yes configure:10273: checking for termio.h configure:10280: result: yes configure:10157: checking termios.h usability configure:10169: gcc -c -g -O2 conftest.c >&5 configure:10175: $? = 0 configure:10179: test -z || test ! -s conftest.err configure:10182: $? = 0 configure:10185: test -s conftest.o configure:10188: $? = 0 configure:10198: result: yes configure:10202: checking termios.h presence configure:10212: gcc -E conftest.c configure:10218: $? = 0 configure:10238: result: yes configure:10273: checking for termios.h configure:10280: result: yes configure:10157: checking dlfcn.h usability configure:10169: gcc -c -g -O2 conftest.c >&5 configure:10175: $? = 0 configure:10179: test -z || test ! -s conftest.err configure:10182: $? = 0 configure:10185: test -s conftest.o configure:10188: $? = 0 configure:10198: result: yes configure:10202: checking dlfcn.h presence configure:10212: gcc -E conftest.c configure:10218: $? = 0 configure:10238: result: yes configure:10273: checking for dlfcn.h configure:10280: result: yes configure:10148: checking for stddef.h configure:10153: result: yes configure:10148: checking for stdint.h configure:10153: result: yes configure:10157: checking netdb.h usability configure:10169: gcc -c -g -O2 conftest.c >&5 configure:10175: $? = 0 configure:10179: test -z || test ! -s conftest.err configure:10182: $? = 0 configure:10185: test -s conftest.o configure:10188: $? = 0 configure:10198: result: yes configure:10202: checking netdb.h presence configure:10212: gcc -E conftest.c configure:10218: $? = 0 configure:10238: result: yes configure:10273: checking for netdb.h configure:10280: result: yes configure:10157: checking pwd.h usability configure:10169: gcc -c -g -O2 conftest.c >&5 configure:10175: $? = 0 configure:10179: test -z || test ! -s conftest.err configure:10182: $? = 0 configure:10185: test -s conftest.o configure:10188: $? = 0 configure:10198: result: yes configure:10202: checking pwd.h presence configure:10212: gcc -E conftest.c configure:10218: $? = 0 configure:10238: result: yes configure:10273: checking for pwd.h configure:10280: result: yes configure:10157: checking grp.h usability configure:10169: gcc -c -g -O2 conftest.c >&5 configure:10175: $? = 0 configure:10179: test -z || test ! -s conftest.err configure:10182: $? = 0 configure:10185: test -s conftest.o configure:10188: $? = 0 configure:10198: result: yes configure:10202: checking grp.h presence configure:10212: gcc -E conftest.c configure:10218: $? = 0 configure:10238: result: yes configure:10273: checking for grp.h configure:10280: result: yes configure:10148: checking for strings.h configure:10153: result: yes configure:10157: checking regex.h usability configure:10169: gcc -c -g -O2 conftest.c >&5 configure:10175: $? = 0 configure:10179: test -z || test ! -s conftest.err configure:10182: $? = 0 configure:10185: test -s conftest.o configure:10188: $? = 0 configure:10198: result: yes configure:10202: checking regex.h presence configure:10212: gcc -E conftest.c configure:10218: $? = 0 configure:10238: result: yes configure:10273: checking for regex.h configure:10280: result: yes configure:10320: checking sys/pte.h usability configure:10332: gcc -c -g -O2 conftest.c >&5 conftest.c:154:21: error: sys/pte.h: No such file or directory configure:10338: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "bash" | #define PACKAGE_TARNAME "bash" | #define PACKAGE_VERSION "3.2-release" | #define PACKAGE_STRING "bash 3.2-release" | #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | #define USING_BASH_MALLOC 1 | #define ALIAS 1 | #define PUSHD_AND_POPD 1 | #define RESTRICTED_SHELL 1 | #define PROCESS_SUBSTITUTION 1 | #define PROMPT_STRING_DECODE 1 | #define SELECT_COMMAND 1 | #define HELP_BUILTIN 1 | #define ARRAY_VARS 1 | #define DPAREN_ARITHMETIC 1 | #define BRACE_EXPANSION 1 | #define COMMAND_TIMING 1 | #define EXTENDED_GLOB 1 | #define COND_COMMAND 1 | #define COND_REGEXP 1 | #define ARITH_FOR_COMMAND 1 | #define NETWORK_REDIRECTIONS 1 | #define PROGRAMMABLE_COMPLETION 1 | #define DEBUGGER 1 | #define MEMSCRAMBLE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define _FILE_OFFSET_BITS 64 | #define READLINE 1 | #define HISTORY 1 | #define BANG_HISTORY 1 | #define _GNU_SOURCE 1 | #define HAVE_STRINGIZE 1 | #define HAVE_LONG_DOUBLE 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_ARGZ_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FEOF_UNLOCKED 1 | #define HAVE_FGETS_UNLOCKED 1 | #define HAVE_GETC_UNLOCKED 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE___ARGZ_COUNT 1 | #define HAVE___ARGZ_STRINGIFY 1 | #define HAVE___ARGZ_NEXT 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_DIRENT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_REGEX_H 1 | /* end 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:10361: result: no configure:10365: checking sys/pte.h presence configure:10375: gcc -E conftest.c conftest.c:120:21: error: sys/pte.h: No such file or directory configure:10381: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "bash" | #define PACKAGE_TARNAME "bash" | #define PACKAGE_VERSION "3.2-release" | #define PACKAGE_STRING "bash 3.2-release" | #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | #define USING_BASH_MALLOC 1 | #define ALIAS 1 | #define PUSHD_AND_POPD 1 | #define RESTRICTED_SHELL 1 | #define PROCESS_SUBSTITUTION 1 | #define PROMPT_STRING_DECODE 1 | #define SELECT_COMMAND 1 | #define HELP_BUILTIN 1 | #define ARRAY_VARS 1 | #define DPAREN_ARITHMETIC 1 | #define BRACE_EXPANSION 1 | #define COMMAND_TIMING 1 | #define EXTENDED_GLOB 1 | #define COND_COMMAND 1 | #define COND_REGEXP 1 | #define ARITH_FOR_COMMAND 1 | #define NETWORK_REDIRECTIONS 1 | #define PROGRAMMABLE_COMPLETION 1 | #define DEBUGGER 1 | #define MEMSCRAMBLE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define _FILE_OFFSET_BITS 64 | #define READLINE 1 | #define HISTORY 1 | #define BANG_HISTORY 1 | #define _GNU_SOURCE 1 | #define HAVE_STRINGIZE 1 | #define HAVE_LONG_DOUBLE 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_ARGZ_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FEOF_UNLOCKED 1 | #define HAVE_FGETS_UNLOCKED 1 | #define HAVE_GETC_UNLOCKED 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE___ARGZ_COUNT 1 | #define HAVE___ARGZ_STRINGIFY 1 | #define HAVE___ARGZ_NEXT 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_DIRENT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_REGEX_H 1 | /* end confdefs.h. */ | #include configure:10401: result: no configure:10436: checking for sys/pte.h configure:10443: result: no configure:10320: checking sys/stream.h usability configure:10332: gcc -c -g -O2 conftest.c >&5 conftest.c:154:24: error: sys/stream.h: No such file or directory configure:10338: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "bash" | #define PACKAGE_TARNAME "bash" | #define PACKAGE_VERSION "3.2-release" | #define PACKAGE_STRING "bash 3.2-release" | #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | #define USING_BASH_MALLOC 1 | #define ALIAS 1 | #define PUSHD_AND_POPD 1 | #define RESTRICTED_SHELL 1 | #define PROCESS_SUBSTITUTION 1 | #define PROMPT_STRING_DECODE 1 | #define SELECT_COMMAND 1 | #define HELP_BUILTIN 1 | #define ARRAY_VARS 1 | #define DPAREN_ARITHMETIC 1 | #define BRACE_EXPANSION 1 | #define COMMAND_TIMING 1 | #define EXTENDED_GLOB 1 | #define COND_COMMAND 1 | #define COND_REGEXP 1 | #define ARITH_FOR_COMMAND 1 | #define NETWORK_REDIRECTIONS 1 | #define PROGRAMMABLE_COMPLETION 1 | #define DEBUGGER 1 | #define MEMSCRAMBLE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define _FILE_OFFSET_BITS 64 | #define READLINE 1 | #define HISTORY 1 | #define BANG_HISTORY 1 | #define _GNU_SOURCE 1 | #define HAVE_STRINGIZE 1 | #define HAVE_LONG_DOUBLE 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_ARGZ_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FEOF_UNLOCKED 1 | #define HAVE_FGETS_UNLOCKED 1 | #define HAVE_GETC_UNLOCKED 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE___ARGZ_COUNT 1 | #define HAVE___ARGZ_STRINGIFY 1 | #define HAVE___ARGZ_NEXT 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_DIRENT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_REGEX_H 1 | /* end 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:10361: result: no configure:10365: checking sys/stream.h presence configure:10375: gcc -E conftest.c conftest.c:120:24: error: sys/stream.h: No such file or directory configure:10381: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "bash" | #define PACKAGE_TARNAME "bash" | #define PACKAGE_VERSION "3.2-release" | #define PACKAGE_STRING "bash 3.2-release" | #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | #define USING_BASH_MALLOC 1 | #define ALIAS 1 | #define PUSHD_AND_POPD 1 | #define RESTRICTED_SHELL 1 | #define PROCESS_SUBSTITUTION 1 | #define PROMPT_STRING_DECODE 1 | #define SELECT_COMMAND 1 | #define HELP_BUILTIN 1 | #define ARRAY_VARS 1 | #define DPAREN_ARITHMETIC 1 | #define BRACE_EXPANSION 1 | #define COMMAND_TIMING 1 | #define EXTENDED_GLOB 1 | #define COND_COMMAND 1 | #define COND_REGEXP 1 | #define ARITH_FOR_COMMAND 1 | #define NETWORK_REDIRECTIONS 1 | #define PROGRAMMABLE_COMPLETION 1 | #define DEBUGGER 1 | #define MEMSCRAMBLE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define _FILE_OFFSET_BITS 64 | #define READLINE 1 | #define HISTORY 1 | #define BANG_HISTORY 1 | #define _GNU_SOURCE 1 | #define HAVE_STRINGIZE 1 | #define HAVE_LONG_DOUBLE 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_ARGZ_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FEOF_UNLOCKED 1 | #define HAVE_FGETS_UNLOCKED 1 | #define HAVE_GETC_UNLOCKED 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE___ARGZ_COUNT 1 | #define HAVE___ARGZ_STRINGIFY 1 | #define HAVE___ARGZ_NEXT 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_DIRENT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_REGEX_H 1 | /* end confdefs.h. */ | #include configure:10401: result: no configure:10436: checking for sys/stream.h configure:10443: result: no configure:10320: checking sys/select.h usability configure:10332: gcc -c -g -O2 conftest.c >&5 configure:10338: $? = 0 configure:10342: test -z || test ! -s conftest.err configure:10345: $? = 0 configure:10348: test -s conftest.o configure:10351: $? = 0 configure:10361: result: yes configure:10365: checking sys/select.h presence configure:10375: gcc -E conftest.c configure:10381: $? = 0 configure:10401: result: yes configure:10436: checking for sys/select.h configure:10443: result: yes configure:10320: checking sys/file.h usability configure:10332: gcc -c -g -O2 conftest.c >&5 configure:10338: $? = 0 configure:10342: test -z || test ! -s conftest.err configure:10345: $? = 0 configure:10348: test -s conftest.o configure:10351: $? = 0 configure:10361: result: yes configure:10365: checking sys/file.h presence configure:10375: gcc -E conftest.c configure:10381: $? = 0 configure:10401: result: yes configure:10436: checking for sys/file.h configure:10443: result: yes configure:10320: checking sys/resource.h usability configure:10332: gcc -c -g -O2 conftest.c >&5 configure:10338: $? = 0 configure:10342: test -z || test ! -s conftest.err configure:10345: $? = 0 configure:10348: test -s conftest.o configure:10351: $? = 0 configure:10361: result: yes configure:10365: checking sys/resource.h presence configure:10375: gcc -E conftest.c configure:10381: $? = 0 configure:10401: result: yes configure:10436: checking for sys/resource.h configure:10443: result: yes configure:10311: checking for sys/param.h configure:10316: result: yes configure:10320: checking sys/socket.h usability configure:10332: gcc -c -g -O2 conftest.c >&5 configure:10338: $? = 0 configure:10342: test -z || test ! -s conftest.err configure:10345: $? = 0 configure:10348: test -s conftest.o configure:10351: $? = 0 configure:10361: result: yes configure:10365: checking sys/socket.h presence configure:10375: gcc -E conftest.c configure:10381: $? = 0 configure:10401: result: yes configure:10436: checking for sys/socket.h configure:10443: result: yes configure:10311: checking for sys/stat.h configure:10316: result: yes configure:10320: checking sys/time.h usability configure:10332: gcc -c -g -O2 conftest.c >&5 configure:10338: $? = 0 configure:10342: test -z || test ! -s conftest.err configure:10345: $? = 0 configure:10348: test -s conftest.o configure:10351: $? = 0 configure:10361: result: yes configure:10365: checking sys/time.h presence configure:10375: gcc -E conftest.c configure:10381: $? = 0 configure:10401: result: yes configure:10436: checking for sys/time.h configure:10443: result: yes configure:10320: checking sys/times.h usability configure:10332: gcc -c -g -O2 conftest.c >&5 configure:10338: $? = 0 configure:10342: test -z || test ! -s conftest.err configure:10345: $? = 0 configure:10348: test -s conftest.o configure:10351: $? = 0 configure:10361: result: yes configure:10365: checking sys/times.h presence configure:10375: gcc -E conftest.c configure:10381: $? = 0 configure:10401: result: yes configure:10436: checking for sys/times.h configure:10443: result: yes configure:10311: checking for sys/types.h configure:10316: result: yes configure:10320: checking sys/wait.h usability configure:10332: gcc -c -g -O2 conftest.c >&5 configure:10338: $? = 0 configure:10342: test -z || test ! -s conftest.err configure:10345: $? = 0 configure:10348: test -s conftest.o configure:10351: $? = 0 configure:10361: result: yes configure:10365: checking sys/wait.h presence configure:10375: gcc -E conftest.c configure:10381: $? = 0 configure:10401: result: yes configure:10436: checking for sys/wait.h configure:10443: result: yes configure:10471: checking netinet/in.h usability configure:10483: gcc -c -g -O2 conftest.c >&5 configure:10489: $? = 0 configure:10493: test -z || test ! -s conftest.err configure:10496: $? = 0 configure:10499: test -s conftest.o configure:10502: $? = 0 configure:10512: result: yes configure:10516: checking netinet/in.h presence configure:10526: gcc -E conftest.c configure:10532: $? = 0 configure:10552: result: yes configure:10587: checking for netinet/in.h configure:10594: result: yes configure:10471: checking arpa/inet.h usability configure:10483: gcc -c -g -O2 conftest.c >&5 configure:10489: $? = 0 configure:10493: test -z || test ! -s conftest.err configure:10496: $? = 0 configure:10499: test -s conftest.o configure:10502: $? = 0 configure:10512: result: yes configure:10516: checking arpa/inet.h presence configure:10526: gcc -E conftest.c configure:10532: $? = 0 configure:10552: result: yes configure:10587: checking for arpa/inet.h configure:10594: result: yes configure:10608: checking for sys/ptem.h configure:10628: gcc -c -g -O2 conftest.c >&5 conftest.c:138:22: error: sys/ptem.h: No such file or directory configure:10634: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "bash" | #define PACKAGE_TARNAME "bash" | #define PACKAGE_VERSION "3.2-release" | #define PACKAGE_STRING "bash 3.2-release" | #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | #define USING_BASH_MALLOC 1 | #define ALIAS 1 | #define PUSHD_AND_POPD 1 | #define RESTRICTED_SHELL 1 | #define PROCESS_SUBSTITUTION 1 | #define PROMPT_STRING_DECODE 1 | #define SELECT_COMMAND 1 | #define HELP_BUILTIN 1 | #define ARRAY_VARS 1 | #define DPAREN_ARITHMETIC 1 | #define BRACE_EXPANSION 1 | #define COMMAND_TIMING 1 | #define EXTENDED_GLOB 1 | #define COND_COMMAND 1 | #define COND_REGEXP 1 | #define ARITH_FOR_COMMAND 1 | #define NETWORK_REDIRECTIONS 1 | #define PROGRAMMABLE_COMPLETION 1 | #define DEBUGGER 1 | #define MEMSCRAMBLE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define _FILE_OFFSET_BITS 64 | #define READLINE 1 | #define HISTORY 1 | #define BANG_HISTORY 1 | #define _GNU_SOURCE 1 | #define HAVE_STRINGIZE 1 | #define HAVE_LONG_DOUBLE 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_ARGZ_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FEOF_UNLOCKED 1 | #define HAVE_FGETS_UNLOCKED 1 | #define HAVE_GETC_UNLOCKED 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE___ARGZ_COUNT 1 | #define HAVE___ARGZ_STRINGIFY 1 | #define HAVE___ARGZ_NEXT 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_DIRENT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | /* end confdefs.h. */ | | #if HAVE_SYS_STREAM_H | # include | #endif | | | #include configure:10658: result: no configure:10665: checking for working alloca.h configure:10717: result: yes configure:10727: checking for alloca configure:10799: result: yes configure:11022: checking whether getpgrp requires zero arguments configure:11044: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:171: error: too many arguments to function 'getpgrp' configure:11050: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "bash" | #define PACKAGE_TARNAME "bash" | #define PACKAGE_VERSION "3.2-release" | #define PACKAGE_STRING "bash 3.2-release" | #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | #define USING_BASH_MALLOC 1 | #define ALIAS 1 | #define PUSHD_AND_POPD 1 | #define RESTRICTED_SHELL 1 | #define PROCESS_SUBSTITUTION 1 | #define PROMPT_STRING_DECODE 1 | #define SELECT_COMMAND 1 | #define HELP_BUILTIN 1 | #define ARRAY_VARS 1 | #define DPAREN_ARITHMETIC 1 | #define BRACE_EXPANSION 1 | #define COMMAND_TIMING 1 | #define EXTENDED_GLOB 1 | #define COND_COMMAND 1 | #define COND_REGEXP 1 | #define ARITH_FOR_COMMAND 1 | #define NETWORK_REDIRECTIONS 1 | #define PROGRAMMABLE_COMPLETION 1 | #define DEBUGGER 1 | #define MEMSCRAMBLE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define _FILE_OFFSET_BITS 64 | #define READLINE 1 | #define HISTORY 1 | #define BANG_HISTORY 1 | #define _GNU_SOURCE 1 | #define HAVE_STRINGIZE 1 | #define HAVE_LONG_DOUBLE 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_ARGZ_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FEOF_UNLOCKED 1 | #define HAVE_FGETS_UNLOCKED 1 | #define HAVE_GETC_UNLOCKED 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE___ARGZ_COUNT 1 | #define HAVE___ARGZ_STRINGIFY 1 | #define HAVE___ARGZ_NEXT 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_DIRENT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | /* end 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 | int | main () | { | getpgrp (0); | ; | return 0; | } configure:11075: result: yes configure:11085: checking whether setvbuf arguments are reversed configure:11110: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:137: error: conflicting types for 'setvbuf' /usr/include/stdio.h:312: error: previous declaration of 'setvbuf' was here configure:11116: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "bash" | #define PACKAGE_TARNAME "bash" | #define PACKAGE_VERSION "3.2-release" | #define PACKAGE_STRING "bash 3.2-release" | #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | #define USING_BASH_MALLOC 1 | #define ALIAS 1 | #define PUSHD_AND_POPD 1 | #define RESTRICTED_SHELL 1 | #define PROCESS_SUBSTITUTION 1 | #define PROMPT_STRING_DECODE 1 | #define SELECT_COMMAND 1 | #define HELP_BUILTIN 1 | #define ARRAY_VARS 1 | #define DPAREN_ARITHMETIC 1 | #define BRACE_EXPANSION 1 | #define COMMAND_TIMING 1 | #define EXTENDED_GLOB 1 | #define COND_COMMAND 1 | #define COND_REGEXP 1 | #define ARITH_FOR_COMMAND 1 | #define NETWORK_REDIRECTIONS 1 | #define PROGRAMMABLE_COMPLETION 1 | #define DEBUGGER 1 | #define MEMSCRAMBLE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define _FILE_OFFSET_BITS 64 | #define READLINE 1 | #define HISTORY 1 | #define BANG_HISTORY 1 | #define _GNU_SOURCE 1 | #define HAVE_STRINGIZE 1 | #define HAVE_LONG_DOUBLE 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_ARGZ_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FEOF_UNLOCKED 1 | #define HAVE_FGETS_UNLOCKED 1 | #define HAVE_GETC_UNLOCKED 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE___ARGZ_COUNT 1 | #define HAVE___ARGZ_STRINGIFY 1 | #define HAVE___ARGZ_NEXT 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_DIRENT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define GETPGRP_VOID 1 | /* end confdefs.h. */ | #include | # if PROTOTYPES | int (setvbuf) (FILE *, int, char *, size_t); | # endif | int | main () | { | char buf; return setvbuf (stdout, _IOLBF, &buf, 1); | ; | return 0; | } configure:11237: result: no configure:11251: checking for vprintf configure:11308: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:159: warning: conflicting types for built-in function 'vprintf' configure:11314: $? = 0 configure:11318: test -z || test ! -s conftest.err configure:11321: $? = 0 configure:11324: test -s conftest configure:11327: $? = 0 configure:11339: result: yes configure:11346: checking for _doprnt configure:11403: gcc -o conftest -g -O2 conftest.c >&5 /tmp/ccAQr8t8.o: In function `main': /build/bashc-3.2.33.0/conftest.c:175: undefined reference to `_doprnt' /tmp/ccAQr8t8.o:(.data+0x0): undefined reference to `_doprnt' collect2: ld returned 1 exit status configure:11409: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "bash" | #define PACKAGE_TARNAME "bash" | #define PACKAGE_VERSION "3.2-release" | #define PACKAGE_STRING "bash 3.2-release" | #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | #define USING_BASH_MALLOC 1 | #define ALIAS 1 | #define PUSHD_AND_POPD 1 | #define RESTRICTED_SHELL 1 | #define PROCESS_SUBSTITUTION 1 | #define PROMPT_STRING_DECODE 1 | #define SELECT_COMMAND 1 | #define HELP_BUILTIN 1 | #define ARRAY_VARS 1 | #define DPAREN_ARITHMETIC 1 | #define BRACE_EXPANSION 1 | #define COMMAND_TIMING 1 | #define EXTENDED_GLOB 1 | #define COND_COMMAND 1 | #define COND_REGEXP 1 | #define ARITH_FOR_COMMAND 1 | #define NETWORK_REDIRECTIONS 1 | #define PROGRAMMABLE_COMPLETION 1 | #define DEBUGGER 1 | #define MEMSCRAMBLE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define _FILE_OFFSET_BITS 64 | #define READLINE 1 | #define HISTORY 1 | #define BANG_HISTORY 1 | #define _GNU_SOURCE 1 | #define HAVE_STRINGIZE 1 | #define HAVE_LONG_DOUBLE 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_ARGZ_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FEOF_UNLOCKED 1 | #define HAVE_FGETS_UNLOCKED 1 | #define HAVE_GETC_UNLOCKED 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE___ARGZ_COUNT 1 | #define HAVE___ARGZ_STRINGIFY 1 | #define HAVE___ARGZ_NEXT 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_DIRENT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define GETPGRP_VOID 1 | #define HAVE_VPRINTF 1 | /* end confdefs.h. */ | /* Define _doprnt to an innocuous variant, in case declares _doprnt. | For example, HP-UX 11i declares gettimeofday. */ | #define _doprnt innocuous__doprnt | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _doprnt (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef _doprnt | | /* 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 _doprnt (); | /* 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__doprnt) || defined (__stub____doprnt) | choke me | #else | char (*f) () = _doprnt; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != _doprnt; | ; | return 0; | } configure:11434: result: no configure:11448: checking for working strcoll configure:11474: gcc -o conftest -g -O2 conftest.c >&5 configure:11477: $? = 0 configure:11479: ./conftest configure:11482: $? = 0 configure:11496: result: yes configure:11557: checking return type of signal handlers configure:11588: gcc -c -g -O2 conftest.c >&5 configure:11594: $? = 0 configure:11598: test -z || test ! -s conftest.err configure:11601: $? = 0 configure:11604: test -s conftest.o configure:11607: $? = 0 configure:11618: result: void configure:11627: checking for __setostype configure:11684: gcc -o conftest -g -O2 conftest.c >&5 /tmp/cc63Y90F.o: In function `main': /build/bashc-3.2.33.0/conftest.c:177: undefined reference to `__setostype' /tmp/cc63Y90F.o:(.data+0x0): undefined reference to `__setostype' collect2: ld returned 1 exit status configure:11690: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "bash" | #define PACKAGE_TARNAME "bash" | #define PACKAGE_VERSION "3.2-release" | #define PACKAGE_STRING "bash 3.2-release" | #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | #define USING_BASH_MALLOC 1 | #define ALIAS 1 | #define PUSHD_AND_POPD 1 | #define RESTRICTED_SHELL 1 | #define PROCESS_SUBSTITUTION 1 | #define PROMPT_STRING_DECODE 1 | #define SELECT_COMMAND 1 | #define HELP_BUILTIN 1 | #define ARRAY_VARS 1 | #define DPAREN_ARITHMETIC 1 | #define BRACE_EXPANSION 1 | #define COMMAND_TIMING 1 | #define EXTENDED_GLOB 1 | #define COND_COMMAND 1 | #define COND_REGEXP 1 | #define ARITH_FOR_COMMAND 1 | #define NETWORK_REDIRECTIONS 1 | #define PROGRAMMABLE_COMPLETION 1 | #define DEBUGGER 1 | #define MEMSCRAMBLE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define _FILE_OFFSET_BITS 64 | #define READLINE 1 | #define HISTORY 1 | #define BANG_HISTORY 1 | #define _GNU_SOURCE 1 | #define HAVE_STRINGIZE 1 | #define HAVE_LONG_DOUBLE 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_ARGZ_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FEOF_UNLOCKED 1 | #define HAVE_FGETS_UNLOCKED 1 | #define HAVE_GETC_UNLOCKED 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE___ARGZ_COUNT 1 | #define HAVE___ARGZ_STRINGIFY 1 | #define HAVE___ARGZ_NEXT 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_DIRENT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define GETPGRP_VOID 1 | #define HAVE_VPRINTF 1 | #define HAVE_STRCOLL 1 | #define RETSIGTYPE void | /* end confdefs.h. */ | /* Define __setostype to an innocuous variant, in case declares __setostype. | For example, HP-UX 11i declares gettimeofday. */ | #define __setostype innocuous___setostype | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char __setostype (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef __setostype | | /* 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 __setostype (); | /* 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___setostype) || defined (__stub_____setostype) | choke me | #else | char (*f) () = __setostype; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != __setostype; | ; | return 0; | } configure:11715: result: no configure:11724: checking for wait3 configure:11781: gcc -o conftest -g -O2 conftest.c >&5 configure:11787: $? = 0 configure:11791: test -z || test ! -s conftest.err configure:11794: $? = 0 configure:11797: test -s conftest configure:11800: $? = 0 configure:11812: result: yes configure:11821: checking for isinf configure:11878: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:163: warning: conflicting types for built-in function 'isinf' configure:11884: $? = 0 configure:11888: test -z || test ! -s conftest.err configure:11891: $? = 0 configure:11894: test -s conftest configure:11897: $? = 0 configure:11909: result: yes configure:11918: checking for isnan configure:11975: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:164: warning: conflicting types for built-in function 'isnan' configure:11981: $? = 0 configure:11985: test -z || test ! -s conftest.err configure:11988: $? = 0 configure:11991: test -s conftest configure:11994: $? = 0 configure:12006: result: yes configure:12016: checking for mkfifo configure:12073: gcc -o conftest -g -O2 conftest.c >&5 configure:12079: $? = 0 configure:12083: test -z || test ! -s conftest.err configure:12086: $? = 0 configure:12089: test -s conftest configure:12092: $? = 0 configure:12104: result: yes configure:12147: checking for dup2 configure:12204: gcc -o conftest -g -O2 conftest.c >&5 configure:12210: $? = 0 configure:12214: test -z || test ! -s conftest.err configure:12217: $? = 0 configure:12220: test -s conftest configure:12223: $? = 0 configure:12235: result: yes configure:12147: checking for eaccess configure:12204: gcc -o conftest -g -O2 conftest.c >&5 configure:12210: $? = 0 configure:12214: test -z || test ! -s conftest.err configure:12217: $? = 0 configure:12220: test -s conftest configure:12223: $? = 0 configure:12235: result: yes configure:12147: checking for fcntl configure:12204: gcc -o conftest -g -O2 conftest.c >&5 configure:12210: $? = 0 configure:12214: test -z || test ! -s conftest.err configure:12217: $? = 0 configure:12220: test -s conftest configure:12223: $? = 0 configure:12235: result: yes configure:12147: checking for getdtablesize configure:12204: gcc -o conftest -g -O2 conftest.c >&5 configure:12210: $? = 0 configure:12214: test -z || test ! -s conftest.err configure:12217: $? = 0 configure:12220: test -s conftest configure:12223: $? = 0 configure:12235: result: yes configure:12147: checking for getgroups configure:12204: gcc -o conftest -g -O2 conftest.c >&5 configure:12210: $? = 0 configure:12214: test -z || test ! -s conftest.err configure:12217: $? = 0 configure:12220: test -s conftest configure:12223: $? = 0 configure:12235: result: yes configure:12147: checking for gethostname configure:12204: gcc -o conftest -g -O2 conftest.c >&5 configure:12210: $? = 0 configure:12214: test -z || test ! -s conftest.err configure:12217: $? = 0 configure:12220: test -s conftest configure:12223: $? = 0 configure:12235: result: yes configure:12147: checking for getpagesize configure:12235: result: yes configure:12147: checking for getpeername configure:12204: gcc -o conftest -g -O2 conftest.c >&5 configure:12210: $? = 0 configure:12214: test -z || test ! -s conftest.err configure:12217: $? = 0 configure:12220: test -s conftest configure:12223: $? = 0 configure:12235: result: yes configure:12147: checking for getrlimit configure:12204: gcc -o conftest -g -O2 conftest.c >&5 configure:12210: $? = 0 configure:12214: test -z || test ! -s conftest.err configure:12217: $? = 0 configure:12220: test -s conftest configure:12223: $? = 0 configure:12235: result: yes configure:12147: checking for getrusage configure:12204: gcc -o conftest -g -O2 conftest.c >&5 configure:12210: $? = 0 configure:12214: test -z || test ! -s conftest.err configure:12217: $? = 0 configure:12220: test -s conftest configure:12223: $? = 0 configure:12235: result: yes configure:12147: checking for gettimeofday configure:12204: gcc -o conftest -g -O2 conftest.c >&5 configure:12210: $? = 0 configure:12214: test -z || test ! -s conftest.err configure:12217: $? = 0 configure:12220: test -s conftest configure:12223: $? = 0 configure:12235: result: yes configure:12147: checking for kill configure:12204: gcc -o conftest -g -O2 conftest.c >&5 configure:12210: $? = 0 configure:12214: test -z || test ! -s conftest.err configure:12217: $? = 0 configure:12220: test -s conftest configure:12223: $? = 0 configure:12235: result: yes configure:12147: checking for killpg configure:12204: gcc -o conftest -g -O2 conftest.c >&5 configure:12210: $? = 0 configure:12214: test -z || test ! -s conftest.err configure:12217: $? = 0 configure:12220: test -s conftest configure:12223: $? = 0 configure:12235: result: yes configure:12147: checking for lstat configure:12204: gcc -o conftest -g -O2 conftest.c >&5 configure:12210: $? = 0 configure:12214: test -z || test ! -s conftest.err configure:12217: $? = 0 configure:12220: test -s conftest configure:12223: $? = 0 configure:12235: result: yes configure:12147: checking for readlink configure:12204: gcc -o conftest -g -O2 conftest.c >&5 configure:12210: $? = 0 configure:12214: test -z || test ! -s conftest.err configure:12217: $? = 0 configure:12220: test -s conftest configure:12223: $? = 0 configure:12235: result: yes configure:12147: checking for sbrk configure:12204: gcc -o conftest -g -O2 conftest.c >&5 configure:12210: $? = 0 configure:12214: test -z || test ! -s conftest.err configure:12217: $? = 0 configure:12220: test -s conftest configure:12223: $? = 0 configure:12235: result: yes configure:12147: checking for select configure:12204: gcc -o conftest -g -O2 conftest.c >&5 configure:12210: $? = 0 configure:12214: test -z || test ! -s conftest.err configure:12217: $? = 0 configure:12220: test -s conftest configure:12223: $? = 0 configure:12235: result: yes configure:12147: checking for setdtablesize configure:12204: gcc -o conftest -g -O2 conftest.c >&5 /tmp/ccc6abP8.o: In function `main': /build/bashc-3.2.33.0/conftest.c:198: undefined reference to `setdtablesize' /tmp/ccc6abP8.o:(.data+0x0): undefined reference to `setdtablesize' collect2: ld returned 1 exit status configure:12210: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "bash" | #define PACKAGE_TARNAME "bash" | #define PACKAGE_VERSION "3.2-release" | #define PACKAGE_STRING "bash 3.2-release" | #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | #define USING_BASH_MALLOC 1 | #define ALIAS 1 | #define PUSHD_AND_POPD 1 | #define RESTRICTED_SHELL 1 | #define PROCESS_SUBSTITUTION 1 | #define PROMPT_STRING_DECODE 1 | #define SELECT_COMMAND 1 | #define HELP_BUILTIN 1 | #define ARRAY_VARS 1 | #define DPAREN_ARITHMETIC 1 | #define BRACE_EXPANSION 1 | #define COMMAND_TIMING 1 | #define EXTENDED_GLOB 1 | #define COND_COMMAND 1 | #define COND_REGEXP 1 | #define ARITH_FOR_COMMAND 1 | #define NETWORK_REDIRECTIONS 1 | #define PROGRAMMABLE_COMPLETION 1 | #define DEBUGGER 1 | #define MEMSCRAMBLE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define _FILE_OFFSET_BITS 64 | #define READLINE 1 | #define HISTORY 1 | #define BANG_HISTORY 1 | #define _GNU_SOURCE 1 | #define HAVE_STRINGIZE 1 | #define HAVE_LONG_DOUBLE 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_ARGZ_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FEOF_UNLOCKED 1 | #define HAVE_FGETS_UNLOCKED 1 | #define HAVE_GETC_UNLOCKED 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE___ARGZ_COUNT 1 | #define HAVE___ARGZ_STRINGIFY 1 | #define HAVE___ARGZ_NEXT 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_DIRENT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define GETPGRP_VOID 1 | #define HAVE_VPRINTF 1 | #define HAVE_STRCOLL 1 | #define RETSIGTYPE void | #define HAVE_WAIT3 1 | #define HAVE_ISINF_IN_LIBC 1 | #define HAVE_ISNAN_IN_LIBC 1 | #define HAVE_MKFIFO 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_FCNTL 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETGROUPS 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_KILL 1 | #define HAVE_KILLPG 1 | #define HAVE_LSTAT 1 | #define HAVE_READLINK 1 | #define HAVE_SBRK 1 | #define HAVE_SELECT 1 | /* end confdefs.h. */ | /* Define setdtablesize to an innocuous variant, in case declares setdtablesize. | For example, HP-UX 11i declares gettimeofday. */ | #define setdtablesize innocuous_setdtablesize | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char setdtablesize (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef setdtablesize | | /* 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 setdtablesize (); | /* 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_setdtablesize) || defined (__stub___setdtablesize) | choke me | #else | char (*f) () = setdtablesize; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != setdtablesize; | ; | return 0; | } configure:12235: result: no configure:12147: checking for tcgetpgrp configure:12204: gcc -o conftest -g -O2 conftest.c >&5 configure:12210: $? = 0 configure:12214: test -z || test ! -s conftest.err configure:12217: $? = 0 configure:12220: test -s conftest configure:12223: $? = 0 configure:12235: result: yes configure:12147: checking for uname configure:12204: gcc -o conftest -g -O2 conftest.c >&5 configure:12210: $? = 0 configure:12214: test -z || test ! -s conftest.err configure:12217: $? = 0 configure:12220: test -s conftest configure:12223: $? = 0 configure:12235: result: yes configure:12147: checking for ulimit configure:12204: gcc -o conftest -g -O2 conftest.c >&5 configure:12210: $? = 0 configure:12214: test -z || test ! -s conftest.err configure:12217: $? = 0 configure:12220: test -s conftest configure:12223: $? = 0 configure:12235: result: yes configure:12147: checking for waitpid configure:12204: gcc -o conftest -g -O2 conftest.c >&5 configure:12210: $? = 0 configure:12214: test -z || test ! -s conftest.err configure:12217: $? = 0 configure:12220: test -s conftest configure:12223: $? = 0 configure:12235: result: yes configure:12249: checking for rename configure:12306: gcc -o conftest -g -O2 conftest.c >&5 configure:12312: $? = 0 configure:12316: test -z || test ! -s conftest.err configure:12319: $? = 0 configure:12322: test -s conftest configure:12325: $? = 0 configure:12337: result: yes configure:12392: checking for bcopy configure:12449: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:188: warning: conflicting types for built-in function 'bcopy' configure:12455: $? = 0 configure:12459: test -z || test ! -s conftest.err configure:12462: $? = 0 configure:12465: test -s conftest configure:12468: $? = 0 configure:12480: result: yes configure:12392: checking for bzero configure:12449: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:189: warning: conflicting types for built-in function 'bzero' configure:12455: $? = 0 configure:12459: test -z || test ! -s conftest.err configure:12462: $? = 0 configure:12465: test -s conftest configure:12468: $? = 0 configure:12480: result: yes configure:12392: checking for confstr configure:12449: gcc -o conftest -g -O2 conftest.c >&5 configure:12455: $? = 0 configure:12459: test -z || test ! -s conftest.err configure:12462: $? = 0 configure:12465: test -s conftest configure:12468: $? = 0 configure:12480: result: yes configure:12392: checking for fnmatch configure:12449: gcc -o conftest -g -O2 conftest.c >&5 configure:12455: $? = 0 configure:12459: test -z || test ! -s conftest.err configure:12462: $? = 0 configure:12465: test -s conftest configure:12468: $? = 0 configure:12480: result: yes configure:12392: checking for getaddrinfo configure:12449: gcc -o conftest -g -O2 conftest.c >&5 configure:12455: $? = 0 configure:12459: test -z || test ! -s conftest.err configure:12462: $? = 0 configure:12465: test -s conftest configure:12468: $? = 0 configure:12480: result: yes configure:12392: checking for gethostbyname configure:12449: gcc -o conftest -g -O2 conftest.c >&5 configure:12455: $? = 0 configure:12459: test -z || test ! -s conftest.err configure:12462: $? = 0 configure:12465: test -s conftest configure:12468: $? = 0 configure:12480: result: yes configure:12392: checking for getservbyname configure:12449: gcc -o conftest -g -O2 conftest.c >&5 configure:12455: $? = 0 configure:12459: test -z || test ! -s conftest.err configure:12462: $? = 0 configure:12465: test -s conftest configure:12468: $? = 0 configure:12480: result: yes configure:12392: checking for getservent configure:12449: gcc -o conftest -g -O2 conftest.c >&5 configure:12455: $? = 0 configure:12459: test -z || test ! -s conftest.err configure:12462: $? = 0 configure:12465: test -s conftest configure:12468: $? = 0 configure:12480: result: yes configure:12392: checking for inet_aton configure:12449: gcc -o conftest -g -O2 conftest.c >&5 configure:12455: $? = 0 configure:12459: test -z || test ! -s conftest.err configure:12462: $? = 0 configure:12465: test -s conftest configure:12468: $? = 0 configure:12480: result: yes configure:12392: checking for memmove configure:12449: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:197: warning: conflicting types for built-in function 'memmove' configure:12455: $? = 0 configure:12459: test -z || test ! -s conftest.err configure:12462: $? = 0 configure:12465: test -s conftest configure:12468: $? = 0 configure:12480: result: yes configure:12392: checking for pathconf configure:12449: gcc -o conftest -g -O2 conftest.c >&5 configure:12455: $? = 0 configure:12459: test -z || test ! -s conftest.err configure:12462: $? = 0 configure:12465: test -s conftest configure:12468: $? = 0 configure:12480: result: yes configure:12392: checking for putenv configure:12480: result: yes configure:12392: checking for raise configure:12449: gcc -o conftest -g -O2 conftest.c >&5 configure:12455: $? = 0 configure:12459: test -z || test ! -s conftest.err configure:12462: $? = 0 configure:12465: test -s conftest configure:12468: $? = 0 configure:12480: result: yes configure:12392: checking for regcomp configure:12449: gcc -o conftest -g -O2 conftest.c >&5 configure:12455: $? = 0 configure:12459: test -z || test ! -s conftest.err configure:12462: $? = 0 configure:12465: test -s conftest configure:12468: $? = 0 configure:12480: result: yes configure:12392: checking for regexec configure:12449: gcc -o conftest -g -O2 conftest.c >&5 configure:12455: $? = 0 configure:12459: test -z || test ! -s conftest.err configure:12462: $? = 0 configure:12465: test -s conftest configure:12468: $? = 0 configure:12480: result: yes configure:12392: checking for setenv configure:12480: result: yes configure:12392: checking for setlinebuf configure:12449: gcc -o conftest -g -O2 conftest.c >&5 configure:12455: $? = 0 configure:12459: test -z || test ! -s conftest.err configure:12462: $? = 0 configure:12465: test -s conftest configure:12468: $? = 0 configure:12480: result: yes configure:12392: checking for setlocale configure:12480: result: yes configure:12392: checking for setvbuf configure:12449: gcc -o conftest -g -O2 conftest.c >&5 configure:12455: $? = 0 configure:12459: test -z || test ! -s conftest.err configure:12462: $? = 0 configure:12465: test -s conftest configure:12468: $? = 0 configure:12480: result: yes configure:12392: checking for siginterrupt configure:12449: gcc -o conftest -g -O2 conftest.c >&5 configure:12455: $? = 0 configure:12459: test -z || test ! -s conftest.err configure:12462: $? = 0 configure:12465: test -s conftest configure:12468: $? = 0 configure:12480: result: yes configure:12392: checking for strchr configure:12449: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:208: warning: conflicting types for built-in function 'strchr' configure:12455: $? = 0 configure:12459: test -z || test ! -s conftest.err configure:12462: $? = 0 configure:12465: test -s conftest configure:12468: $? = 0 configure:12480: result: yes configure:12392: checking for sysconf configure:12449: gcc -o conftest -g -O2 conftest.c >&5 configure:12455: $? = 0 configure:12459: test -z || test ! -s conftest.err configure:12462: $? = 0 configure:12465: test -s conftest configure:12468: $? = 0 configure:12480: result: yes configure:12392: checking for tcgetattr configure:12449: gcc -o conftest -g -O2 conftest.c >&5 configure:12455: $? = 0 configure:12459: test -z || test ! -s conftest.err configure:12462: $? = 0 configure:12465: test -s conftest configure:12468: $? = 0 configure:12480: result: yes configure:12392: checking for times configure:12449: gcc -o conftest -g -O2 conftest.c >&5 configure:12455: $? = 0 configure:12459: test -z || test ! -s conftest.err configure:12462: $? = 0 configure:12465: test -s conftest configure:12468: $? = 0 configure:12480: result: yes configure:12392: checking for ttyname configure:12449: gcc -o conftest -g -O2 conftest.c >&5 configure:12455: $? = 0 configure:12459: test -z || test ! -s conftest.err configure:12462: $? = 0 configure:12465: test -s conftest configure:12468: $? = 0 configure:12480: result: yes configure:12392: checking for tzset configure:12449: gcc -o conftest -g -O2 conftest.c >&5 configure:12455: $? = 0 configure:12459: test -z || test ! -s conftest.err configure:12462: $? = 0 configure:12465: test -s conftest configure:12468: $? = 0 configure:12480: result: yes configure:12392: checking for unsetenv configure:12449: gcc -o conftest -g -O2 conftest.c >&5 configure:12455: $? = 0 configure:12459: test -z || test ! -s conftest.err configure:12462: $? = 0 configure:12465: test -s conftest configure:12468: $? = 0 configure:12480: result: yes configure:12498: checking for vsnprintf configure:12555: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:215: warning: conflicting types for built-in function 'vsnprintf' configure:12561: $? = 0 configure:12565: test -z || test ! -s conftest.err configure:12568: $? = 0 configure:12571: test -s conftest configure:12574: $? = 0 configure:12586: result: yes configure:12498: checking for snprintf configure:12555: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:216: warning: conflicting types for built-in function 'snprintf' configure:12561: $? = 0 configure:12565: test -z || test ! -s conftest.err configure:12568: $? = 0 configure:12571: test -s conftest configure:12574: $? = 0 configure:12586: result: yes configure:12498: checking for vasprintf configure:12555: gcc -o conftest -g -O2 conftest.c >&5 configure:12561: $? = 0 configure:12565: test -z || test ! -s conftest.err configure:12568: $? = 0 configure:12571: test -s conftest configure:12574: $? = 0 configure:12586: result: yes configure:12498: checking for asprintf configure:12555: gcc -o conftest -g -O2 conftest.c >&5 configure:12561: $? = 0 configure:12565: test -z || test ! -s conftest.err configure:12568: $? = 0 configure:12571: test -s conftest configure:12574: $? = 0 configure:12586: result: yes configure:12605: checking for isascii configure:12662: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:219: warning: conflicting types for built-in function 'isascii' configure:12668: $? = 0 configure:12672: test -z || test ! -s conftest.err configure:12675: $? = 0 configure:12678: test -s conftest configure:12681: $? = 0 configure:12693: result: yes configure:12605: checking for isblank configure:12662: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:220: warning: conflicting types for built-in function 'isblank' configure:12668: $? = 0 configure:12672: test -z || test ! -s conftest.err configure:12675: $? = 0 configure:12678: test -s conftest configure:12681: $? = 0 configure:12693: result: yes configure:12605: checking for isgraph configure:12662: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:221: warning: conflicting types for built-in function 'isgraph' configure:12668: $? = 0 configure:12672: test -z || test ! -s conftest.err configure:12675: $? = 0 configure:12678: test -s conftest configure:12681: $? = 0 configure:12693: result: yes configure:12605: checking for isprint configure:12662: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:222: warning: conflicting types for built-in function 'isprint' configure:12668: $? = 0 configure:12672: test -z || test ! -s conftest.err configure:12675: $? = 0 configure:12678: test -s conftest configure:12681: $? = 0 configure:12693: result: yes configure:12605: checking for isspace configure:12662: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:223: warning: conflicting types for built-in function 'isspace' configure:12668: $? = 0 configure:12672: test -z || test ! -s conftest.err configure:12675: $? = 0 configure:12678: test -s conftest configure:12681: $? = 0 configure:12693: result: yes configure:12605: checking for isxdigit configure:12662: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:224: warning: conflicting types for built-in function 'isxdigit' configure:12668: $? = 0 configure:12672: test -z || test ! -s conftest.err configure:12675: $? = 0 configure:12678: test -s conftest configure:12681: $? = 0 configure:12693: result: yes configure:12709: checking for getpwent configure:12766: gcc -o conftest -g -O2 conftest.c >&5 configure:12772: $? = 0 configure:12776: test -z || test ! -s conftest.err configure:12779: $? = 0 configure:12782: test -s conftest configure:12785: $? = 0 configure:12797: result: yes configure:12709: checking for getpwnam configure:12766: gcc -o conftest -g -O2 conftest.c >&5 configure:12772: $? = 0 configure:12776: test -z || test ! -s conftest.err configure:12779: $? = 0 configure:12782: test -s conftest configure:12785: $? = 0 configure:12797: result: yes configure:12709: checking for getpwuid configure:12766: gcc -o conftest -g -O2 conftest.c >&5 configure:12772: $? = 0 configure:12776: test -z || test ! -s conftest.err configure:12779: $? = 0 configure:12782: test -s conftest configure:12785: $? = 0 configure:12797: result: yes configure:12818: checking for getcwd configure:12906: result: yes configure:12818: checking for memset configure:12875: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:229: warning: conflicting types for built-in function 'memset' configure:12881: $? = 0 configure:12885: test -z || test ! -s conftest.err configure:12888: $? = 0 configure:12891: test -s conftest configure:12894: $? = 0 configure:12906: result: yes configure:12818: checking for strcasecmp configure:12906: result: yes configure:12818: checking for strerror configure:12875: gcc -o conftest -g -O2 conftest.c >&5 configure:12881: $? = 0 configure:12885: test -z || test ! -s conftest.err configure:12888: $? = 0 configure:12891: test -s conftest configure:12894: $? = 0 configure:12906: result: yes configure:12818: checking for strftime configure:12875: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:232: warning: conflicting types for built-in function 'strftime' configure:12881: $? = 0 configure:12885: test -z || test ! -s conftest.err configure:12888: $? = 0 configure:12891: test -s conftest configure:12894: $? = 0 configure:12906: result: yes configure:12818: checking for strnlen configure:12875: gcc -o conftest -g -O2 conftest.c >&5 configure:12881: $? = 0 configure:12885: test -z || test ! -s conftest.err configure:12888: $? = 0 configure:12891: test -s conftest configure:12894: $? = 0 configure:12906: result: yes configure:12818: checking for strpbrk configure:12875: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:234: warning: conflicting types for built-in function 'strpbrk' configure:12881: $? = 0 configure:12885: test -z || test ! -s conftest.err configure:12888: $? = 0 configure:12891: test -s conftest configure:12894: $? = 0 configure:12906: result: yes configure:12818: checking for strstr configure:12875: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:235: warning: conflicting types for built-in function 'strstr' configure:12881: $? = 0 configure:12885: test -z || test ! -s conftest.err configure:12888: $? = 0 configure:12891: test -s conftest configure:12894: $? = 0 configure:12906: result: yes configure:12936: checking for strtod configure:12993: gcc -o conftest -g -O2 conftest.c >&5 configure:12999: $? = 0 configure:13003: test -z || test ! -s conftest.err configure:13006: $? = 0 configure:13009: test -s conftest configure:13012: $? = 0 configure:13024: result: yes configure:12936: checking for strtol configure:12993: gcc -o conftest -g -O2 conftest.c >&5 configure:12999: $? = 0 configure:13003: test -z || test ! -s conftest.err configure:13006: $? = 0 configure:13009: test -s conftest configure:13012: $? = 0 configure:13024: result: yes configure:12936: checking for strtoul configure:13024: result: yes configure:12936: checking for strtoll configure:12993: gcc -o conftest -g -O2 conftest.c >&5 configure:12999: $? = 0 configure:13003: test -z || test ! -s conftest.err configure:13006: $? = 0 configure:13009: test -s conftest configure:13012: $? = 0 configure:13024: result: yes configure:12936: checking for strtoull configure:12993: gcc -o conftest -g -O2 conftest.c >&5 configure:12999: $? = 0 configure:13003: test -z || test ! -s conftest.err configure:13006: $? = 0 configure:13009: test -s conftest configure:13012: $? = 0 configure:13024: result: yes configure:12936: checking for strtoimax configure:12993: gcc -o conftest -g -O2 conftest.c >&5 configure:12999: $? = 0 configure:13003: test -z || test ! -s conftest.err configure:13006: $? = 0 configure:13009: test -s conftest configure:13012: $? = 0 configure:13024: result: yes configure:12936: checking for strtoumax configure:12993: gcc -o conftest -g -O2 conftest.c >&5 configure:12999: $? = 0 configure:13003: test -z || test ! -s conftest.err configure:13006: $? = 0 configure:13009: test -s conftest configure:13012: $? = 0 configure:13024: result: yes configure:13045: checking whether confstr is declared configure:13069: gcc -c -g -O2 conftest.c >&5 configure:13075: $? = 0 configure:13079: test -z || test ! -s conftest.err configure:13082: $? = 0 configure:13085: test -s conftest.o configure:13088: $? = 0 configure:13099: result: yes configure:13117: checking whether printf is declared configure:13141: gcc -c -g -O2 conftest.c >&5 configure:13147: $? = 0 configure:13151: test -z || test ! -s conftest.err configure:13154: $? = 0 configure:13157: test -s conftest.o configure:13160: $? = 0 configure:13171: result: yes configure:13189: checking whether sbrk is declared configure:13213: gcc -c -g -O2 conftest.c >&5 configure:13219: $? = 0 configure:13223: test -z || test ! -s conftest.err configure:13226: $? = 0 configure:13229: test -s conftest.o configure:13232: $? = 0 configure:13243: result: yes configure:13261: checking whether setregid is declared configure:13285: gcc -c -g -O2 conftest.c >&5 configure:13291: $? = 0 configure:13295: test -z || test ! -s conftest.err configure:13298: $? = 0 configure:13301: test -s conftest.o configure:13304: $? = 0 configure:13315: result: yes configure:13333: checking whether strcpy is declared configure:13357: gcc -c -g -O2 conftest.c >&5 configure:13363: $? = 0 configure:13367: test -z || test ! -s conftest.err configure:13370: $? = 0 configure:13373: test -s conftest.o configure:13376: $? = 0 configure:13387: result: yes configure:13405: checking whether strsignal is declared configure:13429: gcc -c -g -O2 conftest.c >&5 configure:13435: $? = 0 configure:13439: test -z || test ! -s conftest.err configure:13442: $? = 0 configure:13445: test -s conftest.o configure:13448: $? = 0 configure:13459: result: yes configure:13478: checking whether strtold is declared configure:13502: gcc -c -g -O2 conftest.c >&5 configure:13508: $? = 0 configure:13512: test -z || test ! -s conftest.err configure:13515: $? = 0 configure:13518: test -s conftest.o configure:13521: $? = 0 configure:13532: result: yes configure:13541: checking for broken strtold configure:13562: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:230: warning: passing argument 2 of 'strtold' from incompatible pointer type configure:13568: $? = 0 configure:13572: test -z || test ! -s conftest.err configure:13575: $? = 0 configure:13578: test -s conftest.o configure:13581: $? = 0 configure:13595: result: no configure:13618: checking for declaration of strtoimax configure:13646: gcc -o conftest -g -O2 conftest.c >&5 configure:13652: $? = 0 configure:13656: test -z || test ! -s conftest.err configure:13659: $? = 0 configure:13662: test -s conftest configure:13665: $? = 0 configure:13677: result: yes configure:13695: checking for declaration of strtol configure:13723: gcc -o conftest -g -O2 conftest.c >&5 configure:13729: $? = 0 configure:13733: test -z || test ! -s conftest.err configure:13736: $? = 0 configure:13739: test -s conftest configure:13742: $? = 0 configure:13754: result: yes configure:13772: checking for declaration of strtoll configure:13800: gcc -o conftest -g -O2 conftest.c >&5 configure:13806: $? = 0 configure:13810: test -z || test ! -s conftest.err configure:13813: $? = 0 configure:13816: test -s conftest configure:13819: $? = 0 configure:13831: result: yes configure:13849: checking for declaration of strtoul configure:13877: gcc -o conftest -g -O2 conftest.c >&5 configure:13883: $? = 0 configure:13887: test -z || test ! -s conftest.err configure:13890: $? = 0 configure:13893: test -s conftest configure:13896: $? = 0 configure:13908: result: yes configure:13926: checking for declaration of strtoull configure:13954: gcc -o conftest -g -O2 conftest.c >&5 configure:13960: $? = 0 configure:13964: test -z || test ! -s conftest.err configure:13967: $? = 0 configure:13970: test -s conftest configure:13973: $? = 0 configure:13985: result: yes configure:14003: checking for declaration of strtoumax configure:14031: gcc -o conftest -g -O2 conftest.c >&5 configure:14037: $? = 0 configure:14041: test -z || test ! -s conftest.err configure:14044: $? = 0 configure:14047: test -s conftest configure:14050: $? = 0 configure:14062: result: yes configure:14085: checking for stdlib.h configure:14090: result: yes configure:14085: checking for sys/time.h configure:14090: result: yes configure:14085: checking for unistd.h configure:14090: result: yes configure:14234: checking for alarm configure:14291: gcc -o conftest -g -O2 conftest.c >&5 configure:14297: $? = 0 configure:14301: test -z || test ! -s conftest.err configure:14304: $? = 0 configure:14307: test -s conftest configure:14310: $? = 0 configure:14322: result: yes configure:14332: checking for working mktime configure:14508: gcc -o conftest -g -O2 conftest.c >&5 configure:14511: $? = 0 configure:14513: ./conftest configure:14516: $? = 0 configure:14530: result: yes configure:14554: checking for argz.h configure:14559: result: yes configure:14563: checking errno.h usability configure:14575: gcc -c -g -O2 conftest.c >&5 configure:14581: $? = 0 configure:14585: test -z || test ! -s conftest.err configure:14588: $? = 0 configure:14591: test -s conftest.o configure:14594: $? = 0 configure:14604: result: yes configure:14608: checking errno.h presence configure:14618: gcc -E conftest.c configure:14624: $? = 0 configure:14644: result: yes configure:14679: checking for errno.h configure:14686: result: yes configure:14563: checking fcntl.h usability configure:14575: gcc -c -g -O2 conftest.c >&5 configure:14581: $? = 0 configure:14585: test -z || test ! -s conftest.err configure:14588: $? = 0 configure:14591: test -s conftest.o configure:14594: $? = 0 configure:14604: result: yes configure:14608: checking fcntl.h presence configure:14618: gcc -E conftest.c configure:14624: $? = 0 configure:14644: result: yes configure:14679: checking for fcntl.h configure:14686: result: yes configure:14554: checking for malloc.h configure:14559: result: yes configure:14563: checking stdio_ext.h usability configure:14575: gcc -c -g -O2 conftest.c >&5 configure:14581: $? = 0 configure:14585: test -z || test ! -s conftest.err configure:14588: $? = 0 configure:14591: test -s conftest.o configure:14594: $? = 0 configure:14604: result: yes configure:14608: checking stdio_ext.h presence configure:14618: gcc -E conftest.c configure:14624: $? = 0 configure:14644: result: yes configure:14679: checking for stdio_ext.h configure:14686: result: yes configure:14706: checking for stdlib.h configure:14711: result: yes configure:14706: checking for unistd.h configure:14711: result: yes configure:14855: checking for getpagesize configure:14943: result: yes configure:14953: checking for working mmap configure:15117: result: yes configure:15141: checking for __argz_count configure:15229: result: yes configure:15141: checking for __argz_next configure:15229: result: yes configure:15141: checking for __argz_stringify configure:15229: result: yes configure:15141: checking for dcgettext configure:15198: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:272: warning: conflicting types for built-in function 'dcgettext' configure:15204: $? = 0 configure:15208: test -z || test ! -s conftest.err configure:15211: $? = 0 configure:15214: test -s conftest configure:15217: $? = 0 configure:15229: result: yes configure:15141: checking for mempcpy configure:15229: result: yes configure:15141: checking for munmap configure:15229: result: yes configure:15141: checking for stpcpy configure:15229: result: yes configure:15141: checking for strcspn configure:15198: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:276: warning: conflicting types for built-in function 'strcspn' configure:15204: $? = 0 configure:15208: test -z || test ! -s conftest.err configure:15211: $? = 0 configure:15214: test -s conftest configure:15217: $? = 0 configure:15229: result: yes configure:15141: checking for strdup configure:15229: result: yes configure:15266: checking wctype.h usability configure:15278: gcc -c -g -O2 conftest.c >&5 configure:15284: $? = 0 configure:15288: test -z || test ! -s conftest.err configure:15291: $? = 0 configure:15294: test -s conftest.o configure:15297: $? = 0 configure:15307: result: yes configure:15311: checking wctype.h presence configure:15321: gcc -E conftest.c configure:15327: $? = 0 configure:15347: result: yes configure:15382: checking for wctype.h configure:15389: result: yes configure:15416: checking wchar.h usability configure:15428: gcc -c -g -O2 conftest.c >&5 configure:15434: $? = 0 configure:15438: test -z || test ! -s conftest.err configure:15441: $? = 0 configure:15444: test -s conftest.o configure:15447: $? = 0 configure:15457: result: yes configure:15461: checking wchar.h presence configure:15471: gcc -E conftest.c configure:15477: $? = 0 configure:15497: result: yes configure:15532: checking for wchar.h configure:15539: result: yes configure:15566: checking langinfo.h usability configure:15578: gcc -c -g -O2 conftest.c >&5 configure:15584: $? = 0 configure:15588: test -z || test ! -s conftest.err configure:15591: $? = 0 configure:15594: test -s conftest.o configure:15597: $? = 0 configure:15607: result: yes configure:15611: checking langinfo.h presence configure:15621: gcc -E conftest.c configure:15627: $? = 0 configure:15647: result: yes configure:15682: checking for langinfo.h configure:15689: result: yes configure:15703: checking for mbsrtowcs configure:15760: gcc -o conftest -g -O2 conftest.c >&5 configure:15766: $? = 0 configure:15770: test -z || test ! -s conftest.err configure:15773: $? = 0 configure:15776: test -s conftest configure:15779: $? = 0 configure:15791: result: yes configure:15800: checking for mbrlen configure:15857: gcc -o conftest -g -O2 conftest.c >&5 configure:15863: $? = 0 configure:15867: test -z || test ! -s conftest.err configure:15870: $? = 0 configure:15873: test -s conftest configure:15876: $? = 0 configure:15888: result: yes configure:15898: checking for wcrtomb configure:15955: gcc -o conftest -g -O2 conftest.c >&5 configure:15961: $? = 0 configure:15965: test -z || test ! -s conftest.err configure:15968: $? = 0 configure:15971: test -s conftest configure:15974: $? = 0 configure:15986: result: yes configure:15995: checking for wcscoll configure:16052: gcc -o conftest -g -O2 conftest.c >&5 configure:16058: $? = 0 configure:16062: test -z || test ! -s conftest.err configure:16065: $? = 0 configure:16068: test -s conftest configure:16071: $? = 0 configure:16083: result: yes configure:16092: checking for wcsdup configure:16149: gcc -o conftest -g -O2 conftest.c >&5 configure:16155: $? = 0 configure:16159: test -z || test ! -s conftest.err configure:16162: $? = 0 configure:16165: test -s conftest configure:16168: $? = 0 configure:16180: result: yes configure:16189: checking for wcwidth configure:16246: gcc -o conftest -g -O2 conftest.c >&5 configure:16252: $? = 0 configure:16256: test -z || test ! -s conftest.err configure:16259: $? = 0 configure:16262: test -s conftest configure:16265: $? = 0 configure:16277: result: yes configure:16286: checking for wctype configure:16343: gcc -o conftest -g -O2 conftest.c >&5 configure:16349: $? = 0 configure:16353: test -z || test ! -s conftest.err configure:16356: $? = 0 configure:16359: test -s conftest configure:16362: $? = 0 configure:16374: result: yes configure:16385: checking whether mbrtowc and mbstate_t are properly declared configure:16406: gcc -o conftest -g -O2 conftest.c >&5 configure:16412: $? = 0 configure:16416: test -z || test ! -s conftest.err configure:16419: $? = 0 configure:16422: test -s conftest configure:16425: $? = 0 configure:16437: result: yes configure:16462: checking for iswlower configure:16519: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:290: warning: conflicting types for built-in function 'iswlower' configure:16525: $? = 0 configure:16529: test -z || test ! -s conftest.err configure:16532: $? = 0 configure:16535: test -s conftest configure:16538: $? = 0 configure:16550: result: yes configure:16462: checking for iswupper configure:16519: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:291: warning: conflicting types for built-in function 'iswupper' configure:16525: $? = 0 configure:16529: test -z || test ! -s conftest.err configure:16532: $? = 0 configure:16535: test -s conftest configure:16538: $? = 0 configure:16550: result: yes configure:16462: checking for towlower configure:16519: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:292: warning: conflicting types for built-in function 'towlower' configure:16525: $? = 0 configure:16529: test -z || test ! -s conftest.err configure:16532: $? = 0 configure:16535: test -s conftest configure:16538: $? = 0 configure:16550: result: yes configure:16462: checking for towupper configure:16519: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:293: warning: conflicting types for built-in function 'towupper' configure:16525: $? = 0 configure:16529: test -z || test ! -s conftest.err configure:16532: $? = 0 configure:16535: test -s conftest configure:16538: $? = 0 configure:16550: result: yes configure:16462: checking for iswctype configure:16519: gcc -o conftest -g -O2 conftest.c >&5 configure:16525: $? = 0 configure:16529: test -z || test ! -s conftest.err configure:16532: $? = 0 configure:16535: test -s conftest configure:16538: $? = 0 configure:16550: result: yes configure:16561: checking for nl_langinfo and CODESET configure:16582: gcc -o conftest -g -O2 conftest.c >&5 configure:16588: $? = 0 configure:16592: test -z || test ! -s conftest.err configure:16595: $? = 0 configure:16598: test -s conftest configure:16601: $? = 0 configure:16613: result: yes configure:16622: checking for wchar_t in wchar.h configure:16647: gcc -c -g -O2 conftest.c >&5 configure:16653: $? = 0 configure:16657: test -z || test ! -s conftest.err configure:16660: $? = 0 configure:16663: test -s conftest.o configure:16666: $? = 0 configure:16677: result: yes configure:16687: checking for wctype_t in wctype.h configure:16711: gcc -c -g -O2 conftest.c >&5 configure:16717: $? = 0 configure:16721: test -z || test ! -s conftest.err configure:16724: $? = 0 configure:16727: test -s conftest.o configure:16730: $? = 0 configure:16741: result: yes configure:16751: checking for wint_t in wctype.h configure:16775: gcc -c -g -O2 conftest.c >&5 configure:16781: $? = 0 configure:16785: test -z || test ! -s conftest.err configure:16788: $? = 0 configure:16791: test -s conftest.o configure:16794: $? = 0 configure:16805: result: yes configure:16819: checking for dlopen in -ldl configure:16849: gcc -o conftest -g -O2 conftest.c -ldl >&5 configure:16855: $? = 0 configure:16859: test -z || test ! -s conftest.err configure:16862: $? = 0 configure:16865: test -s conftest configure:16868: $? = 0 configure:16881: result: yes configure:16898: checking for dlopen configure:16955: gcc -o conftest -g -O2 conftest.c -ldl >&5 configure:16961: $? = 0 configure:16965: test -z || test ! -s conftest.err configure:16968: $? = 0 configure:16971: test -s conftest configure:16974: $? = 0 configure:16986: result: yes configure:16898: checking for dlclose configure:16955: gcc -o conftest -g -O2 conftest.c -ldl >&5 configure:16961: $? = 0 configure:16965: test -z || test ! -s conftest.err configure:16968: $? = 0 configure:16971: test -s conftest configure:16974: $? = 0 configure:16986: result: yes configure:16898: checking for dlsym configure:16955: gcc -o conftest -g -O2 conftest.c -ldl >&5 configure:16961: $? = 0 configure:16965: test -z || test ! -s conftest.err configure:16968: $? = 0 configure:16971: test -s conftest configure:16974: $? = 0 configure:16986: result: yes configure:16998: checking whether sys_siglist is declared configure:17028: gcc -c -g -O2 conftest.c >&5 configure:17034: $? = 0 configure:17038: test -z || test ! -s conftest.err configure:17041: $? = 0 configure:17044: test -s conftest.o configure:17047: $? = 0 configure:17058: result: yes configure:17504: checking for uid_t in sys/types.h configure:17527: result: yes configure:17542: checking type of array argument to getgroups configure:17580: gcc -o conftest -g -O2 conftest.c -ldl >&5 conftest.c: In function 'main': conftest.c:300: warning: incompatible implicit declaration of built-in function 'exit' configure:17583: $? = 0 configure:17585: ./conftest configure:17588: $? = 0 configure:17621: result: gid_t configure:17629: checking for off_t configure:17683: result: yes configure:17695: checking for mode_t configure:17719: gcc -c -g -O2 conftest.c >&5 configure:17725: $? = 0 configure:17729: test -z || test ! -s conftest.err configure:17732: $? = 0 configure:17735: test -s conftest.o configure:17738: $? = 0 configure:17749: result: yes configure:17761: checking for uid_t in sys/types.h configure:17784: result: yes configure:17799: checking for pid_t configure:17823: gcc -c -g -O2 conftest.c >&5 configure:17829: $? = 0 configure:17833: test -z || test ! -s conftest.err configure:17836: $? = 0 configure:17839: test -s conftest.o configure:17842: $? = 0 configure:17853: result: yes configure:17865: checking for size_t configure:17919: result: yes configure:17931: checking for ssize_t configure:17955: gcc -c -g -O2 conftest.c >&5 configure:17961: $? = 0 configure:17965: test -z || test ! -s conftest.err configure:17968: $? = 0 configure:17971: test -s conftest.o configure:17974: $? = 0 configure:17985: result: yes configure:17997: checking for time_t configure:18021: gcc -c -g -O2 conftest.c >&5 configure:18027: $? = 0 configure:18031: test -z || test ! -s conftest.err configure:18034: $? = 0 configure:18037: test -s conftest.o configure:18040: $? = 0 configure:18051: result: yes configure:18065: checking for long long configure:18090: gcc -o conftest -g -O2 conftest.c -ldl >&5 configure:18096: $? = 0 configure:18100: test -z || test ! -s conftest.err configure:18103: $? = 0 configure:18106: test -s conftest configure:18109: $? = 0 configure:18121: result: long long configure:18131: checking for unsigned long long configure:18156: gcc -o conftest -g -O2 conftest.c -ldl >&5 configure:18162: $? = 0 configure:18166: test -z || test ! -s conftest.err configure:18169: $? = 0 configure:18172: test -s conftest configure:18175: $? = 0 configure:18187: result: unsigned long long configure:18197: checking return type of signal handlers configure:18258: result: void configure:18267: checking for char configure:18291: gcc -c -g -O2 conftest.c >&5 configure:18297: $? = 0 configure:18301: test -z || test ! -s conftest.err configure:18304: $? = 0 configure:18307: test -s conftest.o configure:18310: $? = 0 configure:18321: result: yes configure:18324: checking size of char configure:18643: gcc -o conftest -g -O2 conftest.c -ldl >&5 configure:18646: $? = 0 configure:18648: ./conftest configure:18651: $? = 0 configure:18674: result: 1 configure:18681: checking for short configure:18705: gcc -c -g -O2 conftest.c >&5 configure:18711: $? = 0 configure:18715: test -z || test ! -s conftest.err configure:18718: $? = 0 configure:18721: test -s conftest.o configure:18724: $? = 0 configure:18735: result: yes configure:18738: checking size of short configure:19057: gcc -o conftest -g -O2 conftest.c -ldl >&5 configure:19060: $? = 0 configure:19062: ./conftest configure:19065: $? = 0 configure:19088: result: 2 configure:19095: checking for int configure:19119: gcc -c -g -O2 conftest.c >&5 configure:19125: $? = 0 configure:19129: test -z || test ! -s conftest.err configure:19132: $? = 0 configure:19135: test -s conftest.o configure:19138: $? = 0 configure:19149: result: yes configure:19152: checking size of int configure:19471: gcc -o conftest -g -O2 conftest.c -ldl >&5 configure:19474: $? = 0 configure:19476: ./conftest configure:19479: $? = 0 configure:19502: result: 4 configure:19509: checking for long configure:19533: gcc -c -g -O2 conftest.c >&5 configure:19539: $? = 0 configure:19543: test -z || test ! -s conftest.err configure:19546: $? = 0 configure:19549: test -s conftest.o configure:19552: $? = 0 configure:19563: result: yes configure:19566: checking size of long configure:19885: gcc -o conftest -g -O2 conftest.c -ldl >&5 configure:19888: $? = 0 configure:19890: ./conftest configure:19893: $? = 0 configure:19916: result: 4 configure:19923: checking for char * configure:19947: gcc -c -g -O2 conftest.c >&5 configure:19953: $? = 0 configure:19957: test -z || test ! -s conftest.err configure:19960: $? = 0 configure:19963: test -s conftest.o configure:19966: $? = 0 configure:19977: result: yes configure:19980: checking size of char * configure:20299: gcc -o conftest -g -O2 conftest.c -ldl >&5 configure:20302: $? = 0 configure:20304: ./conftest configure:20307: $? = 0 configure:20330: result: 4 configure:20337: checking for double configure:20361: gcc -c -g -O2 conftest.c >&5 configure:20367: $? = 0 configure:20371: test -z || test ! -s conftest.err configure:20374: $? = 0 configure:20377: test -s conftest.o configure:20380: $? = 0 configure:20391: result: yes configure:20394: checking size of double configure:20713: gcc -o conftest -g -O2 conftest.c -ldl >&5 configure:20716: $? = 0 configure:20718: ./conftest configure:20721: $? = 0 configure:20744: result: 8 configure:20751: checking for long long configure:20775: gcc -c -g -O2 conftest.c >&5 configure:20781: $? = 0 configure:20785: test -z || test ! -s conftest.err configure:20788: $? = 0 configure:20791: test -s conftest.o configure:20794: $? = 0 configure:20805: result: yes configure:20808: checking size of long long configure:21127: gcc -o conftest -g -O2 conftest.c -ldl >&5 configure:21130: $? = 0 configure:21132: ./conftest configure:21135: $? = 0 configure:21158: result: 8 configure:21166: checking for u_int configure:21190: gcc -c -g -O2 conftest.c >&5 configure:21196: $? = 0 configure:21200: test -z || test ! -s conftest.err configure:21203: $? = 0 configure:21206: test -s conftest.o configure:21209: $? = 0 configure:21220: result: yes configure:21232: checking for u_long configure:21256: gcc -c -g -O2 conftest.c >&5 configure:21262: $? = 0 configure:21266: test -z || test ! -s conftest.err configure:21269: $? = 0 configure:21272: test -s conftest.o configure:21275: $? = 0 configure:21286: result: yes configure:21301: checking for bits16_t configure:21325: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:328: error: 'bits16_t' undeclared (first use in this function) conftest.c:328: error: (Each undeclared identifier is reported only once conftest.c:328: error: for each function it appears in.) conftest.c:328: error: expected expression before ')' token configure:21331: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "bash" | #define PACKAGE_TARNAME "bash" | #define PACKAGE_VERSION "3.2-release" | #define PACKAGE_STRING "bash 3.2-release" | #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | #define USING_BASH_MALLOC 1 | #define ALIAS 1 | #define PUSHD_AND_POPD 1 | #define RESTRICTED_SHELL 1 | #define PROCESS_SUBSTITUTION 1 | #define PROMPT_STRING_DECODE 1 | #define SELECT_COMMAND 1 | #define HELP_BUILTIN 1 | #define ARRAY_VARS 1 | #define DPAREN_ARITHMETIC 1 | #define BRACE_EXPANSION 1 | #define COMMAND_TIMING 1 | #define EXTENDED_GLOB 1 | #define COND_COMMAND 1 | #define COND_REGEXP 1 | #define ARITH_FOR_COMMAND 1 | #define NETWORK_REDIRECTIONS 1 | #define PROGRAMMABLE_COMPLETION 1 | #define DEBUGGER 1 | #define MEMSCRAMBLE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define _FILE_OFFSET_BITS 64 | #define READLINE 1 | #define HISTORY 1 | #define BANG_HISTORY 1 | #define _GNU_SOURCE 1 | #define HAVE_STRINGIZE 1 | #define HAVE_LONG_DOUBLE 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_ARGZ_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FEOF_UNLOCKED 1 | #define HAVE_FGETS_UNLOCKED 1 | #define HAVE_GETC_UNLOCKED 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE___ARGZ_COUNT 1 | #define HAVE___ARGZ_STRINGIFY 1 | #define HAVE___ARGZ_NEXT 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_DIRENT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define GETPGRP_VOID 1 | #define HAVE_VPRINTF 1 | #define HAVE_STRCOLL 1 | #define RETSIGTYPE void | #define HAVE_WAIT3 1 | #define HAVE_ISINF_IN_LIBC 1 | #define HAVE_ISNAN_IN_LIBC 1 | #define HAVE_MKFIFO 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_FCNTL 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETGROUPS 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_KILL 1 | #define HAVE_KILLPG 1 | #define HAVE_LSTAT 1 | #define HAVE_READLINK 1 | #define HAVE_SBRK 1 | #define HAVE_SELECT 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_UNAME 1 | #define HAVE_ULIMIT 1 | #define HAVE_WAITPID 1 | #define HAVE_RENAME 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CONFSTR 1 | #define HAVE_FNMATCH 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVENT 1 | #define HAVE_INET_ATON 1 | #define HAVE_MEMMOVE 1 | #define HAVE_PATHCONF 1 | #define HAVE_PUTENV 1 | #define HAVE_RAISE 1 | #define HAVE_REGCOMP 1 | #define HAVE_REGEXEC 1 | #define HAVE_SETENV 1 | #define HAVE_SETLINEBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_STRCHR 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TIMES 1 | #define HAVE_TTYNAME 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ISASCII 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISGRAPH 1 | #define HAVE_ISPRINT 1 | #define HAVE_ISSPACE 1 | #define HAVE_ISXDIGIT 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETCWD 1 | #define HAVE_MEMSET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRFTIME 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPBRK 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_DECL_CONFSTR 1 | #define HAVE_DECL_PRINTF 1 | #define HAVE_DECL_SBRK 1 | #define HAVE_DECL_SETREGID 1 | #define HAVE_DECL_STRCPY 1 | #define HAVE_DECL_STRSIGNAL 1 | #define HAVE_DECL_STRTOLD 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOL 1 | #define HAVE_DECL_STRTOLL 1 | #define HAVE_DECL_STRTOUL 1 | #define HAVE_DECL_STRTOULL 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_STDLIB_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ALARM 1 | #define HAVE_ARGZ_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE___ARGZ_COUNT 1 | #define HAVE___ARGZ_NEXT 1 | #define HAVE___ARGZ_STRINGIFY 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_MBRLEN 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_WCSDUP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_WCTYPE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_ISWLOWER 1 | #define HAVE_ISWUPPER 1 | #define HAVE_TOWLOWER 1 | #define HAVE_TOWUPPER 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WCTYPE_T 1 | #define HAVE_WINT_T 1 | #define HAVE_LIBDL 1 | #define HAVE_DLOPEN 1 | #define HAVE_DLCLOSE 1 | #define HAVE_DLSYM 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define GETGROUPS_T gid_t | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define RETSIGTYPE void | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_CHAR_P 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_LONG 8 | /* end 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 | int | main () | { | if ((bits16_t *) 0) | return 0; | if (sizeof (bits16_t)) | return 0; | ; | return 0; | } configure:21355: result: no configure:21505: checking for u_bits16_t configure:21529: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:329: error: 'u_bits16_t' undeclared (first use in this function) conftest.c:329: error: (Each undeclared identifier is reported only once conftest.c:329: error: for each function it appears in.) conftest.c:329: error: expected expression before ')' token configure:21535: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "bash" | #define PACKAGE_TARNAME "bash" | #define PACKAGE_VERSION "3.2-release" | #define PACKAGE_STRING "bash 3.2-release" | #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | #define USING_BASH_MALLOC 1 | #define ALIAS 1 | #define PUSHD_AND_POPD 1 | #define RESTRICTED_SHELL 1 | #define PROCESS_SUBSTITUTION 1 | #define PROMPT_STRING_DECODE 1 | #define SELECT_COMMAND 1 | #define HELP_BUILTIN 1 | #define ARRAY_VARS 1 | #define DPAREN_ARITHMETIC 1 | #define BRACE_EXPANSION 1 | #define COMMAND_TIMING 1 | #define EXTENDED_GLOB 1 | #define COND_COMMAND 1 | #define COND_REGEXP 1 | #define ARITH_FOR_COMMAND 1 | #define NETWORK_REDIRECTIONS 1 | #define PROGRAMMABLE_COMPLETION 1 | #define DEBUGGER 1 | #define MEMSCRAMBLE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define _FILE_OFFSET_BITS 64 | #define READLINE 1 | #define HISTORY 1 | #define BANG_HISTORY 1 | #define _GNU_SOURCE 1 | #define HAVE_STRINGIZE 1 | #define HAVE_LONG_DOUBLE 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_ARGZ_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FEOF_UNLOCKED 1 | #define HAVE_FGETS_UNLOCKED 1 | #define HAVE_GETC_UNLOCKED 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE___ARGZ_COUNT 1 | #define HAVE___ARGZ_STRINGIFY 1 | #define HAVE___ARGZ_NEXT 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_DIRENT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define GETPGRP_VOID 1 | #define HAVE_VPRINTF 1 | #define HAVE_STRCOLL 1 | #define RETSIGTYPE void | #define HAVE_WAIT3 1 | #define HAVE_ISINF_IN_LIBC 1 | #define HAVE_ISNAN_IN_LIBC 1 | #define HAVE_MKFIFO 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_FCNTL 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETGROUPS 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_KILL 1 | #define HAVE_KILLPG 1 | #define HAVE_LSTAT 1 | #define HAVE_READLINK 1 | #define HAVE_SBRK 1 | #define HAVE_SELECT 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_UNAME 1 | #define HAVE_ULIMIT 1 | #define HAVE_WAITPID 1 | #define HAVE_RENAME 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CONFSTR 1 | #define HAVE_FNMATCH 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVENT 1 | #define HAVE_INET_ATON 1 | #define HAVE_MEMMOVE 1 | #define HAVE_PATHCONF 1 | #define HAVE_PUTENV 1 | #define HAVE_RAISE 1 | #define HAVE_REGCOMP 1 | #define HAVE_REGEXEC 1 | #define HAVE_SETENV 1 | #define HAVE_SETLINEBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_STRCHR 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TIMES 1 | #define HAVE_TTYNAME 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ISASCII 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISGRAPH 1 | #define HAVE_ISPRINT 1 | #define HAVE_ISSPACE 1 | #define HAVE_ISXDIGIT 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETCWD 1 | #define HAVE_MEMSET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRFTIME 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPBRK 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_DECL_CONFSTR 1 | #define HAVE_DECL_PRINTF 1 | #define HAVE_DECL_SBRK 1 | #define HAVE_DECL_SETREGID 1 | #define HAVE_DECL_STRCPY 1 | #define HAVE_DECL_STRSIGNAL 1 | #define HAVE_DECL_STRTOLD 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOL 1 | #define HAVE_DECL_STRTOLL 1 | #define HAVE_DECL_STRTOUL 1 | #define HAVE_DECL_STRTOULL 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_STDLIB_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ALARM 1 | #define HAVE_ARGZ_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE___ARGZ_COUNT 1 | #define HAVE___ARGZ_NEXT 1 | #define HAVE___ARGZ_STRINGIFY 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_MBRLEN 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_WCSDUP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_WCTYPE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_ISWLOWER 1 | #define HAVE_ISWUPPER 1 | #define HAVE_TOWLOWER 1 | #define HAVE_TOWUPPER 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WCTYPE_T 1 | #define HAVE_WINT_T 1 | #define HAVE_LIBDL 1 | #define HAVE_DLOPEN 1 | #define HAVE_DLCLOSE 1 | #define HAVE_DLSYM 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define GETGROUPS_T gid_t | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define RETSIGTYPE void | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_CHAR_P 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_LONG 8 | #define bits16_t short | /* end 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 | int | main () | { | if ((u_bits16_t *) 0) | return 0; | if (sizeof (u_bits16_t)) | return 0; | ; | return 0; | } configure:21559: result: no configure:21709: checking for bits32_t configure:21733: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:330: error: 'bits32_t' undeclared (first use in this function) conftest.c:330: error: (Each undeclared identifier is reported only once conftest.c:330: error: for each function it appears in.) conftest.c:330: error: expected expression before ')' token configure:21739: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "bash" | #define PACKAGE_TARNAME "bash" | #define PACKAGE_VERSION "3.2-release" | #define PACKAGE_STRING "bash 3.2-release" | #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | #define USING_BASH_MALLOC 1 | #define ALIAS 1 | #define PUSHD_AND_POPD 1 | #define RESTRICTED_SHELL 1 | #define PROCESS_SUBSTITUTION 1 | #define PROMPT_STRING_DECODE 1 | #define SELECT_COMMAND 1 | #define HELP_BUILTIN 1 | #define ARRAY_VARS 1 | #define DPAREN_ARITHMETIC 1 | #define BRACE_EXPANSION 1 | #define COMMAND_TIMING 1 | #define EXTENDED_GLOB 1 | #define COND_COMMAND 1 | #define COND_REGEXP 1 | #define ARITH_FOR_COMMAND 1 | #define NETWORK_REDIRECTIONS 1 | #define PROGRAMMABLE_COMPLETION 1 | #define DEBUGGER 1 | #define MEMSCRAMBLE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define _FILE_OFFSET_BITS 64 | #define READLINE 1 | #define HISTORY 1 | #define BANG_HISTORY 1 | #define _GNU_SOURCE 1 | #define HAVE_STRINGIZE 1 | #define HAVE_LONG_DOUBLE 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_ARGZ_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FEOF_UNLOCKED 1 | #define HAVE_FGETS_UNLOCKED 1 | #define HAVE_GETC_UNLOCKED 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE___ARGZ_COUNT 1 | #define HAVE___ARGZ_STRINGIFY 1 | #define HAVE___ARGZ_NEXT 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_DIRENT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define GETPGRP_VOID 1 | #define HAVE_VPRINTF 1 | #define HAVE_STRCOLL 1 | #define RETSIGTYPE void | #define HAVE_WAIT3 1 | #define HAVE_ISINF_IN_LIBC 1 | #define HAVE_ISNAN_IN_LIBC 1 | #define HAVE_MKFIFO 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_FCNTL 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETGROUPS 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_KILL 1 | #define HAVE_KILLPG 1 | #define HAVE_LSTAT 1 | #define HAVE_READLINK 1 | #define HAVE_SBRK 1 | #define HAVE_SELECT 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_UNAME 1 | #define HAVE_ULIMIT 1 | #define HAVE_WAITPID 1 | #define HAVE_RENAME 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CONFSTR 1 | #define HAVE_FNMATCH 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVENT 1 | #define HAVE_INET_ATON 1 | #define HAVE_MEMMOVE 1 | #define HAVE_PATHCONF 1 | #define HAVE_PUTENV 1 | #define HAVE_RAISE 1 | #define HAVE_REGCOMP 1 | #define HAVE_REGEXEC 1 | #define HAVE_SETENV 1 | #define HAVE_SETLINEBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_STRCHR 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TIMES 1 | #define HAVE_TTYNAME 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ISASCII 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISGRAPH 1 | #define HAVE_ISPRINT 1 | #define HAVE_ISSPACE 1 | #define HAVE_ISXDIGIT 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETCWD 1 | #define HAVE_MEMSET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRFTIME 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPBRK 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_DECL_CONFSTR 1 | #define HAVE_DECL_PRINTF 1 | #define HAVE_DECL_SBRK 1 | #define HAVE_DECL_SETREGID 1 | #define HAVE_DECL_STRCPY 1 | #define HAVE_DECL_STRSIGNAL 1 | #define HAVE_DECL_STRTOLD 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOL 1 | #define HAVE_DECL_STRTOLL 1 | #define HAVE_DECL_STRTOUL 1 | #define HAVE_DECL_STRTOULL 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_STDLIB_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ALARM 1 | #define HAVE_ARGZ_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE___ARGZ_COUNT 1 | #define HAVE___ARGZ_NEXT 1 | #define HAVE___ARGZ_STRINGIFY 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_MBRLEN 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_WCSDUP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_WCTYPE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_ISWLOWER 1 | #define HAVE_ISWUPPER 1 | #define HAVE_TOWLOWER 1 | #define HAVE_TOWUPPER 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WCTYPE_T 1 | #define HAVE_WINT_T 1 | #define HAVE_LIBDL 1 | #define HAVE_DLOPEN 1 | #define HAVE_DLCLOSE 1 | #define HAVE_DLSYM 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define GETGROUPS_T gid_t | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define RETSIGTYPE void | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_CHAR_P 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_LONG 8 | #define bits16_t short | #define u_bits16_t unsigned short | /* end 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 | int | main () | { | if ((bits32_t *) 0) | return 0; | if (sizeof (bits32_t)) | return 0; | ; | return 0; | } configure:21763: result: no configure:21913: checking for u_bits32_t configure:21937: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:331: error: 'u_bits32_t' undeclared (first use in this function) conftest.c:331: error: (Each undeclared identifier is reported only once conftest.c:331: error: for each function it appears in.) conftest.c:331: error: expected expression before ')' token configure:21943: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "bash" | #define PACKAGE_TARNAME "bash" | #define PACKAGE_VERSION "3.2-release" | #define PACKAGE_STRING "bash 3.2-release" | #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | #define USING_BASH_MALLOC 1 | #define ALIAS 1 | #define PUSHD_AND_POPD 1 | #define RESTRICTED_SHELL 1 | #define PROCESS_SUBSTITUTION 1 | #define PROMPT_STRING_DECODE 1 | #define SELECT_COMMAND 1 | #define HELP_BUILTIN 1 | #define ARRAY_VARS 1 | #define DPAREN_ARITHMETIC 1 | #define BRACE_EXPANSION 1 | #define COMMAND_TIMING 1 | #define EXTENDED_GLOB 1 | #define COND_COMMAND 1 | #define COND_REGEXP 1 | #define ARITH_FOR_COMMAND 1 | #define NETWORK_REDIRECTIONS 1 | #define PROGRAMMABLE_COMPLETION 1 | #define DEBUGGER 1 | #define MEMSCRAMBLE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define _FILE_OFFSET_BITS 64 | #define READLINE 1 | #define HISTORY 1 | #define BANG_HISTORY 1 | #define _GNU_SOURCE 1 | #define HAVE_STRINGIZE 1 | #define HAVE_LONG_DOUBLE 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_ARGZ_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FEOF_UNLOCKED 1 | #define HAVE_FGETS_UNLOCKED 1 | #define HAVE_GETC_UNLOCKED 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE___ARGZ_COUNT 1 | #define HAVE___ARGZ_STRINGIFY 1 | #define HAVE___ARGZ_NEXT 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_DIRENT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define GETPGRP_VOID 1 | #define HAVE_VPRINTF 1 | #define HAVE_STRCOLL 1 | #define RETSIGTYPE void | #define HAVE_WAIT3 1 | #define HAVE_ISINF_IN_LIBC 1 | #define HAVE_ISNAN_IN_LIBC 1 | #define HAVE_MKFIFO 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_FCNTL 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETGROUPS 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_KILL 1 | #define HAVE_KILLPG 1 | #define HAVE_LSTAT 1 | #define HAVE_READLINK 1 | #define HAVE_SBRK 1 | #define HAVE_SELECT 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_UNAME 1 | #define HAVE_ULIMIT 1 | #define HAVE_WAITPID 1 | #define HAVE_RENAME 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CONFSTR 1 | #define HAVE_FNMATCH 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVENT 1 | #define HAVE_INET_ATON 1 | #define HAVE_MEMMOVE 1 | #define HAVE_PATHCONF 1 | #define HAVE_PUTENV 1 | #define HAVE_RAISE 1 | #define HAVE_REGCOMP 1 | #define HAVE_REGEXEC 1 | #define HAVE_SETENV 1 | #define HAVE_SETLINEBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_STRCHR 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TIMES 1 | #define HAVE_TTYNAME 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ISASCII 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISGRAPH 1 | #define HAVE_ISPRINT 1 | #define HAVE_ISSPACE 1 | #define HAVE_ISXDIGIT 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETCWD 1 | #define HAVE_MEMSET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRFTIME 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPBRK 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_DECL_CONFSTR 1 | #define HAVE_DECL_PRINTF 1 | #define HAVE_DECL_SBRK 1 | #define HAVE_DECL_SETREGID 1 | #define HAVE_DECL_STRCPY 1 | #define HAVE_DECL_STRSIGNAL 1 | #define HAVE_DECL_STRTOLD 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOL 1 | #define HAVE_DECL_STRTOLL 1 | #define HAVE_DECL_STRTOUL 1 | #define HAVE_DECL_STRTOULL 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_STDLIB_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ALARM 1 | #define HAVE_ARGZ_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE___ARGZ_COUNT 1 | #define HAVE___ARGZ_NEXT 1 | #define HAVE___ARGZ_STRINGIFY 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_MBRLEN 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_WCSDUP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_WCTYPE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_ISWLOWER 1 | #define HAVE_ISWUPPER 1 | #define HAVE_TOWLOWER 1 | #define HAVE_TOWUPPER 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WCTYPE_T 1 | #define HAVE_WINT_T 1 | #define HAVE_LIBDL 1 | #define HAVE_DLOPEN 1 | #define HAVE_DLCLOSE 1 | #define HAVE_DLSYM 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define GETGROUPS_T gid_t | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define RETSIGTYPE void | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_CHAR_P 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_LONG 8 | #define bits16_t short | #define u_bits16_t unsigned short | #define bits32_t int | /* end 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 | int | main () | { | if ((u_bits32_t *) 0) | return 0; | if (sizeof (u_bits32_t)) | return 0; | ; | return 0; | } configure:21967: result: no configure:22184: checking for bits64_t configure:22208: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:332: error: 'bits64_t' undeclared (first use in this function) conftest.c:332: error: (Each undeclared identifier is reported only once conftest.c:332: error: for each function it appears in.) conftest.c:332: error: expected expression before ')' token configure:22214: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "bash" | #define PACKAGE_TARNAME "bash" | #define PACKAGE_VERSION "3.2-release" | #define PACKAGE_STRING "bash 3.2-release" | #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | #define USING_BASH_MALLOC 1 | #define ALIAS 1 | #define PUSHD_AND_POPD 1 | #define RESTRICTED_SHELL 1 | #define PROCESS_SUBSTITUTION 1 | #define PROMPT_STRING_DECODE 1 | #define SELECT_COMMAND 1 | #define HELP_BUILTIN 1 | #define ARRAY_VARS 1 | #define DPAREN_ARITHMETIC 1 | #define BRACE_EXPANSION 1 | #define COMMAND_TIMING 1 | #define EXTENDED_GLOB 1 | #define COND_COMMAND 1 | #define COND_REGEXP 1 | #define ARITH_FOR_COMMAND 1 | #define NETWORK_REDIRECTIONS 1 | #define PROGRAMMABLE_COMPLETION 1 | #define DEBUGGER 1 | #define MEMSCRAMBLE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define _FILE_OFFSET_BITS 64 | #define READLINE 1 | #define HISTORY 1 | #define BANG_HISTORY 1 | #define _GNU_SOURCE 1 | #define HAVE_STRINGIZE 1 | #define HAVE_LONG_DOUBLE 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_ARGZ_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FEOF_UNLOCKED 1 | #define HAVE_FGETS_UNLOCKED 1 | #define HAVE_GETC_UNLOCKED 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE___ARGZ_COUNT 1 | #define HAVE___ARGZ_STRINGIFY 1 | #define HAVE___ARGZ_NEXT 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_DIRENT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define GETPGRP_VOID 1 | #define HAVE_VPRINTF 1 | #define HAVE_STRCOLL 1 | #define RETSIGTYPE void | #define HAVE_WAIT3 1 | #define HAVE_ISINF_IN_LIBC 1 | #define HAVE_ISNAN_IN_LIBC 1 | #define HAVE_MKFIFO 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_FCNTL 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETGROUPS 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_KILL 1 | #define HAVE_KILLPG 1 | #define HAVE_LSTAT 1 | #define HAVE_READLINK 1 | #define HAVE_SBRK 1 | #define HAVE_SELECT 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_UNAME 1 | #define HAVE_ULIMIT 1 | #define HAVE_WAITPID 1 | #define HAVE_RENAME 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CONFSTR 1 | #define HAVE_FNMATCH 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVENT 1 | #define HAVE_INET_ATON 1 | #define HAVE_MEMMOVE 1 | #define HAVE_PATHCONF 1 | #define HAVE_PUTENV 1 | #define HAVE_RAISE 1 | #define HAVE_REGCOMP 1 | #define HAVE_REGEXEC 1 | #define HAVE_SETENV 1 | #define HAVE_SETLINEBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_STRCHR 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TIMES 1 | #define HAVE_TTYNAME 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ISASCII 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISGRAPH 1 | #define HAVE_ISPRINT 1 | #define HAVE_ISSPACE 1 | #define HAVE_ISXDIGIT 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETCWD 1 | #define HAVE_MEMSET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRFTIME 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPBRK 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_DECL_CONFSTR 1 | #define HAVE_DECL_PRINTF 1 | #define HAVE_DECL_SBRK 1 | #define HAVE_DECL_SETREGID 1 | #define HAVE_DECL_STRCPY 1 | #define HAVE_DECL_STRSIGNAL 1 | #define HAVE_DECL_STRTOLD 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOL 1 | #define HAVE_DECL_STRTOLL 1 | #define HAVE_DECL_STRTOUL 1 | #define HAVE_DECL_STRTOULL 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_STDLIB_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ALARM 1 | #define HAVE_ARGZ_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE___ARGZ_COUNT 1 | #define HAVE___ARGZ_NEXT 1 | #define HAVE___ARGZ_STRINGIFY 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_MBRLEN 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_WCSDUP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_WCTYPE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_ISWLOWER 1 | #define HAVE_ISWUPPER 1 | #define HAVE_TOWLOWER 1 | #define HAVE_TOWUPPER 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WCTYPE_T 1 | #define HAVE_WINT_T 1 | #define HAVE_LIBDL 1 | #define HAVE_DLOPEN 1 | #define HAVE_DLCLOSE 1 | #define HAVE_DLSYM 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define GETGROUPS_T gid_t | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define RETSIGTYPE void | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_CHAR_P 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_LONG 8 | #define bits16_t short | #define u_bits16_t unsigned short | #define bits32_t int | #define u_bits32_t unsigned int | /* end 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 | int | main () | { | if ((bits64_t *) 0) | return 0; | if (sizeof (bits64_t)) | return 0; | ; | return 0; | } configure:22238: result: no configure:22456: checking for ptrdiff_t configure:22480: gcc -c -g -O2 conftest.c >&5 configure:22486: $? = 0 configure:22490: test -z || test ! -s conftest.err configure:22493: $? = 0 configure:22496: test -s conftest.o configure:22499: $? = 0 configure:22510: result: yes configure:22726: checking whether stat file-mode macros are broken configure:22774: result: no configure:22785: checking whether #! works in shell scripts configure:22802: result: yes configure:22881: checking whether the ctype macros accept non-ascii characters configure:22931: gcc -o conftest -g -O2 conftest.c -ldl >&5 conftest.c: In function 'main': conftest.c:325: warning: incompatible implicit declaration of built-in function 'exit' configure:22934: $? = 0 configure:22936: ./conftest configure:22939: $? = 0 configure:22954: result: yes configure:22963: checking if dup2 fails to clear the close-on-exec flag configure:22998: gcc -o conftest -g -O2 conftest.c -ldl >&5 conftest.c: In function 'main': conftest.c:306: warning: incompatible implicit declaration of built-in function 'exit' configure:23001: $? = 0 configure:23003: ./conftest configure:23006: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "bash" | #define PACKAGE_TARNAME "bash" | #define PACKAGE_VERSION "3.2-release" | #define PACKAGE_STRING "bash 3.2-release" | #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | #define USING_BASH_MALLOC 1 | #define ALIAS 1 | #define PUSHD_AND_POPD 1 | #define RESTRICTED_SHELL 1 | #define PROCESS_SUBSTITUTION 1 | #define PROMPT_STRING_DECODE 1 | #define SELECT_COMMAND 1 | #define HELP_BUILTIN 1 | #define ARRAY_VARS 1 | #define DPAREN_ARITHMETIC 1 | #define BRACE_EXPANSION 1 | #define COMMAND_TIMING 1 | #define EXTENDED_GLOB 1 | #define COND_COMMAND 1 | #define COND_REGEXP 1 | #define ARITH_FOR_COMMAND 1 | #define NETWORK_REDIRECTIONS 1 | #define PROGRAMMABLE_COMPLETION 1 | #define DEBUGGER 1 | #define MEMSCRAMBLE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define _FILE_OFFSET_BITS 64 | #define READLINE 1 | #define HISTORY 1 | #define BANG_HISTORY 1 | #define _GNU_SOURCE 1 | #define HAVE_STRINGIZE 1 | #define HAVE_LONG_DOUBLE 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_ARGZ_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FEOF_UNLOCKED 1 | #define HAVE_FGETS_UNLOCKED 1 | #define HAVE_GETC_UNLOCKED 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE___ARGZ_COUNT 1 | #define HAVE___ARGZ_STRINGIFY 1 | #define HAVE___ARGZ_NEXT 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_DIRENT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define GETPGRP_VOID 1 | #define HAVE_VPRINTF 1 | #define HAVE_STRCOLL 1 | #define RETSIGTYPE void | #define HAVE_WAIT3 1 | #define HAVE_ISINF_IN_LIBC 1 | #define HAVE_ISNAN_IN_LIBC 1 | #define HAVE_MKFIFO 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_FCNTL 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETGROUPS 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_KILL 1 | #define HAVE_KILLPG 1 | #define HAVE_LSTAT 1 | #define HAVE_READLINK 1 | #define HAVE_SBRK 1 | #define HAVE_SELECT 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_UNAME 1 | #define HAVE_ULIMIT 1 | #define HAVE_WAITPID 1 | #define HAVE_RENAME 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CONFSTR 1 | #define HAVE_FNMATCH 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVENT 1 | #define HAVE_INET_ATON 1 | #define HAVE_MEMMOVE 1 | #define HAVE_PATHCONF 1 | #define HAVE_PUTENV 1 | #define HAVE_RAISE 1 | #define HAVE_REGCOMP 1 | #define HAVE_REGEXEC 1 | #define HAVE_SETENV 1 | #define HAVE_SETLINEBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_STRCHR 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TIMES 1 | #define HAVE_TTYNAME 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ISASCII 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISGRAPH 1 | #define HAVE_ISPRINT 1 | #define HAVE_ISSPACE 1 | #define HAVE_ISXDIGIT 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETCWD 1 | #define HAVE_MEMSET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRFTIME 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPBRK 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_DECL_CONFSTR 1 | #define HAVE_DECL_PRINTF 1 | #define HAVE_DECL_SBRK 1 | #define HAVE_DECL_SETREGID 1 | #define HAVE_DECL_STRCPY 1 | #define HAVE_DECL_STRSIGNAL 1 | #define HAVE_DECL_STRTOLD 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOL 1 | #define HAVE_DECL_STRTOLL 1 | #define HAVE_DECL_STRTOUL 1 | #define HAVE_DECL_STRTOULL 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_STDLIB_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ALARM 1 | #define HAVE_ARGZ_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE___ARGZ_COUNT 1 | #define HAVE___ARGZ_NEXT 1 | #define HAVE___ARGZ_STRINGIFY 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_MBRLEN 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_WCSDUP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_WCTYPE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_ISWLOWER 1 | #define HAVE_ISWUPPER 1 | #define HAVE_TOWLOWER 1 | #define HAVE_TOWUPPER 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WCTYPE_T 1 | #define HAVE_WINT_T 1 | #define HAVE_LIBDL 1 | #define HAVE_DLOPEN 1 | #define HAVE_DLCLOSE 1 | #define HAVE_DLSYM 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define GETGROUPS_T gid_t | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define RETSIGTYPE void | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_CHAR_P 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_LONG 8 | #define bits16_t short | #define u_bits16_t unsigned short | #define bits32_t int | #define u_bits32_t unsigned int | #define bits64_t double | #define HAVE_HASH_BANG_EXEC 1 | #define CTYPE_NON_ASCII 1 | /* end confdefs.h. */ | | #include | #include | main() | { | int fd1, fd2, fl; | fd1 = open("/dev/null", 2); | if (fcntl(fd1, 2, 1) < 0) | exit(1); | fd2 = dup2(fd1, 1); | if (fd2 < 0) | exit(2); | fl = fcntl(fd2, 1, 0); | /* fl will be 1 if dup2 did not reset the close-on-exec flag. */ | exit(fl != 1); | } | configure:23022: result: no configure:23032: checking whether pgrps need synchronization configure:23099: gcc -o conftest -g -O2 conftest.c -ldl >&5 conftest.c: In function 'main': conftest.c:316: warning: incompatible implicit declaration of built-in function 'exit' conftest.c:326: warning: incompatible implicit declaration of built-in function 'exit' configure:23102: $? = 0 configure:23104: ./conftest configure:23107: $? = 0 configure:23123: result: no configure:23133: checking for type of signal functions configure:23161: gcc -o conftest -g -O2 conftest.c -ldl >&5 configure:23167: $? = 0 configure:23171: test -z || test ! -s conftest.err configure:23174: $? = 0 configure:23177: test -s conftest configure:23180: $? = 0 configure:23298: result: posix configure:23318: checking for sys_errlist and sys_nerr configure:23341: gcc -o conftest -g -O2 conftest.c -ldl >&5 configure:23347: $? = 0 configure:23351: test -z || test ! -s conftest.err configure:23354: $? = 0 configure:23357: test -s conftest configure:23360: $? = 0 configure:23372: result: yes configure:23382: checking for sys_siglist in system C library configure:23414: gcc -o conftest -g -O2 conftest.c -ldl >&5 conftest.c:307: error: conflicting types for 'sys_siglist' /usr/include/signal.h:305: error: previous declaration of 'sys_siglist' was here conftest.c: In function 'main': conftest.c:312: warning: incompatible implicit declaration of built-in function 'exit' configure:23417: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "bash" | #define PACKAGE_TARNAME "bash" | #define PACKAGE_VERSION "3.2-release" | #define PACKAGE_STRING "bash 3.2-release" | #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | #define USING_BASH_MALLOC 1 | #define ALIAS 1 | #define PUSHD_AND_POPD 1 | #define RESTRICTED_SHELL 1 | #define PROCESS_SUBSTITUTION 1 | #define PROMPT_STRING_DECODE 1 | #define SELECT_COMMAND 1 | #define HELP_BUILTIN 1 | #define ARRAY_VARS 1 | #define DPAREN_ARITHMETIC 1 | #define BRACE_EXPANSION 1 | #define COMMAND_TIMING 1 | #define EXTENDED_GLOB 1 | #define COND_COMMAND 1 | #define COND_REGEXP 1 | #define ARITH_FOR_COMMAND 1 | #define NETWORK_REDIRECTIONS 1 | #define PROGRAMMABLE_COMPLETION 1 | #define DEBUGGER 1 | #define MEMSCRAMBLE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define _FILE_OFFSET_BITS 64 | #define READLINE 1 | #define HISTORY 1 | #define BANG_HISTORY 1 | #define _GNU_SOURCE 1 | #define HAVE_STRINGIZE 1 | #define HAVE_LONG_DOUBLE 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_ARGZ_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FEOF_UNLOCKED 1 | #define HAVE_FGETS_UNLOCKED 1 | #define HAVE_GETC_UNLOCKED 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE___ARGZ_COUNT 1 | #define HAVE___ARGZ_STRINGIFY 1 | #define HAVE___ARGZ_NEXT 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_DIRENT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define GETPGRP_VOID 1 | #define HAVE_VPRINTF 1 | #define HAVE_STRCOLL 1 | #define RETSIGTYPE void | #define HAVE_WAIT3 1 | #define HAVE_ISINF_IN_LIBC 1 | #define HAVE_ISNAN_IN_LIBC 1 | #define HAVE_MKFIFO 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_FCNTL 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETGROUPS 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_KILL 1 | #define HAVE_KILLPG 1 | #define HAVE_LSTAT 1 | #define HAVE_READLINK 1 | #define HAVE_SBRK 1 | #define HAVE_SELECT 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_UNAME 1 | #define HAVE_ULIMIT 1 | #define HAVE_WAITPID 1 | #define HAVE_RENAME 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CONFSTR 1 | #define HAVE_FNMATCH 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVENT 1 | #define HAVE_INET_ATON 1 | #define HAVE_MEMMOVE 1 | #define HAVE_PATHCONF 1 | #define HAVE_PUTENV 1 | #define HAVE_RAISE 1 | #define HAVE_REGCOMP 1 | #define HAVE_REGEXEC 1 | #define HAVE_SETENV 1 | #define HAVE_SETLINEBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_STRCHR 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TIMES 1 | #define HAVE_TTYNAME 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ISASCII 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISGRAPH 1 | #define HAVE_ISPRINT 1 | #define HAVE_ISSPACE 1 | #define HAVE_ISXDIGIT 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETCWD 1 | #define HAVE_MEMSET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRFTIME 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPBRK 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_DECL_CONFSTR 1 | #define HAVE_DECL_PRINTF 1 | #define HAVE_DECL_SBRK 1 | #define HAVE_DECL_SETREGID 1 | #define HAVE_DECL_STRCPY 1 | #define HAVE_DECL_STRSIGNAL 1 | #define HAVE_DECL_STRTOLD 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOL 1 | #define HAVE_DECL_STRTOLL 1 | #define HAVE_DECL_STRTOUL 1 | #define HAVE_DECL_STRTOULL 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_STDLIB_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ALARM 1 | #define HAVE_ARGZ_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE___ARGZ_COUNT 1 | #define HAVE___ARGZ_NEXT 1 | #define HAVE___ARGZ_STRINGIFY 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_MBRLEN 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_WCSDUP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_WCTYPE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_ISWLOWER 1 | #define HAVE_ISWUPPER 1 | #define HAVE_TOWLOWER 1 | #define HAVE_TOWUPPER 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WCTYPE_T 1 | #define HAVE_WINT_T 1 | #define HAVE_LIBDL 1 | #define HAVE_DLOPEN 1 | #define HAVE_DLCLOSE 1 | #define HAVE_DLSYM 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define GETGROUPS_T gid_t | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define RETSIGTYPE void | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_CHAR_P 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_LONG 8 | #define bits16_t short | #define u_bits16_t unsigned short | #define bits32_t int | #define u_bits32_t unsigned int | #define bits64_t double | #define HAVE_HASH_BANG_EXEC 1 | #define CTYPE_NON_ASCII 1 | #define HAVE_POSIX_SIGNALS 1 | #define HAVE_SYS_ERRLIST 1 | /* end confdefs.h. */ | | #include | #include | #ifdef HAVE_UNISTD_H | #include | #endif | #ifndef SYS_SIGLIST_DECLARED | extern char *sys_siglist[]; | #endif | main() | { | char *msg = sys_siglist[2]; | exit(msg == 0); | } configure:23437: result: no configure:23446: checking for _sys_siglist in signal.h or unistd.h configure:23472: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:309: warning: initialization discards qualifiers from pointer target type configure:23478: $? = 0 configure:23482: test -z || test ! -s conftest.err configure:23485: $? = 0 configure:23488: test -s conftest.o configure:23491: $? = 0 configure:23502: result: yes configure:23512: checking for _sys_siglist in system C library configure:23544: gcc -o conftest -g -O2 conftest.c -ldl >&5 conftest.c: In function 'main': conftest.c:313: warning: incompatible implicit declaration of built-in function 'exit' configure:23547: $? = 0 configure:23549: ./conftest configure:23552: $? = 0 configure:23567: result: yes configure:23577: checking whether signal handlers are of type void configure:23606: gcc -c -g -O2 conftest.c >&5 configure:23612: $? = 0 configure:23616: test -z || test ! -s conftest.err configure:23619: $? = 0 configure:23622: test -s conftest.o configure:23625: $? = 0 configure:23636: result: yes configure:23647: checking for clock_t configure:23679: result: yes configure:23691: checking for sigset_t configure:23723: result: yes configure:23735: checking for quad_t configure:23767: result: yes configure:23784: checking for intmax_t configure:23816: result: yes configure:23828: checking for uintmax_t configure:23860: result: yes configure:23873: checking for socklen_t configure:23905: result: yes configure:23921: checking for size and type of struct rlimit fields configure:23943: gcc -c -g -O2 conftest.c >&5 configure:23949: $? = 0 configure:23953: test -z || test ! -s conftest.err configure:23956: $? = 0 configure:23959: test -s conftest.o configure:23962: $? = 0 configure:24022: result: rlim_t configure:24038: checking for struct termios.c_line configure:24065: gcc -c -g -O2 conftest.c >&5 configure:24071: $? = 0 configure:24075: test -z || test ! -s conftest.err configure:24078: $? = 0 configure:24081: test -s conftest.o configure:24084: $? = 0 configure:24145: result: yes configure:24156: checking for struct termio.c_line configure:24183: gcc -c -g -O2 conftest.c >&5 configure:24189: $? = 0 configure:24193: test -z || test ! -s conftest.err configure:24196: $? = 0 configure:24199: test -s conftest.o configure:24202: $? = 0 configure:24263: result: yes configure:24274: checking for struct dirent.d_ino configure:24317: gcc -c -g -O2 conftest.c >&5 configure:24323: $? = 0 configure:24327: test -z || test ! -s conftest.err configure:24330: $? = 0 configure:24333: test -s conftest.o configure:24336: $? = 0 configure:24348: result: yes configure:24358: checking for struct dirent.d_fileno configure:24401: gcc -c -g -O2 conftest.c >&5 configure:24407: $? = 0 configure:24411: test -z || test ! -s conftest.err configure:24414: $? = 0 configure:24417: test -s conftest.o configure:24420: $? = 0 configure:24432: result: yes configure:24442: checking for struct dirent.d_namlen configure:24485: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:335: error: 'struct dirent' has no member named 'd_namlen' configure:24491: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "bash" | #define PACKAGE_TARNAME "bash" | #define PACKAGE_VERSION "3.2-release" | #define PACKAGE_STRING "bash 3.2-release" | #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | #define USING_BASH_MALLOC 1 | #define ALIAS 1 | #define PUSHD_AND_POPD 1 | #define RESTRICTED_SHELL 1 | #define PROCESS_SUBSTITUTION 1 | #define PROMPT_STRING_DECODE 1 | #define SELECT_COMMAND 1 | #define HELP_BUILTIN 1 | #define ARRAY_VARS 1 | #define DPAREN_ARITHMETIC 1 | #define BRACE_EXPANSION 1 | #define COMMAND_TIMING 1 | #define EXTENDED_GLOB 1 | #define COND_COMMAND 1 | #define COND_REGEXP 1 | #define ARITH_FOR_COMMAND 1 | #define NETWORK_REDIRECTIONS 1 | #define PROGRAMMABLE_COMPLETION 1 | #define DEBUGGER 1 | #define MEMSCRAMBLE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define _FILE_OFFSET_BITS 64 | #define READLINE 1 | #define HISTORY 1 | #define BANG_HISTORY 1 | #define _GNU_SOURCE 1 | #define HAVE_STRINGIZE 1 | #define HAVE_LONG_DOUBLE 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_ARGZ_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FEOF_UNLOCKED 1 | #define HAVE_FGETS_UNLOCKED 1 | #define HAVE_GETC_UNLOCKED 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE___ARGZ_COUNT 1 | #define HAVE___ARGZ_STRINGIFY 1 | #define HAVE___ARGZ_NEXT 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_DIRENT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define GETPGRP_VOID 1 | #define HAVE_VPRINTF 1 | #define HAVE_STRCOLL 1 | #define RETSIGTYPE void | #define HAVE_WAIT3 1 | #define HAVE_ISINF_IN_LIBC 1 | #define HAVE_ISNAN_IN_LIBC 1 | #define HAVE_MKFIFO 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_FCNTL 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETGROUPS 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_KILL 1 | #define HAVE_KILLPG 1 | #define HAVE_LSTAT 1 | #define HAVE_READLINK 1 | #define HAVE_SBRK 1 | #define HAVE_SELECT 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_UNAME 1 | #define HAVE_ULIMIT 1 | #define HAVE_WAITPID 1 | #define HAVE_RENAME 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CONFSTR 1 | #define HAVE_FNMATCH 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVENT 1 | #define HAVE_INET_ATON 1 | #define HAVE_MEMMOVE 1 | #define HAVE_PATHCONF 1 | #define HAVE_PUTENV 1 | #define HAVE_RAISE 1 | #define HAVE_REGCOMP 1 | #define HAVE_REGEXEC 1 | #define HAVE_SETENV 1 | #define HAVE_SETLINEBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_STRCHR 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TIMES 1 | #define HAVE_TTYNAME 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ISASCII 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISGRAPH 1 | #define HAVE_ISPRINT 1 | #define HAVE_ISSPACE 1 | #define HAVE_ISXDIGIT 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETCWD 1 | #define HAVE_MEMSET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRFTIME 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPBRK 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_DECL_CONFSTR 1 | #define HAVE_DECL_PRINTF 1 | #define HAVE_DECL_SBRK 1 | #define HAVE_DECL_SETREGID 1 | #define HAVE_DECL_STRCPY 1 | #define HAVE_DECL_STRSIGNAL 1 | #define HAVE_DECL_STRTOLD 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOL 1 | #define HAVE_DECL_STRTOLL 1 | #define HAVE_DECL_STRTOUL 1 | #define HAVE_DECL_STRTOULL 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_STDLIB_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ALARM 1 | #define HAVE_ARGZ_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE___ARGZ_COUNT 1 | #define HAVE___ARGZ_NEXT 1 | #define HAVE___ARGZ_STRINGIFY 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_MBRLEN 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_WCSDUP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_WCTYPE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_ISWLOWER 1 | #define HAVE_ISWUPPER 1 | #define HAVE_TOWLOWER 1 | #define HAVE_TOWUPPER 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WCTYPE_T 1 | #define HAVE_WINT_T 1 | #define HAVE_LIBDL 1 | #define HAVE_DLOPEN 1 | #define HAVE_DLCLOSE 1 | #define HAVE_DLSYM 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define GETGROUPS_T gid_t | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define RETSIGTYPE void | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_CHAR_P 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_LONG 8 | #define bits16_t short | #define u_bits16_t unsigned short | #define bits32_t int | #define u_bits32_t unsigned int | #define bits64_t double | #define HAVE_HASH_BANG_EXEC 1 | #define CTYPE_NON_ASCII 1 | #define HAVE_POSIX_SIGNALS 1 | #define HAVE_SYS_ERRLIST 1 | #define UNDER_SYS_SIGLIST_DECLARED 1 | #define HAVE_UNDER_SYS_SIGLIST 1 | #define VOID_SIGHANDLER 1 | #define HAVE_QUAD_T 1 | #define HAVE_SOCKLEN_T 1 | #define RLIMTYPE rlim_t | #define TERMIOS_LDISC 1 | #define TERMIO_LDISC 1 | #define HAVE_STRUCT_DIRENT_D_INO 1 | #define HAVE_STRUCT_DIRENT_D_FILENO 1 | /* end confdefs.h. */ | | #include | #include | #ifdef HAVE_UNISTD_H | # include | #endif /* HAVE_UNISTD_H */ | #if defined(HAVE_DIRENT_H) | # include | #else | # define dirent direct | # ifdef HAVE_SYS_NDIR_H | # include | # endif /* SYSNDIR */ | # ifdef HAVE_SYS_DIR_H | # include | # endif /* SYSDIR */ | # ifdef HAVE_NDIR_H | # include | # endif | #endif /* HAVE_DIRENT_H */ | | int | main () | { | | struct dirent d; int z; z = d.d_namlen; | | ; | return 0; | } configure:24516: result: no configure:24525: checking for struct winsize in sys/ioctl.h and termios.h configure:24547: gcc -c -g -O2 conftest.c >&5 configure:24553: $? = 0 configure:24557: test -z || test ! -s conftest.err configure:24560: $? = 0 configure:24563: test -s conftest.o configure:24566: $? = 0 configure:24625: result: sys/ioctl.h configure:24643: checking for struct timeval in sys/time.h and time.h configure:24685: result: yes configure:24694: checking for struct stat.st_blocks configure:24717: gcc -c -g -O2 conftest.c >&5 configure:24723: $? = 0 configure:24727: test -z || test ! -s conftest.err configure:24730: $? = 0 configure:24733: test -s conftest.o configure:24736: $? = 0 configure:24793: result: yes configure:24804: checking whether struct tm is in sys/time.h or time.h configure:24827: gcc -c -g -O2 conftest.c >&5 configure:24833: $? = 0 configure:24837: test -z || test ! -s conftest.err configure:24840: $? = 0 configure:24843: test -s conftest.o configure:24846: $? = 0 configure:24857: result: time.h configure:24867: checking for struct tm.tm_zone configure:24893: gcc -c -g -O2 conftest.c >&5 configure:24899: $? = 0 configure:24903: test -z || test ! -s conftest.err configure:24906: $? = 0 configure:24909: test -s conftest.o configure:24912: $? = 0 configure:24972: result: yes configure:25057: checking for struct timezone in sys/time.h and time.h configure:25099: result: yes configure:25109: checking for the existence of strsignal configure:25131: gcc -o conftest -g -O2 conftest.c -ldl >&5 configure:25137: $? = 0 configure:25141: test -z || test ! -s conftest.err configure:25144: $? = 0 configure:25147: test -s conftest configure:25150: $? = 0 configure:25163: result: yes configure:25172: checking if opendir() opens non-directories configure:25230: gcc -o conftest -g -O2 conftest.c -ldl >&5 conftest.c: In function 'main': conftest.c:345: warning: incompatible implicit declaration of built-in function 'exit' conftest.c:354: warning: incompatible implicit declaration of built-in function 'exit' configure:25233: $? = 0 configure:25235: ./conftest configure:25238: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "bash" | #define PACKAGE_TARNAME "bash" | #define PACKAGE_VERSION "3.2-release" | #define PACKAGE_STRING "bash 3.2-release" | #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | #define USING_BASH_MALLOC 1 | #define ALIAS 1 | #define PUSHD_AND_POPD 1 | #define RESTRICTED_SHELL 1 | #define PROCESS_SUBSTITUTION 1 | #define PROMPT_STRING_DECODE 1 | #define SELECT_COMMAND 1 | #define HELP_BUILTIN 1 | #define ARRAY_VARS 1 | #define DPAREN_ARITHMETIC 1 | #define BRACE_EXPANSION 1 | #define COMMAND_TIMING 1 | #define EXTENDED_GLOB 1 | #define COND_COMMAND 1 | #define COND_REGEXP 1 | #define ARITH_FOR_COMMAND 1 | #define NETWORK_REDIRECTIONS 1 | #define PROGRAMMABLE_COMPLETION 1 | #define DEBUGGER 1 | #define MEMSCRAMBLE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define _FILE_OFFSET_BITS 64 | #define READLINE 1 | #define HISTORY 1 | #define BANG_HISTORY 1 | #define _GNU_SOURCE 1 | #define HAVE_STRINGIZE 1 | #define HAVE_LONG_DOUBLE 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_ARGZ_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FEOF_UNLOCKED 1 | #define HAVE_FGETS_UNLOCKED 1 | #define HAVE_GETC_UNLOCKED 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE___ARGZ_COUNT 1 | #define HAVE___ARGZ_STRINGIFY 1 | #define HAVE___ARGZ_NEXT 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_DIRENT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define GETPGRP_VOID 1 | #define HAVE_VPRINTF 1 | #define HAVE_STRCOLL 1 | #define RETSIGTYPE void | #define HAVE_WAIT3 1 | #define HAVE_ISINF_IN_LIBC 1 | #define HAVE_ISNAN_IN_LIBC 1 | #define HAVE_MKFIFO 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_FCNTL 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETGROUPS 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_KILL 1 | #define HAVE_KILLPG 1 | #define HAVE_LSTAT 1 | #define HAVE_READLINK 1 | #define HAVE_SBRK 1 | #define HAVE_SELECT 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_UNAME 1 | #define HAVE_ULIMIT 1 | #define HAVE_WAITPID 1 | #define HAVE_RENAME 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CONFSTR 1 | #define HAVE_FNMATCH 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVENT 1 | #define HAVE_INET_ATON 1 | #define HAVE_MEMMOVE 1 | #define HAVE_PATHCONF 1 | #define HAVE_PUTENV 1 | #define HAVE_RAISE 1 | #define HAVE_REGCOMP 1 | #define HAVE_REGEXEC 1 | #define HAVE_SETENV 1 | #define HAVE_SETLINEBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_STRCHR 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TIMES 1 | #define HAVE_TTYNAME 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ISASCII 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISGRAPH 1 | #define HAVE_ISPRINT 1 | #define HAVE_ISSPACE 1 | #define HAVE_ISXDIGIT 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETCWD 1 | #define HAVE_MEMSET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRFTIME 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPBRK 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_DECL_CONFSTR 1 | #define HAVE_DECL_PRINTF 1 | #define HAVE_DECL_SBRK 1 | #define HAVE_DECL_SETREGID 1 | #define HAVE_DECL_STRCPY 1 | #define HAVE_DECL_STRSIGNAL 1 | #define HAVE_DECL_STRTOLD 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOL 1 | #define HAVE_DECL_STRTOLL 1 | #define HAVE_DECL_STRTOUL 1 | #define HAVE_DECL_STRTOULL 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_STDLIB_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ALARM 1 | #define HAVE_ARGZ_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE___ARGZ_COUNT 1 | #define HAVE___ARGZ_NEXT 1 | #define HAVE___ARGZ_STRINGIFY 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_MBRLEN 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_WCSDUP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_WCTYPE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_ISWLOWER 1 | #define HAVE_ISWUPPER 1 | #define HAVE_TOWLOWER 1 | #define HAVE_TOWUPPER 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WCTYPE_T 1 | #define HAVE_WINT_T 1 | #define HAVE_LIBDL 1 | #define HAVE_DLOPEN 1 | #define HAVE_DLCLOSE 1 | #define HAVE_DLSYM 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define GETGROUPS_T gid_t | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define RETSIGTYPE void | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_CHAR_P 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_LONG 8 | #define bits16_t short | #define u_bits16_t unsigned short | #define bits32_t int | #define u_bits32_t unsigned int | #define bits64_t double | #define HAVE_HASH_BANG_EXEC 1 | #define CTYPE_NON_ASCII 1 | #define HAVE_POSIX_SIGNALS 1 | #define HAVE_SYS_ERRLIST 1 | #define UNDER_SYS_SIGLIST_DECLARED 1 | #define HAVE_UNDER_SYS_SIGLIST 1 | #define VOID_SIGHANDLER 1 | #define HAVE_QUAD_T 1 | #define HAVE_SOCKLEN_T 1 | #define RLIMTYPE rlim_t | #define TERMIOS_LDISC 1 | #define TERMIO_LDISC 1 | #define HAVE_STRUCT_DIRENT_D_INO 1 | #define HAVE_STRUCT_DIRENT_D_FILENO 1 | #define STRUCT_WINSIZE_IN_SYS_IOCTL 1 | #define HAVE_TIMEVAL 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_STRSIGNAL 1 | /* end confdefs.h. */ | | #include | #include | #include | #ifdef HAVE_UNISTD_H | # include | #endif /* HAVE_UNISTD_H */ | #if defined(HAVE_DIRENT_H) | # include | #else | # define dirent direct | # ifdef HAVE_SYS_NDIR_H | # include | # endif /* SYSNDIR */ | # ifdef HAVE_SYS_DIR_H | # include | # endif /* SYSDIR */ | # ifdef HAVE_NDIR_H | # include | # endif | #endif /* HAVE_DIRENT_H */ | main() | { | DIR *dir; | int fd, err; | err = mkdir("/tmp/bash-aclocal", 0700); | if (err < 0) { | perror("mkdir"); | exit(1); | } | unlink("/tmp/bash-aclocal/not_a_directory"); | fd = open("/tmp/bash-aclocal/not_a_directory", O_WRONLY|O_CREAT|O_EXCL, 0666); | write(fd, "\n", 1); | close(fd); | dir = opendir("/tmp/bash-aclocal/not_a_directory"); | unlink("/tmp/bash-aclocal/not_a_directory"); | rmdir("/tmp/bash-aclocal"); | exit (dir == 0); | } configure:25253: result: no configure:25262: checking whether ulimit can substitute for getdtablesize configure:25288: gcc -o conftest -g -O2 conftest.c -ldl >&5 conftest.c: In function 'main': conftest.c:321: warning: incompatible implicit declaration of built-in function 'exit' configure:25291: $? = 0 configure:25293: ./conftest configure:25296: $? = 0 configure:25311: result: yes configure:25320: checking to see if getenv can be redefined configure:25371: gcc -o conftest -g -O2 conftest.c -ldl >&5 conftest.c: In function 'main': conftest.c:347: warning: incompatible implicit declaration of built-in function 'exit' configure:25374: $? = 0 configure:25376: ./conftest configure:25379: $? = 0 configure:25394: result: yes configure:25404: checking if getcwd() will dynamically allocate memory configure:25436: gcc -o conftest -g -O2 conftest.c -ldl >&5 conftest.c: In function 'main': conftest.c:329: warning: incompatible implicit declaration of built-in function 'exit' configure:25439: $? = 0 configure:25441: ./conftest configure:25444: $? = 0 configure:25459: result: yes configure:25478: checking for presence of POSIX-style sigsetjmp/siglongjmp configure:25535: gcc -o conftest -g -O2 conftest.c -ldl >&5 conftest.c: In function 'main': conftest.c:346: warning: incompatible implicit declaration of built-in function 'exit' configure:25538: $? = 0 configure:25540: ./conftest configure:25543: $? = 0 configure:25558: result: present configure:25568: checking whether or not strcoll and strcmp differ configure:25623: gcc -o conftest -g -O2 conftest.c -ldl >&5 conftest.c: In function 'main': conftest.c:353: warning: incompatible implicit declaration of built-in function 'exit' configure:25626: $? = 0 configure:25628: ./conftest configure:25631: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "bash" | #define PACKAGE_TARNAME "bash" | #define PACKAGE_VERSION "3.2-release" | #define PACKAGE_STRING "bash 3.2-release" | #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | #define USING_BASH_MALLOC 1 | #define ALIAS 1 | #define PUSHD_AND_POPD 1 | #define RESTRICTED_SHELL 1 | #define PROCESS_SUBSTITUTION 1 | #define PROMPT_STRING_DECODE 1 | #define SELECT_COMMAND 1 | #define HELP_BUILTIN 1 | #define ARRAY_VARS 1 | #define DPAREN_ARITHMETIC 1 | #define BRACE_EXPANSION 1 | #define COMMAND_TIMING 1 | #define EXTENDED_GLOB 1 | #define COND_COMMAND 1 | #define COND_REGEXP 1 | #define ARITH_FOR_COMMAND 1 | #define NETWORK_REDIRECTIONS 1 | #define PROGRAMMABLE_COMPLETION 1 | #define DEBUGGER 1 | #define MEMSCRAMBLE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define _FILE_OFFSET_BITS 64 | #define READLINE 1 | #define HISTORY 1 | #define BANG_HISTORY 1 | #define _GNU_SOURCE 1 | #define HAVE_STRINGIZE 1 | #define HAVE_LONG_DOUBLE 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_ARGZ_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FEOF_UNLOCKED 1 | #define HAVE_FGETS_UNLOCKED 1 | #define HAVE_GETC_UNLOCKED 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE___ARGZ_COUNT 1 | #define HAVE___ARGZ_STRINGIFY 1 | #define HAVE___ARGZ_NEXT 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_DIRENT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define GETPGRP_VOID 1 | #define HAVE_VPRINTF 1 | #define HAVE_STRCOLL 1 | #define RETSIGTYPE void | #define HAVE_WAIT3 1 | #define HAVE_ISINF_IN_LIBC 1 | #define HAVE_ISNAN_IN_LIBC 1 | #define HAVE_MKFIFO 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_FCNTL 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETGROUPS 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_KILL 1 | #define HAVE_KILLPG 1 | #define HAVE_LSTAT 1 | #define HAVE_READLINK 1 | #define HAVE_SBRK 1 | #define HAVE_SELECT 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_UNAME 1 | #define HAVE_ULIMIT 1 | #define HAVE_WAITPID 1 | #define HAVE_RENAME 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CONFSTR 1 | #define HAVE_FNMATCH 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVENT 1 | #define HAVE_INET_ATON 1 | #define HAVE_MEMMOVE 1 | #define HAVE_PATHCONF 1 | #define HAVE_PUTENV 1 | #define HAVE_RAISE 1 | #define HAVE_REGCOMP 1 | #define HAVE_REGEXEC 1 | #define HAVE_SETENV 1 | #define HAVE_SETLINEBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_STRCHR 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TIMES 1 | #define HAVE_TTYNAME 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ISASCII 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISGRAPH 1 | #define HAVE_ISPRINT 1 | #define HAVE_ISSPACE 1 | #define HAVE_ISXDIGIT 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETCWD 1 | #define HAVE_MEMSET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRFTIME 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPBRK 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_DECL_CONFSTR 1 | #define HAVE_DECL_PRINTF 1 | #define HAVE_DECL_SBRK 1 | #define HAVE_DECL_SETREGID 1 | #define HAVE_DECL_STRCPY 1 | #define HAVE_DECL_STRSIGNAL 1 | #define HAVE_DECL_STRTOLD 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOL 1 | #define HAVE_DECL_STRTOLL 1 | #define HAVE_DECL_STRTOUL 1 | #define HAVE_DECL_STRTOULL 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_STDLIB_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ALARM 1 | #define HAVE_ARGZ_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE___ARGZ_COUNT 1 | #define HAVE___ARGZ_NEXT 1 | #define HAVE___ARGZ_STRINGIFY 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_MBRLEN 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_WCSDUP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_WCTYPE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_ISWLOWER 1 | #define HAVE_ISWUPPER 1 | #define HAVE_TOWLOWER 1 | #define HAVE_TOWUPPER 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WCTYPE_T 1 | #define HAVE_WINT_T 1 | #define HAVE_LIBDL 1 | #define HAVE_DLOPEN 1 | #define HAVE_DLCLOSE 1 | #define HAVE_DLSYM 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define GETGROUPS_T gid_t | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define RETSIGTYPE void | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_CHAR_P 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_LONG 8 | #define bits16_t short | #define u_bits16_t unsigned short | #define bits32_t int | #define u_bits32_t unsigned int | #define bits64_t double | #define HAVE_HASH_BANG_EXEC 1 | #define CTYPE_NON_ASCII 1 | #define HAVE_POSIX_SIGNALS 1 | #define HAVE_SYS_ERRLIST 1 | #define UNDER_SYS_SIGLIST_DECLARED 1 | #define HAVE_UNDER_SYS_SIGLIST 1 | #define VOID_SIGHANDLER 1 | #define HAVE_QUAD_T 1 | #define HAVE_SOCKLEN_T 1 | #define RLIMTYPE rlim_t | #define TERMIOS_LDISC 1 | #define TERMIO_LDISC 1 | #define HAVE_STRUCT_DIRENT_D_INO 1 | #define HAVE_STRUCT_DIRENT_D_FILENO 1 | #define STRUCT_WINSIZE_IN_SYS_IOCTL 1 | #define HAVE_TIMEVAL 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_STRSIGNAL 1 | #define ULIMIT_MAXFDS 1 | #define CAN_REDEFINE_GETENV 1 | #define HAVE_POSIX_SIGSETJMP 1 | /* end confdefs.h. */ | | #include | #if defined (HAVE_LOCALE_H) | #include | #endif | | main(c, v) | int c; | char *v[]; | { | int r1, r2; | char *deflocale, *defcoll; | | #ifdef HAVE_SETLOCALE | deflocale = setlocale(LC_ALL, ""); | defcoll = setlocale(LC_COLLATE, ""); | #endif | | #ifdef HAVE_STRCOLL | /* These two values are taken from tests/glob-test. */ | r1 = strcoll("abd", "aXd"); | #else | r1 = 0; | #endif | r2 = strcmp("abd", "aXd"); | | /* These two should both be greater than 0. It is permissible for | a system to return different values, as long as the sign is the | same. */ | | /* Exit with 1 (failure) if these two values are both > 0, since | this tests whether strcoll(3) is broken with respect to strcmp(3) | in the default locale. */ | exit (r1 > 0 && r2 > 0); | } | configure:25646: result: no configure:25661: checking for standard-conformant putenv declaration configure:25697: gcc -o conftest -g -O2 conftest.c -ldl >&5 configure:25703: $? = 0 configure:25707: test -z || test ! -s conftest.err configure:25710: $? = 0 configure:25713: test -s conftest configure:25716: $? = 0 configure:25729: result: yes configure:25748: checking for standard-conformant unsetenv declaration configure:25784: gcc -o conftest -g -O2 conftest.c -ldl >&5 configure:25790: $? = 0 configure:25794: test -z || test ! -s conftest.err configure:25797: $? = 0 configure:25800: test -s conftest configure:25803: $? = 0 configure:25816: result: yes configure:25832: checking for printf floating point output in hex notation configure:25865: gcc -o conftest -g -O2 conftest.c -ldl >&5 conftest.c: In function 'main': conftest.c:333: warning: incompatible implicit declaration of built-in function 'exit' configure:25868: $? = 0 configure:25870: ./conftest configure:25873: $? = 0 configure:25888: result: yes configure:25900: checking if signal handlers must be reinstalled when invoked configure:25963: gcc -o conftest -g -O2 conftest.c -ldl >&5 conftest.c: In function 'main': conftest.c:364: warning: incompatible implicit declaration of built-in function 'exit' configure:25966: $? = 0 configure:25968: ./conftest configure:25971: $? = 0 configure:25986: result: no configure:25996: checking for presence of necessary job control definitions configure:26059: gcc -o conftest -g -O2 conftest.c -ldl >&5 conftest.c: In function 'main': conftest.c:365: warning: incompatible implicit declaration of built-in function 'exit' configure:26062: $? = 0 configure:26064: ./conftest configure:26067: $? = 0 configure:26082: result: present configure:26091: checking for presence of named pipes configure:26148: gcc -o conftest -g -O2 conftest.c -ldl >&5 conftest.c: In function 'main': conftest.c:336: warning: incompatible implicit declaration of built-in function 'exit' configure:26151: $? = 0 configure:26153: ./conftest configure:26156: $? = 0 configure:26171: result: present configure:26181: checking whether termios.h defines TIOCGWINSZ configure:26208: result: no configure:26212: checking whether sys/ioctl.h defines TIOCGWINSZ configure:26239: result: yes configure:26251: checking for TIOCSTAT in sys/ioctl.h configure:26273: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:329: error: 'TIOCSTAT' undeclared (first use in this function) conftest.c:329: error: (Each undeclared identifier is reported only once conftest.c:329: error: for each function it appears in.) configure:26279: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "bash" | #define PACKAGE_TARNAME "bash" | #define PACKAGE_VERSION "3.2-release" | #define PACKAGE_STRING "bash 3.2-release" | #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | #define USING_BASH_MALLOC 1 | #define ALIAS 1 | #define PUSHD_AND_POPD 1 | #define RESTRICTED_SHELL 1 | #define PROCESS_SUBSTITUTION 1 | #define PROMPT_STRING_DECODE 1 | #define SELECT_COMMAND 1 | #define HELP_BUILTIN 1 | #define ARRAY_VARS 1 | #define DPAREN_ARITHMETIC 1 | #define BRACE_EXPANSION 1 | #define COMMAND_TIMING 1 | #define EXTENDED_GLOB 1 | #define COND_COMMAND 1 | #define COND_REGEXP 1 | #define ARITH_FOR_COMMAND 1 | #define NETWORK_REDIRECTIONS 1 | #define PROGRAMMABLE_COMPLETION 1 | #define DEBUGGER 1 | #define MEMSCRAMBLE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define _FILE_OFFSET_BITS 64 | #define READLINE 1 | #define HISTORY 1 | #define BANG_HISTORY 1 | #define _GNU_SOURCE 1 | #define HAVE_STRINGIZE 1 | #define HAVE_LONG_DOUBLE 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_ARGZ_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FEOF_UNLOCKED 1 | #define HAVE_FGETS_UNLOCKED 1 | #define HAVE_GETC_UNLOCKED 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE___ARGZ_COUNT 1 | #define HAVE___ARGZ_STRINGIFY 1 | #define HAVE___ARGZ_NEXT 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_DIRENT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define GETPGRP_VOID 1 | #define HAVE_VPRINTF 1 | #define HAVE_STRCOLL 1 | #define RETSIGTYPE void | #define HAVE_WAIT3 1 | #define HAVE_ISINF_IN_LIBC 1 | #define HAVE_ISNAN_IN_LIBC 1 | #define HAVE_MKFIFO 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_FCNTL 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETGROUPS 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_KILL 1 | #define HAVE_KILLPG 1 | #define HAVE_LSTAT 1 | #define HAVE_READLINK 1 | #define HAVE_SBRK 1 | #define HAVE_SELECT 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_UNAME 1 | #define HAVE_ULIMIT 1 | #define HAVE_WAITPID 1 | #define HAVE_RENAME 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CONFSTR 1 | #define HAVE_FNMATCH 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVENT 1 | #define HAVE_INET_ATON 1 | #define HAVE_MEMMOVE 1 | #define HAVE_PATHCONF 1 | #define HAVE_PUTENV 1 | #define HAVE_RAISE 1 | #define HAVE_REGCOMP 1 | #define HAVE_REGEXEC 1 | #define HAVE_SETENV 1 | #define HAVE_SETLINEBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_STRCHR 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TIMES 1 | #define HAVE_TTYNAME 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ISASCII 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISGRAPH 1 | #define HAVE_ISPRINT 1 | #define HAVE_ISSPACE 1 | #define HAVE_ISXDIGIT 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETCWD 1 | #define HAVE_MEMSET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRFTIME 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPBRK 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_DECL_CONFSTR 1 | #define HAVE_DECL_PRINTF 1 | #define HAVE_DECL_SBRK 1 | #define HAVE_DECL_SETREGID 1 | #define HAVE_DECL_STRCPY 1 | #define HAVE_DECL_STRSIGNAL 1 | #define HAVE_DECL_STRTOLD 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOL 1 | #define HAVE_DECL_STRTOLL 1 | #define HAVE_DECL_STRTOUL 1 | #define HAVE_DECL_STRTOULL 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_STDLIB_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ALARM 1 | #define HAVE_ARGZ_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE___ARGZ_COUNT 1 | #define HAVE___ARGZ_NEXT 1 | #define HAVE___ARGZ_STRINGIFY 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_MBRLEN 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_WCSDUP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_WCTYPE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_ISWLOWER 1 | #define HAVE_ISWUPPER 1 | #define HAVE_TOWLOWER 1 | #define HAVE_TOWUPPER 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WCTYPE_T 1 | #define HAVE_WINT_T 1 | #define HAVE_LIBDL 1 | #define HAVE_DLOPEN 1 | #define HAVE_DLCLOSE 1 | #define HAVE_DLSYM 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define GETGROUPS_T gid_t | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define RETSIGTYPE void | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_CHAR_P 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_LONG 8 | #define bits16_t short | #define u_bits16_t unsigned short | #define bits32_t int | #define u_bits32_t unsigned int | #define bits64_t double | #define HAVE_HASH_BANG_EXEC 1 | #define CTYPE_NON_ASCII 1 | #define HAVE_POSIX_SIGNALS 1 | #define HAVE_SYS_ERRLIST 1 | #define UNDER_SYS_SIGLIST_DECLARED 1 | #define HAVE_UNDER_SYS_SIGLIST 1 | #define VOID_SIGHANDLER 1 | #define HAVE_QUAD_T 1 | #define HAVE_SOCKLEN_T 1 | #define RLIMTYPE rlim_t | #define TERMIOS_LDISC 1 | #define TERMIO_LDISC 1 | #define HAVE_STRUCT_DIRENT_D_INO 1 | #define HAVE_STRUCT_DIRENT_D_FILENO 1 | #define STRUCT_WINSIZE_IN_SYS_IOCTL 1 | #define HAVE_TIMEVAL 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_STRSIGNAL 1 | #define ULIMIT_MAXFDS 1 | #define CAN_REDEFINE_GETENV 1 | #define HAVE_POSIX_SIGSETJMP 1 | #define HAVE_STD_PUTENV 1 | #define HAVE_STD_UNSETENV 1 | #define HAVE_PRINTF_A_FORMAT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | /* end confdefs.h. */ | #include | #include | int | main () | { | int x = TIOCSTAT; | ; | return 0; | } configure:26304: result: no configure:26313: checking for FIONREAD in sys/ioctl.h configure:26335: gcc -c -g -O2 conftest.c >&5 configure:26341: $? = 0 configure:26345: test -z || test ! -s conftest.err configure:26348: $? = 0 configure:26351: test -s conftest.o configure:26354: $? = 0 configure:26366: result: yes configure:26377: checking whether WCONTINUED flag to waitpid is unavailable or available but broken configure:26416: gcc -o conftest -g -O2 conftest.c -ldl >&5 conftest.c: In function 'main': conftest.c:340: warning: incompatible implicit declaration of built-in function 'exit' configure:26419: $? = 0 configure:26421: ./conftest configure:26424: $? = 0 configure:26439: result: no configure:26449: checking for speed_t in sys/types.h configure:26470: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:329: error: 'speed_t' undeclared (first use in this function) conftest.c:329: error: (Each undeclared identifier is reported only once conftest.c:329: error: for each function it appears in.) conftest.c:329: error: expected ';' before 'x' configure:26476: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "bash" | #define PACKAGE_TARNAME "bash" | #define PACKAGE_VERSION "3.2-release" | #define PACKAGE_STRING "bash 3.2-release" | #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | #define USING_BASH_MALLOC 1 | #define ALIAS 1 | #define PUSHD_AND_POPD 1 | #define RESTRICTED_SHELL 1 | #define PROCESS_SUBSTITUTION 1 | #define PROMPT_STRING_DECODE 1 | #define SELECT_COMMAND 1 | #define HELP_BUILTIN 1 | #define ARRAY_VARS 1 | #define DPAREN_ARITHMETIC 1 | #define BRACE_EXPANSION 1 | #define COMMAND_TIMING 1 | #define EXTENDED_GLOB 1 | #define COND_COMMAND 1 | #define COND_REGEXP 1 | #define ARITH_FOR_COMMAND 1 | #define NETWORK_REDIRECTIONS 1 | #define PROGRAMMABLE_COMPLETION 1 | #define DEBUGGER 1 | #define MEMSCRAMBLE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define _FILE_OFFSET_BITS 64 | #define READLINE 1 | #define HISTORY 1 | #define BANG_HISTORY 1 | #define _GNU_SOURCE 1 | #define HAVE_STRINGIZE 1 | #define HAVE_LONG_DOUBLE 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_ARGZ_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FEOF_UNLOCKED 1 | #define HAVE_FGETS_UNLOCKED 1 | #define HAVE_GETC_UNLOCKED 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE___ARGZ_COUNT 1 | #define HAVE___ARGZ_STRINGIFY 1 | #define HAVE___ARGZ_NEXT 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_DIRENT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define GETPGRP_VOID 1 | #define HAVE_VPRINTF 1 | #define HAVE_STRCOLL 1 | #define RETSIGTYPE void | #define HAVE_WAIT3 1 | #define HAVE_ISINF_IN_LIBC 1 | #define HAVE_ISNAN_IN_LIBC 1 | #define HAVE_MKFIFO 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_FCNTL 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETGROUPS 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_KILL 1 | #define HAVE_KILLPG 1 | #define HAVE_LSTAT 1 | #define HAVE_READLINK 1 | #define HAVE_SBRK 1 | #define HAVE_SELECT 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_UNAME 1 | #define HAVE_ULIMIT 1 | #define HAVE_WAITPID 1 | #define HAVE_RENAME 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CONFSTR 1 | #define HAVE_FNMATCH 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVENT 1 | #define HAVE_INET_ATON 1 | #define HAVE_MEMMOVE 1 | #define HAVE_PATHCONF 1 | #define HAVE_PUTENV 1 | #define HAVE_RAISE 1 | #define HAVE_REGCOMP 1 | #define HAVE_REGEXEC 1 | #define HAVE_SETENV 1 | #define HAVE_SETLINEBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_STRCHR 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TIMES 1 | #define HAVE_TTYNAME 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ISASCII 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISGRAPH 1 | #define HAVE_ISPRINT 1 | #define HAVE_ISSPACE 1 | #define HAVE_ISXDIGIT 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETCWD 1 | #define HAVE_MEMSET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRFTIME 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPBRK 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_DECL_CONFSTR 1 | #define HAVE_DECL_PRINTF 1 | #define HAVE_DECL_SBRK 1 | #define HAVE_DECL_SETREGID 1 | #define HAVE_DECL_STRCPY 1 | #define HAVE_DECL_STRSIGNAL 1 | #define HAVE_DECL_STRTOLD 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOL 1 | #define HAVE_DECL_STRTOLL 1 | #define HAVE_DECL_STRTOUL 1 | #define HAVE_DECL_STRTOULL 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_STDLIB_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ALARM 1 | #define HAVE_ARGZ_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE___ARGZ_COUNT 1 | #define HAVE___ARGZ_NEXT 1 | #define HAVE___ARGZ_STRINGIFY 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_MBRLEN 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_WCSDUP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_WCTYPE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_ISWLOWER 1 | #define HAVE_ISWUPPER 1 | #define HAVE_TOWLOWER 1 | #define HAVE_TOWUPPER 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WCTYPE_T 1 | #define HAVE_WINT_T 1 | #define HAVE_LIBDL 1 | #define HAVE_DLOPEN 1 | #define HAVE_DLCLOSE 1 | #define HAVE_DLSYM 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define GETGROUPS_T gid_t | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define RETSIGTYPE void | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_CHAR_P 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_LONG 8 | #define bits16_t short | #define u_bits16_t unsigned short | #define bits32_t int | #define u_bits32_t unsigned int | #define bits64_t double | #define HAVE_HASH_BANG_EXEC 1 | #define CTYPE_NON_ASCII 1 | #define HAVE_POSIX_SIGNALS 1 | #define HAVE_SYS_ERRLIST 1 | #define UNDER_SYS_SIGLIST_DECLARED 1 | #define HAVE_UNDER_SYS_SIGLIST 1 | #define VOID_SIGHANDLER 1 | #define HAVE_QUAD_T 1 | #define HAVE_SOCKLEN_T 1 | #define RLIMTYPE rlim_t | #define TERMIOS_LDISC 1 | #define TERMIO_LDISC 1 | #define HAVE_STRUCT_DIRENT_D_INO 1 | #define HAVE_STRUCT_DIRENT_D_FILENO 1 | #define STRUCT_WINSIZE_IN_SYS_IOCTL 1 | #define HAVE_TIMEVAL 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_STRSIGNAL 1 | #define ULIMIT_MAXFDS 1 | #define CAN_REDEFINE_GETENV 1 | #define HAVE_POSIX_SIGSETJMP 1 | #define HAVE_STD_PUTENV 1 | #define HAVE_STD_UNSETENV 1 | #define HAVE_PRINTF_A_FORMAT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define FIONREAD_IN_SYS_IOCTL 1 | /* end confdefs.h. */ | #include | int | main () | { | speed_t x; | ; | return 0; | } configure:26501: result: no configure:26510: checking whether getpw functions are declared in pwd.h configure:26539: result: yes configure:26548: checking for unusable real-time signals due to large values configure:26586: gcc -o conftest -g -O2 conftest.c -ldl >&5 conftest.c: In function 'main': conftest.c:343: warning: incompatible implicit declaration of built-in function 'exit' configure:26589: $? = 0 configure:26591: ./conftest configure:26594: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "bash" | #define PACKAGE_TARNAME "bash" | #define PACKAGE_VERSION "3.2-release" | #define PACKAGE_STRING "bash 3.2-release" | #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | #define USING_BASH_MALLOC 1 | #define ALIAS 1 | #define PUSHD_AND_POPD 1 | #define RESTRICTED_SHELL 1 | #define PROCESS_SUBSTITUTION 1 | #define PROMPT_STRING_DECODE 1 | #define SELECT_COMMAND 1 | #define HELP_BUILTIN 1 | #define ARRAY_VARS 1 | #define DPAREN_ARITHMETIC 1 | #define BRACE_EXPANSION 1 | #define COMMAND_TIMING 1 | #define EXTENDED_GLOB 1 | #define COND_COMMAND 1 | #define COND_REGEXP 1 | #define ARITH_FOR_COMMAND 1 | #define NETWORK_REDIRECTIONS 1 | #define PROGRAMMABLE_COMPLETION 1 | #define DEBUGGER 1 | #define MEMSCRAMBLE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define _FILE_OFFSET_BITS 64 | #define READLINE 1 | #define HISTORY 1 | #define BANG_HISTORY 1 | #define _GNU_SOURCE 1 | #define HAVE_STRINGIZE 1 | #define HAVE_LONG_DOUBLE 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_ARGZ_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FEOF_UNLOCKED 1 | #define HAVE_FGETS_UNLOCKED 1 | #define HAVE_GETC_UNLOCKED 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE___ARGZ_COUNT 1 | #define HAVE___ARGZ_STRINGIFY 1 | #define HAVE___ARGZ_NEXT 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_DIRENT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define GETPGRP_VOID 1 | #define HAVE_VPRINTF 1 | #define HAVE_STRCOLL 1 | #define RETSIGTYPE void | #define HAVE_WAIT3 1 | #define HAVE_ISINF_IN_LIBC 1 | #define HAVE_ISNAN_IN_LIBC 1 | #define HAVE_MKFIFO 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_FCNTL 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETGROUPS 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_KILL 1 | #define HAVE_KILLPG 1 | #define HAVE_LSTAT 1 | #define HAVE_READLINK 1 | #define HAVE_SBRK 1 | #define HAVE_SELECT 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_UNAME 1 | #define HAVE_ULIMIT 1 | #define HAVE_WAITPID 1 | #define HAVE_RENAME 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CONFSTR 1 | #define HAVE_FNMATCH 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVENT 1 | #define HAVE_INET_ATON 1 | #define HAVE_MEMMOVE 1 | #define HAVE_PATHCONF 1 | #define HAVE_PUTENV 1 | #define HAVE_RAISE 1 | #define HAVE_REGCOMP 1 | #define HAVE_REGEXEC 1 | #define HAVE_SETENV 1 | #define HAVE_SETLINEBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_STRCHR 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TIMES 1 | #define HAVE_TTYNAME 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ISASCII 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISGRAPH 1 | #define HAVE_ISPRINT 1 | #define HAVE_ISSPACE 1 | #define HAVE_ISXDIGIT 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETCWD 1 | #define HAVE_MEMSET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRFTIME 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPBRK 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_DECL_CONFSTR 1 | #define HAVE_DECL_PRINTF 1 | #define HAVE_DECL_SBRK 1 | #define HAVE_DECL_SETREGID 1 | #define HAVE_DECL_STRCPY 1 | #define HAVE_DECL_STRSIGNAL 1 | #define HAVE_DECL_STRTOLD 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOL 1 | #define HAVE_DECL_STRTOLL 1 | #define HAVE_DECL_STRTOUL 1 | #define HAVE_DECL_STRTOULL 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_STDLIB_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ALARM 1 | #define HAVE_ARGZ_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE___ARGZ_COUNT 1 | #define HAVE___ARGZ_NEXT 1 | #define HAVE___ARGZ_STRINGIFY 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_MBRLEN 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_WCSDUP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_WCTYPE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_ISWLOWER 1 | #define HAVE_ISWUPPER 1 | #define HAVE_TOWLOWER 1 | #define HAVE_TOWUPPER 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WCTYPE_T 1 | #define HAVE_WINT_T 1 | #define HAVE_LIBDL 1 | #define HAVE_DLOPEN 1 | #define HAVE_DLCLOSE 1 | #define HAVE_DLSYM 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define GETGROUPS_T gid_t | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define RETSIGTYPE void | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_CHAR_P 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_LONG 8 | #define bits16_t short | #define u_bits16_t unsigned short | #define bits32_t int | #define u_bits32_t unsigned int | #define bits64_t double | #define HAVE_HASH_BANG_EXEC 1 | #define CTYPE_NON_ASCII 1 | #define HAVE_POSIX_SIGNALS 1 | #define HAVE_SYS_ERRLIST 1 | #define UNDER_SYS_SIGLIST_DECLARED 1 | #define HAVE_UNDER_SYS_SIGLIST 1 | #define VOID_SIGHANDLER 1 | #define HAVE_QUAD_T 1 | #define HAVE_SOCKLEN_T 1 | #define RLIMTYPE rlim_t | #define TERMIOS_LDISC 1 | #define TERMIO_LDISC 1 | #define HAVE_STRUCT_DIRENT_D_INO 1 | #define HAVE_STRUCT_DIRENT_D_FILENO 1 | #define STRUCT_WINSIZE_IN_SYS_IOCTL 1 | #define HAVE_TIMEVAL 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_STRSIGNAL 1 | #define ULIMIT_MAXFDS 1 | #define CAN_REDEFINE_GETENV 1 | #define HAVE_POSIX_SIGSETJMP 1 | #define HAVE_STD_PUTENV 1 | #define HAVE_STD_UNSETENV 1 | #define HAVE_PRINTF_A_FORMAT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define FIONREAD_IN_SYS_IOCTL 1 | #define HAVE_GETPW_DECLS 1 | /* end confdefs.h. */ | | #include | #include | | #ifndef NSIG | # define NSIG 64 | #endif | | main () | { | int n_sigs = 2 * NSIG; | #ifdef SIGRTMIN | int rtmin = SIGRTMIN; | #else | int rtmin = 0; | #endif | | exit(rtmin < n_sigs); | } configure:26609: result: no configure:26768: checking for tgetent configure:26825: gcc -o conftest -g -O2 conftest.c -ldl >&5 /tmp/ccqPIMV0.o: In function `main': /build/bashc-3.2.33.0/conftest.c:365: undefined reference to `tgetent' /tmp/ccqPIMV0.o:(.data+0x0): undefined reference to `tgetent' collect2: ld returned 1 exit status configure:26831: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "bash" | #define PACKAGE_TARNAME "bash" | #define PACKAGE_VERSION "3.2-release" | #define PACKAGE_STRING "bash 3.2-release" | #define PACKAGE_BUGREPORT "bug-bash@gnu.org" | #define USING_BASH_MALLOC 1 | #define ALIAS 1 | #define PUSHD_AND_POPD 1 | #define RESTRICTED_SHELL 1 | #define PROCESS_SUBSTITUTION 1 | #define PROMPT_STRING_DECODE 1 | #define SELECT_COMMAND 1 | #define HELP_BUILTIN 1 | #define ARRAY_VARS 1 | #define DPAREN_ARITHMETIC 1 | #define BRACE_EXPANSION 1 | #define COMMAND_TIMING 1 | #define EXTENDED_GLOB 1 | #define COND_COMMAND 1 | #define COND_REGEXP 1 | #define ARITH_FOR_COMMAND 1 | #define NETWORK_REDIRECTIONS 1 | #define PROGRAMMABLE_COMPLETION 1 | #define DEBUGGER 1 | #define MEMSCRAMBLE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define _FILE_OFFSET_BITS 64 | #define READLINE 1 | #define HISTORY 1 | #define BANG_HISTORY 1 | #define _GNU_SOURCE 1 | #define HAVE_STRINGIZE 1 | #define HAVE_LONG_DOUBLE 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_ARGZ_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FEOF_UNLOCKED 1 | #define HAVE_FGETS_UNLOCKED 1 | #define HAVE_GETC_UNLOCKED 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE___ARGZ_COUNT 1 | #define HAVE___ARGZ_STRINGIFY 1 | #define HAVE___ARGZ_NEXT 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_DIRENT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define GETPGRP_VOID 1 | #define HAVE_VPRINTF 1 | #define HAVE_STRCOLL 1 | #define RETSIGTYPE void | #define HAVE_WAIT3 1 | #define HAVE_ISINF_IN_LIBC 1 | #define HAVE_ISNAN_IN_LIBC 1 | #define HAVE_MKFIFO 1 | #define HAVE_DUP2 1 | #define HAVE_EACCESS 1 | #define HAVE_FCNTL 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETGROUPS 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_KILL 1 | #define HAVE_KILLPG 1 | #define HAVE_LSTAT 1 | #define HAVE_READLINK 1 | #define HAVE_SBRK 1 | #define HAVE_SELECT 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_UNAME 1 | #define HAVE_ULIMIT 1 | #define HAVE_WAITPID 1 | #define HAVE_RENAME 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_CONFSTR 1 | #define HAVE_FNMATCH 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVENT 1 | #define HAVE_INET_ATON 1 | #define HAVE_MEMMOVE 1 | #define HAVE_PATHCONF 1 | #define HAVE_PUTENV 1 | #define HAVE_RAISE 1 | #define HAVE_REGCOMP 1 | #define HAVE_REGEXEC 1 | #define HAVE_SETENV 1 | #define HAVE_SETLINEBUF 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETVBUF 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_STRCHR 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TIMES 1 | #define HAVE_TTYNAME 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ISASCII 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISGRAPH 1 | #define HAVE_ISPRINT 1 | #define HAVE_ISSPACE 1 | #define HAVE_ISXDIGIT 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETCWD 1 | #define HAVE_MEMSET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRFTIME 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPBRK 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_DECL_CONFSTR 1 | #define HAVE_DECL_PRINTF 1 | #define HAVE_DECL_SBRK 1 | #define HAVE_DECL_SETREGID 1 | #define HAVE_DECL_STRCPY 1 | #define HAVE_DECL_STRSIGNAL 1 | #define HAVE_DECL_STRTOLD 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOL 1 | #define HAVE_DECL_STRTOLL 1 | #define HAVE_DECL_STRTOUL 1 | #define HAVE_DECL_STRTOULL 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_STDLIB_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ALARM 1 | #define HAVE_ARGZ_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE___ARGZ_COUNT 1 | #define HAVE___ARGZ_NEXT 1 | #define HAVE___ARGZ_STRINGIFY 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_MBRLEN 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_WCSDUP 1 | #define HAVE_WCWIDTH 1 | #define HAVE_WCTYPE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_ISWLOWER 1 | #define HAVE_ISWUPPER 1 | #define HAVE_TOWLOWER 1 | #define HAVE_TOWUPPER 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WCTYPE_T 1 | #define HAVE_WINT_T 1 | #define HAVE_LIBDL 1 | #define HAVE_DLOPEN 1 | #define HAVE_DLCLOSE 1 | #define HAVE_DLSYM 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define GETGROUPS_T gid_t | #define HAVE_LONG_LONG 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define RETSIGTYPE void | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_CHAR_P 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_LONG 8 | #define bits16_t short | #define u_bits16_t unsigned short | #define bits32_t int | #define u_bits32_t unsigned int | #define bits64_t double | #define HAVE_HASH_BANG_EXEC 1 | #define CTYPE_NON_ASCII 1 | #define HAVE_POSIX_SIGNALS 1 | #define HAVE_SYS_ERRLIST 1 | #define UNDER_SYS_SIGLIST_DECLARED 1 | #define HAVE_UNDER_SYS_SIGLIST 1 | #define VOID_SIGHANDLER 1 | #define HAVE_QUAD_T 1 | #define HAVE_SOCKLEN_T 1 | #define RLIMTYPE rlim_t | #define TERMIOS_LDISC 1 | #define TERMIO_LDISC 1 | #define HAVE_STRUCT_DIRENT_D_INO 1 | #define HAVE_STRUCT_DIRENT_D_FILENO 1 | #define STRUCT_WINSIZE_IN_SYS_IOCTL 1 | #define HAVE_TIMEVAL 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_STRSIGNAL 1 | #define ULIMIT_MAXFDS 1 | #define CAN_REDEFINE_GETENV 1 | #define HAVE_POSIX_SIGSETJMP 1 | #define HAVE_STD_PUTENV 1 | #define HAVE_STD_UNSETENV 1 | #define HAVE_PRINTF_A_FORMAT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define FIONREAD_IN_SYS_IOCTL 1 | #define HAVE_GETPW_DECLS 1 | /* end confdefs.h. */ | /* Define tgetent to an innocuous variant, in case declares tgetent. | For example, HP-UX 11i declares gettimeofday. */ | #define tgetent innocuous_tgetent | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char tgetent (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef tgetent | | /* 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 tgetent (); | /* 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_tgetent) || defined (__stub___tgetent) | choke me | #else | char (*f) () = tgetent; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != tgetent; | ; | return 0; | } configure:26856: result: no configure:26861: checking for tgetent in -ltermcap configure:26891: gcc -o conftest -g -O2 conftest.c -ltermcap -ldl >&5 configure:26897: $? = 0 configure:26901: test -z || test ! -s conftest.err configure:26904: $? = 0 configure:26907: test -s conftest configure:26910: $? = 0 configure:26923: result: yes configure:27143: checking which library has the termcap functions configure:27146: result: using libtermcap configure:27173: checking whether /dev/fd is available configure:27199: result: standard configure:27221: checking whether /dev/stdin stdout stderr are available configure:27236: result: present configure:27245: checking for default mail directory configure:27264: result: /var/mail configure:27370: checking shared object configuration for loadable builtins configure:27380: result: supported configure:27528: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by bash config.status 3.2-release, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on schakal config.status:782: creating Makefile config.status:782: creating builtins/Makefile config.status:782: creating lib/readline/Makefile config.status:782: creating lib/glob/Makefile config.status:782: creating lib/intl/Makefile config.status:782: creating lib/malloc/Makefile config.status:782: creating lib/sh/Makefile config.status:782: creating lib/termcap/Makefile config.status:782: creating lib/tilde/Makefile config.status:782: creating doc/Makefile config.status:782: creating support/Makefile config.status:782: creating po/Makefile.in config.status:782: creating examples/loadables/Makefile config.status:782: creating examples/loadables/perl/Makefile config.status:782: creating pathnames.h config.status:886: creating config.h config.status:1758: config.h is unchanged config.status:1916: executing default-1 commands config.status:1916: executing default commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-pc-linux-gnu ac_cv_build_alias=i686-pc-linux-gnu ac_cv_c_bigendian=no ac_cv_c_char_unsigned=no ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_inline=inline ac_cv_c_long_double=yes ac_cv_c_stringize=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_DEBUGGER_START_FILE_set= ac_cv_env_DEBUGGER_START_FILE_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___argz_count=yes ac_cv_func___argz_next=yes ac_cv_func___argz_stringify=yes ac_cv_func___fsetlocking=yes ac_cv_func___setostype=no ac_cv_func__doprnt=no ac_cv_func_alarm=yes ac_cv_func_alloca_works=yes ac_cv_func_asprintf=yes ac_cv_func_bcopy=yes ac_cv_func_bzero=yes ac_cv_func_confstr=yes ac_cv_func_dcgettext=yes ac_cv_func_dlclose=yes ac_cv_func_dlopen=yes ac_cv_func_dlsym=yes ac_cv_func_dup2=yes ac_cv_func_eaccess=yes ac_cv_func_fcntl=yes ac_cv_func_feof_unlocked=yes ac_cv_func_fgets_unlocked=yes ac_cv_func_fnmatch=yes ac_cv_func_getaddrinfo=yes ac_cv_func_getc_unlocked=yes ac_cv_func_getcwd=yes ac_cv_func_getdtablesize=yes ac_cv_func_getegid=yes ac_cv_func_geteuid=yes ac_cv_func_getgid=yes ac_cv_func_getgroups=yes ac_cv_func_gethostbyname=yes ac_cv_func_gethostname=yes ac_cv_func_getpagesize=yes ac_cv_func_getpeername=yes ac_cv_func_getpgrp_void=yes ac_cv_func_getpwent=yes ac_cv_func_getpwnam=yes ac_cv_func_getpwuid=yes ac_cv_func_getrlimit=yes ac_cv_func_getrusage=yes ac_cv_func_getservbyname=yes ac_cv_func_getservent=yes ac_cv_func_gettimeofday=yes ac_cv_func_getuid=yes ac_cv_func_inet_aton=yes ac_cv_func_isascii=yes ac_cv_func_isblank=yes ac_cv_func_isgraph=yes ac_cv_func_isinf=yes ac_cv_func_isnan=yes ac_cv_func_isprint=yes ac_cv_func_isspace=yes ac_cv_func_iswctype=yes ac_cv_func_iswlower=yes ac_cv_func_iswupper=yes ac_cv_func_isxdigit=yes ac_cv_func_kill=yes ac_cv_func_killpg=yes ac_cv_func_lstat=yes ac_cv_func_mbrlen=yes ac_cv_func_mbrtowc=yes ac_cv_func_mbsrtowcs=yes ac_cv_func_memmove=yes ac_cv_func_mempcpy=yes ac_cv_func_memset=yes ac_cv_func_mkfifo=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_munmap=yes ac_cv_func_pathconf=yes ac_cv_func_putenv=yes ac_cv_func_raise=yes ac_cv_func_readlink=yes ac_cv_func_regcomp=yes ac_cv_func_regexec=yes ac_cv_func_rename=yes ac_cv_func_sbrk=yes ac_cv_func_select=yes ac_cv_func_setdtablesize=no ac_cv_func_setenv=yes ac_cv_func_setlinebuf=yes ac_cv_func_setlocale=yes ac_cv_func_setvbuf=yes ac_cv_func_setvbuf_reversed=no ac_cv_func_siginterrupt=yes ac_cv_func_snprintf=yes ac_cv_func_stpcpy=yes ac_cv_func_strcasecmp=yes ac_cv_func_strchr=yes ac_cv_func_strcoll_works=yes ac_cv_func_strcspn=yes ac_cv_func_strdup=yes ac_cv_func_strerror=yes ac_cv_func_strftime=yes ac_cv_func_strnlen=yes ac_cv_func_strpbrk=yes ac_cv_func_strstr=yes ac_cv_func_strtod=yes ac_cv_func_strtoimax=yes ac_cv_func_strtol=yes ac_cv_func_strtoll=yes ac_cv_func_strtoul=yes ac_cv_func_strtoull=yes ac_cv_func_strtoumax=yes ac_cv_func_sysconf=yes ac_cv_func_tcgetattr=yes ac_cv_func_tcgetpgrp=yes ac_cv_func_tgetent=no ac_cv_func_times=yes ac_cv_func_towlower=yes ac_cv_func_towupper=yes ac_cv_func_tsearch=yes ac_cv_func_ttyname=yes ac_cv_func_tzset=yes ac_cv_func_ulimit=yes ac_cv_func_uname=yes ac_cv_func_unsetenv=yes ac_cv_func_vasprintf=yes ac_cv_func_vprintf=yes ac_cv_func_vsnprintf=yes ac_cv_func_wait3=yes ac_cv_func_waitpid=yes ac_cv_func_wcrtomb=yes ac_cv_func_wcscoll=yes ac_cv_func_wcsdup=yes ac_cv_func_wctype=yes ac_cv_func_wcwidth=yes ac_cv_func_working_mktime=yes ac_cv_gnu_library_2_1=yes ac_cv_have_decl_confstr=yes ac_cv_have_decl_printf=yes ac_cv_have_decl_sbrk=yes ac_cv_have_decl_setregid=yes ac_cv_have_decl_strcpy=yes ac_cv_have_decl_strsignal=yes ac_cv_have_decl_strtold=yes ac_cv_have_decl_sys_siglist=yes ac_cv_header_argz_h=yes ac_cv_header_arpa_inet_h=yes ac_cv_header_dirent_dirent_h=yes ac_cv_header_dlfcn_h=yes ac_cv_header_errno_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_grp_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_langinfo_h=yes ac_cv_header_limits_h=yes ac_cv_header_locale_h=yes ac_cv_header_malloc_h=yes ac_cv_header_memory_h=yes ac_cv_header_minix_config_h=no ac_cv_header_netdb_h=yes ac_cv_header_netinet_in_h=yes ac_cv_header_nl_types_h=yes ac_cv_header_pwd_h=yes ac_cv_header_regex_h=yes ac_cv_header_stat_broken=no ac_cv_header_stdarg_h=yes ac_cv_header_stdc=yes ac_cv_header_stddef_h=yes ac_cv_header_stdint_h=yes ac_cv_header_stdio_ext_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_file_h=yes ac_cv_header_sys_param_h=yes ac_cv_header_sys_pte_h=no ac_cv_header_sys_ptem_h=no ac_cv_header_sys_resource_h=yes ac_cv_header_sys_select_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_stream_h=no ac_cv_header_sys_time_h=yes ac_cv_header_sys_times_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_wait_h=yes ac_cv_header_termcap_h=yes ac_cv_header_termio_h=yes ac_cv_header_termios_h=yes ac_cv_header_time=yes ac_cv_header_unistd_h=yes ac_cv_header_varargs_h=no ac_cv_header_wchar_h=yes ac_cv_header_wctype_h=yes ac_cv_host=i686-pc-linux-gnu ac_cv_host_alias=i686-pc-linux-gnu ac_cv_lib_cposix_strerror=no ac_cv_lib_dl_dlopen=yes ac_cv_lib_termcap_tgetent=yes ac_cv_member_struct_stat_st_blocks=yes ac_cv_member_struct_termio_c_line=yes ac_cv_member_struct_termios_c_line=yes ac_cv_member_struct_tm_tm_zone=yes ac_cv_objext=o ac_cv_path_GMSGFMT=/usr/bin/msgfmt ac_cv_path_MSGFMT=/usr/bin/msgfmt ac_cv_path_MSGMERGE=/usr/bin/msgmerge ac_cv_path_XGETTEXT=/usr/bin/xgettext ac_cv_path_install='/usr/bin/install -c' ac_cv_prog_AR=ar ac_cv_prog_CPP='gcc -E' ac_cv_prog_INTLBISON=bison ac_cv_prog_YACC='bison -y' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_egrep='grep -E' ac_cv_prog_gcc_traditional=no ac_cv_prog_make_make_set=yes ac_cv_search_opendir='none required' ac_cv_sizeof_char=1 ac_cv_sizeof_char_p=4 ac_cv_sizeof_double=8 ac_cv_sizeof_int=4 ac_cv_sizeof_long=4 ac_cv_sizeof_long_long=8 ac_cv_sizeof_short=2 ac_cv_struct_tm=time.h ac_cv_sys_file_offset_bits=64 ac_cv_sys_interpreter=yes ac_cv_sys_large_files=no ac_cv_sys_largefile_CC=no ac_cv_sys_tiocgwinsz_in_sys_ioctl_h=yes ac_cv_sys_tiocgwinsz_in_termios_h=no ac_cv_type_bits16_t=no ac_cv_type_bits32_t=no ac_cv_type_bits64_t=no ac_cv_type_char=yes ac_cv_type_char_p=yes ac_cv_type_double=yes ac_cv_type_getgroups=gid_t ac_cv_type_int=yes ac_cv_type_long=yes ac_cv_type_long_long=yes ac_cv_type_mode_t=yes ac_cv_type_off_t=yes ac_cv_type_pid_t=yes ac_cv_type_ptrdiff_t=yes ac_cv_type_short=yes ac_cv_type_signal=void ac_cv_type_size_t=yes ac_cv_type_ssize_t=yes ac_cv_type_time_t=yes ac_cv_type_u_bits16_t=no ac_cv_type_u_bits32_t=no ac_cv_type_u_int=yes ac_cv_type_u_long=yes ac_cv_type_uid_t=yes ac_cv_type_unsigned_long_long=yes ac_cv_working_alloca_h=yes acl_cv_hardcode_direct=no acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' acl_cv_hardcode_libdir_separator= acl_cv_hardcode_minus_L=no acl_cv_libext=a acl_cv_path_LD=/usr/bin/ld acl_cv_prog_gnu_ld=yes acl_cv_rpath=done acl_cv_shlibext=so acl_cv_wl=-Wl, am_cv_func_iconv=yes am_cv_langinfo_codeset=yes am_cv_lib_iconv=no am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);' am_cv_proto_iconv_arg1= am_cv_val_LC_MESSAGES=yes bash_cv_decl_strtoimax=yes bash_cv_decl_strtol=yes bash_cv_decl_strtoll=yes bash_cv_decl_strtoul=yes bash_cv_decl_strtoull=yes bash_cv_decl_strtoumax=yes bash_cv_decl_under_sys_siglist=yes bash_cv_dev_fd=standard bash_cv_dev_stdin=present bash_cv_dirent_has_d_fileno=yes bash_cv_dirent_has_d_namlen=no bash_cv_dirent_has_dino=yes bash_cv_dup2_broken=no bash_cv_fionread_in_ioctl=yes bash_cv_func_ctype_nonascii=yes bash_cv_func_sigsetjmp=present bash_cv_func_strcoll_broken=no bash_cv_getcwd_malloc=yes bash_cv_getenv_redef=yes bash_cv_getpw_declared=yes bash_cv_have_strsignal=yes bash_cv_job_control_missing=present bash_cv_langinfo_codeset=yes bash_cv_mail_dir=/var/mail bash_cv_must_reinstall_sighandlers=no bash_cv_opendir_not_robust=no bash_cv_pgrp_pipe=no bash_cv_printf_a_format=yes bash_cv_signal_vintage=posix bash_cv_speed_t_in_sys_types=no bash_cv_std_putenv=yes bash_cv_std_unsetenv=yes bash_cv_strtold_broken=no bash_cv_struct_timeval=yes bash_cv_struct_timezone=yes bash_cv_struct_winsize_header=ioctl_h bash_cv_sys_errlist=yes bash_cv_sys_named_pipes=present bash_cv_sys_siglist=no bash_cv_termcap_lib=libtermcap bash_cv_tiocstat_in_ioctl=no bash_cv_type_clock_t=yes bash_cv_type_intmax_t=yes bash_cv_type_long_long='long long' bash_cv_type_quad_t=yes bash_cv_type_rlimit=rlim_t bash_cv_type_sigset_t=yes bash_cv_type_socklen_t=yes bash_cv_type_uintmax_t=yes bash_cv_type_unsigned_long_long='unsigned long long' bash_cv_type_wchar_t=yes bash_cv_type_wctype_t=yes bash_cv_type_wint_t=yes bash_cv_ulimit_maxfds=yes bash_cv_under_sys_siglist=yes bash_cv_unusable_rtsigs=no bash_cv_void_sighandler=yes bash_cv_wcontinued_broken=no gt_cv_func_gnugettext2_libc=yes gt_cv_header_inttypes_h=yes gt_cv_int_divbyzero_sigfpe=yes gt_cv_inttypes_pri_broken=no jm_ac_cv_header_inttypes_h=yes jm_ac_cv_header_stdint_h=yes nls_cv_force_use_gnu_gettext=no nls_cv_header_intl= nls_cv_header_libgt= nls_cv_use_gnu_gettext=no ## ----------------- ## ## Output variables. ## ## ----------------- ## ALLOCA='' AR='ar' ARFLAGS='cr' BASHVERS='3.2' BUILD_DIR='/build/bashc-3.2.33.0' BUILD_INCLUDED_LIBINTL='no' CATOBJEXT='.gmo' CC='gcc' CC_FOR_BUILD='$(CC)' CFLAGS='-g -O2' CFLAGS_FOR_BUILD='-g' CPP='gcc -E' CPPFLAGS='' CPPFLAGS_FOR_BUILD='' CROSS_COMPILE='' DATADIRNAME='share' DEBUG='' DEBUGGER_START_FILE='/usr/local/share/bashdb/bashdb-main.inc' DEFS='-DHAVE_CONFIG_H' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EMACS='no' EXEEXT='' GENCAT='gencat' GLIBC21='yes' GMSGFMT='/usr/bin/msgfmt' HELPDIR='' HELPDIRDEFINE='' HELPINSTALL='' HELPSTRINGS='' HISTORY_DEP='$(HISTORY_LIBRARY)' HISTORY_LIB='-lhistory' HIST_LIBDIR='$(dot)/$(LIBSUBDIR)/readline' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTOBJEXT='.mo' INTLBISON='bison' INTLLIBS='' INTLOBJS='' INTL_DEP='' INTL_INC='' INTL_LIBTOOL_SUFFIX_PREFIX='' JOBS_O='jobs.o' LDFLAGS='' LDFLAGS_FOR_BUILD='$(LDFLAGS)' LIBICONV='' LIBINTL='' LIBINTL_H='' LIBOBJS='' LIBS='-ldl ' LOCAL_CFLAGS='' LOCAL_DEFS='-DSHELL' LOCAL_LDFLAGS='-rdynamic' LOCAL_LIBS='' LTLIBICONV='' LTLIBINTL='' LTLIBOBJS='' MAKE_SHELL='/bin/sh' MALLOC_DEBUG='' MALLOC_DEP='$(MALLOC_LIBRARY)' MALLOC_LDFLAGS='-L$(ALLOC_LIBDIR)' MALLOC_LIB='-lmalloc' MALLOC_LIBRARY='$(ALLOC_LIBDIR)/libmalloc.a' MALLOC_SRC='malloc.c' MALLOC_TARGET='malloc' MKINSTALLDIRS='$(top_builddir)/./support/mkinstalldirs' MSGFMT='/usr/bin/msgfmt' MSGMERGE='/usr/bin/msgmerge' OBJEXT='o' PACKAGE_BUGREPORT='bug-bash@gnu.org' PACKAGE_NAME='bash' PACKAGE_STRING='bash 3.2-release' PACKAGE_TARNAME='bash' PACKAGE_VERSION='3.2-release' PATH_SEPARATOR=':' POSUB='po' PROFILE_FLAGS='' PURIFY='' RANLIB='ranlib' READLINE_DEP='$(READLINE_LIBRARY)' READLINE_LIB='-lreadline' RELSTATUS='release' RL_INCLUDE='' RL_INCLUDEDIR='' RL_LIBDIR='$(dot)/$(LIBSUBDIR)/readline' RL_MAJOR='' RL_MINOR='' RL_VERSION='' SET_MAKE='' SHELL='/bin/sh' SHOBJ_CC='gcc' SHOBJ_CFLAGS='-fPIC' SHOBJ_LD='${CC}' SHOBJ_LDFLAGS='-shared -Wl,-soname,$@' SHOBJ_LIBS='' SHOBJ_STATUS='supported' SHOBJ_XLDFLAGS='' SIGLIST_O='' SIGNAMES_H='lsignames.h' SIGNAMES_O='' SIZE='size' STATIC_LD='' TERMCAP_DEP='' TERMCAP_LIB='-lcurses' TESTSCRIPT='run-all' TILDE_LIB='-ltilde' USE_INCLUDED_LIBINTL='no' USE_NLS='yes' XGETTEXT='/usr/bin/xgettext' YACC='bison -y' ac_ct_CC='gcc' ac_ct_RANLIB='ranlib' bindir='${exec_prefix}/bin' build='i686-pc-linux-gnu' build_alias='' build_cpu='i686' build_os='linux-gnu' build_vendor='pc' datadir='${prefix}/share' exec_prefix='${prefix}' host='i686-pc-linux-gnu' host_alias='' host_cpu='i686' host_os='linux-gnu' host_vendor='pc' htmldir='' incdir='' includedir='${prefix}/include' infodir='${prefix}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' lispdir='' localstatedir='${prefix}/var' mandir='${prefix}/man' oldincludedir='/usr/include' prefix='/usr/local' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define ALIAS 1 #define ARITH_FOR_COMMAND 1 #define ARRAY_VARS 1 #define BANG_HISTORY 1 #define BRACE_EXPANSION 1 #define CAN_REDEFINE_GETENV 1 #define COMMAND_TIMING 1 #define COND_COMMAND 1 #define COND_REGEXP 1 #define CTYPE_NON_ASCII 1 #define DEBUGGER 1 #define DEFAULT_MAIL_DIRECTORY "/var/mail" #define DEV_FD_PREFIX "/dev/fd/" #define DPAREN_ARITHMETIC 1 #define ENABLE_NLS 1 #define EXTENDED_GLOB 1 #define FIONREAD_IN_SYS_IOCTL 1 #define GETGROUPS_T gid_t #define GETPGRP_VOID 1 #define GWINSZ_IN_SYS_IOCTL 1 #define HAVE_ALARM 1 #define HAVE_ALLOCA 1 #define HAVE_ALLOCA 1 #define HAVE_ALLOCA_H 1 #define HAVE_ALLOCA_H 1 #define HAVE_ARGZ_H 1 #define HAVE_ARGZ_H 1 #define HAVE_ARPA_INET_H 1 #define HAVE_ASPRINTF 1 #define HAVE_BCOPY 1 #define HAVE_BZERO 1 #define HAVE_CONFSTR 1 #define HAVE_DCGETTEXT 1 #define HAVE_DCGETTEXT 1 #define HAVE_DECL_CONFSTR 1 #define HAVE_DECL_PRINTF 1 #define HAVE_DECL_SBRK 1 #define HAVE_DECL_SETREGID 1 #define HAVE_DECL_STRCPY 1 #define HAVE_DECL_STRSIGNAL 1 #define HAVE_DECL_STRTOIMAX 1 #define HAVE_DECL_STRTOL 1 #define HAVE_DECL_STRTOLD 1 #define HAVE_DECL_STRTOLL 1 #define HAVE_DECL_STRTOUL 1 #define HAVE_DECL_STRTOULL 1 #define HAVE_DECL_STRTOUMAX 1 #define HAVE_DECL_SYS_SIGLIST 1 #define HAVE_DEV_FD 1 #define HAVE_DEV_STDIN 1 #define HAVE_DIRENT_H 1 #define HAVE_DLCLOSE 1 #define HAVE_DLFCN_H 1 #define HAVE_DLOPEN 1 #define HAVE_DLSYM 1 #define HAVE_DUP2 1 #define HAVE_EACCESS 1 #define HAVE_ERRNO_H 1 #define HAVE_FCNTL 1 #define HAVE_FCNTL_H 1 #define HAVE_FEOF_UNLOCKED 1 #define HAVE_FGETS_UNLOCKED 1 #define HAVE_FNMATCH 1 #define HAVE_GETADDRINFO 1 #define HAVE_GETCWD 1 #define HAVE_GETCWD 1 #define HAVE_GETC_UNLOCKED 1 #define HAVE_GETDTABLESIZE 1 #define HAVE_GETEGID 1 #define HAVE_GETEUID 1 #define HAVE_GETGID 1 #define HAVE_GETGROUPS 1 #define HAVE_GETHOSTBYNAME 1 #define HAVE_GETHOSTNAME 1 #define HAVE_GETPAGESIZE 1 #define HAVE_GETPAGESIZE 1 #define HAVE_GETPAGESIZE 1 #define HAVE_GETPEERNAME 1 #define HAVE_GETPWENT 1 #define HAVE_GETPWNAM 1 #define HAVE_GETPWUID 1 #define HAVE_GETPW_DECLS 1 #define HAVE_GETRLIMIT 1 #define HAVE_GETRUSAGE 1 #define HAVE_GETSERVBYNAME 1 #define HAVE_GETSERVENT 1 #define HAVE_GETTEXT 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_GETUID 1 #define HAVE_GRP_H 1 #define HAVE_HASH_BANG_EXEC 1 #define HAVE_ICONV 1 #define HAVE_INET_ATON 1 #define HAVE_INTTYPES_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_INTTYPES_H_WITH_UINTMAX 1 #define HAVE_ISASCII 1 #define HAVE_ISBLANK 1 #define HAVE_ISGRAPH 1 #define HAVE_ISINF_IN_LIBC 1 #define HAVE_ISNAN_IN_LIBC 1 #define HAVE_ISPRINT 1 #define HAVE_ISSPACE 1 #define HAVE_ISWCTYPE 1 #define HAVE_ISWLOWER 1 #define HAVE_ISWUPPER 1 #define HAVE_ISXDIGIT 1 #define HAVE_KILL 1 #define HAVE_KILLPG 1 #define HAVE_LANGINFO_CODESET 1 #define HAVE_LANGINFO_CODESET 1 #define HAVE_LANGINFO_H 1 #define HAVE_LC_MESSAGES 1 #define HAVE_LIBDL 1 #define HAVE_LIMITS_H 1 #define HAVE_LIMITS_H 1 #define HAVE_LOCALE_H 1 #define HAVE_LOCALE_H 1 #define HAVE_LONG_DOUBLE 1 #define HAVE_LONG_LONG 1 #define HAVE_LSTAT 1 #define HAVE_MALLOC_H 1 #define HAVE_MALLOC_H 1 #define HAVE_MBRLEN 1 #define HAVE_MBRTOWC 1 #define HAVE_MBSRTOWCS 1 #define HAVE_MBSTATE_T 1 #define HAVE_MEMMOVE 1 #define HAVE_MEMORY_H 1 #define HAVE_MEMORY_H 1 #define HAVE_MEMPCPY 1 #define HAVE_MEMPCPY 1 #define HAVE_MEMSET 1 #define HAVE_MKFIFO 1 #define HAVE_MMAP 1 #define HAVE_MMAP 1 #define HAVE_MUNMAP 1 #define HAVE_MUNMAP 1 #define HAVE_NETDB_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_NL_TYPES_H 1 #define HAVE_PATHCONF 1 #define HAVE_POSIX_SIGNALS 1 #define HAVE_POSIX_SIGSETJMP 1 #define HAVE_PRINTF_A_FORMAT 1 #define HAVE_PUTENV 1 #define HAVE_PUTENV 1 #define HAVE_PWD_H 1 #define HAVE_QUAD_T 1 #define HAVE_RAISE 1 #define HAVE_READLINK 1 #define HAVE_REGCOMP 1 #define HAVE_REGEXEC 1 #define HAVE_REGEX_H 1 #define HAVE_RENAME 1 #define HAVE_SBRK 1 #define HAVE_SELECT 1 #define HAVE_SETENV 1 #define HAVE_SETENV 1 #define HAVE_SETLINEBUF 1 #define HAVE_SETLOCALE 1 #define HAVE_SETLOCALE 1 #define HAVE_SETVBUF 1 #define HAVE_SIGINTERRUPT 1 #define HAVE_SNPRINTF 1 #define HAVE_SOCKLEN_T 1 #define HAVE_STDARG_H 1 #define HAVE_STDDEF_H 1 #define HAVE_STDDEF_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDINT_H_WITH_UINTMAX 1 #define HAVE_STDIO_EXT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STD_PUTENV 1 #define HAVE_STD_UNSETENV 1 #define HAVE_STPCPY 1 #define HAVE_STPCPY 1 #define HAVE_STRCASECMP 1 #define HAVE_STRCASECMP 1 #define HAVE_STRCHR 1 #define HAVE_STRCOLL 1 #define HAVE_STRCSPN 1 #define HAVE_STRDUP 1 #define HAVE_STRDUP 1 #define HAVE_STRERROR 1 #define HAVE_STRFTIME 1 #define HAVE_STRINGIZE 1 #define HAVE_STRINGS_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_STRING_H 1 #define HAVE_STRING_H 1 #define HAVE_STRNLEN 1 #define HAVE_STRPBRK 1 #define HAVE_STRSIGNAL 1 #define HAVE_STRSTR 1 #define HAVE_STRTOD 1 #define HAVE_STRTOIMAX 1 #define HAVE_STRTOL 1 #define HAVE_STRTOLL 1 #define HAVE_STRTOUL 1 #define HAVE_STRTOUL 1 #define HAVE_STRTOULL 1 #define HAVE_STRTOUMAX 1 #define HAVE_STRUCT_DIRENT_D_FILENO 1 #define HAVE_STRUCT_DIRENT_D_INO 1 #define HAVE_STRUCT_STAT_ST_BLOCKS 1 #define HAVE_STRUCT_TIMEZONE 1 #define HAVE_STRUCT_TM_TM_ZONE 1 #define HAVE_SYSCONF 1 #define HAVE_SYS_ERRLIST 1 #define HAVE_SYS_FILE_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_SYS_RESOURCE_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TIMES_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_WAIT_H 1 #define HAVE_TCGETATTR 1 #define HAVE_TCGETPGRP 1 #define HAVE_TERMCAP_H 1 #define HAVE_TERMIOS_H 1 #define HAVE_TERMIO_H 1 #define HAVE_TIMES 1 #define HAVE_TIMEVAL 1 #define HAVE_TM_ZONE 1 #define HAVE_TOWLOWER 1 #define HAVE_TOWUPPER 1 #define HAVE_TSEARCH 1 #define HAVE_TTYNAME 1 #define HAVE_TZSET 1 #define HAVE_UINTMAX_T 1 #define HAVE_ULIMIT 1 #define HAVE_UNAME 1 #define HAVE_UNDER_SYS_SIGLIST 1 #define HAVE_UNISTD_H 1 #define HAVE_UNISTD_H 1 #define HAVE_UNISTD_H 1 #define HAVE_UNISTD_H 1 #define HAVE_UNISTD_H 1 #define HAVE_UNISTD_H 1 #define HAVE_UNSETENV 1 #define HAVE_UNSIGNED_LONG_LONG 1 #define HAVE_UNSIGNED_LONG_LONG 1 #define HAVE_VASPRINTF 1 #define HAVE_VPRINTF 1 #define HAVE_VSNPRINTF 1 #define HAVE_WAIT3 1 #define HAVE_WAITPID 1 #define HAVE_WCHAR_H 1 #define HAVE_WCHAR_T 1 #define HAVE_WCRTOMB 1 #define HAVE_WCSCOLL 1 #define HAVE_WCSDUP 1 #define HAVE_WCTYPE 1 #define HAVE_WCTYPE_H 1 #define HAVE_WCTYPE_T 1 #define HAVE_WCWIDTH 1 #define HAVE_WINT_T 1 #define HAVE___ARGZ_COUNT 1 #define HAVE___ARGZ_COUNT 1 #define HAVE___ARGZ_NEXT 1 #define HAVE___ARGZ_NEXT 1 #define HAVE___ARGZ_STRINGIFY 1 #define HAVE___ARGZ_STRINGIFY 1 #define HAVE___FSETLOCKING 1 #define HELP_BUILTIN 1 #define HISTORY 1 #define ICONV_CONST #define INTDIV0_RAISES_SIGFPE 1 #define JOB_CONTROL 1 #define MEMSCRAMBLE 1 #define NETWORK_REDIRECTIONS 1 #define PACKAGE_BUGREPORT "bug-bash@gnu.org" #define PACKAGE_NAME "bash" #define PACKAGE_STRING "bash 3.2-release" #define PACKAGE_TARNAME "bash" #define PACKAGE_VERSION "3.2-release" #define PGRP_PIPE 1 #define PROCESS_SUBSTITUTION 1 #define PROGRAMMABLE_COMPLETION 1 #define PROMPT_STRING_DECODE 1 #define PROTOTYPES 1 #define PUSHD_AND_POPD 1 #define READLINE 1 #define RESTRICTED_SHELL 1 #define RETSIGTYPE void #define RETSIGTYPE void #define RLIMTYPE rlim_t #define SELECT_COMMAND 1 #define SIZEOF_CHAR 1 #define SIZEOF_CHAR_P 4 #define SIZEOF_DOUBLE 8 #define SIZEOF_INT 4 #define SIZEOF_LONG 4 #define SIZEOF_LONG_LONG 8 #define SIZEOF_SHORT 2 #define STDC_HEADERS 1 #define STRUCT_WINSIZE_IN_SYS_IOCTL 1 #define TERMIOS_LDISC 1 #define TERMIO_LDISC 1 #define TIME_WITH_SYS_TIME 1 #define ULIMIT_MAXFDS 1 #define UNDER_SYS_SIGLIST_DECLARED 1 #define USING_BASH_MALLOC 1 #define VOID_SIGHANDLER 1 #define _FILE_OFFSET_BITS 64 #define _GNU_SOURCE 1 #define __PROTOTYPES 1 #define bits16_t short #define bits32_t int #define bits64_t double #define u_bits16_t unsigned short #define u_bits32_t unsigned int configure: exit 0