This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by GNU recutils configure 1.7, which was generated by GNU Autoconf 2.69.112-f181. Invocation command line was $ ./configure --enable-static --prefix=/usr --sysconfdir=/etc --localstatedir=/var --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --build=i686-uhu-linux --host=i686-uhu-linux CFLAGS=-O2 -march=i686 -mtune=generic ## --------- ## ## Platform. ## ## --------- ## hostname = hp06 uname -m = i686 uname -r = 3.15.0-rc8-2.i386 uname -s = Linux uname -v = #2 SMP Thu Jun 5 11:08:29 UTC 2014 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/lib/uhubuild/ PATH: /usr/lib/ccache/ PATH: /sbin/ PATH: /usr/sbin/ PATH: /bin/ PATH: /usr/bin/ ## ----------- ## ## Core tests. ## ## ----------- ## configure:3728: checking for a BSD-compatible install configure:3800: result: /bin/install -c configure:3811: checking whether build environment is sane configure:3866: result: yes configure:4025: checking for a thread-safe mkdir -p configure:4068: result: /bin/mkdir -p configure:4075: checking for gawk configure:4095: found /bin/gawk configure:4106: result: gawk configure:4117: checking whether make sets $(MAKE) configure:4139: result: yes configure:4159: checking whether make supports nested variables configure:4176: result: yes configure:4304: checking build system type configure:4318: result: i686-uhu-linux-gnu configure:4338: checking host system type configure:4351: result: i686-uhu-linux-gnu configure:4378: autobuild project... GNU recutils configure:4384: autobuild revision... 1.7 configure:4400: autobuild timestamp... 20140709T210636Z configure:4413: checking for i686-uhu-linux-gcc configure:4433: found /usr/bin/i686-uhu-linux-gcc configure:4444: result: i686-uhu-linux-gcc configure:4733: checking for C compiler version configure:4742: i686-uhu-linux-gcc --version >&5 i686-uhu-linux-gcc (GCC) 4.8.3 Copyright (C) 2013 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:4753: $? = 0 configure:4742: i686-uhu-linux-gcc -v >&5 Using built-in specs. COLLECT_GCC=i686-uhu-linux-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-uhu-linux/4.8.3/lto-wrapper Target: i686-uhu-linux Configured with: /var/uhubuild/work/compile/configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --build=i686-uhu-linux --host=i686-uhu-linux --target=i686-uhu-linux --enable-languages=c,c++,objc,java,fortran --enable-shared --enable-targets=all --disable-multilib --with-gnu-as --with-gnu-ld --with-system-zlib --with-arch-32=i686 --with-arch-64=core2 --with-cpu-32=i686 --with-cpu-64=core2 --with-tune=generic Thread model: posix gcc version 4.8.3 (GCC) configure:4753: $? = 0 configure:4742: i686-uhu-linux-gcc -V >&5 i686-uhu-linux-gcc: error: unrecognized command line option '-V' i686-uhu-linux-gcc: fatal error: no input files compilation terminated. configure:4753: $? = 1 configure:4742: i686-uhu-linux-gcc -qversion >&5 i686-uhu-linux-gcc: error: unrecognized command line option '-qversion' i686-uhu-linux-gcc: fatal error: no input files compilation terminated. configure:4753: $? = 1 configure:4742: i686-uhu-linux-gcc -version >&5 i686-uhu-linux-gcc: error: unrecognized command line option '-version' i686-uhu-linux-gcc: fatal error: no input files compilation terminated. configure:4753: $? = 1 configure:4773: checking whether the C compiler works configure:4795: i686-uhu-linux-gcc -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4799: $? = 0 configure:4847: result: yes configure:4850: checking for C compiler default output file name configure:4852: result: a.out configure:4858: checking for suffix of executables configure:4865: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4869: $? = 0 configure:4891: result: configure:4913: checking whether we are cross compiling configure:4921: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4925: $? = 0 configure:4932: ./conftest configure:4936: $? = 0 configure:4951: result: no configure:4956: checking for suffix of object files configure:4978: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4982: $? = 0 configure:5003: result: o configure:5007: checking whether we are using the GNU C compiler configure:5026: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5026: $? = 0 configure:5035: result: yes configure:5044: checking whether i686-uhu-linux-gcc accepts -g configure:5064: i686-uhu-linux-gcc -c -g conftest.c >&5 configure:5064: $? = 0 configure:5105: result: yes configure:5122: checking for i686-uhu-linux-gcc option to enable C11 features configure:5322: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:61:29: error: expected ';', ',' or ')' before 'text' test_restrict (ccp restrict text) ^ conftest.c:134:12: error: 'syntax' undeclared here (not in a function) #define u8 syntax error! ^ conftest.c:135:29: note: in expansion of macro 'u8' char const utf8_literal[] = u8"happens to be ASCII" "another string"; ^ conftest.c:134:19: error: expected ',' or ';' before 'error' #define u8 syntax error! ^ conftest.c:135:29: note: in expansion of macro 'u8' char const utf8_literal[] = u8"happens to be ASCII" "another string"; ^ conftest.c: In function 'main': conftest.c:162:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar' char *restrict newvar = "Another string"; ^ conftest.c:162:18: error: 'newvar' undeclared (first use in this function) conftest.c:162:18: note: each undeclared identifier is reported only once for each function it appears in conftest.c:172:3: error: 'for' loop initial declarations are only allowed in C99 mode for (int i = 0; i < ia->datasize; ++i) ^ conftest.c:172:3: note: use option -std=c99 or -std=gnu99 to compile your code configure:5322: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU recutils" | #define PACKAGE_TARNAME "recutils" | #define PACKAGE_VERSION "1.7" | #define PACKAGE_STRING "GNU recutils 1.7" | #define PACKAGE_BUGREPORT "bug-recutils@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/recutils/" | #define PACKAGE "recutils" | #define VERSION "1.7" | /* end confdefs.h. */ | #include | #include | #include | #include | #include | | // Check varargs macros. These examples are taken from C99 6.10.3.5. | #define debug(...) fprintf (stderr, __VA_ARGS__) | #define showlist(...) puts (#__VA_ARGS__) | #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) | static void | test_varargs_macros (void) | { | int x = 1234; | int y = 5678; | debug ("Flag"); | debug ("X = %d\n", x); | showlist (The first, second, and third items.); | report (x>y, "x is %d but y is %d", x, y); | } | | // Check long long types. | #define BIG64 18446744073709551615ull | #define BIG32 4294967295ul | #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) | #if !BIG_OK | your preprocessor is broken; | #endif | #if BIG_OK | #else | your preprocessor is broken; | #endif | static long long int bignum = -9223372036854775807LL; | static unsigned long long int ubignum = BIG64; | | struct incomplete_array | { | int datasize; | double data[]; | }; | | struct named_init { | int number; | const wchar_t *name; | double average; | }; | | typedef const char *ccp; | | static inline int | test_restrict (ccp restrict text) | { | // See if C++-style comments work. | // Iterate through items via the restricted pointer. | // Also check for declarations in for loops. | for (unsigned int i = 0; *(text+i) != '\0'; ++i) | continue; | return 0; | } | | // Check varargs and va_copy. | static bool | test_varargs (const char *format, ...) | { | va_list args; | va_start (args, format); | va_list args_copy; | va_copy (args_copy, args); | | const char *str = ""; | int number = 0; | float fnumber = 0; | | while (*format) | { | switch (*format++) | { | case 's': // string | str = va_arg (args_copy, const char *); | break; | case 'd': // int | number = va_arg (args_copy, int); | break; | case 'f': // float | fnumber = va_arg (args_copy, double); | break; | default: | break; | } | } | va_end (args_copy); | va_end (args); | | return *str && number && fnumber; | } | // Check _Alignas. | char _Alignas (double) aligned_as_double; | char _Alignas (0) no_special_alignment; | extern char aligned_as_int; | char _Alignas (0) _Alignas (int) aligned_as_int; | | // Check _Alignof. | enum | { | int_alignment = _Alignof (int), | int_array_alignment = _Alignof (int[100]), | char_alignment = _Alignof (char) | }; | _Static_assert (0 < -_Alignof (int), "_Alignof is signed"); | | // Check _Noreturn. | int _Noreturn does_not_return (void) { for (;;) continue; } | | // Check _Static_assert. | struct test_static_assert | { | int x; | _Static_assert (sizeof (int) <= sizeof (long int), | "_Static_assert does not work in struct"); | long int y; | }; | | // Check UTF-8 literals. | #define u8 syntax error! | char const utf8_literal[] = u8"happens to be ASCII" "another string"; | | // Check duplicate typedefs. | typedef long *long_ptr; | typedef long int *long_ptr; | typedef long_ptr long_ptr; | | // Anonymous structures and unions -- taken from C11 6.7.2.1 Example 1. | struct anonymous | { | union { | struct { int i; int j; }; | struct { int k; long int l; } w; | }; | int m; | } v1; | | int | main () | { | | // Check bool. | _Bool success = false; | | // Check restrict. | if (test_restrict ("String literal") == 0) | success = true; | char *restrict newvar = "Another string"; | | // Check varargs. | success &= test_varargs ("s, d' f .", "string", 65, 34.234); | test_varargs_macros (); | | // Check flexible array members. | struct incomplete_array *ia = | malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); | ia->datasize = 10; | for (int i = 0; i < ia->datasize; ++i) | ia->data[i] = i * 1.234; | | // Check named initializers. | struct named_init ni = { | .number = 34, | .name = L"Test wide string", | .average = 543.34343, | }; | | ni.number = 58; | | int dynamic_array[ni.number]; | dynamic_array[ni.number - 1] = 543; | | // work around unused variable warnings | return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x' | || dynamic_array[ni.number - 1] != 543); | | v1.i = 2; | v1.w.k = 5; | _Static_assert (&v1.i == &v1.w.k, "Anonymous union alignment botch"); | | ; | return 0; | } configure:5322: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5322: $? = 0 configure:5344: result: -std=gnu11 configure:5641: checking whether i686-uhu-linux-gcc -std=gnu11 understands -c and -o together configure:5663: i686-uhu-linux-gcc -std=gnu11 -c conftest.c -o conftest2.o configure:5666: $? = 0 configure:5663: i686-uhu-linux-gcc -std=gnu11 -c conftest.c -o conftest2.o configure:5666: $? = 0 configure:5678: result: yes configure:5706: checking for style of include used by make configure:5734: result: GNU configure:5760: checking dependency style of i686-uhu-linux-gcc -std=gnu11 configure:5871: result: gcc3 configure:5892: checking how to run the C preprocessor configure:5917: i686-uhu-linux-gcc -std=gnu11 -E conftest.c configure:5917: $? = 0 configure:5931: i686-uhu-linux-gcc -std=gnu11 -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:5931: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU recutils" | #define PACKAGE_TARNAME "recutils" | #define PACKAGE_VERSION "1.7" | #define PACKAGE_STRING "GNU recutils 1.7" | #define PACKAGE_BUGREPORT "bug-recutils@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/recutils/" | #define PACKAGE "recutils" | #define VERSION "1.7" | /* end confdefs.h. */ | #include configure:5956: result: i686-uhu-linux-gcc -std=gnu11 -E configure:5970: i686-uhu-linux-gcc -std=gnu11 -E conftest.c configure:5970: $? = 0 configure:5984: i686-uhu-linux-gcc -std=gnu11 -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:5984: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU recutils" | #define PACKAGE_TARNAME "recutils" | #define PACKAGE_VERSION "1.7" | #define PACKAGE_STRING "GNU recutils 1.7" | #define PACKAGE_BUGREPORT "bug-recutils@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/recutils/" | #define PACKAGE "recutils" | #define VERSION "1.7" | /* end confdefs.h. */ | #include configure:6013: checking for grep that handles long lines and -e configure:6075: result: /bin/grep configure:6080: checking for egrep configure:6146: result: /bin/grep -E configure:6153: checking for Minix Amsterdam compiler configure:6177: result: no configure:6189: checking for i686-uhu-linux-ar configure:6209: found /usr/bin/i686-uhu-linux-ar configure:6220: result: i686-uhu-linux-ar configure:6304: checking for i686-uhu-linux-ranlib configure:6338: result: no configure:6348: checking for ranlib configure:6368: found /usr/bin/ranlib configure:6379: result: ranlib configure:6410: checking for sys/types.h configure:6410: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6410: $? = 0 configure:6410: result: yes configure:6410: checking for sys/stat.h configure:6410: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6410: $? = 0 configure:6410: result: yes configure:6410: checking for strings.h configure:6410: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6410: $? = 0 configure:6410: result: yes configure:6410: checking for inttypes.h configure:6410: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6410: $? = 0 configure:6410: result: yes configure:6410: checking for stdint.h configure:6410: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6410: $? = 0 configure:6410: result: yes configure:6410: checking for unistd.h configure:6410: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6410: $? = 0 configure:6410: result: yes configure:6438: checking for minix/config.h configure:6438: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:42:26: fatal error: minix/config.h: No such file or directory #include ^ compilation terminated. configure:6438: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU recutils" | #define PACKAGE_TARNAME "recutils" | #define PACKAGE_VERSION "1.7" | #define PACKAGE_STRING "GNU recutils 1.7" | #define PACKAGE_BUGREPORT "bug-recutils@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/recutils/" | #define PACKAGE "recutils" | #define VERSION "1.7" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define STDC_HEADERS 1 | /* end confdefs.h. */ | #include | #include | #include | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:6438: result: no configure:6461: checking whether it is safe to define __EXTENSIONS__ configure:6479: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6479: $? = 0 configure:6486: result: yes configure:6501: checking whether _XOPEN_SOURCE should be defined configure:6520: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6520: $? = 0 configure:6544: result: no configure:6585: checking for _LARGEFILE_SOURCE value needed for large files configure:6604: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6604: $? = 0 configure:6632: result: no configure:6660: checking for special C compiler options needed for large files configure:6705: result: no configure:6711: checking for _FILE_OFFSET_BITS value needed for large files configure:6736: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:33:3: warning: left shift count >= width of type [enabled by default] int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 ^ conftest.c:33:3: warning: left shift count >= width of type [enabled by default] conftest.c:34:24: warning: left shift count >= width of type [enabled by default] && LARGE_OFF_T % 2147483647 == 1) ^ conftest.c:34:24: warning: left shift count >= width of type [enabled by default] conftest.c:33:7: error: variably modified 'off_t_is_large' at file scope int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 ^ configure:6736: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU recutils" | #define PACKAGE_TARNAME "recutils" | #define PACKAGE_VERSION "1.7" | #define PACKAGE_STRING "GNU recutils 1.7" | #define PACKAGE_BUGREPORT "bug-recutils@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/recutils/" | #define PACKAGE "recutils" | #define VERSION "1.7" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define STDC_HEADERS 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 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:6760: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6760: $? = 0 configure:6768: result: 64 configure:6921: autobuild project... GNU recutils configure:6927: autobuild revision... 1.7 configure:6943: autobuild timestamp... 20140709T210644Z configure:7206: checking how to print strings configure:7233: result: printf configure:7254: checking for a sed that does not truncate output configure:7322: result: /bin/sed configure:7340: checking for fgrep configure:7406: result: /bin/grep -F configure:7441: checking for ld used by i686-uhu-linux-gcc -std=gnu11 configure:7508: result: /usr/bin/ld configure:7515: checking if the linker (/usr/bin/ld) is GNU ld configure:7530: result: yes configure:7542: checking for BSD- or MS-compatible name lister (nm) configure:7591: result: /usr/bin/nm -B configure:7729: checking the name lister (/usr/bin/nm -B) interface configure:7736: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7739: /usr/bin/nm -B "conftest.o" configure:7742: output 00000000 B some_variable configure:7749: result: BSD nm configure:7752: checking whether ln -s works configure:7756: result: yes configure:7764: checking the maximum length of command line arguments configure:7894: result: 1572864 configure:7911: checking whether the shell understands some XSI constructs configure:7921: result: yes configure:7925: checking whether the shell understands "+=" configure:7931: result: yes configure:7966: checking how to convert i686-uhu-linux-gnu file names to i686-uhu-linux-gnu format configure:8006: result: func_convert_file_noop configure:8013: checking how to convert i686-uhu-linux-gnu file names to toolchain format configure:8033: result: func_convert_file_noop configure:8040: checking for /usr/bin/ld option to reload object files configure:8047: result: -r configure:8081: checking for i686-uhu-linux-objdump configure:8115: result: no configure:8125: checking for objdump configure:8145: found /usr/bin/objdump configure:8156: result: objdump configure:8188: checking how to recognize dependent libraries configure:8386: result: pass_all configure:8431: checking for i686-uhu-linux-dlltool configure:8465: result: no configure:8475: checking for dlltool configure:8509: result: no configure:8539: checking how to associate runtime and link libraries configure:8566: result: printf %s\n configure:8582: checking for i686-uhu-linux-ar configure:8613: result: i686-uhu-linux-ar configure:8698: checking for archiver @FILE support configure:8715: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8715: $? = 0 configure:8718: i686-uhu-linux-ar cru libconftest.a @conftest.lst >&5 configure:8721: $? = 0 configure:8726: i686-uhu-linux-ar cru libconftest.a @conftest.lst >&5 i686-uhu-linux-ar: conftest.o: No such file or directory configure:8729: $? = 1 configure:8741: result: @ configure:8759: checking for i686-uhu-linux-strip configure:8793: result: no configure:8803: checking for strip configure:8823: found /usr/bin/strip configure:8834: result: strip configure:8866: checking for i686-uhu-linux-ranlib configure:8897: result: ranlib configure:9043: checking command to parse /usr/bin/nm -B output from i686-uhu-linux-gcc -std=gnu11 object configure:9163: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:9166: $? = 0 configure:9170: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm configure:9173: $? = 0 configure:9239: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c conftstm.o >&5 configure:9242: $? = 0 configure:9280: result: ok configure:9317: checking for sysroot configure:9347: result: no configure:9563: checking for i686-uhu-linux-mt configure:9597: result: no configure:9607: checking for mt configure:9641: result: no configure:9661: checking if : is a manifest tool configure:9667: : '-?' configure:9675: result: no configure:10354: checking for dlfcn.h configure:10354: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:10354: $? = 0 configure:10354: result: yes configure:10559: checking for objdir configure:10574: result: .libs configure:10845: checking if i686-uhu-linux-gcc -std=gnu11 supports -fno-rtti -fno-exceptions configure:10863: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default] configure:10867: $? = 0 configure:10880: result: no configure:11207: checking for i686-uhu-linux-gcc -std=gnu11 option to produce PIC configure:11214: result: -fPIC -DPIC configure:11222: checking if i686-uhu-linux-gcc -std=gnu11 PIC flag -fPIC -DPIC works configure:11240: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -fPIC -DPIC -DPIC conftest.c >&5 configure:11244: $? = 0 configure:11257: result: yes configure:11286: checking if i686-uhu-linux-gcc -std=gnu11 static flag -static works configure:11314: result: yes configure:11329: checking if i686-uhu-linux-gcc -std=gnu11 supports -c -o file.o configure:11350: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -o out/conftest2.o conftest.c >&5 configure:11354: $? = 0 configure:11376: result: yes configure:11384: checking if i686-uhu-linux-gcc -std=gnu11 supports -c -o file.o configure:11431: result: yes configure:11464: checking whether the i686-uhu-linux-gcc -std=gnu11 linker (/usr/bin/ld) supports shared libraries configure:12621: result: yes configure:12658: checking whether -lc should be explicitly linked in configure:12666: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:12669: $? = 0 configure:12684: i686-uhu-linux-gcc -std=gnu11 -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 configure:12687: $? = 0 configure:12701: result: no configure:12861: checking dynamic linker characteristics configure:13361: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic -Wl,-rpath -Wl,/foo conftest.c >&5 configure:13361: $? = 0 configure:13595: result: GNU/Linux ld.so configure:13702: checking how to hardcode library paths into programs configure:13727: result: immediate configure:14267: checking whether stripping libraries is possible configure:14272: result: yes configure:14307: checking if libtool supports shared libraries configure:14309: result: yes configure:14312: checking whether to build shared libraries configure:14333: result: yes configure:14336: checking whether to build static libraries configure:14340: result: yes configure:14404: checking for size_t configure:14404: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:14404: $? = 0 configure:14404: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:56:21: error: expected expression before ')' token if (sizeof ((size_t))) ^ configure:14404: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU recutils" | #define PACKAGE_TARNAME "recutils" | #define PACKAGE_VERSION "1.7" | #define PACKAGE_STRING "GNU recutils 1.7" | #define PACKAGE_BUGREPORT "bug-recutils@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/recutils/" | #define PACKAGE "recutils" | #define VERSION "1.7" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define STDC_HEADERS 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | #include | #include | #include | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((size_t))) | return 0; | ; | return 0; | } configure:14404: result: yes configure:14417: checking for working alloca.h configure:14434: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:14434: $? = 0 configure:14442: result: yes configure:14450: checking for alloca configure:14493: result: yes configure:14604: checking for C/C++ restrict keyword configure:14629: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:14629: $? = 0 configure:14637: result: __restrict configure:14744: checking whether uses 'inline' correctly configure:14766: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:14769: $? = 0 configure:14787: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:14790: $? = 0 configure:14803: result: yes configure:14824: checking for btowc configure:14824: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:14824: $? = 0 configure:14824: result: yes configure:14824: checking for canonicalize_file_name configure:14824: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:14824: $? = 0 configure:14824: result: yes configure:14824: checking for getcwd configure:14824: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:14824: $? = 0 configure:14824: result: yes configure:14824: checking for readlink configure:14824: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:14824: $? = 0 configure:14824: result: yes configure:14824: checking for realpath configure:14824: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:14824: $? = 0 configure:14824: result: yes configure:14824: checking for _set_invalid_parameter_handler configure:14824: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 /tmp/ccEyyGXV.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `_set_invalid_parameter_handler' collect2: error: ld returned 1 exit status configure:14824: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU recutils" | #define PACKAGE_TARNAME "recutils" | #define PACKAGE_VERSION "1.7" | #define PACKAGE_STRING "GNU recutils 1.7" | #define PACKAGE_BUGREPORT "bug-recutils@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/recutils/" | #define PACKAGE "recutils" | #define VERSION "1.7" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define STDC_HEADERS 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define restrict __restrict | #define HAVE_BTOWC 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | /* end confdefs.h. */ | /* Define _set_invalid_parameter_handler to an innocuous variant, in case declares _set_invalid_parameter_handler. | For example, HP-UX 11i declares gettimeofday. */ | #define _set_invalid_parameter_handler innocuous__set_invalid_parameter_handler | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _set_invalid_parameter_handler (); below. */ | | #include | #undef _set_invalid_parameter_handler | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char _set_invalid_parameter_handler (); | /* 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__set_invalid_parameter_handler || defined __stub____set_invalid_parameter_handler | choke me | #endif | | int | main () | { | return _set_invalid_parameter_handler (); | ; | return 0; | } configure:14824: result: no configure:14824: checking for strerror_r configure:14824: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:14824: $? = 0 configure:14824: result: yes configure:14824: checking for faccessat configure:14824: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:14824: $? = 0 configure:14824: result: yes configure:14824: checking for fcntl configure:14824: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:14824: $? = 0 configure:14824: result: yes configure:14824: checking for symlink configure:14824: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:14824: $? = 0 configure:14824: result: yes configure:14824: checking for flock configure:14824: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:14824: $? = 0 configure:14824: result: yes configure:14824: checking for vasnprintf configure:14824: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 /tmp/ccwRBJqe.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `vasnprintf' collect2: error: ld returned 1 exit status configure:14824: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU recutils" | #define PACKAGE_TARNAME "recutils" | #define PACKAGE_VERSION "1.7" | #define PACKAGE_STRING "GNU recutils 1.7" | #define PACKAGE_BUGREPORT "bug-recutils@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/recutils/" | #define PACKAGE "recutils" | #define VERSION "1.7" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define STDC_HEADERS 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define restrict __restrict | #define HAVE_BTOWC 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_FLOCK 1 | /* end confdefs.h. */ | /* Define vasnprintf to an innocuous variant, in case declares vasnprintf. | For example, HP-UX 11i declares gettimeofday. */ | #define vasnprintf innocuous_vasnprintf | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char vasnprintf (); below. */ | | #include | #undef vasnprintf | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char vasnprintf (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_vasnprintf || defined __stub___vasnprintf | choke me | #endif | | int | main () | { | return vasnprintf (); | ; | return 0; | } configure:14824: result: no configure:14824: checking for snprintf configure:14824: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:60:6: warning: conflicting types for built-in function 'snprintf' [enabled by default] char snprintf (); ^ configure:14824: $? = 0 configure:14824: result: yes configure:14824: checking for __fseterr configure:14824: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 /tmp/ccs4SiSp.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `__fseterr' collect2: error: ld returned 1 exit status configure:14824: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU recutils" | #define PACKAGE_TARNAME "recutils" | #define PACKAGE_VERSION "1.7" | #define PACKAGE_STRING "GNU recutils 1.7" | #define PACKAGE_BUGREPORT "bug-recutils@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/recutils/" | #define PACKAGE "recutils" | #define VERSION "1.7" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define STDC_HEADERS 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define restrict __restrict | #define HAVE_BTOWC 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_FLOCK 1 | #define HAVE_SNPRINTF 1 | /* end confdefs.h. */ | /* Define __fseterr to an innocuous variant, in case declares __fseterr. | For example, HP-UX 11i declares gettimeofday. */ | #define __fseterr innocuous___fseterr | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char __fseterr (); below. */ | | #include | #undef __fseterr | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char __fseterr (); | /* 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___fseterr || defined __stub_____fseterr | choke me | #endif | | int | main () | { | return __fseterr (); | ; | return 0; | } configure:14824: result: no configure:14824: checking for __fwriting configure:14824: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:14824: $? = 0 configure:14824: result: yes configure:14824: checking for getdelim configure:14824: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:14824: $? = 0 configure:14824: result: yes configure:14824: checking for getdtablesize configure:14824: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:14824: $? = 0 configure:14824: result: yes configure:14824: checking for __fsetlocking configure:14824: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:14824: $? = 0 configure:14824: result: yes configure:14824: checking for tcgetattr configure:14824: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:14824: $? = 0 configure:14824: result: yes configure:14824: checking for tcsetattr configure:14824: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:14824: $? = 0 configure:14824: result: yes configure:14824: checking for gettimeofday configure:14824: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:14824: $? = 0 configure:14824: result: yes configure:14824: checking for nanotime configure:14824: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 /tmp/cc9z9ZA5.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `nanotime' collect2: error: ld returned 1 exit status configure:14824: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU recutils" | #define PACKAGE_TARNAME "recutils" | #define PACKAGE_VERSION "1.7" | #define PACKAGE_STRING "GNU recutils 1.7" | #define PACKAGE_BUGREPORT "bug-recutils@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/recutils/" | #define PACKAGE "recutils" | #define VERSION "1.7" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define STDC_HEADERS 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define restrict __restrict | #define HAVE_BTOWC 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_FLOCK 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FWRITING 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | /* end confdefs.h. */ | /* Define nanotime to an innocuous variant, in case declares nanotime. | For example, HP-UX 11i declares gettimeofday. */ | #define nanotime innocuous_nanotime | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char nanotime (); below. */ | | #include | #undef nanotime | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char nanotime (); | /* 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_nanotime || defined __stub___nanotime | choke me | #endif | | int | main () | { | return nanotime (); | ; | return 0; | } configure:14824: result: no configure:14824: checking for lstat configure:14824: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:14824: $? = 0 configure:14824: result: yes configure:14824: checking for mbsinit configure:14824: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:14824: $? = 0 configure:14824: result: yes configure:14824: checking for mbrtowc configure:14824: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:14824: $? = 0 configure:14824: result: yes configure:14824: checking for mbrlen configure:14824: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:14824: $? = 0 configure:14824: result: yes configure:14824: checking for mprotect configure:14824: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:14824: $? = 0 configure:14824: result: yes configure:14824: checking for mkostemp configure:14824: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:14824: $? = 0 configure:14824: result: yes configure:14824: checking for mkstemp configure:14824: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:14824: $? = 0 configure:14824: result: yes configure:14824: checking for nl_langinfo configure:14824: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:14824: $? = 0 configure:14824: result: yes configure:14824: checking for fchmod configure:14824: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:14824: $? = 0 configure:14824: result: yes configure:14824: checking for isblank configure:14824: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:77:6: warning: conflicting types for built-in function 'isblank' [enabled by default] char isblank (); ^ configure:14824: $? = 0 configure:14824: result: yes configure:14824: checking for iswctype configure:14824: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:14824: $? = 0 configure:14824: result: yes configure:14824: checking for link configure:14824: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:14824: $? = 0 configure:14824: result: yes configure:14824: checking for secure_getenv configure:14824: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:14824: $? = 0 configure:14824: result: yes configure:14824: checking for setenv configure:14824: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:14824: $? = 0 configure:14824: result: yes configure:14824: checking for sigaction configure:14824: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:14824: $? = 0 configure:14824: result: yes configure:14824: checking for sigaltstack configure:14824: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:14824: $? = 0 configure:14824: result: yes configure:14824: checking for siginterrupt configure:14824: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:14824: $? = 0 configure:14824: result: yes configure:14824: checking for localtime_r configure:14824: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:14824: $? = 0 configure:14824: result: yes configure:14824: checking for wcrtomb configure:14824: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:14824: $? = 0 configure:14824: result: yes configure:14824: checking for wctob configure:14824: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:14824: $? = 0 configure:14824: result: yes configure:14824: checking for iswcntrl configure:14824: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:88:6: warning: conflicting types for built-in function 'iswcntrl' [enabled by default] char iswcntrl (); ^ configure:14824: $? = 0 configure:14824: result: yes configure:14838: checking for nl_langinfo and CODESET configure:14854: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:14854: $? = 0 configure:14863: result: yes configure:14874: checking for a traditional french locale configure:14942: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:14945: $? = 0 configure:15001: result: fr_FR configure:15101: checking whether // is distinct from / configure:15130: result: no configure:15151: checking whether realpath works configure:15321: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:15321: $? = 0 configure:15321: ./conftest configure:15321: $? = 0 configure:15333: result: yes configure:15350: checking for sys/param.h configure:15350: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:15350: $? = 0 configure:15350: result: yes configure:15350: checking for sys/socket.h configure:15350: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:15350: $? = 0 configure:15350: result: yes configure:15350: checking for unistd.h configure:15350: result: yes configure:15350: checking for stdio_ext.h configure:15350: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:15350: $? = 0 configure:15350: result: yes configure:15350: checking for features.h configure:15350: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:15350: $? = 0 configure:15350: result: yes configure:15350: checking for sys/stat.h configure:15350: result: yes configure:15350: checking for getopt.h configure:15350: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:15350: $? = 0 configure:15350: result: yes configure:15350: checking for termios.h configure:15350: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:15350: $? = 0 configure:15350: result: yes configure:15350: checking for sys/time.h configure:15350: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:15350: $? = 0 configure:15350: result: yes configure:15350: checking for langinfo.h configure:15350: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:15350: $? = 0 configure:15350: result: yes configure:15350: checking for xlocale.h configure:15350: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:15350: $? = 0 configure:15350: result: yes configure:15350: checking for math.h configure:15350: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:15350: $? = 0 configure:15350: result: yes configure:15350: checking for sys/mman.h configure:15350: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:15350: $? = 0 configure:15350: result: yes configure:15350: checking for malloc.h configure:15350: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:15350: $? = 0 configure:15350: result: yes configure:15350: checking for sched.h configure:15350: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:15350: $? = 0 configure:15350: result: yes configure:15350: checking for selinux/selinux.h configure:15350: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:112:29: fatal error: selinux/selinux.h: No such file or directory #include ^ compilation terminated. configure:15350: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU recutils" | #define PACKAGE_TARNAME "recutils" | #define PACKAGE_VERSION "1.7" | #define PACKAGE_STRING "GNU recutils 1.7" | #define PACKAGE_BUGREPORT "bug-recutils@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/recutils/" | #define PACKAGE "recutils" | #define VERSION "1.7" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define STDC_HEADERS 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define restrict __restrict | #define HAVE_BTOWC 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_FLOCK 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FWRITING 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MBRLEN 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_FCHMOD 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_LINK 1 | #define HAVE_SECURE_GETENV 1 | #define HAVE_SETENV 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCTOB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_XLOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SCHED_H 1 | /* end confdefs.h. */ | #include | #include | #include | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:15350: result: no configure:15350: checking for spawn.h configure:15350: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:15350: $? = 0 configure:15350: result: yes configure:15350: checking for wchar.h configure:15350: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:15350: $? = 0 configure:15350: result: yes configure:15350: checking for stdint.h configure:15350: result: yes configure:15350: checking for strings.h configure:15350: result: yes configure:15350: checking for sys/file.h configure:15350: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:15350: $? = 0 configure:15350: result: yes configure:15350: checking for sys/wait.h configure:15350: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:15350: $? = 0 configure:15350: result: yes configure:15350: checking for wctype.h configure:15350: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:15350: $? = 0 configure:15350: result: yes configure:15558: checking if environ is properly declared configure:15581: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:103:39: error: conflicting types for 'environ' extern struct { int foo; } environ; ^ In file included from conftest.c:98:0: /usr/include/unistd.h:545:15: note: previous declaration of 'environ' was here extern char **environ; ^ configure:15581: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU recutils" | #define PACKAGE_TARNAME "recutils" | #define PACKAGE_VERSION "1.7" | #define PACKAGE_STRING "GNU recutils 1.7" | #define PACKAGE_BUGREPORT "bug-recutils@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/recutils/" | #define PACKAGE "recutils" | #define VERSION "1.7" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define STDC_HEADERS 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define restrict __restrict | #define HAVE_BTOWC 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_FLOCK 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FWRITING 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MBRLEN 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_FCHMOD 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_LINK 1 | #define HAVE_SECURE_GETENV 1 | #define HAVE_SETENV 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCTOB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_XLOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_WCTYPE_H 1 | /* end confdefs.h. */ | #if HAVE_UNISTD_H | #include | #endif | /* mingw, BeOS, Haiku declare environ in , not in . */ | #include | | extern struct { int foo; } environ; | int | main () | { | environ.foo = 1; | ; | return 0; | } configure:15589: result: yes configure:15604: checking whether the preprocessor supports include_next configure:15642: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic -Iconftestd1b -Iconftestd2 conftest.c >&5 configure:15642: $? = 0 configure:15663: result: yes configure:15684: checking whether system header files limit the line length configure:15707: result: no configure:15718: checking for complete errno.h configure:15791: result: yes configure:16093: checking whether strerror_r is declared configure:16093: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:16093: $? = 0 configure:16093: result: yes configure:16124: checking whether strerror_r returns char * configure:16148: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:16148: $? = 0 configure:16186: result: yes configure:16202: checking for uid_t in sys/types.h configure:16221: result: yes configure:16232: checking type of array argument to getgroups configure:16266: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:16266: $? = 0 configure:16266: ./conftest configure:16266: $? = 0 configure:16291: result: gid_t configure:16299: checking for mode_t configure:16299: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:16299: $? = 0 configure:16299: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:126:21: error: expected expression before ')' token if (sizeof ((mode_t))) ^ configure:16299: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU recutils" | #define PACKAGE_TARNAME "recutils" | #define PACKAGE_VERSION "1.7" | #define PACKAGE_STRING "GNU recutils 1.7" | #define PACKAGE_BUGREPORT "bug-recutils@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/recutils/" | #define PACKAGE "recutils" | #define VERSION "1.7" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define STDC_HEADERS 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define restrict __restrict | #define HAVE_BTOWC 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_FLOCK 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FWRITING 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MBRLEN 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_FCHMOD 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_LINK 1 | #define HAVE_SECURE_GETENV 1 | #define HAVE_SETENV 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCTOB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_XLOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define GETGROUPS_T gid_t | /* end confdefs.h. */ | #include | #include | #include | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((mode_t))) | return 0; | ; | return 0; | } configure:16299: result: yes configure:16314: checking for sig_atomic_t configure:16314: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:16314: $? = 0 configure:16314: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:106:27: error: expected expression before ')' token if (sizeof ((sig_atomic_t))) ^ configure:16314: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU recutils" | #define PACKAGE_TARNAME "recutils" | #define PACKAGE_VERSION "1.7" | #define PACKAGE_STRING "GNU recutils 1.7" | #define PACKAGE_BUGREPORT "bug-recutils@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/recutils/" | #define PACKAGE "recutils" | #define VERSION "1.7" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define STDC_HEADERS 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define restrict __restrict | #define HAVE_BTOWC 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_FLOCK 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FWRITING 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MBRLEN 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_FCHMOD 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_LINK 1 | #define HAVE_SECURE_GETENV 1 | #define HAVE_SETENV 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCTOB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_XLOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define GETGROUPS_T gid_t | /* end confdefs.h. */ | #include | | int | main () | { | if (sizeof ((sig_atomic_t))) | return 0; | ; | return 0; | } configure:16314: result: yes configure:16368: checking for working fcntl.h configure:16471: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:16471: $? = 0 configure:16471: ./conftest configure:16471: $? = 0 configure:16486: result: yes configure:16509: checking for pid_t configure:16509: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:16509: $? = 0 configure:16509: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:129:20: error: expected expression before ')' token if (sizeof ((pid_t))) ^ configure:16509: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU recutils" | #define PACKAGE_TARNAME "recutils" | #define PACKAGE_VERSION "1.7" | #define PACKAGE_STRING "GNU recutils 1.7" | #define PACKAGE_BUGREPORT "bug-recutils@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/recutils/" | #define PACKAGE "recutils" | #define VERSION "1.7" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define STDC_HEADERS 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define restrict __restrict | #define HAVE_BTOWC 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_FLOCK 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FWRITING 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MBRLEN 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_FCHMOD 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_LINK 1 | #define HAVE_SECURE_GETENV 1 | #define HAVE_SETENV 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCTOB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_XLOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define GETGROUPS_T gid_t | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | /* end confdefs.h. */ | #include | #include | #include | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((pid_t))) | return 0; | ; | return 0; | } configure:16509: result: yes configure:16791: checking for stdint.h configure:16808: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:16808: $? = 0 configure:16815: result: yes configure:16826: checking for inttypes.h configure:16845: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:16845: $? = 0 configure:16852: result: yes configure:16866: checking whether printf supports size specifiers as in C99 configure:16937: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:16937: $? = 0 configure:16937: ./conftest configure:16937: $? = 0 configure:16948: result: yes configure:16953: checking whether printf supports 'long double' arguments configure:16992: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:16992: $? = 0 configure:16992: ./conftest configure:16992: $? = 0 configure:17003: result: yes configure:17008: checking whether printf supports infinite 'double' arguments configure:17109: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:17109: $? = 0 configure:17109: ./conftest configure:17109: $? = 0 configure:17120: result: yes configure:17124: checking whether byte ordering is bigendian configure:17139: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:107:9: error: unknown type name 'not' not a universal capable compiler ^ conftest.c:107:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' not a universal capable compiler ^ conftest.c:107:15: error: unknown type name 'universal' configure:17139: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU recutils" | #define PACKAGE_TARNAME "recutils" | #define PACKAGE_VERSION "1.7" | #define PACKAGE_STRING "GNU recutils 1.7" | #define PACKAGE_BUGREPORT "bug-recutils@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/recutils/" | #define PACKAGE "recutils" | #define VERSION "1.7" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define STDC_HEADERS 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define restrict __restrict | #define HAVE_BTOWC 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_FLOCK 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FWRITING 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MBRLEN 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_FCHMOD 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_LINK 1 | #define HAVE_SECURE_GETENV 1 | #define HAVE_SETENV 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCTOB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_XLOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define GETGROUPS_T gid_t | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | /* end confdefs.h. */ | #ifndef __APPLE_CC__ | not a universal capable compiler | #endif | typedef int dummy; | configure:17184: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:17184: $? = 0 configure:17202: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:113:4: error: unknown type name 'not' not big endian ^ conftest.c:113:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian' not big endian ^ configure:17202: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU recutils" | #define PACKAGE_TARNAME "recutils" | #define PACKAGE_VERSION "1.7" | #define PACKAGE_STRING "GNU recutils 1.7" | #define PACKAGE_BUGREPORT "bug-recutils@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/recutils/" | #define PACKAGE "recutils" | #define VERSION "1.7" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define STDC_HEADERS 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define restrict __restrict | #define HAVE_BTOWC 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_FLOCK 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FWRITING 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MBRLEN 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_FCHMOD 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_LINK 1 | #define HAVE_SECURE_GETENV 1 | #define HAVE_SETENV 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCTOB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_XLOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define GETGROUPS_T gid_t | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:17330: result: no configure:17350: checking whether long double and double are the same configure:17371: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:110:13: error: size of array 'check' is negative typedef int check[sizeof (long double) == sizeof (double) ^ configure:17371: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU recutils" | #define PACKAGE_TARNAME "recutils" | #define PACKAGE_VERSION "1.7" | #define PACKAGE_STRING "GNU recutils 1.7" | #define PACKAGE_BUGREPORT "bug-recutils@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/recutils/" | #define PACKAGE "recutils" | #define VERSION "1.7" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define STDC_HEADERS 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define restrict __restrict | #define HAVE_BTOWC 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_FLOCK 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FWRITING 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MBRLEN 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_FCHMOD 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_LINK 1 | #define HAVE_SECURE_GETENV 1 | #define HAVE_SETENV 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCTOB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_XLOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define GETGROUPS_T gid_t | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | /* end confdefs.h. */ | #include | int | main () | { | typedef int check[sizeof (long double) == sizeof (double) | && LDBL_MANT_DIG == DBL_MANT_DIG | && LDBL_MAX_EXP == DBL_MAX_EXP | && LDBL_MIN_EXP == DBL_MIN_EXP | ? 1 : -1]; | | ; | return 0; | } configure:17379: result: no configure:17403: checking whether printf supports infinite 'long double' arguments configure:17710: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:17710: $? = 0 configure:17710: ./conftest configure:17710: $? = 120 configure: program exited with status 120 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU recutils" | #define PACKAGE_TARNAME "recutils" | #define PACKAGE_VERSION "1.7" | #define PACKAGE_STRING "GNU recutils 1.7" | #define PACKAGE_BUGREPORT "bug-recutils@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/recutils/" | #define PACKAGE "recutils" | #define VERSION "1.7" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define STDC_HEADERS 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define restrict __restrict | #define HAVE_BTOWC 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_FLOCK 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FWRITING 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MBRLEN 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_FCHMOD 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_LINK 1 | #define HAVE_SECURE_GETENV 1 | #define HAVE_SETENV 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCTOB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_XLOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define GETGROUPS_T gid_t | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define CHECK_PRINTF_SAFE 1 | /* end confdefs.h. */ | | | #include | #if defined __MACH__ && defined __APPLE__ | /* Avoid a crash on Mac OS X. */ | #include | #include | #include | #include | #include | #include | /* The exception port on which our thread listens. */ | static mach_port_t our_exception_port; | /* The main function of the thread listening for exceptions of type | EXC_BAD_ACCESS. */ | static void * | mach_exception_thread (void *arg) | { | /* Buffer for a message to be received. */ | struct { | mach_msg_header_t head; | mach_msg_body_t msgh_body; | char data[1024]; | } msg; | mach_msg_return_t retval; | /* Wait for a message on the exception port. */ | retval = mach_msg (&msg.head, MACH_RCV_MSG | MACH_RCV_LARGE, 0, sizeof (msg), | our_exception_port, MACH_MSG_TIMEOUT_NONE, MACH_PORT_NULL); | if (retval != MACH_MSG_SUCCESS) | abort (); | exit (1); | } | static void | nocrash_init (void) | { | mach_port_t self = mach_task_self (); | /* Allocate a port on which the thread shall listen for exceptions. */ | if (mach_port_allocate (self, MACH_PORT_RIGHT_RECEIVE, &our_exception_port) | == KERN_SUCCESS) { | /* See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/mach_port_insert_right.html. */ | if (mach_port_insert_right (self, our_exception_port, our_exception_port, | MACH_MSG_TYPE_MAKE_SEND) | == KERN_SUCCESS) { | /* The exceptions we want to catch. Only EXC_BAD_ACCESS is interesting | for us. */ | exception_mask_t mask = EXC_MASK_BAD_ACCESS; | /* Create the thread listening on the exception port. */ | pthread_attr_t attr; | pthread_t thread; | if (pthread_attr_init (&attr) == 0 | && pthread_attr_setdetachstate (&attr, PTHREAD_CREATE_DETACHED) == 0 | && pthread_create (&thread, &attr, mach_exception_thread, NULL) == 0) { | pthread_attr_destroy (&attr); | /* Replace the exception port info for these exceptions with our own. | Note that we replace the exception port for the entire task, not only | for a particular thread. This has the effect that when our exception | port gets the message, the thread specific exception port has already | been asked, and we don't need to bother about it. | See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/task_set_exception_ports.html. */ | task_set_exception_ports (self, mask, our_exception_port, | EXCEPTION_DEFAULT, MACHINE_THREAD_STATE); | } | } | } | } | #elif (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ | /* Avoid a crash on native Windows. */ | #define WIN32_LEAN_AND_MEAN | #include | #include | static LONG WINAPI | exception_filter (EXCEPTION_POINTERS *ExceptionInfo) | { | switch (ExceptionInfo->ExceptionRecord->ExceptionCode) | { | case EXCEPTION_ACCESS_VIOLATION: | case EXCEPTION_IN_PAGE_ERROR: | case EXCEPTION_STACK_OVERFLOW: | case EXCEPTION_GUARD_PAGE: | case EXCEPTION_PRIV_INSTRUCTION: | case EXCEPTION_ILLEGAL_INSTRUCTION: | case EXCEPTION_DATATYPE_MISALIGNMENT: | case EXCEPTION_ARRAY_BOUNDS_EXCEEDED: | case EXCEPTION_NONCONTINUABLE_EXCEPTION: | exit (1); | } | return EXCEPTION_CONTINUE_SEARCH; | } | static void | nocrash_init (void) | { | SetUnhandledExceptionFilter ((LPTOP_LEVEL_EXCEPTION_FILTER) exception_filter); | } | #else | /* Avoid a crash on POSIX systems. */ | #include | /* A POSIX signal handler. */ | static void | exception_handler (int sig) | { | exit (1); | } | static void | nocrash_init (void) | { | #ifdef SIGSEGV | signal (SIGSEGV, exception_handler); | #endif | #ifdef SIGBUS | signal (SIGBUS, exception_handler); | #endif | } | #endif | | #include | #include | #include | static int | strisnan (const char *string, size_t start_index, size_t end_index) | { | if (start_index < end_index) | { | if (string[start_index] == '-') | start_index++; | if (start_index + 3 <= end_index | && memcmp (string + start_index, "nan", 3) == 0) | { | start_index += 3; | if (start_index == end_index | || (string[start_index] == '(' && string[end_index - 1] == ')')) | return 1; | } | } | return 0; | } | static char buf[10000]; | static long double zeroL = 0.0L; | int main () | { | int result = 0; | nocrash_init(); | if (sprintf (buf, "%Lf", 1.0L / zeroL) < 0 | || (strcmp (buf, "inf") != 0 && strcmp (buf, "infinity") != 0)) | result |= 1; | if (sprintf (buf, "%Lf", -1.0L / zeroL) < 0 | || (strcmp (buf, "-inf") != 0 && strcmp (buf, "-infinity") != 0)) | result |= 1; | if (sprintf (buf, "%Lf", zeroL / zeroL) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 1; | if (sprintf (buf, "%Le", 1.0L / zeroL) < 0 | || (strcmp (buf, "inf") != 0 && strcmp (buf, "infinity") != 0)) | result |= 1; | if (sprintf (buf, "%Le", -1.0L / zeroL) < 0 | || (strcmp (buf, "-inf") != 0 && strcmp (buf, "-infinity") != 0)) | result |= 1; | if (sprintf (buf, "%Le", zeroL / zeroL) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 1; | if (sprintf (buf, "%Lg", 1.0L / zeroL) < 0 | || (strcmp (buf, "inf") != 0 && strcmp (buf, "infinity") != 0)) | result |= 1; | if (sprintf (buf, "%Lg", -1.0L / zeroL) < 0 | || (strcmp (buf, "-inf") != 0 && strcmp (buf, "-infinity") != 0)) | result |= 1; | if (sprintf (buf, "%Lg", zeroL / zeroL) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 1; | #if CHECK_PRINTF_SAFE && ((defined __ia64 && LDBL_MANT_DIG == 64) || (defined __x86_64__ || defined __amd64__) || (defined __i386 || defined __i386__ || defined _I386 || defined _M_IX86 || defined _X86_)) && !HAVE_SAME_LONG_DOUBLE_AS_DOUBLE | /* Representation of an 80-bit 'long double' as an initializer for a sequence | of 'unsigned int' words. */ | # ifdef WORDS_BIGENDIAN | # define LDBL80_WORDS(exponent,manthi,mantlo) { ((unsigned int) (exponent) << 16) | ((unsigned int) (manthi) >> 16), ((unsigned int) (manthi) << 16) | (unsigned int) (mantlo) >> 16), (unsigned int) (mantlo) << 16 } | # else | # define LDBL80_WORDS(exponent,manthi,mantlo) { mantlo, manthi, exponent } | # endif | { /* Quiet NaN. */ | static union { unsigned int word[4]; long double value; } x = | { LDBL80_WORDS (0xFFFF, 0xC3333333, 0x00000000) }; | if (sprintf (buf, "%Lf", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 2; | if (sprintf (buf, "%Le", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 2; | if (sprintf (buf, "%Lg", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 2; | } | { | /* Signalling NaN. */ | static union { unsigned int word[4]; long double value; } x = | { LDBL80_WORDS (0xFFFF, 0x83333333, 0x00000000) }; | if (sprintf (buf, "%Lf", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 2; | if (sprintf (buf, "%Le", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 2; | if (sprintf (buf, "%Lg", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 2; | } | { /* Pseudo-NaN. */ | static union { unsigned int word[4]; long double value; } x = | { LDBL80_WORDS (0xFFFF, 0x40000001, 0x00000000) }; | if (sprintf (buf, "%Lf", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 4; | if (sprintf (buf, "%Le", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 4; | if (sprintf (buf, "%Lg", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 4; | } | { /* Pseudo-Infinity. */ | static union { unsigned int word[4]; long double value; } x = | { LDBL80_WORDS (0xFFFF, 0x00000000, 0x00000000) }; | if (sprintf (buf, "%Lf", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 8; | if (sprintf (buf, "%Le", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 8; | if (sprintf (buf, "%Lg", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 8; | } | { /* Pseudo-Zero. */ | static union { unsigned int word[4]; long double value; } x = | { LDBL80_WORDS (0x4004, 0x00000000, 0x00000000) }; | if (sprintf (buf, "%Lf", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 16; | if (sprintf (buf, "%Le", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 16; | if (sprintf (buf, "%Lg", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 16; | } | { /* Unnormalized number. */ | static union { unsigned int word[4]; long double value; } x = | { LDBL80_WORDS (0x4000, 0x63333333, 0x00000000) }; | if (sprintf (buf, "%Lf", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 32; | if (sprintf (buf, "%Le", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 32; | if (sprintf (buf, "%Lg", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 32; | } | { /* Pseudo-Denormal. */ | static union { unsigned int word[4]; long double value; } x = | { LDBL80_WORDS (0x0000, 0x83333333, 0x00000000) }; | if (sprintf (buf, "%Lf", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 64; | if (sprintf (buf, "%Le", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 64; | if (sprintf (buf, "%Lg", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 64; | } | #endif | return result; | } configure:17721: result: no configure:17731: checking whether printf supports the 'a' and 'A' directives configure:17819: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:17819: $? = 0 configure:17819: ./conftest configure:17819: $? = 0 configure:17830: result: yes configure:17835: checking whether printf supports the 'F' directive configure:17883: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:17883: $? = 0 configure:17883: ./conftest configure:17883: $? = 0 configure:17894: result: yes configure:17899: checking whether printf supports the 'n' directive configure:17949: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:17949: $? = 0 configure:17949: ./conftest configure:17949: $? = 0 configure:17960: result: yes configure:17965: checking whether printf supports the 'ls' directive configure:18036: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:18036: $? = 0 configure:18036: ./conftest configure:18036: $? = 0 configure:18047: result: yes configure:18052: checking whether printf supports POSIX/XSI format strings with positions configure:18084: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:18084: $? = 0 configure:18084: ./conftest configure:18084: $? = 0 configure:18095: result: yes configure:18100: checking whether printf supports the grouping flag configure:18130: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:18130: $? = 0 configure:18130: ./conftest configure:18130: $? = 0 configure:18141: result: yes configure:18146: checking whether printf supports the left-adjust flag correctly configure:18179: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:18179: $? = 0 configure:18179: ./conftest configure:18179: $? = 0 configure:18190: result: yes configure:18195: checking whether printf supports the zero flag correctly configure:18229: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:18229: $? = 0 configure:18229: ./conftest configure:18229: $? = 0 configure:18240: result: yes configure:18245: checking whether printf supports large precisions configure:18288: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:18288: $? = 0 configure:18288: ./conftest configure:18288: $? = 0 configure:18299: result: yes configure:18312: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:108:10: error: unknown type name 'not' not a universal capable compiler ^ conftest.c:108:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' not a universal capable compiler ^ conftest.c:108:16: error: unknown type name 'universal' configure:18312: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU recutils" | #define PACKAGE_TARNAME "recutils" | #define PACKAGE_VERSION "1.7" | #define PACKAGE_STRING "GNU recutils 1.7" | #define PACKAGE_BUGREPORT "bug-recutils@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/recutils/" | #define PACKAGE "recutils" | #define VERSION "1.7" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define STDC_HEADERS 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define restrict __restrict | #define HAVE_BTOWC 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_FLOCK 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FWRITING 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MBRLEN 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_FCHMOD 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_LINK 1 | #define HAVE_SECURE_GETENV 1 | #define HAVE_SETENV 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCTOB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_XLOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define GETGROUPS_T gid_t | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define CHECK_PRINTF_SAFE 1 | /* end confdefs.h. */ | #ifndef __APPLE_CC__ | not a universal capable compiler | #endif | typedef int dummy; | configure:18347: checking whether printf survives out-of-memory conditions configure:18518: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:18521: $? = 0 configure:18525: $? = 0 configure:18570: result: yes configure:18591: checking for unsigned long long int configure:18630: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:18630: $? = 0 configure:18639: result: yes configure:18649: checking for long long int configure:18687: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:18687: $? = 0 configure:18687: ./conftest configure:18687: $? = 0 configure:18699: result: yes configure:18708: checking for wchar_t configure:18725: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:18725: $? = 0 configure:18732: result: yes configure:18741: checking for wint_t configure:18766: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:18766: $? = 0 configure:18773: result: yes configure:18804: checking for intmax_t configure:18829: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:18829: $? = 0 configure:18836: result: yes configure:18855: checking where to find the exponent in a 'double' configure:19169: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:19169: $? = 0 configure:19169: ./conftest configure:19169: $? = 0 configure:19181: result: word 1 bit 20 configure:19217: checking whether snprintf returns a byte count as in C99 configure:19287: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:19287: $? = 0 configure:19287: ./conftest configure:19287: $? = 0 configure:19298: result: yes configure:19309: checking for snprintf configure:19309: result: yes configure:19309: checking for strnlen configure:19309: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:19309: $? = 0 configure:19309: result: yes configure:19309: checking for wcslen configure:19309: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:19309: $? = 0 configure:19309: result: yes configure:19309: checking for wcsnlen configure:19309: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:19309: $? = 0 configure:19309: result: yes configure:19309: checking for mbrtowc configure:19309: result: yes configure:19309: checking for wcrtomb configure:19309: result: yes configure:19318: checking whether _snprintf is declared configure:19318: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:129:10: error: '_snprintf' undeclared (first use in this function) (void) _snprintf; ^ conftest.c:129:10: note: each undeclared identifier is reported only once for each function it appears in configure:19318: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU recutils" | #define PACKAGE_TARNAME "recutils" | #define PACKAGE_VERSION "1.7" | #define PACKAGE_STRING "GNU recutils 1.7" | #define PACKAGE_BUGREPORT "bug-recutils@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/recutils/" | #define PACKAGE "recutils" | #define VERSION "1.7" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define STDC_HEADERS 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define restrict __restrict | #define HAVE_BTOWC 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_FLOCK 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FWRITING 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MBRLEN 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_FCHMOD 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_LINK 1 | #define HAVE_SECURE_GETENV 1 | #define HAVE_SETENV 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCTOB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_XLOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define GETGROUPS_T gid_t | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | /* end confdefs.h. */ | #include | | int | main () | { | #ifndef _snprintf | #ifdef __cplusplus | (void) _snprintf; | #else | (void) _snprintf; | #endif | #endif | | ; | return 0; | } configure:19318: result: no configure:19444: checking whether frexp() can be used without linking with libm configure:19462: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:19462: $? = 0 configure:19471: result: yes configure:19475: checking whether alarm is declared configure:19475: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:19475: $? = 0 configure:19475: result: yes configure:19488: checking whether stdin defaults to large file offsets configure:19512: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:19512: $? = 0 configure:19520: result: yes configure:19657: checking whether fseeko is declared configure:19657: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:19657: $? = 0 configure:19657: result: yes configure:19677: checking for fseeko configure:19695: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:19695: $? = 0 configure:19704: result: yes configure:19770: checking whether stat file-mode macros are broken configure:19797: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:19797: $? = 0 configure:19804: result: no configure:19919: checking for nlink_t configure:19919: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:19919: $? = 0 configure:19919: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:130:22: error: expected expression before ')' token if (sizeof ((nlink_t))) ^ configure:19919: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU recutils" | #define PACKAGE_TARNAME "recutils" | #define PACKAGE_VERSION "1.7" | #define PACKAGE_STRING "GNU recutils 1.7" | #define PACKAGE_BUGREPORT "bug-recutils@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/recutils/" | #define PACKAGE "recutils" | #define VERSION "1.7" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define STDC_HEADERS 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define restrict __restrict | #define HAVE_BTOWC 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_FLOCK 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FWRITING 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MBRLEN 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_FCHMOD 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_LINK 1 | #define HAVE_SECURE_GETENV 1 | #define HAVE_SETENV 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCTOB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_XLOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define GETGROUPS_T gid_t | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_DECL_FSEEKO 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | if (sizeof ((nlink_t))) | return 0; | ; | return 0; | } configure:19919: result: yes configure:19934: checking whether fchmodat is declared without a macro configure:19952: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:19952: $? = 0 configure:19960: result: yes configure:19934: checking whether fstat is declared without a macro configure:19952: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:19952: $? = 0 configure:19960: result: yes configure:19934: checking whether fstatat is declared without a macro configure:19952: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:19952: $? = 0 configure:19960: result: yes configure:19934: checking whether futimens is declared without a macro configure:19952: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:19952: $? = 0 configure:19960: result: yes configure:19934: checking whether lchmod is declared without a macro configure:19952: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:19952: $? = 0 configure:19960: result: yes configure:19934: checking whether lstat is declared without a macro configure:19952: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:19952: $? = 0 configure:19960: result: yes configure:19934: checking whether mkdirat is declared without a macro configure:19952: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:19952: $? = 0 configure:19960: result: yes configure:19934: checking whether mkfifo is declared without a macro configure:19952: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:19952: $? = 0 configure:19960: result: yes configure:19934: checking whether mkfifoat is declared without a macro configure:19952: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:19952: $? = 0 configure:19960: result: yes configure:19934: checking whether mknod is declared without a macro configure:19952: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:19952: $? = 0 configure:19960: result: yes configure:19934: checking whether mknodat is declared without a macro configure:19952: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:19952: $? = 0 configure:19960: result: yes configure:19934: checking whether stat is declared without a macro configure:19952: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:19952: $? = 0 configure:19960: result: yes configure:19934: checking whether utimensat is declared without a macro configure:19952: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:19952: $? = 0 configure:19960: result: yes configure:19973: checking whether ftello is declared configure:19973: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:19973: $? = 0 configure:19973: result: yes configure:20004: checking for ftello configure:20021: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:20021: $? = 0 configure:20030: result: yes configure:20043: checking whether ftello works configure:20119: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:20119: $? = 0 configure:20119: ./conftest configure:20119: $? = 0 configure:20130: result: yes configure:20150: checking whether getdelim is declared configure:20150: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:20150: $? = 0 configure:20150: result: yes configure:20173: checking whether getline is declared configure:20173: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:20173: $? = 0 configure:20173: result: yes configure:20290: checking for getopt.h configure:20290: result: yes configure:20306: checking for getopt_long_only configure:20306: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:20306: $? = 0 configure:20306: result: yes configure:20320: checking whether getopt is POSIX compatible configure:20362: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:20362: $? = 0 configure:20362: ./conftest configure:20362: $? = 0 configure:20421: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:20421: $? = 0 configure:20421: ./conftest configure:20421: $? = 0 configure:20463: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:20463: $? = 0 configure:20463: ./conftest program: option requires an argument -- 'b' configure:20463: $? = 0 configure:20481: result: yes configure:20489: checking for working GNU getopt function configure:20710: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:20710: $? = 0 configure:20710: ./conftest configure:20710: $? = 0 configure:20726: result: yes configure:20731: checking for working GNU getopt_long function configure:20776: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:20776: $? = 0 configure:20776: ./conftest configure:20776: $? = 0 configure:20787: result: yes configure:20817: checking whether getenv is declared configure:20817: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:20817: $? = 0 configure:20817: result: yes configure:20830: checking whether getpass is declared configure:20830: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:20830: $? = 0 configure:20830: result: yes configure:20863: checking whether fflush_unlocked is declared configure:20863: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:20863: $? = 0 configure:20863: result: yes configure:20876: checking whether flockfile is declared configure:20876: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:20876: $? = 0 configure:20876: result: yes configure:20889: checking whether fputs_unlocked is declared configure:20889: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:20889: $? = 0 configure:20889: result: yes configure:20902: checking whether funlockfile is declared configure:20902: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:20902: $? = 0 configure:20902: result: yes configure:20915: checking whether putc_unlocked is declared configure:20915: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:20915: $? = 0 configure:20915: result: yes configure:21082: checking for struct timeval configure:21105: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:21105: $? = 0 configure:21113: result: yes configure:21118: checking for wide-enough struct timeval.tv_sec member configure:21145: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:21145: $? = 0 configure:21153: result: yes configure:21163: checking whether gettimeofday is declared without a macro configure:21185: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:21185: $? = 0 configure:21193: result: yes configure:21209: checking where to find the exponent in a 'float' configure:21286: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:21286: $? = 0 configure:21286: ./conftest configure:21286: $? = 0 configure:21298: result: word 0 bit 23 configure:21328: checking whether getc_unlocked is declared configure:21328: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:21328: $? = 0 configure:21328: result: yes configure:21341: checking whether we are using the GNU C Library >= 2.1 or uClibc configure:21371: result: yes configure:21399: checking whether NULL can be used in arbitrary expressions configure:21417: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:21417: $? = 0 configure:21424: result: yes configure:21559: checking for ld used by i686-uhu-linux-gcc -std=gnu11 configure:21626: result: /usr/bin/ld configure:21633: checking if the linker (/usr/bin/ld) is GNU ld configure:21648: result: yes configure:21655: checking for shared library run path origin configure:21668: result: done configure:21758: checking whether imported symbols can be declared weak configure:21776: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:21776: $? = 0 configure:21810: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:21810: $? = 0 configure:21810: ./conftest configure:21810: $? = 0 configure:21822: result: yes configure:21827: checking for pthread.h configure:21827: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:21827: $? = 0 configure:21827: result: yes configure:21854: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 /tmp/cc17wVXk.o: In function `main': conftest.c:(.text.startup+0x1d): undefined reference to `pthread_mutexattr_init' collect2: error: ld returned 1 exit status configure:21854: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU recutils" | #define PACKAGE_TARNAME "recutils" | #define PACKAGE_VERSION "1.7" | #define PACKAGE_STRING "GNU recutils 1.7" | #define PACKAGE_BUGREPORT "bug-recutils@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/recutils/" | #define PACKAGE "recutils" | #define VERSION "1.7" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define STDC_HEADERS 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define restrict __restrict | #define HAVE_BTOWC 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_FLOCK 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FWRITING 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MBRLEN 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_FCHMOD 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_LINK 1 | #define HAVE_SECURE_GETENV 1 | #define HAVE_SETENV 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCTOB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_XLOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define GETGROUPS_T gid_t | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FCHMODAT 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_FUTIMENS 1 | #define HAVE_RAW_DECL_LCHMOD 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKDIRAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKFIFOAT 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_MKNODAT 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_UTIMENSAT 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_DECL_GETDELIM 1 | #define HAVE_DECL_GETLINE 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define HAVE_DECL_GETPASS 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_DECL_GETC_UNLOCKED 1 | /* end confdefs.h. */ | #include | int | main () | { | pthread_mutex_lock((pthread_mutex_t*)0); | pthread_mutexattr_init((pthread_mutexattr_t*)0); | ; | return 0; | } configure:21917: checking for pthread_kill in -lpthread configure:21942: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c -lpthread >&5 configure:21942: $? = 0 configure:21951: result: yes configure:22641: checking for multithread API to use configure:22643: result: posix configure:22660: checking whether lstat correctly handles trailing slash configure:22693: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:22693: $? = 0 configure:22693: ./conftest configure:22693: $? = 0 configure:22710: result: yes configure:22726: checking whether malloc, realloc, calloc are POSIX compliant configure:22746: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:22746: $? = 0 configure:22754: result: yes configure:22761: checking for stdlib.h configure:22761: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:22761: $? = 0 configure:22761: result: yes configure:22770: checking for GNU libc compatible malloc configure:22803: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:22803: $? = 0 configure:22803: ./conftest configure:22803: $? = 0 configure:22814: result: yes configure:22835: checking for mbstate_t configure:22859: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:22859: $? = 0 configure:22866: result: yes configure:22891: checking for a traditional japanese locale configure:22961: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:22964: $? = 0 configure:23022: result: ja_JP configure:23030: checking for a transitional chinese locale configure:23101: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:23104: $? = 0 configure:23155: result: zh_CN.GB18030 configure:23162: checking for a french Unicode locale configure:23234: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:23237: $? = 0 configure:23283: result: fr_FR.UTF-8 configure:23314: checking whether mbrtowc handles incomplete characters configure:23359: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:23359: $? = 0 configure:23359: ./conftest configure:23359: $? = 0 configure:23371: result: yes configure:23377: checking whether mbrtowc works as well as mbtowc configure:23426: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:23426: $? = 0 configure:23426: ./conftest configure:23426: $? = 0 configure:23438: result: yes configure:23495: checking whether mbrtowc handles a NULL pwc argument configure:23554: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:23554: $? = 0 configure:23554: ./conftest configure:23554: $? = 0 configure:23566: result: yes configure:23572: checking whether mbrtowc handles a NULL string argument configure:23619: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:23619: $? = 0 configure:23619: ./conftest configure:23619: $? = 0 configure:23631: result: yes configure:23639: checking whether mbrtowc has a correct return value configure:23754: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:23754: $? = 0 configure:23754: ./conftest configure:23754: $? = 0 configure:23769: result: yes configure:23775: checking whether mbrtowc returns 0 when parsing a NUL character configure:23819: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:23819: $? = 0 configure:23819: ./conftest configure:23819: $? = 0 configure:23831: result: yes configure:23966: checking for mmap configure:23966: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:23966: $? = 0 configure:23966: result: yes configure:23977: checking for MAP_ANONYMOUS configure:24014: result: yes configure:24048: checking whether memchr works configure:24111: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:24111: $? = 0 configure:24111: ./conftest configure:24111: $? = 0 configure:24121: result: yes configure:24132: checking whether defines MIN and MAX configure:24149: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:161:13: warning: implicit declaration of function 'MIN' [-Wimplicit-function-declaration] int x = MIN (42, 17); ^ conftest.c:161:13: error: initializer element is not constant configure:24149: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU recutils" | #define PACKAGE_TARNAME "recutils" | #define PACKAGE_VERSION "1.7" | #define PACKAGE_STRING "GNU recutils 1.7" | #define PACKAGE_BUGREPORT "bug-recutils@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/recutils/" | #define PACKAGE "recutils" | #define VERSION "1.7" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define STDC_HEADERS 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define restrict __restrict | #define HAVE_BTOWC 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_FLOCK 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FWRITING 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MBRLEN 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_FCHMOD 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_LINK 1 | #define HAVE_SECURE_GETENV 1 | #define HAVE_SETENV 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCTOB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_XLOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define GETGROUPS_T gid_t | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FCHMODAT 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_FUTIMENS 1 | #define HAVE_RAW_DECL_LCHMOD 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKDIRAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKFIFOAT 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_MKNODAT 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_UTIMENSAT 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_DECL_GETDELIM 1 | #define HAVE_DECL_GETLINE 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define HAVE_DECL_GETPASS 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | /* end confdefs.h. */ | #include | int x = MIN (42, 17); | int | main () | { | | ; | return 0; | } configure:24156: result: no configure:24169: checking whether defines MIN and MAX configure:24186: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:24186: $? = 0 configure:24193: result: yes configure:24240: checking for promoted mode_t type configure:24257: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:165:13: error: size of array 'array' is negative typedef int array[2 * (sizeof (mode_t) < sizeof (int)) - 1]; ^ configure:24257: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU recutils" | #define PACKAGE_TARNAME "recutils" | #define PACKAGE_VERSION "1.7" | #define PACKAGE_STRING "GNU recutils 1.7" | #define PACKAGE_BUGREPORT "bug-recutils@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/recutils/" | #define PACKAGE "recutils" | #define VERSION "1.7" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define STDC_HEADERS 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define restrict __restrict | #define HAVE_BTOWC 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_FLOCK 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FWRITING 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MBRLEN 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_FCHMOD 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_LINK 1 | #define HAVE_SECURE_GETENV 1 | #define HAVE_SETENV 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCTOB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_XLOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define GETGROUPS_T gid_t | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FCHMODAT 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_FUTIMENS 1 | #define HAVE_RAW_DECL_LCHMOD 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKDIRAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKFIFOAT 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_MKNODAT 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_UTIMENSAT 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_DECL_GETDELIM 1 | #define HAVE_DECL_GETLINE 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define HAVE_DECL_GETPASS 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | /* end confdefs.h. */ | #include | int | main () | { | typedef int array[2 * (sizeof (mode_t) < sizeof (int)) - 1]; | ; | return 0; | } configure:24265: result: mode_t configure:24273: checking for stdbool.h that conforms to C99 configure:24340: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:24340: $? = 0 configure:24347: result: yes configure:24349: checking for _Bool configure:24349: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:24349: $? = 0 configure:24349: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:187:20: error: expected expression before ')' token if (sizeof ((_Bool))) ^ configure:24349: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU recutils" | #define PACKAGE_TARNAME "recutils" | #define PACKAGE_VERSION "1.7" | #define PACKAGE_STRING "GNU recutils 1.7" | #define PACKAGE_BUGREPORT "bug-recutils@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/recutils/" | #define PACKAGE "recutils" | #define VERSION "1.7" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define STDC_HEADERS 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define restrict __restrict | #define HAVE_BTOWC 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_FLOCK 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FWRITING 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MBRLEN 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_FCHMOD 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_LINK 1 | #define HAVE_SECURE_GETENV 1 | #define HAVE_SETENV 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCTOB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_XLOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define GETGROUPS_T gid_t | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FCHMODAT 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_FUTIMENS 1 | #define HAVE_RAW_DECL_LCHMOD 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKDIRAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKFIFOAT 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_MKNODAT 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_UTIMENSAT 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_DECL_GETDELIM 1 | #define HAVE_DECL_GETLINE 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define HAVE_DECL_GETPASS 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define PROMOTED_MODE_T mode_t | /* end confdefs.h. */ | #include | #include | #include | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((_Bool))) | return 0; | ; | return 0; | } configure:24349: result: yes configure:24388: checking for compound literals configure:24405: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:24405: $? = 0 configure:24412: result: yes configure:24420: checking whether struct tm is in sys/time.h or time.h configure:24440: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:24440: $? = 0 configure:24447: result: time.h configure:24456: checking for struct tm.tm_gmtoff configure:24456: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:24456: $? = 0 configure:24456: result: yes configure:24505: checking for library containing posix_spawn configure:24536: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:24536: $? = 0 configure:24553: result: none required configure:24564: checking for posix_spawn configure:24564: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:24564: $? = 0 configure:24564: result: yes configure:24585: checking whether posix_spawn works configure:24725: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:24725: $? = 0 configure:24900: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:24900: $? = 0 configure:24900: ./conftest configure:24900: $? = 0 configure:24918: result: yes configure:24926: checking whether posix_spawnattr_setschedpolicy is supported configure:24950: result: yes configure:24952: checking whether posix_spawnattr_setschedparam is supported configure:24976: result: yes configure:25272: checking for ptrdiff_t configure:25272: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:25272: $? = 0 configure:25272: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:193:24: error: expected expression before ')' token if (sizeof ((ptrdiff_t))) ^ configure:25272: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU recutils" | #define PACKAGE_TARNAME "recutils" | #define PACKAGE_VERSION "1.7" | #define PACKAGE_STRING "GNU recutils 1.7" | #define PACKAGE_BUGREPORT "bug-recutils@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/recutils/" | #define PACKAGE "recutils" | #define VERSION "1.7" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define STDC_HEADERS 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define restrict __restrict | #define HAVE_BTOWC 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_FLOCK 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FWRITING 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MBRLEN 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_FCHMOD 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_LINK 1 | #define HAVE_SECURE_GETENV 1 | #define HAVE_SETENV 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCTOB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_XLOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define GETGROUPS_T gid_t | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FCHMODAT 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_FUTIMENS 1 | #define HAVE_RAW_DECL_LCHMOD 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKDIRAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKFIFOAT 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_MKNODAT 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_UTIMENSAT 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_DECL_GETDELIM 1 | #define HAVE_DECL_GETLINE 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define HAVE_DECL_GETPASS 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define PROMOTED_MODE_T mode_t | #define HAVE__BOOL 1 | #define HAVE_COMPOUND_LITERALS 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_WORKING_POSIX_SPAWN 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | /* end confdefs.h. */ | #include | #include | #include | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((ptrdiff_t))) | return 0; | ; | return 0; | } configure:25272: result: yes configure:25332: checking whether C symbols are prefixed with underscore at the linker level configure:25345: i686-uhu-linux-gcc -std=gnu11 -O2 -march=i686 -mtune=generic -S conftest.c configure:25348: $? = 0 configure:25358: result: no configure:25399: checking for sigset_t configure:25399: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:25399: $? = 0 configure:25399: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:179:23: error: expected expression before ')' token if (sizeof ((sigset_t))) ^ configure:25399: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU recutils" | #define PACKAGE_TARNAME "recutils" | #define PACKAGE_VERSION "1.7" | #define PACKAGE_STRING "GNU recutils 1.7" | #define PACKAGE_BUGREPORT "bug-recutils@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/recutils/" | #define PACKAGE "recutils" | #define VERSION "1.7" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define STDC_HEADERS 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define restrict __restrict | #define HAVE_BTOWC 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_FLOCK 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FWRITING 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MBRLEN 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_FCHMOD 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_LINK 1 | #define HAVE_SECURE_GETENV 1 | #define HAVE_SETENV 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCTOB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_XLOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define GETGROUPS_T gid_t | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FCHMODAT 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_FUTIMENS 1 | #define HAVE_RAW_DECL_LCHMOD 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKDIRAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKFIFOAT 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_MKNODAT 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_UTIMENSAT 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_DECL_GETDELIM 1 | #define HAVE_DECL_GETLINE 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define HAVE_DECL_GETPASS 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define PROMOTED_MODE_T mode_t | #define HAVE__BOOL 1 | #define HAVE_COMPOUND_LITERALS 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_WORKING_POSIX_SPAWN 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_VFPRINTF_POSIX 1 | #define USER_LABEL_PREFIX | /* end confdefs.h. */ | | #include | /* Mingw defines sigset_t not in , but in . */ | #include | | | int | main () | { | if (sizeof ((sigset_t))) | return 0; | ; | return 0; | } configure:25399: result: yes configure:25425: checking for inline configure:25441: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:25441: $? = 0 configure:25449: result: inline configure:25508: checking for library containing setfilecon configure:25539: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 /tmp/cc7VS3g6.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `setfilecon' collect2: error: ld returned 1 exit status configure:25539: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU recutils" | #define PACKAGE_TARNAME "recutils" | #define PACKAGE_VERSION "1.7" | #define PACKAGE_STRING "GNU recutils 1.7" | #define PACKAGE_BUGREPORT "bug-recutils@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/recutils/" | #define PACKAGE "recutils" | #define VERSION "1.7" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define STDC_HEADERS 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define restrict __restrict | #define HAVE_BTOWC 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_FLOCK 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FWRITING 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MBRLEN 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_FCHMOD 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_LINK 1 | #define HAVE_SECURE_GETENV 1 | #define HAVE_SETENV 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCTOB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_XLOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define GETGROUPS_T gid_t | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FCHMODAT 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_FUTIMENS 1 | #define HAVE_RAW_DECL_LCHMOD 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKDIRAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKFIFOAT 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_MKNODAT 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_UTIMENSAT 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_DECL_GETDELIM 1 | #define HAVE_DECL_GETLINE 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define HAVE_DECL_GETPASS 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define PROMOTED_MODE_T mode_t | #define HAVE__BOOL 1 | #define HAVE_COMPOUND_LITERALS 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_WORKING_POSIX_SPAWN 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_VFPRINTF_POSIX 1 | #define USER_LABEL_PREFIX | #define HAVE_SIGSET_T 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char setfilecon (); | int | main () | { | return setfilecon (); | ; | return 0; | } configure:25539: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c -lselinux >&5 /usr/bin/ld: cannot find -lselinux collect2: error: ld returned 1 exit status configure:25539: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU recutils" | #define PACKAGE_TARNAME "recutils" | #define PACKAGE_VERSION "1.7" | #define PACKAGE_STRING "GNU recutils 1.7" | #define PACKAGE_BUGREPORT "bug-recutils@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/recutils/" | #define PACKAGE "recutils" | #define VERSION "1.7" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define STDC_HEADERS 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define restrict __restrict | #define HAVE_BTOWC 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_FLOCK 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FWRITING 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MBRLEN 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_FCHMOD 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_LINK 1 | #define HAVE_SECURE_GETENV 1 | #define HAVE_SETENV 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCTOB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_XLOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define GETGROUPS_T gid_t | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FCHMODAT 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_FUTIMENS 1 | #define HAVE_RAW_DECL_LCHMOD 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKDIRAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKFIFOAT 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_MKNODAT 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_UTIMENSAT 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_DECL_GETDELIM 1 | #define HAVE_DECL_GETLINE 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define HAVE_DECL_GETPASS 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define PROMOTED_MODE_T mode_t | #define HAVE__BOOL 1 | #define HAVE_COMPOUND_LITERALS 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_WORKING_POSIX_SPAWN 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_VFPRINTF_POSIX 1 | #define USER_LABEL_PREFIX | #define HAVE_SIGSET_T 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char setfilecon (); | int | main () | { | return setfilecon (); | ; | return 0; | } configure:25556: result: no configure:25586: checking whether setenv is declared configure:25586: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:25586: $? = 0 configure:25586: result: yes configure:25634: checking for search.h configure:25634: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:25634: $? = 0 configure:25634: result: yes configure:25645: checking for tsearch configure:25645: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:25645: $? = 0 configure:25645: result: yes configure:25823: checking whether stdint.h conforms to C99 configure:25992: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:25992: $? = 0 configure:26072: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:26072: $? = 0 configure:26072: ./conftest configure:26072: $? = 0 configure:26084: result: yes configure:26440: checking for strcasestr configure:26440: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:26440: $? = 0 configure:26440: result: yes configure:26455: checking whether strcasestr works configure:26507: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:26507: $? = 0 configure:26507: ./conftest configure:26507: $? = 0 configure:26518: result: yes configure:26531: checking whether strerror(0) succeeds configure:26566: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:26566: $? = 0 configure:26566: ./conftest configure:26566: $? = 0 configure:26577: result: yes configure:26667: checking whether ffsl is declared without a macro configure:26685: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:26685: $? = 0 configure:26693: result: yes configure:26667: checking whether ffsll is declared without a macro configure:26685: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:26685: $? = 0 configure:26693: result: yes configure:26667: checking whether memmem is declared without a macro configure:26685: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:26685: $? = 0 configure:26693: result: yes configure:26667: checking whether mempcpy is declared without a macro configure:26685: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:26685: $? = 0 configure:26693: result: yes configure:26667: checking whether memrchr is declared without a macro configure:26685: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:26685: $? = 0 configure:26693: result: yes configure:26667: checking whether rawmemchr is declared without a macro configure:26685: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:26685: $? = 0 configure:26693: result: yes configure:26667: checking whether stpcpy is declared without a macro configure:26685: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:26685: $? = 0 configure:26693: result: yes configure:26667: checking whether stpncpy is declared without a macro configure:26685: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:26685: $? = 0 configure:26693: result: yes configure:26667: checking whether strchrnul is declared without a macro configure:26685: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:26685: $? = 0 configure:26693: result: yes configure:26667: checking whether strdup is declared without a macro configure:26685: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:26685: $? = 0 configure:26693: result: yes configure:26667: checking whether strncat is declared without a macro configure:26685: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:26685: $? = 0 configure:26693: result: yes configure:26667: checking whether strndup is declared without a macro configure:26685: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:26685: $? = 0 configure:26693: result: yes configure:26667: checking whether strnlen is declared without a macro configure:26685: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:26685: $? = 0 configure:26693: result: yes configure:26667: checking whether strpbrk is declared without a macro configure:26685: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:26685: $? = 0 configure:26693: result: yes configure:26667: checking whether strsep is declared without a macro configure:26685: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:26685: $? = 0 configure:26693: result: yes configure:26667: checking whether strcasestr is declared without a macro configure:26685: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:26685: $? = 0 configure:26693: result: yes configure:26667: checking whether strtok_r is declared without a macro configure:26685: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:26685: $? = 0 configure:26693: result: yes configure:26667: checking whether strerror_r is declared without a macro configure:26685: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:26685: $? = 0 configure:26693: result: yes configure:26667: checking whether strsignal is declared without a macro configure:26685: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:26685: $? = 0 configure:26693: result: yes configure:26667: checking whether strverscmp is declared without a macro configure:26685: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:26685: $? = 0 configure:26693: result: yes configure:26807: checking whether ffs is declared without a macro configure:26829: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:26829: $? = 0 configure:26837: result: yes configure:26807: checking whether strcasecmp is declared without a macro configure:26829: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:26829: $? = 0 configure:26837: result: yes configure:26807: checking whether strncasecmp is declared without a macro configure:26829: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:26829: $? = 0 configure:26837: result: yes configure:26870: checking for struct timespec in configure:26887: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:26887: $? = 0 configure:26894: result: yes configure:27049: checking whether clearerr_unlocked is declared configure:27049: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:27049: $? = 0 configure:27049: result: yes configure:27062: checking whether feof_unlocked is declared configure:27062: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:27062: $? = 0 configure:27062: result: yes configure:27075: checking whether ferror_unlocked is declared configure:27075: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:27075: $? = 0 configure:27075: result: yes configure:27088: checking whether fgets_unlocked is declared configure:27088: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:27088: $? = 0 configure:27088: result: yes configure:27101: checking whether fputc_unlocked is declared configure:27101: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:27101: $? = 0 configure:27101: result: yes configure:27114: checking whether fread_unlocked is declared configure:27114: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:27114: $? = 0 configure:27114: result: yes configure:27127: checking whether fwrite_unlocked is declared configure:27127: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:27127: $? = 0 configure:27127: result: yes configure:27140: checking whether getchar_unlocked is declared configure:27140: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:27140: $? = 0 configure:27140: result: yes configure:27153: checking whether putchar_unlocked is declared configure:27153: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:27153: $? = 0 configure:27153: result: yes configure:27166: checking whether unsetenv is declared configure:27166: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:27166: $? = 0 configure:27166: result: yes configure:27240: checking for alloca as a compiler built-in configure:27264: result: yes configure:27311: checking whether btowc(0) is correct configure:27346: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:27346: $? = 0 configure:27346: ./conftest configure:27346: $? = 0 configure:27357: result: yes configure:27360: checking whether btowc(EOF) is correct configure:27399: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:27399: $? = 0 configure:27399: ./conftest configure:27399: $? = 0 configure:27411: result: yes configure:27554: checking for library containing clock_gettime configure:27585: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:27585: $? = 0 configure:27602: result: none required configure:27614: checking for clock_gettime configure:27614: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:27614: $? = 0 configure:27614: result: yes configure:27614: checking for clock_settime configure:27614: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:27614: $? = 0 configure:27614: result: yes configure:27762: checking whether // is distinct from / configure:27791: result: no configure:27808: checking whether dup2 works configure:27867: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:27867: $? = 0 configure:27867: ./conftest configure:27867: $? = 0 configure:27878: result: yes configure:27946: checking for error_at_line configure:27962: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:27962: $? = 0 configure:27970: result: yes configure:28004: checking for euidaccess configure:28004: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:28004: $? = 0 configure:28004: result: yes configure:28292: checking whether fcntl handles F_DUPFD correctly configure:28322: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:28322: $? = 0 configure:28322: ./conftest configure:28322: $? = 0 configure:28332: result: yes configure:28356: checking whether fcntl understands F_DUPFD_CLOEXEC configure:28377: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:28377: $? = 0 configure:28395: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:228:1: error: unknown type name 'choke' choke me ^ conftest.c:231:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'int' int ^ configure:28395: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU recutils" | #define PACKAGE_TARNAME "recutils" | #define PACKAGE_VERSION "1.7" | #define PACKAGE_STRING "GNU recutils 1.7" | #define PACKAGE_BUGREPORT "bug-recutils@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/recutils/" | #define PACKAGE "recutils" | #define VERSION "1.7" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define STDC_HEADERS 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define restrict __restrict | #define HAVE_BTOWC 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_FLOCK 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FWRITING 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MBRLEN 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_FCHMOD 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_LINK 1 | #define HAVE_SECURE_GETENV 1 | #define HAVE_SETENV 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCTOB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_XLOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define GETGROUPS_T gid_t | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FCHMODAT 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_FUTIMENS 1 | #define HAVE_RAW_DECL_LCHMOD 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKDIRAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKFIFOAT 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_MKNODAT 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_UTIMENSAT 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_DECL_GETDELIM 1 | #define HAVE_DECL_GETLINE 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define HAVE_DECL_GETPASS 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define PROMOTED_MODE_T mode_t | #define HAVE__BOOL 1 | #define HAVE_COMPOUND_LITERALS 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_WORKING_POSIX_SPAWN 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_VFPRINTF_POSIX 1 | #define USER_LABEL_PREFIX | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SETENV 1 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_STRCASESTR 1 | #define HAVE_RAW_DECL_FFSL 1 | #define HAVE_RAW_DECL_FFSLL 1 | #define HAVE_RAW_DECL_MEMMEM 1 | #define HAVE_RAW_DECL_MEMPCPY 1 | #define HAVE_RAW_DECL_MEMRCHR 1 | #define HAVE_RAW_DECL_RAWMEMCHR 1 | #define HAVE_RAW_DECL_STPCPY 1 | #define HAVE_RAW_DECL_STPNCPY 1 | #define HAVE_RAW_DECL_STRCHRNUL 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRNDUP 1 | #define HAVE_RAW_DECL_STRNLEN 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRSEP 1 | #define HAVE_RAW_DECL_STRCASESTR 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRERROR_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_RAW_DECL_STRVERSCMP 1 | #define HAVE_RAW_DECL_FFS 1 | #define HAVE_RAW_DECL_STRCASECMP 1 | #define HAVE_RAW_DECL_STRNCASECMP 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_DECL_UNSETENV 1 | #define HAVE_ALLOCA 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOEXEC 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_CLOSE_STREAM 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_EUIDACCESS 1 | #define GNULIB_TEST_EUIDACCESS 1 | /* end confdefs.h. */ | | #ifdef __linux__ | /* The Linux kernel only added F_DUPFD_CLOEXEC in 2.6.24, so we always replace | it to support the semantics on older kernels that failed with EINVAL. */ | choke me | #endif | | int | main () | { | | ; | return 0; | } configure:28406: result: needs runtime check configure:28537: checking whether fcntl is declared without a macro configure:28555: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:28555: $? = 0 configure:28563: result: yes configure:28537: checking whether openat is declared without a macro configure:28555: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:28555: $? = 0 configure:28563: result: yes configure:28626: checking whether conversion from 'int' to 'long double' works configure:28667: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:28667: $? = 0 configure:28667: ./conftest configure:28667: $? = 0 configure:28678: result: yes configure:28885: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 /tmp/ccXYFTQ1.o: In function `main': conftest.c:(.text.startup+0x13): undefined reference to `floor' collect2: error: ld returned 1 exit status configure:28885: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU recutils" | #define PACKAGE_TARNAME "recutils" | #define PACKAGE_VERSION "1.7" | #define PACKAGE_STRING "GNU recutils 1.7" | #define PACKAGE_BUGREPORT "bug-recutils@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/recutils/" | #define PACKAGE "recutils" | #define VERSION "1.7" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define STDC_HEADERS 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define restrict __restrict | #define HAVE_BTOWC 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_FLOCK 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FWRITING 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MBRLEN 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_FCHMOD 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_LINK 1 | #define HAVE_SECURE_GETENV 1 | #define HAVE_SETENV 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCTOB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_XLOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define GETGROUPS_T gid_t | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FCHMODAT 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_FUTIMENS 1 | #define HAVE_RAW_DECL_LCHMOD 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKDIRAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKFIFOAT 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_MKNODAT 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_UTIMENSAT 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_DECL_GETDELIM 1 | #define HAVE_DECL_GETLINE 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define HAVE_DECL_GETPASS 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define PROMOTED_MODE_T mode_t | #define HAVE__BOOL 1 | #define HAVE_COMPOUND_LITERALS 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_WORKING_POSIX_SPAWN 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_VFPRINTF_POSIX 1 | #define USER_LABEL_PREFIX | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SETENV 1 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_STRCASESTR 1 | #define HAVE_RAW_DECL_FFSL 1 | #define HAVE_RAW_DECL_FFSLL 1 | #define HAVE_RAW_DECL_MEMMEM 1 | #define HAVE_RAW_DECL_MEMPCPY 1 | #define HAVE_RAW_DECL_MEMRCHR 1 | #define HAVE_RAW_DECL_RAWMEMCHR 1 | #define HAVE_RAW_DECL_STPCPY 1 | #define HAVE_RAW_DECL_STPNCPY 1 | #define HAVE_RAW_DECL_STRCHRNUL 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRNDUP 1 | #define HAVE_RAW_DECL_STRNLEN 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRSEP 1 | #define HAVE_RAW_DECL_STRCASESTR 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRERROR_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_RAW_DECL_STRVERSCMP 1 | #define HAVE_RAW_DECL_FFS 1 | #define HAVE_RAW_DECL_STRCASECMP 1 | #define HAVE_RAW_DECL_STRNCASECMP 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_DECL_UNSETENV 1 | #define HAVE_ALLOCA 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOEXEC 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_CLOSE_STREAM 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_EUIDACCESS 1 | #define GNULIB_TEST_EUIDACCESS 1 | #define GNULIB_TEST_FCNTL 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | /* end confdefs.h. */ | #ifndef __NO_MATH_INLINES | # define __NO_MATH_INLINES 1 /* for glibc */ | #endif | #include | double x; | int | main () | { | x = floor(x); | ; | return 0; | } configure:28908: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c -lm >&5 configure:28908: $? = 0 configure:28972: checking for __fpending configure:28989: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:28989: $? = 0 configure:28998: result: yes configure:29001: checking whether __fpending is declared configure:29001: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:29001: $? = 0 configure:29001: result: yes configure:29396: checking for ptrdiff_t configure:29396: result: yes configure:29460: checking whether frexp works configure:29540: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:291:5: warning: passing argument 2 of 'memcmp' discards 'volatile' qualifier from pointer target type [enabled by default] if (memcmp (&y, &x, sizeof x)) ^ In file included from conftest.c:235:0: /usr/include/string.h:69:12: note: expected 'const void *' but argument is of type 'volatile double *' extern int memcmp (const void *__s1, const void *__s2, size_t __n) ^ configure:29540: $? = 0 configure:29540: ./conftest configure:29540: $? = 0 configure:29551: result: yes configure:29598: checking whether frexpl is declared configure:29598: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:29598: $? = 0 configure:29598: result: yes configure:29608: checking whether frexpl() can be used without linking with libm configure:29626: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:29626: $? = 0 configure:29635: result: yes configure:29641: checking whether frexpl works configure:29752: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:29752: $? = 0 configure:29752: ./conftest configure:29752: $? = 0 configure:29763: result: yes configure:29850: checking for fseeko configure:29877: result: yes configure:30060: checking for ftello configure:30086: result: yes configure:30099: checking whether ftello works configure:30186: result: yes configure:30283: checking for working getdelim function configure:30343: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:30343: $? = 0 configure:30343: ./conftest configure:30343: $? = 0 configure:30353: result: yes configure:30434: checking whether getdtablesize works configure:30463: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:30463: $? = 0 configure:30463: ./conftest configure:30463: $? = 0 configure:30474: result: yes configure:30517: checking for getgroups configure:30517: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:30517: $? = 0 configure:30517: result: yes configure:30572: checking for working getgroups configure:30599: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:30599: $? = 0 configure:30599: ./conftest configure:30599: $? = 0 configure:30610: result: yes configure:30638: checking whether getgroups handles negative values configure:30665: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:30665: $? = 0 configure:30665: ./conftest configure:30665: $? = 0 configure:30675: result: yes configure:30726: checking for getline configure:30726: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:30726: $? = 0 configure:30726: result: yes configure:30734: checking for working getline function configure:30794: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:30794: $? = 0 configure:30794: ./conftest configure:30794: $? = 0 configure:30804: result: yes configure:30997: checking whether __fsetlocking is declared configure:30997: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:30997: $? = 0 configure:30997: result: yes configure:31086: checking whether gettimeofday clobbers localtime buffer configure:31125: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:31125: $? = 0 configure:31125: ./conftest configure:31125: $? = 0 configure:31135: result: no configure:31151: checking for gettimeofday with POSIX signature configure:31179: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:251:19: error: conflicting types for 'gettimeofday' int gettimeofday (struct timeval *restrict, void *restrict); ^ In file included from conftest.c:249:0: /usr/include/sys/time.h:71:12: note: previous declaration of 'gettimeofday' was here extern int gettimeofday (struct timeval *__restrict __tv, ^ configure:31179: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU recutils" | #define PACKAGE_TARNAME "recutils" | #define PACKAGE_VERSION "1.7" | #define PACKAGE_STRING "GNU recutils 1.7" | #define PACKAGE_BUGREPORT "bug-recutils@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/recutils/" | #define PACKAGE "recutils" | #define VERSION "1.7" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define STDC_HEADERS 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define restrict __restrict | #define HAVE_BTOWC 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_FLOCK 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FWRITING 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MBRLEN 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_FCHMOD 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_LINK 1 | #define HAVE_SECURE_GETENV 1 | #define HAVE_SETENV 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCTOB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_XLOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define GETGROUPS_T gid_t | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FCHMODAT 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_FUTIMENS 1 | #define HAVE_RAW_DECL_LCHMOD 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKDIRAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKFIFOAT 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_MKNODAT 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_UTIMENSAT 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_DECL_GETDELIM 1 | #define HAVE_DECL_GETLINE 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define HAVE_DECL_GETPASS 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define PROMOTED_MODE_T mode_t | #define HAVE__BOOL 1 | #define HAVE_COMPOUND_LITERALS 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_WORKING_POSIX_SPAWN 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_VFPRINTF_POSIX 1 | #define USER_LABEL_PREFIX | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SETENV 1 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_STRCASESTR 1 | #define HAVE_RAW_DECL_FFSL 1 | #define HAVE_RAW_DECL_FFSLL 1 | #define HAVE_RAW_DECL_MEMMEM 1 | #define HAVE_RAW_DECL_MEMPCPY 1 | #define HAVE_RAW_DECL_MEMRCHR 1 | #define HAVE_RAW_DECL_RAWMEMCHR 1 | #define HAVE_RAW_DECL_STPCPY 1 | #define HAVE_RAW_DECL_STPNCPY 1 | #define HAVE_RAW_DECL_STRCHRNUL 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRNDUP 1 | #define HAVE_RAW_DECL_STRNLEN 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRSEP 1 | #define HAVE_RAW_DECL_STRCASESTR 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRERROR_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_RAW_DECL_STRVERSCMP 1 | #define HAVE_RAW_DECL_FFS 1 | #define HAVE_RAW_DECL_STRCASECMP 1 | #define HAVE_RAW_DECL_STRNCASECMP 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_DECL_UNSETENV 1 | #define HAVE_ALLOCA 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOEXEC 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_CLOSE_STREAM 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_EUIDACCESS 1 | #define GNULIB_TEST_EUIDACCESS 1 | #define GNULIB_TEST_FCNTL 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_DECL___FPENDING 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_FPRINTF_POSIX 1 | #define GNULIB_TEST_FPRINTF_POSIX 1 | #define HAVE_FREXP_IN_LIBC 1 | #define GNULIB_TEST_FREXP 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define GNULIB_TEST_FREXPL 1 | #define GNULIB_TEST_FSEEK 1 | #define GNULIB_TEST_FSEEKO 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FTELL 1 | #define GNULIB_TEST_FTELLO 1 | #define GNULIB_TEST_GETDELIM 1 | #define GNULIB_TEST_GETDTABLESIZE 1 | #define HAVE_GETGROUPS 1 | #define GNULIB_TEST_GETGROUPS 1 | #define GNULIB_TEST_GETLINE 1 | #define GNULIB_TEST_GETOPT_GNU 1 | #define getpass gnu_getpass | #define HAVE_DECL___FSETLOCKING 1 | /* end confdefs.h. */ | #include | struct timeval c; | int gettimeofday (struct timeval *restrict, void *restrict); | | int | main () | { | /* glibc uses struct timezone * rather than the POSIX void * | if _GNU_SOURCE is defined. However, since the only portable | use of gettimeofday uses NULL as the second parameter, and | since the glibc definition is actually more typesafe, it is | not worth wrapping this to get a compliant signature. */ | int (*f) (struct timeval *restrict, void *restrict) | = gettimeofday; | int x = f (&c, 0); | return !(x | c.tv_sec | c.tv_usec); | | ; | return 0; | } configure:31195: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:31195: $? = 0 configure:31204: result: almost configure:31286: checking for group_member configure:31286: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:31286: $? = 0 configure:31286: result: yes configure:31328: checking whether isnan(double) can be used without linking with libm configure:31353: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:31353: $? = 0 configure:31362: result: yes configure:31389: checking whether isnan(float) can be used without linking with libm configure:31414: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:31414: $? = 0 configure:31423: result: yes configure:31430: checking whether isnan(float) works configure:31498: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:31498: $? = 0 configure:31498: ./conftest configure:31498: $? = 0 configure:31509: result: yes configure:31652: checking whether isnan(long double) can be used without linking with libm configure:31677: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:31677: $? = 0 configure:31686: result: yes configure:31695: checking whether isnanl works configure:31833: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:31833: $? = 0 configure:31833: ./conftest configure:31833: $? = 64 configure: program exited with status 64 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU recutils" | #define PACKAGE_TARNAME "recutils" | #define PACKAGE_VERSION "1.7" | #define PACKAGE_STRING "GNU recutils 1.7" | #define PACKAGE_BUGREPORT "bug-recutils@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/recutils/" | #define PACKAGE "recutils" | #define VERSION "1.7" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define STDC_HEADERS 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define restrict __restrict | #define HAVE_BTOWC 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_FLOCK 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FWRITING 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MBRLEN 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_FCHMOD 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_LINK 1 | #define HAVE_SECURE_GETENV 1 | #define HAVE_SETENV 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCTOB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_XLOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define GETGROUPS_T gid_t | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FCHMODAT 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_FUTIMENS 1 | #define HAVE_RAW_DECL_LCHMOD 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKDIRAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKFIFOAT 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_MKNODAT 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_UTIMENSAT 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_DECL_GETDELIM 1 | #define HAVE_DECL_GETLINE 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define HAVE_DECL_GETPASS 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define PROMOTED_MODE_T mode_t | #define HAVE__BOOL 1 | #define HAVE_COMPOUND_LITERALS 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_WORKING_POSIX_SPAWN 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_VFPRINTF_POSIX 1 | #define USER_LABEL_PREFIX | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SETENV 1 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_STRCASESTR 1 | #define HAVE_RAW_DECL_FFSL 1 | #define HAVE_RAW_DECL_FFSLL 1 | #define HAVE_RAW_DECL_MEMMEM 1 | #define HAVE_RAW_DECL_MEMPCPY 1 | #define HAVE_RAW_DECL_MEMRCHR 1 | #define HAVE_RAW_DECL_RAWMEMCHR 1 | #define HAVE_RAW_DECL_STPCPY 1 | #define HAVE_RAW_DECL_STPNCPY 1 | #define HAVE_RAW_DECL_STRCHRNUL 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRNDUP 1 | #define HAVE_RAW_DECL_STRNLEN 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRSEP 1 | #define HAVE_RAW_DECL_STRCASESTR 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRERROR_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_RAW_DECL_STRVERSCMP 1 | #define HAVE_RAW_DECL_FFS 1 | #define HAVE_RAW_DECL_STRCASECMP 1 | #define HAVE_RAW_DECL_STRNCASECMP 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_DECL_UNSETENV 1 | #define HAVE_ALLOCA 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOEXEC 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_CLOSE_STREAM 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_EUIDACCESS 1 | #define GNULIB_TEST_EUIDACCESS 1 | #define GNULIB_TEST_FCNTL 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_DECL___FPENDING 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_FPRINTF_POSIX 1 | #define GNULIB_TEST_FPRINTF_POSIX 1 | #define HAVE_FREXP_IN_LIBC 1 | #define GNULIB_TEST_FREXP 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define GNULIB_TEST_FREXPL 1 | #define GNULIB_TEST_FSEEK 1 | #define GNULIB_TEST_FSEEKO 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FTELL 1 | #define GNULIB_TEST_FTELLO 1 | #define GNULIB_TEST_GETDELIM 1 | #define GNULIB_TEST_GETDTABLESIZE 1 | #define HAVE_GETGROUPS 1 | #define GNULIB_TEST_GETGROUPS 1 | #define GNULIB_TEST_GETLINE 1 | #define GNULIB_TEST_GETOPT_GNU 1 | #define getpass gnu_getpass | #define HAVE_DECL___FSETLOCKING 1 | #define GETTIMEOFDAY_TIMEZONE struct timezone | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define GNULIB_TEST_GROUP_MEMBER 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define HAVE_ISNANF_IN_LIBC 1 | /* end confdefs.h. */ | | #include | #include | #include | #if __GNUC__ >= 4 | # undef isnanl | # define isnanl(x) __builtin_isnanl ((long double)(x)) | #elif defined isnan | # undef isnanl | # define isnanl(x) isnan ((long double)(x)) | #endif | #define NWORDS ((sizeof (long double) + sizeof (unsigned int) - 1) / sizeof (unsigned int)) | typedef union { unsigned int word[NWORDS]; long double value; } | memory_long_double; | /* On Irix 6.5, gcc 3.4.3 can't compute compile-time NaN, and needs the | runtime type conversion. */ | #ifdef __sgi | static long double NaNl () | { | double zero = 0.0; | return zero / zero; | } | #else | # define NaNl() (0.0L / 0.0L) | #endif | int main () | { | int result = 0; | | if (!isnanl (NaNl ())) | result |= 1; | | { | memory_long_double m; | unsigned int i; | | /* The isnanl function should be immune against changes in the sign bit and | in the mantissa bits. The xor operation twiddles a bit that can only be | a sign bit or a mantissa bit (since the exponent never extends to | bit 31). */ | m.value = NaNl (); | m.word[NWORDS / 2] ^= (unsigned int) 1 << (sizeof (unsigned int) * CHAR_BIT - 1); | for (i = 0; i < NWORDS; i++) | m.word[i] |= 1; | if (!isnanl (m.value)) | result |= 1; | } | | #if ((defined __ia64 && LDBL_MANT_DIG == 64) || (defined __x86_64__ || defined __amd64__) || (defined __i386 || defined __i386__ || defined _I386 || defined _M_IX86 || defined _X86_)) && !HAVE_SAME_LONG_DOUBLE_AS_DOUBLE | /* Representation of an 80-bit 'long double' as an initializer for a sequence | of 'unsigned int' words. */ | # ifdef WORDS_BIGENDIAN | # define LDBL80_WORDS(exponent,manthi,mantlo) { ((unsigned int) (exponent) << 16) | ((unsigned int) (manthi) >> 16), ((unsigned int) (manthi) << 16) | (unsigned int) (mantlo) >> 16), (unsigned int) (mantlo) << 16 } | # else | # define LDBL80_WORDS(exponent,manthi,mantlo) { mantlo, manthi, exponent } | # endif | { /* Quiet NaN. */ | static memory_long_double x = | { LDBL80_WORDS (0xFFFF, 0xC3333333, 0x00000000) }; | if (!isnanl (x.value)) | result |= 2; | } | { | /* Signalling NaN. */ | static memory_long_double x = | { LDBL80_WORDS (0xFFFF, 0x83333333, 0x00000000) }; | if (!isnanl (x.value)) | result |= 2; | } | /* The isnanl function should recognize Pseudo-NaNs, Pseudo-Infinities, | Pseudo-Zeroes, Unnormalized Numbers, and Pseudo-Denormals, as defined in | Intel IA-64 Architecture Software Developer's Manual, Volume 1: | Application Architecture. | Table 5-2 "Floating-Point Register Encodings" | Figure 5-6 "Memory to Floating-Point Register Data Translation" | */ | { /* Pseudo-NaN. */ | static memory_long_double x = | { LDBL80_WORDS (0xFFFF, 0x40000001, 0x00000000) }; | if (!isnanl (x.value)) | result |= 4; | } | { /* Pseudo-Infinity. */ | static memory_long_double x = | { LDBL80_WORDS (0xFFFF, 0x00000000, 0x00000000) }; | if (!isnanl (x.value)) | result |= 8; | } | { /* Pseudo-Zero. */ | static memory_long_double x = | { LDBL80_WORDS (0x4004, 0x00000000, 0x00000000) }; | if (!isnanl (x.value)) | result |= 16; | } | { /* Unnormalized number. */ | static memory_long_double x = | { LDBL80_WORDS (0x4000, 0x63333333, 0x00000000) }; | if (!isnanl (x.value)) | result |= 32; | } | { /* Pseudo-Denormal. */ | static memory_long_double x = | { LDBL80_WORDS (0x0000, 0x83333333, 0x00000000) }; | if (!isnanl (x.value)) | result |= 64; | } | #endif | | return result; | } configure:31844: result: no configure:31872: checking where to find the exponent in a 'long double' configure:31952: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:31952: $? = 0 configure:31952: ./conftest configure:31952: $? = 0 configure:31964: result: word 2 bit 0 configure:32089: checking whether langinfo.h defines CODESET configure:32107: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:32107: $? = 0 configure:32115: result: yes configure:32120: checking whether langinfo.h defines T_FMT_AMPM configure:32138: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:32138: $? = 0 configure:32146: result: yes configure:32151: checking whether langinfo.h defines ERA configure:32169: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:32169: $? = 0 configure:32177: result: yes configure:32182: checking whether langinfo.h defines YESEXPR configure:32200: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:32200: $? = 0 configure:32208: result: yes configure:32225: checking whether nl_langinfo is declared without a macro configure:32243: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:32243: $? = 0 configure:32251: result: yes configure:32296: checking whether locale.h conforms to POSIX:2001 configure:32314: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:32314: $? = 0 configure:32321: result: yes configure:32333: checking whether locale.h defines locale_t configure:32350: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:32350: $? = 0 configure:32358: result: yes configure:32371: checking whether struct lconv is properly defined configure:32390: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:32390: $? = 0 configure:32398: result: yes configure:32479: checking whether setlocale is declared without a macro configure:32501: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:32501: $? = 0 configure:32509: result: yes configure:32479: checking whether duplocale is declared without a macro configure:32501: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:32501: $? = 0 configure:32509: result: yes configure:32574: checking for pthread_rwlock_t configure:32574: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:32574: $? = 0 configure:32574: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:265:31: error: expected expression before ')' token if (sizeof ((pthread_rwlock_t))) ^ configure:32574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU recutils" | #define PACKAGE_TARNAME "recutils" | #define PACKAGE_VERSION "1.7" | #define PACKAGE_STRING "GNU recutils 1.7" | #define PACKAGE_BUGREPORT "bug-recutils@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/recutils/" | #define PACKAGE "recutils" | #define VERSION "1.7" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define STDC_HEADERS 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define restrict __restrict | #define HAVE_BTOWC 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_FLOCK 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FWRITING 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MBRLEN 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_FCHMOD 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_LINK 1 | #define HAVE_SECURE_GETENV 1 | #define HAVE_SETENV 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCTOB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_XLOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define GETGROUPS_T gid_t | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FCHMODAT 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_FUTIMENS 1 | #define HAVE_RAW_DECL_LCHMOD 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKDIRAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKFIFOAT 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_MKNODAT 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_UTIMENSAT 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_DECL_GETDELIM 1 | #define HAVE_DECL_GETLINE 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define HAVE_DECL_GETPASS 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define PROMOTED_MODE_T mode_t | #define HAVE__BOOL 1 | #define HAVE_COMPOUND_LITERALS 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_WORKING_POSIX_SPAWN 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_VFPRINTF_POSIX 1 | #define USER_LABEL_PREFIX | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SETENV 1 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_STRCASESTR 1 | #define HAVE_RAW_DECL_FFSL 1 | #define HAVE_RAW_DECL_FFSLL 1 | #define HAVE_RAW_DECL_MEMMEM 1 | #define HAVE_RAW_DECL_MEMPCPY 1 | #define HAVE_RAW_DECL_MEMRCHR 1 | #define HAVE_RAW_DECL_RAWMEMCHR 1 | #define HAVE_RAW_DECL_STPCPY 1 | #define HAVE_RAW_DECL_STPNCPY 1 | #define HAVE_RAW_DECL_STRCHRNUL 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRNDUP 1 | #define HAVE_RAW_DECL_STRNLEN 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRSEP 1 | #define HAVE_RAW_DECL_STRCASESTR 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRERROR_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_RAW_DECL_STRVERSCMP 1 | #define HAVE_RAW_DECL_FFS 1 | #define HAVE_RAW_DECL_STRCASECMP 1 | #define HAVE_RAW_DECL_STRNCASECMP 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_DECL_UNSETENV 1 | #define HAVE_ALLOCA 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOEXEC 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_CLOSE_STREAM 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_EUIDACCESS 1 | #define GNULIB_TEST_EUIDACCESS 1 | #define GNULIB_TEST_FCNTL 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_DECL___FPENDING 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_FPRINTF_POSIX 1 | #define GNULIB_TEST_FPRINTF_POSIX 1 | #define HAVE_FREXP_IN_LIBC 1 | #define GNULIB_TEST_FREXP 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define GNULIB_TEST_FREXPL 1 | #define GNULIB_TEST_FSEEK 1 | #define GNULIB_TEST_FSEEKO 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FTELL 1 | #define GNULIB_TEST_FTELLO 1 | #define GNULIB_TEST_GETDELIM 1 | #define GNULIB_TEST_GETDTABLESIZE 1 | #define HAVE_GETGROUPS 1 | #define GNULIB_TEST_GETGROUPS 1 | #define GNULIB_TEST_GETLINE 1 | #define GNULIB_TEST_GETOPT_GNU 1 | #define getpass gnu_getpass | #define HAVE_DECL___FSETLOCKING 1 | #define GETTIMEOFDAY_TIMEZONE struct timezone | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define GNULIB_TEST_GROUP_MEMBER 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define HAVE_ISNANF_IN_LIBC 1 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_RAW_DECL_DUPLOCALE 1 | #define GNULIB_TEST_LOCALECONV 1 | /* end confdefs.h. */ | #include | | int | main () | { | if (sizeof ((pthread_rwlock_t))) | return 0; | ; | return 0; | } configure:32574: result: yes configure:32605: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:32605: $? = 0 configure:32633: checking whether lseek detects pipes configure:32666: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:32666: $? = 0 configure:32701: result: yes configure:32797: checking for stdlib.h configure:32797: result: yes configure:32806: checking for GNU libc compatible malloc configure:32850: result: yes configure:33012: checking whether NAN macro works configure:33035: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33035: $? = 0 configure:33042: result: yes configure:33047: checking whether HUGE_VAL works configure:33065: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33065: $? = 0 configure:33072: result: yes configure:33081: checking whether acosf is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether acosl is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether asinf is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether asinl is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether atanf is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether atanl is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether cbrt is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether cbrtf is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether cbrtl is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether ceilf is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether ceill is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether copysign is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether copysignf is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether copysignl is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether cosf is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether cosl is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether coshf is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether expf is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether expl is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether exp2 is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether exp2f is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether exp2l is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether expm1 is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether expm1f is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether expm1l is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether fabsf is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether fabsl is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether floorf is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether floorl is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether fma is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether fmaf is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether fmal is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether fmod is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether fmodf is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether fmodl is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether frexpf is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether frexpl is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether hypotf is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether hypotl is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether ilogb is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether ilogbf is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether ilogbl is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether ldexpf is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether ldexpl is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether log is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether logf is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether logl is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether log10 is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether log10f is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether log10l is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether log1p is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether log1pf is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether log1pl is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether log2 is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether log2f is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether log2l is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether logb is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether logbf is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether logbl is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether modf is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether modff is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether modfl is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether powf is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether remainder is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether remainderf is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether remainderl is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether rint is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether rintf is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether rintl is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether round is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether roundf is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether roundl is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether sinf is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether sinl is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether sinhf is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether sqrtf is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether sqrtl is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether tanf is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether tanl is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether tanhf is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether trunc is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether truncf is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33081: checking whether truncl is declared without a macro configure:33098: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:33098: $? = 0 configure:33106: result: yes configure:33218: checking whether mbrtowc handles incomplete characters configure:33275: result: yes configure:33281: checking whether mbrtowc works as well as mbtowc configure:33342: result: yes configure:33399: checking whether mbrtowc handles a NULL pwc argument configure:33470: result: yes configure:33476: checking whether mbrtowc handles a NULL string argument configure:33535: result: yes configure:33543: checking whether mbrtowc has a correct return value configure:33673: result: yes configure:33679: checking whether mbrtowc returns 0 when parsing a NUL character configure:33735: result: yes configure:33830: checking whether mbrtowc handles incomplete characters configure:33887: result: yes configure:33893: checking whether mbrtowc works as well as mbtowc configure:33954: result: yes configure:34188: checking for working mkstemp configure:34241: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:34241: $? = 0 configure:34241: ./conftest configure:34241: $? = 0 configure:34253: result: yes configure:34318: checking for working mktime configure:34526: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:34526: $? = 0 configure:34526: ./conftest configure:34526: $? = 0 configure:34537: result: yes configure:34632: checking whether YESEXPR works configure:34660: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:34660: $? = 0 configure:34660: ./conftest configure:34660: $? = 0 configure:34671: result: yes configure:34734: checking for obstacks configure:34755: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:34755: $? = 0 configure:34763: result: yes configure:34796: checking whether open recognizes a trailing slash configure:34835: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:34835: $? = 0 configure:34835: ./conftest configure:34835: $? = 0 configure:34847: result: yes configure:34899: checking for struct tm.tm_zone configure:34899: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:34899: $? = 0 configure:34899: result: yes configure:34983: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:34983: $? = 0 configure:35009: checking whether posix_spawn_file_actions_addopen works configure:35038: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:35038: $? = 0 configure:35038: ./conftest configure:35038: $? = 0 configure:35049: result: yes configure:35341: checking whether frexp works configure:35432: result: yes configure:35444: checking whether ldexp can be used without linking with libm configure:35463: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:35463: $? = 0 configure:35472: result: yes configure:35485: checking whether frexpl() can be used without linking with libm configure:35512: result: yes configure:35518: checking whether frexpl works configure:35640: result: yes configure:35655: checking whether frexpl is declared configure:35655: result: yes configure:35666: checking whether ldexpl() can be used without linking with libm configure:35684: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:35684: $? = 0 configure:35693: result: yes configure:35699: checking whether ldexpl works configure:35740: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:35740: $? = 0 configure:35740: ./conftest configure:35740: $? = 0 configure:35751: result: yes configure:35759: checking whether ldexpl is declared configure:35759: result: yes configure:35811: checking whether program_invocation_name is declared configure:35811: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:35811: $? = 0 configure:35811: result: yes configure:35823: checking whether program_invocation_short_name is declared configure:35823: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:35823: $? = 0 configure:35823: result: yes configure:35856: checking for sys/acl.h configure:35856: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:407:21: fatal error: sys/acl.h: No such file or directory #include ^ compilation terminated. configure:35856: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU recutils" | #define PACKAGE_TARNAME "recutils" | #define PACKAGE_VERSION "1.7" | #define PACKAGE_STRING "GNU recutils 1.7" | #define PACKAGE_BUGREPORT "bug-recutils@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/recutils/" | #define PACKAGE "recutils" | #define VERSION "1.7" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define STDC_HEADERS 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define restrict __restrict | #define HAVE_BTOWC 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_FLOCK 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FWRITING 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MBRLEN 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_FCHMOD 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_LINK 1 | #define HAVE_SECURE_GETENV 1 | #define HAVE_SETENV 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCTOB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_XLOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define GETGROUPS_T gid_t | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FCHMODAT 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_FUTIMENS 1 | #define HAVE_RAW_DECL_LCHMOD 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKDIRAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKFIFOAT 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_MKNODAT 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_UTIMENSAT 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_DECL_GETDELIM 1 | #define HAVE_DECL_GETLINE 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define HAVE_DECL_GETPASS 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define PROMOTED_MODE_T mode_t | #define HAVE__BOOL 1 | #define HAVE_COMPOUND_LITERALS 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_WORKING_POSIX_SPAWN 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_VFPRINTF_POSIX 1 | #define USER_LABEL_PREFIX | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SETENV 1 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_STRCASESTR 1 | #define HAVE_RAW_DECL_FFSL 1 | #define HAVE_RAW_DECL_FFSLL 1 | #define HAVE_RAW_DECL_MEMMEM 1 | #define HAVE_RAW_DECL_MEMPCPY 1 | #define HAVE_RAW_DECL_MEMRCHR 1 | #define HAVE_RAW_DECL_RAWMEMCHR 1 | #define HAVE_RAW_DECL_STPCPY 1 | #define HAVE_RAW_DECL_STPNCPY 1 | #define HAVE_RAW_DECL_STRCHRNUL 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRNDUP 1 | #define HAVE_RAW_DECL_STRNLEN 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRSEP 1 | #define HAVE_RAW_DECL_STRCASESTR 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRERROR_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_RAW_DECL_STRVERSCMP 1 | #define HAVE_RAW_DECL_FFS 1 | #define HAVE_RAW_DECL_STRCASECMP 1 | #define HAVE_RAW_DECL_STRNCASECMP 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_DECL_UNSETENV 1 | #define HAVE_ALLOCA 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOEXEC 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_CLOSE_STREAM 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_EUIDACCESS 1 | #define GNULIB_TEST_EUIDACCESS 1 | #define GNULIB_TEST_FCNTL 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_DECL___FPENDING 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_FPRINTF_POSIX 1 | #define GNULIB_TEST_FPRINTF_POSIX 1 | #define HAVE_FREXP_IN_LIBC 1 | #define GNULIB_TEST_FREXP 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define GNULIB_TEST_FREXPL 1 | #define GNULIB_TEST_FSEEK 1 | #define GNULIB_TEST_FSEEKO 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FTELL 1 | #define GNULIB_TEST_FTELLO 1 | #define GNULIB_TEST_GETDELIM 1 | #define GNULIB_TEST_GETDTABLESIZE 1 | #define HAVE_GETGROUPS 1 | #define GNULIB_TEST_GETGROUPS 1 | #define GNULIB_TEST_GETLINE 1 | #define GNULIB_TEST_GETOPT_GNU 1 | #define getpass gnu_getpass | #define HAVE_DECL___FSETLOCKING 1 | #define GETTIMEOFDAY_TIMEZONE struct timezone | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define GNULIB_TEST_GROUP_MEMBER 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define HAVE_ISNANF_IN_LIBC 1 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_RAW_DECL_DUPLOCALE 1 | #define GNULIB_TEST_LOCALECONV 1 | #define HAVE_PTHREAD_RWLOCK 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define GNULIB_LOCK 1 | #define GNULIB_TEST_LSEEK 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_ACOSF 1 | #define HAVE_RAW_DECL_ACOSL 1 | #define HAVE_RAW_DECL_ASINF 1 | #define HAVE_RAW_DECL_ASINL 1 | #define HAVE_RAW_DECL_ATANF 1 | #define HAVE_RAW_DECL_ATANL 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_CBRTF 1 | #define HAVE_RAW_DECL_CBRTL 1 | #define HAVE_RAW_DECL_CEILF 1 | #define HAVE_RAW_DECL_CEILL 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_COPYSIGNF 1 | #define HAVE_RAW_DECL_COPYSIGNL 1 | #define HAVE_RAW_DECL_COSF 1 | #define HAVE_RAW_DECL_COSL 1 | #define HAVE_RAW_DECL_COSHF 1 | #define HAVE_RAW_DECL_EXPF 1 | #define HAVE_RAW_DECL_EXPL 1 | #define HAVE_RAW_DECL_EXP2 1 | #define HAVE_RAW_DECL_EXP2F 1 | #define HAVE_RAW_DECL_EXP2L 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_EXPM1F 1 | #define HAVE_RAW_DECL_EXPM1L 1 | #define HAVE_RAW_DECL_FABSF 1 | #define HAVE_RAW_DECL_FABSL 1 | #define HAVE_RAW_DECL_FLOORF 1 | #define HAVE_RAW_DECL_FLOORL 1 | #define HAVE_RAW_DECL_FMA 1 | #define HAVE_RAW_DECL_FMAF 1 | #define HAVE_RAW_DECL_FMAL 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_FMODF 1 | #define HAVE_RAW_DECL_FMODL 1 | #define HAVE_RAW_DECL_FREXPF 1 | #define HAVE_RAW_DECL_FREXPL 1 | #define HAVE_RAW_DECL_HYPOTF 1 | #define HAVE_RAW_DECL_HYPOTL 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_ILOGBF 1 | #define HAVE_RAW_DECL_ILOGBL 1 | #define HAVE_RAW_DECL_LDEXPF 1 | #define HAVE_RAW_DECL_LDEXPL 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOGF 1 | #define HAVE_RAW_DECL_LOGL 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG10F 1 | #define HAVE_RAW_DECL_LOG10L 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOG1PF 1 | #define HAVE_RAW_DECL_LOG1PL 1 | #define HAVE_RAW_DECL_LOG2 1 | #define HAVE_RAW_DECL_LOG2F 1 | #define HAVE_RAW_DECL_LOG2L 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_LOGBF 1 | #define HAVE_RAW_DECL_LOGBL 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_MODFL 1 | #define HAVE_RAW_DECL_POWF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_REMAINDERF 1 | #define HAVE_RAW_DECL_REMAINDERL 1 | #define HAVE_RAW_DECL_RINT 1 | #define HAVE_RAW_DECL_RINTF 1 | #define HAVE_RAW_DECL_RINTL 1 | #define HAVE_RAW_DECL_ROUND 1 | #define HAVE_RAW_DECL_ROUNDF 1 | #define HAVE_RAW_DECL_ROUNDL 1 | #define HAVE_RAW_DECL_SINF 1 | #define HAVE_RAW_DECL_SINL 1 | #define HAVE_RAW_DECL_SINHF 1 | #define HAVE_RAW_DECL_SQRTF 1 | #define HAVE_RAW_DECL_SQRTL 1 | #define HAVE_RAW_DECL_TANF 1 | #define HAVE_RAW_DECL_TANL 1 | #define HAVE_RAW_DECL_TANHF 1 | #define HAVE_RAW_DECL_TRUNC 1 | #define HAVE_RAW_DECL_TRUNCF 1 | #define HAVE_RAW_DECL_TRUNCL 1 | #define GNULIB_TEST_MBRLEN 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define GNULIB_MKOSTEMP 1 | #define GNULIB_TEST_MKOSTEMP 1 | #define GNULIB_TEST_MKSTEMP 1 | #define GNULIB_TEST_MKTIME 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_OBSTACK 1 | #define GNULIB_TEST_OPEN 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define TIME_T_FITS_IN_LONG_INT 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1 | #define GNULIB_TEST_POSIX_SPAWNP 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define REPLACE_PRINTF_POSIX 1 | #define GNULIB_TEST_PRINTF_POSIX 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | /* end confdefs.h. */ | #include | #include | #include | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:35856: result: no configure:36263: WARNING: libacl development library was not found or not usable. configure:36265: WARNING: GNU recutils will be built without ACL support. configure:36290: checking for raise configure:36290: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:36290: $? = 0 configure:36290: result: yes configure:36310: checking for sigprocmask configure:36310: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:36310: $? = 0 configure:36310: result: yes configure:36360: checking for random.h configure:36360: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:411:20: fatal error: random.h: No such file or directory #include ^ compilation terminated. configure:36360: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU recutils" | #define PACKAGE_TARNAME "recutils" | #define PACKAGE_VERSION "1.7" | #define PACKAGE_STRING "GNU recutils 1.7" | #define PACKAGE_BUGREPORT "bug-recutils@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/recutils/" | #define PACKAGE "recutils" | #define VERSION "1.7" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define STDC_HEADERS 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define restrict __restrict | #define HAVE_BTOWC 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_FLOCK 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FWRITING 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MBRLEN 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_FCHMOD 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_LINK 1 | #define HAVE_SECURE_GETENV 1 | #define HAVE_SETENV 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCTOB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_XLOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define GETGROUPS_T gid_t | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FCHMODAT 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_FUTIMENS 1 | #define HAVE_RAW_DECL_LCHMOD 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKDIRAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKFIFOAT 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_MKNODAT 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_UTIMENSAT 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_DECL_GETDELIM 1 | #define HAVE_DECL_GETLINE 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define HAVE_DECL_GETPASS 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define PROMOTED_MODE_T mode_t | #define HAVE__BOOL 1 | #define HAVE_COMPOUND_LITERALS 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_WORKING_POSIX_SPAWN 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_VFPRINTF_POSIX 1 | #define USER_LABEL_PREFIX | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SETENV 1 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_STRCASESTR 1 | #define HAVE_RAW_DECL_FFSL 1 | #define HAVE_RAW_DECL_FFSLL 1 | #define HAVE_RAW_DECL_MEMMEM 1 | #define HAVE_RAW_DECL_MEMPCPY 1 | #define HAVE_RAW_DECL_MEMRCHR 1 | #define HAVE_RAW_DECL_RAWMEMCHR 1 | #define HAVE_RAW_DECL_STPCPY 1 | #define HAVE_RAW_DECL_STPNCPY 1 | #define HAVE_RAW_DECL_STRCHRNUL 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRNDUP 1 | #define HAVE_RAW_DECL_STRNLEN 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRSEP 1 | #define HAVE_RAW_DECL_STRCASESTR 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRERROR_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_RAW_DECL_STRVERSCMP 1 | #define HAVE_RAW_DECL_FFS 1 | #define HAVE_RAW_DECL_STRCASECMP 1 | #define HAVE_RAW_DECL_STRNCASECMP 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_DECL_UNSETENV 1 | #define HAVE_ALLOCA 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOEXEC 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_CLOSE_STREAM 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_EUIDACCESS 1 | #define GNULIB_TEST_EUIDACCESS 1 | #define GNULIB_TEST_FCNTL 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_DECL___FPENDING 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_FPRINTF_POSIX 1 | #define GNULIB_TEST_FPRINTF_POSIX 1 | #define HAVE_FREXP_IN_LIBC 1 | #define GNULIB_TEST_FREXP 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define GNULIB_TEST_FREXPL 1 | #define GNULIB_TEST_FSEEK 1 | #define GNULIB_TEST_FSEEKO 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FTELL 1 | #define GNULIB_TEST_FTELLO 1 | #define GNULIB_TEST_GETDELIM 1 | #define GNULIB_TEST_GETDTABLESIZE 1 | #define HAVE_GETGROUPS 1 | #define GNULIB_TEST_GETGROUPS 1 | #define GNULIB_TEST_GETLINE 1 | #define GNULIB_TEST_GETOPT_GNU 1 | #define getpass gnu_getpass | #define HAVE_DECL___FSETLOCKING 1 | #define GETTIMEOFDAY_TIMEZONE struct timezone | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define GNULIB_TEST_GROUP_MEMBER 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define HAVE_ISNANF_IN_LIBC 1 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_RAW_DECL_DUPLOCALE 1 | #define GNULIB_TEST_LOCALECONV 1 | #define HAVE_PTHREAD_RWLOCK 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define GNULIB_LOCK 1 | #define GNULIB_TEST_LSEEK 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_ACOSF 1 | #define HAVE_RAW_DECL_ACOSL 1 | #define HAVE_RAW_DECL_ASINF 1 | #define HAVE_RAW_DECL_ASINL 1 | #define HAVE_RAW_DECL_ATANF 1 | #define HAVE_RAW_DECL_ATANL 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_CBRTF 1 | #define HAVE_RAW_DECL_CBRTL 1 | #define HAVE_RAW_DECL_CEILF 1 | #define HAVE_RAW_DECL_CEILL 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_COPYSIGNF 1 | #define HAVE_RAW_DECL_COPYSIGNL 1 | #define HAVE_RAW_DECL_COSF 1 | #define HAVE_RAW_DECL_COSL 1 | #define HAVE_RAW_DECL_COSHF 1 | #define HAVE_RAW_DECL_EXPF 1 | #define HAVE_RAW_DECL_EXPL 1 | #define HAVE_RAW_DECL_EXP2 1 | #define HAVE_RAW_DECL_EXP2F 1 | #define HAVE_RAW_DECL_EXP2L 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_EXPM1F 1 | #define HAVE_RAW_DECL_EXPM1L 1 | #define HAVE_RAW_DECL_FABSF 1 | #define HAVE_RAW_DECL_FABSL 1 | #define HAVE_RAW_DECL_FLOORF 1 | #define HAVE_RAW_DECL_FLOORL 1 | #define HAVE_RAW_DECL_FMA 1 | #define HAVE_RAW_DECL_FMAF 1 | #define HAVE_RAW_DECL_FMAL 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_FMODF 1 | #define HAVE_RAW_DECL_FMODL 1 | #define HAVE_RAW_DECL_FREXPF 1 | #define HAVE_RAW_DECL_FREXPL 1 | #define HAVE_RAW_DECL_HYPOTF 1 | #define HAVE_RAW_DECL_HYPOTL 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_ILOGBF 1 | #define HAVE_RAW_DECL_ILOGBL 1 | #define HAVE_RAW_DECL_LDEXPF 1 | #define HAVE_RAW_DECL_LDEXPL 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOGF 1 | #define HAVE_RAW_DECL_LOGL 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG10F 1 | #define HAVE_RAW_DECL_LOG10L 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOG1PF 1 | #define HAVE_RAW_DECL_LOG1PL 1 | #define HAVE_RAW_DECL_LOG2 1 | #define HAVE_RAW_DECL_LOG2F 1 | #define HAVE_RAW_DECL_LOG2L 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_LOGBF 1 | #define HAVE_RAW_DECL_LOGBL 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_MODFL 1 | #define HAVE_RAW_DECL_POWF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_REMAINDERF 1 | #define HAVE_RAW_DECL_REMAINDERL 1 | #define HAVE_RAW_DECL_RINT 1 | #define HAVE_RAW_DECL_RINTF 1 | #define HAVE_RAW_DECL_RINTL 1 | #define HAVE_RAW_DECL_ROUND 1 | #define HAVE_RAW_DECL_ROUNDF 1 | #define HAVE_RAW_DECL_ROUNDL 1 | #define HAVE_RAW_DECL_SINF 1 | #define HAVE_RAW_DECL_SINL 1 | #define HAVE_RAW_DECL_SINHF 1 | #define HAVE_RAW_DECL_SQRTF 1 | #define HAVE_RAW_DECL_SQRTL 1 | #define HAVE_RAW_DECL_TANF 1 | #define HAVE_RAW_DECL_TANL 1 | #define HAVE_RAW_DECL_TANHF 1 | #define HAVE_RAW_DECL_TRUNC 1 | #define HAVE_RAW_DECL_TRUNCF 1 | #define HAVE_RAW_DECL_TRUNCL 1 | #define GNULIB_TEST_MBRLEN 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define GNULIB_MKOSTEMP 1 | #define GNULIB_TEST_MKOSTEMP 1 | #define GNULIB_TEST_MKSTEMP 1 | #define GNULIB_TEST_MKTIME 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_OBSTACK 1 | #define GNULIB_TEST_OPEN 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define TIME_T_FITS_IN_LONG_INT 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1 | #define GNULIB_TEST_POSIX_SPAWNP 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define REPLACE_PRINTF_POSIX 1 | #define GNULIB_TEST_PRINTF_POSIX 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | #define USE_ACL 0 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | /* end confdefs.h. */ | #include | #include | #include | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:36360: result: no configure:36374: checking for struct random_data configure:36374: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:36374: $? = 0 configure:36374: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:397:33: error: expected expression before ')' token if (sizeof ((struct random_data))) ^ configure:36374: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU recutils" | #define PACKAGE_TARNAME "recutils" | #define PACKAGE_VERSION "1.7" | #define PACKAGE_STRING "GNU recutils 1.7" | #define PACKAGE_BUGREPORT "bug-recutils@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/recutils/" | #define PACKAGE "recutils" | #define VERSION "1.7" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define STDC_HEADERS 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define restrict __restrict | #define HAVE_BTOWC 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_FLOCK 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FWRITING 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MBRLEN 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_FCHMOD 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_LINK 1 | #define HAVE_SECURE_GETENV 1 | #define HAVE_SETENV 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCTOB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_XLOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define GETGROUPS_T gid_t | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FCHMODAT 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_FUTIMENS 1 | #define HAVE_RAW_DECL_LCHMOD 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKDIRAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKFIFOAT 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_MKNODAT 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_UTIMENSAT 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_DECL_GETDELIM 1 | #define HAVE_DECL_GETLINE 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define HAVE_DECL_GETPASS 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define PROMOTED_MODE_T mode_t | #define HAVE__BOOL 1 | #define HAVE_COMPOUND_LITERALS 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_WORKING_POSIX_SPAWN 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_VFPRINTF_POSIX 1 | #define USER_LABEL_PREFIX | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SETENV 1 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_STRCASESTR 1 | #define HAVE_RAW_DECL_FFSL 1 | #define HAVE_RAW_DECL_FFSLL 1 | #define HAVE_RAW_DECL_MEMMEM 1 | #define HAVE_RAW_DECL_MEMPCPY 1 | #define HAVE_RAW_DECL_MEMRCHR 1 | #define HAVE_RAW_DECL_RAWMEMCHR 1 | #define HAVE_RAW_DECL_STPCPY 1 | #define HAVE_RAW_DECL_STPNCPY 1 | #define HAVE_RAW_DECL_STRCHRNUL 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRNDUP 1 | #define HAVE_RAW_DECL_STRNLEN 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRSEP 1 | #define HAVE_RAW_DECL_STRCASESTR 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRERROR_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_RAW_DECL_STRVERSCMP 1 | #define HAVE_RAW_DECL_FFS 1 | #define HAVE_RAW_DECL_STRCASECMP 1 | #define HAVE_RAW_DECL_STRNCASECMP 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_DECL_UNSETENV 1 | #define HAVE_ALLOCA 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOEXEC 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_CLOSE_STREAM 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_EUIDACCESS 1 | #define GNULIB_TEST_EUIDACCESS 1 | #define GNULIB_TEST_FCNTL 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_DECL___FPENDING 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_FPRINTF_POSIX 1 | #define GNULIB_TEST_FPRINTF_POSIX 1 | #define HAVE_FREXP_IN_LIBC 1 | #define GNULIB_TEST_FREXP 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define GNULIB_TEST_FREXPL 1 | #define GNULIB_TEST_FSEEK 1 | #define GNULIB_TEST_FSEEKO 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FTELL 1 | #define GNULIB_TEST_FTELLO 1 | #define GNULIB_TEST_GETDELIM 1 | #define GNULIB_TEST_GETDTABLESIZE 1 | #define HAVE_GETGROUPS 1 | #define GNULIB_TEST_GETGROUPS 1 | #define GNULIB_TEST_GETLINE 1 | #define GNULIB_TEST_GETOPT_GNU 1 | #define getpass gnu_getpass | #define HAVE_DECL___FSETLOCKING 1 | #define GETTIMEOFDAY_TIMEZONE struct timezone | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define GNULIB_TEST_GROUP_MEMBER 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define HAVE_ISNANF_IN_LIBC 1 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_RAW_DECL_DUPLOCALE 1 | #define GNULIB_TEST_LOCALECONV 1 | #define HAVE_PTHREAD_RWLOCK 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define GNULIB_LOCK 1 | #define GNULIB_TEST_LSEEK 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_ACOSF 1 | #define HAVE_RAW_DECL_ACOSL 1 | #define HAVE_RAW_DECL_ASINF 1 | #define HAVE_RAW_DECL_ASINL 1 | #define HAVE_RAW_DECL_ATANF 1 | #define HAVE_RAW_DECL_ATANL 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_CBRTF 1 | #define HAVE_RAW_DECL_CBRTL 1 | #define HAVE_RAW_DECL_CEILF 1 | #define HAVE_RAW_DECL_CEILL 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_COPYSIGNF 1 | #define HAVE_RAW_DECL_COPYSIGNL 1 | #define HAVE_RAW_DECL_COSF 1 | #define HAVE_RAW_DECL_COSL 1 | #define HAVE_RAW_DECL_COSHF 1 | #define HAVE_RAW_DECL_EXPF 1 | #define HAVE_RAW_DECL_EXPL 1 | #define HAVE_RAW_DECL_EXP2 1 | #define HAVE_RAW_DECL_EXP2F 1 | #define HAVE_RAW_DECL_EXP2L 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_EXPM1F 1 | #define HAVE_RAW_DECL_EXPM1L 1 | #define HAVE_RAW_DECL_FABSF 1 | #define HAVE_RAW_DECL_FABSL 1 | #define HAVE_RAW_DECL_FLOORF 1 | #define HAVE_RAW_DECL_FLOORL 1 | #define HAVE_RAW_DECL_FMA 1 | #define HAVE_RAW_DECL_FMAF 1 | #define HAVE_RAW_DECL_FMAL 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_FMODF 1 | #define HAVE_RAW_DECL_FMODL 1 | #define HAVE_RAW_DECL_FREXPF 1 | #define HAVE_RAW_DECL_FREXPL 1 | #define HAVE_RAW_DECL_HYPOTF 1 | #define HAVE_RAW_DECL_HYPOTL 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_ILOGBF 1 | #define HAVE_RAW_DECL_ILOGBL 1 | #define HAVE_RAW_DECL_LDEXPF 1 | #define HAVE_RAW_DECL_LDEXPL 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOGF 1 | #define HAVE_RAW_DECL_LOGL 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG10F 1 | #define HAVE_RAW_DECL_LOG10L 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOG1PF 1 | #define HAVE_RAW_DECL_LOG1PL 1 | #define HAVE_RAW_DECL_LOG2 1 | #define HAVE_RAW_DECL_LOG2F 1 | #define HAVE_RAW_DECL_LOG2L 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_LOGBF 1 | #define HAVE_RAW_DECL_LOGBL 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_MODFL 1 | #define HAVE_RAW_DECL_POWF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_REMAINDERF 1 | #define HAVE_RAW_DECL_REMAINDERL 1 | #define HAVE_RAW_DECL_RINT 1 | #define HAVE_RAW_DECL_RINTF 1 | #define HAVE_RAW_DECL_RINTL 1 | #define HAVE_RAW_DECL_ROUND 1 | #define HAVE_RAW_DECL_ROUNDF 1 | #define HAVE_RAW_DECL_ROUNDL 1 | #define HAVE_RAW_DECL_SINF 1 | #define HAVE_RAW_DECL_SINL 1 | #define HAVE_RAW_DECL_SINHF 1 | #define HAVE_RAW_DECL_SQRTF 1 | #define HAVE_RAW_DECL_SQRTL 1 | #define HAVE_RAW_DECL_TANF 1 | #define HAVE_RAW_DECL_TANL 1 | #define HAVE_RAW_DECL_TANHF 1 | #define HAVE_RAW_DECL_TRUNC 1 | #define HAVE_RAW_DECL_TRUNCF 1 | #define HAVE_RAW_DECL_TRUNCL 1 | #define GNULIB_TEST_MBRLEN 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define GNULIB_MKOSTEMP 1 | #define GNULIB_TEST_MKOSTEMP 1 | #define GNULIB_TEST_MKSTEMP 1 | #define GNULIB_TEST_MKTIME 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_OBSTACK 1 | #define GNULIB_TEST_OPEN 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define TIME_T_FITS_IN_LONG_INT 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1 | #define GNULIB_TEST_POSIX_SPAWNP 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define REPLACE_PRINTF_POSIX 1 | #define GNULIB_TEST_PRINTF_POSIX 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | #define USE_ACL 0 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | /* end confdefs.h. */ | #include | #if HAVE_RANDOM_H | # include | #endif | | | int | main () | { | if (sizeof ((struct random_data))) | return 0; | ; | return 0; | } configure:36374: result: yes configure:36399: checking for random_r configure:36399: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:36399: $? = 0 configure:36399: result: yes configure:36450: checking for rawmemchr configure:36450: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:36450: $? = 0 configure:36450: result: yes configure:36983: checking for readline configure:37008: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c -lreadline >&5 configure:37008: $? = 0 configure:37025: result: yes configure:37037: checking how to link with libreadline configure:37039: result: -lreadline configure:37052: checking for readline/readline.h configure:37052: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:37052: $? = 0 configure:37052: result: yes configure:37052: checking for readline/history.h configure:37052: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:37052: $? = 0 configure:37052: result: yes configure:37089: checking whether readlink signature is correct configure:37107: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:37107: $? = 0 configure:37114: result: yes configure:37116: checking whether readlink handles trailing slash correctly configure:37146: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:37146: $? = 0 configure:37146: ./conftest configure:37146: $? = 0 configure:37157: result: yes configure:37272: checking for working re_compile_pattern configure:37480: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:37480: $? = 0 configure:37480: ./conftest configure:37480: $? = 0 configure:37490: result: yes configure:37619: checking whether rename honors trailing slash on destination configure:37664: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:37664: $? = 0 configure:37664: ./conftest configure:37664: $? = 0 configure:37676: result: yes configure:37688: checking whether rename honors trailing slash on source configure:37733: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:37733: $? = 0 configure:37733: ./conftest configure:37733: $? = 0 configure:37745: result: yes configure:37764: checking whether rename manages hard links correctly configure:37807: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:37807: $? = 0 configure:37807: ./conftest configure:37807: $? = 0 configure:37825: result: yes configure:37837: checking whether rename manages existing destinations correctly configure:37874: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:37874: $? = 0 configure:37874: ./conftest configure:37874: $? = 0 configure:37886: result: yes configure:37934: checking whether rmdir works configure:37976: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:37976: $? = 0 configure:37976: ./conftest configure:37976: $? = 0 configure:37987: result: yes configure:38040: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:38040: $? = 0 configure:38404: checking whether setenv validates arguments configure:38448: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:38448: $? = 0 configure:38448: ./conftest configure:38448: $? = 0 configure:38458: result: yes configure:38505: checking for struct sigaction.sa_sigaction configure:38505: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:38505: $? = 0 configure:38505: result: yes configure:38659: checking for volatile sig_atomic_t configure:38659: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:38659: $? = 0 configure:38659: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:413:36: error: expected expression before ')' token if (sizeof ((volatile sig_atomic_t))) ^ configure:38659: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU recutils" | #define PACKAGE_TARNAME "recutils" | #define PACKAGE_VERSION "1.7" | #define PACKAGE_STRING "GNU recutils 1.7" | #define PACKAGE_BUGREPORT "bug-recutils@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/recutils/" | #define PACKAGE "recutils" | #define VERSION "1.7" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define STDC_HEADERS 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define restrict __restrict | #define HAVE_BTOWC 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_FLOCK 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FWRITING 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MBRLEN 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_FCHMOD 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_LINK 1 | #define HAVE_SECURE_GETENV 1 | #define HAVE_SETENV 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCTOB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_XLOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define GETGROUPS_T gid_t | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FCHMODAT 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_FUTIMENS 1 | #define HAVE_RAW_DECL_LCHMOD 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKDIRAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKFIFOAT 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_MKNODAT 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_UTIMENSAT 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_DECL_GETDELIM 1 | #define HAVE_DECL_GETLINE 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define HAVE_DECL_GETPASS 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define PROMOTED_MODE_T mode_t | #define HAVE__BOOL 1 | #define HAVE_COMPOUND_LITERALS 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_WORKING_POSIX_SPAWN 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_VFPRINTF_POSIX 1 | #define USER_LABEL_PREFIX | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SETENV 1 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_STRCASESTR 1 | #define HAVE_RAW_DECL_FFSL 1 | #define HAVE_RAW_DECL_FFSLL 1 | #define HAVE_RAW_DECL_MEMMEM 1 | #define HAVE_RAW_DECL_MEMPCPY 1 | #define HAVE_RAW_DECL_MEMRCHR 1 | #define HAVE_RAW_DECL_RAWMEMCHR 1 | #define HAVE_RAW_DECL_STPCPY 1 | #define HAVE_RAW_DECL_STPNCPY 1 | #define HAVE_RAW_DECL_STRCHRNUL 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRNDUP 1 | #define HAVE_RAW_DECL_STRNLEN 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRSEP 1 | #define HAVE_RAW_DECL_STRCASESTR 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRERROR_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_RAW_DECL_STRVERSCMP 1 | #define HAVE_RAW_DECL_FFS 1 | #define HAVE_RAW_DECL_STRCASECMP 1 | #define HAVE_RAW_DECL_STRNCASECMP 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_DECL_UNSETENV 1 | #define HAVE_ALLOCA 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOEXEC 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_CLOSE_STREAM 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_EUIDACCESS 1 | #define GNULIB_TEST_EUIDACCESS 1 | #define GNULIB_TEST_FCNTL 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_DECL___FPENDING 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_FPRINTF_POSIX 1 | #define GNULIB_TEST_FPRINTF_POSIX 1 | #define HAVE_FREXP_IN_LIBC 1 | #define GNULIB_TEST_FREXP 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define GNULIB_TEST_FREXPL 1 | #define GNULIB_TEST_FSEEK 1 | #define GNULIB_TEST_FSEEKO 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FTELL 1 | #define GNULIB_TEST_FTELLO 1 | #define GNULIB_TEST_GETDELIM 1 | #define GNULIB_TEST_GETDTABLESIZE 1 | #define HAVE_GETGROUPS 1 | #define GNULIB_TEST_GETGROUPS 1 | #define GNULIB_TEST_GETLINE 1 | #define GNULIB_TEST_GETOPT_GNU 1 | #define getpass gnu_getpass | #define HAVE_DECL___FSETLOCKING 1 | #define GETTIMEOFDAY_TIMEZONE struct timezone | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define GNULIB_TEST_GROUP_MEMBER 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define HAVE_ISNANF_IN_LIBC 1 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_RAW_DECL_DUPLOCALE 1 | #define GNULIB_TEST_LOCALECONV 1 | #define HAVE_PTHREAD_RWLOCK 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define GNULIB_LOCK 1 | #define GNULIB_TEST_LSEEK 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_ACOSF 1 | #define HAVE_RAW_DECL_ACOSL 1 | #define HAVE_RAW_DECL_ASINF 1 | #define HAVE_RAW_DECL_ASINL 1 | #define HAVE_RAW_DECL_ATANF 1 | #define HAVE_RAW_DECL_ATANL 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_CBRTF 1 | #define HAVE_RAW_DECL_CBRTL 1 | #define HAVE_RAW_DECL_CEILF 1 | #define HAVE_RAW_DECL_CEILL 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_COPYSIGNF 1 | #define HAVE_RAW_DECL_COPYSIGNL 1 | #define HAVE_RAW_DECL_COSF 1 | #define HAVE_RAW_DECL_COSL 1 | #define HAVE_RAW_DECL_COSHF 1 | #define HAVE_RAW_DECL_EXPF 1 | #define HAVE_RAW_DECL_EXPL 1 | #define HAVE_RAW_DECL_EXP2 1 | #define HAVE_RAW_DECL_EXP2F 1 | #define HAVE_RAW_DECL_EXP2L 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_EXPM1F 1 | #define HAVE_RAW_DECL_EXPM1L 1 | #define HAVE_RAW_DECL_FABSF 1 | #define HAVE_RAW_DECL_FABSL 1 | #define HAVE_RAW_DECL_FLOORF 1 | #define HAVE_RAW_DECL_FLOORL 1 | #define HAVE_RAW_DECL_FMA 1 | #define HAVE_RAW_DECL_FMAF 1 | #define HAVE_RAW_DECL_FMAL 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_FMODF 1 | #define HAVE_RAW_DECL_FMODL 1 | #define HAVE_RAW_DECL_FREXPF 1 | #define HAVE_RAW_DECL_FREXPL 1 | #define HAVE_RAW_DECL_HYPOTF 1 | #define HAVE_RAW_DECL_HYPOTL 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_ILOGBF 1 | #define HAVE_RAW_DECL_ILOGBL 1 | #define HAVE_RAW_DECL_LDEXPF 1 | #define HAVE_RAW_DECL_LDEXPL 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOGF 1 | #define HAVE_RAW_DECL_LOGL 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG10F 1 | #define HAVE_RAW_DECL_LOG10L 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOG1PF 1 | #define HAVE_RAW_DECL_LOG1PL 1 | #define HAVE_RAW_DECL_LOG2 1 | #define HAVE_RAW_DECL_LOG2F 1 | #define HAVE_RAW_DECL_LOG2L 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_LOGBF 1 | #define HAVE_RAW_DECL_LOGBL 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_MODFL 1 | #define HAVE_RAW_DECL_POWF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_REMAINDERF 1 | #define HAVE_RAW_DECL_REMAINDERL 1 | #define HAVE_RAW_DECL_RINT 1 | #define HAVE_RAW_DECL_RINTF 1 | #define HAVE_RAW_DECL_RINTL 1 | #define HAVE_RAW_DECL_ROUND 1 | #define HAVE_RAW_DECL_ROUNDF 1 | #define HAVE_RAW_DECL_ROUNDL 1 | #define HAVE_RAW_DECL_SINF 1 | #define HAVE_RAW_DECL_SINL 1 | #define HAVE_RAW_DECL_SINHF 1 | #define HAVE_RAW_DECL_SQRTF 1 | #define HAVE_RAW_DECL_SQRTL 1 | #define HAVE_RAW_DECL_TANF 1 | #define HAVE_RAW_DECL_TANL 1 | #define HAVE_RAW_DECL_TANHF 1 | #define HAVE_RAW_DECL_TRUNC 1 | #define HAVE_RAW_DECL_TRUNCF 1 | #define HAVE_RAW_DECL_TRUNCL 1 | #define GNULIB_TEST_MBRLEN 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define GNULIB_MKOSTEMP 1 | #define GNULIB_TEST_MKOSTEMP 1 | #define GNULIB_TEST_MKSTEMP 1 | #define GNULIB_TEST_MKTIME 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_OBSTACK 1 | #define GNULIB_TEST_OPEN 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define TIME_T_FITS_IN_LONG_INT 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1 | #define GNULIB_TEST_POSIX_SPAWNP 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define REPLACE_PRINTF_POSIX 1 | #define GNULIB_TEST_PRINTF_POSIX 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | #define USE_ACL 0 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define HAVE_STRUCT_RANDOM_DATA 1 | #define HAVE_RANDOM_R 1 | #define GNULIB_TEST_RANDOM_R 1 | #define HAVE_RAWMEMCHR 1 | #define GNULIB_TEST_RAWMEMCHR 1 | #define HAVE_READLINE 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define GNULIB_TEST_READLINK 1 | #define HAVE_REALLOC_POSIX 1 | #define GNULIB_TEST_REALLOC_POSIX 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define HAVE_SELINUX_SELINUX_H 0 | #define GNULIB_TEST_SETENV 1 | #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1 | #define GNULIB_TEST_SIGACTION 1 | /* end confdefs.h. */ | | #include | | | int | main () | { | if (sizeof ((volatile sig_atomic_t))) | return 0; | ; | return 0; | } configure:38659: result: yes configure:38675: checking for sighandler_t configure:38675: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:38675: $? = 0 configure:38675: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:413:27: error: expected expression before ')' token if (sizeof ((sighandler_t))) ^ configure:38675: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU recutils" | #define PACKAGE_TARNAME "recutils" | #define PACKAGE_VERSION "1.7" | #define PACKAGE_STRING "GNU recutils 1.7" | #define PACKAGE_BUGREPORT "bug-recutils@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/recutils/" | #define PACKAGE "recutils" | #define VERSION "1.7" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define STDC_HEADERS 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define restrict __restrict | #define HAVE_BTOWC 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_FLOCK 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FWRITING 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MBRLEN 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_FCHMOD 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_LINK 1 | #define HAVE_SECURE_GETENV 1 | #define HAVE_SETENV 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCTOB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_XLOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define GETGROUPS_T gid_t | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FCHMODAT 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_FUTIMENS 1 | #define HAVE_RAW_DECL_LCHMOD 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKDIRAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKFIFOAT 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_MKNODAT 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_UTIMENSAT 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_DECL_GETDELIM 1 | #define HAVE_DECL_GETLINE 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define HAVE_DECL_GETPASS 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define PROMOTED_MODE_T mode_t | #define HAVE__BOOL 1 | #define HAVE_COMPOUND_LITERALS 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_WORKING_POSIX_SPAWN 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_VFPRINTF_POSIX 1 | #define USER_LABEL_PREFIX | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SETENV 1 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_STRCASESTR 1 | #define HAVE_RAW_DECL_FFSL 1 | #define HAVE_RAW_DECL_FFSLL 1 | #define HAVE_RAW_DECL_MEMMEM 1 | #define HAVE_RAW_DECL_MEMPCPY 1 | #define HAVE_RAW_DECL_MEMRCHR 1 | #define HAVE_RAW_DECL_RAWMEMCHR 1 | #define HAVE_RAW_DECL_STPCPY 1 | #define HAVE_RAW_DECL_STPNCPY 1 | #define HAVE_RAW_DECL_STRCHRNUL 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRNDUP 1 | #define HAVE_RAW_DECL_STRNLEN 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRSEP 1 | #define HAVE_RAW_DECL_STRCASESTR 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRERROR_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_RAW_DECL_STRVERSCMP 1 | #define HAVE_RAW_DECL_FFS 1 | #define HAVE_RAW_DECL_STRCASECMP 1 | #define HAVE_RAW_DECL_STRNCASECMP 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_DECL_UNSETENV 1 | #define HAVE_ALLOCA 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOEXEC 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_CLOSE_STREAM 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_EUIDACCESS 1 | #define GNULIB_TEST_EUIDACCESS 1 | #define GNULIB_TEST_FCNTL 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_DECL___FPENDING 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_FPRINTF_POSIX 1 | #define GNULIB_TEST_FPRINTF_POSIX 1 | #define HAVE_FREXP_IN_LIBC 1 | #define GNULIB_TEST_FREXP 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define GNULIB_TEST_FREXPL 1 | #define GNULIB_TEST_FSEEK 1 | #define GNULIB_TEST_FSEEKO 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FTELL 1 | #define GNULIB_TEST_FTELLO 1 | #define GNULIB_TEST_GETDELIM 1 | #define GNULIB_TEST_GETDTABLESIZE 1 | #define HAVE_GETGROUPS 1 | #define GNULIB_TEST_GETGROUPS 1 | #define GNULIB_TEST_GETLINE 1 | #define GNULIB_TEST_GETOPT_GNU 1 | #define getpass gnu_getpass | #define HAVE_DECL___FSETLOCKING 1 | #define GETTIMEOFDAY_TIMEZONE struct timezone | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define GNULIB_TEST_GROUP_MEMBER 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define HAVE_ISNANF_IN_LIBC 1 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_RAW_DECL_DUPLOCALE 1 | #define GNULIB_TEST_LOCALECONV 1 | #define HAVE_PTHREAD_RWLOCK 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define GNULIB_LOCK 1 | #define GNULIB_TEST_LSEEK 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_ACOSF 1 | #define HAVE_RAW_DECL_ACOSL 1 | #define HAVE_RAW_DECL_ASINF 1 | #define HAVE_RAW_DECL_ASINL 1 | #define HAVE_RAW_DECL_ATANF 1 | #define HAVE_RAW_DECL_ATANL 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_CBRTF 1 | #define HAVE_RAW_DECL_CBRTL 1 | #define HAVE_RAW_DECL_CEILF 1 | #define HAVE_RAW_DECL_CEILL 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_COPYSIGNF 1 | #define HAVE_RAW_DECL_COPYSIGNL 1 | #define HAVE_RAW_DECL_COSF 1 | #define HAVE_RAW_DECL_COSL 1 | #define HAVE_RAW_DECL_COSHF 1 | #define HAVE_RAW_DECL_EXPF 1 | #define HAVE_RAW_DECL_EXPL 1 | #define HAVE_RAW_DECL_EXP2 1 | #define HAVE_RAW_DECL_EXP2F 1 | #define HAVE_RAW_DECL_EXP2L 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_EXPM1F 1 | #define HAVE_RAW_DECL_EXPM1L 1 | #define HAVE_RAW_DECL_FABSF 1 | #define HAVE_RAW_DECL_FABSL 1 | #define HAVE_RAW_DECL_FLOORF 1 | #define HAVE_RAW_DECL_FLOORL 1 | #define HAVE_RAW_DECL_FMA 1 | #define HAVE_RAW_DECL_FMAF 1 | #define HAVE_RAW_DECL_FMAL 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_FMODF 1 | #define HAVE_RAW_DECL_FMODL 1 | #define HAVE_RAW_DECL_FREXPF 1 | #define HAVE_RAW_DECL_FREXPL 1 | #define HAVE_RAW_DECL_HYPOTF 1 | #define HAVE_RAW_DECL_HYPOTL 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_ILOGBF 1 | #define HAVE_RAW_DECL_ILOGBL 1 | #define HAVE_RAW_DECL_LDEXPF 1 | #define HAVE_RAW_DECL_LDEXPL 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOGF 1 | #define HAVE_RAW_DECL_LOGL 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG10F 1 | #define HAVE_RAW_DECL_LOG10L 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOG1PF 1 | #define HAVE_RAW_DECL_LOG1PL 1 | #define HAVE_RAW_DECL_LOG2 1 | #define HAVE_RAW_DECL_LOG2F 1 | #define HAVE_RAW_DECL_LOG2L 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_LOGBF 1 | #define HAVE_RAW_DECL_LOGBL 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_MODFL 1 | #define HAVE_RAW_DECL_POWF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_REMAINDERF 1 | #define HAVE_RAW_DECL_REMAINDERL 1 | #define HAVE_RAW_DECL_RINT 1 | #define HAVE_RAW_DECL_RINTF 1 | #define HAVE_RAW_DECL_RINTL 1 | #define HAVE_RAW_DECL_ROUND 1 | #define HAVE_RAW_DECL_ROUNDF 1 | #define HAVE_RAW_DECL_ROUNDL 1 | #define HAVE_RAW_DECL_SINF 1 | #define HAVE_RAW_DECL_SINL 1 | #define HAVE_RAW_DECL_SINHF 1 | #define HAVE_RAW_DECL_SQRTF 1 | #define HAVE_RAW_DECL_SQRTL 1 | #define HAVE_RAW_DECL_TANF 1 | #define HAVE_RAW_DECL_TANL 1 | #define HAVE_RAW_DECL_TANHF 1 | #define HAVE_RAW_DECL_TRUNC 1 | #define HAVE_RAW_DECL_TRUNCF 1 | #define HAVE_RAW_DECL_TRUNCL 1 | #define GNULIB_TEST_MBRLEN 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define GNULIB_MKOSTEMP 1 | #define GNULIB_TEST_MKOSTEMP 1 | #define GNULIB_TEST_MKSTEMP 1 | #define GNULIB_TEST_MKTIME 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_OBSTACK 1 | #define GNULIB_TEST_OPEN 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define TIME_T_FITS_IN_LONG_INT 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1 | #define GNULIB_TEST_POSIX_SPAWNP 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define REPLACE_PRINTF_POSIX 1 | #define GNULIB_TEST_PRINTF_POSIX 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | #define USE_ACL 0 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define HAVE_STRUCT_RANDOM_DATA 1 | #define HAVE_RANDOM_R 1 | #define GNULIB_TEST_RANDOM_R 1 | #define HAVE_RAWMEMCHR 1 | #define GNULIB_TEST_RAWMEMCHR 1 | #define HAVE_READLINE 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define GNULIB_TEST_READLINK 1 | #define HAVE_REALLOC_POSIX 1 | #define GNULIB_TEST_REALLOC_POSIX 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define HAVE_SELINUX_SELINUX_H 0 | #define GNULIB_TEST_SETENV 1 | #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1 | #define GNULIB_TEST_SIGACTION 1 | /* end confdefs.h. */ | | #include | | | int | main () | { | if (sizeof ((sighandler_t))) | return 0; | ; | return 0; | } configure:38675: result: yes configure:38689: checking whether pthread_sigmask is declared without a macro configure:38707: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:38707: $? = 0 configure:38715: result: yes configure:38689: checking whether sigaction is declared without a macro configure:38707: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:38707: $? = 0 configure:38715: result: yes configure:38689: checking whether sigaddset is declared without a macro configure:38707: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:38707: $? = 0 configure:38715: result: yes configure:38689: checking whether sigdelset is declared without a macro configure:38707: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:38707: $? = 0 configure:38715: result: yes configure:38689: checking whether sigemptyset is declared without a macro configure:38707: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:38707: $? = 0 configure:38715: result: yes configure:38689: checking whether sigfillset is declared without a macro configure:38707: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:38707: $? = 0 configure:38715: result: yes configure:38689: checking whether sigismember is declared without a macro configure:38707: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:38707: $? = 0 configure:38715: result: yes configure:38689: checking whether sigpending is declared without a macro configure:38707: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:38707: $? = 0 configure:38715: result: yes configure:38689: checking whether sigprocmask is declared without a macro configure:38707: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:38707: $? = 0 configure:38715: result: yes configure:38729: checking for signbit macro configure:38834: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:38834: $? = 0 configure:38834: ./conftest configure:38834: $? = 0 configure:38845: result: yes configure:38847: checking for signbit compiler built-ins configure:38949: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:38949: $? = 0 configure:38949: ./conftest configure:38949: $? = 0 configure:38960: result: yes configure:39489: checking for sigprocmask configure:39489: result: yes configure:39530: checking for stdint.h configure:39530: result: yes configure:39539: checking for SIZE_MAX configure:39610: result: yes configure:39711: checking for posix_spawnattr_t configure:39711: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:39711: $? = 0 configure:39711: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:425:32: error: expected expression before ')' token if (sizeof ((posix_spawnattr_t))) ^ configure:39711: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU recutils" | #define PACKAGE_TARNAME "recutils" | #define PACKAGE_VERSION "1.7" | #define PACKAGE_STRING "GNU recutils 1.7" | #define PACKAGE_BUGREPORT "bug-recutils@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/recutils/" | #define PACKAGE "recutils" | #define VERSION "1.7" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define STDC_HEADERS 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define restrict __restrict | #define HAVE_BTOWC 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_FLOCK 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FWRITING 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MBRLEN 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_FCHMOD 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_LINK 1 | #define HAVE_SECURE_GETENV 1 | #define HAVE_SETENV 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCTOB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_XLOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define GETGROUPS_T gid_t | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FCHMODAT 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_FUTIMENS 1 | #define HAVE_RAW_DECL_LCHMOD 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKDIRAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKFIFOAT 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_MKNODAT 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_UTIMENSAT 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_DECL_GETDELIM 1 | #define HAVE_DECL_GETLINE 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define HAVE_DECL_GETPASS 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define PROMOTED_MODE_T mode_t | #define HAVE__BOOL 1 | #define HAVE_COMPOUND_LITERALS 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_WORKING_POSIX_SPAWN 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_VFPRINTF_POSIX 1 | #define USER_LABEL_PREFIX | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SETENV 1 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_STRCASESTR 1 | #define HAVE_RAW_DECL_FFSL 1 | #define HAVE_RAW_DECL_FFSLL 1 | #define HAVE_RAW_DECL_MEMMEM 1 | #define HAVE_RAW_DECL_MEMPCPY 1 | #define HAVE_RAW_DECL_MEMRCHR 1 | #define HAVE_RAW_DECL_RAWMEMCHR 1 | #define HAVE_RAW_DECL_STPCPY 1 | #define HAVE_RAW_DECL_STPNCPY 1 | #define HAVE_RAW_DECL_STRCHRNUL 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRNDUP 1 | #define HAVE_RAW_DECL_STRNLEN 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRSEP 1 | #define HAVE_RAW_DECL_STRCASESTR 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRERROR_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_RAW_DECL_STRVERSCMP 1 | #define HAVE_RAW_DECL_FFS 1 | #define HAVE_RAW_DECL_STRCASECMP 1 | #define HAVE_RAW_DECL_STRNCASECMP 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_DECL_UNSETENV 1 | #define HAVE_ALLOCA 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOEXEC 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_CLOSE_STREAM 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_EUIDACCESS 1 | #define GNULIB_TEST_EUIDACCESS 1 | #define GNULIB_TEST_FCNTL 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_DECL___FPENDING 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_FPRINTF_POSIX 1 | #define GNULIB_TEST_FPRINTF_POSIX 1 | #define HAVE_FREXP_IN_LIBC 1 | #define GNULIB_TEST_FREXP 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define GNULIB_TEST_FREXPL 1 | #define GNULIB_TEST_FSEEK 1 | #define GNULIB_TEST_FSEEKO 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FTELL 1 | #define GNULIB_TEST_FTELLO 1 | #define GNULIB_TEST_GETDELIM 1 | #define GNULIB_TEST_GETDTABLESIZE 1 | #define HAVE_GETGROUPS 1 | #define GNULIB_TEST_GETGROUPS 1 | #define GNULIB_TEST_GETLINE 1 | #define GNULIB_TEST_GETOPT_GNU 1 | #define getpass gnu_getpass | #define HAVE_DECL___FSETLOCKING 1 | #define GETTIMEOFDAY_TIMEZONE struct timezone | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define GNULIB_TEST_GROUP_MEMBER 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define HAVE_ISNANF_IN_LIBC 1 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_RAW_DECL_DUPLOCALE 1 | #define GNULIB_TEST_LOCALECONV 1 | #define HAVE_PTHREAD_RWLOCK 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define GNULIB_LOCK 1 | #define GNULIB_TEST_LSEEK 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_ACOSF 1 | #define HAVE_RAW_DECL_ACOSL 1 | #define HAVE_RAW_DECL_ASINF 1 | #define HAVE_RAW_DECL_ASINL 1 | #define HAVE_RAW_DECL_ATANF 1 | #define HAVE_RAW_DECL_ATANL 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_CBRTF 1 | #define HAVE_RAW_DECL_CBRTL 1 | #define HAVE_RAW_DECL_CEILF 1 | #define HAVE_RAW_DECL_CEILL 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_COPYSIGNF 1 | #define HAVE_RAW_DECL_COPYSIGNL 1 | #define HAVE_RAW_DECL_COSF 1 | #define HAVE_RAW_DECL_COSL 1 | #define HAVE_RAW_DECL_COSHF 1 | #define HAVE_RAW_DECL_EXPF 1 | #define HAVE_RAW_DECL_EXPL 1 | #define HAVE_RAW_DECL_EXP2 1 | #define HAVE_RAW_DECL_EXP2F 1 | #define HAVE_RAW_DECL_EXP2L 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_EXPM1F 1 | #define HAVE_RAW_DECL_EXPM1L 1 | #define HAVE_RAW_DECL_FABSF 1 | #define HAVE_RAW_DECL_FABSL 1 | #define HAVE_RAW_DECL_FLOORF 1 | #define HAVE_RAW_DECL_FLOORL 1 | #define HAVE_RAW_DECL_FMA 1 | #define HAVE_RAW_DECL_FMAF 1 | #define HAVE_RAW_DECL_FMAL 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_FMODF 1 | #define HAVE_RAW_DECL_FMODL 1 | #define HAVE_RAW_DECL_FREXPF 1 | #define HAVE_RAW_DECL_FREXPL 1 | #define HAVE_RAW_DECL_HYPOTF 1 | #define HAVE_RAW_DECL_HYPOTL 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_ILOGBF 1 | #define HAVE_RAW_DECL_ILOGBL 1 | #define HAVE_RAW_DECL_LDEXPF 1 | #define HAVE_RAW_DECL_LDEXPL 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOGF 1 | #define HAVE_RAW_DECL_LOGL 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG10F 1 | #define HAVE_RAW_DECL_LOG10L 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOG1PF 1 | #define HAVE_RAW_DECL_LOG1PL 1 | #define HAVE_RAW_DECL_LOG2 1 | #define HAVE_RAW_DECL_LOG2F 1 | #define HAVE_RAW_DECL_LOG2L 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_LOGBF 1 | #define HAVE_RAW_DECL_LOGBL 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_MODFL 1 | #define HAVE_RAW_DECL_POWF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_REMAINDERF 1 | #define HAVE_RAW_DECL_REMAINDERL 1 | #define HAVE_RAW_DECL_RINT 1 | #define HAVE_RAW_DECL_RINTF 1 | #define HAVE_RAW_DECL_RINTL 1 | #define HAVE_RAW_DECL_ROUND 1 | #define HAVE_RAW_DECL_ROUNDF 1 | #define HAVE_RAW_DECL_ROUNDL 1 | #define HAVE_RAW_DECL_SINF 1 | #define HAVE_RAW_DECL_SINL 1 | #define HAVE_RAW_DECL_SINHF 1 | #define HAVE_RAW_DECL_SQRTF 1 | #define HAVE_RAW_DECL_SQRTL 1 | #define HAVE_RAW_DECL_TANF 1 | #define HAVE_RAW_DECL_TANL 1 | #define HAVE_RAW_DECL_TANHF 1 | #define HAVE_RAW_DECL_TRUNC 1 | #define HAVE_RAW_DECL_TRUNCF 1 | #define HAVE_RAW_DECL_TRUNCL 1 | #define GNULIB_TEST_MBRLEN 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define GNULIB_MKOSTEMP 1 | #define GNULIB_TEST_MKOSTEMP 1 | #define GNULIB_TEST_MKSTEMP 1 | #define GNULIB_TEST_MKTIME 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_OBSTACK 1 | #define GNULIB_TEST_OPEN 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define TIME_T_FITS_IN_LONG_INT 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1 | #define GNULIB_TEST_POSIX_SPAWNP 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define REPLACE_PRINTF_POSIX 1 | #define GNULIB_TEST_PRINTF_POSIX 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | #define USE_ACL 0 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define HAVE_STRUCT_RANDOM_DATA 1 | #define HAVE_RANDOM_R 1 | #define GNULIB_TEST_RANDOM_R 1 | #define HAVE_RAWMEMCHR 1 | #define GNULIB_TEST_RAWMEMCHR 1 | #define HAVE_READLINE 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define GNULIB_TEST_READLINK 1 | #define HAVE_REALLOC_POSIX 1 | #define GNULIB_TEST_REALLOC_POSIX 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define HAVE_SELINUX_SELINUX_H 0 | #define GNULIB_TEST_SETENV 1 | #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1 | #define GNULIB_TEST_SIGACTION 1 | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1 | #define HAVE_RAW_DECL_SIGACTION 1 | #define HAVE_RAW_DECL_SIGADDSET 1 | #define HAVE_RAW_DECL_SIGDELSET 1 | #define HAVE_RAW_DECL_SIGEMPTYSET 1 | #define HAVE_RAW_DECL_SIGFILLSET 1 | #define HAVE_RAW_DECL_SIGISMEMBER 1 | #define HAVE_RAW_DECL_SIGPENDING 1 | #define HAVE_RAW_DECL_SIGPROCMASK 1 | #define GNULIB_TEST_SIGNBIT 1 | #define GNULIB_TEST_SIGPROCMASK 1 | #define HAVE_STDINT_H 1 | /* end confdefs.h. */ | | #include | | | int | main () | { | if (sizeof ((posix_spawnattr_t))) | return 0; | ; | return 0; | } configure:39711: result: yes configure:39726: checking for posix_spawn_file_actions_t configure:39726: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:39726: $? = 0 configure:39726: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:426:41: error: expected expression before ')' token if (sizeof ((posix_spawn_file_actions_t))) ^ configure:39726: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU recutils" | #define PACKAGE_TARNAME "recutils" | #define PACKAGE_VERSION "1.7" | #define PACKAGE_STRING "GNU recutils 1.7" | #define PACKAGE_BUGREPORT "bug-recutils@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/recutils/" | #define PACKAGE "recutils" | #define VERSION "1.7" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define STDC_HEADERS 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define restrict __restrict | #define HAVE_BTOWC 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_FLOCK 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FWRITING 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MBRLEN 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_FCHMOD 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_LINK 1 | #define HAVE_SECURE_GETENV 1 | #define HAVE_SETENV 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCTOB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_XLOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define GETGROUPS_T gid_t | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FCHMODAT 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_FUTIMENS 1 | #define HAVE_RAW_DECL_LCHMOD 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKDIRAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKFIFOAT 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_MKNODAT 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_UTIMENSAT 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_DECL_GETDELIM 1 | #define HAVE_DECL_GETLINE 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define HAVE_DECL_GETPASS 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define PROMOTED_MODE_T mode_t | #define HAVE__BOOL 1 | #define HAVE_COMPOUND_LITERALS 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_WORKING_POSIX_SPAWN 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_VFPRINTF_POSIX 1 | #define USER_LABEL_PREFIX | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SETENV 1 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_STRCASESTR 1 | #define HAVE_RAW_DECL_FFSL 1 | #define HAVE_RAW_DECL_FFSLL 1 | #define HAVE_RAW_DECL_MEMMEM 1 | #define HAVE_RAW_DECL_MEMPCPY 1 | #define HAVE_RAW_DECL_MEMRCHR 1 | #define HAVE_RAW_DECL_RAWMEMCHR 1 | #define HAVE_RAW_DECL_STPCPY 1 | #define HAVE_RAW_DECL_STPNCPY 1 | #define HAVE_RAW_DECL_STRCHRNUL 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRNDUP 1 | #define HAVE_RAW_DECL_STRNLEN 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRSEP 1 | #define HAVE_RAW_DECL_STRCASESTR 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRERROR_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_RAW_DECL_STRVERSCMP 1 | #define HAVE_RAW_DECL_FFS 1 | #define HAVE_RAW_DECL_STRCASECMP 1 | #define HAVE_RAW_DECL_STRNCASECMP 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_DECL_UNSETENV 1 | #define HAVE_ALLOCA 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOEXEC 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_CLOSE_STREAM 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_EUIDACCESS 1 | #define GNULIB_TEST_EUIDACCESS 1 | #define GNULIB_TEST_FCNTL 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_DECL___FPENDING 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_FPRINTF_POSIX 1 | #define GNULIB_TEST_FPRINTF_POSIX 1 | #define HAVE_FREXP_IN_LIBC 1 | #define GNULIB_TEST_FREXP 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define GNULIB_TEST_FREXPL 1 | #define GNULIB_TEST_FSEEK 1 | #define GNULIB_TEST_FSEEKO 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FTELL 1 | #define GNULIB_TEST_FTELLO 1 | #define GNULIB_TEST_GETDELIM 1 | #define GNULIB_TEST_GETDTABLESIZE 1 | #define HAVE_GETGROUPS 1 | #define GNULIB_TEST_GETGROUPS 1 | #define GNULIB_TEST_GETLINE 1 | #define GNULIB_TEST_GETOPT_GNU 1 | #define getpass gnu_getpass | #define HAVE_DECL___FSETLOCKING 1 | #define GETTIMEOFDAY_TIMEZONE struct timezone | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define GNULIB_TEST_GROUP_MEMBER 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define HAVE_ISNANF_IN_LIBC 1 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_RAW_DECL_DUPLOCALE 1 | #define GNULIB_TEST_LOCALECONV 1 | #define HAVE_PTHREAD_RWLOCK 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define GNULIB_LOCK 1 | #define GNULIB_TEST_LSEEK 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_ACOSF 1 | #define HAVE_RAW_DECL_ACOSL 1 | #define HAVE_RAW_DECL_ASINF 1 | #define HAVE_RAW_DECL_ASINL 1 | #define HAVE_RAW_DECL_ATANF 1 | #define HAVE_RAW_DECL_ATANL 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_CBRTF 1 | #define HAVE_RAW_DECL_CBRTL 1 | #define HAVE_RAW_DECL_CEILF 1 | #define HAVE_RAW_DECL_CEILL 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_COPYSIGNF 1 | #define HAVE_RAW_DECL_COPYSIGNL 1 | #define HAVE_RAW_DECL_COSF 1 | #define HAVE_RAW_DECL_COSL 1 | #define HAVE_RAW_DECL_COSHF 1 | #define HAVE_RAW_DECL_EXPF 1 | #define HAVE_RAW_DECL_EXPL 1 | #define HAVE_RAW_DECL_EXP2 1 | #define HAVE_RAW_DECL_EXP2F 1 | #define HAVE_RAW_DECL_EXP2L 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_EXPM1F 1 | #define HAVE_RAW_DECL_EXPM1L 1 | #define HAVE_RAW_DECL_FABSF 1 | #define HAVE_RAW_DECL_FABSL 1 | #define HAVE_RAW_DECL_FLOORF 1 | #define HAVE_RAW_DECL_FLOORL 1 | #define HAVE_RAW_DECL_FMA 1 | #define HAVE_RAW_DECL_FMAF 1 | #define HAVE_RAW_DECL_FMAL 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_FMODF 1 | #define HAVE_RAW_DECL_FMODL 1 | #define HAVE_RAW_DECL_FREXPF 1 | #define HAVE_RAW_DECL_FREXPL 1 | #define HAVE_RAW_DECL_HYPOTF 1 | #define HAVE_RAW_DECL_HYPOTL 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_ILOGBF 1 | #define HAVE_RAW_DECL_ILOGBL 1 | #define HAVE_RAW_DECL_LDEXPF 1 | #define HAVE_RAW_DECL_LDEXPL 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOGF 1 | #define HAVE_RAW_DECL_LOGL 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG10F 1 | #define HAVE_RAW_DECL_LOG10L 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOG1PF 1 | #define HAVE_RAW_DECL_LOG1PL 1 | #define HAVE_RAW_DECL_LOG2 1 | #define HAVE_RAW_DECL_LOG2F 1 | #define HAVE_RAW_DECL_LOG2L 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_LOGBF 1 | #define HAVE_RAW_DECL_LOGBL 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_MODFL 1 | #define HAVE_RAW_DECL_POWF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_REMAINDERF 1 | #define HAVE_RAW_DECL_REMAINDERL 1 | #define HAVE_RAW_DECL_RINT 1 | #define HAVE_RAW_DECL_RINTF 1 | #define HAVE_RAW_DECL_RINTL 1 | #define HAVE_RAW_DECL_ROUND 1 | #define HAVE_RAW_DECL_ROUNDF 1 | #define HAVE_RAW_DECL_ROUNDL 1 | #define HAVE_RAW_DECL_SINF 1 | #define HAVE_RAW_DECL_SINL 1 | #define HAVE_RAW_DECL_SINHF 1 | #define HAVE_RAW_DECL_SQRTF 1 | #define HAVE_RAW_DECL_SQRTL 1 | #define HAVE_RAW_DECL_TANF 1 | #define HAVE_RAW_DECL_TANL 1 | #define HAVE_RAW_DECL_TANHF 1 | #define HAVE_RAW_DECL_TRUNC 1 | #define HAVE_RAW_DECL_TRUNCF 1 | #define HAVE_RAW_DECL_TRUNCL 1 | #define GNULIB_TEST_MBRLEN 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define GNULIB_MKOSTEMP 1 | #define GNULIB_TEST_MKOSTEMP 1 | #define GNULIB_TEST_MKSTEMP 1 | #define GNULIB_TEST_MKTIME 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_OBSTACK 1 | #define GNULIB_TEST_OPEN 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define TIME_T_FITS_IN_LONG_INT 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1 | #define GNULIB_TEST_POSIX_SPAWNP 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define REPLACE_PRINTF_POSIX 1 | #define GNULIB_TEST_PRINTF_POSIX 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | #define USE_ACL 0 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define HAVE_STRUCT_RANDOM_DATA 1 | #define HAVE_RANDOM_R 1 | #define GNULIB_TEST_RANDOM_R 1 | #define HAVE_RAWMEMCHR 1 | #define GNULIB_TEST_RAWMEMCHR 1 | #define HAVE_READLINE 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define GNULIB_TEST_READLINK 1 | #define HAVE_REALLOC_POSIX 1 | #define GNULIB_TEST_REALLOC_POSIX 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define HAVE_SELINUX_SELINUX_H 0 | #define GNULIB_TEST_SETENV 1 | #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1 | #define GNULIB_TEST_SIGACTION 1 | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1 | #define HAVE_RAW_DECL_SIGACTION 1 | #define HAVE_RAW_DECL_SIGADDSET 1 | #define HAVE_RAW_DECL_SIGDELSET 1 | #define HAVE_RAW_DECL_SIGEMPTYSET 1 | #define HAVE_RAW_DECL_SIGFILLSET 1 | #define HAVE_RAW_DECL_SIGISMEMBER 1 | #define HAVE_RAW_DECL_SIGPENDING 1 | #define HAVE_RAW_DECL_SIGPROCMASK 1 | #define GNULIB_TEST_SIGNBIT 1 | #define GNULIB_TEST_SIGPROCMASK 1 | #define HAVE_STDINT_H 1 | #define HAVE_POSIX_SPAWNATTR_T 1 | /* end confdefs.h. */ | | #include | | | int | main () | { | if (sizeof ((posix_spawn_file_actions_t))) | return 0; | ; | return 0; | } configure:39726: result: yes configure:39759: checking whether posix_spawn is declared without a macro configure:39777: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:39777: $? = 0 configure:39785: result: yes configure:39759: checking whether posix_spawnp is declared without a macro configure:39777: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:39777: $? = 0 configure:39785: result: yes configure:39759: checking whether posix_spawnattr_init is declared without a macro configure:39777: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:39777: $? = 0 configure:39785: result: yes configure:39759: checking whether posix_spawnattr_destroy is declared without a macro configure:39777: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:39777: $? = 0 configure:39785: result: yes configure:39759: checking whether posix_spawnattr_getsigdefault is declared without a macro configure:39777: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:39777: $? = 0 configure:39785: result: yes configure:39759: checking whether posix_spawnattr_setsigdefault is declared without a macro configure:39777: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:39777: $? = 0 configure:39785: result: yes configure:39759: checking whether posix_spawnattr_getsigmask is declared without a macro configure:39777: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:39777: $? = 0 configure:39785: result: yes configure:39759: checking whether posix_spawnattr_setsigmask is declared without a macro configure:39777: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:39777: $? = 0 configure:39785: result: yes configure:39759: checking whether posix_spawnattr_getflags is declared without a macro configure:39777: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:39777: $? = 0 configure:39785: result: yes configure:39759: checking whether posix_spawnattr_setflags is declared without a macro configure:39777: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:39777: $? = 0 configure:39785: result: yes configure:39759: checking whether posix_spawnattr_getpgroup is declared without a macro configure:39777: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:39777: $? = 0 configure:39785: result: yes configure:39759: checking whether posix_spawnattr_setpgroup is declared without a macro configure:39777: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:39777: $? = 0 configure:39785: result: yes configure:39759: checking whether posix_spawnattr_getschedpolicy is declared without a macro configure:39777: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:39777: $? = 0 configure:39785: result: yes configure:39759: checking whether posix_spawnattr_setschedpolicy is declared without a macro configure:39777: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:39777: $? = 0 configure:39785: result: yes configure:39759: checking whether posix_spawnattr_getschedparam is declared without a macro configure:39777: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:39777: $? = 0 configure:39785: result: yes configure:39759: checking whether posix_spawnattr_setschedparam is declared without a macro configure:39777: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:39777: $? = 0 configure:39785: result: yes configure:39759: checking whether posix_spawn_file_actions_init is declared without a macro configure:39777: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:39777: $? = 0 configure:39785: result: yes configure:39759: checking whether posix_spawn_file_actions_destroy is declared without a macro configure:39777: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:39777: $? = 0 configure:39785: result: yes configure:39759: checking whether posix_spawn_file_actions_addopen is declared without a macro configure:39777: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:39777: $? = 0 configure:39785: result: yes configure:39759: checking whether posix_spawn_file_actions_addclose is declared without a macro configure:39777: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:39777: $? = 0 configure:39785: result: yes configure:39759: checking whether posix_spawn_file_actions_adddup2 is declared without a macro configure:39777: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:39777: $? = 0 configure:39785: result: yes configure:39798: checking for ssize_t configure:39815: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:39815: $? = 0 configure:39822: result: yes configure:39839: checking whether stat handles trailing slashes on directories configure:39862: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:39862: $? = 0 configure:39862: ./conftest configure:39862: $? = 0 configure:39872: result: yes configure:39874: checking whether stat handles trailing slashes on files configure:39914: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:39914: $? = 0 configure:39914: ./conftest configure:39914: $? = 0 configure:39925: result: yes configure:39971: checking for va_copy configure:39992: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:39992: $? = 0 configure:40000: result: yes configure:40186: checking whether NULL can be used in arbitrary expressions configure:40211: result: yes configure:40414: checking whether dprintf is declared without a macro configure:40432: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:40432: $? = 0 configure:40440: result: yes configure:40414: checking whether fpurge is declared without a macro configure:40432: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:451:10: error: 'fpurge' undeclared (first use in this function) (void) fpurge; ^ conftest.c:451:10: note: each undeclared identifier is reported only once for each function it appears in configure:40432: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU recutils" | #define PACKAGE_TARNAME "recutils" | #define PACKAGE_VERSION "1.7" | #define PACKAGE_STRING "GNU recutils 1.7" | #define PACKAGE_BUGREPORT "bug-recutils@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/recutils/" | #define PACKAGE "recutils" | #define VERSION "1.7" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define STDC_HEADERS 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define restrict __restrict | #define HAVE_BTOWC 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_FLOCK 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FWRITING 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MBRLEN 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_FCHMOD 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_LINK 1 | #define HAVE_SECURE_GETENV 1 | #define HAVE_SETENV 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCTOB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_XLOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define GETGROUPS_T gid_t | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FCHMODAT 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_FUTIMENS 1 | #define HAVE_RAW_DECL_LCHMOD 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKDIRAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKFIFOAT 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_MKNODAT 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_UTIMENSAT 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_DECL_GETDELIM 1 | #define HAVE_DECL_GETLINE 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define HAVE_DECL_GETPASS 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define PROMOTED_MODE_T mode_t | #define HAVE__BOOL 1 | #define HAVE_COMPOUND_LITERALS 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_WORKING_POSIX_SPAWN 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_VFPRINTF_POSIX 1 | #define USER_LABEL_PREFIX | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SETENV 1 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_STRCASESTR 1 | #define HAVE_RAW_DECL_FFSL 1 | #define HAVE_RAW_DECL_FFSLL 1 | #define HAVE_RAW_DECL_MEMMEM 1 | #define HAVE_RAW_DECL_MEMPCPY 1 | #define HAVE_RAW_DECL_MEMRCHR 1 | #define HAVE_RAW_DECL_RAWMEMCHR 1 | #define HAVE_RAW_DECL_STPCPY 1 | #define HAVE_RAW_DECL_STPNCPY 1 | #define HAVE_RAW_DECL_STRCHRNUL 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRNDUP 1 | #define HAVE_RAW_DECL_STRNLEN 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRSEP 1 | #define HAVE_RAW_DECL_STRCASESTR 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRERROR_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_RAW_DECL_STRVERSCMP 1 | #define HAVE_RAW_DECL_FFS 1 | #define HAVE_RAW_DECL_STRCASECMP 1 | #define HAVE_RAW_DECL_STRNCASECMP 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_DECL_UNSETENV 1 | #define HAVE_ALLOCA 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOEXEC 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_CLOSE_STREAM 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_EUIDACCESS 1 | #define GNULIB_TEST_EUIDACCESS 1 | #define GNULIB_TEST_FCNTL 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_DECL___FPENDING 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_FPRINTF_POSIX 1 | #define GNULIB_TEST_FPRINTF_POSIX 1 | #define HAVE_FREXP_IN_LIBC 1 | #define GNULIB_TEST_FREXP 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define GNULIB_TEST_FREXPL 1 | #define GNULIB_TEST_FSEEK 1 | #define GNULIB_TEST_FSEEKO 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FTELL 1 | #define GNULIB_TEST_FTELLO 1 | #define GNULIB_TEST_GETDELIM 1 | #define GNULIB_TEST_GETDTABLESIZE 1 | #define HAVE_GETGROUPS 1 | #define GNULIB_TEST_GETGROUPS 1 | #define GNULIB_TEST_GETLINE 1 | #define GNULIB_TEST_GETOPT_GNU 1 | #define getpass gnu_getpass | #define HAVE_DECL___FSETLOCKING 1 | #define GETTIMEOFDAY_TIMEZONE struct timezone | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define GNULIB_TEST_GROUP_MEMBER 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define HAVE_ISNANF_IN_LIBC 1 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_RAW_DECL_DUPLOCALE 1 | #define GNULIB_TEST_LOCALECONV 1 | #define HAVE_PTHREAD_RWLOCK 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define GNULIB_LOCK 1 | #define GNULIB_TEST_LSEEK 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_ACOSF 1 | #define HAVE_RAW_DECL_ACOSL 1 | #define HAVE_RAW_DECL_ASINF 1 | #define HAVE_RAW_DECL_ASINL 1 | #define HAVE_RAW_DECL_ATANF 1 | #define HAVE_RAW_DECL_ATANL 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_CBRTF 1 | #define HAVE_RAW_DECL_CBRTL 1 | #define HAVE_RAW_DECL_CEILF 1 | #define HAVE_RAW_DECL_CEILL 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_COPYSIGNF 1 | #define HAVE_RAW_DECL_COPYSIGNL 1 | #define HAVE_RAW_DECL_COSF 1 | #define HAVE_RAW_DECL_COSL 1 | #define HAVE_RAW_DECL_COSHF 1 | #define HAVE_RAW_DECL_EXPF 1 | #define HAVE_RAW_DECL_EXPL 1 | #define HAVE_RAW_DECL_EXP2 1 | #define HAVE_RAW_DECL_EXP2F 1 | #define HAVE_RAW_DECL_EXP2L 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_EXPM1F 1 | #define HAVE_RAW_DECL_EXPM1L 1 | #define HAVE_RAW_DECL_FABSF 1 | #define HAVE_RAW_DECL_FABSL 1 | #define HAVE_RAW_DECL_FLOORF 1 | #define HAVE_RAW_DECL_FLOORL 1 | #define HAVE_RAW_DECL_FMA 1 | #define HAVE_RAW_DECL_FMAF 1 | #define HAVE_RAW_DECL_FMAL 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_FMODF 1 | #define HAVE_RAW_DECL_FMODL 1 | #define HAVE_RAW_DECL_FREXPF 1 | #define HAVE_RAW_DECL_FREXPL 1 | #define HAVE_RAW_DECL_HYPOTF 1 | #define HAVE_RAW_DECL_HYPOTL 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_ILOGBF 1 | #define HAVE_RAW_DECL_ILOGBL 1 | #define HAVE_RAW_DECL_LDEXPF 1 | #define HAVE_RAW_DECL_LDEXPL 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOGF 1 | #define HAVE_RAW_DECL_LOGL 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG10F 1 | #define HAVE_RAW_DECL_LOG10L 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOG1PF 1 | #define HAVE_RAW_DECL_LOG1PL 1 | #define HAVE_RAW_DECL_LOG2 1 | #define HAVE_RAW_DECL_LOG2F 1 | #define HAVE_RAW_DECL_LOG2L 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_LOGBF 1 | #define HAVE_RAW_DECL_LOGBL 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_MODFL 1 | #define HAVE_RAW_DECL_POWF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_REMAINDERF 1 | #define HAVE_RAW_DECL_REMAINDERL 1 | #define HAVE_RAW_DECL_RINT 1 | #define HAVE_RAW_DECL_RINTF 1 | #define HAVE_RAW_DECL_RINTL 1 | #define HAVE_RAW_DECL_ROUND 1 | #define HAVE_RAW_DECL_ROUNDF 1 | #define HAVE_RAW_DECL_ROUNDL 1 | #define HAVE_RAW_DECL_SINF 1 | #define HAVE_RAW_DECL_SINL 1 | #define HAVE_RAW_DECL_SINHF 1 | #define HAVE_RAW_DECL_SQRTF 1 | #define HAVE_RAW_DECL_SQRTL 1 | #define HAVE_RAW_DECL_TANF 1 | #define HAVE_RAW_DECL_TANL 1 | #define HAVE_RAW_DECL_TANHF 1 | #define HAVE_RAW_DECL_TRUNC 1 | #define HAVE_RAW_DECL_TRUNCF 1 | #define HAVE_RAW_DECL_TRUNCL 1 | #define GNULIB_TEST_MBRLEN 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define GNULIB_MKOSTEMP 1 | #define GNULIB_TEST_MKOSTEMP 1 | #define GNULIB_TEST_MKSTEMP 1 | #define GNULIB_TEST_MKTIME 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_OBSTACK 1 | #define GNULIB_TEST_OPEN 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define TIME_T_FITS_IN_LONG_INT 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1 | #define GNULIB_TEST_POSIX_SPAWNP 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define REPLACE_PRINTF_POSIX 1 | #define GNULIB_TEST_PRINTF_POSIX 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | #define USE_ACL 0 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define HAVE_STRUCT_RANDOM_DATA 1 | #define HAVE_RANDOM_R 1 | #define GNULIB_TEST_RANDOM_R 1 | #define HAVE_RAWMEMCHR 1 | #define GNULIB_TEST_RAWMEMCHR 1 | #define HAVE_READLINE 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define GNULIB_TEST_READLINK 1 | #define HAVE_REALLOC_POSIX 1 | #define GNULIB_TEST_REALLOC_POSIX 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define HAVE_SELINUX_SELINUX_H 0 | #define GNULIB_TEST_SETENV 1 | #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1 | #define GNULIB_TEST_SIGACTION 1 | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1 | #define HAVE_RAW_DECL_SIGACTION 1 | #define HAVE_RAW_DECL_SIGADDSET 1 | #define HAVE_RAW_DECL_SIGDELSET 1 | #define HAVE_RAW_DECL_SIGEMPTYSET 1 | #define HAVE_RAW_DECL_SIGFILLSET 1 | #define HAVE_RAW_DECL_SIGISMEMBER 1 | #define HAVE_RAW_DECL_SIGPENDING 1 | #define HAVE_RAW_DECL_SIGPROCMASK 1 | #define GNULIB_TEST_SIGNBIT 1 | #define GNULIB_TEST_SIGPROCMASK 1 | #define HAVE_STDINT_H 1 | #define HAVE_POSIX_SPAWNATTR_T 1 | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_T 1 | #define HAVE_RAW_DECL_POSIX_SPAWN 1 | #define HAVE_RAW_DECL_POSIX_SPAWNP 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_INIT 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_DESTROY 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSIGDEFAULT 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSIGDEFAULT 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSIGMASK 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSIGMASK 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETFLAGS 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETFLAGS 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETPGROUP 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETPGROUP 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSCHEDPOLICY 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSCHEDPOLICY 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSCHEDPARAM 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSCHEDPARAM 1 | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_INIT 1 | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1 | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1 | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1 | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1 | #define GNULIB_TEST_STAT 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_DPRINTF 1 | /* end confdefs.h. */ | #include | | int | main () | { | #undef fpurge | (void) fpurge; | ; | return 0; | } configure:40440: result: no configure:40414: checking whether fseeko is declared without a macro configure:40432: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:40432: $? = 0 configure:40440: result: yes configure:40414: checking whether ftello is declared without a macro configure:40432: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:40432: $? = 0 configure:40440: result: yes configure:40414: checking whether getdelim is declared without a macro configure:40432: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:40432: $? = 0 configure:40440: result: yes configure:40414: checking whether getline is declared without a macro configure:40432: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:40432: $? = 0 configure:40440: result: yes configure:40414: checking whether gets is declared without a macro configure:40432: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:455:10: error: 'gets' undeclared (first use in this function) (void) gets; ^ conftest.c:455:10: note: each undeclared identifier is reported only once for each function it appears in configure:40432: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU recutils" | #define PACKAGE_TARNAME "recutils" | #define PACKAGE_VERSION "1.7" | #define PACKAGE_STRING "GNU recutils 1.7" | #define PACKAGE_BUGREPORT "bug-recutils@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/recutils/" | #define PACKAGE "recutils" | #define VERSION "1.7" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define STDC_HEADERS 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define restrict __restrict | #define HAVE_BTOWC 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_FLOCK 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FWRITING 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MBRLEN 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_FCHMOD 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_LINK 1 | #define HAVE_SECURE_GETENV 1 | #define HAVE_SETENV 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCTOB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_XLOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define GETGROUPS_T gid_t | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FCHMODAT 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_FUTIMENS 1 | #define HAVE_RAW_DECL_LCHMOD 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKDIRAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKFIFOAT 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_MKNODAT 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_UTIMENSAT 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_DECL_GETDELIM 1 | #define HAVE_DECL_GETLINE 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define HAVE_DECL_GETPASS 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define PROMOTED_MODE_T mode_t | #define HAVE__BOOL 1 | #define HAVE_COMPOUND_LITERALS 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_WORKING_POSIX_SPAWN 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_VFPRINTF_POSIX 1 | #define USER_LABEL_PREFIX | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SETENV 1 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_STRCASESTR 1 | #define HAVE_RAW_DECL_FFSL 1 | #define HAVE_RAW_DECL_FFSLL 1 | #define HAVE_RAW_DECL_MEMMEM 1 | #define HAVE_RAW_DECL_MEMPCPY 1 | #define HAVE_RAW_DECL_MEMRCHR 1 | #define HAVE_RAW_DECL_RAWMEMCHR 1 | #define HAVE_RAW_DECL_STPCPY 1 | #define HAVE_RAW_DECL_STPNCPY 1 | #define HAVE_RAW_DECL_STRCHRNUL 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRNDUP 1 | #define HAVE_RAW_DECL_STRNLEN 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRSEP 1 | #define HAVE_RAW_DECL_STRCASESTR 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRERROR_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_RAW_DECL_STRVERSCMP 1 | #define HAVE_RAW_DECL_FFS 1 | #define HAVE_RAW_DECL_STRCASECMP 1 | #define HAVE_RAW_DECL_STRNCASECMP 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_DECL_UNSETENV 1 | #define HAVE_ALLOCA 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOEXEC 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_CLOSE_STREAM 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_EUIDACCESS 1 | #define GNULIB_TEST_EUIDACCESS 1 | #define GNULIB_TEST_FCNTL 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_DECL___FPENDING 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_FPRINTF_POSIX 1 | #define GNULIB_TEST_FPRINTF_POSIX 1 | #define HAVE_FREXP_IN_LIBC 1 | #define GNULIB_TEST_FREXP 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define GNULIB_TEST_FREXPL 1 | #define GNULIB_TEST_FSEEK 1 | #define GNULIB_TEST_FSEEKO 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FTELL 1 | #define GNULIB_TEST_FTELLO 1 | #define GNULIB_TEST_GETDELIM 1 | #define GNULIB_TEST_GETDTABLESIZE 1 | #define HAVE_GETGROUPS 1 | #define GNULIB_TEST_GETGROUPS 1 | #define GNULIB_TEST_GETLINE 1 | #define GNULIB_TEST_GETOPT_GNU 1 | #define getpass gnu_getpass | #define HAVE_DECL___FSETLOCKING 1 | #define GETTIMEOFDAY_TIMEZONE struct timezone | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define GNULIB_TEST_GROUP_MEMBER 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define HAVE_ISNANF_IN_LIBC 1 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_RAW_DECL_DUPLOCALE 1 | #define GNULIB_TEST_LOCALECONV 1 | #define HAVE_PTHREAD_RWLOCK 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define GNULIB_LOCK 1 | #define GNULIB_TEST_LSEEK 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_ACOSF 1 | #define HAVE_RAW_DECL_ACOSL 1 | #define HAVE_RAW_DECL_ASINF 1 | #define HAVE_RAW_DECL_ASINL 1 | #define HAVE_RAW_DECL_ATANF 1 | #define HAVE_RAW_DECL_ATANL 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_CBRTF 1 | #define HAVE_RAW_DECL_CBRTL 1 | #define HAVE_RAW_DECL_CEILF 1 | #define HAVE_RAW_DECL_CEILL 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_COPYSIGNF 1 | #define HAVE_RAW_DECL_COPYSIGNL 1 | #define HAVE_RAW_DECL_COSF 1 | #define HAVE_RAW_DECL_COSL 1 | #define HAVE_RAW_DECL_COSHF 1 | #define HAVE_RAW_DECL_EXPF 1 | #define HAVE_RAW_DECL_EXPL 1 | #define HAVE_RAW_DECL_EXP2 1 | #define HAVE_RAW_DECL_EXP2F 1 | #define HAVE_RAW_DECL_EXP2L 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_EXPM1F 1 | #define HAVE_RAW_DECL_EXPM1L 1 | #define HAVE_RAW_DECL_FABSF 1 | #define HAVE_RAW_DECL_FABSL 1 | #define HAVE_RAW_DECL_FLOORF 1 | #define HAVE_RAW_DECL_FLOORL 1 | #define HAVE_RAW_DECL_FMA 1 | #define HAVE_RAW_DECL_FMAF 1 | #define HAVE_RAW_DECL_FMAL 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_FMODF 1 | #define HAVE_RAW_DECL_FMODL 1 | #define HAVE_RAW_DECL_FREXPF 1 | #define HAVE_RAW_DECL_FREXPL 1 | #define HAVE_RAW_DECL_HYPOTF 1 | #define HAVE_RAW_DECL_HYPOTL 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_ILOGBF 1 | #define HAVE_RAW_DECL_ILOGBL 1 | #define HAVE_RAW_DECL_LDEXPF 1 | #define HAVE_RAW_DECL_LDEXPL 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOGF 1 | #define HAVE_RAW_DECL_LOGL 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG10F 1 | #define HAVE_RAW_DECL_LOG10L 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOG1PF 1 | #define HAVE_RAW_DECL_LOG1PL 1 | #define HAVE_RAW_DECL_LOG2 1 | #define HAVE_RAW_DECL_LOG2F 1 | #define HAVE_RAW_DECL_LOG2L 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_LOGBF 1 | #define HAVE_RAW_DECL_LOGBL 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_MODFL 1 | #define HAVE_RAW_DECL_POWF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_REMAINDERF 1 | #define HAVE_RAW_DECL_REMAINDERL 1 | #define HAVE_RAW_DECL_RINT 1 | #define HAVE_RAW_DECL_RINTF 1 | #define HAVE_RAW_DECL_RINTL 1 | #define HAVE_RAW_DECL_ROUND 1 | #define HAVE_RAW_DECL_ROUNDF 1 | #define HAVE_RAW_DECL_ROUNDL 1 | #define HAVE_RAW_DECL_SINF 1 | #define HAVE_RAW_DECL_SINL 1 | #define HAVE_RAW_DECL_SINHF 1 | #define HAVE_RAW_DECL_SQRTF 1 | #define HAVE_RAW_DECL_SQRTL 1 | #define HAVE_RAW_DECL_TANF 1 | #define HAVE_RAW_DECL_TANL 1 | #define HAVE_RAW_DECL_TANHF 1 | #define HAVE_RAW_DECL_TRUNC 1 | #define HAVE_RAW_DECL_TRUNCF 1 | #define HAVE_RAW_DECL_TRUNCL 1 | #define GNULIB_TEST_MBRLEN 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define GNULIB_MKOSTEMP 1 | #define GNULIB_TEST_MKOSTEMP 1 | #define GNULIB_TEST_MKSTEMP 1 | #define GNULIB_TEST_MKTIME 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_OBSTACK 1 | #define GNULIB_TEST_OPEN 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define TIME_T_FITS_IN_LONG_INT 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1 | #define GNULIB_TEST_POSIX_SPAWNP 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define REPLACE_PRINTF_POSIX 1 | #define GNULIB_TEST_PRINTF_POSIX 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | #define USE_ACL 0 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define HAVE_STRUCT_RANDOM_DATA 1 | #define HAVE_RANDOM_R 1 | #define GNULIB_TEST_RANDOM_R 1 | #define HAVE_RAWMEMCHR 1 | #define GNULIB_TEST_RAWMEMCHR 1 | #define HAVE_READLINE 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define GNULIB_TEST_READLINK 1 | #define HAVE_REALLOC_POSIX 1 | #define GNULIB_TEST_REALLOC_POSIX 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define HAVE_SELINUX_SELINUX_H 0 | #define GNULIB_TEST_SETENV 1 | #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1 | #define GNULIB_TEST_SIGACTION 1 | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1 | #define HAVE_RAW_DECL_SIGACTION 1 | #define HAVE_RAW_DECL_SIGADDSET 1 | #define HAVE_RAW_DECL_SIGDELSET 1 | #define HAVE_RAW_DECL_SIGEMPTYSET 1 | #define HAVE_RAW_DECL_SIGFILLSET 1 | #define HAVE_RAW_DECL_SIGISMEMBER 1 | #define HAVE_RAW_DECL_SIGPENDING 1 | #define HAVE_RAW_DECL_SIGPROCMASK 1 | #define GNULIB_TEST_SIGNBIT 1 | #define GNULIB_TEST_SIGPROCMASK 1 | #define HAVE_STDINT_H 1 | #define HAVE_POSIX_SPAWNATTR_T 1 | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_T 1 | #define HAVE_RAW_DECL_POSIX_SPAWN 1 | #define HAVE_RAW_DECL_POSIX_SPAWNP 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_INIT 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_DESTROY 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSIGDEFAULT 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSIGDEFAULT 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSIGMASK 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSIGMASK 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETFLAGS 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETFLAGS 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETPGROUP 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETPGROUP 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSCHEDPOLICY 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSCHEDPOLICY 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSCHEDPARAM 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSCHEDPARAM 1 | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_INIT 1 | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1 | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1 | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1 | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1 | #define GNULIB_TEST_STAT 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_DPRINTF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETDELIM 1 | #define HAVE_RAW_DECL_GETLINE 1 | /* end confdefs.h. */ | #include | | int | main () | { | #undef gets | (void) gets; | ; | return 0; | } configure:40440: result: no configure:40414: checking whether pclose is declared without a macro configure:40432: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:40432: $? = 0 configure:40440: result: yes configure:40414: checking whether popen is declared without a macro configure:40432: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:40432: $? = 0 configure:40440: result: yes configure:40414: checking whether renameat is declared without a macro configure:40432: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:40432: $? = 0 configure:40440: result: yes configure:40414: checking whether snprintf is declared without a macro configure:40432: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:40432: $? = 0 configure:40440: result: yes configure:40414: checking whether tmpfile is declared without a macro configure:40432: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:40432: $? = 0 configure:40440: result: yes configure:40414: checking whether vdprintf is declared without a macro configure:40432: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:40432: $? = 0 configure:40440: result: yes configure:40414: checking whether vsnprintf is declared without a macro configure:40432: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:40432: $? = 0 configure:40440: result: yes configure:40529: checking whether _Exit is declared without a macro configure:40553: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:40553: $? = 0 configure:40561: result: yes configure:40529: checking whether atoll is declared without a macro configure:40553: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:40553: $? = 0 configure:40561: result: yes configure:40529: checking whether canonicalize_file_name is declared without a macro configure:40553: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:40553: $? = 0 configure:40561: result: yes configure:40529: checking whether getloadavg is declared without a macro configure:40553: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:40553: $? = 0 configure:40561: result: yes configure:40529: checking whether getsubopt is declared without a macro configure:40553: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:40553: $? = 0 configure:40561: result: yes configure:40529: checking whether grantpt is declared without a macro configure:40553: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:40553: $? = 0 configure:40561: result: yes configure:40529: checking whether initstate is declared without a macro configure:40553: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:40553: $? = 0 configure:40561: result: yes configure:40529: checking whether initstate_r is declared without a macro configure:40553: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:40553: $? = 0 configure:40561: result: yes configure:40529: checking whether mkdtemp is declared without a macro configure:40553: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:40553: $? = 0 configure:40561: result: yes configure:40529: checking whether mkostemp is declared without a macro configure:40553: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:40553: $? = 0 configure:40561: result: yes configure:40529: checking whether mkostemps is declared without a macro configure:40553: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:40553: $? = 0 configure:40561: result: yes configure:40529: checking whether mkstemp is declared without a macro configure:40553: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:40553: $? = 0 configure:40561: result: yes configure:40529: checking whether mkstemps is declared without a macro configure:40553: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:40553: $? = 0 configure:40561: result: yes configure:40529: checking whether posix_openpt is declared without a macro configure:40553: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:40553: $? = 0 configure:40561: result: yes configure:40529: checking whether ptsname is declared without a macro configure:40553: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:40553: $? = 0 configure:40561: result: yes configure:40529: checking whether ptsname_r is declared without a macro configure:40553: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:40553: $? = 0 configure:40561: result: yes configure:40529: checking whether random is declared without a macro configure:40553: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:40553: $? = 0 configure:40561: result: yes configure:40529: checking whether random_r is declared without a macro configure:40553: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:40553: $? = 0 configure:40561: result: yes configure:40529: checking whether realpath is declared without a macro configure:40553: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:40553: $? = 0 configure:40561: result: yes configure:40529: checking whether rpmatch is declared without a macro configure:40553: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:40553: $? = 0 configure:40561: result: yes configure:40529: checking whether secure_getenv is declared without a macro configure:40553: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:40553: $? = 0 configure:40561: result: yes configure:40529: checking whether setenv is declared without a macro configure:40553: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:40553: $? = 0 configure:40561: result: yes configure:40529: checking whether setstate is declared without a macro configure:40553: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:40553: $? = 0 configure:40561: result: yes configure:40529: checking whether setstate_r is declared without a macro configure:40553: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:40553: $? = 0 configure:40561: result: yes configure:40529: checking whether srandom is declared without a macro configure:40553: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:40553: $? = 0 configure:40561: result: yes configure:40529: checking whether srandom_r is declared without a macro configure:40553: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:40553: $? = 0 configure:40561: result: yes configure:40529: checking whether strtod is declared without a macro configure:40553: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:40553: $? = 0 configure:40561: result: yes configure:40529: checking whether strtoll is declared without a macro configure:40553: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:40553: $? = 0 configure:40561: result: yes configure:40529: checking whether strtoull is declared without a macro configure:40553: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:40553: $? = 0 configure:40561: result: yes configure:40529: checking whether unlockpt is declared without a macro configure:40553: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:40553: $? = 0 configure:40561: result: yes configure:40529: checking whether unsetenv is declared without a macro configure:40553: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:40553: $? = 0 configure:40561: result: yes configure:40578: checking for strcasecmp configure:40578: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:503:6: warning: conflicting types for built-in function 'strcasecmp' [enabled by default] char strcasecmp (); ^ configure:40578: $? = 0 configure:40578: result: yes configure:40595: checking for strncasecmp configure:40595: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:504:6: warning: conflicting types for built-in function 'strncasecmp' [enabled by default] char strncasecmp (); ^ configure:40595: $? = 0 configure:40595: result: yes configure:40609: checking whether strncasecmp is declared configure:40609: result: yes configure:40658: checking whether strcasestr works in linear time configure:40731: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:40731: $? = 0 configure:40731: ./conftest configure:40731: $? = 0 configure:40742: result: yes configure:40775: checking for strcasestr configure:40775: result: yes configure:40790: checking whether strcasestr works configure:40853: result: yes configure:40900: checking for strchrnul configure:40900: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:40900: $? = 0 configure:40900: result: yes configure:40912: checking whether strchrnul works configure:40956: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:40956: $? = 0 configure:40956: ./conftest configure:40956: $? = 0 configure:40967: result: yes configure:41009: checking for working strerror function configure:41035: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:41035: $? = 0 configure:41035: ./conftest configure:41035: $? = 0 configure:41046: result: yes configure:41153: checking for strsep configure:41153: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:41153: $? = 0 configure:41153: result: yes configure:41200: checking for strverscmp configure:41200: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:41200: $? = 0 configure:41200: result: yes configure:41341: checking whether flock is declared without a macro configure:41359: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:41359: $? = 0 configure:41367: result: yes configure:41482: checking for nlink_t configure:41482: result: yes configure:41497: checking whether fchmodat is declared without a macro configure:41523: result: yes configure:41497: checking whether fstat is declared without a macro configure:41523: result: yes configure:41497: checking whether fstatat is declared without a macro configure:41523: result: yes configure:41497: checking whether futimens is declared without a macro configure:41523: result: yes configure:41497: checking whether lchmod is declared without a macro configure:41523: result: yes configure:41497: checking whether lstat is declared without a macro configure:41523: result: yes configure:41497: checking whether mkdirat is declared without a macro configure:41523: result: yes configure:41497: checking whether mkfifo is declared without a macro configure:41523: result: yes configure:41497: checking whether mkfifoat is declared without a macro configure:41523: result: yes configure:41497: checking whether mknod is declared without a macro configure:41523: result: yes configure:41497: checking whether mknodat is declared without a macro configure:41523: result: yes configure:41497: checking whether stat is declared without a macro configure:41523: result: yes configure:41497: checking whether utimensat is declared without a macro configure:41523: result: yes configure:41635: checking whether waitpid is declared without a macro configure:41652: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:41652: $? = 0 configure:41660: result: yes configure:41691: checking whether localtime_r is declared configure:41691: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:41691: $? = 0 configure:41691: result: yes configure:41716: checking whether localtime_r is compatible with its POSIX signature configure:41740: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:41740: $? = 0 configure:41748: result: yes configure:41891: checking whether chdir is declared without a macro configure:41921: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:41921: $? = 0 configure:41929: result: yes configure:41891: checking whether chown is declared without a macro configure:41921: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:41921: $? = 0 configure:41929: result: yes configure:41891: checking whether dup is declared without a macro configure:41921: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:41921: $? = 0 configure:41929: result: yes configure:41891: checking whether dup2 is declared without a macro configure:41921: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:41921: $? = 0 configure:41929: result: yes configure:41891: checking whether dup3 is declared without a macro configure:41921: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:41921: $? = 0 configure:41929: result: yes configure:41891: checking whether environ is declared without a macro configure:41921: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:41921: $? = 0 configure:41929: result: yes configure:41891: checking whether euidaccess is declared without a macro configure:41921: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:41921: $? = 0 configure:41929: result: yes configure:41891: checking whether faccessat is declared without a macro configure:41921: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:41921: $? = 0 configure:41929: result: yes configure:41891: checking whether fchdir is declared without a macro configure:41921: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:41921: $? = 0 configure:41929: result: yes configure:41891: checking whether fchownat is declared without a macro configure:41921: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:41921: $? = 0 configure:41929: result: yes configure:41891: checking whether fdatasync is declared without a macro configure:41921: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:41921: $? = 0 configure:41929: result: yes configure:41891: checking whether fsync is declared without a macro configure:41921: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:41921: $? = 0 configure:41929: result: yes configure:41891: checking whether ftruncate is declared without a macro configure:41921: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:41921: $? = 0 configure:41929: result: yes configure:41891: checking whether getcwd is declared without a macro configure:41921: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:41921: $? = 0 configure:41929: result: yes configure:41891: checking whether getdomainname is declared without a macro configure:41921: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:41921: $? = 0 configure:41929: result: yes configure:41891: checking whether getdtablesize is declared without a macro configure:41921: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:41921: $? = 0 configure:41929: result: yes configure:41891: checking whether getgroups is declared without a macro configure:41921: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:41921: $? = 0 configure:41929: result: yes configure:41891: checking whether gethostname is declared without a macro configure:41921: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:41921: $? = 0 configure:41929: result: yes configure:41891: checking whether getlogin is declared without a macro configure:41921: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:41921: $? = 0 configure:41929: result: yes configure:41891: checking whether getlogin_r is declared without a macro configure:41921: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:41921: $? = 0 configure:41929: result: yes configure:41891: checking whether getpagesize is declared without a macro configure:41921: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:41921: $? = 0 configure:41929: result: yes configure:41891: checking whether getusershell is declared without a macro configure:41921: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:41921: $? = 0 configure:41929: result: yes configure:41891: checking whether setusershell is declared without a macro configure:41921: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:41921: $? = 0 configure:41929: result: yes configure:41891: checking whether endusershell is declared without a macro configure:41921: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:41921: $? = 0 configure:41929: result: yes configure:41891: checking whether group_member is declared without a macro configure:41921: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:41921: $? = 0 configure:41929: result: yes configure:41891: checking whether isatty is declared without a macro configure:41921: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:41921: $? = 0 configure:41929: result: yes configure:41891: checking whether lchown is declared without a macro configure:41921: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:41921: $? = 0 configure:41929: result: yes configure:41891: checking whether link is declared without a macro configure:41921: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:41921: $? = 0 configure:41929: result: yes configure:41891: checking whether linkat is declared without a macro configure:41921: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:41921: $? = 0 configure:41929: result: yes configure:41891: checking whether lseek is declared without a macro configure:41921: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:41921: $? = 0 configure:41929: result: yes configure:41891: checking whether pipe is declared without a macro configure:41921: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:41921: $? = 0 configure:41929: result: yes configure:41891: checking whether pipe2 is declared without a macro configure:41921: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:41921: $? = 0 configure:41929: result: yes configure:41891: checking whether pread is declared without a macro configure:41921: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:41921: $? = 0 configure:41929: result: yes configure:41891: checking whether pwrite is declared without a macro configure:41921: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:41921: $? = 0 configure:41929: result: yes configure:41891: checking whether readlink is declared without a macro configure:41921: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:41921: $? = 0 configure:41929: result: yes configure:41891: checking whether readlinkat is declared without a macro configure:41921: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:41921: $? = 0 configure:41929: result: yes configure:41891: checking whether rmdir is declared without a macro configure:41921: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:41921: $? = 0 configure:41929: result: yes configure:41891: checking whether sethostname is declared without a macro configure:41921: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:41921: $? = 0 configure:41929: result: yes configure:41891: checking whether sleep is declared without a macro configure:41921: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:41921: $? = 0 configure:41929: result: yes configure:41891: checking whether symlink is declared without a macro configure:41921: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:41921: $? = 0 configure:41929: result: yes configure:41891: checking whether symlinkat is declared without a macro configure:41921: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:41921: $? = 0 configure:41929: result: yes configure:41891: checking whether ttyname_r is declared without a macro configure:41921: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:41921: $? = 0 configure:41929: result: yes configure:41891: checking whether unlink is declared without a macro configure:41921: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:41921: $? = 0 configure:41929: result: yes configure:41891: checking whether unlinkat is declared without a macro configure:41921: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:41921: $? = 0 configure:41929: result: yes configure:41891: checking whether usleep is declared without a macro configure:41921: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:41921: $? = 0 configure:41929: result: yes configure:42054: checking for unsetenv configure:42054: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:42054: $? = 0 configure:42054: result: yes configure:42067: checking for unsetenv() return type configure:42092: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:42092: $? = 0 configure:42099: result: int configure:42108: checking whether unsetenv obeys POSIX configure:42153: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:42153: $? = 0 configure:42153: ./conftest configure:42153: $? = 0 configure:42163: result: yes configure:42283: checking for ptrdiff_t configure:42283: result: yes configure:42599: checking for ptrdiff_t configure:42599: result: yes configure:42620: checking for vasprintf configure:42620: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:42620: $? = 0 configure:42620: result: yes configure:42708: checking for vasprintf configure:42708: result: yes configure:42992: checking for ptrdiff_t configure:42992: result: yes configure:43385: checking for ptrdiff_t configure:43385: result: yes configure:43440: checking for waitid configure:43440: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:43440: $? = 0 configure:43440: result: yes configure:43591: checking whether btowc is declared without a macro configure:43619: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:43619: $? = 0 configure:43627: result: yes configure:43591: checking whether wctob is declared without a macro configure:43619: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:43619: $? = 0 configure:43627: result: yes configure:43591: checking whether mbsinit is declared without a macro configure:43619: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:43619: $? = 0 configure:43627: result: yes configure:43591: checking whether mbrtowc is declared without a macro configure:43619: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:43619: $? = 0 configure:43627: result: yes configure:43591: checking whether mbrlen is declared without a macro configure:43619: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:43619: $? = 0 configure:43627: result: yes configure:43591: checking whether mbsrtowcs is declared without a macro configure:43619: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:43619: $? = 0 configure:43627: result: yes configure:43591: checking whether mbsnrtowcs is declared without a macro configure:43619: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:43619: $? = 0 configure:43627: result: yes configure:43591: checking whether wcrtomb is declared without a macro configure:43619: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:43619: $? = 0 configure:43627: result: yes configure:43591: checking whether wcsrtombs is declared without a macro configure:43619: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:43619: $? = 0 configure:43627: result: yes configure:43591: checking whether wcsnrtombs is declared without a macro configure:43619: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:43619: $? = 0 configure:43627: result: yes configure:43591: checking whether wcwidth is declared without a macro configure:43619: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:43619: $? = 0 configure:43627: result: yes configure:43591: checking whether wmemchr is declared without a macro configure:43619: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:43619: $? = 0 configure:43627: result: yes configure:43591: checking whether wmemcmp is declared without a macro configure:43619: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:43619: $? = 0 configure:43627: result: yes configure:43591: checking whether wmemcpy is declared without a macro configure:43619: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:43619: $? = 0 configure:43627: result: yes configure:43591: checking whether wmemmove is declared without a macro configure:43619: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:43619: $? = 0 configure:43627: result: yes configure:43591: checking whether wmemset is declared without a macro configure:43619: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:43619: $? = 0 configure:43627: result: yes configure:43591: checking whether wcslen is declared without a macro configure:43619: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:43619: $? = 0 configure:43627: result: yes configure:43591: checking whether wcsnlen is declared without a macro configure:43619: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:43619: $? = 0 configure:43627: result: yes configure:43591: checking whether wcscpy is declared without a macro configure:43619: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:43619: $? = 0 configure:43627: result: yes configure:43591: checking whether wcpcpy is declared without a macro configure:43619: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:43619: $? = 0 configure:43627: result: yes configure:43591: checking whether wcsncpy is declared without a macro configure:43619: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:43619: $? = 0 configure:43627: result: yes configure:43591: checking whether wcpncpy is declared without a macro configure:43619: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:43619: $? = 0 configure:43627: result: yes configure:43591: checking whether wcscat is declared without a macro configure:43619: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:43619: $? = 0 configure:43627: result: yes configure:43591: checking whether wcsncat is declared without a macro configure:43619: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:43619: $? = 0 configure:43627: result: yes configure:43591: checking whether wcscmp is declared without a macro configure:43619: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:43619: $? = 0 configure:43627: result: yes configure:43591: checking whether wcsncmp is declared without a macro configure:43619: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:43619: $? = 0 configure:43627: result: yes configure:43591: checking whether wcscasecmp is declared without a macro configure:43619: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:43619: $? = 0 configure:43627: result: yes configure:43591: checking whether wcsncasecmp is declared without a macro configure:43619: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:43619: $? = 0 configure:43627: result: yes configure:43591: checking whether wcscoll is declared without a macro configure:43619: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:43619: $? = 0 configure:43627: result: yes configure:43591: checking whether wcsxfrm is declared without a macro configure:43619: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:43619: $? = 0 configure:43627: result: yes configure:43591: checking whether wcsdup is declared without a macro configure:43619: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:43619: $? = 0 configure:43627: result: yes configure:43591: checking whether wcschr is declared without a macro configure:43619: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:43619: $? = 0 configure:43627: result: yes configure:43591: checking whether wcsrchr is declared without a macro configure:43619: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:43619: $? = 0 configure:43627: result: yes configure:43591: checking whether wcscspn is declared without a macro configure:43619: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:43619: $? = 0 configure:43627: result: yes configure:43591: checking whether wcsspn is declared without a macro configure:43619: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:43619: $? = 0 configure:43627: result: yes configure:43591: checking whether wcspbrk is declared without a macro configure:43619: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:43619: $? = 0 configure:43627: result: yes configure:43591: checking whether wcsstr is declared without a macro configure:43619: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:43619: $? = 0 configure:43627: result: yes configure:43591: checking whether wcstok is declared without a macro configure:43619: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:43619: $? = 0 configure:43627: result: yes configure:43591: checking whether wcswidth is declared without a macro configure:43619: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:43619: $? = 0 configure:43627: result: yes configure:43665: checking whether mbrtowc handles incomplete characters configure:43722: result: yes configure:43728: checking whether mbrtowc works as well as mbtowc configure:43789: result: yes configure:43848: checking whether wcrtomb return value is correct configure:43903: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:43903: $? = 0 configure:43903: ./conftest configure:43903: $? = 0 configure:43915: result: yes configure:43972: checking whether wctob works configure:44058: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:632:7: warning: implicit declaration of function 'mbtowc' [-Wimplicit-function-declaration] if (mbtowc (&wc, "\374", 1) == 1) ^ configure:44058: $? = 0 configure:44058: ./conftest configure:44058: $? = 0 configure:44070: result: yes configure:44078: checking whether wctob is declared configure:44078: result: yes configure:44284: checking whether iswcntrl works configure:44328: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:44328: $? = 0 configure:44328: ./conftest configure:44328: $? = 0 configure:44339: result: yes configure:44363: checking for towlower configure:44363: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:634:6: warning: conflicting types for built-in function 'towlower' [enabled by default] char towlower (); ^ configure:44363: $? = 0 configure:44363: result: yes configure:44411: checking for wctype_t configure:44439: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:44439: $? = 0 configure:44447: result: yes configure:44453: checking for wctrans_t configure:44479: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:44479: $? = 0 configure:44487: result: yes configure:44496: checking whether wctype is declared without a macro configure:44525: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:44525: $? = 0 configure:44533: result: yes configure:44496: checking whether iswctype is declared without a macro configure:44525: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:44525: $? = 0 configure:44533: result: yes configure:44496: checking whether wctrans is declared without a macro configure:44525: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:44525: $? = 0 configure:44533: result: yes configure:44496: checking whether towctrans is declared without a macro configure:44525: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:44525: $? = 0 configure:44533: result: yes configure:44550: checking for stdint.h configure:44550: result: yes configure:44612: checking for malloc.h configure:44612: result: yes configure:44612: checking for string.h configure:44612: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:44612: $? = 0 configure:44612: result: yes configure:44622: checking for size_t configure:44622: result: yes configure:44633: checking for off_t configure:44633: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:44633: $? = 0 configure:44633: i686-uhu-linux-gcc -std=gnu11 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:651:20: error: expected expression before ')' token if (sizeof ((off_t))) ^ configure:44633: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU recutils" | #define PACKAGE_TARNAME "recutils" | #define PACKAGE_VERSION "1.7" | #define PACKAGE_STRING "GNU recutils 1.7" | #define PACKAGE_BUGREPORT "bug-recutils@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/recutils/" | #define PACKAGE "recutils" | #define VERSION "1.7" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define STDC_HEADERS 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define restrict __restrict | #define HAVE_BTOWC 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_FLOCK 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FWRITING 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MBRLEN 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_FCHMOD 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_LINK 1 | #define HAVE_SECURE_GETENV 1 | #define HAVE_SETENV 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCTOB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_XLOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define GETGROUPS_T gid_t | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FCHMODAT 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_FUTIMENS 1 | #define HAVE_RAW_DECL_LCHMOD 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKDIRAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKFIFOAT 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_MKNODAT 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_UTIMENSAT 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_DECL_GETDELIM 1 | #define HAVE_DECL_GETLINE 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define HAVE_DECL_GETPASS 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define PROMOTED_MODE_T mode_t | #define HAVE__BOOL 1 | #define HAVE_COMPOUND_LITERALS 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_WORKING_POSIX_SPAWN 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_VFPRINTF_POSIX 1 | #define USER_LABEL_PREFIX | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SETENV 1 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_STRCASESTR 1 | #define HAVE_RAW_DECL_FFSL 1 | #define HAVE_RAW_DECL_FFSLL 1 | #define HAVE_RAW_DECL_MEMMEM 1 | #define HAVE_RAW_DECL_MEMPCPY 1 | #define HAVE_RAW_DECL_MEMRCHR 1 | #define HAVE_RAW_DECL_RAWMEMCHR 1 | #define HAVE_RAW_DECL_STPCPY 1 | #define HAVE_RAW_DECL_STPNCPY 1 | #define HAVE_RAW_DECL_STRCHRNUL 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRNDUP 1 | #define HAVE_RAW_DECL_STRNLEN 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRSEP 1 | #define HAVE_RAW_DECL_STRCASESTR 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRERROR_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_RAW_DECL_STRVERSCMP 1 | #define HAVE_RAW_DECL_FFS 1 | #define HAVE_RAW_DECL_STRCASECMP 1 | #define HAVE_RAW_DECL_STRNCASECMP 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_DECL_UNSETENV 1 | #define HAVE_ALLOCA 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOEXEC 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_CLOSE_STREAM 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_EUIDACCESS 1 | #define GNULIB_TEST_EUIDACCESS 1 | #define GNULIB_TEST_FCNTL 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_DECL___FPENDING 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_FPRINTF_POSIX 1 | #define GNULIB_TEST_FPRINTF_POSIX 1 | #define HAVE_FREXP_IN_LIBC 1 | #define GNULIB_TEST_FREXP 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define GNULIB_TEST_FREXPL 1 | #define GNULIB_TEST_FSEEK 1 | #define GNULIB_TEST_FSEEKO 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FTELL 1 | #define GNULIB_TEST_FTELLO 1 | #define GNULIB_TEST_GETDELIM 1 | #define GNULIB_TEST_GETDTABLESIZE 1 | #define HAVE_GETGROUPS 1 | #define GNULIB_TEST_GETGROUPS 1 | #define GNULIB_TEST_GETLINE 1 | #define GNULIB_TEST_GETOPT_GNU 1 | #define getpass gnu_getpass | #define HAVE_DECL___FSETLOCKING 1 | #define GETTIMEOFDAY_TIMEZONE struct timezone | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define GNULIB_TEST_GROUP_MEMBER 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define HAVE_ISNANF_IN_LIBC 1 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_RAW_DECL_DUPLOCALE 1 | #define GNULIB_TEST_LOCALECONV 1 | #define HAVE_PTHREAD_RWLOCK 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define GNULIB_LOCK 1 | #define GNULIB_TEST_LSEEK 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_ACOSF 1 | #define HAVE_RAW_DECL_ACOSL 1 | #define HAVE_RAW_DECL_ASINF 1 | #define HAVE_RAW_DECL_ASINL 1 | #define HAVE_RAW_DECL_ATANF 1 | #define HAVE_RAW_DECL_ATANL 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_CBRTF 1 | #define HAVE_RAW_DECL_CBRTL 1 | #define HAVE_RAW_DECL_CEILF 1 | #define HAVE_RAW_DECL_CEILL 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_COPYSIGNF 1 | #define HAVE_RAW_DECL_COPYSIGNL 1 | #define HAVE_RAW_DECL_COSF 1 | #define HAVE_RAW_DECL_COSL 1 | #define HAVE_RAW_DECL_COSHF 1 | #define HAVE_RAW_DECL_EXPF 1 | #define HAVE_RAW_DECL_EXPL 1 | #define HAVE_RAW_DECL_EXP2 1 | #define HAVE_RAW_DECL_EXP2F 1 | #define HAVE_RAW_DECL_EXP2L 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_EXPM1F 1 | #define HAVE_RAW_DECL_EXPM1L 1 | #define HAVE_RAW_DECL_FABSF 1 | #define HAVE_RAW_DECL_FABSL 1 | #define HAVE_RAW_DECL_FLOORF 1 | #define HAVE_RAW_DECL_FLOORL 1 | #define HAVE_RAW_DECL_FMA 1 | #define HAVE_RAW_DECL_FMAF 1 | #define HAVE_RAW_DECL_FMAL 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_FMODF 1 | #define HAVE_RAW_DECL_FMODL 1 | #define HAVE_RAW_DECL_FREXPF 1 | #define HAVE_RAW_DECL_FREXPL 1 | #define HAVE_RAW_DECL_HYPOTF 1 | #define HAVE_RAW_DECL_HYPOTL 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_ILOGBF 1 | #define HAVE_RAW_DECL_ILOGBL 1 | #define HAVE_RAW_DECL_LDEXPF 1 | #define HAVE_RAW_DECL_LDEXPL 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOGF 1 | #define HAVE_RAW_DECL_LOGL 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG10F 1 | #define HAVE_RAW_DECL_LOG10L 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOG1PF 1 | #define HAVE_RAW_DECL_LOG1PL 1 | #define HAVE_RAW_DECL_LOG2 1 | #define HAVE_RAW_DECL_LOG2F 1 | #define HAVE_RAW_DECL_LOG2L 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_LOGBF 1 | #define HAVE_RAW_DECL_LOGBL 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_MODFL 1 | #define HAVE_RAW_DECL_POWF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_REMAINDERF 1 | #define HAVE_RAW_DECL_REMAINDERL 1 | #define HAVE_RAW_DECL_RINT 1 | #define HAVE_RAW_DECL_RINTF 1 | #define HAVE_RAW_DECL_RINTL 1 | #define HAVE_RAW_DECL_ROUND 1 | #define HAVE_RAW_DECL_ROUNDF 1 | #define HAVE_RAW_DECL_ROUNDL 1 | #define HAVE_RAW_DECL_SINF 1 | #define HAVE_RAW_DECL_SINL 1 | #define HAVE_RAW_DECL_SINHF 1 | #define HAVE_RAW_DECL_SQRTF 1 | #define HAVE_RAW_DECL_SQRTL 1 | #define HAVE_RAW_DECL_TANF 1 | #define HAVE_RAW_DECL_TANL 1 | #define HAVE_RAW_DECL_TANHF 1 | #define HAVE_RAW_DECL_TRUNC 1 | #define HAVE_RAW_DECL_TRUNCF 1 | #define HAVE_RAW_DECL_TRUNCL 1 | #define GNULIB_TEST_MBRLEN 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define GNULIB_MKOSTEMP 1 | #define GNULIB_TEST_MKOSTEMP 1 | #define GNULIB_TEST_MKSTEMP 1 | #define GNULIB_TEST_MKTIME 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_OBSTACK 1 | #define GNULIB_TEST_OPEN 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define TIME_T_FITS_IN_LONG_INT 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1 | #define GNULIB_TEST_POSIX_SPAWNP 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define REPLACE_PRINTF_POSIX 1 | #define GNULIB_TEST_PRINTF_POSIX 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | #define USE_ACL 0 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define HAVE_STRUCT_RANDOM_DATA 1 | #define HAVE_RANDOM_R 1 | #define GNULIB_TEST_RANDOM_R 1 | #define HAVE_RAWMEMCHR 1 | #define GNULIB_TEST_RAWMEMCHR 1 | #define HAVE_READLINE 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define GNULIB_TEST_READLINK 1 | #define HAVE_REALLOC_POSIX 1 | #define GNULIB_TEST_REALLOC_POSIX 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define HAVE_SELINUX_SELINUX_H 0 | #define GNULIB_TEST_SETENV 1 | #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1 | #define GNULIB_TEST_SIGACTION 1 | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1 | #define HAVE_RAW_DECL_SIGACTION 1 | #define HAVE_RAW_DECL_SIGADDSET 1 | #define HAVE_RAW_DECL_SIGDELSET 1 | #define HAVE_RAW_DECL_SIGEMPTYSET 1 | #define HAVE_RAW_DECL_SIGFILLSET 1 | #define HAVE_RAW_DECL_SIGISMEMBER 1 | #define HAVE_RAW_DECL_SIGPENDING 1 | #define HAVE_RAW_DECL_SIGPROCMASK 1 | #define GNULIB_TEST_SIGNBIT 1 | #define GNULIB_TEST_SIGPROCMASK 1 | #define HAVE_STDINT_H 1 | #define HAVE_POSIX_SPAWNATTR_T 1 | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_T 1 | #define HAVE_RAW_DECL_POSIX_SPAWN 1 | #define HAVE_RAW_DECL_POSIX_SPAWNP 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_INIT 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_DESTROY 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSIGDEFAULT 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSIGDEFAULT 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSIGMASK 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSIGMASK 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETFLAGS 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETFLAGS 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETPGROUP 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETPGROUP 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSCHEDPOLICY 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSCHEDPOLICY 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSCHEDPARAM 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSCHEDPARAM 1 | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_INIT 1 | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1 | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1 | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1 | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1 | #define GNULIB_TEST_STAT 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_DPRINTF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETDELIM 1 | #define HAVE_RAW_DECL_GETLINE 1 | #define HAVE_RAW_DECL_PCLOSE 1 | #define HAVE_RAW_DECL_POPEN 1 | #define HAVE_RAW_DECL_RENAMEAT 1 | #define HAVE_RAW_DECL_SNPRINTF 1 | #define HAVE_RAW_DECL_TMPFILE 1 | #define HAVE_RAW_DECL_VDPRINTF 1 | #define HAVE_RAW_DECL_VSNPRINTF 1 | #define HAVE_RAW_DECL__EXIT 1 | #define HAVE_RAW_DECL_ATOLL 1 | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 | #define HAVE_RAW_DECL_GETLOADAVG 1 | #define HAVE_RAW_DECL_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_INITSTATE_R 1 | #define HAVE_RAW_DECL_MKDTEMP 1 | #define HAVE_RAW_DECL_MKOSTEMP 1 | #define HAVE_RAW_DECL_MKOSTEMPS 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_MKSTEMPS 1 | #define HAVE_RAW_DECL_POSIX_OPENPT 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_PTSNAME_R 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_RANDOM_R 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_RPMATCH 1 | #define HAVE_RAW_DECL_SECURE_GETENV 1 | #define HAVE_RAW_DECL_SETENV 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SETSTATE_R 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_SRANDOM_R 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define HAVE_RAW_DECL_UNSETENV 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_DECL_STRNCASECMP 1 | #define HAVE_STRCASESTR 1 | #define GNULIB_TEST_STRCASESTR 1 | #define HAVE_STRCHRNUL 1 | #define GNULIB_TEST_STRCHRNUL 1 | #define GNULIB_STRERROR 1 | #define GNULIB_TEST_STRERROR 1 | #define HAVE_STRSEP 1 | #define GNULIB_TEST_STRSEP 1 | #define HAVE_STRVERSCMP 1 | #define GNULIB_TEST_STRVERSCMP 1 | #define HAVE_RAW_DECL_FLOCK 1 | #define HAVE_RAW_DECL_FCHMODAT 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_FUTIMENS 1 | #define HAVE_RAW_DECL_LCHMOD 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKDIRAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKFIFOAT 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_MKNODAT 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_UTIMENSAT 1 | #define HAVE_RAW_DECL_WAITPID 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_DUP3 1 | #define HAVE_RAW_DECL_ENVIRON 1 | #define HAVE_RAW_DECL_EUIDACCESS 1 | #define HAVE_RAW_DECL_FACCESSAT 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDOMAINNAME 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_GETUSERSHELL 1 | #define HAVE_RAW_DECL_SETUSERSHELL 1 | #define HAVE_RAW_DECL_ENDUSERSHELL 1 | #define HAVE_RAW_DECL_GROUP_MEMBER 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LINKAT 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PIPE2 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_READLINKAT 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SETHOSTNAME 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_SYMLINKAT 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define USE_UNLOCKED_IO 1 | #define HAVE_UNSETENV 1 | #define GNULIB_TEST_UNSETENV 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define HAVE_VASPRINTF 1 | #define GNULIB_TEST_VASPRINTF 1 | #define HAVE_VASPRINTF 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_VFPRINTF_POSIX 1 | #define GNULIB_TEST_VFPRINTF_POSIX 1 | #define HAVE_WAITID 1 | #define GNULIB_TEST_WAITPID 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_MBSNRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCSNRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSNLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCPCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCPNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCASECMP 1 | #define HAVE_RAW_DECL_WCSNCASECMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSDUP 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_DECL_WCTOB 1 | #define GNULIB_TEST_WCTOB 1 | #define GNULIB_TEST_WCTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define HAVE_STDINT_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STRING_H 1 | /* end confdefs.h. */ | #include | #include | #include | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((off_t))) | return 0; | ; | return 0; | } configure:44633: result: yes configure:44645: checking for _LARGEFILE_SOURCE value needed for large files configure:44692: result: no configure:44716: checking for suite_create in -lcheck configure:44741: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c -lcheck >&5 /usr/bin/ld: cannot find -lcheck collect2: error: ld returned 1 exit status configure:44741: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU recutils" | #define PACKAGE_TARNAME "recutils" | #define PACKAGE_VERSION "1.7" | #define PACKAGE_STRING "GNU recutils 1.7" | #define PACKAGE_BUGREPORT "bug-recutils@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/recutils/" | #define PACKAGE "recutils" | #define VERSION "1.7" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define STDC_HEADERS 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define restrict __restrict | #define HAVE_BTOWC 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_FLOCK 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FWRITING 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MBRLEN 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_FCHMOD 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_LINK 1 | #define HAVE_SECURE_GETENV 1 | #define HAVE_SETENV 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCTOB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_XLOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define GETGROUPS_T gid_t | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FCHMODAT 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_FUTIMENS 1 | #define HAVE_RAW_DECL_LCHMOD 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKDIRAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKFIFOAT 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_MKNODAT 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_UTIMENSAT 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_DECL_GETDELIM 1 | #define HAVE_DECL_GETLINE 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define HAVE_DECL_GETPASS 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define PROMOTED_MODE_T mode_t | #define HAVE__BOOL 1 | #define HAVE_COMPOUND_LITERALS 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_WORKING_POSIX_SPAWN 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_VFPRINTF_POSIX 1 | #define USER_LABEL_PREFIX | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SETENV 1 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_STRCASESTR 1 | #define HAVE_RAW_DECL_FFSL 1 | #define HAVE_RAW_DECL_FFSLL 1 | #define HAVE_RAW_DECL_MEMMEM 1 | #define HAVE_RAW_DECL_MEMPCPY 1 | #define HAVE_RAW_DECL_MEMRCHR 1 | #define HAVE_RAW_DECL_RAWMEMCHR 1 | #define HAVE_RAW_DECL_STPCPY 1 | #define HAVE_RAW_DECL_STPNCPY 1 | #define HAVE_RAW_DECL_STRCHRNUL 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRNDUP 1 | #define HAVE_RAW_DECL_STRNLEN 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRSEP 1 | #define HAVE_RAW_DECL_STRCASESTR 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRERROR_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_RAW_DECL_STRVERSCMP 1 | #define HAVE_RAW_DECL_FFS 1 | #define HAVE_RAW_DECL_STRCASECMP 1 | #define HAVE_RAW_DECL_STRNCASECMP 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_DECL_UNSETENV 1 | #define HAVE_ALLOCA 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOEXEC 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_CLOSE_STREAM 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_EUIDACCESS 1 | #define GNULIB_TEST_EUIDACCESS 1 | #define GNULIB_TEST_FCNTL 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_DECL___FPENDING 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_FPRINTF_POSIX 1 | #define GNULIB_TEST_FPRINTF_POSIX 1 | #define HAVE_FREXP_IN_LIBC 1 | #define GNULIB_TEST_FREXP 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define GNULIB_TEST_FREXPL 1 | #define GNULIB_TEST_FSEEK 1 | #define GNULIB_TEST_FSEEKO 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FTELL 1 | #define GNULIB_TEST_FTELLO 1 | #define GNULIB_TEST_GETDELIM 1 | #define GNULIB_TEST_GETDTABLESIZE 1 | #define HAVE_GETGROUPS 1 | #define GNULIB_TEST_GETGROUPS 1 | #define GNULIB_TEST_GETLINE 1 | #define GNULIB_TEST_GETOPT_GNU 1 | #define getpass gnu_getpass | #define HAVE_DECL___FSETLOCKING 1 | #define GETTIMEOFDAY_TIMEZONE struct timezone | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define GNULIB_TEST_GROUP_MEMBER 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define HAVE_ISNANF_IN_LIBC 1 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_RAW_DECL_DUPLOCALE 1 | #define GNULIB_TEST_LOCALECONV 1 | #define HAVE_PTHREAD_RWLOCK 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define GNULIB_LOCK 1 | #define GNULIB_TEST_LSEEK 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_ACOSF 1 | #define HAVE_RAW_DECL_ACOSL 1 | #define HAVE_RAW_DECL_ASINF 1 | #define HAVE_RAW_DECL_ASINL 1 | #define HAVE_RAW_DECL_ATANF 1 | #define HAVE_RAW_DECL_ATANL 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_CBRTF 1 | #define HAVE_RAW_DECL_CBRTL 1 | #define HAVE_RAW_DECL_CEILF 1 | #define HAVE_RAW_DECL_CEILL 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_COPYSIGNF 1 | #define HAVE_RAW_DECL_COPYSIGNL 1 | #define HAVE_RAW_DECL_COSF 1 | #define HAVE_RAW_DECL_COSL 1 | #define HAVE_RAW_DECL_COSHF 1 | #define HAVE_RAW_DECL_EXPF 1 | #define HAVE_RAW_DECL_EXPL 1 | #define HAVE_RAW_DECL_EXP2 1 | #define HAVE_RAW_DECL_EXP2F 1 | #define HAVE_RAW_DECL_EXP2L 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_EXPM1F 1 | #define HAVE_RAW_DECL_EXPM1L 1 | #define HAVE_RAW_DECL_FABSF 1 | #define HAVE_RAW_DECL_FABSL 1 | #define HAVE_RAW_DECL_FLOORF 1 | #define HAVE_RAW_DECL_FLOORL 1 | #define HAVE_RAW_DECL_FMA 1 | #define HAVE_RAW_DECL_FMAF 1 | #define HAVE_RAW_DECL_FMAL 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_FMODF 1 | #define HAVE_RAW_DECL_FMODL 1 | #define HAVE_RAW_DECL_FREXPF 1 | #define HAVE_RAW_DECL_FREXPL 1 | #define HAVE_RAW_DECL_HYPOTF 1 | #define HAVE_RAW_DECL_HYPOTL 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_ILOGBF 1 | #define HAVE_RAW_DECL_ILOGBL 1 | #define HAVE_RAW_DECL_LDEXPF 1 | #define HAVE_RAW_DECL_LDEXPL 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOGF 1 | #define HAVE_RAW_DECL_LOGL 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG10F 1 | #define HAVE_RAW_DECL_LOG10L 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOG1PF 1 | #define HAVE_RAW_DECL_LOG1PL 1 | #define HAVE_RAW_DECL_LOG2 1 | #define HAVE_RAW_DECL_LOG2F 1 | #define HAVE_RAW_DECL_LOG2L 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_LOGBF 1 | #define HAVE_RAW_DECL_LOGBL 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_MODFL 1 | #define HAVE_RAW_DECL_POWF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_REMAINDERF 1 | #define HAVE_RAW_DECL_REMAINDERL 1 | #define HAVE_RAW_DECL_RINT 1 | #define HAVE_RAW_DECL_RINTF 1 | #define HAVE_RAW_DECL_RINTL 1 | #define HAVE_RAW_DECL_ROUND 1 | #define HAVE_RAW_DECL_ROUNDF 1 | #define HAVE_RAW_DECL_ROUNDL 1 | #define HAVE_RAW_DECL_SINF 1 | #define HAVE_RAW_DECL_SINL 1 | #define HAVE_RAW_DECL_SINHF 1 | #define HAVE_RAW_DECL_SQRTF 1 | #define HAVE_RAW_DECL_SQRTL 1 | #define HAVE_RAW_DECL_TANF 1 | #define HAVE_RAW_DECL_TANL 1 | #define HAVE_RAW_DECL_TANHF 1 | #define HAVE_RAW_DECL_TRUNC 1 | #define HAVE_RAW_DECL_TRUNCF 1 | #define HAVE_RAW_DECL_TRUNCL 1 | #define GNULIB_TEST_MBRLEN 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define GNULIB_MKOSTEMP 1 | #define GNULIB_TEST_MKOSTEMP 1 | #define GNULIB_TEST_MKSTEMP 1 | #define GNULIB_TEST_MKTIME 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_OBSTACK 1 | #define GNULIB_TEST_OPEN 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define TIME_T_FITS_IN_LONG_INT 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1 | #define GNULIB_TEST_POSIX_SPAWNP 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define REPLACE_PRINTF_POSIX 1 | #define GNULIB_TEST_PRINTF_POSIX 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | #define USE_ACL 0 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define HAVE_STRUCT_RANDOM_DATA 1 | #define HAVE_RANDOM_R 1 | #define GNULIB_TEST_RANDOM_R 1 | #define HAVE_RAWMEMCHR 1 | #define GNULIB_TEST_RAWMEMCHR 1 | #define HAVE_READLINE 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define GNULIB_TEST_READLINK 1 | #define HAVE_REALLOC_POSIX 1 | #define GNULIB_TEST_REALLOC_POSIX 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define HAVE_SELINUX_SELINUX_H 0 | #define GNULIB_TEST_SETENV 1 | #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1 | #define GNULIB_TEST_SIGACTION 1 | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1 | #define HAVE_RAW_DECL_SIGACTION 1 | #define HAVE_RAW_DECL_SIGADDSET 1 | #define HAVE_RAW_DECL_SIGDELSET 1 | #define HAVE_RAW_DECL_SIGEMPTYSET 1 | #define HAVE_RAW_DECL_SIGFILLSET 1 | #define HAVE_RAW_DECL_SIGISMEMBER 1 | #define HAVE_RAW_DECL_SIGPENDING 1 | #define HAVE_RAW_DECL_SIGPROCMASK 1 | #define GNULIB_TEST_SIGNBIT 1 | #define GNULIB_TEST_SIGPROCMASK 1 | #define HAVE_STDINT_H 1 | #define HAVE_POSIX_SPAWNATTR_T 1 | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_T 1 | #define HAVE_RAW_DECL_POSIX_SPAWN 1 | #define HAVE_RAW_DECL_POSIX_SPAWNP 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_INIT 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_DESTROY 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSIGDEFAULT 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSIGDEFAULT 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSIGMASK 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSIGMASK 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETFLAGS 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETFLAGS 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETPGROUP 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETPGROUP 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSCHEDPOLICY 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSCHEDPOLICY 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSCHEDPARAM 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSCHEDPARAM 1 | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_INIT 1 | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1 | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1 | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1 | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1 | #define GNULIB_TEST_STAT 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_DPRINTF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETDELIM 1 | #define HAVE_RAW_DECL_GETLINE 1 | #define HAVE_RAW_DECL_PCLOSE 1 | #define HAVE_RAW_DECL_POPEN 1 | #define HAVE_RAW_DECL_RENAMEAT 1 | #define HAVE_RAW_DECL_SNPRINTF 1 | #define HAVE_RAW_DECL_TMPFILE 1 | #define HAVE_RAW_DECL_VDPRINTF 1 | #define HAVE_RAW_DECL_VSNPRINTF 1 | #define HAVE_RAW_DECL__EXIT 1 | #define HAVE_RAW_DECL_ATOLL 1 | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 | #define HAVE_RAW_DECL_GETLOADAVG 1 | #define HAVE_RAW_DECL_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_INITSTATE_R 1 | #define HAVE_RAW_DECL_MKDTEMP 1 | #define HAVE_RAW_DECL_MKOSTEMP 1 | #define HAVE_RAW_DECL_MKOSTEMPS 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_MKSTEMPS 1 | #define HAVE_RAW_DECL_POSIX_OPENPT 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_PTSNAME_R 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_RANDOM_R 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_RPMATCH 1 | #define HAVE_RAW_DECL_SECURE_GETENV 1 | #define HAVE_RAW_DECL_SETENV 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SETSTATE_R 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_SRANDOM_R 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define HAVE_RAW_DECL_UNSETENV 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_DECL_STRNCASECMP 1 | #define HAVE_STRCASESTR 1 | #define GNULIB_TEST_STRCASESTR 1 | #define HAVE_STRCHRNUL 1 | #define GNULIB_TEST_STRCHRNUL 1 | #define GNULIB_STRERROR 1 | #define GNULIB_TEST_STRERROR 1 | #define HAVE_STRSEP 1 | #define GNULIB_TEST_STRSEP 1 | #define HAVE_STRVERSCMP 1 | #define GNULIB_TEST_STRVERSCMP 1 | #define HAVE_RAW_DECL_FLOCK 1 | #define HAVE_RAW_DECL_FCHMODAT 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_FUTIMENS 1 | #define HAVE_RAW_DECL_LCHMOD 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKDIRAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKFIFOAT 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_MKNODAT 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_UTIMENSAT 1 | #define HAVE_RAW_DECL_WAITPID 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_DUP3 1 | #define HAVE_RAW_DECL_ENVIRON 1 | #define HAVE_RAW_DECL_EUIDACCESS 1 | #define HAVE_RAW_DECL_FACCESSAT 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDOMAINNAME 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_GETUSERSHELL 1 | #define HAVE_RAW_DECL_SETUSERSHELL 1 | #define HAVE_RAW_DECL_ENDUSERSHELL 1 | #define HAVE_RAW_DECL_GROUP_MEMBER 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LINKAT 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PIPE2 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_READLINKAT 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SETHOSTNAME 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_SYMLINKAT 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define USE_UNLOCKED_IO 1 | #define HAVE_UNSETENV 1 | #define GNULIB_TEST_UNSETENV 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define HAVE_VASPRINTF 1 | #define GNULIB_TEST_VASPRINTF 1 | #define HAVE_VASPRINTF 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_VFPRINTF_POSIX 1 | #define GNULIB_TEST_VFPRINTF_POSIX 1 | #define HAVE_WAITID 1 | #define GNULIB_TEST_WAITPID 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_MBSNRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCSNRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSNLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCPCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCPNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCASECMP 1 | #define HAVE_RAW_DECL_WCSNCASECMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSDUP 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_DECL_WCTOB 1 | #define GNULIB_TEST_WCTOB 1 | #define GNULIB_TEST_WCTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define HAVE_STDINT_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STRING_H 1 | #define HAVE_FSEEKO 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char suite_create (); | int | main () | { | return suite_create (); | ; | return 0; | } configure:44750: result: no configure:44770: checking for curl_global_init in -lcurl configure:44795: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c -lcurl >&5 configure:44795: $? = 0 configure:44804: result: yes configure:44816: checking for uuid_generate in -luuid configure:44841: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c -luuid >&5 /usr/bin/ld: cannot find -luuid collect2: error: ld returned 1 exit status configure:44841: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU recutils" | #define PACKAGE_TARNAME "recutils" | #define PACKAGE_VERSION "1.7" | #define PACKAGE_STRING "GNU recutils 1.7" | #define PACKAGE_BUGREPORT "bug-recutils@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/recutils/" | #define PACKAGE "recutils" | #define VERSION "1.7" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define STDC_HEADERS 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define restrict __restrict | #define HAVE_BTOWC 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_FLOCK 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FWRITING 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MBRLEN 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_FCHMOD 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_LINK 1 | #define HAVE_SECURE_GETENV 1 | #define HAVE_SETENV 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCTOB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_XLOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define GETGROUPS_T gid_t | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FCHMODAT 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_FUTIMENS 1 | #define HAVE_RAW_DECL_LCHMOD 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKDIRAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKFIFOAT 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_MKNODAT 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_UTIMENSAT 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_DECL_GETDELIM 1 | #define HAVE_DECL_GETLINE 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define HAVE_DECL_GETPASS 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define PROMOTED_MODE_T mode_t | #define HAVE__BOOL 1 | #define HAVE_COMPOUND_LITERALS 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_WORKING_POSIX_SPAWN 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_VFPRINTF_POSIX 1 | #define USER_LABEL_PREFIX | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SETENV 1 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_STRCASESTR 1 | #define HAVE_RAW_DECL_FFSL 1 | #define HAVE_RAW_DECL_FFSLL 1 | #define HAVE_RAW_DECL_MEMMEM 1 | #define HAVE_RAW_DECL_MEMPCPY 1 | #define HAVE_RAW_DECL_MEMRCHR 1 | #define HAVE_RAW_DECL_RAWMEMCHR 1 | #define HAVE_RAW_DECL_STPCPY 1 | #define HAVE_RAW_DECL_STPNCPY 1 | #define HAVE_RAW_DECL_STRCHRNUL 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRNDUP 1 | #define HAVE_RAW_DECL_STRNLEN 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRSEP 1 | #define HAVE_RAW_DECL_STRCASESTR 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRERROR_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_RAW_DECL_STRVERSCMP 1 | #define HAVE_RAW_DECL_FFS 1 | #define HAVE_RAW_DECL_STRCASECMP 1 | #define HAVE_RAW_DECL_STRNCASECMP 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_DECL_UNSETENV 1 | #define HAVE_ALLOCA 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOEXEC 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_CLOSE_STREAM 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_EUIDACCESS 1 | #define GNULIB_TEST_EUIDACCESS 1 | #define GNULIB_TEST_FCNTL 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_DECL___FPENDING 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_FPRINTF_POSIX 1 | #define GNULIB_TEST_FPRINTF_POSIX 1 | #define HAVE_FREXP_IN_LIBC 1 | #define GNULIB_TEST_FREXP 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define GNULIB_TEST_FREXPL 1 | #define GNULIB_TEST_FSEEK 1 | #define GNULIB_TEST_FSEEKO 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FTELL 1 | #define GNULIB_TEST_FTELLO 1 | #define GNULIB_TEST_GETDELIM 1 | #define GNULIB_TEST_GETDTABLESIZE 1 | #define HAVE_GETGROUPS 1 | #define GNULIB_TEST_GETGROUPS 1 | #define GNULIB_TEST_GETLINE 1 | #define GNULIB_TEST_GETOPT_GNU 1 | #define getpass gnu_getpass | #define HAVE_DECL___FSETLOCKING 1 | #define GETTIMEOFDAY_TIMEZONE struct timezone | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define GNULIB_TEST_GROUP_MEMBER 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define HAVE_ISNANF_IN_LIBC 1 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_RAW_DECL_DUPLOCALE 1 | #define GNULIB_TEST_LOCALECONV 1 | #define HAVE_PTHREAD_RWLOCK 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define GNULIB_LOCK 1 | #define GNULIB_TEST_LSEEK 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_ACOSF 1 | #define HAVE_RAW_DECL_ACOSL 1 | #define HAVE_RAW_DECL_ASINF 1 | #define HAVE_RAW_DECL_ASINL 1 | #define HAVE_RAW_DECL_ATANF 1 | #define HAVE_RAW_DECL_ATANL 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_CBRTF 1 | #define HAVE_RAW_DECL_CBRTL 1 | #define HAVE_RAW_DECL_CEILF 1 | #define HAVE_RAW_DECL_CEILL 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_COPYSIGNF 1 | #define HAVE_RAW_DECL_COPYSIGNL 1 | #define HAVE_RAW_DECL_COSF 1 | #define HAVE_RAW_DECL_COSL 1 | #define HAVE_RAW_DECL_COSHF 1 | #define HAVE_RAW_DECL_EXPF 1 | #define HAVE_RAW_DECL_EXPL 1 | #define HAVE_RAW_DECL_EXP2 1 | #define HAVE_RAW_DECL_EXP2F 1 | #define HAVE_RAW_DECL_EXP2L 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_EXPM1F 1 | #define HAVE_RAW_DECL_EXPM1L 1 | #define HAVE_RAW_DECL_FABSF 1 | #define HAVE_RAW_DECL_FABSL 1 | #define HAVE_RAW_DECL_FLOORF 1 | #define HAVE_RAW_DECL_FLOORL 1 | #define HAVE_RAW_DECL_FMA 1 | #define HAVE_RAW_DECL_FMAF 1 | #define HAVE_RAW_DECL_FMAL 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_FMODF 1 | #define HAVE_RAW_DECL_FMODL 1 | #define HAVE_RAW_DECL_FREXPF 1 | #define HAVE_RAW_DECL_FREXPL 1 | #define HAVE_RAW_DECL_HYPOTF 1 | #define HAVE_RAW_DECL_HYPOTL 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_ILOGBF 1 | #define HAVE_RAW_DECL_ILOGBL 1 | #define HAVE_RAW_DECL_LDEXPF 1 | #define HAVE_RAW_DECL_LDEXPL 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOGF 1 | #define HAVE_RAW_DECL_LOGL 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG10F 1 | #define HAVE_RAW_DECL_LOG10L 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOG1PF 1 | #define HAVE_RAW_DECL_LOG1PL 1 | #define HAVE_RAW_DECL_LOG2 1 | #define HAVE_RAW_DECL_LOG2F 1 | #define HAVE_RAW_DECL_LOG2L 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_LOGBF 1 | #define HAVE_RAW_DECL_LOGBL 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_MODFL 1 | #define HAVE_RAW_DECL_POWF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_REMAINDERF 1 | #define HAVE_RAW_DECL_REMAINDERL 1 | #define HAVE_RAW_DECL_RINT 1 | #define HAVE_RAW_DECL_RINTF 1 | #define HAVE_RAW_DECL_RINTL 1 | #define HAVE_RAW_DECL_ROUND 1 | #define HAVE_RAW_DECL_ROUNDF 1 | #define HAVE_RAW_DECL_ROUNDL 1 | #define HAVE_RAW_DECL_SINF 1 | #define HAVE_RAW_DECL_SINL 1 | #define HAVE_RAW_DECL_SINHF 1 | #define HAVE_RAW_DECL_SQRTF 1 | #define HAVE_RAW_DECL_SQRTL 1 | #define HAVE_RAW_DECL_TANF 1 | #define HAVE_RAW_DECL_TANL 1 | #define HAVE_RAW_DECL_TANHF 1 | #define HAVE_RAW_DECL_TRUNC 1 | #define HAVE_RAW_DECL_TRUNCF 1 | #define HAVE_RAW_DECL_TRUNCL 1 | #define GNULIB_TEST_MBRLEN 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define GNULIB_MKOSTEMP 1 | #define GNULIB_TEST_MKOSTEMP 1 | #define GNULIB_TEST_MKSTEMP 1 | #define GNULIB_TEST_MKTIME 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_OBSTACK 1 | #define GNULIB_TEST_OPEN 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define TIME_T_FITS_IN_LONG_INT 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1 | #define GNULIB_TEST_POSIX_SPAWNP 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define REPLACE_PRINTF_POSIX 1 | #define GNULIB_TEST_PRINTF_POSIX 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | #define USE_ACL 0 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define HAVE_STRUCT_RANDOM_DATA 1 | #define HAVE_RANDOM_R 1 | #define GNULIB_TEST_RANDOM_R 1 | #define HAVE_RAWMEMCHR 1 | #define GNULIB_TEST_RAWMEMCHR 1 | #define HAVE_READLINE 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define GNULIB_TEST_READLINK 1 | #define HAVE_REALLOC_POSIX 1 | #define GNULIB_TEST_REALLOC_POSIX 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define HAVE_SELINUX_SELINUX_H 0 | #define GNULIB_TEST_SETENV 1 | #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1 | #define GNULIB_TEST_SIGACTION 1 | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1 | #define HAVE_RAW_DECL_SIGACTION 1 | #define HAVE_RAW_DECL_SIGADDSET 1 | #define HAVE_RAW_DECL_SIGDELSET 1 | #define HAVE_RAW_DECL_SIGEMPTYSET 1 | #define HAVE_RAW_DECL_SIGFILLSET 1 | #define HAVE_RAW_DECL_SIGISMEMBER 1 | #define HAVE_RAW_DECL_SIGPENDING 1 | #define HAVE_RAW_DECL_SIGPROCMASK 1 | #define GNULIB_TEST_SIGNBIT 1 | #define GNULIB_TEST_SIGPROCMASK 1 | #define HAVE_STDINT_H 1 | #define HAVE_POSIX_SPAWNATTR_T 1 | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_T 1 | #define HAVE_RAW_DECL_POSIX_SPAWN 1 | #define HAVE_RAW_DECL_POSIX_SPAWNP 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_INIT 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_DESTROY 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSIGDEFAULT 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSIGDEFAULT 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSIGMASK 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSIGMASK 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETFLAGS 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETFLAGS 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETPGROUP 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETPGROUP 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSCHEDPOLICY 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSCHEDPOLICY 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSCHEDPARAM 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSCHEDPARAM 1 | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_INIT 1 | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1 | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1 | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1 | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1 | #define GNULIB_TEST_STAT 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_DPRINTF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETDELIM 1 | #define HAVE_RAW_DECL_GETLINE 1 | #define HAVE_RAW_DECL_PCLOSE 1 | #define HAVE_RAW_DECL_POPEN 1 | #define HAVE_RAW_DECL_RENAMEAT 1 | #define HAVE_RAW_DECL_SNPRINTF 1 | #define HAVE_RAW_DECL_TMPFILE 1 | #define HAVE_RAW_DECL_VDPRINTF 1 | #define HAVE_RAW_DECL_VSNPRINTF 1 | #define HAVE_RAW_DECL__EXIT 1 | #define HAVE_RAW_DECL_ATOLL 1 | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 | #define HAVE_RAW_DECL_GETLOADAVG 1 | #define HAVE_RAW_DECL_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_INITSTATE_R 1 | #define HAVE_RAW_DECL_MKDTEMP 1 | #define HAVE_RAW_DECL_MKOSTEMP 1 | #define HAVE_RAW_DECL_MKOSTEMPS 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_MKSTEMPS 1 | #define HAVE_RAW_DECL_POSIX_OPENPT 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_PTSNAME_R 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_RANDOM_R 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_RPMATCH 1 | #define HAVE_RAW_DECL_SECURE_GETENV 1 | #define HAVE_RAW_DECL_SETENV 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SETSTATE_R 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_SRANDOM_R 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define HAVE_RAW_DECL_UNSETENV 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_DECL_STRNCASECMP 1 | #define HAVE_STRCASESTR 1 | #define GNULIB_TEST_STRCASESTR 1 | #define HAVE_STRCHRNUL 1 | #define GNULIB_TEST_STRCHRNUL 1 | #define GNULIB_STRERROR 1 | #define GNULIB_TEST_STRERROR 1 | #define HAVE_STRSEP 1 | #define GNULIB_TEST_STRSEP 1 | #define HAVE_STRVERSCMP 1 | #define GNULIB_TEST_STRVERSCMP 1 | #define HAVE_RAW_DECL_FLOCK 1 | #define HAVE_RAW_DECL_FCHMODAT 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_FUTIMENS 1 | #define HAVE_RAW_DECL_LCHMOD 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKDIRAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKFIFOAT 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_MKNODAT 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_UTIMENSAT 1 | #define HAVE_RAW_DECL_WAITPID 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_DUP3 1 | #define HAVE_RAW_DECL_ENVIRON 1 | #define HAVE_RAW_DECL_EUIDACCESS 1 | #define HAVE_RAW_DECL_FACCESSAT 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDOMAINNAME 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_GETUSERSHELL 1 | #define HAVE_RAW_DECL_SETUSERSHELL 1 | #define HAVE_RAW_DECL_ENDUSERSHELL 1 | #define HAVE_RAW_DECL_GROUP_MEMBER 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LINKAT 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PIPE2 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_READLINKAT 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SETHOSTNAME 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_SYMLINKAT 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define USE_UNLOCKED_IO 1 | #define HAVE_UNSETENV 1 | #define GNULIB_TEST_UNSETENV 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define HAVE_VASPRINTF 1 | #define GNULIB_TEST_VASPRINTF 1 | #define HAVE_VASPRINTF 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_VFPRINTF_POSIX 1 | #define GNULIB_TEST_VFPRINTF_POSIX 1 | #define HAVE_WAITID 1 | #define GNULIB_TEST_WAITPID 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_MBSNRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCSNRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSNLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCPCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCPNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCASECMP 1 | #define HAVE_RAW_DECL_WCSNCASECMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSDUP 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_DECL_WCTOB 1 | #define GNULIB_TEST_WCTOB 1 | #define GNULIB_TEST_WCTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define HAVE_STDINT_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STRING_H 1 | #define HAVE_FSEEKO 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char uuid_generate (); | int | main () | { | return uuid_generate (); | ; | return 0; | } configure:44850: result: no configure:45366: checking for libgcrypt configure:45388: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c /usr/lib/libgcrypt.so /usr/lib/libgpg-error.so >&5 configure:45388: $? = 0 configure:45398: result: yes configure:45405: checking how to link with libgcrypt configure:45407: result: /usr/lib/libgcrypt.so /usr/lib/libgpg-error.so configure:45454: checking for i686-uhu-linux-pkg-config configure:45491: result: no configure:45501: checking for pkg-config configure:45523: found /usr/bin/pkg-config configure:45535: result: /usr/bin/pkg-config configure:45560: checking pkg-config is at least version 0.9.0 configure:45563: result: yes configure:45573: checking for GLIB configure:45580: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.0.0" configure:45583: $? = 0 configure:45597: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.0.0" configure:45600: $? = 0 configure:45638: result: yes configure:45644: checking for mdb_init in -lmdb configure:45669: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c -lmdb >&5 /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(mem.o): In function `mdb_alloc_stats': (.text+0x2b): undefined reference to `g_malloc0' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(mem.o): In function `mdb_free_stats': (.text+0x56): undefined reference to `g_free' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(mem.o): In function `mdb_alloc_catalog': (.text+0x74): undefined reference to `g_ptr_array_new' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(mem.o): In function `mdb_free_catalog': (.text+0xbc): undefined reference to `g_free' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(mem.o): In function `mdb_free_catalog': (.text+0xd7): undefined reference to `g_ptr_array_free' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(mem.o): In function `mdb_alloc_tabledef': (.text+0x101): undefined reference to `g_malloc0' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(mem.o): In function `mdb_free_tabledef': (.text+0x146): undefined reference to `g_free' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(mem.o): In function `mdb_free_tabledef': (.text+0x154): undefined reference to `g_free' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(mem.o): In function `mdb_append_column': (.text+0x188): undefined reference to `g_memdup' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(mem.o): In function `mdb_free_columns': (.text+0x1c4): undefined reference to `g_free' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(mem.o): In function `mdb_free_columns': (.text+0x1d9): undefined reference to `g_ptr_array_free' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(mem.o): In function `mdb_append_index': (.text+0x208): undefined reference to `g_memdup' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(mem.o): In function `mdb_free_indices': (.text+0x244): undefined reference to `g_free' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(mem.o): In function `mdb_free_indices': (.text+0x259): undefined reference to `g_ptr_array_free' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(mem.o): In function `mdb_free_tabledef': (.text+0x161): undefined reference to `g_free' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(mem.o): In function `mdb_append_column': (.text+0x199): undefined reference to `g_ptr_array_add' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(mem.o): In function `mdb_append_index': (.text+0x219): undefined reference to `g_ptr_array_add' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(backend.o): In function `mdb_drop_backend': (.text+0xb): undefined reference to `g_free' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(backend.o): In function `mdb_register_backend': (.text+0x8b): undefined reference to `g_malloc0' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(backend.o): In function `mdb_register_backend': (.text+0xaa): undefined reference to `g_hash_table_insert' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(backend.o): In function `mdb_init_backends': (.text+0xc7): undefined reference to `g_str_equal' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(backend.o): In function `mdb_init_backends': (.text+0xce): undefined reference to `g_str_hash' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(backend.o): In function `mdb_init_backends': (.text+0xd3): undefined reference to `g_hash_table_new' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(backend.o): In function `mdb_remove_backends': (.text+0x16c): undefined reference to `g_hash_table_foreach_remove' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(backend.o): In function `mdb_remove_backends': (.text+0x179): undefined reference to `g_hash_table_destroy' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(backend.o): In function `mdb_set_default_backend': (.text+0x1aa): undefined reference to `g_hash_table_lookup' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(backend.o): In function `mdb_set_default_backend': (.text+0x1be): undefined reference to `g_strdup' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(backend.o): In function `mdb_get_relationships': (.text+0x2a9): undefined reference to `g_strconcat' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(backend.o): In function `mdb_get_relationships': (.text+0x2e0): undefined reference to `g_strconcat' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(backend.o): In function `mdb_get_relationships': (.text+0x300): undefined reference to `g_free' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(backend.o): In function `mdb_get_relationships': (.text+0x3bd): undefined reference to `g_malloc0' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(backend.o): In function `mdb_get_relationships': (.text+0x480): undefined reference to `g_free' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(catalog.o): In function `mdb_read_catalog': (.text+0x21b): undefined reference to `g_memdup' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(catalog.o): In function `mdb_read_catalog': (.text+0x234): undefined reference to `g_ptr_array_add' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(table.o): In function `mdb_read_table': (.text+0x19b): undefined reference to `g_memdup' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(table.o): In function `mdb_read_table': (.text+0x273): undefined reference to `g_memdup' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(table.o): In function `mdb_read_columns': (.text+0x4ca): undefined reference to `g_ptr_array_new' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(table.o): In function `mdb_read_columns': (.text+0x4dc): undefined reference to `g_malloc' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(table.o): In function `mdb_read_columns': (.text+0x534): undefined reference to `g_ptr_array_add' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(table.o): In function `mdb_read_columns': (.text+0x57d): undefined reference to `g_malloc0' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(table.o): In function `mdb_read_columns': (.text+0x636): undefined reference to `g_free' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(table.o): In function `mdb_read_columns': (.text+0x71a): undefined reference to `g_ptr_array_sort' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(table.o): In function `mdb_read_columns': (.text+0x774): undefined reference to `g_malloc' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(table.o): In function `mdb_read_columns': (.text+0x7c0): undefined reference to `g_free' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(data.o): In function `mdb_col_to_string': (.text+0xdf3): undefined reference to `log10' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(data.o): In function `mdb_col_to_string': (.text+0xdfb): undefined reference to `ceil' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(data.o): In function `mdb_col_to_string': (.text+0xebb): undefined reference to `log10' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(data.o): In function `mdb_col_to_string': (.text+0xec3): undefined reference to `ceil' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(data.o): In function `mdb_data_dump': (.text+0x1833): undefined reference to `g_malloc' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(data.o): In function `mdb_data_dump': (.text+0x18e2): undefined reference to `g_free' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(sargs.o): In function `mdb_add_sarg': (.text+0x562): undefined reference to `g_memdup' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(sargs.o): In function `mdb_add_sarg': (.text+0x574): undefined reference to `g_ptr_array_add' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(sargs.o): In function `mdb_add_sarg': (.text+0x591): undefined reference to `g_ptr_array_new' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(index.o): In function `mdb_read_indices': (.text+0x24): undefined reference to `g_ptr_array_new' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(index.o): In function `mdb_read_indices': (.text+0x1cd): undefined reference to `g_malloc' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(index.o): In function `mdb_read_indices': (.text+0x224): undefined reference to `g_free' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(index.o): In function `mdb_index_test_sargs': (.text+0x6c1): undefined reference to `g_ptr_array_new' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(index.o): In function `mdb_index_test_sargs': (.text+0x6f2): undefined reference to `g_memdup' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(index.o): In function `mdb_index_test_sargs': (.text+0x716): undefined reference to `g_ptr_array_add' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(index.o): In function `mdb_index_scan_init': (.text+0x1460): undefined reference to `g_malloc0' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(index.o): In function `mdb_index_scan_free': (.text+0x14c6): undefined reference to `g_free' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(write.o): In function `mdb_new_leaf_pg': (.text+0xcc6): undefined reference to `g_malloc0' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(write.o): In function `mdb_new_data_pg': (.text+0xd16): undefined reference to `g_malloc0' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(write.o): In function `mdb_init_index_chain': (.text+0xd6f): undefined reference to `g_malloc0' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(write.o): In function `mdb_update_index': (.text+0xed1): undefined reference to `g_malloc0' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(write.o): In function `mdb_update_index': (.text+0x112e): undefined reference to `g_free' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(write.o): In function `mdb_add_row_to_pg': (.text+0x139b): undefined reference to `g_free' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(write.o): In function `mdb_replace_row': (.text+0x1800): undefined reference to `g_free' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(file.o): In function `mdb_close': (.text+0x106): undefined reference to `g_free' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(file.o): In function `mdb_close': (.text+0x150): undefined reference to `g_free' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(file.o):(.text+0x15a): more undefined references to `g_free' follow /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(file.o): In function `mdb_clone_handle': (.text+0x188): undefined reference to `g_memdup' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(file.o): In function `mdb_clone_handle': (.text+0x199): undefined reference to `g_ptr_array_new' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(file.o): In function `mdb_clone_handle': (.text+0x1ca): undefined reference to `g_memdup' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(file.o): In function `mdb_clone_handle': (.text+0x1dc): undefined reference to `g_ptr_array_add' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(file.o): In function `mdb_open': (.text+0x592): undefined reference to `g_malloc0' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(file.o): In function `mdb_open': (.text+0x5ba): undefined reference to `g_malloc0' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(file.o): In function `mdb_open': (.text+0x629): undefined reference to `g_strsplit' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(file.o): In function `mdb_open': (.text+0x668): undefined reference to `g_strconcat' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(file.o): In function `mdb_open': (.text+0x692): undefined reference to `g_free' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(file.o): In function `mdb_open': (.text+0x6ac): undefined reference to `g_strfreev' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(file.o): In function `mdb_open': (.text+0x773): undefined reference to `g_strdup' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(file.o): In function `mdb_open': (.text+0x7e6): undefined reference to `g_strfreev' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(file.o): In function `mdb_close': (.text+0x127): undefined reference to `g_free' /usr/lib/gcc/i686-uhu-linux/4.8.3/../../../../lib/libmdb.a(file.o): In function `mdb_close': (.text+0x167): undefined reference to `g_free' collect2: error: ld returned 1 exit status configure:45669: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU recutils" | #define PACKAGE_TARNAME "recutils" | #define PACKAGE_VERSION "1.7" | #define PACKAGE_STRING "GNU recutils 1.7" | #define PACKAGE_BUGREPORT "bug-recutils@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/recutils/" | #define PACKAGE "recutils" | #define VERSION "1.7" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define STDC_HEADERS 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define restrict __restrict | #define HAVE_BTOWC 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_FLOCK 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FWRITING 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MBRLEN 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_FCHMOD 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_LINK 1 | #define HAVE_SECURE_GETENV 1 | #define HAVE_SETENV 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCTOB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_XLOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define GETGROUPS_T gid_t | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FCHMODAT 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_FUTIMENS 1 | #define HAVE_RAW_DECL_LCHMOD 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKDIRAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKFIFOAT 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_MKNODAT 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_UTIMENSAT 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_DECL_GETDELIM 1 | #define HAVE_DECL_GETLINE 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define HAVE_DECL_GETPASS 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define PROMOTED_MODE_T mode_t | #define HAVE__BOOL 1 | #define HAVE_COMPOUND_LITERALS 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_WORKING_POSIX_SPAWN 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_VFPRINTF_POSIX 1 | #define USER_LABEL_PREFIX | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SETENV 1 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_STRCASESTR 1 | #define HAVE_RAW_DECL_FFSL 1 | #define HAVE_RAW_DECL_FFSLL 1 | #define HAVE_RAW_DECL_MEMMEM 1 | #define HAVE_RAW_DECL_MEMPCPY 1 | #define HAVE_RAW_DECL_MEMRCHR 1 | #define HAVE_RAW_DECL_RAWMEMCHR 1 | #define HAVE_RAW_DECL_STPCPY 1 | #define HAVE_RAW_DECL_STPNCPY 1 | #define HAVE_RAW_DECL_STRCHRNUL 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRNDUP 1 | #define HAVE_RAW_DECL_STRNLEN 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRSEP 1 | #define HAVE_RAW_DECL_STRCASESTR 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRERROR_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_RAW_DECL_STRVERSCMP 1 | #define HAVE_RAW_DECL_FFS 1 | #define HAVE_RAW_DECL_STRCASECMP 1 | #define HAVE_RAW_DECL_STRNCASECMP 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_DECL_UNSETENV 1 | #define HAVE_ALLOCA 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOEXEC 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_CLOSE_STREAM 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_EUIDACCESS 1 | #define GNULIB_TEST_EUIDACCESS 1 | #define GNULIB_TEST_FCNTL 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_DECL___FPENDING 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_FPRINTF_POSIX 1 | #define GNULIB_TEST_FPRINTF_POSIX 1 | #define HAVE_FREXP_IN_LIBC 1 | #define GNULIB_TEST_FREXP 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define GNULIB_TEST_FREXPL 1 | #define GNULIB_TEST_FSEEK 1 | #define GNULIB_TEST_FSEEKO 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FTELL 1 | #define GNULIB_TEST_FTELLO 1 | #define GNULIB_TEST_GETDELIM 1 | #define GNULIB_TEST_GETDTABLESIZE 1 | #define HAVE_GETGROUPS 1 | #define GNULIB_TEST_GETGROUPS 1 | #define GNULIB_TEST_GETLINE 1 | #define GNULIB_TEST_GETOPT_GNU 1 | #define getpass gnu_getpass | #define HAVE_DECL___FSETLOCKING 1 | #define GETTIMEOFDAY_TIMEZONE struct timezone | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define GNULIB_TEST_GROUP_MEMBER 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define HAVE_ISNANF_IN_LIBC 1 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_RAW_DECL_DUPLOCALE 1 | #define GNULIB_TEST_LOCALECONV 1 | #define HAVE_PTHREAD_RWLOCK 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define GNULIB_LOCK 1 | #define GNULIB_TEST_LSEEK 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_ACOSF 1 | #define HAVE_RAW_DECL_ACOSL 1 | #define HAVE_RAW_DECL_ASINF 1 | #define HAVE_RAW_DECL_ASINL 1 | #define HAVE_RAW_DECL_ATANF 1 | #define HAVE_RAW_DECL_ATANL 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_CBRTF 1 | #define HAVE_RAW_DECL_CBRTL 1 | #define HAVE_RAW_DECL_CEILF 1 | #define HAVE_RAW_DECL_CEILL 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_COPYSIGNF 1 | #define HAVE_RAW_DECL_COPYSIGNL 1 | #define HAVE_RAW_DECL_COSF 1 | #define HAVE_RAW_DECL_COSL 1 | #define HAVE_RAW_DECL_COSHF 1 | #define HAVE_RAW_DECL_EXPF 1 | #define HAVE_RAW_DECL_EXPL 1 | #define HAVE_RAW_DECL_EXP2 1 | #define HAVE_RAW_DECL_EXP2F 1 | #define HAVE_RAW_DECL_EXP2L 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_EXPM1F 1 | #define HAVE_RAW_DECL_EXPM1L 1 | #define HAVE_RAW_DECL_FABSF 1 | #define HAVE_RAW_DECL_FABSL 1 | #define HAVE_RAW_DECL_FLOORF 1 | #define HAVE_RAW_DECL_FLOORL 1 | #define HAVE_RAW_DECL_FMA 1 | #define HAVE_RAW_DECL_FMAF 1 | #define HAVE_RAW_DECL_FMAL 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_FMODF 1 | #define HAVE_RAW_DECL_FMODL 1 | #define HAVE_RAW_DECL_FREXPF 1 | #define HAVE_RAW_DECL_FREXPL 1 | #define HAVE_RAW_DECL_HYPOTF 1 | #define HAVE_RAW_DECL_HYPOTL 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_ILOGBF 1 | #define HAVE_RAW_DECL_ILOGBL 1 | #define HAVE_RAW_DECL_LDEXPF 1 | #define HAVE_RAW_DECL_LDEXPL 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOGF 1 | #define HAVE_RAW_DECL_LOGL 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG10F 1 | #define HAVE_RAW_DECL_LOG10L 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOG1PF 1 | #define HAVE_RAW_DECL_LOG1PL 1 | #define HAVE_RAW_DECL_LOG2 1 | #define HAVE_RAW_DECL_LOG2F 1 | #define HAVE_RAW_DECL_LOG2L 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_LOGBF 1 | #define HAVE_RAW_DECL_LOGBL 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_MODFL 1 | #define HAVE_RAW_DECL_POWF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_REMAINDERF 1 | #define HAVE_RAW_DECL_REMAINDERL 1 | #define HAVE_RAW_DECL_RINT 1 | #define HAVE_RAW_DECL_RINTF 1 | #define HAVE_RAW_DECL_RINTL 1 | #define HAVE_RAW_DECL_ROUND 1 | #define HAVE_RAW_DECL_ROUNDF 1 | #define HAVE_RAW_DECL_ROUNDL 1 | #define HAVE_RAW_DECL_SINF 1 | #define HAVE_RAW_DECL_SINL 1 | #define HAVE_RAW_DECL_SINHF 1 | #define HAVE_RAW_DECL_SQRTF 1 | #define HAVE_RAW_DECL_SQRTL 1 | #define HAVE_RAW_DECL_TANF 1 | #define HAVE_RAW_DECL_TANL 1 | #define HAVE_RAW_DECL_TANHF 1 | #define HAVE_RAW_DECL_TRUNC 1 | #define HAVE_RAW_DECL_TRUNCF 1 | #define HAVE_RAW_DECL_TRUNCL 1 | #define GNULIB_TEST_MBRLEN 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define GNULIB_MKOSTEMP 1 | #define GNULIB_TEST_MKOSTEMP 1 | #define GNULIB_TEST_MKSTEMP 1 | #define GNULIB_TEST_MKTIME 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_OBSTACK 1 | #define GNULIB_TEST_OPEN 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define TIME_T_FITS_IN_LONG_INT 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1 | #define GNULIB_TEST_POSIX_SPAWNP 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define REPLACE_PRINTF_POSIX 1 | #define GNULIB_TEST_PRINTF_POSIX 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | #define USE_ACL 0 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define HAVE_STRUCT_RANDOM_DATA 1 | #define HAVE_RANDOM_R 1 | #define GNULIB_TEST_RANDOM_R 1 | #define HAVE_RAWMEMCHR 1 | #define GNULIB_TEST_RAWMEMCHR 1 | #define HAVE_READLINE 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define GNULIB_TEST_READLINK 1 | #define HAVE_REALLOC_POSIX 1 | #define GNULIB_TEST_REALLOC_POSIX 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define HAVE_SELINUX_SELINUX_H 0 | #define GNULIB_TEST_SETENV 1 | #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1 | #define GNULIB_TEST_SIGACTION 1 | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1 | #define HAVE_RAW_DECL_SIGACTION 1 | #define HAVE_RAW_DECL_SIGADDSET 1 | #define HAVE_RAW_DECL_SIGDELSET 1 | #define HAVE_RAW_DECL_SIGEMPTYSET 1 | #define HAVE_RAW_DECL_SIGFILLSET 1 | #define HAVE_RAW_DECL_SIGISMEMBER 1 | #define HAVE_RAW_DECL_SIGPENDING 1 | #define HAVE_RAW_DECL_SIGPROCMASK 1 | #define GNULIB_TEST_SIGNBIT 1 | #define GNULIB_TEST_SIGPROCMASK 1 | #define HAVE_STDINT_H 1 | #define HAVE_POSIX_SPAWNATTR_T 1 | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_T 1 | #define HAVE_RAW_DECL_POSIX_SPAWN 1 | #define HAVE_RAW_DECL_POSIX_SPAWNP 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_INIT 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_DESTROY 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSIGDEFAULT 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSIGDEFAULT 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSIGMASK 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSIGMASK 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETFLAGS 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETFLAGS 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETPGROUP 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETPGROUP 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSCHEDPOLICY 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSCHEDPOLICY 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSCHEDPARAM 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSCHEDPARAM 1 | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_INIT 1 | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1 | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1 | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1 | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1 | #define GNULIB_TEST_STAT 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_DPRINTF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETDELIM 1 | #define HAVE_RAW_DECL_GETLINE 1 | #define HAVE_RAW_DECL_PCLOSE 1 | #define HAVE_RAW_DECL_POPEN 1 | #define HAVE_RAW_DECL_RENAMEAT 1 | #define HAVE_RAW_DECL_SNPRINTF 1 | #define HAVE_RAW_DECL_TMPFILE 1 | #define HAVE_RAW_DECL_VDPRINTF 1 | #define HAVE_RAW_DECL_VSNPRINTF 1 | #define HAVE_RAW_DECL__EXIT 1 | #define HAVE_RAW_DECL_ATOLL 1 | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 | #define HAVE_RAW_DECL_GETLOADAVG 1 | #define HAVE_RAW_DECL_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_INITSTATE_R 1 | #define HAVE_RAW_DECL_MKDTEMP 1 | #define HAVE_RAW_DECL_MKOSTEMP 1 | #define HAVE_RAW_DECL_MKOSTEMPS 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_MKSTEMPS 1 | #define HAVE_RAW_DECL_POSIX_OPENPT 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_PTSNAME_R 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_RANDOM_R 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_RPMATCH 1 | #define HAVE_RAW_DECL_SECURE_GETENV 1 | #define HAVE_RAW_DECL_SETENV 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SETSTATE_R 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_SRANDOM_R 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define HAVE_RAW_DECL_UNSETENV 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_DECL_STRNCASECMP 1 | #define HAVE_STRCASESTR 1 | #define GNULIB_TEST_STRCASESTR 1 | #define HAVE_STRCHRNUL 1 | #define GNULIB_TEST_STRCHRNUL 1 | #define GNULIB_STRERROR 1 | #define GNULIB_TEST_STRERROR 1 | #define HAVE_STRSEP 1 | #define GNULIB_TEST_STRSEP 1 | #define HAVE_STRVERSCMP 1 | #define GNULIB_TEST_STRVERSCMP 1 | #define HAVE_RAW_DECL_FLOCK 1 | #define HAVE_RAW_DECL_FCHMODAT 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_FUTIMENS 1 | #define HAVE_RAW_DECL_LCHMOD 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKDIRAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKFIFOAT 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_MKNODAT 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_UTIMENSAT 1 | #define HAVE_RAW_DECL_WAITPID 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_DUP3 1 | #define HAVE_RAW_DECL_ENVIRON 1 | #define HAVE_RAW_DECL_EUIDACCESS 1 | #define HAVE_RAW_DECL_FACCESSAT 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDOMAINNAME 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_GETUSERSHELL 1 | #define HAVE_RAW_DECL_SETUSERSHELL 1 | #define HAVE_RAW_DECL_ENDUSERSHELL 1 | #define HAVE_RAW_DECL_GROUP_MEMBER 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LINKAT 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PIPE2 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_READLINKAT 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SETHOSTNAME 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_SYMLINKAT 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define USE_UNLOCKED_IO 1 | #define HAVE_UNSETENV 1 | #define GNULIB_TEST_UNSETENV 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define HAVE_VASPRINTF 1 | #define GNULIB_TEST_VASPRINTF 1 | #define HAVE_VASPRINTF 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_VFPRINTF_POSIX 1 | #define GNULIB_TEST_VFPRINTF_POSIX 1 | #define HAVE_WAITID 1 | #define GNULIB_TEST_WAITPID 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_MBSNRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCSNRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSNLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCPCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCPNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCASECMP 1 | #define HAVE_RAW_DECL_WCSNCASECMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSDUP 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_DECL_WCTOB 1 | #define GNULIB_TEST_WCTOB 1 | #define GNULIB_TEST_WCTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define HAVE_STDINT_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STRING_H 1 | #define HAVE_FSEEKO 1 | #define HAVE_LIBGCRYPT 1 | #define REC_CRYPT_SUPPORT 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char mdb_init (); | int | main () | { | return mdb_init (); | ; | return 0; | } configure:45678: result: no configure:45847: checking whether NLS is requested configure:45856: result: yes configure:45896: checking for msgfmt configure: trying /usr/bin/msgfmt... 0 translated messages. configure:45928: result: /usr/bin/msgfmt configure:45937: checking for gmsgfmt configure:45972: result: /usr/bin/msgfmt configure:46022: checking for xgettext configure: trying /usr/bin/xgettext... /usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C configure:46054: result: /usr/bin/xgettext configure:46099: checking for msgmerge configure: trying /usr/bin/msgmerge... configure:46130: result: /usr/bin/msgmerge configure:46637: checking for CFPreferencesCopyAppValue configure:46655: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c -Wl,-framework -Wl,CoreFoundation >&5 conftest.c:629:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory #include ^ compilation terminated. configure:46655: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU recutils" | #define PACKAGE_TARNAME "recutils" | #define PACKAGE_VERSION "1.7" | #define PACKAGE_STRING "GNU recutils 1.7" | #define PACKAGE_BUGREPORT "bug-recutils@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/recutils/" | #define PACKAGE "recutils" | #define VERSION "1.7" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define STDC_HEADERS 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define restrict __restrict | #define HAVE_BTOWC 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_FLOCK 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FWRITING 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MBRLEN 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_FCHMOD 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_LINK 1 | #define HAVE_SECURE_GETENV 1 | #define HAVE_SETENV 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCTOB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_XLOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define GETGROUPS_T gid_t | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FCHMODAT 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_FUTIMENS 1 | #define HAVE_RAW_DECL_LCHMOD 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKDIRAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKFIFOAT 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_MKNODAT 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_UTIMENSAT 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_DECL_GETDELIM 1 | #define HAVE_DECL_GETLINE 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define HAVE_DECL_GETPASS 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define PROMOTED_MODE_T mode_t | #define HAVE__BOOL 1 | #define HAVE_COMPOUND_LITERALS 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_WORKING_POSIX_SPAWN 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_VFPRINTF_POSIX 1 | #define USER_LABEL_PREFIX | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SETENV 1 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_STRCASESTR 1 | #define HAVE_RAW_DECL_FFSL 1 | #define HAVE_RAW_DECL_FFSLL 1 | #define HAVE_RAW_DECL_MEMMEM 1 | #define HAVE_RAW_DECL_MEMPCPY 1 | #define HAVE_RAW_DECL_MEMRCHR 1 | #define HAVE_RAW_DECL_RAWMEMCHR 1 | #define HAVE_RAW_DECL_STPCPY 1 | #define HAVE_RAW_DECL_STPNCPY 1 | #define HAVE_RAW_DECL_STRCHRNUL 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRNDUP 1 | #define HAVE_RAW_DECL_STRNLEN 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRSEP 1 | #define HAVE_RAW_DECL_STRCASESTR 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRERROR_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_RAW_DECL_STRVERSCMP 1 | #define HAVE_RAW_DECL_FFS 1 | #define HAVE_RAW_DECL_STRCASECMP 1 | #define HAVE_RAW_DECL_STRNCASECMP 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_DECL_UNSETENV 1 | #define HAVE_ALLOCA 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOEXEC 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_CLOSE_STREAM 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_EUIDACCESS 1 | #define GNULIB_TEST_EUIDACCESS 1 | #define GNULIB_TEST_FCNTL 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_DECL___FPENDING 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_FPRINTF_POSIX 1 | #define GNULIB_TEST_FPRINTF_POSIX 1 | #define HAVE_FREXP_IN_LIBC 1 | #define GNULIB_TEST_FREXP 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define GNULIB_TEST_FREXPL 1 | #define GNULIB_TEST_FSEEK 1 | #define GNULIB_TEST_FSEEKO 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FTELL 1 | #define GNULIB_TEST_FTELLO 1 | #define GNULIB_TEST_GETDELIM 1 | #define GNULIB_TEST_GETDTABLESIZE 1 | #define HAVE_GETGROUPS 1 | #define GNULIB_TEST_GETGROUPS 1 | #define GNULIB_TEST_GETLINE 1 | #define GNULIB_TEST_GETOPT_GNU 1 | #define getpass gnu_getpass | #define HAVE_DECL___FSETLOCKING 1 | #define GETTIMEOFDAY_TIMEZONE struct timezone | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define GNULIB_TEST_GROUP_MEMBER 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define HAVE_ISNANF_IN_LIBC 1 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_RAW_DECL_DUPLOCALE 1 | #define GNULIB_TEST_LOCALECONV 1 | #define HAVE_PTHREAD_RWLOCK 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define GNULIB_LOCK 1 | #define GNULIB_TEST_LSEEK 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_ACOSF 1 | #define HAVE_RAW_DECL_ACOSL 1 | #define HAVE_RAW_DECL_ASINF 1 | #define HAVE_RAW_DECL_ASINL 1 | #define HAVE_RAW_DECL_ATANF 1 | #define HAVE_RAW_DECL_ATANL 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_CBRTF 1 | #define HAVE_RAW_DECL_CBRTL 1 | #define HAVE_RAW_DECL_CEILF 1 | #define HAVE_RAW_DECL_CEILL 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_COPYSIGNF 1 | #define HAVE_RAW_DECL_COPYSIGNL 1 | #define HAVE_RAW_DECL_COSF 1 | #define HAVE_RAW_DECL_COSL 1 | #define HAVE_RAW_DECL_COSHF 1 | #define HAVE_RAW_DECL_EXPF 1 | #define HAVE_RAW_DECL_EXPL 1 | #define HAVE_RAW_DECL_EXP2 1 | #define HAVE_RAW_DECL_EXP2F 1 | #define HAVE_RAW_DECL_EXP2L 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_EXPM1F 1 | #define HAVE_RAW_DECL_EXPM1L 1 | #define HAVE_RAW_DECL_FABSF 1 | #define HAVE_RAW_DECL_FABSL 1 | #define HAVE_RAW_DECL_FLOORF 1 | #define HAVE_RAW_DECL_FLOORL 1 | #define HAVE_RAW_DECL_FMA 1 | #define HAVE_RAW_DECL_FMAF 1 | #define HAVE_RAW_DECL_FMAL 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_FMODF 1 | #define HAVE_RAW_DECL_FMODL 1 | #define HAVE_RAW_DECL_FREXPF 1 | #define HAVE_RAW_DECL_FREXPL 1 | #define HAVE_RAW_DECL_HYPOTF 1 | #define HAVE_RAW_DECL_HYPOTL 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_ILOGBF 1 | #define HAVE_RAW_DECL_ILOGBL 1 | #define HAVE_RAW_DECL_LDEXPF 1 | #define HAVE_RAW_DECL_LDEXPL 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOGF 1 | #define HAVE_RAW_DECL_LOGL 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG10F 1 | #define HAVE_RAW_DECL_LOG10L 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOG1PF 1 | #define HAVE_RAW_DECL_LOG1PL 1 | #define HAVE_RAW_DECL_LOG2 1 | #define HAVE_RAW_DECL_LOG2F 1 | #define HAVE_RAW_DECL_LOG2L 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_LOGBF 1 | #define HAVE_RAW_DECL_LOGBL 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_MODFL 1 | #define HAVE_RAW_DECL_POWF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_REMAINDERF 1 | #define HAVE_RAW_DECL_REMAINDERL 1 | #define HAVE_RAW_DECL_RINT 1 | #define HAVE_RAW_DECL_RINTF 1 | #define HAVE_RAW_DECL_RINTL 1 | #define HAVE_RAW_DECL_ROUND 1 | #define HAVE_RAW_DECL_ROUNDF 1 | #define HAVE_RAW_DECL_ROUNDL 1 | #define HAVE_RAW_DECL_SINF 1 | #define HAVE_RAW_DECL_SINL 1 | #define HAVE_RAW_DECL_SINHF 1 | #define HAVE_RAW_DECL_SQRTF 1 | #define HAVE_RAW_DECL_SQRTL 1 | #define HAVE_RAW_DECL_TANF 1 | #define HAVE_RAW_DECL_TANL 1 | #define HAVE_RAW_DECL_TANHF 1 | #define HAVE_RAW_DECL_TRUNC 1 | #define HAVE_RAW_DECL_TRUNCF 1 | #define HAVE_RAW_DECL_TRUNCL 1 | #define GNULIB_TEST_MBRLEN 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define GNULIB_MKOSTEMP 1 | #define GNULIB_TEST_MKOSTEMP 1 | #define GNULIB_TEST_MKSTEMP 1 | #define GNULIB_TEST_MKTIME 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_OBSTACK 1 | #define GNULIB_TEST_OPEN 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define TIME_T_FITS_IN_LONG_INT 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1 | #define GNULIB_TEST_POSIX_SPAWNP 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define REPLACE_PRINTF_POSIX 1 | #define GNULIB_TEST_PRINTF_POSIX 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | #define USE_ACL 0 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define HAVE_STRUCT_RANDOM_DATA 1 | #define HAVE_RANDOM_R 1 | #define GNULIB_TEST_RANDOM_R 1 | #define HAVE_RAWMEMCHR 1 | #define GNULIB_TEST_RAWMEMCHR 1 | #define HAVE_READLINE 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define GNULIB_TEST_READLINK 1 | #define HAVE_REALLOC_POSIX 1 | #define GNULIB_TEST_REALLOC_POSIX 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define HAVE_SELINUX_SELINUX_H 0 | #define GNULIB_TEST_SETENV 1 | #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1 | #define GNULIB_TEST_SIGACTION 1 | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1 | #define HAVE_RAW_DECL_SIGACTION 1 | #define HAVE_RAW_DECL_SIGADDSET 1 | #define HAVE_RAW_DECL_SIGDELSET 1 | #define HAVE_RAW_DECL_SIGEMPTYSET 1 | #define HAVE_RAW_DECL_SIGFILLSET 1 | #define HAVE_RAW_DECL_SIGISMEMBER 1 | #define HAVE_RAW_DECL_SIGPENDING 1 | #define HAVE_RAW_DECL_SIGPROCMASK 1 | #define GNULIB_TEST_SIGNBIT 1 | #define GNULIB_TEST_SIGPROCMASK 1 | #define HAVE_STDINT_H 1 | #define HAVE_POSIX_SPAWNATTR_T 1 | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_T 1 | #define HAVE_RAW_DECL_POSIX_SPAWN 1 | #define HAVE_RAW_DECL_POSIX_SPAWNP 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_INIT 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_DESTROY 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSIGDEFAULT 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSIGDEFAULT 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSIGMASK 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSIGMASK 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETFLAGS 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETFLAGS 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETPGROUP 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETPGROUP 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSCHEDPOLICY 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSCHEDPOLICY 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSCHEDPARAM 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSCHEDPARAM 1 | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_INIT 1 | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1 | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1 | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1 | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1 | #define GNULIB_TEST_STAT 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_DPRINTF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETDELIM 1 | #define HAVE_RAW_DECL_GETLINE 1 | #define HAVE_RAW_DECL_PCLOSE 1 | #define HAVE_RAW_DECL_POPEN 1 | #define HAVE_RAW_DECL_RENAMEAT 1 | #define HAVE_RAW_DECL_SNPRINTF 1 | #define HAVE_RAW_DECL_TMPFILE 1 | #define HAVE_RAW_DECL_VDPRINTF 1 | #define HAVE_RAW_DECL_VSNPRINTF 1 | #define HAVE_RAW_DECL__EXIT 1 | #define HAVE_RAW_DECL_ATOLL 1 | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 | #define HAVE_RAW_DECL_GETLOADAVG 1 | #define HAVE_RAW_DECL_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_INITSTATE_R 1 | #define HAVE_RAW_DECL_MKDTEMP 1 | #define HAVE_RAW_DECL_MKOSTEMP 1 | #define HAVE_RAW_DECL_MKOSTEMPS 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_MKSTEMPS 1 | #define HAVE_RAW_DECL_POSIX_OPENPT 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_PTSNAME_R 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_RANDOM_R 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_RPMATCH 1 | #define HAVE_RAW_DECL_SECURE_GETENV 1 | #define HAVE_RAW_DECL_SETENV 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SETSTATE_R 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_SRANDOM_R 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define HAVE_RAW_DECL_UNSETENV 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_DECL_STRNCASECMP 1 | #define HAVE_STRCASESTR 1 | #define GNULIB_TEST_STRCASESTR 1 | #define HAVE_STRCHRNUL 1 | #define GNULIB_TEST_STRCHRNUL 1 | #define GNULIB_STRERROR 1 | #define GNULIB_TEST_STRERROR 1 | #define HAVE_STRSEP 1 | #define GNULIB_TEST_STRSEP 1 | #define HAVE_STRVERSCMP 1 | #define GNULIB_TEST_STRVERSCMP 1 | #define HAVE_RAW_DECL_FLOCK 1 | #define HAVE_RAW_DECL_FCHMODAT 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_FUTIMENS 1 | #define HAVE_RAW_DECL_LCHMOD 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKDIRAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKFIFOAT 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_MKNODAT 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_UTIMENSAT 1 | #define HAVE_RAW_DECL_WAITPID 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_DUP3 1 | #define HAVE_RAW_DECL_ENVIRON 1 | #define HAVE_RAW_DECL_EUIDACCESS 1 | #define HAVE_RAW_DECL_FACCESSAT 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDOMAINNAME 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_GETUSERSHELL 1 | #define HAVE_RAW_DECL_SETUSERSHELL 1 | #define HAVE_RAW_DECL_ENDUSERSHELL 1 | #define HAVE_RAW_DECL_GROUP_MEMBER 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LINKAT 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PIPE2 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_READLINKAT 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SETHOSTNAME 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_SYMLINKAT 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define USE_UNLOCKED_IO 1 | #define HAVE_UNSETENV 1 | #define GNULIB_TEST_UNSETENV 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define HAVE_VASPRINTF 1 | #define GNULIB_TEST_VASPRINTF 1 | #define HAVE_VASPRINTF 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_VFPRINTF_POSIX 1 | #define GNULIB_TEST_VFPRINTF_POSIX 1 | #define HAVE_WAITID 1 | #define GNULIB_TEST_WAITPID 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_MBSNRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCSNRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSNLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCPCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCPNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCASECMP 1 | #define HAVE_RAW_DECL_WCSNCASECMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSDUP 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_DECL_WCTOB 1 | #define GNULIB_TEST_WCTOB 1 | #define GNULIB_TEST_WCTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define HAVE_STDINT_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STRING_H 1 | #define HAVE_FSEEKO 1 | #define HAVE_LIBGCRYPT 1 | #define REC_CRYPT_SUPPORT 1 | /* end confdefs.h. */ | #include | int | main () | { | CFPreferencesCopyAppValue(NULL, NULL) | ; | return 0; | } configure:46664: result: no configure:46671: checking for CFLocaleCopyCurrent configure:46689: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c -Wl,-framework -Wl,CoreFoundation >&5 conftest.c:629:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory #include ^ compilation terminated. configure:46689: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU recutils" | #define PACKAGE_TARNAME "recutils" | #define PACKAGE_VERSION "1.7" | #define PACKAGE_STRING "GNU recutils 1.7" | #define PACKAGE_BUGREPORT "bug-recutils@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/recutils/" | #define PACKAGE "recutils" | #define VERSION "1.7" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define STDC_HEADERS 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _FILE_OFFSET_BITS 64 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define restrict __restrict | #define HAVE_BTOWC 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FACCESSAT 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_FLOCK 1 | #define HAVE_SNPRINTF 1 | #define HAVE___FWRITING 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MBRLEN 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_FCHMOD 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_LINK 1 | #define HAVE_SECURE_GETENV 1 | #define HAVE_SETENV 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCTOB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_XLOCALE_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define GETGROUPS_T gid_t | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FCHMODAT 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_FUTIMENS 1 | #define HAVE_RAW_DECL_LCHMOD 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKDIRAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKFIFOAT 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_MKNODAT 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_UTIMENSAT 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_DECL_GETDELIM 1 | #define HAVE_DECL_GETLINE 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define HAVE_DECL_GETPASS 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define PROMOTED_MODE_T mode_t | #define HAVE__BOOL 1 | #define HAVE_COMPOUND_LITERALS 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_WORKING_POSIX_SPAWN 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_VFPRINTF_POSIX 1 | #define USER_LABEL_PREFIX | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SETENV 1 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_STRCASESTR 1 | #define HAVE_RAW_DECL_FFSL 1 | #define HAVE_RAW_DECL_FFSLL 1 | #define HAVE_RAW_DECL_MEMMEM 1 | #define HAVE_RAW_DECL_MEMPCPY 1 | #define HAVE_RAW_DECL_MEMRCHR 1 | #define HAVE_RAW_DECL_RAWMEMCHR 1 | #define HAVE_RAW_DECL_STPCPY 1 | #define HAVE_RAW_DECL_STPNCPY 1 | #define HAVE_RAW_DECL_STRCHRNUL 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRNDUP 1 | #define HAVE_RAW_DECL_STRNLEN 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRSEP 1 | #define HAVE_RAW_DECL_STRCASESTR 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRERROR_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_RAW_DECL_STRVERSCMP 1 | #define HAVE_RAW_DECL_FFS 1 | #define HAVE_RAW_DECL_STRCASECMP 1 | #define HAVE_RAW_DECL_STRNCASECMP 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_DECL_UNSETENV 1 | #define HAVE_ALLOCA 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOEXEC 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_CLOSE_STREAM 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_EUIDACCESS 1 | #define GNULIB_TEST_EUIDACCESS 1 | #define GNULIB_TEST_FCNTL 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_DECL___FPENDING 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_FPRINTF_POSIX 1 | #define GNULIB_TEST_FPRINTF_POSIX 1 | #define HAVE_FREXP_IN_LIBC 1 | #define GNULIB_TEST_FREXP 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define GNULIB_TEST_FREXPL 1 | #define GNULIB_TEST_FSEEK 1 | #define GNULIB_TEST_FSEEKO 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FTELL 1 | #define GNULIB_TEST_FTELLO 1 | #define GNULIB_TEST_GETDELIM 1 | #define GNULIB_TEST_GETDTABLESIZE 1 | #define HAVE_GETGROUPS 1 | #define GNULIB_TEST_GETGROUPS 1 | #define GNULIB_TEST_GETLINE 1 | #define GNULIB_TEST_GETOPT_GNU 1 | #define getpass gnu_getpass | #define HAVE_DECL___FSETLOCKING 1 | #define GETTIMEOFDAY_TIMEZONE struct timezone | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define GNULIB_TEST_GROUP_MEMBER 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define HAVE_ISNANF_IN_LIBC 1 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_RAW_DECL_DUPLOCALE 1 | #define GNULIB_TEST_LOCALECONV 1 | #define HAVE_PTHREAD_RWLOCK 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define GNULIB_LOCK 1 | #define GNULIB_TEST_LSEEK 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_ACOSF 1 | #define HAVE_RAW_DECL_ACOSL 1 | #define HAVE_RAW_DECL_ASINF 1 | #define HAVE_RAW_DECL_ASINL 1 | #define HAVE_RAW_DECL_ATANF 1 | #define HAVE_RAW_DECL_ATANL 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_CBRTF 1 | #define HAVE_RAW_DECL_CBRTL 1 | #define HAVE_RAW_DECL_CEILF 1 | #define HAVE_RAW_DECL_CEILL 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_COPYSIGNF 1 | #define HAVE_RAW_DECL_COPYSIGNL 1 | #define HAVE_RAW_DECL_COSF 1 | #define HAVE_RAW_DECL_COSL 1 | #define HAVE_RAW_DECL_COSHF 1 | #define HAVE_RAW_DECL_EXPF 1 | #define HAVE_RAW_DECL_EXPL 1 | #define HAVE_RAW_DECL_EXP2 1 | #define HAVE_RAW_DECL_EXP2F 1 | #define HAVE_RAW_DECL_EXP2L 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_EXPM1F 1 | #define HAVE_RAW_DECL_EXPM1L 1 | #define HAVE_RAW_DECL_FABSF 1 | #define HAVE_RAW_DECL_FABSL 1 | #define HAVE_RAW_DECL_FLOORF 1 | #define HAVE_RAW_DECL_FLOORL 1 | #define HAVE_RAW_DECL_FMA 1 | #define HAVE_RAW_DECL_FMAF 1 | #define HAVE_RAW_DECL_FMAL 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_FMODF 1 | #define HAVE_RAW_DECL_FMODL 1 | #define HAVE_RAW_DECL_FREXPF 1 | #define HAVE_RAW_DECL_FREXPL 1 | #define HAVE_RAW_DECL_HYPOTF 1 | #define HAVE_RAW_DECL_HYPOTL 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_ILOGBF 1 | #define HAVE_RAW_DECL_ILOGBL 1 | #define HAVE_RAW_DECL_LDEXPF 1 | #define HAVE_RAW_DECL_LDEXPL 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOGF 1 | #define HAVE_RAW_DECL_LOGL 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG10F 1 | #define HAVE_RAW_DECL_LOG10L 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOG1PF 1 | #define HAVE_RAW_DECL_LOG1PL 1 | #define HAVE_RAW_DECL_LOG2 1 | #define HAVE_RAW_DECL_LOG2F 1 | #define HAVE_RAW_DECL_LOG2L 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_LOGBF 1 | #define HAVE_RAW_DECL_LOGBL 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_MODFL 1 | #define HAVE_RAW_DECL_POWF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_REMAINDERF 1 | #define HAVE_RAW_DECL_REMAINDERL 1 | #define HAVE_RAW_DECL_RINT 1 | #define HAVE_RAW_DECL_RINTF 1 | #define HAVE_RAW_DECL_RINTL 1 | #define HAVE_RAW_DECL_ROUND 1 | #define HAVE_RAW_DECL_ROUNDF 1 | #define HAVE_RAW_DECL_ROUNDL 1 | #define HAVE_RAW_DECL_SINF 1 | #define HAVE_RAW_DECL_SINL 1 | #define HAVE_RAW_DECL_SINHF 1 | #define HAVE_RAW_DECL_SQRTF 1 | #define HAVE_RAW_DECL_SQRTL 1 | #define HAVE_RAW_DECL_TANF 1 | #define HAVE_RAW_DECL_TANL 1 | #define HAVE_RAW_DECL_TANHF 1 | #define HAVE_RAW_DECL_TRUNC 1 | #define HAVE_RAW_DECL_TRUNCF 1 | #define HAVE_RAW_DECL_TRUNCL 1 | #define GNULIB_TEST_MBRLEN 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define GNULIB_MKOSTEMP 1 | #define GNULIB_TEST_MKOSTEMP 1 | #define GNULIB_TEST_MKSTEMP 1 | #define GNULIB_TEST_MKTIME 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_OBSTACK 1 | #define GNULIB_TEST_OPEN 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define TIME_T_FITS_IN_LONG_INT 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1 | #define GNULIB_TEST_POSIX_SPAWNP 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define REPLACE_PRINTF_POSIX 1 | #define GNULIB_TEST_PRINTF_POSIX 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | #define USE_ACL 0 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define HAVE_STRUCT_RANDOM_DATA 1 | #define HAVE_RANDOM_R 1 | #define GNULIB_TEST_RANDOM_R 1 | #define HAVE_RAWMEMCHR 1 | #define GNULIB_TEST_RAWMEMCHR 1 | #define HAVE_READLINE 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define GNULIB_TEST_READLINK 1 | #define HAVE_REALLOC_POSIX 1 | #define GNULIB_TEST_REALLOC_POSIX 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define HAVE_SELINUX_SELINUX_H 0 | #define GNULIB_TEST_SETENV 1 | #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1 | #define GNULIB_TEST_SIGACTION 1 | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1 | #define HAVE_RAW_DECL_SIGACTION 1 | #define HAVE_RAW_DECL_SIGADDSET 1 | #define HAVE_RAW_DECL_SIGDELSET 1 | #define HAVE_RAW_DECL_SIGEMPTYSET 1 | #define HAVE_RAW_DECL_SIGFILLSET 1 | #define HAVE_RAW_DECL_SIGISMEMBER 1 | #define HAVE_RAW_DECL_SIGPENDING 1 | #define HAVE_RAW_DECL_SIGPROCMASK 1 | #define GNULIB_TEST_SIGNBIT 1 | #define GNULIB_TEST_SIGPROCMASK 1 | #define HAVE_STDINT_H 1 | #define HAVE_POSIX_SPAWNATTR_T 1 | #define HAVE_POSIX_SPAWN_FILE_ACTIONS_T 1 | #define HAVE_RAW_DECL_POSIX_SPAWN 1 | #define HAVE_RAW_DECL_POSIX_SPAWNP 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_INIT 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_DESTROY 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSIGDEFAULT 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSIGDEFAULT 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSIGMASK 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSIGMASK 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETFLAGS 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETFLAGS 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETPGROUP 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETPGROUP 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSCHEDPOLICY 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSCHEDPOLICY 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSCHEDPARAM 1 | #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSCHEDPARAM 1 | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_INIT 1 | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1 | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1 | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1 | #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1 | #define GNULIB_TEST_STAT 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_DPRINTF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETDELIM 1 | #define HAVE_RAW_DECL_GETLINE 1 | #define HAVE_RAW_DECL_PCLOSE 1 | #define HAVE_RAW_DECL_POPEN 1 | #define HAVE_RAW_DECL_RENAMEAT 1 | #define HAVE_RAW_DECL_SNPRINTF 1 | #define HAVE_RAW_DECL_TMPFILE 1 | #define HAVE_RAW_DECL_VDPRINTF 1 | #define HAVE_RAW_DECL_VSNPRINTF 1 | #define HAVE_RAW_DECL__EXIT 1 | #define HAVE_RAW_DECL_ATOLL 1 | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 | #define HAVE_RAW_DECL_GETLOADAVG 1 | #define HAVE_RAW_DECL_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_INITSTATE_R 1 | #define HAVE_RAW_DECL_MKDTEMP 1 | #define HAVE_RAW_DECL_MKOSTEMP 1 | #define HAVE_RAW_DECL_MKOSTEMPS 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_MKSTEMPS 1 | #define HAVE_RAW_DECL_POSIX_OPENPT 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_PTSNAME_R 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_RANDOM_R 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_RPMATCH 1 | #define HAVE_RAW_DECL_SECURE_GETENV 1 | #define HAVE_RAW_DECL_SETENV 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SETSTATE_R 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_SRANDOM_R 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define HAVE_RAW_DECL_UNSETENV 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_DECL_STRNCASECMP 1 | #define HAVE_STRCASESTR 1 | #define GNULIB_TEST_STRCASESTR 1 | #define HAVE_STRCHRNUL 1 | #define GNULIB_TEST_STRCHRNUL 1 | #define GNULIB_STRERROR 1 | #define GNULIB_TEST_STRERROR 1 | #define HAVE_STRSEP 1 | #define GNULIB_TEST_STRSEP 1 | #define HAVE_STRVERSCMP 1 | #define GNULIB_TEST_STRVERSCMP 1 | #define HAVE_RAW_DECL_FLOCK 1 | #define HAVE_RAW_DECL_FCHMODAT 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_FUTIMENS 1 | #define HAVE_RAW_DECL_LCHMOD 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKDIRAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKFIFOAT 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_MKNODAT 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_UTIMENSAT 1 | #define HAVE_RAW_DECL_WAITPID 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_DUP3 1 | #define HAVE_RAW_DECL_ENVIRON 1 | #define HAVE_RAW_DECL_EUIDACCESS 1 | #define HAVE_RAW_DECL_FACCESSAT 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDOMAINNAME 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_GETUSERSHELL 1 | #define HAVE_RAW_DECL_SETUSERSHELL 1 | #define HAVE_RAW_DECL_ENDUSERSHELL 1 | #define HAVE_RAW_DECL_GROUP_MEMBER 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LINKAT 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PIPE2 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_READLINKAT 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SETHOSTNAME 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_SYMLINKAT 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define USE_UNLOCKED_IO 1 | #define HAVE_UNSETENV 1 | #define GNULIB_TEST_UNSETENV 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define HAVE_VASPRINTF 1 | #define GNULIB_TEST_VASPRINTF 1 | #define HAVE_VASPRINTF 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define REPLACE_VFPRINTF_POSIX 1 | #define GNULIB_TEST_VFPRINTF_POSIX 1 | #define HAVE_WAITID 1 | #define GNULIB_TEST_WAITPID 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_MBSNRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCSNRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSNLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCPCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCPNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCASECMP 1 | #define HAVE_RAW_DECL_WCSNCASECMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSDUP 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_DECL_WCTOB 1 | #define GNULIB_TEST_WCTOB 1 | #define GNULIB_TEST_WCTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define HAVE_STDINT_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STRING_H 1 | #define HAVE_FSEEKO 1 | #define HAVE_LIBGCRYPT 1 | #define REC_CRYPT_SUPPORT 1 | /* end confdefs.h. */ | #include | int | main () | { | CFLocaleCopyCurrent(); | ; | return 0; | } configure:46698: result: no configure:46747: checking for GNU gettext in libc configure:46771: i686-uhu-linux-gcc -std=gnu11 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:46771: $? = 0 configure:46780: result: yes configure:47608: checking whether to use NLS configure:47610: result: yes configure:47613: checking where the gettext function comes from configure:47624: result: libc configure:47809: checking that generated files are newer than configure configure:47815: result: done configure:47954: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by GNU recutils config.status 1.7, which was generated by GNU Autoconf 2.69.112-f181. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on hp06 config.status:2778: creating Makefile config.status:2778: creating lib/Makefile config.status:2778: creating libcsv/Makefile config.status:2778: creating src/Makefile config.status:2778: creating utils/Makefile config.status:2778: creating bash/Makefile config.status:2778: creating doc/Makefile config.status:2778: creating po/Makefile.in config.status:2778: creating torture/Makefile config.status:2778: creating torture/utils/Makefile config.status:2778: creating torture/utils/config.sh config.status:2778: creating man/Makefile config.status:2778: creating etc/Makefile config.status:2778: creating algol68/Makefile config.status:2778: creating src/config.h config.status:3038: executing depfiles commands config.status:3038: executing libtool commands config.status:3038: executing po-directories commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-uhu-linux-gnu ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_c_inline=inline ac_cv_c_restrict=__restrict ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-O2 -march=i686 -mtune=generic ' ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_GLIB_CFLAGS_set= ac_cv_env_GLIB_CFLAGS_value= ac_cv_env_GLIB_LIBS_set= ac_cv_env_GLIB_LIBS_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LEXLIB_set= ac_cv_env_LEXLIB_value= ac_cv_env_LEX_OUTPUT_ROOT_set= ac_cv_env_LEX_OUTPUT_ROOT_value= ac_cv_env_LEX_set= ac_cv_env_LEX_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_PKG_CONFIG_LIBDIR_set= ac_cv_env_PKG_CONFIG_LIBDIR_value= ac_cv_env_PKG_CONFIG_PATH_set= ac_cv_env_PKG_CONFIG_PATH_value= ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_YACC_set= ac_cv_env_YACC_value= ac_cv_env_YFLAGS_set= ac_cv_env_YFLAGS_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i686-uhu-linux ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i686-uhu-linux ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_func___fseterr=no ac_cv_func___fsetlocking=yes ac_cv_func___fwriting=yes ac_cv_func__set_invalid_parameter_handler=no ac_cv_func_alloca_works=yes ac_cv_func_btowc=yes ac_cv_func_canonicalize_file_name=yes ac_cv_func_clock_gettime=yes ac_cv_func_clock_settime=yes ac_cv_func_euidaccess=yes ac_cv_func_faccessat=yes ac_cv_func_fchmod=yes ac_cv_func_fcntl=yes ac_cv_func_flock=yes ac_cv_func_getcwd=yes ac_cv_func_getdelim=yes ac_cv_func_getdtablesize=yes ac_cv_func_getgroups=yes ac_cv_func_getgroups_works=yes ac_cv_func_getline=yes ac_cv_func_getopt_long_only=yes ac_cv_func_gettimeofday=yes ac_cv_func_group_member=yes ac_cv_func_isblank=yes ac_cv_func_iswcntrl=yes ac_cv_func_iswctype=yes ac_cv_func_link=yes ac_cv_func_localtime_r=yes ac_cv_func_lstat=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_mbrlen=yes ac_cv_func_mbrtowc=yes ac_cv_func_mbsinit=yes ac_cv_func_mkostemp=yes ac_cv_func_mkstemp=yes ac_cv_func_mmap=yes ac_cv_func_mprotect=yes ac_cv_func_nanotime=no ac_cv_func_nl_langinfo=yes ac_cv_func_obstack=yes ac_cv_func_posix_spawn=yes ac_cv_func_raise=yes ac_cv_func_random_r=yes ac_cv_func_rawmemchr=yes ac_cv_func_readlink=yes ac_cv_func_realpath=yes ac_cv_func_secure_getenv=yes ac_cv_func_setenv=yes ac_cv_func_sigaction=yes ac_cv_func_sigaltstack=yes ac_cv_func_siginterrupt=yes ac_cv_func_sigprocmask=yes ac_cv_func_snprintf=yes ac_cv_func_strcasecmp=yes ac_cv_func_strcasestr=yes ac_cv_func_strchrnul=yes ac_cv_func_strerror_r=yes ac_cv_func_strerror_r_char_p=yes ac_cv_func_strncasecmp=yes ac_cv_func_strnlen=yes ac_cv_func_strsep=yes ac_cv_func_strverscmp=yes ac_cv_func_symlink=yes ac_cv_func_tcgetattr=yes ac_cv_func_tcsetattr=yes ac_cv_func_towlower=yes ac_cv_func_tsearch=yes ac_cv_func_unsetenv=yes ac_cv_func_vasnprintf=no ac_cv_func_vasprintf=yes ac_cv_func_waitid=yes ac_cv_func_wcrtomb=yes ac_cv_func_wcslen=yes ac_cv_func_wcsnlen=yes ac_cv_func_wctob=yes ac_cv_gnu_library_2_1=yes ac_cv_have_decl__Exit=yes ac_cv_have_decl___fpending=yes ac_cv_have_decl___fsetlocking=yes ac_cv_have_decl__snprintf=no ac_cv_have_decl_acosf=yes ac_cv_have_decl_acosl=yes ac_cv_have_decl_alarm=yes ac_cv_have_decl_asinf=yes ac_cv_have_decl_asinl=yes ac_cv_have_decl_atanf=yes ac_cv_have_decl_atanl=yes ac_cv_have_decl_atoll=yes ac_cv_have_decl_btowc=yes ac_cv_have_decl_canonicalize_file_name=yes ac_cv_have_decl_cbrt=yes ac_cv_have_decl_cbrtf=yes ac_cv_have_decl_cbrtl=yes ac_cv_have_decl_ceilf=yes ac_cv_have_decl_ceill=yes ac_cv_have_decl_chdir=yes ac_cv_have_decl_chown=yes ac_cv_have_decl_clearerr_unlocked=yes ac_cv_have_decl_copysign=yes ac_cv_have_decl_copysignf=yes ac_cv_have_decl_copysignl=yes ac_cv_have_decl_cosf=yes ac_cv_have_decl_coshf=yes ac_cv_have_decl_cosl=yes ac_cv_have_decl_dprintf=yes ac_cv_have_decl_dup2=yes ac_cv_have_decl_dup3=yes ac_cv_have_decl_dup=yes ac_cv_have_decl_duplocale=yes ac_cv_have_decl_endusershell=yes ac_cv_have_decl_environ=yes ac_cv_have_decl_euidaccess=yes ac_cv_have_decl_exp2=yes ac_cv_have_decl_exp2f=yes ac_cv_have_decl_exp2l=yes ac_cv_have_decl_expf=yes ac_cv_have_decl_expl=yes ac_cv_have_decl_expm1=yes ac_cv_have_decl_expm1f=yes ac_cv_have_decl_expm1l=yes ac_cv_have_decl_fabsf=yes ac_cv_have_decl_fabsl=yes ac_cv_have_decl_faccessat=yes ac_cv_have_decl_fchdir=yes ac_cv_have_decl_fchmodat=yes ac_cv_have_decl_fchownat=yes ac_cv_have_decl_fcntl=yes ac_cv_have_decl_fdatasync=yes ac_cv_have_decl_feof_unlocked=yes ac_cv_have_decl_ferror_unlocked=yes ac_cv_have_decl_fflush_unlocked=yes ac_cv_have_decl_ffs=yes ac_cv_have_decl_ffsl=yes ac_cv_have_decl_ffsll=yes ac_cv_have_decl_fgets_unlocked=yes ac_cv_have_decl_flock=yes ac_cv_have_decl_flockfile=yes ac_cv_have_decl_floorf=yes ac_cv_have_decl_floorl=yes ac_cv_have_decl_fma=yes ac_cv_have_decl_fmaf=yes ac_cv_have_decl_fmal=yes ac_cv_have_decl_fmod=yes ac_cv_have_decl_fmodf=yes ac_cv_have_decl_fmodl=yes ac_cv_have_decl_fputc_unlocked=yes ac_cv_have_decl_fputs_unlocked=yes ac_cv_have_decl_fread_unlocked=yes ac_cv_have_decl_frexpf=yes ac_cv_have_decl_frexpl=yes ac_cv_have_decl_fseeko=yes ac_cv_have_decl_fstat=yes ac_cv_have_decl_fstatat=yes ac_cv_have_decl_fsync=yes ac_cv_have_decl_ftello=yes ac_cv_have_decl_ftruncate=yes ac_cv_have_decl_funlockfile=yes ac_cv_have_decl_futimens=yes ac_cv_have_decl_fwrite_unlocked=yes ac_cv_have_decl_getc_unlocked=yes ac_cv_have_decl_getchar_unlocked=yes ac_cv_have_decl_getcwd=yes ac_cv_have_decl_getdelim=yes ac_cv_have_decl_getdomainname=yes ac_cv_have_decl_getdtablesize=yes ac_cv_have_decl_getenv=yes ac_cv_have_decl_getgroups=yes ac_cv_have_decl_gethostname=yes ac_cv_have_decl_getline=yes ac_cv_have_decl_getloadavg=yes ac_cv_have_decl_getlogin=yes ac_cv_have_decl_getlogin_r=yes ac_cv_have_decl_getpagesize=yes ac_cv_have_decl_getpass=yes ac_cv_have_decl_getsubopt=yes ac_cv_have_decl_gettimeofday=yes ac_cv_have_decl_getusershell=yes ac_cv_have_decl_grantpt=yes ac_cv_have_decl_group_member=yes ac_cv_have_decl_hypotf=yes ac_cv_have_decl_hypotl=yes ac_cv_have_decl_ilogb=yes ac_cv_have_decl_ilogbf=yes ac_cv_have_decl_ilogbl=yes ac_cv_have_decl_initstate=yes ac_cv_have_decl_initstate_r=yes ac_cv_have_decl_isatty=yes ac_cv_have_decl_iswctype=yes ac_cv_have_decl_lchmod=yes ac_cv_have_decl_lchown=yes ac_cv_have_decl_ldexpf=yes ac_cv_have_decl_ldexpl=yes ac_cv_have_decl_link=yes ac_cv_have_decl_linkat=yes ac_cv_have_decl_localtime_r=yes ac_cv_have_decl_log10=yes ac_cv_have_decl_log10f=yes ac_cv_have_decl_log10l=yes ac_cv_have_decl_log1p=yes ac_cv_have_decl_log1pf=yes ac_cv_have_decl_log1pl=yes ac_cv_have_decl_log2=yes ac_cv_have_decl_log2f=yes ac_cv_have_decl_log2l=yes ac_cv_have_decl_log=yes ac_cv_have_decl_logb=yes ac_cv_have_decl_logbf=yes ac_cv_have_decl_logbl=yes ac_cv_have_decl_logf=yes ac_cv_have_decl_logl=yes ac_cv_have_decl_lseek=yes ac_cv_have_decl_lstat=yes ac_cv_have_decl_mbrlen=yes ac_cv_have_decl_mbrtowc=yes ac_cv_have_decl_mbsinit=yes ac_cv_have_decl_mbsnrtowcs=yes ac_cv_have_decl_mbsrtowcs=yes ac_cv_have_decl_memmem=yes ac_cv_have_decl_mempcpy=yes ac_cv_have_decl_memrchr=yes ac_cv_have_decl_mkdirat=yes ac_cv_have_decl_mkdtemp=yes ac_cv_have_decl_mkfifo=yes ac_cv_have_decl_mkfifoat=yes ac_cv_have_decl_mknod=yes ac_cv_have_decl_mknodat=yes ac_cv_have_decl_mkostemp=yes ac_cv_have_decl_mkostemps=yes ac_cv_have_decl_mkstemp=yes ac_cv_have_decl_mkstemps=yes ac_cv_have_decl_modf=yes ac_cv_have_decl_modff=yes ac_cv_have_decl_modfl=yes ac_cv_have_decl_nl_langinfo=yes ac_cv_have_decl_openat=yes ac_cv_have_decl_pclose=yes ac_cv_have_decl_pipe2=yes ac_cv_have_decl_pipe=yes ac_cv_have_decl_popen=yes ac_cv_have_decl_posix_openpt=yes ac_cv_have_decl_posix_spawn=yes ac_cv_have_decl_posix_spawn_file_actions_addclose=yes ac_cv_have_decl_posix_spawn_file_actions_adddup2=yes ac_cv_have_decl_posix_spawn_file_actions_addopen=yes ac_cv_have_decl_posix_spawn_file_actions_destroy=yes ac_cv_have_decl_posix_spawn_file_actions_init=yes ac_cv_have_decl_posix_spawnattr_destroy=yes ac_cv_have_decl_posix_spawnattr_getflags=yes ac_cv_have_decl_posix_spawnattr_getpgroup=yes ac_cv_have_decl_posix_spawnattr_getschedparam=yes ac_cv_have_decl_posix_spawnattr_getschedpolicy=yes ac_cv_have_decl_posix_spawnattr_getsigdefault=yes ac_cv_have_decl_posix_spawnattr_getsigmask=yes ac_cv_have_decl_posix_spawnattr_init=yes ac_cv_have_decl_posix_spawnattr_setflags=yes ac_cv_have_decl_posix_spawnattr_setpgroup=yes ac_cv_have_decl_posix_spawnattr_setschedparam=yes ac_cv_have_decl_posix_spawnattr_setschedpolicy=yes ac_cv_have_decl_posix_spawnattr_setsigdefault=yes ac_cv_have_decl_posix_spawnattr_setsigmask=yes ac_cv_have_decl_posix_spawnp=yes ac_cv_have_decl_powf=yes ac_cv_have_decl_pread=yes ac_cv_have_decl_program_invocation_name=yes ac_cv_have_decl_program_invocation_short_name=yes ac_cv_have_decl_pthread_sigmask=yes ac_cv_have_decl_ptsname=yes ac_cv_have_decl_ptsname_r=yes ac_cv_have_decl_putc_unlocked=yes ac_cv_have_decl_putchar_unlocked=yes ac_cv_have_decl_pwrite=yes ac_cv_have_decl_random=yes ac_cv_have_decl_random_r=yes ac_cv_have_decl_rawmemchr=yes ac_cv_have_decl_readlink=yes ac_cv_have_decl_readlinkat=yes ac_cv_have_decl_realpath=yes ac_cv_have_decl_remainder=yes ac_cv_have_decl_remainderf=yes ac_cv_have_decl_remainderl=yes ac_cv_have_decl_renameat=yes ac_cv_have_decl_rint=yes ac_cv_have_decl_rintf=yes ac_cv_have_decl_rintl=yes ac_cv_have_decl_rmdir=yes ac_cv_have_decl_round=yes ac_cv_have_decl_roundf=yes ac_cv_have_decl_roundl=yes ac_cv_have_decl_rpmatch=yes ac_cv_have_decl_secure_getenv=yes ac_cv_have_decl_setenv=yes ac_cv_have_decl_sethostname=yes ac_cv_have_decl_setlocale=yes ac_cv_have_decl_setstate=yes ac_cv_have_decl_setstate_r=yes ac_cv_have_decl_setusershell=yes ac_cv_have_decl_sigaction=yes ac_cv_have_decl_sigaddset=yes ac_cv_have_decl_sigdelset=yes ac_cv_have_decl_sigemptyset=yes ac_cv_have_decl_sigfillset=yes ac_cv_have_decl_sigismember=yes ac_cv_have_decl_sigpending=yes ac_cv_have_decl_sigprocmask=yes ac_cv_have_decl_sinf=yes ac_cv_have_decl_sinhf=yes ac_cv_have_decl_sinl=yes ac_cv_have_decl_sleep=yes ac_cv_have_decl_snprintf=yes ac_cv_have_decl_sqrtf=yes ac_cv_have_decl_sqrtl=yes ac_cv_have_decl_srandom=yes ac_cv_have_decl_srandom_r=yes ac_cv_have_decl_stat=yes ac_cv_have_decl_stpcpy=yes ac_cv_have_decl_stpncpy=yes ac_cv_have_decl_strcasecmp=yes ac_cv_have_decl_strcasestr=yes ac_cv_have_decl_strchrnul=yes ac_cv_have_decl_strdup=yes ac_cv_have_decl_strerror_r=yes ac_cv_have_decl_strncasecmp=yes ac_cv_have_decl_strncat=yes ac_cv_have_decl_strndup=yes ac_cv_have_decl_strnlen=yes ac_cv_have_decl_strpbrk=yes ac_cv_have_decl_strsep=yes ac_cv_have_decl_strsignal=yes ac_cv_have_decl_strtod=yes ac_cv_have_decl_strtok_r=yes ac_cv_have_decl_strtoll=yes ac_cv_have_decl_strtoull=yes ac_cv_have_decl_strverscmp=yes ac_cv_have_decl_symlink=yes ac_cv_have_decl_symlinkat=yes ac_cv_have_decl_tanf=yes ac_cv_have_decl_tanhf=yes ac_cv_have_decl_tanl=yes ac_cv_have_decl_tmpfile=yes ac_cv_have_decl_towctrans=yes ac_cv_have_decl_trunc=yes ac_cv_have_decl_truncf=yes ac_cv_have_decl_truncl=yes ac_cv_have_decl_ttyname_r=yes ac_cv_have_decl_unlink=yes ac_cv_have_decl_unlinkat=yes ac_cv_have_decl_unlockpt=yes ac_cv_have_decl_unsetenv=yes ac_cv_have_decl_usleep=yes ac_cv_have_decl_utimensat=yes ac_cv_have_decl_vdprintf=yes ac_cv_have_decl_vsnprintf=yes ac_cv_have_decl_waitpid=yes ac_cv_have_decl_wcpcpy=yes ac_cv_have_decl_wcpncpy=yes ac_cv_have_decl_wcrtomb=yes ac_cv_have_decl_wcscasecmp=yes ac_cv_have_decl_wcscat=yes ac_cv_have_decl_wcschr=yes ac_cv_have_decl_wcscmp=yes ac_cv_have_decl_wcscoll=yes ac_cv_have_decl_wcscpy=yes ac_cv_have_decl_wcscspn=yes ac_cv_have_decl_wcsdup=yes ac_cv_have_decl_wcslen=yes ac_cv_have_decl_wcsncasecmp=yes ac_cv_have_decl_wcsncat=yes ac_cv_have_decl_wcsncmp=yes ac_cv_have_decl_wcsncpy=yes ac_cv_have_decl_wcsnlen=yes ac_cv_have_decl_wcsnrtombs=yes ac_cv_have_decl_wcspbrk=yes ac_cv_have_decl_wcsrchr=yes ac_cv_have_decl_wcsrtombs=yes ac_cv_have_decl_wcsspn=yes ac_cv_have_decl_wcsstr=yes ac_cv_have_decl_wcstok=yes ac_cv_have_decl_wcswidth=yes ac_cv_have_decl_wcsxfrm=yes ac_cv_have_decl_wctob=yes ac_cv_have_decl_wctrans=yes ac_cv_have_decl_wctype=yes ac_cv_have_decl_wcwidth=yes ac_cv_have_decl_wmemchr=yes ac_cv_have_decl_wmemcmp=yes ac_cv_have_decl_wmemcpy=yes ac_cv_have_decl_wmemmove=yes ac_cv_have_decl_wmemset=yes ac_cv_header_dlfcn_h=yes ac_cv_header_features_h=yes ac_cv_header_getopt_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_langinfo_h=yes ac_cv_header_malloc_h=yes ac_cv_header_math_h=yes ac_cv_header_minix_config_h=no ac_cv_header_pthread_h=yes ac_cv_header_random_h=no ac_cv_header_readline_history_h=yes ac_cv_header_readline_readline_h=yes ac_cv_header_sched_h=yes ac_cv_header_search_h=yes ac_cv_header_selinux_selinux_h=no ac_cv_header_spawn_h=yes ac_cv_header_stat_broken=no ac_cv_header_stdbool_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_acl_h=no ac_cv_header_sys_file_h=yes ac_cv_header_sys_mman_h=yes ac_cv_header_sys_param_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_time_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_wait_h=yes ac_cv_header_termios_h=yes ac_cv_header_unistd_h=yes ac_cv_header_wchar_h=yes ac_cv_header_wctype_h=yes ac_cv_header_xlocale_h=yes ac_cv_host=i686-uhu-linux-gnu ac_cv_lib_check_suite_create=no ac_cv_lib_curl_curl_global_init=yes ac_cv_lib_error_at_line=yes ac_cv_lib_mdb_mdb_init=no ac_cv_lib_pthread_pthread_kill=yes ac_cv_lib_uuid_uuid_generate=no ac_cv_libgcrypt=yes ac_cv_member_struct_sigaction_sa_sigaction=yes ac_cv_member_struct_tm_tm_gmtoff=yes ac_cv_member_struct_tm_tm_zone=yes ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_FGREP='/bin/grep -F' ac_cv_path_GMSGFMT=/usr/bin/msgfmt ac_cv_path_GREP=/bin/grep ac_cv_path_MSGFMT=/usr/bin/msgfmt ac_cv_path_MSGMERGE=/usr/bin/msgmerge ac_cv_path_SED=/bin/sed ac_cv_path_XGETTEXT=/usr/bin/xgettext ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config ac_cv_path_install='/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AR=i686-uhu-linux-ar ac_cv_prog_AWK=gawk ac_cv_prog_CC=i686-uhu-linux-gcc ac_cv_prog_CPP='i686-uhu-linux-gcc -std=gnu11 -E' ac_cv_prog_RANLIB=ranlib ac_cv_prog_ac_ct_OBJDUMP=objdump ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_c11=-std=gnu11 ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc=-std=gnu11 ac_cv_prog_make_make_set=yes ac_cv_safe_to_define___extensions__=yes ac_cv_search_clock_gettime='none required' ac_cv_search_posix_spawn='none required' ac_cv_search_setfilecon=no ac_cv_should_define__xopen_source=no ac_cv_struct_tm=time.h ac_cv_sys_file_offset_bits=64 ac_cv_sys_largefile_CC=no ac_cv_sys_largefile_source=no ac_cv_type__Bool=yes ac_cv_type_getgroups=gid_t ac_cv_type_long_long_int=yes ac_cv_type_mbstate_t=yes ac_cv_type_mode_t=yes ac_cv_type_nlink_t=yes ac_cv_type_off_t=yes ac_cv_type_pid_t=yes ac_cv_type_posix_spawn_file_actions_t=yes ac_cv_type_posix_spawnattr_t=yes ac_cv_type_pthread_rwlock_t=yes ac_cv_type_ptrdiff_t=yes ac_cv_type_sig_atomic_t=yes ac_cv_type_sighandler_t=yes ac_cv_type_sigset_t=yes ac_cv_type_size_t=yes ac_cv_type_struct_random_data=yes ac_cv_type_uid_t=yes ac_cv_type_unsigned_long_long_int=yes ac_cv_type_volatile_sig_atomic_t=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_libname_spec='lib$name' acl_cv_library_names_spec='$libname$shrext' acl_cv_path_LD=/usr/bin/ld acl_cv_prog_gnu_ld=yes acl_cv_rpath=done acl_cv_shlibext=so acl_cv_wl=-Wl, am_cv_CC_dependencies_compiler_type=gcc3 am_cv_func_working_getline=yes am_cv_langinfo_codeset=yes am_cv_make_support_nested_variables=yes am_cv_prog_cc_c_o=yes gl_cv_c_amsterdam_compiler=no gl_cv_c_multiarch=no gl_cv_cc_double_expbit0='word 1 bit 20' gl_cv_cc_float_expbit0='word 0 bit 23' gl_cv_cc_long_double_expbit0='word 2 bit 0' gl_cv_compound_literals=yes gl_cv_decl_null_works=yes gl_cv_decl_readlink_works=yes gl_cv_double_slash_root=no gl_cv_func___fpending=yes gl_cv_func_btowc_eof=yes gl_cv_func_btowc_nul=yes gl_cv_func_dup2_works=yes gl_cv_func_fcntl_f_dupfd_cloexec='needs runtime check' gl_cv_func_fcntl_f_dupfd_works=yes gl_cv_func_floor_libm=-lm gl_cv_func_fprintf_posix=no gl_cv_func_frexp_no_libm=yes gl_cv_func_frexp_works=yes gl_cv_func_frexpl_no_libm=yes gl_cv_func_frexpl_works=yes gl_cv_func_fseeko=yes gl_cv_func_ftello=yes gl_cv_func_ftello_works=yes gl_cv_func_getdtablesize_works=yes gl_cv_func_getgroups_works=yes gl_cv_func_getopt_gnu=yes gl_cv_func_getopt_long_gnu=yes gl_cv_func_getopt_posix=yes gl_cv_func_gettimeofday_clobber=no gl_cv_func_gettimeofday_posix_signature=almost gl_cv_func_isnand_no_libm=yes gl_cv_func_isnanf_no_libm=yes gl_cv_func_isnanf_works=yes gl_cv_func_isnanl_no_libm=yes gl_cv_func_isnanl_works=no gl_cv_func_iswcntrl_works=yes gl_cv_func_itold_works=yes gl_cv_func_ldexp_no_libm=yes gl_cv_func_ldexpl_no_libm=yes gl_cv_func_ldexpl_works=yes gl_cv_func_lseek_pipe=yes gl_cv_func_lstat_dereferences_slashed_symlink=yes gl_cv_func_malloc_0_nonnull=1 gl_cv_func_malloc_posix=yes gl_cv_func_mbrtowc_incomplete_state=yes gl_cv_func_mbrtowc_nul_retval=yes gl_cv_func_mbrtowc_null_arg1=yes gl_cv_func_mbrtowc_null_arg2=yes gl_cv_func_mbrtowc_retval=yes gl_cv_func_mbrtowc_sanitycheck=yes gl_cv_func_memchr_works=yes gl_cv_func_nl_langinfo_yesexpr_works=yes gl_cv_func_open_slash=yes gl_cv_func_posix_spawn_file_actions_addopen_works=yes gl_cv_func_posix_spawn_works=yes gl_cv_func_printf_directive_a=yes gl_cv_func_printf_directive_f=yes gl_cv_func_printf_directive_ls=yes gl_cv_func_printf_directive_n=yes gl_cv_func_printf_enomem=yes gl_cv_func_printf_flag_grouping=yes gl_cv_func_printf_flag_leftadjust=yes gl_cv_func_printf_flag_zero=yes gl_cv_func_printf_infinite=yes gl_cv_func_printf_infinite_long_double=no gl_cv_func_printf_long_double=yes gl_cv_func_printf_positions=yes gl_cv_func_printf_precision=yes gl_cv_func_printf_sizes_c99=yes gl_cv_func_re_compile_pattern_working=yes gl_cv_func_readlink_works=yes gl_cv_func_realpath_works=yes gl_cv_func_rename_dest_works=yes gl_cv_func_rename_link_works=yes gl_cv_func_rename_slash_dst_works=yes gl_cv_func_rename_slash_src_works=yes gl_cv_func_rmdir_works=yes gl_cv_func_setenv_works=yes gl_cv_func_signbit=yes gl_cv_func_signbit_gcc=yes gl_cv_func_sigprocmask=1 gl_cv_func_snprintf_retval_c99=yes gl_cv_func_spawnattr_setschedparam=yes gl_cv_func_spawnattr_setschedpolicy=yes gl_cv_func_stat_dir_slash=yes gl_cv_func_stat_file_slash=yes gl_cv_func_strcasestr_linear=yes gl_cv_func_strcasestr_works_always=yes gl_cv_func_strchrnul_works=yes gl_cv_func_strerror_0_works=yes gl_cv_func_unsetenv_works=yes gl_cv_func_va_copy=yes gl_cv_func_vasnprintf_posix=no gl_cv_func_vasprintf_posix=no gl_cv_func_vfprintf_posix=no gl_cv_func_wcrtomb_retval=yes gl_cv_func_wctob_works=yes gl_cv_func_working_getdelim=yes gl_cv_func_working_mkstemp=yes gl_cv_func_working_mktime=yes gl_cv_func_working_strerror=yes gl_cv_have_include_next=yes gl_cv_have_raw_decl__Exit=yes gl_cv_have_raw_decl_acosf=yes gl_cv_have_raw_decl_acosl=yes gl_cv_have_raw_decl_asinf=yes gl_cv_have_raw_decl_asinl=yes gl_cv_have_raw_decl_atanf=yes gl_cv_have_raw_decl_atanl=yes gl_cv_have_raw_decl_atoll=yes gl_cv_have_raw_decl_btowc=yes gl_cv_have_raw_decl_canonicalize_file_name=yes gl_cv_have_raw_decl_cbrt=yes gl_cv_have_raw_decl_cbrtf=yes gl_cv_have_raw_decl_cbrtl=yes gl_cv_have_raw_decl_ceilf=yes gl_cv_have_raw_decl_ceill=yes gl_cv_have_raw_decl_chdir=yes gl_cv_have_raw_decl_chown=yes gl_cv_have_raw_decl_copysign=yes gl_cv_have_raw_decl_copysignf=yes gl_cv_have_raw_decl_copysignl=yes gl_cv_have_raw_decl_cosf=yes gl_cv_have_raw_decl_coshf=yes gl_cv_have_raw_decl_cosl=yes gl_cv_have_raw_decl_dprintf=yes gl_cv_have_raw_decl_dup2=yes gl_cv_have_raw_decl_dup3=yes gl_cv_have_raw_decl_dup=yes gl_cv_have_raw_decl_duplocale=yes gl_cv_have_raw_decl_endusershell=yes gl_cv_have_raw_decl_environ=yes gl_cv_have_raw_decl_euidaccess=yes gl_cv_have_raw_decl_exp2=yes gl_cv_have_raw_decl_exp2f=yes gl_cv_have_raw_decl_exp2l=yes gl_cv_have_raw_decl_expf=yes gl_cv_have_raw_decl_expl=yes gl_cv_have_raw_decl_expm1=yes gl_cv_have_raw_decl_expm1f=yes gl_cv_have_raw_decl_expm1l=yes gl_cv_have_raw_decl_fabsf=yes gl_cv_have_raw_decl_fabsl=yes gl_cv_have_raw_decl_faccessat=yes gl_cv_have_raw_decl_fchdir=yes gl_cv_have_raw_decl_fchmodat=yes gl_cv_have_raw_decl_fchownat=yes gl_cv_have_raw_decl_fcntl=yes gl_cv_have_raw_decl_fdatasync=yes gl_cv_have_raw_decl_ffs=yes gl_cv_have_raw_decl_ffsl=yes gl_cv_have_raw_decl_ffsll=yes gl_cv_have_raw_decl_flock=yes gl_cv_have_raw_decl_floorf=yes gl_cv_have_raw_decl_floorl=yes gl_cv_have_raw_decl_fma=yes gl_cv_have_raw_decl_fmaf=yes gl_cv_have_raw_decl_fmal=yes gl_cv_have_raw_decl_fmod=yes gl_cv_have_raw_decl_fmodf=yes gl_cv_have_raw_decl_fmodl=yes gl_cv_have_raw_decl_fpurge=no gl_cv_have_raw_decl_frexpf=yes gl_cv_have_raw_decl_frexpl=yes gl_cv_have_raw_decl_fseeko=yes gl_cv_have_raw_decl_fstat=yes gl_cv_have_raw_decl_fstatat=yes gl_cv_have_raw_decl_fsync=yes gl_cv_have_raw_decl_ftello=yes gl_cv_have_raw_decl_ftruncate=yes gl_cv_have_raw_decl_futimens=yes gl_cv_have_raw_decl_getcwd=yes gl_cv_have_raw_decl_getdelim=yes gl_cv_have_raw_decl_getdomainname=yes gl_cv_have_raw_decl_getdtablesize=yes gl_cv_have_raw_decl_getgroups=yes gl_cv_have_raw_decl_gethostname=yes gl_cv_have_raw_decl_getline=yes gl_cv_have_raw_decl_getloadavg=yes gl_cv_have_raw_decl_getlogin=yes gl_cv_have_raw_decl_getlogin_r=yes gl_cv_have_raw_decl_getpagesize=yes gl_cv_have_raw_decl_gets=no gl_cv_have_raw_decl_getsubopt=yes gl_cv_have_raw_decl_gettimeofday=yes gl_cv_have_raw_decl_getusershell=yes gl_cv_have_raw_decl_grantpt=yes gl_cv_have_raw_decl_group_member=yes gl_cv_have_raw_decl_hypotf=yes gl_cv_have_raw_decl_hypotl=yes gl_cv_have_raw_decl_ilogb=yes gl_cv_have_raw_decl_ilogbf=yes gl_cv_have_raw_decl_ilogbl=yes gl_cv_have_raw_decl_initstate=yes gl_cv_have_raw_decl_initstate_r=yes gl_cv_have_raw_decl_isatty=yes gl_cv_have_raw_decl_iswctype=yes gl_cv_have_raw_decl_lchmod=yes gl_cv_have_raw_decl_lchown=yes gl_cv_have_raw_decl_ldexpf=yes gl_cv_have_raw_decl_ldexpl=yes gl_cv_have_raw_decl_link=yes gl_cv_have_raw_decl_linkat=yes gl_cv_have_raw_decl_log10=yes gl_cv_have_raw_decl_log10f=yes gl_cv_have_raw_decl_log10l=yes gl_cv_have_raw_decl_log1p=yes gl_cv_have_raw_decl_log1pf=yes gl_cv_have_raw_decl_log1pl=yes gl_cv_have_raw_decl_log2=yes gl_cv_have_raw_decl_log2f=yes gl_cv_have_raw_decl_log2l=yes gl_cv_have_raw_decl_log=yes gl_cv_have_raw_decl_logb=yes gl_cv_have_raw_decl_logbf=yes gl_cv_have_raw_decl_logbl=yes gl_cv_have_raw_decl_logf=yes gl_cv_have_raw_decl_logl=yes gl_cv_have_raw_decl_lseek=yes gl_cv_have_raw_decl_lstat=yes gl_cv_have_raw_decl_mbrlen=yes gl_cv_have_raw_decl_mbrtowc=yes gl_cv_have_raw_decl_mbsinit=yes gl_cv_have_raw_decl_mbsnrtowcs=yes gl_cv_have_raw_decl_mbsrtowcs=yes gl_cv_have_raw_decl_memmem=yes gl_cv_have_raw_decl_mempcpy=yes gl_cv_have_raw_decl_memrchr=yes gl_cv_have_raw_decl_mkdirat=yes gl_cv_have_raw_decl_mkdtemp=yes gl_cv_have_raw_decl_mkfifo=yes gl_cv_have_raw_decl_mkfifoat=yes gl_cv_have_raw_decl_mknod=yes gl_cv_have_raw_decl_mknodat=yes gl_cv_have_raw_decl_mkostemp=yes gl_cv_have_raw_decl_mkostemps=yes gl_cv_have_raw_decl_mkstemp=yes gl_cv_have_raw_decl_mkstemps=yes gl_cv_have_raw_decl_modf=yes gl_cv_have_raw_decl_modff=yes gl_cv_have_raw_decl_modfl=yes gl_cv_have_raw_decl_nl_langinfo=yes gl_cv_have_raw_decl_openat=yes gl_cv_have_raw_decl_pclose=yes gl_cv_have_raw_decl_pipe2=yes gl_cv_have_raw_decl_pipe=yes gl_cv_have_raw_decl_popen=yes gl_cv_have_raw_decl_posix_openpt=yes gl_cv_have_raw_decl_posix_spawn=yes gl_cv_have_raw_decl_posix_spawn_file_actions_addclose=yes gl_cv_have_raw_decl_posix_spawn_file_actions_adddup2=yes gl_cv_have_raw_decl_posix_spawn_file_actions_addopen=yes gl_cv_have_raw_decl_posix_spawn_file_actions_destroy=yes gl_cv_have_raw_decl_posix_spawn_file_actions_init=yes gl_cv_have_raw_decl_posix_spawnattr_destroy=yes gl_cv_have_raw_decl_posix_spawnattr_getflags=yes gl_cv_have_raw_decl_posix_spawnattr_getpgroup=yes gl_cv_have_raw_decl_posix_spawnattr_getschedparam=yes gl_cv_have_raw_decl_posix_spawnattr_getschedpolicy=yes gl_cv_have_raw_decl_posix_spawnattr_getsigdefault=yes gl_cv_have_raw_decl_posix_spawnattr_getsigmask=yes gl_cv_have_raw_decl_posix_spawnattr_init=yes gl_cv_have_raw_decl_posix_spawnattr_setflags=yes gl_cv_have_raw_decl_posix_spawnattr_setpgroup=yes gl_cv_have_raw_decl_posix_spawnattr_setschedparam=yes gl_cv_have_raw_decl_posix_spawnattr_setschedpolicy=yes gl_cv_have_raw_decl_posix_spawnattr_setsigdefault=yes gl_cv_have_raw_decl_posix_spawnattr_setsigmask=yes gl_cv_have_raw_decl_posix_spawnp=yes gl_cv_have_raw_decl_powf=yes gl_cv_have_raw_decl_pread=yes gl_cv_have_raw_decl_pthread_sigmask=yes gl_cv_have_raw_decl_ptsname=yes gl_cv_have_raw_decl_ptsname_r=yes gl_cv_have_raw_decl_pwrite=yes gl_cv_have_raw_decl_random=yes gl_cv_have_raw_decl_random_r=yes gl_cv_have_raw_decl_rawmemchr=yes gl_cv_have_raw_decl_readlink=yes gl_cv_have_raw_decl_readlinkat=yes gl_cv_have_raw_decl_realpath=yes gl_cv_have_raw_decl_remainder=yes gl_cv_have_raw_decl_remainderf=yes gl_cv_have_raw_decl_remainderl=yes gl_cv_have_raw_decl_renameat=yes gl_cv_have_raw_decl_rint=yes gl_cv_have_raw_decl_rintf=yes gl_cv_have_raw_decl_rintl=yes gl_cv_have_raw_decl_rmdir=yes gl_cv_have_raw_decl_round=yes gl_cv_have_raw_decl_roundf=yes gl_cv_have_raw_decl_roundl=yes gl_cv_have_raw_decl_rpmatch=yes gl_cv_have_raw_decl_secure_getenv=yes gl_cv_have_raw_decl_setenv=yes gl_cv_have_raw_decl_sethostname=yes gl_cv_have_raw_decl_setlocale=yes gl_cv_have_raw_decl_setstate=yes gl_cv_have_raw_decl_setstate_r=yes gl_cv_have_raw_decl_setusershell=yes gl_cv_have_raw_decl_sigaction=yes gl_cv_have_raw_decl_sigaddset=yes gl_cv_have_raw_decl_sigdelset=yes gl_cv_have_raw_decl_sigemptyset=yes gl_cv_have_raw_decl_sigfillset=yes gl_cv_have_raw_decl_sigismember=yes gl_cv_have_raw_decl_sigpending=yes gl_cv_have_raw_decl_sigprocmask=yes gl_cv_have_raw_decl_sinf=yes gl_cv_have_raw_decl_sinhf=yes gl_cv_have_raw_decl_sinl=yes gl_cv_have_raw_decl_sleep=yes gl_cv_have_raw_decl_snprintf=yes gl_cv_have_raw_decl_sqrtf=yes gl_cv_have_raw_decl_sqrtl=yes gl_cv_have_raw_decl_srandom=yes gl_cv_have_raw_decl_srandom_r=yes gl_cv_have_raw_decl_stat=yes gl_cv_have_raw_decl_stpcpy=yes gl_cv_have_raw_decl_stpncpy=yes gl_cv_have_raw_decl_strcasecmp=yes gl_cv_have_raw_decl_strcasestr=yes gl_cv_have_raw_decl_strchrnul=yes gl_cv_have_raw_decl_strdup=yes gl_cv_have_raw_decl_strerror_r=yes gl_cv_have_raw_decl_strncasecmp=yes gl_cv_have_raw_decl_strncat=yes gl_cv_have_raw_decl_strndup=yes gl_cv_have_raw_decl_strnlen=yes gl_cv_have_raw_decl_strpbrk=yes gl_cv_have_raw_decl_strsep=yes gl_cv_have_raw_decl_strsignal=yes gl_cv_have_raw_decl_strtod=yes gl_cv_have_raw_decl_strtok_r=yes gl_cv_have_raw_decl_strtoll=yes gl_cv_have_raw_decl_strtoull=yes gl_cv_have_raw_decl_strverscmp=yes gl_cv_have_raw_decl_symlink=yes gl_cv_have_raw_decl_symlinkat=yes gl_cv_have_raw_decl_tanf=yes gl_cv_have_raw_decl_tanhf=yes gl_cv_have_raw_decl_tanl=yes gl_cv_have_raw_decl_tmpfile=yes gl_cv_have_raw_decl_towctrans=yes gl_cv_have_raw_decl_trunc=yes gl_cv_have_raw_decl_truncf=yes gl_cv_have_raw_decl_truncl=yes gl_cv_have_raw_decl_ttyname_r=yes gl_cv_have_raw_decl_unlink=yes gl_cv_have_raw_decl_unlinkat=yes gl_cv_have_raw_decl_unlockpt=yes gl_cv_have_raw_decl_unsetenv=yes gl_cv_have_raw_decl_usleep=yes gl_cv_have_raw_decl_utimensat=yes gl_cv_have_raw_decl_vdprintf=yes gl_cv_have_raw_decl_vsnprintf=yes gl_cv_have_raw_decl_waitpid=yes gl_cv_have_raw_decl_wcpcpy=yes gl_cv_have_raw_decl_wcpncpy=yes gl_cv_have_raw_decl_wcrtomb=yes gl_cv_have_raw_decl_wcscasecmp=yes gl_cv_have_raw_decl_wcscat=yes gl_cv_have_raw_decl_wcschr=yes gl_cv_have_raw_decl_wcscmp=yes gl_cv_have_raw_decl_wcscoll=yes gl_cv_have_raw_decl_wcscpy=yes gl_cv_have_raw_decl_wcscspn=yes gl_cv_have_raw_decl_wcsdup=yes gl_cv_have_raw_decl_wcslen=yes gl_cv_have_raw_decl_wcsncasecmp=yes gl_cv_have_raw_decl_wcsncat=yes gl_cv_have_raw_decl_wcsncmp=yes gl_cv_have_raw_decl_wcsncpy=yes gl_cv_have_raw_decl_wcsnlen=yes gl_cv_have_raw_decl_wcsnrtombs=yes gl_cv_have_raw_decl_wcspbrk=yes gl_cv_have_raw_decl_wcsrchr=yes gl_cv_have_raw_decl_wcsrtombs=yes gl_cv_have_raw_decl_wcsspn=yes gl_cv_have_raw_decl_wcsstr=yes gl_cv_have_raw_decl_wcstok=yes gl_cv_have_raw_decl_wcswidth=yes gl_cv_have_raw_decl_wcsxfrm=yes gl_cv_have_raw_decl_wctob=yes gl_cv_have_raw_decl_wctrans=yes gl_cv_have_raw_decl_wctype=yes gl_cv_have_raw_decl_wcwidth=yes gl_cv_have_raw_decl_wmemchr=yes gl_cv_have_raw_decl_wmemcmp=yes gl_cv_have_raw_decl_wmemcpy=yes gl_cv_have_raw_decl_wmemmove=yes gl_cv_have_raw_decl_wmemset=yes gl_cv_have_weak=yes gl_cv_header_errno_h_complete=yes gl_cv_header_inttypes_h=yes gl_cv_header_langinfo_codeset=yes gl_cv_header_langinfo_era=yes gl_cv_header_langinfo_t_fmt_ampm=yes gl_cv_header_langinfo_yesexpr=yes gl_cv_header_locale_h_needs_xlocale_h=no gl_cv_header_locale_h_posix2001=yes gl_cv_header_locale_has_locale_t=yes gl_cv_header_math_huge_val_works=yes gl_cv_header_math_nan_works=yes gl_cv_header_stdint_h=yes gl_cv_header_wchar_h_correct_inline=yes gl_cv_header_working_fcntl_h=yes gl_cv_header_working_stdint_h=yes gl_cv_lib_readline=yes gl_cv_long_double_equals_double=no gl_cv_minmax_in_limits_h=no gl_cv_minmax_in_sys_param_h=yes gl_cv_next_fcntl_h='' gl_cv_next_getopt_h='' gl_cv_next_langinfo_h='' gl_cv_next_locale_h='' gl_cv_next_math_h='' gl_cv_next_signal_h='' gl_cv_next_spawn_h='' gl_cv_next_stdint_h='' gl_cv_next_stdio_h='' gl_cv_next_stdlib_h='' gl_cv_next_string_h='' gl_cv_next_strings_h='' gl_cv_next_sys_file_h='' gl_cv_next_sys_stat_h='' gl_cv_next_sys_time_h='' gl_cv_next_sys_types_h='' gl_cv_next_sys_wait_h='' gl_cv_next_time_h='' gl_cv_next_unistd_h='' gl_cv_next_wchar_h='' gl_cv_next_wctype_h='' gl_cv_pragma_columns=no gl_cv_prog_as_underscore=no gl_cv_promoted_mode_t=mode_t gl_cv_rpl_alloca=yes gl_cv_size_max=yes gl_cv_sys_struct_lconv_ok=yes gl_cv_sys_struct_timespec_in_time_h=yes gl_cv_sys_struct_timeval=yes gl_cv_sys_struct_timeval_tv_sec=yes gl_cv_time_r_posix=yes gl_cv_type_sigset_t=yes gl_cv_type_wctrans_t=yes gl_cv_type_wctype_t=yes gl_cv_var_stdin_large_offset=yes gt_cv_c_intmax_t=yes gt_cv_c_wchar_t=yes gt_cv_c_wint_t=yes gt_cv_func_CFLocaleCopyCurrent=no gt_cv_func_CFPreferencesCopyAppValue=no gt_cv_func_gnugettext1_libc=yes gt_cv_func_unsetenv_ret=int gt_cv_locale_fr=fr_FR gt_cv_locale_fr_utf8=fr_FR.UTF-8 gt_cv_locale_ja=ja_JP gt_cv_locale_zh_CN=zh_CN.GB18030 gt_cv_ssize_t=yes gt_cv_var_environ_declaration=yes lt_cv_ar_at_file=@ lt_cv_archive_cmds_need_lc=no lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_nm_interface='BSD nm' lt_cv_objdir=.libs lt_cv_path_LD=/usr/bin/ld lt_cv_path_NM='/usr/bin/nm -B' lt_cv_path_mainfest_tool=no lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_pic='-fPIC -DPIC' lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=yes lt_cv_prog_gnu_ld=yes lt_cv_sharedlib_from_linklib_cmd='printf %s\n' lt_cv_shlibpath_overrides_runpath=no lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' lt_cv_sys_max_cmd_len=1572864 lt_cv_to_host_file_cmd=func_convert_file_noop lt_cv_to_tool_file_cmd=func_convert_file_noop pkg_cv_GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ' pkg_cv_GLIB_LIBS='-lglib-2.0 ' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /var/uhubuild/work/compile/build-aux/missing aclocal-1.99a' ALLOCA='' ALLOCA_H='alloca.h' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='1' AM_V='$(V)' APPLE_UNIVERSAL_BUILD='0' AR='i686-uhu-linux-ar' ARFLAGS='cru' ASM_SYMBOL_PREFIX='""' AUTOCONF='${SHELL} /var/uhubuild/work/compile/build-aux/missing autoconf' AUTOHEADER='${SHELL} /var/uhubuild/work/compile/build-aux/missing autoheader' AUTOMAKE='${SHELL} /var/uhubuild/work/compile/build-aux/missing automake-1.99a' AWK='gawk' BASH_BUILTINS_FALSE='' BASH_BUILTINS_TRUE='#' BASH_HEADERS='/usr/include/bash' BITSIZEOF_PTRDIFF_T='' BITSIZEOF_SIG_ATOMIC_T='' BITSIZEOF_SIZE_T='' BITSIZEOF_WCHAR_T='' BITSIZEOF_WINT_T='' BUILD_A68_FALSE='' BUILD_A68_TRUE='#' CA68='' CC='i686-uhu-linux-gcc -std=gnu11' CCDEPMODE='depmode=gcc3' CFLAGS='-O2 -march=i686 -mtune=generic ' CHECKLIBS='' CHECK_FALSE='' CHECK_TRUE='#' COMPILE_MDB2REC_FALSE='' COMPILE_MDB2REC_TRUE='#' CONFIG_INCLUDE='src/config.h' CPP='i686-uhu-linux-gcc -std=gnu11 -E' CPPFLAGS='' CRYPT_FALSE='#' CRYPT_TRUE='' CURLLIBS='-lcurl' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' DLLTOOL='false' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EMULTIHOP_HIDDEN='' EMULTIHOP_VALUE='' ENOLINK_HIDDEN='' ENOLINK_VALUE='' EOVERFLOW_HIDDEN='' EOVERFLOW_VALUE='' ERRNO_H='' EXEEXT='' FGREP='/bin/grep -F' FLOAT_H='' FLOOR_LIBM='-lm' GETOPT_H='' GETTEXT_MACRO_VERSION='0.18' GLIBC21='yes' GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ' GLIB_LIBS='-lglib-2.0 ' GL_COND_LIBTOOL_FALSE='#' GL_COND_LIBTOOL_TRUE='' GL_GENERATE_ALLOCA_H_FALSE='#' GL_GENERATE_ALLOCA_H_TRUE='' GL_GENERATE_ERRNO_H_FALSE='' GL_GENERATE_ERRNO_H_TRUE='#' GL_GENERATE_FLOAT_H_FALSE='' GL_GENERATE_FLOAT_H_TRUE='#' GL_GENERATE_SCHED_H_FALSE='' GL_GENERATE_SCHED_H_TRUE='#' GL_GENERATE_SELINUX_CONTEXT_H_FALSE='#' GL_GENERATE_SELINUX_CONTEXT_H_TRUE='' GL_GENERATE_STDARG_H_FALSE='' GL_GENERATE_STDARG_H_TRUE='#' GL_GENERATE_STDBOOL_H_FALSE='' GL_GENERATE_STDBOOL_H_TRUE='#' GL_GENERATE_STDDEF_H_FALSE='' GL_GENERATE_STDDEF_H_TRUE='#' GL_GENERATE_STDINT_H_FALSE='' GL_GENERATE_STDINT_H_TRUE='#' GMSGFMT='/usr/bin/msgfmt' GMSGFMT_015='/usr/bin/msgfmt' GNULIB_ACOSF='0' GNULIB_ACOSL='0' GNULIB_ASINF='0' GNULIB_ASINL='0' GNULIB_ATAN2F='0' GNULIB_ATANF='0' GNULIB_ATANL='0' GNULIB_ATOLL='0' GNULIB_BTOWC='1' GNULIB_CALLOC_POSIX='0' GNULIB_CANONICALIZE_FILE_NAME='1' GNULIB_CBRT='0' GNULIB_CBRTF='0' GNULIB_CBRTL='0' GNULIB_CEIL='0' GNULIB_CEILF='0' GNULIB_CEILL='0' GNULIB_CHDIR='1' GNULIB_CHOWN='0' GNULIB_CLOSE='1' GNULIB_COPYSIGN='0' GNULIB_COPYSIGNF='0' GNULIB_COPYSIGNL='0' GNULIB_COSF='0' GNULIB_COSHF='0' GNULIB_COSL='0' GNULIB_DPRINTF='0' GNULIB_DUP2='1' GNULIB_DUP3='0' GNULIB_DUP='0' GNULIB_DUPLOCALE='0' GNULIB_ENVIRON='1' GNULIB_EUIDACCESS='1' GNULIB_EXP2='0' GNULIB_EXP2F='0' GNULIB_EXP2L='0' GNULIB_EXPF='0' GNULIB_EXPL='0' GNULIB_EXPM1='0' GNULIB_EXPM1F='0' GNULIB_EXPM1L='0' GNULIB_FABSF='0' GNULIB_FABSL='0' GNULIB_FACCESSAT='0' GNULIB_FCHDIR='0' GNULIB_FCHMODAT='0' GNULIB_FCHOWNAT='0' GNULIB_FCLOSE='0' GNULIB_FCNTL='1' GNULIB_FDATASYNC='0' GNULIB_FDOPEN='0' GNULIB_FFLUSH='0' GNULIB_FFS='0' GNULIB_FFSL='0' GNULIB_FFSLL='0' GNULIB_FGETC='1' GNULIB_FGETS='1' GNULIB_FLOCK='1' GNULIB_FLOOR='1' GNULIB_FLOORF='0' GNULIB_FLOORL='0' GNULIB_FMA='0' GNULIB_FMAF='0' GNULIB_FMAL='0' GNULIB_FMOD='0' GNULIB_FMODF='0' GNULIB_FMODL='0' GNULIB_FOPEN='0' GNULIB_FPRINTF='1' GNULIB_FPRINTF_POSIX='1' GNULIB_FPURGE='0' GNULIB_FPUTC='1' GNULIB_FPUTS='1' GNULIB_FREAD='1' GNULIB_FREOPEN='0' GNULIB_FREXP='1' GNULIB_FREXPF='0' GNULIB_FREXPL='1' GNULIB_FSCANF='1' GNULIB_FSEEK='1' GNULIB_FSEEKO='1' GNULIB_FSTAT='1' GNULIB_FSTATAT='0' GNULIB_FSYNC='0' GNULIB_FTELL='1' GNULIB_FTELLO='1' GNULIB_FTRUNCATE='0' GNULIB_FUTIMENS='0' GNULIB_FWRITE='1' GNULIB_GETC='1' GNULIB_GETCHAR='1' GNULIB_GETCWD='0' GNULIB_GETDELIM='1' GNULIB_GETDOMAINNAME='0' GNULIB_GETDTABLESIZE='1' GNULIB_GETGROUPS='1' GNULIB_GETHOSTNAME='0' GNULIB_GETLINE='1' GNULIB_GETLOADAVG='0' GNULIB_GETLOGIN='0' GNULIB_GETLOGIN_R='0' GNULIB_GETPAGESIZE='0' GNULIB_GETSUBOPT='0' GNULIB_GETTIMEOFDAY='1' GNULIB_GETUSERSHELL='0' GNULIB_GL_UNISTD_H_GETOPT='' GNULIB_GRANTPT='0' GNULIB_GROUP_MEMBER='1' GNULIB_HYPOT='0' GNULIB_HYPOTF='0' GNULIB_HYPOTL='0' GNULIB_ILOGB='0' GNULIB_ILOGBF='0' GNULIB_ILOGBL='0' GNULIB_ISATTY='0' GNULIB_ISFINITE='0' GNULIB_ISINF='0' GNULIB_ISNAN='0' GNULIB_ISNAND='0' GNULIB_ISNANF='0' GNULIB_ISNANL='0' GNULIB_ISWBLANK='0' GNULIB_ISWCTYPE='0' GNULIB_LCHMOD='0' GNULIB_LCHOWN='0' GNULIB_LDEXPF='0' GNULIB_LDEXPL='0' GNULIB_LINK='0' GNULIB_LINKAT='0' GNULIB_LOCALECONV='1' GNULIB_LOG10='0' GNULIB_LOG10F='0' GNULIB_LOG10L='0' GNULIB_LOG1P='0' GNULIB_LOG1PF='0' GNULIB_LOG1PL='0' GNULIB_LOG2='0' GNULIB_LOG2F='0' GNULIB_LOG2L='0' GNULIB_LOG='0' GNULIB_LOGB='0' GNULIB_LOGBF='0' GNULIB_LOGBL='0' GNULIB_LOGF='0' GNULIB_LOGL='0' GNULIB_LSEEK='1' GNULIB_LSTAT='1' GNULIB_MALLOC_POSIX='1' GNULIB_MBRLEN='1' GNULIB_MBRTOWC='1' GNULIB_MBSCASECMP='0' GNULIB_MBSCASESTR='0' GNULIB_MBSCHR='0' GNULIB_MBSCSPN='0' GNULIB_MBSINIT='1' GNULIB_MBSLEN='0' GNULIB_MBSNCASECMP='0' GNULIB_MBSNLEN='0' GNULIB_MBSNRTOWCS='0' GNULIB_MBSPBRK='0' GNULIB_MBSPCASECMP='0' GNULIB_MBSRCHR='0' GNULIB_MBSRTOWCS='0' GNULIB_MBSSEP='0' GNULIB_MBSSPN='0' GNULIB_MBSSTR='0' GNULIB_MBSTOK_R='0' GNULIB_MBTOWC='1' GNULIB_MEMCHR='1' GNULIB_MEMMEM='0' GNULIB_MEMPCPY='0' GNULIB_MEMRCHR='0' GNULIB_MKDIRAT='0' GNULIB_MKDTEMP='0' GNULIB_MKFIFO='0' GNULIB_MKFIFOAT='0' GNULIB_MKNOD='0' GNULIB_MKNODAT='0' GNULIB_MKOSTEMP='1' GNULIB_MKOSTEMPS='0' GNULIB_MKSTEMP='1' GNULIB_MKSTEMPS='0' GNULIB_MKTIME='1' GNULIB_MODF='0' GNULIB_MODFF='0' GNULIB_MODFL='0' GNULIB_NANOSLEEP='0' GNULIB_NL_LANGINFO='1' GNULIB_NONBLOCKING='0' GNULIB_OBSTACK_PRINTF='0' GNULIB_OBSTACK_PRINTF_POSIX='0' GNULIB_OPEN='1' GNULIB_OPENAT='0' GNULIB_PCLOSE='0' GNULIB_PERROR='0' GNULIB_PIPE2='0' GNULIB_PIPE='0' GNULIB_POPEN='0' GNULIB_POSIX_OPENPT='0' GNULIB_POSIX_SPAWN='0' GNULIB_POSIX_SPAWNATTR_DESTROY='1' GNULIB_POSIX_SPAWNATTR_GETFLAGS='0' GNULIB_POSIX_SPAWNATTR_GETPGROUP='0' GNULIB_POSIX_SPAWNATTR_GETSCHEDPARAM='0' GNULIB_POSIX_SPAWNATTR_GETSCHEDPOLICY='0' GNULIB_POSIX_SPAWNATTR_GETSIGDEFAULT='0' GNULIB_POSIX_SPAWNATTR_GETSIGMASK='0' GNULIB_POSIX_SPAWNATTR_INIT='1' GNULIB_POSIX_SPAWNATTR_SETFLAGS='1' GNULIB_POSIX_SPAWNATTR_SETPGROUP='0' GNULIB_POSIX_SPAWNATTR_SETSCHEDPARAM='0' GNULIB_POSIX_SPAWNATTR_SETSCHEDPOLICY='0' GNULIB_POSIX_SPAWNATTR_SETSIGDEFAULT='0' GNULIB_POSIX_SPAWNATTR_SETSIGMASK='1' GNULIB_POSIX_SPAWNP='1' GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE='0' GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2='0' GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN='1' GNULIB_POSIX_SPAWN_FILE_ACTIONS_DESTROY='1' GNULIB_POSIX_SPAWN_FILE_ACTIONS_INIT='1' GNULIB_POWF='0' GNULIB_PREAD='0' GNULIB_PRINTF='1' GNULIB_PRINTF_POSIX='1' GNULIB_PTHREAD_SIGMASK='0' GNULIB_PTSNAME='0' GNULIB_PTSNAME_R='0' GNULIB_PUTC='1' GNULIB_PUTCHAR='1' GNULIB_PUTENV='0' GNULIB_PUTS='1' GNULIB_PWRITE='0' GNULIB_RAISE='1' GNULIB_RANDOM='0' GNULIB_RANDOM_R='1' GNULIB_RAWMEMCHR='1' GNULIB_READ='0' GNULIB_READLINK='1' GNULIB_READLINKAT='0' GNULIB_REALLOC_POSIX='1' GNULIB_REALPATH='1' GNULIB_REMAINDER='0' GNULIB_REMAINDERF='0' GNULIB_REMAINDERL='0' GNULIB_REMOVE='0' GNULIB_RENAME='1' GNULIB_RENAMEAT='0' GNULIB_RINT='0' GNULIB_RINTF='0' GNULIB_RINTL='0' GNULIB_RMDIR='1' GNULIB_ROUND='0' GNULIB_ROUNDF='0' GNULIB_ROUNDL='0' GNULIB_RPMATCH='0' GNULIB_SCANF='1' GNULIB_SECURE_GETENV='1' GNULIB_SETENV='1' GNULIB_SETHOSTNAME='0' GNULIB_SETLOCALE='0' GNULIB_SIGACTION='1' GNULIB_SIGNAL_H_SIGPIPE='0' GNULIB_SIGNBIT='1' GNULIB_SIGPROCMASK='1' GNULIB_SINF='0' GNULIB_SINHF='0' GNULIB_SINL='0' GNULIB_SLEEP='0' GNULIB_SNPRINTF='0' GNULIB_SPRINTF_POSIX='0' GNULIB_SQRTF='0' GNULIB_SQRTL='0' GNULIB_STAT='1' GNULIB_STDIO_H_NONBLOCKING='0' GNULIB_STDIO_H_SIGPIPE='0' GNULIB_STPCPY='0' GNULIB_STPNCPY='0' GNULIB_STRCASESTR='1' GNULIB_STRCHRNUL='1' GNULIB_STRDUP='0' GNULIB_STRERROR='1' GNULIB_STRERROR_R='0' GNULIB_STRNCAT='0' GNULIB_STRNDUP='0' GNULIB_STRNLEN='0' GNULIB_STRPBRK='0' GNULIB_STRPTIME='0' GNULIB_STRSEP='1' GNULIB_STRSIGNAL='0' GNULIB_STRSTR='0' GNULIB_STRTOD='0' GNULIB_STRTOK_R='0' GNULIB_STRTOLL='0' GNULIB_STRTOULL='0' GNULIB_STRVERSCMP='1' GNULIB_SYMLINK='0' GNULIB_SYMLINKAT='0' GNULIB_SYSTEM_POSIX='0' GNULIB_TANF='0' GNULIB_TANHF='0' GNULIB_TANL='0' GNULIB_TIMEGM='0' GNULIB_TIME_R='1' GNULIB_TMPFILE='0' GNULIB_TOWCTRANS='0' GNULIB_TRUNC='0' GNULIB_TRUNCF='0' GNULIB_TRUNCL='0' GNULIB_TTYNAME_R='0' GNULIB_UNISTD_H_NONBLOCKING='0' GNULIB_UNISTD_H_SIGPIPE='0' GNULIB_UNLINK='0' GNULIB_UNLINKAT='0' GNULIB_UNLOCKPT='0' GNULIB_UNSETENV='1' GNULIB_USLEEP='0' GNULIB_UTIMENSAT='0' GNULIB_VASPRINTF='1' GNULIB_VDPRINTF='0' GNULIB_VFPRINTF='1' GNULIB_VFPRINTF_POSIX='1' GNULIB_VFSCANF='0' GNULIB_VPRINTF='1' GNULIB_VPRINTF_POSIX='0' GNULIB_VSCANF='0' GNULIB_VSNPRINTF='0' GNULIB_VSPRINTF_POSIX='0' GNULIB_WAITPID='1' GNULIB_WCPCPY='0' GNULIB_WCPNCPY='0' GNULIB_WCRTOMB='1' GNULIB_WCSCASECMP='0' GNULIB_WCSCAT='0' GNULIB_WCSCHR='0' GNULIB_WCSCMP='0' GNULIB_WCSCOLL='0' GNULIB_WCSCPY='0' GNULIB_WCSCSPN='0' GNULIB_WCSDUP='0' GNULIB_WCSLEN='0' GNULIB_WCSNCASECMP='0' GNULIB_WCSNCAT='0' GNULIB_WCSNCMP='0' GNULIB_WCSNCPY='0' GNULIB_WCSNLEN='0' GNULIB_WCSNRTOMBS='0' GNULIB_WCSPBRK='0' GNULIB_WCSRCHR='0' GNULIB_WCSRTOMBS='0' GNULIB_WCSSPN='0' GNULIB_WCSSTR='0' GNULIB_WCSTOK='0' GNULIB_WCSWIDTH='0' GNULIB_WCSXFRM='0' GNULIB_WCTOB='1' GNULIB_WCTOMB='1' GNULIB_WCTRANS='0' GNULIB_WCTYPE='0' GNULIB_WCWIDTH='0' GNULIB_WMEMCHR='0' GNULIB_WMEMCMP='0' GNULIB_WMEMCPY='0' GNULIB_WMEMMOVE='0' GNULIB_WMEMSET='0' GNULIB_WRITE='0' GNULIB__EXIT='0' GREP='/bin/grep' HAVE_ACOSF='1' HAVE_ACOSL='1' HAVE_ASINF='1' HAVE_ASINL='1' HAVE_ATAN2F='1' HAVE_ATANF='1' HAVE_ATANL='1' HAVE_ATOLL='1' HAVE_BTOWC='1' HAVE_CANONICALIZE_FILE_NAME='1' HAVE_CBRT='1' HAVE_CBRTF='1' HAVE_CBRTL='1' HAVE_CHOWN='1' HAVE_COPYSIGN='1' HAVE_COPYSIGNL='1' HAVE_COSF='1' HAVE_COSHF='1' HAVE_COSL='1' HAVE_DECL_ACOSL='1' HAVE_DECL_ASINL='1' HAVE_DECL_ATANL='1' HAVE_DECL_CBRTF='1' HAVE_DECL_CBRTL='1' HAVE_DECL_CEILF='1' HAVE_DECL_CEILL='1' HAVE_DECL_COPYSIGNF='1' HAVE_DECL_COSL='1' HAVE_DECL_ENVIRON='1' HAVE_DECL_EXP2='1' HAVE_DECL_EXP2F='1' HAVE_DECL_EXP2L='1' HAVE_DECL_EXPL='1' HAVE_DECL_EXPM1L='1' HAVE_DECL_FCHDIR='1' HAVE_DECL_FDATASYNC='1' HAVE_DECL_FLOORF='1' HAVE_DECL_FLOORL='1' HAVE_DECL_FPURGE='1' HAVE_DECL_FREXPL='1' HAVE_DECL_FSEEKO='1' HAVE_DECL_FTELLO='1' HAVE_DECL_GETDELIM='1' HAVE_DECL_GETDOMAINNAME='1' HAVE_DECL_GETLINE='1' HAVE_DECL_GETLOADAVG='1' HAVE_DECL_GETLOGIN_R='1' HAVE_DECL_GETPAGESIZE='1' HAVE_DECL_GETUSERSHELL='1' HAVE_DECL_LDEXPL='1' HAVE_DECL_LOCALTIME_R='1' HAVE_DECL_LOG10L='1' HAVE_DECL_LOG2='1' HAVE_DECL_LOG2F='1' HAVE_DECL_LOG2L='1' HAVE_DECL_LOGB='1' HAVE_DECL_LOGL='1' HAVE_DECL_MEMMEM='1' HAVE_DECL_MEMRCHR='1' HAVE_DECL_OBSTACK_PRINTF='1' HAVE_DECL_REMAINDER='1' HAVE_DECL_REMAINDERL='1' HAVE_DECL_RINTF='1' HAVE_DECL_ROUND='1' HAVE_DECL_ROUNDF='1' HAVE_DECL_ROUNDL='1' HAVE_DECL_SETENV='1' HAVE_DECL_SETHOSTNAME='1' HAVE_DECL_SINL='1' HAVE_DECL_SNPRINTF='1' HAVE_DECL_SQRTL='1' HAVE_DECL_STRDUP='1' HAVE_DECL_STRERROR_R='1' HAVE_DECL_STRNCASECMP='1' HAVE_DECL_STRNDUP='1' HAVE_DECL_STRNLEN='1' HAVE_DECL_STRSIGNAL='1' HAVE_DECL_STRTOK_R='1' HAVE_DECL_TANL='1' HAVE_DECL_TRUNC='1' HAVE_DECL_TRUNCF='1' HAVE_DECL_TRUNCL='1' HAVE_DECL_TTYNAME_R='1' HAVE_DECL_UNSETENV='1' HAVE_DECL_VSNPRINTF='1' HAVE_DECL_WCTOB='1' HAVE_DECL_WCWIDTH='1' HAVE_DPRINTF='1' HAVE_DUP2='1' HAVE_DUP3='1' HAVE_DUPLOCALE='1' HAVE_EUIDACCESS='1' HAVE_EXPF='1' HAVE_EXPL='1' HAVE_EXPM1='1' HAVE_EXPM1F='1' HAVE_FABSF='1' HAVE_FABSL='1' HAVE_FACCESSAT='1' HAVE_FCHDIR='1' HAVE_FCHMODAT='1' HAVE_FCHOWNAT='1' HAVE_FCNTL='1' HAVE_FDATASYNC='1' HAVE_FEATURES_H='1' HAVE_FFS='1' HAVE_FFSL='1' HAVE_FFSLL='1' HAVE_FLOCK='1' HAVE_FMA='1' HAVE_FMAF='1' HAVE_FMAL='1' HAVE_FMODF='1' HAVE_FMODL='1' HAVE_FREXPF='1' HAVE_FSEEKO='1' HAVE_FSTATAT='1' HAVE_FSYNC='1' HAVE_FTELLO='1' HAVE_FTRUNCATE='1' HAVE_FUTIMENS='1' HAVE_GETDTABLESIZE='1' HAVE_GETGROUPS='1' HAVE_GETHOSTNAME='1' HAVE_GETLOGIN='1' HAVE_GETOPT_H='1' HAVE_GETPAGESIZE='1' HAVE_GETSUBOPT='1' HAVE_GETTIMEOFDAY='1' HAVE_GRANTPT='1' HAVE_GROUP_MEMBER='1' HAVE_HYPOTF='1' HAVE_HYPOTL='1' HAVE_ILOGB='1' HAVE_ILOGBF='1' HAVE_ILOGBL='1' HAVE_INTTYPES_H='1' HAVE_ISNAND='1' HAVE_ISNANF='1' HAVE_ISNANL='1' HAVE_ISWBLANK='1' HAVE_ISWCNTRL='1' HAVE_LANGINFO_CODESET='1' HAVE_LANGINFO_ERA='1' HAVE_LANGINFO_H='1' HAVE_LANGINFO_T_FMT_AMPM='1' HAVE_LANGINFO_YESEXPR='1' HAVE_LCHMOD='1' HAVE_LCHOWN='1' HAVE_LDEXPF='1' HAVE_LIBGCRYPT='yes' HAVE_LINK='1' HAVE_LINKAT='1' HAVE_LOG10F='1' HAVE_LOG10L='1' HAVE_LOG1P='1' HAVE_LOG1PF='1' HAVE_LOG1PL='1' HAVE_LOGBF='1' HAVE_LOGBL='1' HAVE_LOGF='1' HAVE_LOGL='1' HAVE_LONG_LONG_INT='1' HAVE_LSTAT='1' HAVE_MBRLEN='1' HAVE_MBRTOWC='1' HAVE_MBSINIT='1' HAVE_MBSLEN='0' HAVE_MBSNRTOWCS='1' HAVE_MBSRTOWCS='1' HAVE_MEMCHR='1' HAVE_MEMPCPY='1' HAVE_MKDIRAT='1' HAVE_MKDTEMP='1' HAVE_MKFIFO='1' HAVE_MKFIFOAT='1' HAVE_MKNOD='1' HAVE_MKNODAT='1' HAVE_MKOSTEMP='1' HAVE_MKOSTEMPS='1' HAVE_MKSTEMP='1' HAVE_MKSTEMPS='1' HAVE_MODFF='1' HAVE_MODFL='1' HAVE_MSVC_INVALID_PARAMETER_HANDLER='0' HAVE_NANOSLEEP='1' HAVE_NL_LANGINFO='1' HAVE_OPENAT='1' HAVE_OS_H='0' HAVE_PCLOSE='1' HAVE_PIPE2='1' HAVE_PIPE='1' HAVE_POPEN='1' HAVE_POSIX_OPENPT='1' HAVE_POSIX_SIGNALBLOCKING='1' HAVE_POSIX_SPAWN='1' HAVE_POSIX_SPAWNATTR_T='1' HAVE_POSIX_SPAWN_FILE_ACTIONS_T='1' HAVE_POWF='1' HAVE_PREAD='1' HAVE_PTHREAD_SIGMASK='1' HAVE_PTSNAME='1' HAVE_PTSNAME_R='1' HAVE_PWRITE='1' HAVE_RAISE='1' HAVE_RANDOM='1' HAVE_RANDOM_H='0' HAVE_RANDOM_R='1' HAVE_RAWMEMCHR='1' HAVE_READLINK='1' HAVE_READLINKAT='1' HAVE_REALPATH='1' HAVE_REMAINDER='1' HAVE_REMAINDERF='1' HAVE_RENAMEAT='1' HAVE_RINT='1' HAVE_RINTL='1' HAVE_RPMATCH='1' HAVE_SAME_LONG_DOUBLE_AS_DOUBLE='0' HAVE_SCHED_H='' HAVE_SECURE_GETENV='1' HAVE_SETENV='1' HAVE_SETHOSTNAME='1' HAVE_SIGACTION='1' HAVE_SIGHANDLER_T='1' HAVE_SIGINFO_T='1' HAVE_SIGNED_SIG_ATOMIC_T='' HAVE_SIGNED_WCHAR_T='' HAVE_SIGNED_WINT_T='' HAVE_SIGSET_T='1' HAVE_SINF='1' HAVE_SINHF='1' HAVE_SINL='1' HAVE_SLEEP='1' HAVE_SPAWN_H='1' HAVE_SQRTF='1' HAVE_SQRTL='1' HAVE_STDINT_H='1' HAVE_STPCPY='1' HAVE_STPNCPY='1' HAVE_STRCASECMP='1' HAVE_STRCASESTR='1' HAVE_STRCHRNUL='1' HAVE_STRINGS_H='1' HAVE_STRPBRK='1' HAVE_STRPTIME='1' HAVE_STRSEP='1' HAVE_STRTOD='1' HAVE_STRTOLL='1' HAVE_STRTOULL='1' HAVE_STRUCT_RANDOM_DATA='1' HAVE_STRUCT_SCHED_PARAM='' HAVE_STRUCT_SIGACTION_SA_SIGACTION='1' HAVE_STRUCT_TIMEVAL='1' HAVE_STRVERSCMP='1' HAVE_SYMLINK='1' HAVE_SYMLINKAT='1' HAVE_SYS_BITYPES_H='' HAVE_SYS_FILE_H='1' HAVE_SYS_INTTYPES_H='' HAVE_SYS_LOADAVG_H='0' HAVE_SYS_PARAM_H='0' HAVE_SYS_TIME_H='1' HAVE_SYS_TYPES_H='1' HAVE_TANF='1' HAVE_TANHF='1' HAVE_TANL='1' HAVE_TIMEGM='1' HAVE_TYPE_VOLATILE_SIG_ATOMIC_T='1' HAVE_UNISTD_H='1' HAVE_UNLINKAT='1' HAVE_UNLOCKPT='1' HAVE_UNSIGNED_LONG_LONG_INT='1' HAVE_USLEEP='1' HAVE_UTIMENSAT='1' HAVE_VASPRINTF='1' HAVE_VDPRINTF='1' HAVE_WCHAR_H='1' HAVE_WCHAR_T='1' HAVE_WCPCPY='1' HAVE_WCPNCPY='1' HAVE_WCRTOMB='1' HAVE_WCSCASECMP='1' HAVE_WCSCAT='1' HAVE_WCSCHR='1' HAVE_WCSCMP='1' HAVE_WCSCOLL='1' HAVE_WCSCPY='1' HAVE_WCSCSPN='1' HAVE_WCSDUP='1' HAVE_WCSLEN='1' HAVE_WCSNCASECMP='1' HAVE_WCSNCAT='1' HAVE_WCSNCMP='1' HAVE_WCSNCPY='1' HAVE_WCSNLEN='1' HAVE_WCSNRTOMBS='1' HAVE_WCSPBRK='1' HAVE_WCSRCHR='1' HAVE_WCSRTOMBS='1' HAVE_WCSSPN='1' HAVE_WCSSTR='1' HAVE_WCSTOK='1' HAVE_WCSWIDTH='1' HAVE_WCSXFRM='1' HAVE_WCTRANS_T='1' HAVE_WCTYPE_H='1' HAVE_WCTYPE_T='1' HAVE_WINSOCK2_H='0' HAVE_WINT_T='1' HAVE_WMEMCHR='1' HAVE_WMEMCMP='1' HAVE_WMEMCPY='1' HAVE_WMEMMOVE='1' HAVE_WMEMSET='1' HAVE_XLOCALE_H='1' HAVE__BOOL='1' HAVE__EXIT='1' HELP2MAN='${SHELL} /var/uhubuild/work/compile/build-aux/missing help2man' INCLUDE_NEXT='include_next' INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' INTLLIBS='' INTL_MACOSX_LIBS='' LD='/usr/bin/ld' LDFLAGS='' LEX='flex' LEXLIB='-lfl' LEX_OUTPUT_ROOT='lex.yy' LIBGCRYPT='/usr/lib/libgcrypt.so /usr/lib/libgpg-error.so' LIBGCRYPT_PREFIX='/usr' LIBICONV='-liconv' LIBINTL='' LIBMULTITHREAD='-lpthread' LIBOBJS='' LIBPTH='' LIBPTH_PREFIX='' LIBREADLINE='-lreadline' LIBS='' LIBTHREAD='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIB_ACL='' LIB_CLOCK_GETTIME='' LIB_EACCESS='' LIB_POSIX_SPAWN='' LIB_SELINUX='' LIPO='' LN_S='ln -s' LOCALCHARSET_TESTS_ENVIRONMENT='CHARSETALIASDIR="$(abs_top_builddir)/lib"' LOCALE_FR='fr_FR' LOCALE_FR_UTF8='fr_FR.UTF-8' LOCALE_JA='ja_JP' LOCALE_ZH_CN='zh_CN.GB18030' LTALLOCA='' LTLIBGCRYPT='-L/usr/lib -lgcrypt -L/usr/lib -lgpg-error' LTLIBICONV='-liconv' LTLIBINTL='' LTLIBMULTITHREAD='-lpthread' LTLIBOBJS='' LTLIBPTH='' LTLIBREADLINE='-lreadline' LTLIBTHREAD='' MAKEINFO='${SHELL} /var/uhubuild/work/compile/build-aux/missing makeinfo' MANIFEST_TOOL=':' MDBLIBS='' MDB_DATETIME='' MKDIR_P='/bin/mkdir -p' MSGFMT='/usr/bin/msgfmt' MSGFMT_015='/usr/bin/msgfmt' MSGMERGE='/usr/bin/msgmerge' NEXT_AS_FIRST_DIRECTIVE_ERRNO_H='' NEXT_AS_FIRST_DIRECTIVE_FCNTL_H='' NEXT_AS_FIRST_DIRECTIVE_FLOAT_H='' NEXT_AS_FIRST_DIRECTIVE_GETOPT_H='' NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H='' NEXT_AS_FIRST_DIRECTIVE_LOCALE_H='' NEXT_AS_FIRST_DIRECTIVE_MATH_H='' NEXT_AS_FIRST_DIRECTIVE_SCHED_H='' NEXT_AS_FIRST_DIRECTIVE_SELINUX_SELINUX_H='' NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H='' NEXT_AS_FIRST_DIRECTIVE_SPAWN_H='' NEXT_AS_FIRST_DIRECTIVE_STDARG_H='' NEXT_AS_FIRST_DIRECTIVE_STDDEF_H='' NEXT_AS_FIRST_DIRECTIVE_STDINT_H='' NEXT_AS_FIRST_DIRECTIVE_STDIO_H='' NEXT_AS_FIRST_DIRECTIVE_STDLIB_H='' NEXT_AS_FIRST_DIRECTIVE_STRINGS_H='' NEXT_AS_FIRST_DIRECTIVE_STRING_H='' NEXT_AS_FIRST_DIRECTIVE_SYS_FILE_H='' NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H='' NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H='' NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H='' NEXT_AS_FIRST_DIRECTIVE_SYS_WAIT_H='' NEXT_AS_FIRST_DIRECTIVE_TIME_H='' NEXT_AS_FIRST_DIRECTIVE_UNISTD_H='' NEXT_AS_FIRST_DIRECTIVE_WCHAR_H='' NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H='' NEXT_ERRNO_H='' NEXT_FCNTL_H='' NEXT_FLOAT_H='' NEXT_GETOPT_H='' NEXT_LANGINFO_H='' NEXT_LOCALE_H='' NEXT_MATH_H='' NEXT_SCHED_H='' NEXT_SELINUX_SELINUX_H='' NEXT_SIGNAL_H='' NEXT_SPAWN_H='' NEXT_STDARG_H='' NEXT_STDDEF_H='' NEXT_STDINT_H='' NEXT_STDIO_H='' NEXT_STDLIB_H='' NEXT_STRINGS_H='' NEXT_STRING_H='' NEXT_SYS_FILE_H='' NEXT_SYS_STAT_H='' NEXT_SYS_TIME_H='' NEXT_SYS_TYPES_H='' NEXT_SYS_WAIT_H='' NEXT_TIME_H='' NEXT_UNISTD_H='' NEXT_WCHAR_H='' NEXT_WCTYPE_H='' NM='/usr/bin/nm -B' NMEDIT='' OBJDUMP='objdump' OBJEXT='o' OTOOL64='' OTOOL='' PACKAGE='recutils' PACKAGE_BUGREPORT='bug-recutils@gnu.org' PACKAGE_NAME='GNU recutils' PACKAGE_STRING='GNU recutils 1.7' PACKAGE_TARNAME='recutils' PACKAGE_URL='http://www.gnu.org/software/recutils/' PACKAGE_VERSION='1.7' PATH_SEPARATOR=':' PKG_CONFIG='/usr/bin/pkg-config' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='' POSUB='po' PRAGMA_COLUMNS='' PRAGMA_SYSTEM_HEADER='#pragma GCC system_header' PTHREAD_H_DEFINES_STRUCT_TIMESPEC='0' PTRDIFF_T_SUFFIX='' RANLIB='ranlib' REMOTE_DESCRIPTORS_FALSE='#' REMOTE_DESCRIPTORS_TRUE='' REPLACE_BTOWC='0' REPLACE_CALLOC='0' REPLACE_CANONICALIZE_FILE_NAME='0' REPLACE_CBRTF='0' REPLACE_CBRTL='0' REPLACE_CEIL='0' REPLACE_CEILF='0' REPLACE_CEILL='0' REPLACE_CHOWN='0' REPLACE_CLOSE='0' REPLACE_DPRINTF='0' REPLACE_DUP2='0' REPLACE_DUP='0' REPLACE_DUPLOCALE='0' REPLACE_EXP2='0' REPLACE_EXP2L='0' REPLACE_EXPM1='0' REPLACE_EXPM1F='0' REPLACE_FABSL='0' REPLACE_FCHOWNAT='0' REPLACE_FCLOSE='0' REPLACE_FCNTL='1' REPLACE_FDOPEN='0' REPLACE_FFLUSH='0' REPLACE_FLOOR='0' REPLACE_FLOORF='0' REPLACE_FLOORL='0' REPLACE_FMA='0' REPLACE_FMAF='0' REPLACE_FMAL='0' REPLACE_FMOD='0' REPLACE_FMODF='0' REPLACE_FMODL='0' REPLACE_FOPEN='0' REPLACE_FPRINTF='1' REPLACE_FPURGE='0' REPLACE_FREOPEN='0' REPLACE_FREXP='0' REPLACE_FREXPF='0' REPLACE_FREXPL='0' REPLACE_FSEEK='0' REPLACE_FSEEKO='0' REPLACE_FSTAT='0' REPLACE_FSTATAT='0' REPLACE_FTELL='0' REPLACE_FTELLO='0' REPLACE_FTRUNCATE='0' REPLACE_FUTIMENS='0' REPLACE_GETCWD='0' REPLACE_GETDELIM='0' REPLACE_GETDOMAINNAME='0' REPLACE_GETDTABLESIZE='0' REPLACE_GETGROUPS='0' REPLACE_GETLINE='0' REPLACE_GETLOGIN_R='0' REPLACE_GETPAGESIZE='0' REPLACE_GETTIMEOFDAY='0' REPLACE_GMTIME='0' REPLACE_HUGE_VAL='0' REPLACE_HYPOT='0' REPLACE_HYPOTF='0' REPLACE_HYPOTL='0' REPLACE_ILOGB='0' REPLACE_ILOGBF='0' REPLACE_ISATTY='0' REPLACE_ISFINITE='0' REPLACE_ISINF='0' REPLACE_ISNAN='0' REPLACE_ISWBLANK='0' REPLACE_ISWCNTRL='0' REPLACE_ITOLD='0' REPLACE_LCHOWN='0' REPLACE_LDEXPL='0' REPLACE_LINK='0' REPLACE_LINKAT='0' REPLACE_LOCALECONV='0' REPLACE_LOCALTIME='0' REPLACE_LOCALTIME_R='0' REPLACE_LOG10='0' REPLACE_LOG10F='0' REPLACE_LOG10L='0' REPLACE_LOG1P='0' REPLACE_LOG1PF='0' REPLACE_LOG1PL='0' REPLACE_LOG2='0' REPLACE_LOG2F='0' REPLACE_LOG2L='0' REPLACE_LOG='0' REPLACE_LOGB='0' REPLACE_LOGBF='0' REPLACE_LOGBL='0' REPLACE_LOGF='0' REPLACE_LOGL='0' REPLACE_LSEEK='0' REPLACE_LSTAT='0' REPLACE_MALLOC='0' REPLACE_MBRLEN='0' REPLACE_MBRTOWC='0' REPLACE_MBSINIT='0' REPLACE_MBSNRTOWCS='0' REPLACE_MBSRTOWCS='0' REPLACE_MBSTATE_T='0' REPLACE_MBTOWC='0' REPLACE_MEMCHR='0' REPLACE_MEMMEM='0' REPLACE_MKDIR='0' REPLACE_MKFIFO='0' REPLACE_MKNOD='0' REPLACE_MKSTEMP='0' REPLACE_MKTIME='0' REPLACE_MODF='0' REPLACE_MODFF='0' REPLACE_MODFL='0' REPLACE_NAN='0' REPLACE_NANOSLEEP='GNULIB_PORTCHECK' REPLACE_NL_LANGINFO='0' REPLACE_NULL='0' REPLACE_OBSTACK_PRINTF='0' REPLACE_OPEN='0' REPLACE_OPENAT='0' REPLACE_PERROR='0' REPLACE_POPEN='0' REPLACE_POSIX_SPAWN='0' REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE='0' REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2='0' REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN='0' REPLACE_PREAD='0' REPLACE_PRINTF='1' REPLACE_PTHREAD_SIGMASK='0' REPLACE_PTSNAME='0' REPLACE_PTSNAME_R='0' REPLACE_PUTENV='0' REPLACE_PWRITE='0' REPLACE_RAISE='0' REPLACE_RANDOM_R='0' REPLACE_READ='0' REPLACE_READLINK='0' REPLACE_REALLOC='0' REPLACE_REALPATH='0' REPLACE_REMAINDER='0' REPLACE_REMAINDERF='0' REPLACE_REMAINDERL='0' REPLACE_REMOVE='0' REPLACE_RENAME='0' REPLACE_RENAMEAT='0' REPLACE_RMDIR='0' REPLACE_ROUND='0' REPLACE_ROUNDF='0' REPLACE_ROUNDL='0' REPLACE_SETENV='0' REPLACE_SETLOCALE='0' REPLACE_SIGNBIT='0' REPLACE_SIGNBIT_USING_GCC='1' REPLACE_SLEEP='0' REPLACE_SNPRINTF='0' REPLACE_SPRINTF='0' REPLACE_SQRTL='0' REPLACE_STAT='0' REPLACE_STDIO_READ_FUNCS='0' REPLACE_STDIO_WRITE_FUNCS='0' REPLACE_STPNCPY='0' REPLACE_STRCASESTR='0' REPLACE_STRCHRNUL='0' REPLACE_STRDUP='0' REPLACE_STRERROR='0' REPLACE_STRERROR_R='0' REPLACE_STRNCAT='0' REPLACE_STRNDUP='0' REPLACE_STRNLEN='0' REPLACE_STRSIGNAL='0' REPLACE_STRSTR='0' REPLACE_STRTOD='0' REPLACE_STRTOK_R='0' REPLACE_STRUCT_LCONV='0' REPLACE_STRUCT_TIMEVAL='0' REPLACE_SYMLINK='0' REPLACE_TIMEGM='GNULIB_PORTCHECK' REPLACE_TMPFILE='0' REPLACE_TOWLOWER='0' REPLACE_TRUNC='0' REPLACE_TRUNCF='0' REPLACE_TRUNCL='0' REPLACE_TTYNAME_R='0' REPLACE_UNLINK='0' REPLACE_UNLINKAT='0' REPLACE_UNSETENV='0' REPLACE_USLEEP='0' REPLACE_UTIMENSAT='0' REPLACE_VASPRINTF='1' REPLACE_VDPRINTF='0' REPLACE_VFPRINTF='1' REPLACE_VPRINTF='0' REPLACE_VSNPRINTF='0' REPLACE_VSPRINTF='0' REPLACE_WCRTOMB='0' REPLACE_WCSNRTOMBS='0' REPLACE_WCSRTOMBS='0' REPLACE_WCSWIDTH='0' REPLACE_WCTOB='0' REPLACE_WCTOMB='0' REPLACE_WCWIDTH='0' REPLACE_WRITE='0' SCHED_H='' SED='/bin/sed' SELINUX_CONTEXT_H='selinux/context.h' SET_MAKE='' SHELL='/bin/sh' SIG_ATOMIC_T_SUFFIX='' SIZE_T_SUFFIX='' STDARG_H='' STDBOOL_H='' STDDEF_H='' STDINT_H='' STRIP='strip' SYS_TIME_H_DEFINES_STRUCT_TIMESPEC='0' TIME_H_DEFINES_STRUCT_TIMESPEC='1' UNDEFINE_STRTOK_R='0' UNISTD_H_HAVE_WINSOCK2_H='0' UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS='0' USE_ACL='0' USE_COVERAGE_FALSE='' USE_COVERAGE_TRUE='#' USE_NLS='yes' UUIDLIBS='' UUID_TYPE_FALSE='' UUID_TYPE_TRUE='#' VERSION='1.7' WCHAR_T_SUFFIX='' WINDOWS_64_BIT_OFF_T='0' WINDOWS_64_BIT_ST_SIZE='0' WINT_T_SUFFIX='' XGETTEXT='/usr/bin/xgettext' XGETTEXT_015='/usr/bin/xgettext' XGETTEXT_EXTRA_OPTIONS=' --flag=error:3:c-format --flag=error_at_line:5:c-format --flag=asprintf:2:c-format --flag=vasprintf:2:c-format' YACC='bison -y' YFLAGS='' ac_ct_AR='' ac_ct_CC='' ac_ct_DUMPBIN='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='#' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__include='include' am__isrc='' am__nodep='_no' am__quote='' am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' bindir='${exec_prefix}/bin' build='i686-uhu-linux-gnu' build_alias='i686-uhu-linux' build_cpu='i686' build_os='linux-gnu' build_vendor='uhu' crypt_support='yes' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' gl_LIBOBJS=' asnprintf.o asprintf.o fcntl.o fprintf.o fseterr.o getpass.o isnanl.o printf.o printf-args.o printf-parse.o vasnprintf.o vasprintf.o vfprintf.o' gl_LTLIBOBJS=' asnprintf.lo asprintf.lo fcntl.lo fprintf.lo fseterr.lo getpass.lo isnanl.lo printf.lo printf-args.lo printf-parse.lo vasnprintf.lo vasprintf.lo vfprintf.lo' gltests_LIBOBJS='' gltests_LTLIBOBJS='' gltests_WITNESS='IN_RECUTILS_GNULIB_TESTS' have_uuid='no' host='i686-uhu-linux-gnu' host_alias='i686-uhu-linux' host_cpu='i686' host_os='linux-gnu' host_vendor='uhu' htmldir='${docdir}' includedir='${prefix}/include' infodir='/usr/share/info' install_sh='${SHELL} /var/uhubuild/work/compile/build-aux/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' lispdir='${datarootdir}/emacs/site-lisp' localedir='${datarootdir}/locale' localstatedir='/var' mandir='/usr/share/man' mkdir_p='$(MKDIR_P)' oldincludedir='/usr/include' pdfdir='${docdir}' pkglibexecdir='${libexecdir}/${PACKAGE}' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' runstatedir='${localstatedir}/run' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "GNU recutils" #define PACKAGE_TARNAME "recutils" #define PACKAGE_VERSION "1.7" #define PACKAGE_STRING "GNU recutils 1.7" #define PACKAGE_BUGREPORT "bug-recutils@gnu.org" #define PACKAGE_URL "http://www.gnu.org/software/recutils/" #define PACKAGE "recutils" #define VERSION "1.7" #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define STDC_HEADERS 1 #define __EXTENSIONS__ 1 #define _ALL_SOURCE 1 #define _DARWIN_C_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define HAVE_FSEEKO 1 #define _FILE_OFFSET_BITS 64 #define _DARWIN_USE_64_BIT_INODE 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define HAVE_ALLOCA_H 1 #define HAVE_ALLOCA 1 #define restrict __restrict #define HAVE_BTOWC 1 #define HAVE_CANONICALIZE_FILE_NAME 1 #define HAVE_GETCWD 1 #define HAVE_READLINK 1 #define HAVE_REALPATH 1 #define HAVE_STRERROR_R 1 #define HAVE_FACCESSAT 1 #define HAVE_FCNTL 1 #define HAVE_SYMLINK 1 #define HAVE_FLOCK 1 #define HAVE_SNPRINTF 1 #define HAVE___FWRITING 1 #define HAVE_GETDELIM 1 #define HAVE_GETDTABLESIZE 1 #define HAVE___FSETLOCKING 1 #define HAVE_TCGETATTR 1 #define HAVE_TCSETATTR 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_LSTAT 1 #define HAVE_MBSINIT 1 #define HAVE_MBRTOWC 1 #define HAVE_MBRLEN 1 #define HAVE_MPROTECT 1 #define HAVE_MKOSTEMP 1 #define HAVE_MKSTEMP 1 #define HAVE_NL_LANGINFO 1 #define HAVE_FCHMOD 1 #define HAVE_ISBLANK 1 #define HAVE_ISWCTYPE 1 #define HAVE_LINK 1 #define HAVE_SECURE_GETENV 1 #define HAVE_SETENV 1 #define HAVE_SIGACTION 1 #define HAVE_SIGALTSTACK 1 #define HAVE_SIGINTERRUPT 1 #define HAVE_LOCALTIME_R 1 #define HAVE_WCRTOMB 1 #define HAVE_WCTOB 1 #define HAVE_ISWCNTRL 1 #define HAVE_LANGINFO_CODESET 1 #define FUNC_REALPATH_WORKS 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_UNISTD_H 1 #define HAVE_STDIO_EXT_H 1 #define HAVE_FEATURES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_GETOPT_H 1 #define HAVE_TERMIOS_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_LANGINFO_H 1 #define HAVE_XLOCALE_H 1 #define HAVE_MATH_H 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_MALLOC_H 1 #define HAVE_SCHED_H 1 #define HAVE_SPAWN_H 1 #define HAVE_WCHAR_H 1 #define HAVE_STDINT_H 1 #define HAVE_STRINGS_H 1 #define HAVE_SYS_FILE_H 1 #define HAVE_SYS_WAIT_H 1 #define HAVE_WCTYPE_H 1 #define HAVE_ENVIRON_DECL 1 #define HAVE_DECL_STRERROR_R 1 #define STRERROR_R_CHAR_P 1 #define GETGROUPS_T gid_t #define HAVE_SIG_ATOMIC_T 1 #define HAVE_WORKING_O_NOATIME 1 #define HAVE_WORKING_O_NOFOLLOW 1 #define HAVE_STDINT_H_WITH_UINTMAX 1 #define HAVE_INTTYPES_H_WITH_UINTMAX 1 #define CHECK_PRINTF_SAFE 1 #define HAVE_UNSIGNED_LONG_LONG_INT 1 #define HAVE_LONG_LONG_INT 1 #define HAVE_WCHAR_T 1 #define HAVE_WINT_T 1 #define HAVE_INTMAX_T 1 #define DBL_EXPBIT0_WORD 1 #define DBL_EXPBIT0_BIT 20 #define HAVE_SNPRINTF 1 #define HAVE_STRNLEN 1 #define HAVE_WCSLEN 1 #define HAVE_WCSNLEN 1 #define HAVE_MBRTOWC 1 #define HAVE_WCRTOMB 1 #define HAVE_DECL__SNPRINTF 0 #define HAVE_SNPRINTF_RETVAL_C99 1 #define HAVE_DECL_ALARM 1 #define HAVE_DECL_FSEEKO 1 #define HAVE_RAW_DECL_FCHMODAT 1 #define HAVE_RAW_DECL_FSTAT 1 #define HAVE_RAW_DECL_FSTATAT 1 #define HAVE_RAW_DECL_FUTIMENS 1 #define HAVE_RAW_DECL_LCHMOD 1 #define HAVE_RAW_DECL_LSTAT 1 #define HAVE_RAW_DECL_MKDIRAT 1 #define HAVE_RAW_DECL_MKFIFO 1 #define HAVE_RAW_DECL_MKFIFOAT 1 #define HAVE_RAW_DECL_MKNOD 1 #define HAVE_RAW_DECL_MKNODAT 1 #define HAVE_RAW_DECL_STAT 1 #define HAVE_RAW_DECL_UTIMENSAT 1 #define HAVE_DECL_FTELLO 1 #define HAVE_DECL_GETDELIM 1 #define HAVE_DECL_GETLINE 1 #define HAVE_GETOPT_H 1 #define HAVE_GETOPT_LONG_ONLY 1 #define HAVE_DECL_GETENV 1 #define HAVE_DECL_GETPASS 1 #define HAVE_DECL_FFLUSH_UNLOCKED 1 #define HAVE_DECL_FLOCKFILE 1 #define HAVE_DECL_FPUTS_UNLOCKED 1 #define HAVE_DECL_FUNLOCKFILE 1 #define HAVE_DECL_PUTC_UNLOCKED 1 #define HAVE_RAW_DECL_GETTIMEOFDAY 1 #define FLT_EXPBIT0_WORD 0 #define FLT_EXPBIT0_BIT 23 #define HAVE_DECL_GETC_UNLOCKED 1 #define USE_POSIX_THREADS 1 #define USE_POSIX_THREADS_WEAK 1 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 #define HAVE_STDLIB_H 1 #define MALLOC_0_IS_NONNULL 1 #define HAVE_MBSTATE_T 1 #define HAVE_MAP_ANONYMOUS 1 #define HAVE_MINMAX_IN_SYS_PARAM_H 1 #define PROMOTED_MODE_T mode_t #define HAVE__BOOL 1 #define HAVE_COMPOUND_LITERALS 1 #define HAVE_TM_GMTOFF 1 #define HAVE_POSIX_SPAWN 1 #define HAVE_WORKING_POSIX_SPAWN 1 #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 #define REPLACE_VFPRINTF_POSIX 1 #define USER_LABEL_PREFIX #define HAVE_SIGSET_T 1 #define HAVE_DECL_SETENV 1 #define HAVE_SEARCH_H 1 #define HAVE_TSEARCH 1 #define HAVE_STRCASESTR 1 #define HAVE_RAW_DECL_FFSL 1 #define HAVE_RAW_DECL_FFSLL 1 #define HAVE_RAW_DECL_MEMMEM 1 #define HAVE_RAW_DECL_MEMPCPY 1 #define HAVE_RAW_DECL_MEMRCHR 1 #define HAVE_RAW_DECL_RAWMEMCHR 1 #define HAVE_RAW_DECL_STPCPY 1 #define HAVE_RAW_DECL_STPNCPY 1 #define HAVE_RAW_DECL_STRCHRNUL 1 #define HAVE_RAW_DECL_STRDUP 1 #define HAVE_RAW_DECL_STRNCAT 1 #define HAVE_RAW_DECL_STRNDUP 1 #define HAVE_RAW_DECL_STRNLEN 1 #define HAVE_RAW_DECL_STRPBRK 1 #define HAVE_RAW_DECL_STRSEP 1 #define HAVE_RAW_DECL_STRCASESTR 1 #define HAVE_RAW_DECL_STRTOK_R 1 #define HAVE_RAW_DECL_STRERROR_R 1 #define HAVE_RAW_DECL_STRSIGNAL 1 #define HAVE_RAW_DECL_STRVERSCMP 1 #define HAVE_RAW_DECL_FFS 1 #define HAVE_RAW_DECL_STRCASECMP 1 #define HAVE_RAW_DECL_STRNCASECMP 1 #define HAVE_DECL_CLEARERR_UNLOCKED 1 #define HAVE_DECL_FEOF_UNLOCKED 1 #define HAVE_DECL_FERROR_UNLOCKED 1 #define HAVE_DECL_FGETS_UNLOCKED 1 #define HAVE_DECL_FPUTC_UNLOCKED 1 #define HAVE_DECL_FREAD_UNLOCKED 1 #define HAVE_DECL_FWRITE_UNLOCKED 1 #define HAVE_DECL_GETCHAR_UNLOCKED 1 #define HAVE_DECL_PUTCHAR_UNLOCKED 1 #define HAVE_DECL_UNSETENV 1 #define HAVE_ALLOCA 1 #define GNULIB_TEST_BTOWC 1 #define GNULIB_CANONICALIZE_LGPL 1 #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 #define GNULIB_TEST_REALPATH 1 #define GNULIB_TEST_CHDIR 1 #define HAVE_CLOCK_GETTIME 1 #define HAVE_CLOCK_SETTIME 1 #define GNULIB_TEST_CLOEXEC 1 #define GNULIB_TEST_CLOSE 1 #define GNULIB_CLOSE_STREAM 1 #define HAVE_DUP2 1 #define GNULIB_TEST_DUP2 1 #define GNULIB_TEST_ENVIRON 1 #define HAVE_EUIDACCESS 1 #define GNULIB_TEST_EUIDACCESS 1 #define GNULIB_TEST_FCNTL 1 #define HAVE_RAW_DECL_FCNTL 1 #define HAVE_RAW_DECL_OPENAT 1 #define GNULIB_TEST_FLOOR 1 #define HAVE_DECL___FPENDING 1 #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 #define REPLACE_FPRINTF_POSIX 1 #define GNULIB_TEST_FPRINTF_POSIX 1 #define HAVE_FREXP_IN_LIBC 1 #define GNULIB_TEST_FREXP 1 #define HAVE_FREXPL_IN_LIBC 1 #define GNULIB_TEST_FREXPL 1 #define GNULIB_TEST_FSEEK 1 #define GNULIB_TEST_FSEEKO 1 #define GNULIB_TEST_FSTAT 1 #define GNULIB_TEST_FTELL 1 #define GNULIB_TEST_FTELLO 1 #define GNULIB_TEST_GETDELIM 1 #define GNULIB_TEST_GETDTABLESIZE 1 #define HAVE_GETGROUPS 1 #define GNULIB_TEST_GETGROUPS 1 #define GNULIB_TEST_GETLINE 1 #define GNULIB_TEST_GETOPT_GNU 1 #define getpass gnu_getpass #define HAVE_DECL___FSETLOCKING 1 #define GETTIMEOFDAY_TIMEZONE struct timezone #define GNULIB_TEST_GETTIMEOFDAY 1 #define GNULIB_TEST_GROUP_MEMBER 1 #define HAVE_ISNAND_IN_LIBC 1 #define HAVE_ISNANF_IN_LIBC 1 #define LDBL_EXPBIT0_WORD 2 #define LDBL_EXPBIT0_BIT 0 #define HAVE_RAW_DECL_NL_LANGINFO 1 #define HAVE_RAW_DECL_SETLOCALE 1 #define HAVE_RAW_DECL_DUPLOCALE 1 #define GNULIB_TEST_LOCALECONV 1 #define HAVE_PTHREAD_RWLOCK 1 #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 #define GNULIB_LOCK 1 #define GNULIB_TEST_LSEEK 1 #define GNULIB_TEST_LSTAT 1 #define HAVE_STDLIB_H 1 #define HAVE_MALLOC_GNU 1 #define GNULIB_MALLOC_GNU 1 #define HAVE_MALLOC_POSIX 1 #define GNULIB_TEST_MALLOC_POSIX 1 #define HAVE_RAW_DECL_ACOSF 1 #define HAVE_RAW_DECL_ACOSL 1 #define HAVE_RAW_DECL_ASINF 1 #define HAVE_RAW_DECL_ASINL 1 #define HAVE_RAW_DECL_ATANF 1 #define HAVE_RAW_DECL_ATANL 1 #define HAVE_RAW_DECL_CBRT 1 #define HAVE_RAW_DECL_CBRTF 1 #define HAVE_RAW_DECL_CBRTL 1 #define HAVE_RAW_DECL_CEILF 1 #define HAVE_RAW_DECL_CEILL 1 #define HAVE_RAW_DECL_COPYSIGN 1 #define HAVE_RAW_DECL_COPYSIGNF 1 #define HAVE_RAW_DECL_COPYSIGNL 1 #define HAVE_RAW_DECL_COSF 1 #define HAVE_RAW_DECL_COSL 1 #define HAVE_RAW_DECL_COSHF 1 #define HAVE_RAW_DECL_EXPF 1 #define HAVE_RAW_DECL_EXPL 1 #define HAVE_RAW_DECL_EXP2 1 #define HAVE_RAW_DECL_EXP2F 1 #define HAVE_RAW_DECL_EXP2L 1 #define HAVE_RAW_DECL_EXPM1 1 #define HAVE_RAW_DECL_EXPM1F 1 #define HAVE_RAW_DECL_EXPM1L 1 #define HAVE_RAW_DECL_FABSF 1 #define HAVE_RAW_DECL_FABSL 1 #define HAVE_RAW_DECL_FLOORF 1 #define HAVE_RAW_DECL_FLOORL 1 #define HAVE_RAW_DECL_FMA 1 #define HAVE_RAW_DECL_FMAF 1 #define HAVE_RAW_DECL_FMAL 1 #define HAVE_RAW_DECL_FMOD 1 #define HAVE_RAW_DECL_FMODF 1 #define HAVE_RAW_DECL_FMODL 1 #define HAVE_RAW_DECL_FREXPF 1 #define HAVE_RAW_DECL_FREXPL 1 #define HAVE_RAW_DECL_HYPOTF 1 #define HAVE_RAW_DECL_HYPOTL 1 #define HAVE_RAW_DECL_ILOGB 1 #define HAVE_RAW_DECL_ILOGBF 1 #define HAVE_RAW_DECL_ILOGBL 1 #define HAVE_RAW_DECL_LDEXPF 1 #define HAVE_RAW_DECL_LDEXPL 1 #define HAVE_RAW_DECL_LOG 1 #define HAVE_RAW_DECL_LOGF 1 #define HAVE_RAW_DECL_LOGL 1 #define HAVE_RAW_DECL_LOG10 1 #define HAVE_RAW_DECL_LOG10F 1 #define HAVE_RAW_DECL_LOG10L 1 #define HAVE_RAW_DECL_LOG1P 1 #define HAVE_RAW_DECL_LOG1PF 1 #define HAVE_RAW_DECL_LOG1PL 1 #define HAVE_RAW_DECL_LOG2 1 #define HAVE_RAW_DECL_LOG2F 1 #define HAVE_RAW_DECL_LOG2L 1 #define HAVE_RAW_DECL_LOGB 1 #define HAVE_RAW_DECL_LOGBF 1 #define HAVE_RAW_DECL_LOGBL 1 #define HAVE_RAW_DECL_MODF 1 #define HAVE_RAW_DECL_MODFF 1 #define HAVE_RAW_DECL_MODFL 1 #define HAVE_RAW_DECL_POWF 1 #define HAVE_RAW_DECL_REMAINDER 1 #define HAVE_RAW_DECL_REMAINDERF 1 #define HAVE_RAW_DECL_REMAINDERL 1 #define HAVE_RAW_DECL_RINT 1 #define HAVE_RAW_DECL_RINTF 1 #define HAVE_RAW_DECL_RINTL 1 #define HAVE_RAW_DECL_ROUND 1 #define HAVE_RAW_DECL_ROUNDF 1 #define HAVE_RAW_DECL_ROUNDL 1 #define HAVE_RAW_DECL_SINF 1 #define HAVE_RAW_DECL_SINL 1 #define HAVE_RAW_DECL_SINHF 1 #define HAVE_RAW_DECL_SQRTF 1 #define HAVE_RAW_DECL_SQRTL 1 #define HAVE_RAW_DECL_TANF 1 #define HAVE_RAW_DECL_TANL 1 #define HAVE_RAW_DECL_TANHF 1 #define HAVE_RAW_DECL_TRUNC 1 #define HAVE_RAW_DECL_TRUNCF 1 #define HAVE_RAW_DECL_TRUNCL 1 #define GNULIB_TEST_MBRLEN 1 #define GNULIB_TEST_MBRTOWC 1 #define GNULIB_TEST_MBSINIT 1 #define GNULIB_TEST_MBTOWC 1 #define GNULIB_TEST_MEMCHR 1 #define GNULIB_MKOSTEMP 1 #define GNULIB_TEST_MKOSTEMP 1 #define GNULIB_TEST_MKSTEMP 1 #define GNULIB_TEST_MKTIME 1 #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 #define GNULIB_TEST_NL_LANGINFO 1 #define HAVE_OBSTACK 1 #define GNULIB_TEST_OPEN 1 #define HAVE_STRUCT_TM_TM_ZONE 1 #define HAVE_TM_ZONE 1 #define TIME_T_FITS_IN_LONG_INT 1 #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1 #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1 #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1 #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1 #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1 #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1 #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1 #define GNULIB_TEST_POSIX_SPAWNP 1 #define HAVE_FREXP_IN_LIBC 1 #define HAVE_LDEXP_IN_LIBC 1 #define HAVE_FREXPL_IN_LIBC 1 #define HAVE_LDEXPL_IN_LIBC 1 #define REPLACE_PRINTF_POSIX 1 #define GNULIB_TEST_PRINTF_POSIX 1 #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 #define USE_ACL 0 #define HAVE_RAISE 1 #define GNULIB_TEST_RAISE 1 #define HAVE_STRUCT_RANDOM_DATA 1 #define HAVE_RANDOM_R 1 #define GNULIB_TEST_RANDOM_R 1 #define HAVE_RAWMEMCHR 1 #define GNULIB_TEST_RAWMEMCHR 1 #define HAVE_READLINE 1 #define HAVE_READLINE_READLINE_H 1 #define HAVE_READLINE_HISTORY_H 1 #define GNULIB_TEST_READLINK 1 #define HAVE_REALLOC_POSIX 1 #define GNULIB_TEST_REALLOC_POSIX 1 #define GNULIB_TEST_RENAME 1 #define GNULIB_TEST_RMDIR 1 #define GNULIB_TEST_SECURE_GETENV 1 #define HAVE_SELINUX_SELINUX_H 0 #define GNULIB_TEST_SETENV 1 #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1 #define GNULIB_TEST_SIGACTION 1 #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1 #define HAVE_RAW_DECL_SIGACTION 1 #define HAVE_RAW_DECL_SIGADDSET 1 #define HAVE_RAW_DECL_SIGDELSET 1 #define HAVE_RAW_DECL_SIGEMPTYSET 1 #define HAVE_RAW_DECL_SIGFILLSET 1 #define HAVE_RAW_DECL_SIGISMEMBER 1 #define HAVE_RAW_DECL_SIGPENDING 1 #define HAVE_RAW_DECL_SIGPROCMASK 1 #define GNULIB_TEST_SIGNBIT 1 #define GNULIB_TEST_SIGPROCMASK 1 #define HAVE_STDINT_H 1 #define HAVE_POSIX_SPAWNATTR_T 1 #define HAVE_POSIX_SPAWN_FILE_ACTIONS_T 1 #define HAVE_RAW_DECL_POSIX_SPAWN 1 #define HAVE_RAW_DECL_POSIX_SPAWNP 1 #define HAVE_RAW_DECL_POSIX_SPAWNATTR_INIT 1 #define HAVE_RAW_DECL_POSIX_SPAWNATTR_DESTROY 1 #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSIGDEFAULT 1 #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSIGDEFAULT 1 #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSIGMASK 1 #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSIGMASK 1 #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETFLAGS 1 #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETFLAGS 1 #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETPGROUP 1 #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETPGROUP 1 #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSCHEDPOLICY 1 #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSCHEDPOLICY 1 #define HAVE_RAW_DECL_POSIX_SPAWNATTR_GETSCHEDPARAM 1 #define HAVE_RAW_DECL_POSIX_SPAWNATTR_SETSCHEDPARAM 1 #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_INIT 1 #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1 #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1 #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1 #define HAVE_RAW_DECL_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1 #define GNULIB_TEST_STAT 1 #define GNULIB_FSCANF 1 #define GNULIB_SCANF 1 #define HAVE_RAW_DECL_DPRINTF 1 #define HAVE_RAW_DECL_FSEEKO 1 #define HAVE_RAW_DECL_FTELLO 1 #define HAVE_RAW_DECL_GETDELIM 1 #define HAVE_RAW_DECL_GETLINE 1 #define HAVE_RAW_DECL_PCLOSE 1 #define HAVE_RAW_DECL_POPEN 1 #define HAVE_RAW_DECL_RENAMEAT 1 #define HAVE_RAW_DECL_SNPRINTF 1 #define HAVE_RAW_DECL_TMPFILE 1 #define HAVE_RAW_DECL_VDPRINTF 1 #define HAVE_RAW_DECL_VSNPRINTF 1 #define HAVE_RAW_DECL__EXIT 1 #define HAVE_RAW_DECL_ATOLL 1 #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 #define HAVE_RAW_DECL_GETLOADAVG 1 #define HAVE_RAW_DECL_GETSUBOPT 1 #define HAVE_RAW_DECL_GRANTPT 1 #define HAVE_RAW_DECL_INITSTATE 1 #define HAVE_RAW_DECL_INITSTATE_R 1 #define HAVE_RAW_DECL_MKDTEMP 1 #define HAVE_RAW_DECL_MKOSTEMP 1 #define HAVE_RAW_DECL_MKOSTEMPS 1 #define HAVE_RAW_DECL_MKSTEMP 1 #define HAVE_RAW_DECL_MKSTEMPS 1 #define HAVE_RAW_DECL_POSIX_OPENPT 1 #define HAVE_RAW_DECL_PTSNAME 1 #define HAVE_RAW_DECL_PTSNAME_R 1 #define HAVE_RAW_DECL_RANDOM 1 #define HAVE_RAW_DECL_RANDOM_R 1 #define HAVE_RAW_DECL_REALPATH 1 #define HAVE_RAW_DECL_RPMATCH 1 #define HAVE_RAW_DECL_SECURE_GETENV 1 #define HAVE_RAW_DECL_SETENV 1 #define HAVE_RAW_DECL_SETSTATE 1 #define HAVE_RAW_DECL_SETSTATE_R 1 #define HAVE_RAW_DECL_SRANDOM 1 #define HAVE_RAW_DECL_SRANDOM_R 1 #define HAVE_RAW_DECL_STRTOD 1 #define HAVE_RAW_DECL_STRTOLL 1 #define HAVE_RAW_DECL_STRTOULL 1 #define HAVE_RAW_DECL_UNLOCKPT 1 #define HAVE_RAW_DECL_UNSETENV 1 #define HAVE_STRCASECMP 1 #define HAVE_STRNCASECMP 1 #define HAVE_DECL_STRNCASECMP 1 #define HAVE_STRCASESTR 1 #define GNULIB_TEST_STRCASESTR 1 #define HAVE_STRCHRNUL 1 #define GNULIB_TEST_STRCHRNUL 1 #define GNULIB_STRERROR 1 #define GNULIB_TEST_STRERROR 1 #define HAVE_STRSEP 1 #define GNULIB_TEST_STRSEP 1 #define HAVE_STRVERSCMP 1 #define GNULIB_TEST_STRVERSCMP 1 #define HAVE_RAW_DECL_FLOCK 1 #define HAVE_RAW_DECL_FCHMODAT 1 #define HAVE_RAW_DECL_FSTAT 1 #define HAVE_RAW_DECL_FSTATAT 1 #define HAVE_RAW_DECL_FUTIMENS 1 #define HAVE_RAW_DECL_LCHMOD 1 #define HAVE_RAW_DECL_LSTAT 1 #define HAVE_RAW_DECL_MKDIRAT 1 #define HAVE_RAW_DECL_MKFIFO 1 #define HAVE_RAW_DECL_MKFIFOAT 1 #define HAVE_RAW_DECL_MKNOD 1 #define HAVE_RAW_DECL_MKNODAT 1 #define HAVE_RAW_DECL_STAT 1 #define HAVE_RAW_DECL_UTIMENSAT 1 #define HAVE_RAW_DECL_WAITPID 1 #define HAVE_DECL_LOCALTIME_R 1 #define GNULIB_TEST_TIME_R 1 #define HAVE_RAW_DECL_CHDIR 1 #define HAVE_RAW_DECL_CHOWN 1 #define HAVE_RAW_DECL_DUP 1 #define HAVE_RAW_DECL_DUP2 1 #define HAVE_RAW_DECL_DUP3 1 #define HAVE_RAW_DECL_ENVIRON 1 #define HAVE_RAW_DECL_EUIDACCESS 1 #define HAVE_RAW_DECL_FACCESSAT 1 #define HAVE_RAW_DECL_FCHDIR 1 #define HAVE_RAW_DECL_FCHOWNAT 1 #define HAVE_RAW_DECL_FDATASYNC 1 #define HAVE_RAW_DECL_FSYNC 1 #define HAVE_RAW_DECL_FTRUNCATE 1 #define HAVE_RAW_DECL_GETCWD 1 #define HAVE_RAW_DECL_GETDOMAINNAME 1 #define HAVE_RAW_DECL_GETDTABLESIZE 1 #define HAVE_RAW_DECL_GETGROUPS 1 #define HAVE_RAW_DECL_GETHOSTNAME 1 #define HAVE_RAW_DECL_GETLOGIN 1 #define HAVE_RAW_DECL_GETLOGIN_R 1 #define HAVE_RAW_DECL_GETPAGESIZE 1 #define HAVE_RAW_DECL_GETUSERSHELL 1 #define HAVE_RAW_DECL_SETUSERSHELL 1 #define HAVE_RAW_DECL_ENDUSERSHELL 1 #define HAVE_RAW_DECL_GROUP_MEMBER 1 #define HAVE_RAW_DECL_ISATTY 1 #define HAVE_RAW_DECL_LCHOWN 1 #define HAVE_RAW_DECL_LINK 1 #define HAVE_RAW_DECL_LINKAT 1 #define HAVE_RAW_DECL_LSEEK 1 #define HAVE_RAW_DECL_PIPE 1 #define HAVE_RAW_DECL_PIPE2 1 #define HAVE_RAW_DECL_PREAD 1 #define HAVE_RAW_DECL_PWRITE 1 #define HAVE_RAW_DECL_READLINK 1 #define HAVE_RAW_DECL_READLINKAT 1 #define HAVE_RAW_DECL_RMDIR 1 #define HAVE_RAW_DECL_SETHOSTNAME 1 #define HAVE_RAW_DECL_SLEEP 1 #define HAVE_RAW_DECL_SYMLINK 1 #define HAVE_RAW_DECL_SYMLINKAT 1 #define HAVE_RAW_DECL_TTYNAME_R 1 #define HAVE_RAW_DECL_UNLINK 1 #define HAVE_RAW_DECL_UNLINKAT 1 #define HAVE_RAW_DECL_USLEEP 1 #define USE_UNLOCKED_IO 1 #define HAVE_UNSETENV 1 #define GNULIB_TEST_UNSETENV 1 #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 #define HAVE_VASPRINTF 1 #define GNULIB_TEST_VASPRINTF 1 #define HAVE_VASPRINTF 1 #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 #define REPLACE_VFPRINTF_POSIX 1 #define GNULIB_TEST_VFPRINTF_POSIX 1 #define HAVE_WAITID 1 #define GNULIB_TEST_WAITPID 1 #define HAVE_RAW_DECL_BTOWC 1 #define HAVE_RAW_DECL_WCTOB 1 #define HAVE_RAW_DECL_MBSINIT 1 #define HAVE_RAW_DECL_MBRTOWC 1 #define HAVE_RAW_DECL_MBRLEN 1 #define HAVE_RAW_DECL_MBSRTOWCS 1 #define HAVE_RAW_DECL_MBSNRTOWCS 1 #define HAVE_RAW_DECL_WCRTOMB 1 #define HAVE_RAW_DECL_WCSRTOMBS 1 #define HAVE_RAW_DECL_WCSNRTOMBS 1 #define HAVE_RAW_DECL_WCWIDTH 1 #define HAVE_RAW_DECL_WMEMCHR 1 #define HAVE_RAW_DECL_WMEMCMP 1 #define HAVE_RAW_DECL_WMEMCPY 1 #define HAVE_RAW_DECL_WMEMMOVE 1 #define HAVE_RAW_DECL_WMEMSET 1 #define HAVE_RAW_DECL_WCSLEN 1 #define HAVE_RAW_DECL_WCSNLEN 1 #define HAVE_RAW_DECL_WCSCPY 1 #define HAVE_RAW_DECL_WCPCPY 1 #define HAVE_RAW_DECL_WCSNCPY 1 #define HAVE_RAW_DECL_WCPNCPY 1 #define HAVE_RAW_DECL_WCSCAT 1 #define HAVE_RAW_DECL_WCSNCAT 1 #define HAVE_RAW_DECL_WCSCMP 1 #define HAVE_RAW_DECL_WCSNCMP 1 #define HAVE_RAW_DECL_WCSCASECMP 1 #define HAVE_RAW_DECL_WCSNCASECMP 1 #define HAVE_RAW_DECL_WCSCOLL 1 #define HAVE_RAW_DECL_WCSXFRM 1 #define HAVE_RAW_DECL_WCSDUP 1 #define HAVE_RAW_DECL_WCSCHR 1 #define HAVE_RAW_DECL_WCSRCHR 1 #define HAVE_RAW_DECL_WCSCSPN 1 #define HAVE_RAW_DECL_WCSSPN 1 #define HAVE_RAW_DECL_WCSPBRK 1 #define HAVE_RAW_DECL_WCSSTR 1 #define HAVE_RAW_DECL_WCSTOK 1 #define HAVE_RAW_DECL_WCSWIDTH 1 #define GNULIB_TEST_WCRTOMB 1 #define HAVE_DECL_WCTOB 1 #define GNULIB_TEST_WCTOB 1 #define GNULIB_TEST_WCTOMB 1 #define HAVE_TOWLOWER 1 #define HAVE_RAW_DECL_WCTYPE 1 #define HAVE_RAW_DECL_ISWCTYPE 1 #define HAVE_RAW_DECL_WCTRANS 1 #define HAVE_RAW_DECL_TOWCTRANS 1 #define HAVE_STDINT_H 1 #define HAVE_MALLOC_H 1 #define HAVE_STRING_H 1 #define HAVE_FSEEKO 1 #define HAVE_LIBGCRYPT 1 #define REC_CRYPT_SUPPORT 1 #define ENABLE_NLS 1 #define HAVE_GETTEXT 1 #define HAVE_DCGETTEXT 1 configure: exit 0