Created
September 23, 2012 17:34
-
-
Save 2bits/3772429 to your computer and use it in GitHub Desktop.
e2fsprogs-1.42.6 configure error with llvm-gcc, asm/types.h no such file or directory configure log
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| This file contains any messages produced by compilers while | |
| running configure, to aid debugging if configure makes a mistake. | |
| It was created by configure, which was | |
| generated by GNU Autoconf 2.69. Invocation command line was | |
| $ ./configure --prefix=/usr/local/Cellar/e2fsprogs/1.42.6 | |
| ## --------- ## | |
| ## Platform. ## | |
| ## --------- ## | |
| hostname = iBlub.local | |
| uname -m = x86_64 | |
| uname -r = 12.2.0 | |
| uname -s = Darwin | |
| uname -v = Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64 | |
| /usr/bin/uname -p = i386 | |
| /bin/uname -X = unknown | |
| /bin/arch = unknown | |
| /usr/bin/arch -k = unknown | |
| /usr/convex/getsysinfo = unknown | |
| /usr/bin/hostinfo = Mach kernel version: | |
| Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64 | |
| Kernel configured for up to 4 processors. | |
| 4 processors are physically available. | |
| 4 processors are logically available. | |
| Processor type: i486 (Intel 80486) | |
| Processors active: 0 1 2 3 | |
| Primary memory available: 8.00 gigabytes | |
| Default processor set: 110 tasks, 523 threads, 4 processors | |
| Load average: 1.04, Mach factor: 2.95 | |
| /bin/machine = unknown | |
| /usr/bin/oslevel = unknown | |
| /bin/universe = unknown | |
| PATH: /usr/local/bin | |
| PATH: /usr/local/sbin | |
| PATH: /usr/local/share/python | |
| PATH: /usr/bin | |
| PATH: /bin | |
| PATH: /usr/sbin | |
| PATH: /sbin | |
| PATH: /opt/X11/bin | |
| PATH: /usr/local/texlive/2012/bin/x86_64-darwin | |
| ## ----------- ## | |
| ## Core tests. ## | |
| ## ----------- ## | |
| configure:2743: result: Generating configuration file for e2fsprogs version 1.42.6 | |
| configure:2745: result: Release date is September, 2012 | |
| configure:2756: checking build system type | |
| configure:2770: result: x86_64-apple-darwin12.2.0 | |
| configure:2790: checking host system type | |
| configure:2803: result: x86_64-apple-darwin12.2.0 | |
| configure:2872: checking for gcc | |
| configure:2888: found /usr/bin/gcc | |
| configure:2899: result: gcc | |
| configure:3128: checking for C compiler version | |
| configure:3137: gcc --version >&5 | |
| i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00) | |
| Copyright (C) 2007 Free Software Foundation, Inc. | |
| This is free software; see the source for copying conditions. There is NO | |
| warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
| configure:3148: $? = 0 | |
| configure:3137: gcc -v >&5 | |
| Using built-in specs. | |
| Target: i686-apple-darwin11 | |
| Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2336.11~67/src/configure --disable-checking --enable-werror --prefix=/Applications/Xcode.app/Contents/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2336.11~67/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1 | |
| Thread model: posix | |
| gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00) | |
| configure:3148: $? = 0 | |
| configure:3137: gcc -V >&5 | |
| llvm-gcc-4.2: argument to `-V' is missing | |
| configure:3148: $? = 1 | |
| configure:3137: gcc -qversion >&5 | |
| i686-apple-darwin11-llvm-gcc-4.2: no input files | |
| configure:3148: $? = 1 | |
| configure:3168: checking whether the C compiler works | |
| configure:3190: gcc conftest.c >&5 | |
| configure:3194: $? = 0 | |
| configure:3242: result: yes | |
| configure:3245: checking for C compiler default output file name | |
| configure:3247: result: a.out | |
| configure:3253: checking for suffix of executables | |
| configure:3260: gcc -o conftest conftest.c >&5 | |
| configure:3264: $? = 0 | |
| configure:3286: result: | |
| configure:3308: checking whether we are cross compiling | |
| configure:3316: gcc -o conftest conftest.c >&5 | |
| configure:3320: $? = 0 | |
| configure:3327: ./conftest | |
| configure:3331: $? = 0 | |
| configure:3346: result: no | |
| configure:3351: checking for suffix of object files | |
| configure:3373: gcc -c conftest.c >&5 | |
| configure:3377: $? = 0 | |
| configure:3398: result: o | |
| configure:3402: checking whether we are using the GNU C compiler | |
| configure:3421: gcc -c conftest.c >&5 | |
| configure:3421: $? = 0 | |
| configure:3430: result: yes | |
| configure:3439: checking whether gcc accepts -g | |
| configure:3459: gcc -c -g conftest.c >&5 | |
| configure:3459: $? = 0 | |
| configure:3500: result: yes | |
| configure:3517: checking for gcc option to accept ISO C89 | |
| configure:3580: gcc -c -g -O2 conftest.c >&5 | |
| configure:3580: $? = 0 | |
| configure:3593: result: none needed | |
| configure:3614: checking for dlopen in -ldl | |
| configure:3639: gcc -o conftest -g -O2 conftest.c -ldl >&5 | |
| configure:3639: $? = 0 | |
| configure:3648: result: yes | |
| configure:3733: checking for gcc | |
| configure:3760: result: gcc | |
| configure:3989: checking for C compiler version | |
| configure:3998: gcc --version >&5 | |
| i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00) | |
| Copyright (C) 2007 Free Software Foundation, Inc. | |
| This is free software; see the source for copying conditions. There is NO | |
| warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
| configure:4009: $? = 0 | |
| configure:3998: gcc -v >&5 | |
| Using built-in specs. | |
| Target: i686-apple-darwin11 | |
| Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2336.11~67/src/configure --disable-checking --enable-werror --prefix=/Applications/Xcode.app/Contents/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2336.11~67/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1 | |
| Thread model: posix | |
| gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00) | |
| configure:4009: $? = 0 | |
| configure:3998: gcc -V >&5 | |
| llvm-gcc-4.2: argument to `-V' is missing | |
| configure:4009: $? = 1 | |
| configure:3998: gcc -qversion >&5 | |
| i686-apple-darwin11-llvm-gcc-4.2: no input files | |
| configure:4009: $? = 1 | |
| configure:4013: checking whether we are using the GNU C compiler | |
| configure:4041: result: yes | |
| configure:4050: checking whether gcc accepts -g | |
| configure:4111: result: yes | |
| configure:4128: checking for gcc option to accept ISO C89 | |
| configure:4204: result: none needed | |
| configure:4233: checking how to run the C preprocessor | |
| configure:4264: gcc -E conftest.c | |
| configure:4264: $? = 0 | |
| configure:4278: gcc -E conftest.c | |
| conftest.c:10:28: error: ac_nonexistent.h: No such file or directory | |
| configure:4278: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | /* end confdefs.h. */ | |
| | #include <ac_nonexistent.h> | |
| configure:4303: result: gcc -E | |
| configure:4323: gcc -E conftest.c | |
| configure:4323: $? = 0 | |
| configure:4337: gcc -E conftest.c | |
| conftest.c:10:28: error: ac_nonexistent.h: No such file or directory | |
| configure:4337: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | /* end confdefs.h. */ | |
| | #include <ac_nonexistent.h> | |
| configure:4365: checking for additional special compiler flags | |
| configure:4379: result: (none) | |
| configure:4407: result: Disabling maintainer mode by default | |
| configure:4428: result: Disabling symlinks for install by default | |
| configure:4468: result: Disabling relative symlinks for install by default | |
| configure:4490: result: Disabling symlinks for build by default | |
| configure:4514: result: Disabling verbose make commands | |
| configure:4542: result: Disabling compression support by default | |
| configure:4567: result: Enabling htree directory support by default | |
| configure:4604: result: Disabling ELF shared libraries by default | |
| configure:4637: result: Disabling BSD shared libraries by default | |
| configure:4663: result: Disabling profiling libraries by default | |
| configure:4688: result: Disabling checker libraries by default | |
| configure:4715: result: Disabling journal debugging by default | |
| configure:4735: result: Disabling blkid debugging by default | |
| configure:4757: result: Enabling testio debugging by default | |
| configure:4815: checking for pkg-config | |
| configure:4833: found /usr/local/bin/pkg-config | |
| configure:4845: result: /usr/local/bin/pkg-config | |
| configure:4870: checking pkg-config is at least version 0.9.0 | |
| configure:4873: result: yes | |
| configure:4961: result: Enabling private uuid library by default | |
| configure:5022: checking for pkg-config | |
| configure:5052: result: /usr/local/bin/pkg-config | |
| configure:5077: checking pkg-config is at least version 0.9.0 | |
| configure:5080: result: yes | |
| configure:5173: result: Enabling private blkid library by default | |
| configure:5234: checking for pkg-config | |
| configure:5264: result: /usr/local/bin/pkg-config | |
| configure:5289: checking pkg-config is at least version 0.9.0 | |
| configure:5292: result: yes | |
| configure:5316: result: Disabling quota support by default | |
| configure:5348: result: Enabling debugfs support by default | |
| configure:5369: result: Enabling e2image support by default | |
| configure:5390: result: Enabling e2resize support by default | |
| configure:5411: result: Enabling e4defrag support by default | |
| configure:5440: result: Building fsck wrapper by default | |
| configure:5463: result: Building e2initrd helper by default | |
| configure:5491: result: Try using thread local support by default | |
| configure:5500: checking for thread local storage (TLS) class | |
| configure:5527: gcc -c -g -O2 conftest.c >&5 | |
| conftest.c: In function 'foo': | |
| conftest.c:16: error: thread-local storage not supported for this target | |
| configure:5527: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | /* end confdefs.h. */ | |
| | #include <stdlib.h> | |
| | static void | |
| | foo(void) { | |
| | static __thread int bar; | |
| | exit(1); | |
| | } | |
| | int | |
| | main () | |
| | { | |
| | | |
| | ; | |
| | return 0; | |
| | } | |
| configure:5527: gcc -c -g -O2 conftest.c >&5 | |
| conftest.c: In function 'foo': | |
| conftest.c:16: error: nested functions are disabled, use -fnested-functions to re-enable | |
| conftest.c:16: error: invalid storage class for function '__declspec' | |
| conftest.c: In function '__declspec': | |
| conftest.c:17: error: expected declaration specifiers before 'exit' | |
| conftest.c:18: error: expected declaration specifiers before '}' token | |
| conftest.c:21: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token | |
| conftest.c:16: error: declaration for parameter 'bar' but no such parameter | |
| conftest.c:25: error: expected '{' at end of input | |
| conftest.c: In function 'foo': | |
| conftest.c:25: error: expected declaration or statement at end of input | |
| configure:5527: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | /* end confdefs.h. */ | |
| | #include <stdlib.h> | |
| | static void | |
| | foo(void) { | |
| | static __declspec(thread) int bar; | |
| | exit(1); | |
| | } | |
| | int | |
| | main () | |
| | { | |
| | | |
| | ; | |
| | return 0; | |
| | } | |
| configure:5547: result: none | |
| configure:5571: result: Building uuidd by default | |
| configure:5597: checking whether make sets $(MAKE) | |
| configure:5619: result: yes | |
| configure:5642: checking for a BSD-compatible install | |
| configure:5710: result: /usr/bin/install -c | |
| configure:5735: checking whether NLS is requested | |
| configure:5744: result: yes | |
| configure:5782: checking for msgfmt | |
| configure:5816: result: no | |
| configure:5822: checking for gmsgfmt | |
| configure:5853: result: : | |
| configure:5893: checking for xgettext | |
| configure:5927: result: no | |
| configure:5964: checking for msgmerge | |
| configure:5997: result: no | |
| configure:6072: checking for ranlib | |
| configure:6088: found /usr/bin/ranlib | |
| configure:6099: result: ranlib | |
| configure:6122: checking for strerror in -lcposix | |
| configure:6147: gcc -o conftest -g -O2 conftest.c -lcposix >&5 | |
| ld: library not found for -lcposix | |
| collect2: ld returned 1 exit status | |
| configure:6147: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.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 strerror (); | |
| | int | |
| | main () | |
| | { | |
| | return strerror (); | |
| | ; | |
| | return 0; | |
| | } | |
| configure:6156: result: no | |
| configure:6165: checking for grep that handles long lines and -e | |
| configure:6223: result: /usr/bin/grep | |
| configure:6228: checking for egrep | |
| configure:6290: result: /usr/bin/grep -E | |
| configure:6295: checking for ANSI C header files | |
| configure:6315: gcc -c -g -O2 conftest.c >&5 | |
| configure:6315: $? = 0 | |
| configure:6388: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:6388: $? = 0 | |
| configure:6388: ./conftest | |
| configure:6388: $? = 0 | |
| configure:6399: result: yes | |
| configure:6407: checking for an ANSI C-conforming const | |
| configure:6473: gcc -c -g -O2 conftest.c >&5 | |
| configure:6473: $? = 0 | |
| configure:6480: result: yes | |
| configure:6489: checking for signed | |
| configure:6505: gcc -c -g -O2 conftest.c >&5 | |
| configure:6505: $? = 0 | |
| configure:6512: result: yes | |
| configure:6520: checking for inline | |
| configure:6536: gcc -c -g -O2 conftest.c >&5 | |
| configure:6536: $? = 0 | |
| configure:6544: result: inline | |
| configure:6567: checking for sys/types.h | |
| configure:6567: gcc -c -g -O2 conftest.c >&5 | |
| configure:6567: $? = 0 | |
| configure:6567: result: yes | |
| configure:6567: checking for sys/stat.h | |
| configure:6567: gcc -c -g -O2 conftest.c >&5 | |
| configure:6567: $? = 0 | |
| configure:6567: result: yes | |
| configure:6567: checking for stdlib.h | |
| configure:6567: gcc -c -g -O2 conftest.c >&5 | |
| configure:6567: $? = 0 | |
| configure:6567: result: yes | |
| configure:6567: checking for string.h | |
| configure:6567: gcc -c -g -O2 conftest.c >&5 | |
| configure:6567: $? = 0 | |
| configure:6567: result: yes | |
| configure:6567: checking for memory.h | |
| configure:6567: gcc -c -g -O2 conftest.c >&5 | |
| configure:6567: $? = 0 | |
| configure:6567: result: yes | |
| configure:6567: checking for strings.h | |
| configure:6567: gcc -c -g -O2 conftest.c >&5 | |
| configure:6567: $? = 0 | |
| configure:6567: result: yes | |
| configure:6567: checking for inttypes.h | |
| configure:6567: gcc -c -g -O2 conftest.c >&5 | |
| configure:6567: $? = 0 | |
| configure:6567: result: yes | |
| configure:6567: checking for stdint.h | |
| configure:6567: gcc -c -g -O2 conftest.c >&5 | |
| configure:6567: $? = 0 | |
| configure:6567: result: yes | |
| configure:6567: checking for unistd.h | |
| configure:6567: gcc -c -g -O2 conftest.c >&5 | |
| configure:6567: $? = 0 | |
| configure:6567: result: yes | |
| configure:6579: checking for off_t | |
| configure:6579: gcc -c -g -O2 conftest.c >&5 | |
| configure:6579: $? = 0 | |
| configure:6579: gcc -c -g -O2 conftest.c >&5 | |
| conftest.c: In function 'main': | |
| conftest.c:62: error: expected expression before ')' token | |
| configure:6579: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.1" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <stdio.h> | |
| | #ifdef HAVE_SYS_TYPES_H | |
| | # include <sys/types.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_STAT_H | |
| | # include <sys/stat.h> | |
| | #endif | |
| | #ifdef STDC_HEADERS | |
| | # include <stdlib.h> | |
| | # include <stddef.h> | |
| | #else | |
| | # ifdef HAVE_STDLIB_H | |
| | # include <stdlib.h> | |
| | # endif | |
| | #endif | |
| | #ifdef HAVE_STRING_H | |
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| | # include <memory.h> | |
| | # endif | |
| | # include <string.h> | |
| | #endif | |
| | #ifdef HAVE_STRINGS_H | |
| | # include <strings.h> | |
| | #endif | |
| | #ifdef HAVE_INTTYPES_H | |
| | # include <inttypes.h> | |
| | #endif | |
| | #ifdef HAVE_STDINT_H | |
| | # include <stdint.h> | |
| | #endif | |
| | #ifdef HAVE_UNISTD_H | |
| | # include <unistd.h> | |
| | #endif | |
| | int | |
| | main () | |
| | { | |
| | if (sizeof ((off_t))) | |
| | return 0; | |
| | ; | |
| | return 0; | |
| | } | |
| configure:6579: result: yes | |
| configure:6590: checking for size_t | |
| configure:6590: gcc -c -g -O2 conftest.c >&5 | |
| configure:6590: $? = 0 | |
| configure:6590: gcc -c -g -O2 conftest.c >&5 | |
| conftest.c: In function 'main': | |
| conftest.c:62: error: expected expression before ')' token | |
| configure:6590: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.1" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <stdio.h> | |
| | #ifdef HAVE_SYS_TYPES_H | |
| | # include <sys/types.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_STAT_H | |
| | # include <sys/stat.h> | |
| | #endif | |
| | #ifdef STDC_HEADERS | |
| | # include <stdlib.h> | |
| | # include <stddef.h> | |
| | #else | |
| | # ifdef HAVE_STDLIB_H | |
| | # include <stdlib.h> | |
| | # endif | |
| | #endif | |
| | #ifdef HAVE_STRING_H | |
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| | # include <memory.h> | |
| | # endif | |
| | # include <string.h> | |
| | #endif | |
| | #ifdef HAVE_STRINGS_H | |
| | # include <strings.h> | |
| | #endif | |
| | #ifdef HAVE_INTTYPES_H | |
| | # include <inttypes.h> | |
| | #endif | |
| | #ifdef HAVE_STDINT_H | |
| | # include <stdint.h> | |
| | #endif | |
| | #ifdef HAVE_UNISTD_H | |
| | # include <unistd.h> | |
| | #endif | |
| | int | |
| | main () | |
| | { | |
| | if (sizeof ((size_t))) | |
| | return 0; | |
| | ; | |
| | return 0; | |
| | } | |
| configure:6590: result: yes | |
| configure:6602: checking for long long | |
| configure:6619: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:6619: $? = 0 | |
| configure:6627: result: yes | |
| configure:6636: checking for long double | |
| configure:6668: result: yes | |
| configure:6677: checking for wchar_t | |
| configure:6694: gcc -c -g -O2 conftest.c >&5 | |
| configure:6694: $? = 0 | |
| configure:6701: result: yes | |
| configure:6710: checking for wint_t | |
| configure:6727: gcc -c -g -O2 conftest.c >&5 | |
| configure:6727: $? = 0 | |
| configure:6734: result: yes | |
| configure:6743: checking for inttypes.h | |
| configure:6760: gcc -c -g -O2 conftest.c >&5 | |
| configure:6760: $? = 0 | |
| configure:6767: result: yes | |
| configure:6778: checking for stdint.h | |
| configure:6795: gcc -c -g -O2 conftest.c >&5 | |
| configure:6795: $? = 0 | |
| configure:6802: result: yes | |
| configure:6815: checking for intmax_t | |
| configure:6840: gcc -c -g -O2 conftest.c >&5 | |
| configure:6840: $? = 0 | |
| configure:6847: result: yes | |
| configure:6857: checking whether printf() supports POSIX/XSI format strings | |
| configure:6898: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:6898: $? = 0 | |
| configure:6898: ./conftest | |
| configure:6898: $? = 0 | |
| configure:6909: result: yes | |
| configure:6921: checking for working alloca.h | |
| configure:6938: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:6938: $? = 0 | |
| configure:6946: result: yes | |
| configure:6954: checking for alloca | |
| configure:6991: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:6991: $? = 0 | |
| configure:6999: result: yes | |
| configure:7111: checking for stdlib.h | |
| configure:7111: result: yes | |
| configure:7111: checking for unistd.h | |
| configure:7111: result: yes | |
| configure:7111: checking for sys/param.h | |
| configure:7111: gcc -c -g -O2 conftest.c >&5 | |
| configure:7111: $? = 0 | |
| configure:7111: result: yes | |
| configure:7131: checking for getpagesize | |
| configure:7131: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:7131: $? = 0 | |
| configure:7131: result: yes | |
| configure:7140: checking for working mmap | |
| configure:7287: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:7287: $? = 0 | |
| configure:7287: ./conftest | |
| configure:7287: $? = 0 | |
| configure:7297: result: yes | |
| configure:7307: checking whether we are using the GNU C Library 2.1 or newer | |
| conftest.c:42:22: error: features.h: No such file or directory | |
| configure:7334: result: no | |
| configure:7342: checking whether integer division by zero raises SIGFPE | |
| configure:7399: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:7399: $? = 0 | |
| configure:7399: ./conftest | |
| configure:7399: $? = 0 | |
| configure:7410: result: yes | |
| configure:7423: checking for unsigned long long | |
| configure:7440: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:7440: $? = 0 | |
| configure:7448: result: yes | |
| configure:7476: checking for inttypes.h | |
| configure:7494: gcc -c -g -O2 conftest.c >&5 | |
| configure:7494: $? = 0 | |
| configure:7502: result: yes | |
| configure:7515: checking whether the inttypes.h PRIxNN macros are broken | |
| configure:7536: gcc -c -g -O2 conftest.c >&5 | |
| configure:7536: $? = 0 | |
| configure:7544: result: no | |
| configure:7558: checking for stdint.h | |
| configure:7558: result: yes | |
| configure:7568: checking for SIZE_MAX | |
| configure:7641: result: yes | |
| configure:7655: checking for stdint.h | |
| configure:7655: result: yes | |
| configure:7706: checking for ld used by GCC | |
| configure:7770: result: /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld | |
| configure:7777: checking if the linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld | |
| configure:7790: result: no | |
| configure:7796: checking for shared library run path origin | |
| configure:7809: result: done | |
| configure:8215: checking for ptrdiff_t | |
| configure:8215: gcc -c -g -O2 conftest.c >&5 | |
| configure:8215: $? = 0 | |
| configure:8215: gcc -c -g -O2 conftest.c >&5 | |
| conftest.c: In function 'main': | |
| conftest.c:83: error: expected expression before ')' token | |
| configure:8215: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.1" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_WINT_T 1 | |
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| | #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| | #define HAVE_INTMAX_T 1 | |
| | #define HAVE_POSIX_PRINTF 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | #define HAVE_MMAP 1 | |
| | #define INTDIV0_RAISES_SIGFPE 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG 1 | |
| | #define HAVE_UINTMAX_T 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <stdio.h> | |
| | #ifdef HAVE_SYS_TYPES_H | |
| | # include <sys/types.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_STAT_H | |
| | # include <sys/stat.h> | |
| | #endif | |
| | #ifdef STDC_HEADERS | |
| | # include <stdlib.h> | |
| | # include <stddef.h> | |
| | #else | |
| | # ifdef HAVE_STDLIB_H | |
| | # include <stdlib.h> | |
| | # endif | |
| | #endif | |
| | #ifdef HAVE_STRING_H | |
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| | # include <memory.h> | |
| | # endif | |
| | # include <string.h> | |
| | #endif | |
| | #ifdef HAVE_STRINGS_H | |
| | # include <strings.h> | |
| | #endif | |
| | #ifdef HAVE_INTTYPES_H | |
| | # include <inttypes.h> | |
| | #endif | |
| | #ifdef HAVE_STDINT_H | |
| | # include <stdint.h> | |
| | #endif | |
| | #ifdef HAVE_UNISTD_H | |
| | # include <unistd.h> | |
| | #endif | |
| | int | |
| | main () | |
| | { | |
| | if (sizeof ((ptrdiff_t))) | |
| | return 0; | |
| | ; | |
| | return 0; | |
| | } | |
| configure:8215: result: yes | |
| configure:8229: checking argz.h usability | |
| configure:8229: gcc -c -g -O2 conftest.c >&5 | |
| conftest.c:80:18: error: argz.h: No such file or directory | |
| configure:8229: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.1" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_WINT_T 1 | |
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| | #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| | #define HAVE_INTMAX_T 1 | |
| | #define HAVE_POSIX_PRINTF 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | #define HAVE_MMAP 1 | |
| | #define INTDIV0_RAISES_SIGFPE 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG 1 | |
| | #define HAVE_UINTMAX_T 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <stdio.h> | |
| | #ifdef HAVE_SYS_TYPES_H | |
| | # include <sys/types.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_STAT_H | |
| | # include <sys/stat.h> | |
| | #endif | |
| | #ifdef STDC_HEADERS | |
| | # include <stdlib.h> | |
| | # include <stddef.h> | |
| | #else | |
| | # ifdef HAVE_STDLIB_H | |
| | # include <stdlib.h> | |
| | # endif | |
| | #endif | |
| | #ifdef HAVE_STRING_H | |
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| | # include <memory.h> | |
| | # endif | |
| | # include <string.h> | |
| | #endif | |
| | #ifdef HAVE_STRINGS_H | |
| | # include <strings.h> | |
| | #endif | |
| | #ifdef HAVE_INTTYPES_H | |
| | # include <inttypes.h> | |
| | #endif | |
| | #ifdef HAVE_STDINT_H | |
| | # include <stdint.h> | |
| | #endif | |
| | #ifdef HAVE_UNISTD_H | |
| | # include <unistd.h> | |
| | #endif | |
| | #include <argz.h> | |
| configure:8229: result: no | |
| configure:8229: checking argz.h presence | |
| configure:8229: gcc -E conftest.c | |
| conftest.c:47:18: error: argz.h: No such file or directory | |
| configure:8229: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.1" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_WINT_T 1 | |
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| | #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| | #define HAVE_INTMAX_T 1 | |
| | #define HAVE_POSIX_PRINTF 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | #define HAVE_MMAP 1 | |
| | #define INTDIV0_RAISES_SIGFPE 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG 1 | |
| | #define HAVE_UINTMAX_T 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <argz.h> | |
| configure:8229: result: no | |
| configure:8229: checking for argz.h | |
| configure:8229: result: no | |
| configure:8229: checking limits.h usability | |
| configure:8229: gcc -c -g -O2 conftest.c >&5 | |
| configure:8229: $? = 0 | |
| configure:8229: result: yes | |
| configure:8229: checking limits.h presence | |
| configure:8229: gcc -E conftest.c | |
| configure:8229: $? = 0 | |
| configure:8229: result: yes | |
| configure:8229: checking for limits.h | |
| configure:8229: result: yes | |
| configure:8229: checking locale.h usability | |
| configure:8229: gcc -c -g -O2 conftest.c >&5 | |
| configure:8229: $? = 0 | |
| configure:8229: result: yes | |
| configure:8229: checking locale.h presence | |
| configure:8229: gcc -E conftest.c | |
| configure:8229: $? = 0 | |
| configure:8229: result: yes | |
| configure:8229: checking for locale.h | |
| configure:8229: result: yes | |
| configure:8229: checking nl_types.h usability | |
| configure:8229: gcc -c -g -O2 conftest.c >&5 | |
| configure:8229: $? = 0 | |
| configure:8229: result: yes | |
| configure:8229: checking nl_types.h presence | |
| configure:8229: gcc -E conftest.c | |
| configure:8229: $? = 0 | |
| configure:8229: result: yes | |
| configure:8229: checking for nl_types.h | |
| configure:8229: result: yes | |
| configure:8229: checking malloc.h usability | |
| configure:8229: gcc -c -g -O2 conftest.c >&5 | |
| conftest.c:83:20: error: malloc.h: No such file or directory | |
| configure:8229: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.1" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_WINT_T 1 | |
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| | #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| | #define HAVE_INTMAX_T 1 | |
| | #define HAVE_POSIX_PRINTF 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | #define HAVE_MMAP 1 | |
| | #define INTDIV0_RAISES_SIGFPE 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG 1 | |
| | #define HAVE_UINTMAX_T 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_LOCALE_H 1 | |
| | #define HAVE_NL_TYPES_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <stdio.h> | |
| | #ifdef HAVE_SYS_TYPES_H | |
| | # include <sys/types.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_STAT_H | |
| | # include <sys/stat.h> | |
| | #endif | |
| | #ifdef STDC_HEADERS | |
| | # include <stdlib.h> | |
| | # include <stddef.h> | |
| | #else | |
| | # ifdef HAVE_STDLIB_H | |
| | # include <stdlib.h> | |
| | # endif | |
| | #endif | |
| | #ifdef HAVE_STRING_H | |
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| | # include <memory.h> | |
| | # endif | |
| | # include <string.h> | |
| | #endif | |
| | #ifdef HAVE_STRINGS_H | |
| | # include <strings.h> | |
| | #endif | |
| | #ifdef HAVE_INTTYPES_H | |
| | # include <inttypes.h> | |
| | #endif | |
| | #ifdef HAVE_STDINT_H | |
| | # include <stdint.h> | |
| | #endif | |
| | #ifdef HAVE_UNISTD_H | |
| | # include <unistd.h> | |
| | #endif | |
| | #include <malloc.h> | |
| configure:8229: result: no | |
| configure:8229: checking malloc.h presence | |
| configure:8229: gcc -E conftest.c | |
| conftest.c:50:20: error: malloc.h: No such file or directory | |
| configure:8229: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.1" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_WINT_T 1 | |
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| | #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| | #define HAVE_INTMAX_T 1 | |
| | #define HAVE_POSIX_PRINTF 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | #define HAVE_MMAP 1 | |
| | #define INTDIV0_RAISES_SIGFPE 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG 1 | |
| | #define HAVE_UINTMAX_T 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_LOCALE_H 1 | |
| | #define HAVE_NL_TYPES_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <malloc.h> | |
| configure:8229: result: no | |
| configure:8229: checking for malloc.h | |
| configure:8229: result: no | |
| configure:8229: checking stddef.h usability | |
| configure:8229: gcc -c -g -O2 conftest.c >&5 | |
| configure:8229: $? = 0 | |
| configure:8229: result: yes | |
| configure:8229: checking stddef.h presence | |
| configure:8229: gcc -E conftest.c | |
| configure:8229: $? = 0 | |
| configure:8229: result: yes | |
| configure:8229: checking for stddef.h | |
| configure:8229: result: yes | |
| configure:8229: checking for stdlib.h | |
| configure:8229: result: yes | |
| configure:8229: checking for string.h | |
| configure:8229: result: yes | |
| configure:8229: checking for unistd.h | |
| configure:8229: result: yes | |
| configure:8229: checking for sys/param.h | |
| configure:8229: result: yes | |
| configure:8245: checking for asprintf | |
| configure:8245: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:8245: $? = 0 | |
| configure:8245: result: yes | |
| configure:8245: checking for fwprintf | |
| configure:8245: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:8245: $? = 0 | |
| configure:8245: result: yes | |
| configure:8245: checking for getcwd | |
| configure:8245: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:8245: $? = 0 | |
| configure:8245: result: yes | |
| configure:8245: checking for getegid | |
| configure:8245: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:8245: $? = 0 | |
| configure:8245: result: yes | |
| configure:8245: checking for geteuid | |
| configure:8245: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:8245: $? = 0 | |
| configure:8245: result: yes | |
| configure:8245: checking for getgid | |
| configure:8245: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:8245: $? = 0 | |
| configure:8245: result: yes | |
| configure:8245: checking for getuid | |
| configure:8245: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:8245: $? = 0 | |
| configure:8245: result: yes | |
| configure:8245: checking for mempcpy | |
| configure:8245: gcc -o conftest -g -O2 conftest.c >&5 | |
| conftest.c:85: warning: conflicting types for built-in function 'mempcpy' | |
| Undefined symbols for architecture x86_64: | |
| "_mempcpy", referenced from: | |
| _main in cc62cL1V.o | |
| ld: symbol(s) not found for architecture x86_64 | |
| collect2: ld returned 1 exit status | |
| configure:8245: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.1" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_WINT_T 1 | |
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| | #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| | #define HAVE_INTMAX_T 1 | |
| | #define HAVE_POSIX_PRINTF 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | #define HAVE_MMAP 1 | |
| | #define INTDIV0_RAISES_SIGFPE 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG 1 | |
| | #define HAVE_UINTMAX_T 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_LOCALE_H 1 | |
| | #define HAVE_NL_TYPES_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_ASPRINTF 1 | |
| | #define HAVE_FWPRINTF 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_GETEGID 1 | |
| | #define HAVE_GETEUID 1 | |
| | #define HAVE_GETGID 1 | |
| | #define HAVE_GETUID 1 | |
| | /* end confdefs.h. */ | |
| | /* Define mempcpy to an innocuous variant, in case <limits.h> declares mempcpy. | |
| | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| | #define mempcpy innocuous_mempcpy | |
| | | |
| | /* System header to define __stub macros and hopefully few prototypes, | |
| | which can conflict with char mempcpy (); below. | |
| | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| | <limits.h> exists even on freestanding compilers. */ | |
| | | |
| | #ifdef __STDC__ | |
| | # include <limits.h> | |
| | #else | |
| | # include <assert.h> | |
| | #endif | |
| | | |
| | #undef mempcpy | |
| | | |
| | /* 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 mempcpy (); | |
| | /* 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_mempcpy || defined __stub___mempcpy | |
| | choke me | |
| | #endif | |
| | | |
| | int | |
| | main () | |
| | { | |
| | return mempcpy (); | |
| | ; | |
| | return 0; | |
| | } | |
| configure:8245: result: no | |
| configure:8245: checking for munmap | |
| configure:8245: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:8245: $? = 0 | |
| configure:8245: result: yes | |
| configure:8245: checking for putenv | |
| configure:8245: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:8245: $? = 0 | |
| configure:8245: result: yes | |
| configure:8245: checking for setenv | |
| configure:8245: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:8245: $? = 0 | |
| configure:8245: result: yes | |
| configure:8245: checking for setlocale | |
| configure:8245: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:8245: $? = 0 | |
| configure:8245: result: yes | |
| configure:8245: checking for snprintf | |
| configure:8245: gcc -o conftest -g -O2 conftest.c >&5 | |
| conftest.c:89: warning: conflicting types for built-in function 'snprintf' | |
| configure:8245: $? = 0 | |
| configure:8245: result: yes | |
| configure:8245: checking for stpcpy | |
| configure:8245: gcc -o conftest -g -O2 conftest.c >&5 | |
| conftest.c:90: warning: conflicting types for built-in function 'stpcpy' | |
| configure:8245: $? = 0 | |
| configure:8245: result: yes | |
| configure:8245: checking for strcasecmp | |
| configure:8245: gcc -o conftest -g -O2 conftest.c >&5 | |
| conftest.c:91: warning: conflicting types for built-in function 'strcasecmp' | |
| configure:8245: $? = 0 | |
| configure:8245: result: yes | |
| configure:8245: checking for strdup | |
| configure:8245: gcc -o conftest -g -O2 conftest.c >&5 | |
| conftest.c:92: warning: conflicting types for built-in function 'strdup' | |
| configure:8245: $? = 0 | |
| configure:8245: result: yes | |
| configure:8245: checking for strtoul | |
| configure:8245: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:8245: $? = 0 | |
| configure:8245: result: yes | |
| configure:8245: checking for tsearch | |
| configure:8245: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:8245: $? = 0 | |
| configure:8245: result: yes | |
| configure:8245: checking for wcslen | |
| configure:8245: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:8245: $? = 0 | |
| configure:8245: result: yes | |
| configure:8245: checking for __argz_count | |
| configure:8245: gcc -o conftest -g -O2 conftest.c >&5 | |
| Undefined symbols for architecture x86_64: | |
| "___argz_count", referenced from: | |
| _main in cc0p5uu8.o | |
| ld: symbol(s) not found for architecture x86_64 | |
| collect2: ld returned 1 exit status | |
| configure:8245: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.1" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_WINT_T 1 | |
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| | #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| | #define HAVE_INTMAX_T 1 | |
| | #define HAVE_POSIX_PRINTF 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | #define HAVE_MMAP 1 | |
| | #define INTDIV0_RAISES_SIGFPE 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG 1 | |
| | #define HAVE_UINTMAX_T 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_LOCALE_H 1 | |
| | #define HAVE_NL_TYPES_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_ASPRINTF 1 | |
| | #define HAVE_FWPRINTF 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_GETEGID 1 | |
| | #define HAVE_GETEUID 1 | |
| | #define HAVE_GETGID 1 | |
| | #define HAVE_GETUID 1 | |
| | #define HAVE_MUNMAP 1 | |
| | #define HAVE_PUTENV 1 | |
| | #define HAVE_SETENV 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_SNPRINTF 1 | |
| | #define HAVE_STPCPY 1 | |
| | #define HAVE_STRCASECMP 1 | |
| | #define HAVE_STRDUP 1 | |
| | #define HAVE_STRTOUL 1 | |
| | #define HAVE_TSEARCH 1 | |
| | #define HAVE_WCSLEN 1 | |
| | /* end confdefs.h. */ | |
| | /* Define __argz_count to an innocuous variant, in case <limits.h> declares __argz_count. | |
| | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| | #define __argz_count innocuous___argz_count | |
| | | |
| | /* System header to define __stub macros and hopefully few prototypes, | |
| | which can conflict with char __argz_count (); below. | |
| | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| | <limits.h> exists even on freestanding compilers. */ | |
| | | |
| | #ifdef __STDC__ | |
| | # include <limits.h> | |
| | #else | |
| | # include <assert.h> | |
| | #endif | |
| | | |
| | #undef __argz_count | |
| | | |
| | /* 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 __argz_count (); | |
| | /* 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___argz_count || defined __stub_____argz_count | |
| | choke me | |
| | #endif | |
| | | |
| | int | |
| | main () | |
| | { | |
| | return __argz_count (); | |
| | ; | |
| | return 0; | |
| | } | |
| configure:8245: result: no | |
| configure:8245: checking for __argz_stringify | |
| configure:8245: gcc -o conftest -g -O2 conftest.c >&5 | |
| Undefined symbols for architecture x86_64: | |
| "___argz_stringify", referenced from: | |
| _main in cc19bnm0.o | |
| ld: symbol(s) not found for architecture x86_64 | |
| collect2: ld returned 1 exit status | |
| configure:8245: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.1" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_WINT_T 1 | |
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| | #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| | #define HAVE_INTMAX_T 1 | |
| | #define HAVE_POSIX_PRINTF 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | #define HAVE_MMAP 1 | |
| | #define INTDIV0_RAISES_SIGFPE 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG 1 | |
| | #define HAVE_UINTMAX_T 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_LOCALE_H 1 | |
| | #define HAVE_NL_TYPES_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_ASPRINTF 1 | |
| | #define HAVE_FWPRINTF 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_GETEGID 1 | |
| | #define HAVE_GETEUID 1 | |
| | #define HAVE_GETGID 1 | |
| | #define HAVE_GETUID 1 | |
| | #define HAVE_MUNMAP 1 | |
| | #define HAVE_PUTENV 1 | |
| | #define HAVE_SETENV 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_SNPRINTF 1 | |
| | #define HAVE_STPCPY 1 | |
| | #define HAVE_STRCASECMP 1 | |
| | #define HAVE_STRDUP 1 | |
| | #define HAVE_STRTOUL 1 | |
| | #define HAVE_TSEARCH 1 | |
| | #define HAVE_WCSLEN 1 | |
| | /* end confdefs.h. */ | |
| | /* Define __argz_stringify to an innocuous variant, in case <limits.h> declares __argz_stringify. | |
| | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| | #define __argz_stringify innocuous___argz_stringify | |
| | | |
| | /* System header to define __stub macros and hopefully few prototypes, | |
| | which can conflict with char __argz_stringify (); below. | |
| | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| | <limits.h> exists even on freestanding compilers. */ | |
| | | |
| | #ifdef __STDC__ | |
| | # include <limits.h> | |
| | #else | |
| | # include <assert.h> | |
| | #endif | |
| | | |
| | #undef __argz_stringify | |
| | | |
| | /* 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 __argz_stringify (); | |
| | /* 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___argz_stringify || defined __stub_____argz_stringify | |
| | choke me | |
| | #endif | |
| | | |
| | int | |
| | main () | |
| | { | |
| | return __argz_stringify (); | |
| | ; | |
| | return 0; | |
| | } | |
| configure:8245: result: no | |
| configure:8245: checking for __argz_next | |
| configure:8245: gcc -o conftest -g -O2 conftest.c >&5 | |
| Undefined symbols for architecture x86_64: | |
| "___argz_next", referenced from: | |
| _main in ccMFaEil.o | |
| ld: symbol(s) not found for architecture x86_64 | |
| collect2: ld returned 1 exit status | |
| configure:8245: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.1" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_WINT_T 1 | |
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| | #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| | #define HAVE_INTMAX_T 1 | |
| | #define HAVE_POSIX_PRINTF 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | #define HAVE_MMAP 1 | |
| | #define INTDIV0_RAISES_SIGFPE 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG 1 | |
| | #define HAVE_UINTMAX_T 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_LOCALE_H 1 | |
| | #define HAVE_NL_TYPES_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_ASPRINTF 1 | |
| | #define HAVE_FWPRINTF 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_GETEGID 1 | |
| | #define HAVE_GETEUID 1 | |
| | #define HAVE_GETGID 1 | |
| | #define HAVE_GETUID 1 | |
| | #define HAVE_MUNMAP 1 | |
| | #define HAVE_PUTENV 1 | |
| | #define HAVE_SETENV 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_SNPRINTF 1 | |
| | #define HAVE_STPCPY 1 | |
| | #define HAVE_STRCASECMP 1 | |
| | #define HAVE_STRDUP 1 | |
| | #define HAVE_STRTOUL 1 | |
| | #define HAVE_TSEARCH 1 | |
| | #define HAVE_WCSLEN 1 | |
| | /* end confdefs.h. */ | |
| | /* Define __argz_next to an innocuous variant, in case <limits.h> declares __argz_next. | |
| | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| | #define __argz_next innocuous___argz_next | |
| | | |
| | /* System header to define __stub macros and hopefully few prototypes, | |
| | which can conflict with char __argz_next (); below. | |
| | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| | <limits.h> exists even on freestanding compilers. */ | |
| | | |
| | #ifdef __STDC__ | |
| | # include <limits.h> | |
| | #else | |
| | # include <assert.h> | |
| | #endif | |
| | | |
| | #undef __argz_next | |
| | | |
| | /* 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 __argz_next (); | |
| | /* 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___argz_next || defined __stub_____argz_next | |
| | choke me | |
| | #endif | |
| | | |
| | int | |
| | main () | |
| | { | |
| | return __argz_next (); | |
| | ; | |
| | return 0; | |
| | } | |
| configure:8245: result: no | |
| configure:8245: checking for __fsetlocking | |
| configure:8245: gcc -o conftest -g -O2 conftest.c >&5 | |
| Undefined symbols for architecture x86_64: | |
| "___fsetlocking", referenced from: | |
| _main in ccReJ8Zz.o | |
| ld: symbol(s) not found for architecture x86_64 | |
| collect2: ld returned 1 exit status | |
| configure:8245: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.1" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_WINT_T 1 | |
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| | #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| | #define HAVE_INTMAX_T 1 | |
| | #define HAVE_POSIX_PRINTF 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | #define HAVE_MMAP 1 | |
| | #define INTDIV0_RAISES_SIGFPE 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG 1 | |
| | #define HAVE_UINTMAX_T 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_LOCALE_H 1 | |
| | #define HAVE_NL_TYPES_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_ASPRINTF 1 | |
| | #define HAVE_FWPRINTF 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_GETEGID 1 | |
| | #define HAVE_GETEUID 1 | |
| | #define HAVE_GETGID 1 | |
| | #define HAVE_GETUID 1 | |
| | #define HAVE_MUNMAP 1 | |
| | #define HAVE_PUTENV 1 | |
| | #define HAVE_SETENV 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_SNPRINTF 1 | |
| | #define HAVE_STPCPY 1 | |
| | #define HAVE_STRCASECMP 1 | |
| | #define HAVE_STRDUP 1 | |
| | #define HAVE_STRTOUL 1 | |
| | #define HAVE_TSEARCH 1 | |
| | #define HAVE_WCSLEN 1 | |
| | /* end confdefs.h. */ | |
| | /* Define __fsetlocking to an innocuous variant, in case <limits.h> declares __fsetlocking. | |
| | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| | #define __fsetlocking innocuous___fsetlocking | |
| | | |
| | /* System header to define __stub macros and hopefully few prototypes, | |
| | which can conflict with char __fsetlocking (); below. | |
| | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| | <limits.h> exists even on freestanding compilers. */ | |
| | | |
| | #ifdef __STDC__ | |
| | # include <limits.h> | |
| | #else | |
| | # include <assert.h> | |
| | #endif | |
| | | |
| | #undef __fsetlocking | |
| | | |
| | /* 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 __fsetlocking (); | |
| | /* 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___fsetlocking || defined __stub_____fsetlocking | |
| | choke me | |
| | #endif | |
| | | |
| | int | |
| | main () | |
| | { | |
| | return __fsetlocking (); | |
| | ; | |
| | return 0; | |
| | } | |
| configure:8245: result: no | |
| configure:8256: checking whether _snprintf is declared | |
| configure:8276: gcc -c -g -O2 conftest.c >&5 | |
| conftest.c: In function 'main': | |
| conftest.c:79: error: '_snprintf' undeclared (first use in this function) | |
| conftest.c:79: error: (Each undeclared identifier is reported only once | |
| conftest.c:79: error: for each function it appears in.) | |
| configure:8276: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.1" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_WINT_T 1 | |
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| | #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| | #define HAVE_INTMAX_T 1 | |
| | #define HAVE_POSIX_PRINTF 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | #define HAVE_MMAP 1 | |
| | #define INTDIV0_RAISES_SIGFPE 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG 1 | |
| | #define HAVE_UINTMAX_T 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_LOCALE_H 1 | |
| | #define HAVE_NL_TYPES_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_ASPRINTF 1 | |
| | #define HAVE_FWPRINTF 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_GETEGID 1 | |
| | #define HAVE_GETEUID 1 | |
| | #define HAVE_GETGID 1 | |
| | #define HAVE_GETUID 1 | |
| | #define HAVE_MUNMAP 1 | |
| | #define HAVE_PUTENV 1 | |
| | #define HAVE_SETENV 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_SNPRINTF 1 | |
| | #define HAVE_STPCPY 1 | |
| | #define HAVE_STRCASECMP 1 | |
| | #define HAVE_STRDUP 1 | |
| | #define HAVE_STRTOUL 1 | |
| | #define HAVE_TSEARCH 1 | |
| | #define HAVE_WCSLEN 1 | |
| | /* end confdefs.h. */ | |
| | #include <stdio.h> | |
| | int | |
| | main () | |
| | { | |
| | | |
| | #ifndef _snprintf | |
| | char *p = (char *) _snprintf; | |
| | #endif | |
| | | |
| | ; | |
| | return 0; | |
| | } | |
| configure:8283: result: no | |
| configure:8297: checking whether _snwprintf is declared | |
| configure:8317: gcc -c -g -O2 conftest.c >&5 | |
| conftest.c: In function 'main': | |
| conftest.c:80: error: '_snwprintf' undeclared (first use in this function) | |
| conftest.c:80: error: (Each undeclared identifier is reported only once | |
| conftest.c:80: error: for each function it appears in.) | |
| configure:8317: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.1" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_WINT_T 1 | |
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| | #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| | #define HAVE_INTMAX_T 1 | |
| | #define HAVE_POSIX_PRINTF 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | #define HAVE_MMAP 1 | |
| | #define INTDIV0_RAISES_SIGFPE 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG 1 | |
| | #define HAVE_UINTMAX_T 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_LOCALE_H 1 | |
| | #define HAVE_NL_TYPES_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_ASPRINTF 1 | |
| | #define HAVE_FWPRINTF 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_GETEGID 1 | |
| | #define HAVE_GETEUID 1 | |
| | #define HAVE_GETGID 1 | |
| | #define HAVE_GETUID 1 | |
| | #define HAVE_MUNMAP 1 | |
| | #define HAVE_PUTENV 1 | |
| | #define HAVE_SETENV 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_SNPRINTF 1 | |
| | #define HAVE_STPCPY 1 | |
| | #define HAVE_STRCASECMP 1 | |
| | #define HAVE_STRDUP 1 | |
| | #define HAVE_STRTOUL 1 | |
| | #define HAVE_TSEARCH 1 | |
| | #define HAVE_WCSLEN 1 | |
| | #define HAVE_DECL__SNPRINTF 0 | |
| | /* end confdefs.h. */ | |
| | #include <stdio.h> | |
| | int | |
| | main () | |
| | { | |
| | | |
| | #ifndef _snwprintf | |
| | char *p = (char *) _snwprintf; | |
| | #endif | |
| | | |
| | ; | |
| | return 0; | |
| | } | |
| configure:8324: result: no | |
| configure:8339: checking whether feof_unlocked is declared | |
| configure:8359: gcc -c -g -O2 conftest.c >&5 | |
| configure:8359: $? = 0 | |
| configure:8366: result: yes | |
| configure:8380: checking whether fgets_unlocked is declared | |
| configure:8400: gcc -c -g -O2 conftest.c >&5 | |
| conftest.c: In function 'main': | |
| conftest.c:82: error: 'fgets_unlocked' undeclared (first use in this function) | |
| conftest.c:82: error: (Each undeclared identifier is reported only once | |
| conftest.c:82: error: for each function it appears in.) | |
| configure:8400: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.1" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_WINT_T 1 | |
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| | #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| | #define HAVE_INTMAX_T 1 | |
| | #define HAVE_POSIX_PRINTF 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | #define HAVE_MMAP 1 | |
| | #define INTDIV0_RAISES_SIGFPE 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG 1 | |
| | #define HAVE_UINTMAX_T 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_LOCALE_H 1 | |
| | #define HAVE_NL_TYPES_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_ASPRINTF 1 | |
| | #define HAVE_FWPRINTF 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_GETEGID 1 | |
| | #define HAVE_GETEUID 1 | |
| | #define HAVE_GETGID 1 | |
| | #define HAVE_GETUID 1 | |
| | #define HAVE_MUNMAP 1 | |
| | #define HAVE_PUTENV 1 | |
| | #define HAVE_SETENV 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_SNPRINTF 1 | |
| | #define HAVE_STPCPY 1 | |
| | #define HAVE_STRCASECMP 1 | |
| | #define HAVE_STRDUP 1 | |
| | #define HAVE_STRTOUL 1 | |
| | #define HAVE_TSEARCH 1 | |
| | #define HAVE_WCSLEN 1 | |
| | #define HAVE_DECL__SNPRINTF 0 | |
| | #define HAVE_DECL__SNWPRINTF 0 | |
| | #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| | /* end confdefs.h. */ | |
| | #include <stdio.h> | |
| | int | |
| | main () | |
| | { | |
| | | |
| | #ifndef fgets_unlocked | |
| | char *p = (char *) fgets_unlocked; | |
| | #endif | |
| | | |
| | ; | |
| | return 0; | |
| | } | |
| configure:8407: result: no | |
| configure:8421: checking whether getc_unlocked is declared | |
| configure:8441: gcc -c -g -O2 conftest.c >&5 | |
| configure:8441: $? = 0 | |
| configure:8448: result: yes | |
| configure:8516: checking for iconv | |
| configure:8538: gcc -o conftest -g -O2 conftest.c >&5 | |
| Undefined symbols for architecture x86_64: | |
| "_iconv", referenced from: | |
| _main in ccIrEs5A.o | |
| "_iconv_close", referenced from: | |
| _main in ccIrEs5A.o | |
| "_iconv_open", referenced from: | |
| _main in ccIrEs5A.o | |
| ld: symbol(s) not found for architecture x86_64 | |
| collect2: ld returned 1 exit status | |
| configure:8538: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.1" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_WINT_T 1 | |
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| | #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| | #define HAVE_INTMAX_T 1 | |
| | #define HAVE_POSIX_PRINTF 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | #define HAVE_MMAP 1 | |
| | #define INTDIV0_RAISES_SIGFPE 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG 1 | |
| | #define HAVE_UINTMAX_T 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_LOCALE_H 1 | |
| | #define HAVE_NL_TYPES_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_ASPRINTF 1 | |
| | #define HAVE_FWPRINTF 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_GETEGID 1 | |
| | #define HAVE_GETEUID 1 | |
| | #define HAVE_GETGID 1 | |
| | #define HAVE_GETUID 1 | |
| | #define HAVE_MUNMAP 1 | |
| | #define HAVE_PUTENV 1 | |
| | #define HAVE_SETENV 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_SNPRINTF 1 | |
| | #define HAVE_STPCPY 1 | |
| | #define HAVE_STRCASECMP 1 | |
| | #define HAVE_STRDUP 1 | |
| | #define HAVE_STRTOUL 1 | |
| | #define HAVE_TSEARCH 1 | |
| | #define HAVE_WCSLEN 1 | |
| | #define HAVE_DECL__SNPRINTF 0 | |
| | #define HAVE_DECL__SNWPRINTF 0 | |
| | #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| | #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| | #define HAVE_DECL_GETC_UNLOCKED 1 | |
| | /* end confdefs.h. */ | |
| | #include <stdlib.h> | |
| | #include <iconv.h> | |
| | int | |
| | main () | |
| | { | |
| | iconv_t cd = iconv_open("",""); | |
| | iconv(cd,NULL,NULL,NULL,NULL); | |
| | iconv_close(cd); | |
| | ; | |
| | return 0; | |
| | } | |
| configure:8560: gcc -o conftest -g -O2 conftest.c -liconv >&5 | |
| configure:8560: $? = 0 | |
| configure:8570: result: yes | |
| configure:8578: checking how to link with libiconv | |
| configure:8580: result: -liconv | |
| configure:8591: checking for iconv declaration | |
| configure:8620: gcc -c -g -O2 conftest.c >&5 | |
| configure:8620: $? = 0 | |
| configure:8631: result: | |
| extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | |
| configure:8642: checking for nl_langinfo and CODESET | |
| configure:8658: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:8658: $? = 0 | |
| configure:8667: result: yes | |
| configure:8677: checking for LC_MESSAGES | |
| configure:8693: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:8693: $? = 0 | |
| configure:8701: result: yes | |
| configure:8715: checking for bison | |
| configure:8731: found /usr/bin/bison | |
| configure:8742: result: bison | |
| configure:8756: checking version of bison | |
| configure:8765: result: 2.3, ok | |
| configure:8787: checking whether NLS is requested | |
| configure:8796: result: yes | |
| configure:8812: checking whether included gettext is requested | |
| configure:8822: result: no | |
| configure:8833: checking for GNU gettext in libc | |
| configure:8852: gcc -o conftest -g -O2 conftest.c >&5 | |
| conftest.c:82:21: error: libintl.h: No such file or directory | |
| conftest.c: In function 'main': | |
| conftest.c:89: warning: incompatible implicit declaration of built-in function 'gettext' | |
| conftest.c:89: warning: cast from pointer to integer of different size | |
| configure:8852: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.1" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_WINT_T 1 | |
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| | #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| | #define HAVE_INTMAX_T 1 | |
| | #define HAVE_POSIX_PRINTF 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | #define HAVE_MMAP 1 | |
| | #define INTDIV0_RAISES_SIGFPE 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG 1 | |
| | #define HAVE_UINTMAX_T 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_LOCALE_H 1 | |
| | #define HAVE_NL_TYPES_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_ASPRINTF 1 | |
| | #define HAVE_FWPRINTF 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_GETEGID 1 | |
| | #define HAVE_GETEUID 1 | |
| | #define HAVE_GETGID 1 | |
| | #define HAVE_GETUID 1 | |
| | #define HAVE_MUNMAP 1 | |
| | #define HAVE_PUTENV 1 | |
| | #define HAVE_SETENV 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_SNPRINTF 1 | |
| | #define HAVE_STPCPY 1 | |
| | #define HAVE_STRCASECMP 1 | |
| | #define HAVE_STRDUP 1 | |
| | #define HAVE_STRTOUL 1 | |
| | #define HAVE_TSEARCH 1 | |
| | #define HAVE_WCSLEN 1 | |
| | #define HAVE_DECL__SNPRINTF 0 | |
| | #define HAVE_DECL__SNWPRINTF 0 | |
| | #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| | #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| | #define HAVE_DECL_GETC_UNLOCKED 1 | |
| | #define HAVE_ICONV 1 | |
| | #define ICONV_CONST | |
| | #define HAVE_LANGINFO_CODESET 1 | |
| | #define HAVE_LC_MESSAGES 1 | |
| | /* end confdefs.h. */ | |
| | #include <libintl.h> | |
| | extern int _nl_msg_cat_cntr; | |
| | extern int *_nl_domain_bindings; | |
| | int | |
| | main () | |
| | { | |
| | bindtextdomain ("", ""); | |
| | return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings | |
| | ; | |
| | return 0; | |
| | } | |
| configure:8860: result: no | |
| configure:9243: checking for GNU gettext in libintl | |
| configure:9270: gcc -o conftest -g -O2 conftest.c -lintl >&5 | |
| conftest.c:82:21: error: libintl.h: No such file or directory | |
| conftest.c: In function 'main': | |
| conftest.c:93: warning: incompatible implicit declaration of built-in function 'gettext' | |
| conftest.c:93: warning: cast from pointer to integer of different size | |
| configure:9270: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.1" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_WINT_T 1 | |
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| | #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| | #define HAVE_INTMAX_T 1 | |
| | #define HAVE_POSIX_PRINTF 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | #define HAVE_MMAP 1 | |
| | #define INTDIV0_RAISES_SIGFPE 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG 1 | |
| | #define HAVE_UINTMAX_T 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_LOCALE_H 1 | |
| | #define HAVE_NL_TYPES_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_ASPRINTF 1 | |
| | #define HAVE_FWPRINTF 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_GETEGID 1 | |
| | #define HAVE_GETEUID 1 | |
| | #define HAVE_GETGID 1 | |
| | #define HAVE_GETUID 1 | |
| | #define HAVE_MUNMAP 1 | |
| | #define HAVE_PUTENV 1 | |
| | #define HAVE_SETENV 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_SNPRINTF 1 | |
| | #define HAVE_STPCPY 1 | |
| | #define HAVE_STRCASECMP 1 | |
| | #define HAVE_STRDUP 1 | |
| | #define HAVE_STRTOUL 1 | |
| | #define HAVE_TSEARCH 1 | |
| | #define HAVE_WCSLEN 1 | |
| | #define HAVE_DECL__SNPRINTF 0 | |
| | #define HAVE_DECL__SNWPRINTF 0 | |
| | #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| | #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| | #define HAVE_DECL_GETC_UNLOCKED 1 | |
| | #define HAVE_ICONV 1 | |
| | #define ICONV_CONST | |
| | #define HAVE_LANGINFO_CODESET 1 | |
| | #define HAVE_LC_MESSAGES 1 | |
| | /* end confdefs.h. */ | |
| | #include <libintl.h> | |
| | extern int _nl_msg_cat_cntr; | |
| | extern | |
| | #ifdef __cplusplus | |
| | "C" | |
| | #endif | |
| | const char *_nl_expand_alias (); | |
| | int | |
| | main () | |
| | { | |
| | bindtextdomain ("", ""); | |
| | return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0) | |
| | ; | |
| | return 0; | |
| | } | |
| configure:9297: gcc -o conftest -g -O2 conftest.c -lintl -liconv >&5 | |
| conftest.c:82:21: error: libintl.h: No such file or directory | |
| conftest.c: In function 'main': | |
| conftest.c:93: warning: incompatible implicit declaration of built-in function 'gettext' | |
| conftest.c:93: warning: cast from pointer to integer of different size | |
| configure:9297: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.1" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_WINT_T 1 | |
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| | #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| | #define HAVE_INTMAX_T 1 | |
| | #define HAVE_POSIX_PRINTF 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | #define HAVE_MMAP 1 | |
| | #define INTDIV0_RAISES_SIGFPE 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG 1 | |
| | #define HAVE_UINTMAX_T 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_LOCALE_H 1 | |
| | #define HAVE_NL_TYPES_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_ASPRINTF 1 | |
| | #define HAVE_FWPRINTF 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_GETEGID 1 | |
| | #define HAVE_GETEUID 1 | |
| | #define HAVE_GETGID 1 | |
| | #define HAVE_GETUID 1 | |
| | #define HAVE_MUNMAP 1 | |
| | #define HAVE_PUTENV 1 | |
| | #define HAVE_SETENV 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_SNPRINTF 1 | |
| | #define HAVE_STPCPY 1 | |
| | #define HAVE_STRCASECMP 1 | |
| | #define HAVE_STRDUP 1 | |
| | #define HAVE_STRTOUL 1 | |
| | #define HAVE_TSEARCH 1 | |
| | #define HAVE_WCSLEN 1 | |
| | #define HAVE_DECL__SNPRINTF 0 | |
| | #define HAVE_DECL__SNWPRINTF 0 | |
| | #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| | #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| | #define HAVE_DECL_GETC_UNLOCKED 1 | |
| | #define HAVE_ICONV 1 | |
| | #define ICONV_CONST | |
| | #define HAVE_LANGINFO_CODESET 1 | |
| | #define HAVE_LC_MESSAGES 1 | |
| | /* end confdefs.h. */ | |
| | #include <libintl.h> | |
| | extern int _nl_msg_cat_cntr; | |
| | extern | |
| | #ifdef __cplusplus | |
| | "C" | |
| | #endif | |
| | const char *_nl_expand_alias (); | |
| | int | |
| | main () | |
| | { | |
| | bindtextdomain ("", ""); | |
| | return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0) | |
| | ; | |
| | return 0; | |
| | } | |
| configure:9309: result: no | |
| configure:9354: checking whether to use NLS | |
| configure:9356: result: yes | |
| configure:9359: checking where the gettext function comes from | |
| configure:9370: result: included intl directory | |
| configure:9456: checking whether make sets $(MAKE) | |
| configure:9478: result: yes | |
| configure:9487: checking for GNU make | |
| configure:9502: result: make | |
| configure:9518: checking for ln | |
| configure:9536: found /bin/ln | |
| configure:9549: result: /bin/ln | |
| configure:9557: checking whether ln -s works | |
| configure:9561: result: yes | |
| configure:9570: checking for mv | |
| configure:9588: found /bin/mv | |
| configure:9601: result: /bin/mv | |
| configure:9611: checking for cp | |
| configure:9629: found /bin/cp | |
| configure:9642: result: /bin/cp | |
| configure:9652: checking for rm | |
| configure:9670: found /bin/rm | |
| configure:9683: result: /bin/rm | |
| configure:9693: checking for chmod | |
| configure:9711: found /bin/chmod | |
| configure:9724: result: /bin/chmod | |
| configure:9736: checking for gawk | |
| configure:9766: result: no | |
| configure:9736: checking for mawk | |
| configure:9766: result: no | |
| configure:9736: checking for nawk | |
| configure:9766: result: no | |
| configure:9736: checking for awk | |
| configure:9752: found /usr/bin/awk | |
| configure:9763: result: awk | |
| configure:9774: checking for egrep | |
| configure:9836: result: /usr/bin/grep -E | |
| configure:9843: checking for sed | |
| configure:9861: found /usr/bin/sed | |
| configure:9874: result: /usr/bin/sed | |
| configure:9884: checking for perl | |
| configure:9902: found /usr/bin/perl | |
| configure:9915: result: /usr/bin/perl | |
| configure:9925: checking for ldconfig | |
| configure:9956: result: : | |
| configure:10007: checking for ar | |
| configure:10023: found /usr/bin/ar | |
| configure:10034: result: ar | |
| configure:10099: checking for ranlib | |
| configure:10126: result: ranlib | |
| configure:10191: checking for strip | |
| configure:10207: found /usr/bin/strip | |
| configure:10218: result: strip | |
| configure:10242: checking for makeinfo | |
| configure:10258: found /usr/bin/makeinfo | |
| configure:10269: result: makeinfo | |
| configure:10344: checking dirent.h usability | |
| configure:10344: gcc -c -g -O2 conftest.c >&5 | |
| configure:10344: $? = 0 | |
| configure:10344: result: yes | |
| configure:10344: checking dirent.h presence | |
| configure:10344: gcc -E conftest.c | |
| configure:10344: $? = 0 | |
| configure:10344: result: yes | |
| configure:10344: checking for dirent.h | |
| configure:10344: result: yes | |
| configure:10344: checking errno.h usability | |
| configure:10344: gcc -c -g -O2 conftest.c >&5 | |
| configure:10344: $? = 0 | |
| configure:10344: result: yes | |
| configure:10344: checking errno.h presence | |
| configure:10344: gcc -E conftest.c | |
| configure:10344: $? = 0 | |
| configure:10344: result: yes | |
| configure:10344: checking for errno.h | |
| configure:10344: result: yes | |
| configure:10344: checking execinfo.h usability | |
| configure:10344: gcc -c -g -O2 conftest.c >&5 | |
| configure:10344: $? = 0 | |
| configure:10344: result: yes | |
| configure:10344: checking execinfo.h presence | |
| configure:10344: gcc -E conftest.c | |
| configure:10344: $? = 0 | |
| configure:10344: result: yes | |
| configure:10344: checking for execinfo.h | |
| configure:10344: result: yes | |
| configure:10344: checking getopt.h usability | |
| configure:10344: gcc -c -g -O2 conftest.c >&5 | |
| configure:10344: $? = 0 | |
| configure:10344: result: yes | |
| configure:10344: checking getopt.h presence | |
| configure:10344: gcc -E conftest.c | |
| configure:10344: $? = 0 | |
| configure:10344: result: yes | |
| configure:10344: checking for getopt.h | |
| configure:10344: result: yes | |
| configure:10344: checking for malloc.h | |
| configure:10344: result: no | |
| configure:10344: checking mntent.h usability | |
| configure:10344: gcc -c -g -O2 conftest.c >&5 | |
| conftest.c:120:20: error: mntent.h: No such file or directory | |
| configure:10344: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.1" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_WINT_T 1 | |
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| | #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| | #define HAVE_INTMAX_T 1 | |
| | #define HAVE_POSIX_PRINTF 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | #define HAVE_MMAP 1 | |
| | #define INTDIV0_RAISES_SIGFPE 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG 1 | |
| | #define HAVE_UINTMAX_T 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_LOCALE_H 1 | |
| | #define HAVE_NL_TYPES_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_ASPRINTF 1 | |
| | #define HAVE_FWPRINTF 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_GETEGID 1 | |
| | #define HAVE_GETEUID 1 | |
| | #define HAVE_GETGID 1 | |
| | #define HAVE_GETUID 1 | |
| | #define HAVE_MUNMAP 1 | |
| | #define HAVE_PUTENV 1 | |
| | #define HAVE_SETENV 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_SNPRINTF 1 | |
| | #define HAVE_STPCPY 1 | |
| | #define HAVE_STRCASECMP 1 | |
| | #define HAVE_STRDUP 1 | |
| | #define HAVE_STRTOUL 1 | |
| | #define HAVE_TSEARCH 1 | |
| | #define HAVE_WCSLEN 1 | |
| | #define HAVE_DECL__SNPRINTF 0 | |
| | #define HAVE_DECL__SNWPRINTF 0 | |
| | #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| | #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| | #define HAVE_DECL_GETC_UNLOCKED 1 | |
| | #define HAVE_ICONV 1 | |
| | #define ICONV_CONST | |
| | #define HAVE_LANGINFO_CODESET 1 | |
| | #define HAVE_LC_MESSAGES 1 | |
| | #define ENABLE_NLS 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_ERRNO_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_GETOPT_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <stdio.h> | |
| | #ifdef HAVE_SYS_TYPES_H | |
| | # include <sys/types.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_STAT_H | |
| | # include <sys/stat.h> | |
| | #endif | |
| | #ifdef STDC_HEADERS | |
| | # include <stdlib.h> | |
| | # include <stddef.h> | |
| | #else | |
| | # ifdef HAVE_STDLIB_H | |
| | # include <stdlib.h> | |
| | # endif | |
| | #endif | |
| | #ifdef HAVE_STRING_H | |
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| | # include <memory.h> | |
| | # endif | |
| | # include <string.h> | |
| | #endif | |
| | #ifdef HAVE_STRINGS_H | |
| | # include <strings.h> | |
| | #endif | |
| | #ifdef HAVE_INTTYPES_H | |
| | # include <inttypes.h> | |
| | #endif | |
| | #ifdef HAVE_STDINT_H | |
| | # include <stdint.h> | |
| | #endif | |
| | #ifdef HAVE_UNISTD_H | |
| | # include <unistd.h> | |
| | #endif | |
| | #include <mntent.h> | |
| configure:10344: result: no | |
| configure:10344: checking mntent.h presence | |
| configure:10344: gcc -E conftest.c | |
| conftest.c:87:20: error: mntent.h: No such file or directory | |
| configure:10344: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.1" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_WINT_T 1 | |
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| | #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| | #define HAVE_INTMAX_T 1 | |
| | #define HAVE_POSIX_PRINTF 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | #define HAVE_MMAP 1 | |
| | #define INTDIV0_RAISES_SIGFPE 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG 1 | |
| | #define HAVE_UINTMAX_T 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_LOCALE_H 1 | |
| | #define HAVE_NL_TYPES_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_ASPRINTF 1 | |
| | #define HAVE_FWPRINTF 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_GETEGID 1 | |
| | #define HAVE_GETEUID 1 | |
| | #define HAVE_GETGID 1 | |
| | #define HAVE_GETUID 1 | |
| | #define HAVE_MUNMAP 1 | |
| | #define HAVE_PUTENV 1 | |
| | #define HAVE_SETENV 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_SNPRINTF 1 | |
| | #define HAVE_STPCPY 1 | |
| | #define HAVE_STRCASECMP 1 | |
| | #define HAVE_STRDUP 1 | |
| | #define HAVE_STRTOUL 1 | |
| | #define HAVE_TSEARCH 1 | |
| | #define HAVE_WCSLEN 1 | |
| | #define HAVE_DECL__SNPRINTF 0 | |
| | #define HAVE_DECL__SNWPRINTF 0 | |
| | #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| | #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| | #define HAVE_DECL_GETC_UNLOCKED 1 | |
| | #define HAVE_ICONV 1 | |
| | #define ICONV_CONST | |
| | #define HAVE_LANGINFO_CODESET 1 | |
| | #define HAVE_LC_MESSAGES 1 | |
| | #define ENABLE_NLS 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_ERRNO_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_GETOPT_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <mntent.h> | |
| configure:10344: result: no | |
| configure:10344: checking for mntent.h | |
| configure:10344: result: no | |
| configure:10344: checking paths.h usability | |
| configure:10344: gcc -c -g -O2 conftest.c >&5 | |
| configure:10344: $? = 0 | |
| configure:10344: result: yes | |
| configure:10344: checking paths.h presence | |
| configure:10344: gcc -E conftest.c | |
| configure:10344: $? = 0 | |
| configure:10344: result: yes | |
| configure:10344: checking for paths.h | |
| configure:10344: result: yes | |
| configure:10344: checking semaphore.h usability | |
| configure:10344: gcc -c -g -O2 conftest.c >&5 | |
| configure:10344: $? = 0 | |
| configure:10344: result: yes | |
| configure:10344: checking semaphore.h presence | |
| configure:10344: gcc -E conftest.c | |
| configure:10344: $? = 0 | |
| configure:10344: result: yes | |
| configure:10344: checking for semaphore.h | |
| configure:10344: result: yes | |
| configure:10344: checking setjmp.h usability | |
| configure:10344: gcc -c -g -O2 conftest.c >&5 | |
| configure:10344: $? = 0 | |
| configure:10344: result: yes | |
| configure:10344: checking setjmp.h presence | |
| configure:10344: gcc -E conftest.c | |
| configure:10344: $? = 0 | |
| configure:10344: result: yes | |
| configure:10344: checking for setjmp.h | |
| configure:10344: result: yes | |
| configure:10344: checking signal.h usability | |
| configure:10344: gcc -c -g -O2 conftest.c >&5 | |
| configure:10344: $? = 0 | |
| configure:10344: result: yes | |
| configure:10344: checking signal.h presence | |
| configure:10344: gcc -E conftest.c | |
| configure:10344: $? = 0 | |
| configure:10344: result: yes | |
| configure:10344: checking for signal.h | |
| configure:10344: result: yes | |
| configure:10344: checking stdarg.h usability | |
| configure:10344: gcc -c -g -O2 conftest.c >&5 | |
| configure:10344: $? = 0 | |
| configure:10344: result: yes | |
| configure:10344: checking stdarg.h presence | |
| configure:10344: gcc -E conftest.c | |
| configure:10344: $? = 0 | |
| configure:10344: result: yes | |
| configure:10344: checking for stdarg.h | |
| configure:10344: result: yes | |
| configure:10344: checking for stdint.h | |
| configure:10344: result: yes | |
| configure:10344: checking for stdlib.h | |
| configure:10344: result: yes | |
| configure:10344: checking termios.h usability | |
| configure:10344: gcc -c -g -O2 conftest.c >&5 | |
| configure:10344: $? = 0 | |
| configure:10344: result: yes | |
| configure:10344: checking termios.h presence | |
| configure:10344: gcc -E conftest.c | |
| configure:10344: $? = 0 | |
| configure:10344: result: yes | |
| configure:10344: checking for termios.h | |
| configure:10344: result: yes | |
| configure:10344: checking termio.h usability | |
| configure:10344: gcc -c -g -O2 conftest.c >&5 | |
| conftest.c:128:20: error: termio.h: No such file or directory | |
| configure:10344: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.1" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_WINT_T 1 | |
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| | #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| | #define HAVE_INTMAX_T 1 | |
| | #define HAVE_POSIX_PRINTF 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | #define HAVE_MMAP 1 | |
| | #define INTDIV0_RAISES_SIGFPE 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG 1 | |
| | #define HAVE_UINTMAX_T 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_LOCALE_H 1 | |
| | #define HAVE_NL_TYPES_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_ASPRINTF 1 | |
| | #define HAVE_FWPRINTF 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_GETEGID 1 | |
| | #define HAVE_GETEUID 1 | |
| | #define HAVE_GETGID 1 | |
| | #define HAVE_GETUID 1 | |
| | #define HAVE_MUNMAP 1 | |
| | #define HAVE_PUTENV 1 | |
| | #define HAVE_SETENV 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_SNPRINTF 1 | |
| | #define HAVE_STPCPY 1 | |
| | #define HAVE_STRCASECMP 1 | |
| | #define HAVE_STRDUP 1 | |
| | #define HAVE_STRTOUL 1 | |
| | #define HAVE_TSEARCH 1 | |
| | #define HAVE_WCSLEN 1 | |
| | #define HAVE_DECL__SNPRINTF 0 | |
| | #define HAVE_DECL__SNWPRINTF 0 | |
| | #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| | #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| | #define HAVE_DECL_GETC_UNLOCKED 1 | |
| | #define HAVE_ICONV 1 | |
| | #define ICONV_CONST | |
| | #define HAVE_LANGINFO_CODESET 1 | |
| | #define HAVE_LC_MESSAGES 1 | |
| | #define ENABLE_NLS 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_ERRNO_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_GETOPT_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_SEMAPHORE_H 1 | |
| | #define HAVE_SETJMP_H 1 | |
| | #define HAVE_SIGNAL_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <stdio.h> | |
| | #ifdef HAVE_SYS_TYPES_H | |
| | # include <sys/types.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_STAT_H | |
| | # include <sys/stat.h> | |
| | #endif | |
| | #ifdef STDC_HEADERS | |
| | # include <stdlib.h> | |
| | # include <stddef.h> | |
| | #else | |
| | # ifdef HAVE_STDLIB_H | |
| | # include <stdlib.h> | |
| | # endif | |
| | #endif | |
| | #ifdef HAVE_STRING_H | |
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| | # include <memory.h> | |
| | # endif | |
| | # include <string.h> | |
| | #endif | |
| | #ifdef HAVE_STRINGS_H | |
| | # include <strings.h> | |
| | #endif | |
| | #ifdef HAVE_INTTYPES_H | |
| | # include <inttypes.h> | |
| | #endif | |
| | #ifdef HAVE_STDINT_H | |
| | # include <stdint.h> | |
| | #endif | |
| | #ifdef HAVE_UNISTD_H | |
| | # include <unistd.h> | |
| | #endif | |
| | #include <termio.h> | |
| configure:10344: result: no | |
| configure:10344: checking termio.h presence | |
| configure:10344: gcc -E conftest.c | |
| conftest.c:95:20: error: termio.h: No such file or directory | |
| configure:10344: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.1" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_WINT_T 1 | |
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| | #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| | #define HAVE_INTMAX_T 1 | |
| | #define HAVE_POSIX_PRINTF 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | #define HAVE_MMAP 1 | |
| | #define INTDIV0_RAISES_SIGFPE 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG 1 | |
| | #define HAVE_UINTMAX_T 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_LOCALE_H 1 | |
| | #define HAVE_NL_TYPES_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_ASPRINTF 1 | |
| | #define HAVE_FWPRINTF 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_GETEGID 1 | |
| | #define HAVE_GETEUID 1 | |
| | #define HAVE_GETGID 1 | |
| | #define HAVE_GETUID 1 | |
| | #define HAVE_MUNMAP 1 | |
| | #define HAVE_PUTENV 1 | |
| | #define HAVE_SETENV 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_SNPRINTF 1 | |
| | #define HAVE_STPCPY 1 | |
| | #define HAVE_STRCASECMP 1 | |
| | #define HAVE_STRDUP 1 | |
| | #define HAVE_STRTOUL 1 | |
| | #define HAVE_TSEARCH 1 | |
| | #define HAVE_WCSLEN 1 | |
| | #define HAVE_DECL__SNPRINTF 0 | |
| | #define HAVE_DECL__SNWPRINTF 0 | |
| | #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| | #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| | #define HAVE_DECL_GETC_UNLOCKED 1 | |
| | #define HAVE_ICONV 1 | |
| | #define ICONV_CONST | |
| | #define HAVE_LANGINFO_CODESET 1 | |
| | #define HAVE_LC_MESSAGES 1 | |
| | #define ENABLE_NLS 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_ERRNO_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_GETOPT_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_SEMAPHORE_H 1 | |
| | #define HAVE_SETJMP_H 1 | |
| | #define HAVE_SIGNAL_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <termio.h> | |
| configure:10344: result: no | |
| configure:10344: checking for termio.h | |
| configure:10344: result: no | |
| configure:10344: checking for unistd.h | |
| configure:10344: result: yes | |
| configure:10344: checking utime.h usability | |
| configure:10344: gcc -c -g -O2 conftest.c >&5 | |
| configure:10344: $? = 0 | |
| configure:10344: result: yes | |
| configure:10344: checking utime.h presence | |
| configure:10344: gcc -E conftest.c | |
| configure:10344: $? = 0 | |
| configure:10344: result: yes | |
| configure:10344: checking for utime.h | |
| configure:10344: result: yes | |
| configure:10344: checking linux/falloc.h usability | |
| configure:10344: gcc -c -g -O2 conftest.c >&5 | |
| conftest.c:130:26: error: linux/falloc.h: No such file or directory | |
| configure:10344: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.1" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_WINT_T 1 | |
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| | #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| | #define HAVE_INTMAX_T 1 | |
| | #define HAVE_POSIX_PRINTF 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | #define HAVE_MMAP 1 | |
| | #define INTDIV0_RAISES_SIGFPE 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG 1 | |
| | #define HAVE_UINTMAX_T 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_LOCALE_H 1 | |
| | #define HAVE_NL_TYPES_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_ASPRINTF 1 | |
| | #define HAVE_FWPRINTF 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_GETEGID 1 | |
| | #define HAVE_GETEUID 1 | |
| | #define HAVE_GETGID 1 | |
| | #define HAVE_GETUID 1 | |
| | #define HAVE_MUNMAP 1 | |
| | #define HAVE_PUTENV 1 | |
| | #define HAVE_SETENV 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_SNPRINTF 1 | |
| | #define HAVE_STPCPY 1 | |
| | #define HAVE_STRCASECMP 1 | |
| | #define HAVE_STRDUP 1 | |
| | #define HAVE_STRTOUL 1 | |
| | #define HAVE_TSEARCH 1 | |
| | #define HAVE_WCSLEN 1 | |
| | #define HAVE_DECL__SNPRINTF 0 | |
| | #define HAVE_DECL__SNWPRINTF 0 | |
| | #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| | #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| | #define HAVE_DECL_GETC_UNLOCKED 1 | |
| | #define HAVE_ICONV 1 | |
| | #define ICONV_CONST | |
| | #define HAVE_LANGINFO_CODESET 1 | |
| | #define HAVE_LC_MESSAGES 1 | |
| | #define ENABLE_NLS 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_ERRNO_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_GETOPT_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_SEMAPHORE_H 1 | |
| | #define HAVE_SETJMP_H 1 | |
| | #define HAVE_SIGNAL_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTIME_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <stdio.h> | |
| | #ifdef HAVE_SYS_TYPES_H | |
| | # include <sys/types.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_STAT_H | |
| | # include <sys/stat.h> | |
| | #endif | |
| | #ifdef STDC_HEADERS | |
| | # include <stdlib.h> | |
| | # include <stddef.h> | |
| | #else | |
| | # ifdef HAVE_STDLIB_H | |
| | # include <stdlib.h> | |
| | # endif | |
| | #endif | |
| | #ifdef HAVE_STRING_H | |
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| | # include <memory.h> | |
| | # endif | |
| | # include <string.h> | |
| | #endif | |
| | #ifdef HAVE_STRINGS_H | |
| | # include <strings.h> | |
| | #endif | |
| | #ifdef HAVE_INTTYPES_H | |
| | # include <inttypes.h> | |
| | #endif | |
| | #ifdef HAVE_STDINT_H | |
| | # include <stdint.h> | |
| | #endif | |
| | #ifdef HAVE_UNISTD_H | |
| | # include <unistd.h> | |
| | #endif | |
| | #include <linux/falloc.h> | |
| configure:10344: result: no | |
| configure:10344: checking linux/falloc.h presence | |
| configure:10344: gcc -E conftest.c | |
| conftest.c:97:26: error: linux/falloc.h: No such file or directory | |
| configure:10344: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.1" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_WINT_T 1 | |
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| | #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| | #define HAVE_INTMAX_T 1 | |
| | #define HAVE_POSIX_PRINTF 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | #define HAVE_MMAP 1 | |
| | #define INTDIV0_RAISES_SIGFPE 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG 1 | |
| | #define HAVE_UINTMAX_T 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_LOCALE_H 1 | |
| | #define HAVE_NL_TYPES_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_ASPRINTF 1 | |
| | #define HAVE_FWPRINTF 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_GETEGID 1 | |
| | #define HAVE_GETEUID 1 | |
| | #define HAVE_GETGID 1 | |
| | #define HAVE_GETUID 1 | |
| | #define HAVE_MUNMAP 1 | |
| | #define HAVE_PUTENV 1 | |
| | #define HAVE_SETENV 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_SNPRINTF 1 | |
| | #define HAVE_STPCPY 1 | |
| | #define HAVE_STRCASECMP 1 | |
| | #define HAVE_STRDUP 1 | |
| | #define HAVE_STRTOUL 1 | |
| | #define HAVE_TSEARCH 1 | |
| | #define HAVE_WCSLEN 1 | |
| | #define HAVE_DECL__SNPRINTF 0 | |
| | #define HAVE_DECL__SNWPRINTF 0 | |
| | #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| | #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| | #define HAVE_DECL_GETC_UNLOCKED 1 | |
| | #define HAVE_ICONV 1 | |
| | #define ICONV_CONST | |
| | #define HAVE_LANGINFO_CODESET 1 | |
| | #define HAVE_LC_MESSAGES 1 | |
| | #define ENABLE_NLS 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_ERRNO_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_GETOPT_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_SEMAPHORE_H 1 | |
| | #define HAVE_SETJMP_H 1 | |
| | #define HAVE_SIGNAL_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTIME_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <linux/falloc.h> | |
| configure:10344: result: no | |
| configure:10344: checking for linux/falloc.h | |
| configure:10344: result: no | |
| configure:10344: checking linux/fd.h usability | |
| configure:10344: gcc -c -g -O2 conftest.c >&5 | |
| conftest.c:130:22: error: linux/fd.h: No such file or directory | |
| configure:10344: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.1" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_WINT_T 1 | |
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| | #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| | #define HAVE_INTMAX_T 1 | |
| | #define HAVE_POSIX_PRINTF 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | #define HAVE_MMAP 1 | |
| | #define INTDIV0_RAISES_SIGFPE 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG 1 | |
| | #define HAVE_UINTMAX_T 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_LOCALE_H 1 | |
| | #define HAVE_NL_TYPES_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_ASPRINTF 1 | |
| | #define HAVE_FWPRINTF 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_GETEGID 1 | |
| | #define HAVE_GETEUID 1 | |
| | #define HAVE_GETGID 1 | |
| | #define HAVE_GETUID 1 | |
| | #define HAVE_MUNMAP 1 | |
| | #define HAVE_PUTENV 1 | |
| | #define HAVE_SETENV 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_SNPRINTF 1 | |
| | #define HAVE_STPCPY 1 | |
| | #define HAVE_STRCASECMP 1 | |
| | #define HAVE_STRDUP 1 | |
| | #define HAVE_STRTOUL 1 | |
| | #define HAVE_TSEARCH 1 | |
| | #define HAVE_WCSLEN 1 | |
| | #define HAVE_DECL__SNPRINTF 0 | |
| | #define HAVE_DECL__SNWPRINTF 0 | |
| | #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| | #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| | #define HAVE_DECL_GETC_UNLOCKED 1 | |
| | #define HAVE_ICONV 1 | |
| | #define ICONV_CONST | |
| | #define HAVE_LANGINFO_CODESET 1 | |
| | #define HAVE_LC_MESSAGES 1 | |
| | #define ENABLE_NLS 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_ERRNO_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_GETOPT_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_SEMAPHORE_H 1 | |
| | #define HAVE_SETJMP_H 1 | |
| | #define HAVE_SIGNAL_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTIME_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <stdio.h> | |
| | #ifdef HAVE_SYS_TYPES_H | |
| | # include <sys/types.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_STAT_H | |
| | # include <sys/stat.h> | |
| | #endif | |
| | #ifdef STDC_HEADERS | |
| | # include <stdlib.h> | |
| | # include <stddef.h> | |
| | #else | |
| | # ifdef HAVE_STDLIB_H | |
| | # include <stdlib.h> | |
| | # endif | |
| | #endif | |
| | #ifdef HAVE_STRING_H | |
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| | # include <memory.h> | |
| | # endif | |
| | # include <string.h> | |
| | #endif | |
| | #ifdef HAVE_STRINGS_H | |
| | # include <strings.h> | |
| | #endif | |
| | #ifdef HAVE_INTTYPES_H | |
| | # include <inttypes.h> | |
| | #endif | |
| | #ifdef HAVE_STDINT_H | |
| | # include <stdint.h> | |
| | #endif | |
| | #ifdef HAVE_UNISTD_H | |
| | # include <unistd.h> | |
| | #endif | |
| | #include <linux/fd.h> | |
| configure:10344: result: no | |
| configure:10344: checking linux/fd.h presence | |
| configure:10344: gcc -E conftest.c | |
| conftest.c:97:22: error: linux/fd.h: No such file or directory | |
| configure:10344: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.1" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_WINT_T 1 | |
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| | #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| | #define HAVE_INTMAX_T 1 | |
| | #define HAVE_POSIX_PRINTF 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | #define HAVE_MMAP 1 | |
| | #define INTDIV0_RAISES_SIGFPE 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG 1 | |
| | #define HAVE_UINTMAX_T 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_LOCALE_H 1 | |
| | #define HAVE_NL_TYPES_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_ASPRINTF 1 | |
| | #define HAVE_FWPRINTF 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_GETEGID 1 | |
| | #define HAVE_GETEUID 1 | |
| | #define HAVE_GETGID 1 | |
| | #define HAVE_GETUID 1 | |
| | #define HAVE_MUNMAP 1 | |
| | #define HAVE_PUTENV 1 | |
| | #define HAVE_SETENV 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_SNPRINTF 1 | |
| | #define HAVE_STPCPY 1 | |
| | #define HAVE_STRCASECMP 1 | |
| | #define HAVE_STRDUP 1 | |
| | #define HAVE_STRTOUL 1 | |
| | #define HAVE_TSEARCH 1 | |
| | #define HAVE_WCSLEN 1 | |
| | #define HAVE_DECL__SNPRINTF 0 | |
| | #define HAVE_DECL__SNWPRINTF 0 | |
| | #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| | #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| | #define HAVE_DECL_GETC_UNLOCKED 1 | |
| | #define HAVE_ICONV 1 | |
| | #define ICONV_CONST | |
| | #define HAVE_LANGINFO_CODESET 1 | |
| | #define HAVE_LC_MESSAGES 1 | |
| | #define ENABLE_NLS 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_ERRNO_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_GETOPT_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_SEMAPHORE_H 1 | |
| | #define HAVE_SETJMP_H 1 | |
| | #define HAVE_SIGNAL_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTIME_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <linux/fd.h> | |
| configure:10344: result: no | |
| configure:10344: checking for linux/fd.h | |
| configure:10344: result: no | |
| configure:10344: checking linux/major.h usability | |
| configure:10344: gcc -c -g -O2 conftest.c >&5 | |
| conftest.c:130:25: error: linux/major.h: No such file or directory | |
| configure:10344: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.1" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_WINT_T 1 | |
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| | #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| | #define HAVE_INTMAX_T 1 | |
| | #define HAVE_POSIX_PRINTF 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | #define HAVE_MMAP 1 | |
| | #define INTDIV0_RAISES_SIGFPE 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG 1 | |
| | #define HAVE_UINTMAX_T 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_LOCALE_H 1 | |
| | #define HAVE_NL_TYPES_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_ASPRINTF 1 | |
| | #define HAVE_FWPRINTF 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_GETEGID 1 | |
| | #define HAVE_GETEUID 1 | |
| | #define HAVE_GETGID 1 | |
| | #define HAVE_GETUID 1 | |
| | #define HAVE_MUNMAP 1 | |
| | #define HAVE_PUTENV 1 | |
| | #define HAVE_SETENV 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_SNPRINTF 1 | |
| | #define HAVE_STPCPY 1 | |
| | #define HAVE_STRCASECMP 1 | |
| | #define HAVE_STRDUP 1 | |
| | #define HAVE_STRTOUL 1 | |
| | #define HAVE_TSEARCH 1 | |
| | #define HAVE_WCSLEN 1 | |
| | #define HAVE_DECL__SNPRINTF 0 | |
| | #define HAVE_DECL__SNWPRINTF 0 | |
| | #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| | #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| | #define HAVE_DECL_GETC_UNLOCKED 1 | |
| | #define HAVE_ICONV 1 | |
| | #define ICONV_CONST | |
| | #define HAVE_LANGINFO_CODESET 1 | |
| | #define HAVE_LC_MESSAGES 1 | |
| | #define ENABLE_NLS 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_ERRNO_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_GETOPT_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_SEMAPHORE_H 1 | |
| | #define HAVE_SETJMP_H 1 | |
| | #define HAVE_SIGNAL_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTIME_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <stdio.h> | |
| | #ifdef HAVE_SYS_TYPES_H | |
| | # include <sys/types.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_STAT_H | |
| | # include <sys/stat.h> | |
| | #endif | |
| | #ifdef STDC_HEADERS | |
| | # include <stdlib.h> | |
| | # include <stddef.h> | |
| | #else | |
| | # ifdef HAVE_STDLIB_H | |
| | # include <stdlib.h> | |
| | # endif | |
| | #endif | |
| | #ifdef HAVE_STRING_H | |
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| | # include <memory.h> | |
| | # endif | |
| | # include <string.h> | |
| | #endif | |
| | #ifdef HAVE_STRINGS_H | |
| | # include <strings.h> | |
| | #endif | |
| | #ifdef HAVE_INTTYPES_H | |
| | # include <inttypes.h> | |
| | #endif | |
| | #ifdef HAVE_STDINT_H | |
| | # include <stdint.h> | |
| | #endif | |
| | #ifdef HAVE_UNISTD_H | |
| | # include <unistd.h> | |
| | #endif | |
| | #include <linux/major.h> | |
| configure:10344: result: no | |
| configure:10344: checking linux/major.h presence | |
| configure:10344: gcc -E conftest.c | |
| conftest.c:97:25: error: linux/major.h: No such file or directory | |
| configure:10344: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.1" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_WINT_T 1 | |
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| | #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| | #define HAVE_INTMAX_T 1 | |
| | #define HAVE_POSIX_PRINTF 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | #define HAVE_MMAP 1 | |
| | #define INTDIV0_RAISES_SIGFPE 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG 1 | |
| | #define HAVE_UINTMAX_T 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_LOCALE_H 1 | |
| | #define HAVE_NL_TYPES_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_ASPRINTF 1 | |
| | #define HAVE_FWPRINTF 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_GETEGID 1 | |
| | #define HAVE_GETEUID 1 | |
| | #define HAVE_GETGID 1 | |
| | #define HAVE_GETUID 1 | |
| | #define HAVE_MUNMAP 1 | |
| | #define HAVE_PUTENV 1 | |
| | #define HAVE_SETENV 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_SNPRINTF 1 | |
| | #define HAVE_STPCPY 1 | |
| | #define HAVE_STRCASECMP 1 | |
| | #define HAVE_STRDUP 1 | |
| | #define HAVE_STRTOUL 1 | |
| | #define HAVE_TSEARCH 1 | |
| | #define HAVE_WCSLEN 1 | |
| | #define HAVE_DECL__SNPRINTF 0 | |
| | #define HAVE_DECL__SNWPRINTF 0 | |
| | #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| | #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| | #define HAVE_DECL_GETC_UNLOCKED 1 | |
| | #define HAVE_ICONV 1 | |
| | #define ICONV_CONST | |
| | #define HAVE_LANGINFO_CODESET 1 | |
| | #define HAVE_LC_MESSAGES 1 | |
| | #define ENABLE_NLS 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_ERRNO_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_GETOPT_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_SEMAPHORE_H 1 | |
| | #define HAVE_SETJMP_H 1 | |
| | #define HAVE_SIGNAL_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTIME_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <linux/major.h> | |
| configure:10344: result: no | |
| configure:10344: checking for linux/major.h | |
| configure:10344: result: no | |
| configure:10344: checking net/if_dl.h usability | |
| configure:10344: gcc -c -g -O2 conftest.c >&5 | |
| configure:10344: $? = 0 | |
| configure:10344: result: yes | |
| configure:10344: checking net/if_dl.h presence | |
| configure:10344: gcc -E conftest.c | |
| configure:10344: $? = 0 | |
| configure:10344: result: yes | |
| configure:10344: checking for net/if_dl.h | |
| configure:10344: result: yes | |
| configure:10344: checking netinet/in.h usability | |
| configure:10344: gcc -c -g -O2 conftest.c >&5 | |
| configure:10344: $? = 0 | |
| configure:10344: result: yes | |
| configure:10344: checking netinet/in.h presence | |
| configure:10344: gcc -E conftest.c | |
| configure:10344: $? = 0 | |
| configure:10344: result: yes | |
| configure:10344: checking for netinet/in.h | |
| configure:10344: result: yes | |
| configure:10344: checking sys/disklabel.h usability | |
| configure:10344: gcc -c -g -O2 conftest.c >&5 | |
| conftest.c:132:27: error: sys/disklabel.h: No such file or directory | |
| configure:10344: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.1" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_WINT_T 1 | |
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| | #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| | #define HAVE_INTMAX_T 1 | |
| | #define HAVE_POSIX_PRINTF 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | #define HAVE_MMAP 1 | |
| | #define INTDIV0_RAISES_SIGFPE 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG 1 | |
| | #define HAVE_UINTMAX_T 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_LOCALE_H 1 | |
| | #define HAVE_NL_TYPES_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_ASPRINTF 1 | |
| | #define HAVE_FWPRINTF 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_GETEGID 1 | |
| | #define HAVE_GETEUID 1 | |
| | #define HAVE_GETGID 1 | |
| | #define HAVE_GETUID 1 | |
| | #define HAVE_MUNMAP 1 | |
| | #define HAVE_PUTENV 1 | |
| | #define HAVE_SETENV 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_SNPRINTF 1 | |
| | #define HAVE_STPCPY 1 | |
| | #define HAVE_STRCASECMP 1 | |
| | #define HAVE_STRDUP 1 | |
| | #define HAVE_STRTOUL 1 | |
| | #define HAVE_TSEARCH 1 | |
| | #define HAVE_WCSLEN 1 | |
| | #define HAVE_DECL__SNPRINTF 0 | |
| | #define HAVE_DECL__SNWPRINTF 0 | |
| | #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| | #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| | #define HAVE_DECL_GETC_UNLOCKED 1 | |
| | #define HAVE_ICONV 1 | |
| | #define ICONV_CONST | |
| | #define HAVE_LANGINFO_CODESET 1 | |
| | #define HAVE_LC_MESSAGES 1 | |
| | #define ENABLE_NLS 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_ERRNO_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_GETOPT_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_SEMAPHORE_H 1 | |
| | #define HAVE_SETJMP_H 1 | |
| | #define HAVE_SIGNAL_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTIME_H 1 | |
| | #define HAVE_NET_IF_DL_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <stdio.h> | |
| | #ifdef HAVE_SYS_TYPES_H | |
| | # include <sys/types.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_STAT_H | |
| | # include <sys/stat.h> | |
| | #endif | |
| | #ifdef STDC_HEADERS | |
| | # include <stdlib.h> | |
| | # include <stddef.h> | |
| | #else | |
| | # ifdef HAVE_STDLIB_H | |
| | # include <stdlib.h> | |
| | # endif | |
| | #endif | |
| | #ifdef HAVE_STRING_H | |
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| | # include <memory.h> | |
| | # endif | |
| | # include <string.h> | |
| | #endif | |
| | #ifdef HAVE_STRINGS_H | |
| | # include <strings.h> | |
| | #endif | |
| | #ifdef HAVE_INTTYPES_H | |
| | # include <inttypes.h> | |
| | #endif | |
| | #ifdef HAVE_STDINT_H | |
| | # include <stdint.h> | |
| | #endif | |
| | #ifdef HAVE_UNISTD_H | |
| | # include <unistd.h> | |
| | #endif | |
| | #include <sys/disklabel.h> | |
| configure:10344: result: no | |
| configure:10344: checking sys/disklabel.h presence | |
| configure:10344: gcc -E conftest.c | |
| conftest.c:99:27: error: sys/disklabel.h: No such file or directory | |
| configure:10344: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.1" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_WINT_T 1 | |
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| | #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| | #define HAVE_INTMAX_T 1 | |
| | #define HAVE_POSIX_PRINTF 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | #define HAVE_MMAP 1 | |
| | #define INTDIV0_RAISES_SIGFPE 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG 1 | |
| | #define HAVE_UINTMAX_T 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_LOCALE_H 1 | |
| | #define HAVE_NL_TYPES_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_ASPRINTF 1 | |
| | #define HAVE_FWPRINTF 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_GETEGID 1 | |
| | #define HAVE_GETEUID 1 | |
| | #define HAVE_GETGID 1 | |
| | #define HAVE_GETUID 1 | |
| | #define HAVE_MUNMAP 1 | |
| | #define HAVE_PUTENV 1 | |
| | #define HAVE_SETENV 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_SNPRINTF 1 | |
| | #define HAVE_STPCPY 1 | |
| | #define HAVE_STRCASECMP 1 | |
| | #define HAVE_STRDUP 1 | |
| | #define HAVE_STRTOUL 1 | |
| | #define HAVE_TSEARCH 1 | |
| | #define HAVE_WCSLEN 1 | |
| | #define HAVE_DECL__SNPRINTF 0 | |
| | #define HAVE_DECL__SNWPRINTF 0 | |
| | #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| | #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| | #define HAVE_DECL_GETC_UNLOCKED 1 | |
| | #define HAVE_ICONV 1 | |
| | #define ICONV_CONST | |
| | #define HAVE_LANGINFO_CODESET 1 | |
| | #define HAVE_LC_MESSAGES 1 | |
| | #define ENABLE_NLS 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_ERRNO_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_GETOPT_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_SEMAPHORE_H 1 | |
| | #define HAVE_SETJMP_H 1 | |
| | #define HAVE_SIGNAL_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTIME_H 1 | |
| | #define HAVE_NET_IF_DL_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <sys/disklabel.h> | |
| configure:10344: result: no | |
| configure:10344: checking for sys/disklabel.h | |
| configure:10344: result: no | |
| configure:10344: checking sys/file.h usability | |
| configure:10344: gcc -c -g -O2 conftest.c >&5 | |
| configure:10344: $? = 0 | |
| configure:10344: result: yes | |
| configure:10344: checking sys/file.h presence | |
| configure:10344: gcc -E conftest.c | |
| configure:10344: $? = 0 | |
| configure:10344: result: yes | |
| configure:10344: checking for sys/file.h | |
| configure:10344: result: yes | |
| configure:10344: checking sys/ioctl.h usability | |
| configure:10344: gcc -c -g -O2 conftest.c >&5 | |
| configure:10344: $? = 0 | |
| configure:10344: result: yes | |
| configure:10344: checking sys/ioctl.h presence | |
| configure:10344: gcc -E conftest.c | |
| configure:10344: $? = 0 | |
| configure:10344: result: yes | |
| configure:10344: checking for sys/ioctl.h | |
| configure:10344: result: yes | |
| configure:10344: checking sys/mkdev.h usability | |
| configure:10344: gcc -c -g -O2 conftest.c >&5 | |
| conftest.c:134:23: error: sys/mkdev.h: No such file or directory | |
| configure:10344: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.1" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_WINT_T 1 | |
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| | #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| | #define HAVE_INTMAX_T 1 | |
| | #define HAVE_POSIX_PRINTF 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | #define HAVE_MMAP 1 | |
| | #define INTDIV0_RAISES_SIGFPE 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG 1 | |
| | #define HAVE_UINTMAX_T 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_LOCALE_H 1 | |
| | #define HAVE_NL_TYPES_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_ASPRINTF 1 | |
| | #define HAVE_FWPRINTF 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_GETEGID 1 | |
| | #define HAVE_GETEUID 1 | |
| | #define HAVE_GETGID 1 | |
| | #define HAVE_GETUID 1 | |
| | #define HAVE_MUNMAP 1 | |
| | #define HAVE_PUTENV 1 | |
| | #define HAVE_SETENV 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_SNPRINTF 1 | |
| | #define HAVE_STPCPY 1 | |
| | #define HAVE_STRCASECMP 1 | |
| | #define HAVE_STRDUP 1 | |
| | #define HAVE_STRTOUL 1 | |
| | #define HAVE_TSEARCH 1 | |
| | #define HAVE_WCSLEN 1 | |
| | #define HAVE_DECL__SNPRINTF 0 | |
| | #define HAVE_DECL__SNWPRINTF 0 | |
| | #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| | #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| | #define HAVE_DECL_GETC_UNLOCKED 1 | |
| | #define HAVE_ICONV 1 | |
| | #define ICONV_CONST | |
| | #define HAVE_LANGINFO_CODESET 1 | |
| | #define HAVE_LC_MESSAGES 1 | |
| | #define ENABLE_NLS 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_ERRNO_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_GETOPT_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_SEMAPHORE_H 1 | |
| | #define HAVE_SETJMP_H 1 | |
| | #define HAVE_SIGNAL_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTIME_H 1 | |
| | #define HAVE_NET_IF_DL_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_SYS_FILE_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <stdio.h> | |
| | #ifdef HAVE_SYS_TYPES_H | |
| | # include <sys/types.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_STAT_H | |
| | # include <sys/stat.h> | |
| | #endif | |
| | #ifdef STDC_HEADERS | |
| | # include <stdlib.h> | |
| | # include <stddef.h> | |
| | #else | |
| | # ifdef HAVE_STDLIB_H | |
| | # include <stdlib.h> | |
| | # endif | |
| | #endif | |
| | #ifdef HAVE_STRING_H | |
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| | # include <memory.h> | |
| | # endif | |
| | # include <string.h> | |
| | #endif | |
| | #ifdef HAVE_STRINGS_H | |
| | # include <strings.h> | |
| | #endif | |
| | #ifdef HAVE_INTTYPES_H | |
| | # include <inttypes.h> | |
| | #endif | |
| | #ifdef HAVE_STDINT_H | |
| | # include <stdint.h> | |
| | #endif | |
| | #ifdef HAVE_UNISTD_H | |
| | # include <unistd.h> | |
| | #endif | |
| | #include <sys/mkdev.h> | |
| configure:10344: result: no | |
| configure:10344: checking sys/mkdev.h presence | |
| configure:10344: gcc -E conftest.c | |
| conftest.c:101:23: error: sys/mkdev.h: No such file or directory | |
| configure:10344: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.1" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_WINT_T 1 | |
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| | #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| | #define HAVE_INTMAX_T 1 | |
| | #define HAVE_POSIX_PRINTF 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | #define HAVE_MMAP 1 | |
| | #define INTDIV0_RAISES_SIGFPE 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG 1 | |
| | #define HAVE_UINTMAX_T 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_LOCALE_H 1 | |
| | #define HAVE_NL_TYPES_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_ASPRINTF 1 | |
| | #define HAVE_FWPRINTF 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_GETEGID 1 | |
| | #define HAVE_GETEUID 1 | |
| | #define HAVE_GETGID 1 | |
| | #define HAVE_GETUID 1 | |
| | #define HAVE_MUNMAP 1 | |
| | #define HAVE_PUTENV 1 | |
| | #define HAVE_SETENV 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_SNPRINTF 1 | |
| | #define HAVE_STPCPY 1 | |
| | #define HAVE_STRCASECMP 1 | |
| | #define HAVE_STRDUP 1 | |
| | #define HAVE_STRTOUL 1 | |
| | #define HAVE_TSEARCH 1 | |
| | #define HAVE_WCSLEN 1 | |
| | #define HAVE_DECL__SNPRINTF 0 | |
| | #define HAVE_DECL__SNWPRINTF 0 | |
| | #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| | #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| | #define HAVE_DECL_GETC_UNLOCKED 1 | |
| | #define HAVE_ICONV 1 | |
| | #define ICONV_CONST | |
| | #define HAVE_LANGINFO_CODESET 1 | |
| | #define HAVE_LC_MESSAGES 1 | |
| | #define ENABLE_NLS 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_ERRNO_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_GETOPT_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_SEMAPHORE_H 1 | |
| | #define HAVE_SETJMP_H 1 | |
| | #define HAVE_SIGNAL_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTIME_H 1 | |
| | #define HAVE_NET_IF_DL_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_SYS_FILE_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <sys/mkdev.h> | |
| configure:10344: result: no | |
| configure:10344: checking for sys/mkdev.h | |
| configure:10344: result: no | |
| configure:10344: checking sys/mman.h usability | |
| configure:10344: gcc -c -g -O2 conftest.c >&5 | |
| configure:10344: $? = 0 | |
| configure:10344: result: yes | |
| configure:10344: checking sys/mman.h presence | |
| configure:10344: gcc -E conftest.c | |
| configure:10344: $? = 0 | |
| configure:10344: result: yes | |
| configure:10344: checking for sys/mman.h | |
| configure:10344: result: yes | |
| configure:10344: checking sys/prctl.h usability | |
| configure:10344: gcc -c -g -O2 conftest.c >&5 | |
| conftest.c:135:23: error: sys/prctl.h: No such file or directory | |
| configure:10344: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.1" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_WINT_T 1 | |
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| | #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| | #define HAVE_INTMAX_T 1 | |
| | #define HAVE_POSIX_PRINTF 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | #define HAVE_MMAP 1 | |
| | #define INTDIV0_RAISES_SIGFPE 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG 1 | |
| | #define HAVE_UINTMAX_T 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_LOCALE_H 1 | |
| | #define HAVE_NL_TYPES_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_ASPRINTF 1 | |
| | #define HAVE_FWPRINTF 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_GETEGID 1 | |
| | #define HAVE_GETEUID 1 | |
| | #define HAVE_GETGID 1 | |
| | #define HAVE_GETUID 1 | |
| | #define HAVE_MUNMAP 1 | |
| | #define HAVE_PUTENV 1 | |
| | #define HAVE_SETENV 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_SNPRINTF 1 | |
| | #define HAVE_STPCPY 1 | |
| | #define HAVE_STRCASECMP 1 | |
| | #define HAVE_STRDUP 1 | |
| | #define HAVE_STRTOUL 1 | |
| | #define HAVE_TSEARCH 1 | |
| | #define HAVE_WCSLEN 1 | |
| | #define HAVE_DECL__SNPRINTF 0 | |
| | #define HAVE_DECL__SNWPRINTF 0 | |
| | #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| | #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| | #define HAVE_DECL_GETC_UNLOCKED 1 | |
| | #define HAVE_ICONV 1 | |
| | #define ICONV_CONST | |
| | #define HAVE_LANGINFO_CODESET 1 | |
| | #define HAVE_LC_MESSAGES 1 | |
| | #define ENABLE_NLS 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_ERRNO_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_GETOPT_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_SEMAPHORE_H 1 | |
| | #define HAVE_SETJMP_H 1 | |
| | #define HAVE_SIGNAL_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTIME_H 1 | |
| | #define HAVE_NET_IF_DL_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_SYS_FILE_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <stdio.h> | |
| | #ifdef HAVE_SYS_TYPES_H | |
| | # include <sys/types.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_STAT_H | |
| | # include <sys/stat.h> | |
| | #endif | |
| | #ifdef STDC_HEADERS | |
| | # include <stdlib.h> | |
| | # include <stddef.h> | |
| | #else | |
| | # ifdef HAVE_STDLIB_H | |
| | # include <stdlib.h> | |
| | # endif | |
| | #endif | |
| | #ifdef HAVE_STRING_H | |
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| | # include <memory.h> | |
| | # endif | |
| | # include <string.h> | |
| | #endif | |
| | #ifdef HAVE_STRINGS_H | |
| | # include <strings.h> | |
| | #endif | |
| | #ifdef HAVE_INTTYPES_H | |
| | # include <inttypes.h> | |
| | #endif | |
| | #ifdef HAVE_STDINT_H | |
| | # include <stdint.h> | |
| | #endif | |
| | #ifdef HAVE_UNISTD_H | |
| | # include <unistd.h> | |
| | #endif | |
| | #include <sys/prctl.h> | |
| configure:10344: result: no | |
| configure:10344: checking sys/prctl.h presence | |
| configure:10344: gcc -E conftest.c | |
| conftest.c:102:23: error: sys/prctl.h: No such file or directory | |
| configure:10344: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.1" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_WINT_T 1 | |
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| | #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| | #define HAVE_INTMAX_T 1 | |
| | #define HAVE_POSIX_PRINTF 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | #define HAVE_MMAP 1 | |
| | #define INTDIV0_RAISES_SIGFPE 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG 1 | |
| | #define HAVE_UINTMAX_T 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_LOCALE_H 1 | |
| | #define HAVE_NL_TYPES_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_ASPRINTF 1 | |
| | #define HAVE_FWPRINTF 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_GETEGID 1 | |
| | #define HAVE_GETEUID 1 | |
| | #define HAVE_GETGID 1 | |
| | #define HAVE_GETUID 1 | |
| | #define HAVE_MUNMAP 1 | |
| | #define HAVE_PUTENV 1 | |
| | #define HAVE_SETENV 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_SNPRINTF 1 | |
| | #define HAVE_STPCPY 1 | |
| | #define HAVE_STRCASECMP 1 | |
| | #define HAVE_STRDUP 1 | |
| | #define HAVE_STRTOUL 1 | |
| | #define HAVE_TSEARCH 1 | |
| | #define HAVE_WCSLEN 1 | |
| | #define HAVE_DECL__SNPRINTF 0 | |
| | #define HAVE_DECL__SNWPRINTF 0 | |
| | #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| | #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| | #define HAVE_DECL_GETC_UNLOCKED 1 | |
| | #define HAVE_ICONV 1 | |
| | #define ICONV_CONST | |
| | #define HAVE_LANGINFO_CODESET 1 | |
| | #define HAVE_LC_MESSAGES 1 | |
| | #define ENABLE_NLS 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_ERRNO_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_GETOPT_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_SEMAPHORE_H 1 | |
| | #define HAVE_SETJMP_H 1 | |
| | #define HAVE_SIGNAL_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTIME_H 1 | |
| | #define HAVE_NET_IF_DL_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_SYS_FILE_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <sys/prctl.h> | |
| configure:10344: result: no | |
| configure:10344: checking for sys/prctl.h | |
| configure:10344: result: no | |
| configure:10344: checking sys/queue.h usability | |
| configure:10344: gcc -c -g -O2 conftest.c >&5 | |
| configure:10344: $? = 0 | |
| configure:10344: result: yes | |
| configure:10344: checking sys/queue.h presence | |
| configure:10344: gcc -E conftest.c | |
| configure:10344: $? = 0 | |
| configure:10344: result: yes | |
| configure:10344: checking for sys/queue.h | |
| configure:10344: result: yes | |
| configure:10344: checking sys/resource.h usability | |
| configure:10344: gcc -c -g -O2 conftest.c >&5 | |
| configure:10344: $? = 0 | |
| configure:10344: result: yes | |
| configure:10344: checking sys/resource.h presence | |
| configure:10344: gcc -E conftest.c | |
| configure:10344: $? = 0 | |
| configure:10344: result: yes | |
| configure:10344: checking for sys/resource.h | |
| configure:10344: result: yes | |
| configure:10344: checking sys/select.h usability | |
| configure:10344: gcc -c -g -O2 conftest.c >&5 | |
| configure:10344: $? = 0 | |
| configure:10344: result: yes | |
| configure:10344: checking sys/select.h presence | |
| configure:10344: gcc -E conftest.c | |
| configure:10344: $? = 0 | |
| configure:10344: result: yes | |
| configure:10344: checking for sys/select.h | |
| configure:10344: result: yes | |
| configure:10344: checking sys/socket.h usability | |
| configure:10344: gcc -c -g -O2 conftest.c >&5 | |
| configure:10344: $? = 0 | |
| configure:10344: result: yes | |
| configure:10344: checking sys/socket.h presence | |
| configure:10344: gcc -E conftest.c | |
| configure:10344: $? = 0 | |
| configure:10344: result: yes | |
| configure:10344: checking for sys/socket.h | |
| configure:10344: result: yes | |
| configure:10344: checking sys/sockio.h usability | |
| configure:10344: gcc -c -g -O2 conftest.c >&5 | |
| configure:10344: $? = 0 | |
| configure:10344: result: yes | |
| configure:10344: checking sys/sockio.h presence | |
| configure:10344: gcc -E conftest.c | |
| configure:10344: $? = 0 | |
| configure:10344: result: yes | |
| configure:10344: checking for sys/sockio.h | |
| configure:10344: result: yes | |
| configure:10344: checking for sys/stat.h | |
| configure:10344: result: yes | |
| configure:10344: checking sys/syscall.h usability | |
| configure:10344: gcc -c -g -O2 conftest.c >&5 | |
| configure:10344: $? = 0 | |
| configure:10344: result: yes | |
| configure:10344: checking sys/syscall.h presence | |
| configure:10344: gcc -E conftest.c | |
| configure:10344: $? = 0 | |
| configure:10344: result: yes | |
| configure:10344: checking for sys/syscall.h | |
| configure:10344: result: yes | |
| configure:10344: checking sys/sysmacros.h usability | |
| configure:10344: gcc -c -g -O2 conftest.c >&5 | |
| conftest.c:142:27: error: sys/sysmacros.h: No such file or directory | |
| configure:10344: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.1" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_WINT_T 1 | |
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| | #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| | #define HAVE_INTMAX_T 1 | |
| | #define HAVE_POSIX_PRINTF 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | #define HAVE_MMAP 1 | |
| | #define INTDIV0_RAISES_SIGFPE 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG 1 | |
| | #define HAVE_UINTMAX_T 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_LOCALE_H 1 | |
| | #define HAVE_NL_TYPES_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_ASPRINTF 1 | |
| | #define HAVE_FWPRINTF 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_GETEGID 1 | |
| | #define HAVE_GETEUID 1 | |
| | #define HAVE_GETGID 1 | |
| | #define HAVE_GETUID 1 | |
| | #define HAVE_MUNMAP 1 | |
| | #define HAVE_PUTENV 1 | |
| | #define HAVE_SETENV 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_SNPRINTF 1 | |
| | #define HAVE_STPCPY 1 | |
| | #define HAVE_STRCASECMP 1 | |
| | #define HAVE_STRDUP 1 | |
| | #define HAVE_STRTOUL 1 | |
| | #define HAVE_TSEARCH 1 | |
| | #define HAVE_WCSLEN 1 | |
| | #define HAVE_DECL__SNPRINTF 0 | |
| | #define HAVE_DECL__SNWPRINTF 0 | |
| | #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| | #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| | #define HAVE_DECL_GETC_UNLOCKED 1 | |
| | #define HAVE_ICONV 1 | |
| | #define ICONV_CONST | |
| | #define HAVE_LANGINFO_CODESET 1 | |
| | #define HAVE_LC_MESSAGES 1 | |
| | #define ENABLE_NLS 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_ERRNO_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_GETOPT_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_SEMAPHORE_H 1 | |
| | #define HAVE_SETJMP_H 1 | |
| | #define HAVE_SIGNAL_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTIME_H 1 | |
| | #define HAVE_NET_IF_DL_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_SYS_FILE_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_SELECT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_SYS_SOCKIO_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_SYSCALL_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <stdio.h> | |
| | #ifdef HAVE_SYS_TYPES_H | |
| | # include <sys/types.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_STAT_H | |
| | # include <sys/stat.h> | |
| | #endif | |
| | #ifdef STDC_HEADERS | |
| | # include <stdlib.h> | |
| | # include <stddef.h> | |
| | #else | |
| | # ifdef HAVE_STDLIB_H | |
| | # include <stdlib.h> | |
| | # endif | |
| | #endif | |
| | #ifdef HAVE_STRING_H | |
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| | # include <memory.h> | |
| | # endif | |
| | # include <string.h> | |
| | #endif | |
| | #ifdef HAVE_STRINGS_H | |
| | # include <strings.h> | |
| | #endif | |
| | #ifdef HAVE_INTTYPES_H | |
| | # include <inttypes.h> | |
| | #endif | |
| | #ifdef HAVE_STDINT_H | |
| | # include <stdint.h> | |
| | #endif | |
| | #ifdef HAVE_UNISTD_H | |
| | # include <unistd.h> | |
| | #endif | |
| | #include <sys/sysmacros.h> | |
| configure:10344: result: no | |
| configure:10344: checking sys/sysmacros.h presence | |
| configure:10344: gcc -E conftest.c | |
| conftest.c:109:27: error: sys/sysmacros.h: No such file or directory | |
| configure:10344: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.1" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_WINT_T 1 | |
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| | #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| | #define HAVE_INTMAX_T 1 | |
| | #define HAVE_POSIX_PRINTF 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | #define HAVE_MMAP 1 | |
| | #define INTDIV0_RAISES_SIGFPE 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG 1 | |
| | #define HAVE_UINTMAX_T 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_LOCALE_H 1 | |
| | #define HAVE_NL_TYPES_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_ASPRINTF 1 | |
| | #define HAVE_FWPRINTF 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_GETEGID 1 | |
| | #define HAVE_GETEUID 1 | |
| | #define HAVE_GETGID 1 | |
| | #define HAVE_GETUID 1 | |
| | #define HAVE_MUNMAP 1 | |
| | #define HAVE_PUTENV 1 | |
| | #define HAVE_SETENV 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_SNPRINTF 1 | |
| | #define HAVE_STPCPY 1 | |
| | #define HAVE_STRCASECMP 1 | |
| | #define HAVE_STRDUP 1 | |
| | #define HAVE_STRTOUL 1 | |
| | #define HAVE_TSEARCH 1 | |
| | #define HAVE_WCSLEN 1 | |
| | #define HAVE_DECL__SNPRINTF 0 | |
| | #define HAVE_DECL__SNWPRINTF 0 | |
| | #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| | #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| | #define HAVE_DECL_GETC_UNLOCKED 1 | |
| | #define HAVE_ICONV 1 | |
| | #define ICONV_CONST | |
| | #define HAVE_LANGINFO_CODESET 1 | |
| | #define HAVE_LC_MESSAGES 1 | |
| | #define ENABLE_NLS 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_ERRNO_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_GETOPT_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_SEMAPHORE_H 1 | |
| | #define HAVE_SETJMP_H 1 | |
| | #define HAVE_SIGNAL_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTIME_H 1 | |
| | #define HAVE_NET_IF_DL_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_SYS_FILE_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_SELECT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_SYS_SOCKIO_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_SYSCALL_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <sys/sysmacros.h> | |
| configure:10344: result: no | |
| configure:10344: checking for sys/sysmacros.h | |
| configure:10344: result: no | |
| configure:10344: checking sys/time.h usability | |
| configure:10344: gcc -c -g -O2 conftest.c >&5 | |
| configure:10344: $? = 0 | |
| configure:10344: result: yes | |
| configure:10344: checking sys/time.h presence | |
| configure:10344: gcc -E conftest.c | |
| configure:10344: $? = 0 | |
| configure:10344: result: yes | |
| configure:10344: checking for sys/time.h | |
| configure:10344: result: yes | |
| configure:10344: checking for sys/types.h | |
| configure:10344: result: yes | |
| configure:10344: checking sys/un.h usability | |
| configure:10344: gcc -c -g -O2 conftest.c >&5 | |
| configure:10344: $? = 0 | |
| configure:10344: result: yes | |
| configure:10344: checking sys/un.h presence | |
| configure:10344: gcc -E conftest.c | |
| configure:10344: $? = 0 | |
| configure:10344: result: yes | |
| configure:10344: checking for sys/un.h | |
| configure:10344: result: yes | |
| configure:10344: checking sys/wait.h usability | |
| configure:10344: gcc -c -g -O2 conftest.c >&5 | |
| configure:10344: $? = 0 | |
| configure:10344: result: yes | |
| configure:10344: checking sys/wait.h presence | |
| configure:10344: gcc -E conftest.c | |
| configure:10344: $? = 0 | |
| configure:10344: result: yes | |
| configure:10344: checking for sys/wait.h | |
| configure:10344: result: yes | |
| configure:10357: checking for sys/disk.h | |
| configure:10357: gcc -c -g -O2 conftest.c >&5 | |
| configure:10357: $? = 0 | |
| configure:10357: result: yes | |
| configure:10357: checking for sys/mount.h | |
| configure:10357: gcc -c -g -O2 conftest.c >&5 | |
| configure:10357: $? = 0 | |
| configure:10357: result: yes | |
| configure:10374: checking for net/if.h | |
| configure:10374: gcc -c -g -O2 conftest.c >&5 | |
| In file included from conftest.c:124: | |
| /usr/include/net/if.h:306: error: field 'ifru_addr' has incomplete type | |
| /usr/include/net/if.h:307: error: field 'ifru_dstaddr' has incomplete type | |
| /usr/include/net/if.h:308: error: field 'ifru_broadaddr' has incomplete type | |
| /usr/include/net/if.h:352: error: field 'ifra_addr' has incomplete type | |
| /usr/include/net/if.h:353: error: field 'ifra_broadaddr' has incomplete type | |
| /usr/include/net/if.h:354: error: field 'ifra_mask' has incomplete type | |
| /usr/include/net/if.h:437: error: field 'addr' has incomplete type | |
| /usr/include/net/if.h:438: error: field 'dstaddr' has incomplete type | |
| configure:10374: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.1" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_WINT_T 1 | |
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| | #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| | #define HAVE_INTMAX_T 1 | |
| | #define HAVE_POSIX_PRINTF 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | #define HAVE_MMAP 1 | |
| | #define INTDIV0_RAISES_SIGFPE 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG 1 | |
| | #define HAVE_UINTMAX_T 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_LOCALE_H 1 | |
| | #define HAVE_NL_TYPES_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_ASPRINTF 1 | |
| | #define HAVE_FWPRINTF 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_GETEGID 1 | |
| | #define HAVE_GETEUID 1 | |
| | #define HAVE_GETGID 1 | |
| | #define HAVE_GETUID 1 | |
| | #define HAVE_MUNMAP 1 | |
| | #define HAVE_PUTENV 1 | |
| | #define HAVE_SETENV 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_SNPRINTF 1 | |
| | #define HAVE_STPCPY 1 | |
| | #define HAVE_STRCASECMP 1 | |
| | #define HAVE_STRDUP 1 | |
| | #define HAVE_STRTOUL 1 | |
| | #define HAVE_TSEARCH 1 | |
| | #define HAVE_WCSLEN 1 | |
| | #define HAVE_DECL__SNPRINTF 0 | |
| | #define HAVE_DECL__SNWPRINTF 0 | |
| | #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| | #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| | #define HAVE_DECL_GETC_UNLOCKED 1 | |
| | #define HAVE_ICONV 1 | |
| | #define ICONV_CONST | |
| | #define HAVE_LANGINFO_CODESET 1 | |
| | #define HAVE_LC_MESSAGES 1 | |
| | #define ENABLE_NLS 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_ERRNO_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_GETOPT_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_SEMAPHORE_H 1 | |
| | #define HAVE_SETJMP_H 1 | |
| | #define HAVE_SIGNAL_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTIME_H 1 | |
| | #define HAVE_NET_IF_DL_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_SYS_FILE_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_SELECT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_SYS_SOCKIO_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_SYSCALL_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_UN_H 1 | |
| | #define HAVE_SYS_WAIT_H 1 | |
| | #define HAVE_SYS_DISK_H 1 | |
| | #define HAVE_SYS_MOUNT_H 1 | |
| | /* end confdefs.h. */ | |
| | | |
| | #if HAVE_SYS_TYPES_H | |
| | #include <sys/types.h> | |
| | #endif | |
| | #if HAVE_SYS_SOCKET | |
| | #include <sys/socket.h> | |
| | #endif | |
| | | |
| | | |
| | #include <net/if.h> | |
| configure:10374: result: no | |
| configure:10394: checking for vprintf | |
| configure:10394: gcc -o conftest -g -O2 conftest.c >&5 | |
| conftest.c:138: warning: conflicting types for built-in function 'vprintf' | |
| configure:10394: $? = 0 | |
| configure:10394: result: yes | |
| configure:10400: checking for _doprnt | |
| configure:10400: gcc -o conftest -g -O2 conftest.c >&5 | |
| Undefined symbols for architecture x86_64: | |
| "__doprnt", referenced from: | |
| _main in cc6MYLcp.o | |
| ld: symbol(s) not found for architecture x86_64 | |
| collect2: ld returned 1 exit status | |
| configure:10400: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.1" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_WINT_T 1 | |
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| | #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| | #define HAVE_INTMAX_T 1 | |
| | #define HAVE_POSIX_PRINTF 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | #define HAVE_MMAP 1 | |
| | #define INTDIV0_RAISES_SIGFPE 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG 1 | |
| | #define HAVE_UINTMAX_T 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_LOCALE_H 1 | |
| | #define HAVE_NL_TYPES_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_ASPRINTF 1 | |
| | #define HAVE_FWPRINTF 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_GETEGID 1 | |
| | #define HAVE_GETEUID 1 | |
| | #define HAVE_GETGID 1 | |
| | #define HAVE_GETUID 1 | |
| | #define HAVE_MUNMAP 1 | |
| | #define HAVE_PUTENV 1 | |
| | #define HAVE_SETENV 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_SNPRINTF 1 | |
| | #define HAVE_STPCPY 1 | |
| | #define HAVE_STRCASECMP 1 | |
| | #define HAVE_STRDUP 1 | |
| | #define HAVE_STRTOUL 1 | |
| | #define HAVE_TSEARCH 1 | |
| | #define HAVE_WCSLEN 1 | |
| | #define HAVE_DECL__SNPRINTF 0 | |
| | #define HAVE_DECL__SNWPRINTF 0 | |
| | #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| | #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| | #define HAVE_DECL_GETC_UNLOCKED 1 | |
| | #define HAVE_ICONV 1 | |
| | #define ICONV_CONST | |
| | #define HAVE_LANGINFO_CODESET 1 | |
| | #define HAVE_LC_MESSAGES 1 | |
| | #define ENABLE_NLS 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_ERRNO_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_GETOPT_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_SEMAPHORE_H 1 | |
| | #define HAVE_SETJMP_H 1 | |
| | #define HAVE_SIGNAL_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTIME_H 1 | |
| | #define HAVE_NET_IF_DL_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_SYS_FILE_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_SELECT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_SYS_SOCKIO_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_SYSCALL_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_UN_H 1 | |
| | #define HAVE_SYS_WAIT_H 1 | |
| | #define HAVE_SYS_DISK_H 1 | |
| | #define HAVE_SYS_MOUNT_H 1 | |
| | #define HAVE_VPRINTF 1 | |
| | /* end confdefs.h. */ | |
| | /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt. | |
| | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| | #define _doprnt innocuous__doprnt | |
| | | |
| | /* System header to define __stub macros and hopefully few prototypes, | |
| | which can conflict with char _doprnt (); below. | |
| | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| | <limits.h> exists even on freestanding compilers. */ | |
| | | |
| | #ifdef __STDC__ | |
| | # include <limits.h> | |
| | #else | |
| | # include <assert.h> | |
| | #endif | |
| | | |
| | #undef _doprnt | |
| | | |
| | /* 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 _doprnt (); | |
| | /* The GNU C library defines this for functions which it implements | |
| | to always fail with ENOSYS. Some functions are actually named | |
| | something starting with __ and the normal name is an alias. */ | |
| | #if defined __stub__doprnt || defined __stub____doprnt | |
| | choke me | |
| | #endif | |
| | | |
| | int | |
| | main () | |
| | { | |
| | return _doprnt (); | |
| | ; | |
| | return 0; | |
| | } | |
| configure:10400: result: no | |
| configure:10411: checking for struct dirent.d_reclen | |
| configure:10411: gcc -c -g -O2 conftest.c >&5 | |
| configure:10411: $? = 0 | |
| configure:10411: result: yes | |
| configure:10419: checking for ssize_t | |
| configure:10419: gcc -c -g -O2 conftest.c >&5 | |
| configure:10419: $? = 0 | |
| configure:10419: gcc -c -g -O2 conftest.c >&5 | |
| conftest.c: In function 'main': | |
| conftest.c:122: error: expected expression before ')' token | |
| configure:10419: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.1" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_WINT_T 1 | |
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| | #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| | #define HAVE_INTMAX_T 1 | |
| | #define HAVE_POSIX_PRINTF 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | #define HAVE_MMAP 1 | |
| | #define INTDIV0_RAISES_SIGFPE 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG 1 | |
| | #define HAVE_UINTMAX_T 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_LOCALE_H 1 | |
| | #define HAVE_NL_TYPES_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_ASPRINTF 1 | |
| | #define HAVE_FWPRINTF 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_GETEGID 1 | |
| | #define HAVE_GETEUID 1 | |
| | #define HAVE_GETGID 1 | |
| | #define HAVE_GETUID 1 | |
| | #define HAVE_MUNMAP 1 | |
| | #define HAVE_PUTENV 1 | |
| | #define HAVE_SETENV 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_SNPRINTF 1 | |
| | #define HAVE_STPCPY 1 | |
| | #define HAVE_STRCASECMP 1 | |
| | #define HAVE_STRDUP 1 | |
| | #define HAVE_STRTOUL 1 | |
| | #define HAVE_TSEARCH 1 | |
| | #define HAVE_WCSLEN 1 | |
| | #define HAVE_DECL__SNPRINTF 0 | |
| | #define HAVE_DECL__SNWPRINTF 0 | |
| | #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| | #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| | #define HAVE_DECL_GETC_UNLOCKED 1 | |
| | #define HAVE_ICONV 1 | |
| | #define ICONV_CONST | |
| | #define HAVE_LANGINFO_CODESET 1 | |
| | #define HAVE_LC_MESSAGES 1 | |
| | #define ENABLE_NLS 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_ERRNO_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_GETOPT_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_SEMAPHORE_H 1 | |
| | #define HAVE_SETJMP_H 1 | |
| | #define HAVE_SIGNAL_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTIME_H 1 | |
| | #define HAVE_NET_IF_DL_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_SYS_FILE_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_SELECT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_SYS_SOCKIO_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_SYSCALL_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_UN_H 1 | |
| | #define HAVE_SYS_WAIT_H 1 | |
| | #define HAVE_SYS_DISK_H 1 | |
| | #define HAVE_SYS_MOUNT_H 1 | |
| | #define HAVE_VPRINTF 1 | |
| | #define HAVE_RECLEN_DIRENT 1 | |
| | /* end confdefs.h. */ | |
| | #include <sys/types.h> | |
| | | |
| | int | |
| | main () | |
| | { | |
| | if (sizeof ((ssize_t))) | |
| | return 0; | |
| | ; | |
| | return 0; | |
| | } | |
| configure:10419: result: yes | |
| configure:10427: checking whether llseek is declared | |
| configure:10427: gcc -c -g -O2 conftest.c >&5 | |
| conftest.c: In function 'main': | |
| conftest.c:127: error: 'llseek' undeclared (first use in this function) | |
| conftest.c:127: error: (Each undeclared identifier is reported only once | |
| conftest.c:127: error: for each function it appears in.) | |
| configure:10427: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.1" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_WINT_T 1 | |
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| | #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| | #define HAVE_INTMAX_T 1 | |
| | #define HAVE_POSIX_PRINTF 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | #define HAVE_MMAP 1 | |
| | #define INTDIV0_RAISES_SIGFPE 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG 1 | |
| | #define HAVE_UINTMAX_T 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_LOCALE_H 1 | |
| | #define HAVE_NL_TYPES_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_ASPRINTF 1 | |
| | #define HAVE_FWPRINTF 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_GETEGID 1 | |
| | #define HAVE_GETEUID 1 | |
| | #define HAVE_GETGID 1 | |
| | #define HAVE_GETUID 1 | |
| | #define HAVE_MUNMAP 1 | |
| | #define HAVE_PUTENV 1 | |
| | #define HAVE_SETENV 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_SNPRINTF 1 | |
| | #define HAVE_STPCPY 1 | |
| | #define HAVE_STRCASECMP 1 | |
| | #define HAVE_STRDUP 1 | |
| | #define HAVE_STRTOUL 1 | |
| | #define HAVE_TSEARCH 1 | |
| | #define HAVE_WCSLEN 1 | |
| | #define HAVE_DECL__SNPRINTF 0 | |
| | #define HAVE_DECL__SNWPRINTF 0 | |
| | #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| | #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| | #define HAVE_DECL_GETC_UNLOCKED 1 | |
| | #define HAVE_ICONV 1 | |
| | #define ICONV_CONST | |
| | #define HAVE_LANGINFO_CODESET 1 | |
| | #define HAVE_LC_MESSAGES 1 | |
| | #define ENABLE_NLS 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_ERRNO_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_GETOPT_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_SEMAPHORE_H 1 | |
| | #define HAVE_SETJMP_H 1 | |
| | #define HAVE_SIGNAL_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTIME_H 1 | |
| | #define HAVE_NET_IF_DL_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_SYS_FILE_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_SELECT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_SYS_SOCKIO_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_SYSCALL_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_UN_H 1 | |
| | #define HAVE_SYS_WAIT_H 1 | |
| | #define HAVE_SYS_DISK_H 1 | |
| | #define HAVE_SYS_MOUNT_H 1 | |
| | #define HAVE_VPRINTF 1 | |
| | #define HAVE_RECLEN_DIRENT 1 | |
| | #define HAVE_TYPE_SSIZE_T 1 | |
| | /* end confdefs.h. */ | |
| | #include <unistd.h> | |
| | | |
| | int | |
| | main () | |
| | { | |
| | #ifndef llseek | |
| | #ifdef __cplusplus | |
| | (void) llseek; | |
| | #else | |
| | (void) llseek; | |
| | #endif | |
| | #endif | |
| | | |
| | ; | |
| | return 0; | |
| | } | |
| configure:10427: result: no | |
| configure:10435: checking whether lseek64 is declared | |
| configure:10435: gcc -c -g -O2 conftest.c >&5 | |
| conftest.c: In function 'main': | |
| conftest.c:129: error: 'lseek64' undeclared (first use in this function) | |
| conftest.c:129: error: (Each undeclared identifier is reported only once | |
| conftest.c:129: error: for each function it appears in.) | |
| configure:10435: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.1" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_WINT_T 1 | |
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| | #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| | #define HAVE_INTMAX_T 1 | |
| | #define HAVE_POSIX_PRINTF 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | #define HAVE_MMAP 1 | |
| | #define INTDIV0_RAISES_SIGFPE 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG 1 | |
| | #define HAVE_UINTMAX_T 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_LOCALE_H 1 | |
| | #define HAVE_NL_TYPES_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_ASPRINTF 1 | |
| | #define HAVE_FWPRINTF 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_GETEGID 1 | |
| | #define HAVE_GETEUID 1 | |
| | #define HAVE_GETGID 1 | |
| | #define HAVE_GETUID 1 | |
| | #define HAVE_MUNMAP 1 | |
| | #define HAVE_PUTENV 1 | |
| | #define HAVE_SETENV 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_SNPRINTF 1 | |
| | #define HAVE_STPCPY 1 | |
| | #define HAVE_STRCASECMP 1 | |
| | #define HAVE_STRDUP 1 | |
| | #define HAVE_STRTOUL 1 | |
| | #define HAVE_TSEARCH 1 | |
| | #define HAVE_WCSLEN 1 | |
| | #define HAVE_DECL__SNPRINTF 0 | |
| | #define HAVE_DECL__SNWPRINTF 0 | |
| | #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| | #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| | #define HAVE_DECL_GETC_UNLOCKED 1 | |
| | #define HAVE_ICONV 1 | |
| | #define ICONV_CONST | |
| | #define HAVE_LANGINFO_CODESET 1 | |
| | #define HAVE_LC_MESSAGES 1 | |
| | #define ENABLE_NLS 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_ERRNO_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_GETOPT_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_SEMAPHORE_H 1 | |
| | #define HAVE_SETJMP_H 1 | |
| | #define HAVE_SIGNAL_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTIME_H 1 | |
| | #define HAVE_NET_IF_DL_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_SYS_FILE_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_SELECT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_SYS_SOCKIO_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_SYSCALL_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_UN_H 1 | |
| | #define HAVE_SYS_WAIT_H 1 | |
| | #define HAVE_SYS_DISK_H 1 | |
| | #define HAVE_SYS_MOUNT_H 1 | |
| | #define HAVE_VPRINTF 1 | |
| | #define HAVE_RECLEN_DIRENT 1 | |
| | #define HAVE_TYPE_SSIZE_T 1 | |
| | /* end confdefs.h. */ | |
| | #define _LARGEFILE_SOURCE | |
| | #define _LARGEFILE64_SOURCE | |
| | #include <unistd.h> | |
| | | |
| | int | |
| | main () | |
| | { | |
| | #ifndef lseek64 | |
| | #ifdef __cplusplus | |
| | (void) lseek64; | |
| | #else | |
| | (void) lseek64; | |
| | #endif | |
| | #endif | |
| | | |
| | ; | |
| | return 0; | |
| | } | |
| configure:10435: result: no | |
| configure:10449: checking size of short | |
| configure:10454: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:10454: $? = 0 | |
| configure:10454: ./conftest | |
| configure:10454: $? = 0 | |
| configure:10468: result: 2 | |
| configure:10482: checking size of int | |
| configure:10487: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:10487: $? = 0 | |
| configure:10487: ./conftest | |
| configure:10487: $? = 0 | |
| configure:10501: result: 4 | |
| configure:10515: checking size of long | |
| configure:10520: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:10520: $? = 0 | |
| configure:10520: ./conftest | |
| configure:10520: $? = 0 | |
| configure:10534: result: 8 | |
| configure:10548: checking size of long long | |
| configure:10553: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:10553: $? = 0 | |
| configure:10553: ./conftest | |
| configure:10553: $? = 0 | |
| configure:10567: result: 8 | |
| configure:10585: checking whether byte ordering is bigendian | |
| configure:10600: gcc -c -g -O2 conftest.c >&5 | |
| configure:10600: $? = 0 | |
| configure:10645: gcc -c -g -O2 conftest.c >&5 | |
| configure:10645: $? = 0 | |
| configure:10663: gcc -c -g -O2 conftest.c >&5 | |
| conftest.c: In function 'main': | |
| conftest.c:129: error: 'not' undeclared (first use in this function) | |
| conftest.c:129: error: (Each undeclared identifier is reported only once | |
| conftest.c:129: error: for each function it appears in.) | |
| conftest.c:129: error: expected ';' before 'big' | |
| configure:10663: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.1" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_WINT_T 1 | |
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| | #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| | #define HAVE_INTMAX_T 1 | |
| | #define HAVE_POSIX_PRINTF 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | #define HAVE_MMAP 1 | |
| | #define INTDIV0_RAISES_SIGFPE 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG 1 | |
| | #define HAVE_UINTMAX_T 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_LOCALE_H 1 | |
| | #define HAVE_NL_TYPES_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_ASPRINTF 1 | |
| | #define HAVE_FWPRINTF 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_GETEGID 1 | |
| | #define HAVE_GETEUID 1 | |
| | #define HAVE_GETGID 1 | |
| | #define HAVE_GETUID 1 | |
| | #define HAVE_MUNMAP 1 | |
| | #define HAVE_PUTENV 1 | |
| | #define HAVE_SETENV 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_SNPRINTF 1 | |
| | #define HAVE_STPCPY 1 | |
| | #define HAVE_STRCASECMP 1 | |
| | #define HAVE_STRDUP 1 | |
| | #define HAVE_STRTOUL 1 | |
| | #define HAVE_TSEARCH 1 | |
| | #define HAVE_WCSLEN 1 | |
| | #define HAVE_DECL__SNPRINTF 0 | |
| | #define HAVE_DECL__SNWPRINTF 0 | |
| | #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| | #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| | #define HAVE_DECL_GETC_UNLOCKED 1 | |
| | #define HAVE_ICONV 1 | |
| | #define ICONV_CONST | |
| | #define HAVE_LANGINFO_CODESET 1 | |
| | #define HAVE_LC_MESSAGES 1 | |
| | #define ENABLE_NLS 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_ERRNO_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_GETOPT_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_SEMAPHORE_H 1 | |
| | #define HAVE_SETJMP_H 1 | |
| | #define HAVE_SIGNAL_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTIME_H 1 | |
| | #define HAVE_NET_IF_DL_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_SYS_FILE_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_SELECT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_SYS_SOCKIO_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_SYSCALL_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_UN_H 1 | |
| | #define HAVE_SYS_WAIT_H 1 | |
| | #define HAVE_SYS_DISK_H 1 | |
| | #define HAVE_SYS_MOUNT_H 1 | |
| | #define HAVE_VPRINTF 1 | |
| | #define HAVE_RECLEN_DIRENT 1 | |
| | #define HAVE_TYPE_SSIZE_T 1 | |
| | #define SIZEOF_SHORT 2 | |
| | #define SIZEOF_INT 4 | |
| | #define SIZEOF_LONG 8 | |
| | #define SIZEOF_LONG_LONG 8 | |
| | /* end confdefs.h. */ | |
| | #include <sys/types.h> | |
| | #include <sys/param.h> | |
| | | |
| | int | |
| | main () | |
| | { | |
| | #if BYTE_ORDER != BIG_ENDIAN | |
| | not big endian | |
| | #endif | |
| | | |
| | ; | |
| | return 0; | |
| | } | |
| configure:10791: result: no | |
| configure:10829: checking for inttypes.h | |
| configure:10829: result: yes | |
| configure:10839: checking for intptr_t | |
| configure:10839: gcc -c -g -O2 conftest.c >&5 | |
| configure:10839: $? = 0 | |
| configure:10839: gcc -c -g -O2 conftest.c >&5 | |
| conftest.c: In function 'main': | |
| conftest.c:159: error: expected expression before ')' token | |
| configure:10839: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.1" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_WINT_T 1 | |
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| | #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| | #define HAVE_INTMAX_T 1 | |
| | #define HAVE_POSIX_PRINTF 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | #define HAVE_MMAP 1 | |
| | #define INTDIV0_RAISES_SIGFPE 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG 1 | |
| | #define HAVE_UINTMAX_T 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_LOCALE_H 1 | |
| | #define HAVE_NL_TYPES_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_ASPRINTF 1 | |
| | #define HAVE_FWPRINTF 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_GETEGID 1 | |
| | #define HAVE_GETEUID 1 | |
| | #define HAVE_GETGID 1 | |
| | #define HAVE_GETUID 1 | |
| | #define HAVE_MUNMAP 1 | |
| | #define HAVE_PUTENV 1 | |
| | #define HAVE_SETENV 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_SNPRINTF 1 | |
| | #define HAVE_STPCPY 1 | |
| | #define HAVE_STRCASECMP 1 | |
| | #define HAVE_STRDUP 1 | |
| | #define HAVE_STRTOUL 1 | |
| | #define HAVE_TSEARCH 1 | |
| | #define HAVE_WCSLEN 1 | |
| | #define HAVE_DECL__SNPRINTF 0 | |
| | #define HAVE_DECL__SNWPRINTF 0 | |
| | #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| | #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| | #define HAVE_DECL_GETC_UNLOCKED 1 | |
| | #define HAVE_ICONV 1 | |
| | #define ICONV_CONST | |
| | #define HAVE_LANGINFO_CODESET 1 | |
| | #define HAVE_LC_MESSAGES 1 | |
| | #define ENABLE_NLS 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_ERRNO_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_GETOPT_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_SEMAPHORE_H 1 | |
| | #define HAVE_SETJMP_H 1 | |
| | #define HAVE_SIGNAL_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTIME_H 1 | |
| | #define HAVE_NET_IF_DL_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_SYS_FILE_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_SELECT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_SYS_SOCKIO_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_SYSCALL_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_UN_H 1 | |
| | #define HAVE_SYS_WAIT_H 1 | |
| | #define HAVE_SYS_DISK_H 1 | |
| | #define HAVE_SYS_MOUNT_H 1 | |
| | #define HAVE_VPRINTF 1 | |
| | #define HAVE_RECLEN_DIRENT 1 | |
| | #define HAVE_TYPE_SSIZE_T 1 | |
| | #define SIZEOF_SHORT 2 | |
| | #define SIZEOF_INT 4 | |
| | #define SIZEOF_LONG 8 | |
| | #define SIZEOF_LONG_LONG 8 | |
| | #define HAVE_INTTYPES_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <stdio.h> | |
| | #ifdef HAVE_SYS_TYPES_H | |
| | # include <sys/types.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_STAT_H | |
| | # include <sys/stat.h> | |
| | #endif | |
| | #ifdef STDC_HEADERS | |
| | # include <stdlib.h> | |
| | # include <stddef.h> | |
| | #else | |
| | # ifdef HAVE_STDLIB_H | |
| | # include <stdlib.h> | |
| | # endif | |
| | #endif | |
| | #ifdef HAVE_STRING_H | |
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| | # include <memory.h> | |
| | # endif | |
| | # include <string.h> | |
| | #endif | |
| | #ifdef HAVE_STRINGS_H | |
| | # include <strings.h> | |
| | #endif | |
| | #ifdef HAVE_INTTYPES_H | |
| | # include <inttypes.h> | |
| | #endif | |
| | #ifdef HAVE_STDINT_H | |
| | # include <stdint.h> | |
| | #endif | |
| | #ifdef HAVE_UNISTD_H | |
| | # include <unistd.h> | |
| | #endif | |
| | int | |
| | main () | |
| | { | |
| | if (sizeof ((intptr_t))) | |
| | return 0; | |
| | ; | |
| | return 0; | |
| | } | |
| configure:10839: result: yes | |
| configure:10849: checking whether struct stat has a st_flags field | |
| configure:10865: gcc -c -g -O2 conftest.c >&5 | |
| configure:10865: $? = 0 | |
| configure:10873: result: yes | |
| configure:10876: checking whether st_flags field is useful | |
| configure:10892: gcc -c -g -O2 conftest.c >&5 | |
| configure:10892: $? = 0 | |
| configure:10900: result: yes | |
| configure:10908: checking for struct sockaddr.sa_len | |
| configure:10908: gcc -c -g -O2 conftest.c >&5 | |
| configure:10908: $? = 0 | |
| configure:10908: result: yes | |
| configure:10980: checking for __secure_getenv | |
| configure:10980: gcc -o conftest -g -O2 conftest.c >&5 | |
| Undefined symbols for architecture x86_64: | |
| "___secure_getenv", referenced from: | |
| _main in ccQDeBmL.o | |
| ld: symbol(s) not found for architecture x86_64 | |
| collect2: ld returned 1 exit status | |
| configure:10980: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.1" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_WINT_T 1 | |
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| | #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| | #define HAVE_INTMAX_T 1 | |
| | #define HAVE_POSIX_PRINTF 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | #define HAVE_MMAP 1 | |
| | #define INTDIV0_RAISES_SIGFPE 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG 1 | |
| | #define HAVE_UINTMAX_T 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_LOCALE_H 1 | |
| | #define HAVE_NL_TYPES_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_ASPRINTF 1 | |
| | #define HAVE_FWPRINTF 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_GETEGID 1 | |
| | #define HAVE_GETEUID 1 | |
| | #define HAVE_GETGID 1 | |
| | #define HAVE_GETUID 1 | |
| | #define HAVE_MUNMAP 1 | |
| | #define HAVE_PUTENV 1 | |
| | #define HAVE_SETENV 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_SNPRINTF 1 | |
| | #define HAVE_STPCPY 1 | |
| | #define HAVE_STRCASECMP 1 | |
| | #define HAVE_STRDUP 1 | |
| | #define HAVE_STRTOUL 1 | |
| | #define HAVE_TSEARCH 1 | |
| | #define HAVE_WCSLEN 1 | |
| | #define HAVE_DECL__SNPRINTF 0 | |
| | #define HAVE_DECL__SNWPRINTF 0 | |
| | #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| | #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| | #define HAVE_DECL_GETC_UNLOCKED 1 | |
| | #define HAVE_ICONV 1 | |
| | #define ICONV_CONST | |
| | #define HAVE_LANGINFO_CODESET 1 | |
| | #define HAVE_LC_MESSAGES 1 | |
| | #define ENABLE_NLS 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_ERRNO_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_GETOPT_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_SEMAPHORE_H 1 | |
| | #define HAVE_SETJMP_H 1 | |
| | #define HAVE_SIGNAL_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTIME_H 1 | |
| | #define HAVE_NET_IF_DL_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_SYS_FILE_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_SELECT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_SYS_SOCKIO_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_SYSCALL_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_UN_H 1 | |
| | #define HAVE_SYS_WAIT_H 1 | |
| | #define HAVE_SYS_DISK_H 1 | |
| | #define HAVE_SYS_MOUNT_H 1 | |
| | #define HAVE_VPRINTF 1 | |
| | #define HAVE_RECLEN_DIRENT 1 | |
| | #define HAVE_TYPE_SSIZE_T 1 | |
| | #define SIZEOF_SHORT 2 | |
| | #define SIZEOF_INT 4 | |
| | #define SIZEOF_LONG 8 | |
| | #define SIZEOF_LONG_LONG 8 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_STAT_FLAGS 1 | |
| | #define HAVE_SA_LEN 1 | |
| | /* end confdefs.h. */ | |
| | /* Define __secure_getenv to an innocuous variant, in case <limits.h> declares __secure_getenv. | |
| | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| | #define __secure_getenv innocuous___secure_getenv | |
| | | |
| | /* System header to define __stub macros and hopefully few prototypes, | |
| | which can conflict with char __secure_getenv (); below. | |
| | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| | <limits.h> exists even on freestanding compilers. */ | |
| | | |
| | #ifdef __STDC__ | |
| | # include <limits.h> | |
| | #else | |
| | # include <assert.h> | |
| | #endif | |
| | | |
| | #undef __secure_getenv | |
| | | |
| | /* 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 __secure_getenv (); | |
| | /* 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___secure_getenv || defined __stub_____secure_getenv | |
| | choke me | |
| | #endif | |
| | | |
| | int | |
| | main () | |
| | { | |
| | return __secure_getenv (); | |
| | ; | |
| | return 0; | |
| | } | |
| configure:10980: result: no | |
| configure:10980: checking for backtrace | |
| configure:10980: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:10980: $? = 0 | |
| configure:10980: result: yes | |
| configure:10980: checking for blkid_probe_get_topology | |
| configure:10980: gcc -o conftest -g -O2 conftest.c >&5 | |
| Undefined symbols for architecture x86_64: | |
| "_blkid_probe_get_topology", referenced from: | |
| _main in cc8ngsnx.o | |
| ld: symbol(s) not found for architecture x86_64 | |
| collect2: ld returned 1 exit status | |
| configure:10980: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.1" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_WINT_T 1 | |
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| | #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| | #define HAVE_INTMAX_T 1 | |
| | #define HAVE_POSIX_PRINTF 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | #define HAVE_MMAP 1 | |
| | #define INTDIV0_RAISES_SIGFPE 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG 1 | |
| | #define HAVE_UINTMAX_T 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_LOCALE_H 1 | |
| | #define HAVE_NL_TYPES_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_ASPRINTF 1 | |
| | #define HAVE_FWPRINTF 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_GETEGID 1 | |
| | #define HAVE_GETEUID 1 | |
| | #define HAVE_GETGID 1 | |
| | #define HAVE_GETUID 1 | |
| | #define HAVE_MUNMAP 1 | |
| | #define HAVE_PUTENV 1 | |
| | #define HAVE_SETENV 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_SNPRINTF 1 | |
| | #define HAVE_STPCPY 1 | |
| | #define HAVE_STRCASECMP 1 | |
| | #define HAVE_STRDUP 1 | |
| | #define HAVE_STRTOUL 1 | |
| | #define HAVE_TSEARCH 1 | |
| | #define HAVE_WCSLEN 1 | |
| | #define HAVE_DECL__SNPRINTF 0 | |
| | #define HAVE_DECL__SNWPRINTF 0 | |
| | #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| | #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| | #define HAVE_DECL_GETC_UNLOCKED 1 | |
| | #define HAVE_ICONV 1 | |
| | #define ICONV_CONST | |
| | #define HAVE_LANGINFO_CODESET 1 | |
| | #define HAVE_LC_MESSAGES 1 | |
| | #define ENABLE_NLS 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_ERRNO_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_GETOPT_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_SEMAPHORE_H 1 | |
| | #define HAVE_SETJMP_H 1 | |
| | #define HAVE_SIGNAL_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTIME_H 1 | |
| | #define HAVE_NET_IF_DL_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_SYS_FILE_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_SELECT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_SYS_SOCKIO_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_SYSCALL_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_UN_H 1 | |
| | #define HAVE_SYS_WAIT_H 1 | |
| | #define HAVE_SYS_DISK_H 1 | |
| | #define HAVE_SYS_MOUNT_H 1 | |
| | #define HAVE_VPRINTF 1 | |
| | #define HAVE_RECLEN_DIRENT 1 | |
| | #define HAVE_TYPE_SSIZE_T 1 | |
| | #define SIZEOF_SHORT 2 | |
| | #define SIZEOF_INT 4 | |
| | #define SIZEOF_LONG 8 | |
| | #define SIZEOF_LONG_LONG 8 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_STAT_FLAGS 1 | |
| | #define HAVE_SA_LEN 1 | |
| | #define HAVE_BACKTRACE 1 | |
| | /* end confdefs.h. */ | |
| | /* Define blkid_probe_get_topology to an innocuous variant, in case <limits.h> declares blkid_probe_get_topology. | |
| | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| | #define blkid_probe_get_topology innocuous_blkid_probe_get_topology | |
| | | |
| | /* System header to define __stub macros and hopefully few prototypes, | |
| | which can conflict with char blkid_probe_get_topology (); below. | |
| | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| | <limits.h> exists even on freestanding compilers. */ | |
| | | |
| | #ifdef __STDC__ | |
| | # include <limits.h> | |
| | #else | |
| | # include <assert.h> | |
| | #endif | |
| | | |
| | #undef blkid_probe_get_topology | |
| | | |
| | /* 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 blkid_probe_get_topology (); | |
| | /* 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_blkid_probe_get_topology || defined __stub___blkid_probe_get_topology | |
| | choke me | |
| | #endif | |
| | | |
| | int | |
| | main () | |
| | { | |
| | return blkid_probe_get_topology (); | |
| | ; | |
| | return 0; | |
| | } | |
| configure:10980: result: no | |
| configure:10980: checking for chflags | |
| configure:10980: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:10980: $? = 0 | |
| configure:10980: result: yes | |
| configure:10980: checking for fallocate | |
| configure:10980: gcc -o conftest -g -O2 conftest.c >&5 | |
| Undefined symbols for architecture x86_64: | |
| "_fallocate", referenced from: | |
| _main in cc0P6Ght.o | |
| ld: symbol(s) not found for architecture x86_64 | |
| collect2: ld returned 1 exit status | |
| configure:10980: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.1" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_WINT_T 1 | |
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| | #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| | #define HAVE_INTMAX_T 1 | |
| | #define HAVE_POSIX_PRINTF 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | #define HAVE_MMAP 1 | |
| | #define INTDIV0_RAISES_SIGFPE 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG 1 | |
| | #define HAVE_UINTMAX_T 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_LOCALE_H 1 | |
| | #define HAVE_NL_TYPES_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_ASPRINTF 1 | |
| | #define HAVE_FWPRINTF 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_GETEGID 1 | |
| | #define HAVE_GETEUID 1 | |
| | #define HAVE_GETGID 1 | |
| | #define HAVE_GETUID 1 | |
| | #define HAVE_MUNMAP 1 | |
| | #define HAVE_PUTENV 1 | |
| | #define HAVE_SETENV 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_SNPRINTF 1 | |
| | #define HAVE_STPCPY 1 | |
| | #define HAVE_STRCASECMP 1 | |
| | #define HAVE_STRDUP 1 | |
| | #define HAVE_STRTOUL 1 | |
| | #define HAVE_TSEARCH 1 | |
| | #define HAVE_WCSLEN 1 | |
| | #define HAVE_DECL__SNPRINTF 0 | |
| | #define HAVE_DECL__SNWPRINTF 0 | |
| | #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| | #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| | #define HAVE_DECL_GETC_UNLOCKED 1 | |
| | #define HAVE_ICONV 1 | |
| | #define ICONV_CONST | |
| | #define HAVE_LANGINFO_CODESET 1 | |
| | #define HAVE_LC_MESSAGES 1 | |
| | #define ENABLE_NLS 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_ERRNO_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_GETOPT_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_SEMAPHORE_H 1 | |
| | #define HAVE_SETJMP_H 1 | |
| | #define HAVE_SIGNAL_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTIME_H 1 | |
| | #define HAVE_NET_IF_DL_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_SYS_FILE_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_SELECT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_SYS_SOCKIO_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_SYSCALL_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_UN_H 1 | |
| | #define HAVE_SYS_WAIT_H 1 | |
| | #define HAVE_SYS_DISK_H 1 | |
| | #define HAVE_SYS_MOUNT_H 1 | |
| | #define HAVE_VPRINTF 1 | |
| | #define HAVE_RECLEN_DIRENT 1 | |
| | #define HAVE_TYPE_SSIZE_T 1 | |
| | #define SIZEOF_SHORT 2 | |
| | #define SIZEOF_INT 4 | |
| | #define SIZEOF_LONG 8 | |
| | #define SIZEOF_LONG_LONG 8 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_STAT_FLAGS 1 | |
| | #define HAVE_SA_LEN 1 | |
| | #define HAVE_BACKTRACE 1 | |
| | #define HAVE_CHFLAGS 1 | |
| | /* end confdefs.h. */ | |
| | /* Define fallocate to an innocuous variant, in case <limits.h> declares fallocate. | |
| | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| | #define fallocate innocuous_fallocate | |
| | | |
| | /* System header to define __stub macros and hopefully few prototypes, | |
| | which can conflict with char fallocate (); below. | |
| | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| | <limits.h> exists even on freestanding compilers. */ | |
| | | |
| | #ifdef __STDC__ | |
| | # include <limits.h> | |
| | #else | |
| | # include <assert.h> | |
| | #endif | |
| | | |
| | #undef fallocate | |
| | | |
| | /* 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 fallocate (); | |
| | /* 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_fallocate || defined __stub___fallocate | |
| | choke me | |
| | #endif | |
| | | |
| | int | |
| | main () | |
| | { | |
| | return fallocate (); | |
| | ; | |
| | return 0; | |
| | } | |
| configure:10980: result: no | |
| configure:10980: checking for fallocate64 | |
| configure:10980: gcc -o conftest -g -O2 conftest.c >&5 | |
| Undefined symbols for architecture x86_64: | |
| "_fallocate64", referenced from: | |
| _main in ccaj34BV.o | |
| ld: symbol(s) not found for architecture x86_64 | |
| collect2: ld returned 1 exit status | |
| configure:10980: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.1" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_WINT_T 1 | |
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| | #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| | #define HAVE_INTMAX_T 1 | |
| | #define HAVE_POSIX_PRINTF 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | #define HAVE_MMAP 1 | |
| | #define INTDIV0_RAISES_SIGFPE 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG 1 | |
| | #define HAVE_UINTMAX_T 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_LOCALE_H 1 | |
| | #define HAVE_NL_TYPES_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_ASPRINTF 1 | |
| | #define HAVE_FWPRINTF 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_GETEGID 1 | |
| | #define HAVE_GETEUID 1 | |
| | #define HAVE_GETGID 1 | |
| | #define HAVE_GETUID 1 | |
| | #define HAVE_MUNMAP 1 | |
| | #define HAVE_PUTENV 1 | |
| | #define HAVE_SETENV 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_SNPRINTF 1 | |
| | #define HAVE_STPCPY 1 | |
| | #define HAVE_STRCASECMP 1 | |
| | #define HAVE_STRDUP 1 | |
| | #define HAVE_STRTOUL 1 | |
| | #define HAVE_TSEARCH 1 | |
| | #define HAVE_WCSLEN 1 | |
| | #define HAVE_DECL__SNPRINTF 0 | |
| | #define HAVE_DECL__SNWPRINTF 0 | |
| | #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| | #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| | #define HAVE_DECL_GETC_UNLOCKED 1 | |
| | #define HAVE_ICONV 1 | |
| | #define ICONV_CONST | |
| | #define HAVE_LANGINFO_CODESET 1 | |
| | #define HAVE_LC_MESSAGES 1 | |
| | #define ENABLE_NLS 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_ERRNO_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_GETOPT_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_SEMAPHORE_H 1 | |
| | #define HAVE_SETJMP_H 1 | |
| | #define HAVE_SIGNAL_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTIME_H 1 | |
| | #define HAVE_NET_IF_DL_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_SYS_FILE_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_SELECT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_SYS_SOCKIO_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_SYSCALL_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_UN_H 1 | |
| | #define HAVE_SYS_WAIT_H 1 | |
| | #define HAVE_SYS_DISK_H 1 | |
| | #define HAVE_SYS_MOUNT_H 1 | |
| | #define HAVE_VPRINTF 1 | |
| | #define HAVE_RECLEN_DIRENT 1 | |
| | #define HAVE_TYPE_SSIZE_T 1 | |
| | #define SIZEOF_SHORT 2 | |
| | #define SIZEOF_INT 4 | |
| | #define SIZEOF_LONG 8 | |
| | #define SIZEOF_LONG_LONG 8 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_STAT_FLAGS 1 | |
| | #define HAVE_SA_LEN 1 | |
| | #define HAVE_BACKTRACE 1 | |
| | #define HAVE_CHFLAGS 1 | |
| | /* end confdefs.h. */ | |
| | /* Define fallocate64 to an innocuous variant, in case <limits.h> declares fallocate64. | |
| | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| | #define fallocate64 innocuous_fallocate64 | |
| | | |
| | /* System header to define __stub macros and hopefully few prototypes, | |
| | which can conflict with char fallocate64 (); below. | |
| | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| | <limits.h> exists even on freestanding compilers. */ | |
| | | |
| | #ifdef __STDC__ | |
| | # include <limits.h> | |
| | #else | |
| | # include <assert.h> | |
| | #endif | |
| | | |
| | #undef fallocate64 | |
| | | |
| | /* 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 fallocate64 (); | |
| | /* 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_fallocate64 || defined __stub___fallocate64 | |
| | choke me | |
| | #endif | |
| | | |
| | int | |
| | main () | |
| | { | |
| | return fallocate64 (); | |
| | ; | |
| | return 0; | |
| | } | |
| configure:10980: result: no | |
| configure:10980: checking for fchown | |
| configure:10980: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:10980: $? = 0 | |
| configure:10980: result: yes | |
| configure:10980: checking for fdatasync | |
| configure:10980: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:10980: $? = 0 | |
| configure:10980: result: yes | |
| configure:10980: checking for fstat64 | |
| configure:10980: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:10980: $? = 0 | |
| configure:10980: result: yes | |
| configure:10980: checking for ftruncate64 | |
| configure:10980: gcc -o conftest -g -O2 conftest.c >&5 | |
| Undefined symbols for architecture x86_64: | |
| "_ftruncate64", referenced from: | |
| _main in ccdGC6W2.o | |
| ld: symbol(s) not found for architecture x86_64 | |
| collect2: ld returned 1 exit status | |
| configure:10980: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.1" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_WINT_T 1 | |
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| | #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| | #define HAVE_INTMAX_T 1 | |
| | #define HAVE_POSIX_PRINTF 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | #define HAVE_MMAP 1 | |
| | #define INTDIV0_RAISES_SIGFPE 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG 1 | |
| | #define HAVE_UINTMAX_T 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_LOCALE_H 1 | |
| | #define HAVE_NL_TYPES_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_ASPRINTF 1 | |
| | #define HAVE_FWPRINTF 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_GETEGID 1 | |
| | #define HAVE_GETEUID 1 | |
| | #define HAVE_GETGID 1 | |
| | #define HAVE_GETUID 1 | |
| | #define HAVE_MUNMAP 1 | |
| | #define HAVE_PUTENV 1 | |
| | #define HAVE_SETENV 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_SNPRINTF 1 | |
| | #define HAVE_STPCPY 1 | |
| | #define HAVE_STRCASECMP 1 | |
| | #define HAVE_STRDUP 1 | |
| | #define HAVE_STRTOUL 1 | |
| | #define HAVE_TSEARCH 1 | |
| | #define HAVE_WCSLEN 1 | |
| | #define HAVE_DECL__SNPRINTF 0 | |
| | #define HAVE_DECL__SNWPRINTF 0 | |
| | #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| | #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| | #define HAVE_DECL_GETC_UNLOCKED 1 | |
| | #define HAVE_ICONV 1 | |
| | #define ICONV_CONST | |
| | #define HAVE_LANGINFO_CODESET 1 | |
| | #define HAVE_LC_MESSAGES 1 | |
| | #define ENABLE_NLS 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_ERRNO_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_GETOPT_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_SEMAPHORE_H 1 | |
| | #define HAVE_SETJMP_H 1 | |
| | #define HAVE_SIGNAL_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTIME_H 1 | |
| | #define HAVE_NET_IF_DL_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_SYS_FILE_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_SELECT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_SYS_SOCKIO_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_SYSCALL_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_UN_H 1 | |
| | #define HAVE_SYS_WAIT_H 1 | |
| | #define HAVE_SYS_DISK_H 1 | |
| | #define HAVE_SYS_MOUNT_H 1 | |
| | #define HAVE_VPRINTF 1 | |
| | #define HAVE_RECLEN_DIRENT 1 | |
| | #define HAVE_TYPE_SSIZE_T 1 | |
| | #define SIZEOF_SHORT 2 | |
| | #define SIZEOF_INT 4 | |
| | #define SIZEOF_LONG 8 | |
| | #define SIZEOF_LONG_LONG 8 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_STAT_FLAGS 1 | |
| | #define HAVE_SA_LEN 1 | |
| | #define HAVE_BACKTRACE 1 | |
| | #define HAVE_CHFLAGS 1 | |
| | #define HAVE_FCHOWN 1 | |
| | #define HAVE_FDATASYNC 1 | |
| | #define HAVE_FSTAT64 1 | |
| | /* end confdefs.h. */ | |
| | /* Define ftruncate64 to an innocuous variant, in case <limits.h> declares ftruncate64. | |
| | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| | #define ftruncate64 innocuous_ftruncate64 | |
| | | |
| | /* System header to define __stub macros and hopefully few prototypes, | |
| | which can conflict with char ftruncate64 (); below. | |
| | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| | <limits.h> exists even on freestanding compilers. */ | |
| | | |
| | #ifdef __STDC__ | |
| | # include <limits.h> | |
| | #else | |
| | # include <assert.h> | |
| | #endif | |
| | | |
| | #undef ftruncate64 | |
| | | |
| | /* 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 ftruncate64 (); | |
| | /* 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_ftruncate64 || defined __stub___ftruncate64 | |
| | choke me | |
| | #endif | |
| | | |
| | int | |
| | main () | |
| | { | |
| | return ftruncate64 (); | |
| | ; | |
| | return 0; | |
| | } | |
| configure:10980: result: no | |
| configure:10980: checking for getdtablesize | |
| configure:10980: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:10980: $? = 0 | |
| configure:10980: result: yes | |
| configure:10980: checking for getmntinfo | |
| configure:10980: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:10980: $? = 0 | |
| configure:10980: result: yes | |
| configure:10980: checking for getpwuid_r | |
| configure:10980: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:10980: $? = 0 | |
| configure:10980: result: yes | |
| configure:10980: checking for getrlimit | |
| configure:10980: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:10980: $? = 0 | |
| configure:10980: result: yes | |
| configure:10980: checking for getrusage | |
| configure:10980: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:10980: $? = 0 | |
| configure:10980: result: yes | |
| configure:10980: checking for jrand48 | |
| configure:10980: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:10980: $? = 0 | |
| configure:10980: result: yes | |
| configure:10980: checking for llseek | |
| configure:10980: gcc -o conftest -g -O2 conftest.c >&5 | |
| Undefined symbols for architecture x86_64: | |
| "_llseek", referenced from: | |
| _main in ccqk99Tr.o | |
| ld: symbol(s) not found for architecture x86_64 | |
| collect2: ld returned 1 exit status | |
| configure:10980: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.1" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_WINT_T 1 | |
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| | #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| | #define HAVE_INTMAX_T 1 | |
| | #define HAVE_POSIX_PRINTF 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | #define HAVE_MMAP 1 | |
| | #define INTDIV0_RAISES_SIGFPE 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG 1 | |
| | #define HAVE_UINTMAX_T 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_LOCALE_H 1 | |
| | #define HAVE_NL_TYPES_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_ASPRINTF 1 | |
| | #define HAVE_FWPRINTF 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_GETEGID 1 | |
| | #define HAVE_GETEUID 1 | |
| | #define HAVE_GETGID 1 | |
| | #define HAVE_GETUID 1 | |
| | #define HAVE_MUNMAP 1 | |
| | #define HAVE_PUTENV 1 | |
| | #define HAVE_SETENV 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_SNPRINTF 1 | |
| | #define HAVE_STPCPY 1 | |
| | #define HAVE_STRCASECMP 1 | |
| | #define HAVE_STRDUP 1 | |
| | #define HAVE_STRTOUL 1 | |
| | #define HAVE_TSEARCH 1 | |
| | #define HAVE_WCSLEN 1 | |
| | #define HAVE_DECL__SNPRINTF 0 | |
| | #define HAVE_DECL__SNWPRINTF 0 | |
| | #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| | #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| | #define HAVE_DECL_GETC_UNLOCKED 1 | |
| | #define HAVE_ICONV 1 | |
| | #define ICONV_CONST | |
| | #define HAVE_LANGINFO_CODESET 1 | |
| | #define HAVE_LC_MESSAGES 1 | |
| | #define ENABLE_NLS 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_ERRNO_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_GETOPT_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_SEMAPHORE_H 1 | |
| | #define HAVE_SETJMP_H 1 | |
| | #define HAVE_SIGNAL_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTIME_H 1 | |
| | #define HAVE_NET_IF_DL_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_SYS_FILE_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_SELECT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_SYS_SOCKIO_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_SYSCALL_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_UN_H 1 | |
| | #define HAVE_SYS_WAIT_H 1 | |
| | #define HAVE_SYS_DISK_H 1 | |
| | #define HAVE_SYS_MOUNT_H 1 | |
| | #define HAVE_VPRINTF 1 | |
| | #define HAVE_RECLEN_DIRENT 1 | |
| | #define HAVE_TYPE_SSIZE_T 1 | |
| | #define SIZEOF_SHORT 2 | |
| | #define SIZEOF_INT 4 | |
| | #define SIZEOF_LONG 8 | |
| | #define SIZEOF_LONG_LONG 8 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_STAT_FLAGS 1 | |
| | #define HAVE_SA_LEN 1 | |
| | #define HAVE_BACKTRACE 1 | |
| | #define HAVE_CHFLAGS 1 | |
| | #define HAVE_FCHOWN 1 | |
| | #define HAVE_FDATASYNC 1 | |
| | #define HAVE_FSTAT64 1 | |
| | #define HAVE_GETDTABLESIZE 1 | |
| | #define HAVE_GETMNTINFO 1 | |
| | #define HAVE_GETPWUID_R 1 | |
| | #define HAVE_GETRLIMIT 1 | |
| | #define HAVE_GETRUSAGE 1 | |
| | #define HAVE_JRAND48 1 | |
| | /* end confdefs.h. */ | |
| | /* Define llseek to an innocuous variant, in case <limits.h> declares llseek. | |
| | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| | #define llseek innocuous_llseek | |
| | | |
| | /* System header to define __stub macros and hopefully few prototypes, | |
| | which can conflict with char llseek (); below. | |
| | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| | <limits.h> exists even on freestanding compilers. */ | |
| | | |
| | #ifdef __STDC__ | |
| | # include <limits.h> | |
| | #else | |
| | # include <assert.h> | |
| | #endif | |
| | | |
| | #undef llseek | |
| | | |
| | /* 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 llseek (); | |
| | /* 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_llseek || defined __stub___llseek | |
| | choke me | |
| | #endif | |
| | | |
| | int | |
| | main () | |
| | { | |
| | return llseek (); | |
| | ; | |
| | return 0; | |
| | } | |
| configure:10980: result: no | |
| configure:10980: checking for lseek64 | |
| configure:10980: gcc -o conftest -g -O2 conftest.c >&5 | |
| Undefined symbols for architecture x86_64: | |
| "_lseek64", referenced from: | |
| _main in ccMytWnV.o | |
| ld: symbol(s) not found for architecture x86_64 | |
| collect2: ld returned 1 exit status | |
| configure:10980: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.1" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_WINT_T 1 | |
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| | #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| | #define HAVE_INTMAX_T 1 | |
| | #define HAVE_POSIX_PRINTF 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | #define HAVE_MMAP 1 | |
| | #define INTDIV0_RAISES_SIGFPE 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG 1 | |
| | #define HAVE_UINTMAX_T 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_LOCALE_H 1 | |
| | #define HAVE_NL_TYPES_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_ASPRINTF 1 | |
| | #define HAVE_FWPRINTF 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_GETEGID 1 | |
| | #define HAVE_GETEUID 1 | |
| | #define HAVE_GETGID 1 | |
| | #define HAVE_GETUID 1 | |
| | #define HAVE_MUNMAP 1 | |
| | #define HAVE_PUTENV 1 | |
| | #define HAVE_SETENV 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_SNPRINTF 1 | |
| | #define HAVE_STPCPY 1 | |
| | #define HAVE_STRCASECMP 1 | |
| | #define HAVE_STRDUP 1 | |
| | #define HAVE_STRTOUL 1 | |
| | #define HAVE_TSEARCH 1 | |
| | #define HAVE_WCSLEN 1 | |
| | #define HAVE_DECL__SNPRINTF 0 | |
| | #define HAVE_DECL__SNWPRINTF 0 | |
| | #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| | #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| | #define HAVE_DECL_GETC_UNLOCKED 1 | |
| | #define HAVE_ICONV 1 | |
| | #define ICONV_CONST | |
| | #define HAVE_LANGINFO_CODESET 1 | |
| | #define HAVE_LC_MESSAGES 1 | |
| | #define ENABLE_NLS 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_ERRNO_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_GETOPT_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_SEMAPHORE_H 1 | |
| | #define HAVE_SETJMP_H 1 | |
| | #define HAVE_SIGNAL_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTIME_H 1 | |
| | #define HAVE_NET_IF_DL_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_SYS_FILE_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_SELECT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_SYS_SOCKIO_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_SYSCALL_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_UN_H 1 | |
| | #define HAVE_SYS_WAIT_H 1 | |
| | #define HAVE_SYS_DISK_H 1 | |
| | #define HAVE_SYS_MOUNT_H 1 | |
| | #define HAVE_VPRINTF 1 | |
| | #define HAVE_RECLEN_DIRENT 1 | |
| | #define HAVE_TYPE_SSIZE_T 1 | |
| | #define SIZEOF_SHORT 2 | |
| | #define SIZEOF_INT 4 | |
| | #define SIZEOF_LONG 8 | |
| | #define SIZEOF_LONG_LONG 8 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_STAT_FLAGS 1 | |
| | #define HAVE_SA_LEN 1 | |
| | #define HAVE_BACKTRACE 1 | |
| | #define HAVE_CHFLAGS 1 | |
| | #define HAVE_FCHOWN 1 | |
| | #define HAVE_FDATASYNC 1 | |
| | #define HAVE_FSTAT64 1 | |
| | #define HAVE_GETDTABLESIZE 1 | |
| | #define HAVE_GETMNTINFO 1 | |
| | #define HAVE_GETPWUID_R 1 | |
| | #define HAVE_GETRLIMIT 1 | |
| | #define HAVE_GETRUSAGE 1 | |
| | #define HAVE_JRAND48 1 | |
| | /* end confdefs.h. */ | |
| | /* Define lseek64 to an innocuous variant, in case <limits.h> declares lseek64. | |
| | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| | #define lseek64 innocuous_lseek64 | |
| | | |
| | /* System header to define __stub macros and hopefully few prototypes, | |
| | which can conflict with char lseek64 (); below. | |
| | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| | <limits.h> exists even on freestanding compilers. */ | |
| | | |
| | #ifdef __STDC__ | |
| | # include <limits.h> | |
| | #else | |
| | # include <assert.h> | |
| | #endif | |
| | | |
| | #undef lseek64 | |
| | | |
| | /* 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 lseek64 (); | |
| | /* 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_lseek64 || defined __stub___lseek64 | |
| | choke me | |
| | #endif | |
| | | |
| | int | |
| | main () | |
| | { | |
| | return lseek64 (); | |
| | ; | |
| | return 0; | |
| | } | |
| configure:10980: result: no | |
| configure:10980: checking for mallinfo | |
| configure:10980: gcc -o conftest -g -O2 conftest.c >&5 | |
| Undefined symbols for architecture x86_64: | |
| "_mallinfo", referenced from: | |
| _main in ccl9gnJ4.o | |
| ld: symbol(s) not found for architecture x86_64 | |
| collect2: ld returned 1 exit status | |
| configure:10980: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.1" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_WINT_T 1 | |
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| | #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| | #define HAVE_INTMAX_T 1 | |
| | #define HAVE_POSIX_PRINTF 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | #define HAVE_MMAP 1 | |
| | #define INTDIV0_RAISES_SIGFPE 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG 1 | |
| | #define HAVE_UINTMAX_T 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_LOCALE_H 1 | |
| | #define HAVE_NL_TYPES_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_ASPRINTF 1 | |
| | #define HAVE_FWPRINTF 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_GETEGID 1 | |
| | #define HAVE_GETEUID 1 | |
| | #define HAVE_GETGID 1 | |
| | #define HAVE_GETUID 1 | |
| | #define HAVE_MUNMAP 1 | |
| | #define HAVE_PUTENV 1 | |
| | #define HAVE_SETENV 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_SNPRINTF 1 | |
| | #define HAVE_STPCPY 1 | |
| | #define HAVE_STRCASECMP 1 | |
| | #define HAVE_STRDUP 1 | |
| | #define HAVE_STRTOUL 1 | |
| | #define HAVE_TSEARCH 1 | |
| | #define HAVE_WCSLEN 1 | |
| | #define HAVE_DECL__SNPRINTF 0 | |
| | #define HAVE_DECL__SNWPRINTF 0 | |
| | #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| | #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| | #define HAVE_DECL_GETC_UNLOCKED 1 | |
| | #define HAVE_ICONV 1 | |
| | #define ICONV_CONST | |
| | #define HAVE_LANGINFO_CODESET 1 | |
| | #define HAVE_LC_MESSAGES 1 | |
| | #define ENABLE_NLS 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_ERRNO_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_GETOPT_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_SEMAPHORE_H 1 | |
| | #define HAVE_SETJMP_H 1 | |
| | #define HAVE_SIGNAL_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTIME_H 1 | |
| | #define HAVE_NET_IF_DL_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_SYS_FILE_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_SELECT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_SYS_SOCKIO_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_SYSCALL_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_UN_H 1 | |
| | #define HAVE_SYS_WAIT_H 1 | |
| | #define HAVE_SYS_DISK_H 1 | |
| | #define HAVE_SYS_MOUNT_H 1 | |
| | #define HAVE_VPRINTF 1 | |
| | #define HAVE_RECLEN_DIRENT 1 | |
| | #define HAVE_TYPE_SSIZE_T 1 | |
| | #define SIZEOF_SHORT 2 | |
| | #define SIZEOF_INT 4 | |
| | #define SIZEOF_LONG 8 | |
| | #define SIZEOF_LONG_LONG 8 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_STAT_FLAGS 1 | |
| | #define HAVE_SA_LEN 1 | |
| | #define HAVE_BACKTRACE 1 | |
| | #define HAVE_CHFLAGS 1 | |
| | #define HAVE_FCHOWN 1 | |
| | #define HAVE_FDATASYNC 1 | |
| | #define HAVE_FSTAT64 1 | |
| | #define HAVE_GETDTABLESIZE 1 | |
| | #define HAVE_GETMNTINFO 1 | |
| | #define HAVE_GETPWUID_R 1 | |
| | #define HAVE_GETRLIMIT 1 | |
| | #define HAVE_GETRUSAGE 1 | |
| | #define HAVE_JRAND48 1 | |
| | /* end confdefs.h. */ | |
| | /* Define mallinfo to an innocuous variant, in case <limits.h> declares mallinfo. | |
| | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| | #define mallinfo innocuous_mallinfo | |
| | | |
| | /* System header to define __stub macros and hopefully few prototypes, | |
| | which can conflict with char mallinfo (); below. | |
| | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| | <limits.h> exists even on freestanding compilers. */ | |
| | | |
| | #ifdef __STDC__ | |
| | # include <limits.h> | |
| | #else | |
| | # include <assert.h> | |
| | #endif | |
| | | |
| | #undef mallinfo | |
| | | |
| | /* 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 mallinfo (); | |
| | /* 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_mallinfo || defined __stub___mallinfo | |
| | choke me | |
| | #endif | |
| | | |
| | int | |
| | main () | |
| | { | |
| | return mallinfo (); | |
| | ; | |
| | return 0; | |
| | } | |
| configure:10980: result: no | |
| configure:10980: checking for mbstowcs | |
| configure:10980: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:10980: $? = 0 | |
| configure:10980: result: yes | |
| configure:10980: checking for memalign | |
| configure:10980: gcc -o conftest -g -O2 conftest.c >&5 | |
| Undefined symbols for architecture x86_64: | |
| "_memalign", referenced from: | |
| _main in ccaZpKHJ.o | |
| ld: symbol(s) not found for architecture x86_64 | |
| collect2: ld returned 1 exit status | |
| configure:10980: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.1" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_WINT_T 1 | |
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| | #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| | #define HAVE_INTMAX_T 1 | |
| | #define HAVE_POSIX_PRINTF 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | #define HAVE_MMAP 1 | |
| | #define INTDIV0_RAISES_SIGFPE 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG 1 | |
| | #define HAVE_UINTMAX_T 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_LOCALE_H 1 | |
| | #define HAVE_NL_TYPES_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_ASPRINTF 1 | |
| | #define HAVE_FWPRINTF 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_GETEGID 1 | |
| | #define HAVE_GETEUID 1 | |
| | #define HAVE_GETGID 1 | |
| | #define HAVE_GETUID 1 | |
| | #define HAVE_MUNMAP 1 | |
| | #define HAVE_PUTENV 1 | |
| | #define HAVE_SETENV 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_SNPRINTF 1 | |
| | #define HAVE_STPCPY 1 | |
| | #define HAVE_STRCASECMP 1 | |
| | #define HAVE_STRDUP 1 | |
| | #define HAVE_STRTOUL 1 | |
| | #define HAVE_TSEARCH 1 | |
| | #define HAVE_WCSLEN 1 | |
| | #define HAVE_DECL__SNPRINTF 0 | |
| | #define HAVE_DECL__SNWPRINTF 0 | |
| | #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| | #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| | #define HAVE_DECL_GETC_UNLOCKED 1 | |
| | #define HAVE_ICONV 1 | |
| | #define ICONV_CONST | |
| | #define HAVE_LANGINFO_CODESET 1 | |
| | #define HAVE_LC_MESSAGES 1 | |
| | #define ENABLE_NLS 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_ERRNO_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_GETOPT_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_SEMAPHORE_H 1 | |
| | #define HAVE_SETJMP_H 1 | |
| | #define HAVE_SIGNAL_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTIME_H 1 | |
| | #define HAVE_NET_IF_DL_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_SYS_FILE_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_SELECT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_SYS_SOCKIO_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_SYSCALL_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_UN_H 1 | |
| | #define HAVE_SYS_WAIT_H 1 | |
| | #define HAVE_SYS_DISK_H 1 | |
| | #define HAVE_SYS_MOUNT_H 1 | |
| | #define HAVE_VPRINTF 1 | |
| | #define HAVE_RECLEN_DIRENT 1 | |
| | #define HAVE_TYPE_SSIZE_T 1 | |
| | #define SIZEOF_SHORT 2 | |
| | #define SIZEOF_INT 4 | |
| | #define SIZEOF_LONG 8 | |
| | #define SIZEOF_LONG_LONG 8 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_STAT_FLAGS 1 | |
| | #define HAVE_SA_LEN 1 | |
| | #define HAVE_BACKTRACE 1 | |
| | #define HAVE_CHFLAGS 1 | |
| | #define HAVE_FCHOWN 1 | |
| | #define HAVE_FDATASYNC 1 | |
| | #define HAVE_FSTAT64 1 | |
| | #define HAVE_GETDTABLESIZE 1 | |
| | #define HAVE_GETMNTINFO 1 | |
| | #define HAVE_GETPWUID_R 1 | |
| | #define HAVE_GETRLIMIT 1 | |
| | #define HAVE_GETRUSAGE 1 | |
| | #define HAVE_JRAND48 1 | |
| | #define HAVE_MBSTOWCS 1 | |
| | /* end confdefs.h. */ | |
| | /* Define memalign to an innocuous variant, in case <limits.h> declares memalign. | |
| | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| | #define memalign innocuous_memalign | |
| | | |
| | /* System header to define __stub macros and hopefully few prototypes, | |
| | which can conflict with char memalign (); below. | |
| | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| | <limits.h> exists even on freestanding compilers. */ | |
| | | |
| | #ifdef __STDC__ | |
| | # include <limits.h> | |
| | #else | |
| | # include <assert.h> | |
| | #endif | |
| | | |
| | #undef memalign | |
| | | |
| | /* 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 memalign (); | |
| | /* 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_memalign || defined __stub___memalign | |
| | choke me | |
| | #endif | |
| | | |
| | int | |
| | main () | |
| | { | |
| | return memalign (); | |
| | ; | |
| | return 0; | |
| | } | |
| configure:10980: result: no | |
| configure:10980: checking for mmap | |
| configure:10980: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:10980: $? = 0 | |
| configure:10980: result: yes | |
| configure:10980: checking for msync | |
| configure:10980: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:10980: $? = 0 | |
| configure:10980: result: yes | |
| configure:10980: checking for nanosleep | |
| configure:10980: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:10980: $? = 0 | |
| configure:10980: result: yes | |
| configure:10980: checking for open64 | |
| configure:10980: gcc -o conftest -g -O2 conftest.c >&5 | |
| Undefined symbols for architecture x86_64: | |
| "_open64", referenced from: | |
| _main in ccf2GTwv.o | |
| ld: symbol(s) not found for architecture x86_64 | |
| collect2: ld returned 1 exit status | |
| configure:10980: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.1" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_WINT_T 1 | |
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| | #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| | #define HAVE_INTMAX_T 1 | |
| | #define HAVE_POSIX_PRINTF 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | #define HAVE_MMAP 1 | |
| | #define INTDIV0_RAISES_SIGFPE 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG 1 | |
| | #define HAVE_UINTMAX_T 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_LOCALE_H 1 | |
| | #define HAVE_NL_TYPES_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_ASPRINTF 1 | |
| | #define HAVE_FWPRINTF 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_GETEGID 1 | |
| | #define HAVE_GETEUID 1 | |
| | #define HAVE_GETGID 1 | |
| | #define HAVE_GETUID 1 | |
| | #define HAVE_MUNMAP 1 | |
| | #define HAVE_PUTENV 1 | |
| | #define HAVE_SETENV 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_SNPRINTF 1 | |
| | #define HAVE_STPCPY 1 | |
| | #define HAVE_STRCASECMP 1 | |
| | #define HAVE_STRDUP 1 | |
| | #define HAVE_STRTOUL 1 | |
| | #define HAVE_TSEARCH 1 | |
| | #define HAVE_WCSLEN 1 | |
| | #define HAVE_DECL__SNPRINTF 0 | |
| | #define HAVE_DECL__SNWPRINTF 0 | |
| | #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| | #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| | #define HAVE_DECL_GETC_UNLOCKED 1 | |
| | #define HAVE_ICONV 1 | |
| | #define ICONV_CONST | |
| | #define HAVE_LANGINFO_CODESET 1 | |
| | #define HAVE_LC_MESSAGES 1 | |
| | #define ENABLE_NLS 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_ERRNO_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_GETOPT_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_SEMAPHORE_H 1 | |
| | #define HAVE_SETJMP_H 1 | |
| | #define HAVE_SIGNAL_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTIME_H 1 | |
| | #define HAVE_NET_IF_DL_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_SYS_FILE_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_SELECT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_SYS_SOCKIO_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_SYSCALL_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_UN_H 1 | |
| | #define HAVE_SYS_WAIT_H 1 | |
| | #define HAVE_SYS_DISK_H 1 | |
| | #define HAVE_SYS_MOUNT_H 1 | |
| | #define HAVE_VPRINTF 1 | |
| | #define HAVE_RECLEN_DIRENT 1 | |
| | #define HAVE_TYPE_SSIZE_T 1 | |
| | #define SIZEOF_SHORT 2 | |
| | #define SIZEOF_INT 4 | |
| | #define SIZEOF_LONG 8 | |
| | #define SIZEOF_LONG_LONG 8 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_STAT_FLAGS 1 | |
| | #define HAVE_SA_LEN 1 | |
| | #define HAVE_BACKTRACE 1 | |
| | #define HAVE_CHFLAGS 1 | |
| | #define HAVE_FCHOWN 1 | |
| | #define HAVE_FDATASYNC 1 | |
| | #define HAVE_FSTAT64 1 | |
| | #define HAVE_GETDTABLESIZE 1 | |
| | #define HAVE_GETMNTINFO 1 | |
| | #define HAVE_GETPWUID_R 1 | |
| | #define HAVE_GETRLIMIT 1 | |
| | #define HAVE_GETRUSAGE 1 | |
| | #define HAVE_JRAND48 1 | |
| | #define HAVE_MBSTOWCS 1 | |
| | #define HAVE_MMAP 1 | |
| | #define HAVE_MSYNC 1 | |
| | #define HAVE_NANOSLEEP 1 | |
| | /* end confdefs.h. */ | |
| | /* Define open64 to an innocuous variant, in case <limits.h> declares open64. | |
| | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| | #define open64 innocuous_open64 | |
| | | |
| | /* System header to define __stub macros and hopefully few prototypes, | |
| | which can conflict with char open64 (); below. | |
| | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| | <limits.h> exists even on freestanding compilers. */ | |
| | | |
| | #ifdef __STDC__ | |
| | # include <limits.h> | |
| | #else | |
| | # include <assert.h> | |
| | #endif | |
| | | |
| | #undef open64 | |
| | | |
| | /* 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 open64 (); | |
| | /* 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_open64 || defined __stub___open64 | |
| | choke me | |
| | #endif | |
| | | |
| | int | |
| | main () | |
| | { | |
| | return open64 (); | |
| | ; | |
| | return 0; | |
| | } | |
| configure:10980: result: no | |
| configure:10980: checking for pathconf | |
| configure:10980: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:10980: $? = 0 | |
| configure:10980: result: yes | |
| configure:10980: checking for posix_fadvise | |
| configure:10980: gcc -o conftest -g -O2 conftest.c >&5 | |
| Undefined symbols for architecture x86_64: | |
| "_posix_fadvise", referenced from: | |
| _main in cci4Lsft.o | |
| ld: symbol(s) not found for architecture x86_64 | |
| collect2: ld returned 1 exit status | |
| configure:10980: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.1" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_WINT_T 1 | |
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| | #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| | #define HAVE_INTMAX_T 1 | |
| | #define HAVE_POSIX_PRINTF 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | #define HAVE_MMAP 1 | |
| | #define INTDIV0_RAISES_SIGFPE 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG 1 | |
| | #define HAVE_UINTMAX_T 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_LOCALE_H 1 | |
| | #define HAVE_NL_TYPES_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_ASPRINTF 1 | |
| | #define HAVE_FWPRINTF 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_GETEGID 1 | |
| | #define HAVE_GETEUID 1 | |
| | #define HAVE_GETGID 1 | |
| | #define HAVE_GETUID 1 | |
| | #define HAVE_MUNMAP 1 | |
| | #define HAVE_PUTENV 1 | |
| | #define HAVE_SETENV 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_SNPRINTF 1 | |
| | #define HAVE_STPCPY 1 | |
| | #define HAVE_STRCASECMP 1 | |
| | #define HAVE_STRDUP 1 | |
| | #define HAVE_STRTOUL 1 | |
| | #define HAVE_TSEARCH 1 | |
| | #define HAVE_WCSLEN 1 | |
| | #define HAVE_DECL__SNPRINTF 0 | |
| | #define HAVE_DECL__SNWPRINTF 0 | |
| | #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| | #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| | #define HAVE_DECL_GETC_UNLOCKED 1 | |
| | #define HAVE_ICONV 1 | |
| | #define ICONV_CONST | |
| | #define HAVE_LANGINFO_CODESET 1 | |
| | #define HAVE_LC_MESSAGES 1 | |
| | #define ENABLE_NLS 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_ERRNO_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_GETOPT_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_SEMAPHORE_H 1 | |
| | #define HAVE_SETJMP_H 1 | |
| | #define HAVE_SIGNAL_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTIME_H 1 | |
| | #define HAVE_NET_IF_DL_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_SYS_FILE_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_SELECT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_SYS_SOCKIO_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_SYSCALL_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_UN_H 1 | |
| | #define HAVE_SYS_WAIT_H 1 | |
| | #define HAVE_SYS_DISK_H 1 | |
| | #define HAVE_SYS_MOUNT_H 1 | |
| | #define HAVE_VPRINTF 1 | |
| | #define HAVE_RECLEN_DIRENT 1 | |
| | #define HAVE_TYPE_SSIZE_T 1 | |
| | #define SIZEOF_SHORT 2 | |
| | #define SIZEOF_INT 4 | |
| | #define SIZEOF_LONG 8 | |
| | #define SIZEOF_LONG_LONG 8 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_STAT_FLAGS 1 | |
| | #define HAVE_SA_LEN 1 | |
| | #define HAVE_BACKTRACE 1 | |
| | #define HAVE_CHFLAGS 1 | |
| | #define HAVE_FCHOWN 1 | |
| | #define HAVE_FDATASYNC 1 | |
| | #define HAVE_FSTAT64 1 | |
| | #define HAVE_GETDTABLESIZE 1 | |
| | #define HAVE_GETMNTINFO 1 | |
| | #define HAVE_GETPWUID_R 1 | |
| | #define HAVE_GETRLIMIT 1 | |
| | #define HAVE_GETRUSAGE 1 | |
| | #define HAVE_JRAND48 1 | |
| | #define HAVE_MBSTOWCS 1 | |
| | #define HAVE_MMAP 1 | |
| | #define HAVE_MSYNC 1 | |
| | #define HAVE_NANOSLEEP 1 | |
| | #define HAVE_PATHCONF 1 | |
| | /* end confdefs.h. */ | |
| | /* Define posix_fadvise to an innocuous variant, in case <limits.h> declares posix_fadvise. | |
| | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| | #define posix_fadvise innocuous_posix_fadvise | |
| | | |
| | /* System header to define __stub macros and hopefully few prototypes, | |
| | which can conflict with char posix_fadvise (); below. | |
| | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| | <limits.h> exists even on freestanding compilers. */ | |
| | | |
| | #ifdef __STDC__ | |
| | # include <limits.h> | |
| | #else | |
| | # include <assert.h> | |
| | #endif | |
| | | |
| | #undef posix_fadvise | |
| | | |
| | /* 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 posix_fadvise (); | |
| | /* 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_posix_fadvise || defined __stub___posix_fadvise | |
| | choke me | |
| | #endif | |
| | | |
| | int | |
| | main () | |
| | { | |
| | return posix_fadvise (); | |
| | ; | |
| | return 0; | |
| | } | |
| configure:10980: result: no | |
| configure:10980: checking for posix_memalign | |
| configure:10980: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:10980: $? = 0 | |
| configure:10980: result: yes | |
| configure:10980: checking for prctl | |
| configure:10980: gcc -o conftest -g -O2 conftest.c >&5 | |
| Undefined symbols for architecture x86_64: | |
| "_prctl", referenced from: | |
| _main in ccJmRmjY.o | |
| ld: symbol(s) not found for architecture x86_64 | |
| collect2: ld returned 1 exit status | |
| configure:10980: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.1" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_WINT_T 1 | |
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| | #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| | #define HAVE_INTMAX_T 1 | |
| | #define HAVE_POSIX_PRINTF 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | #define HAVE_MMAP 1 | |
| | #define INTDIV0_RAISES_SIGFPE 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG 1 | |
| | #define HAVE_UINTMAX_T 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_LOCALE_H 1 | |
| | #define HAVE_NL_TYPES_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_ASPRINTF 1 | |
| | #define HAVE_FWPRINTF 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_GETEGID 1 | |
| | #define HAVE_GETEUID 1 | |
| | #define HAVE_GETGID 1 | |
| | #define HAVE_GETUID 1 | |
| | #define HAVE_MUNMAP 1 | |
| | #define HAVE_PUTENV 1 | |
| | #define HAVE_SETENV 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_SNPRINTF 1 | |
| | #define HAVE_STPCPY 1 | |
| | #define HAVE_STRCASECMP 1 | |
| | #define HAVE_STRDUP 1 | |
| | #define HAVE_STRTOUL 1 | |
| | #define HAVE_TSEARCH 1 | |
| | #define HAVE_WCSLEN 1 | |
| | #define HAVE_DECL__SNPRINTF 0 | |
| | #define HAVE_DECL__SNWPRINTF 0 | |
| | #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| | #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| | #define HAVE_DECL_GETC_UNLOCKED 1 | |
| | #define HAVE_ICONV 1 | |
| | #define ICONV_CONST | |
| | #define HAVE_LANGINFO_CODESET 1 | |
| | #define HAVE_LC_MESSAGES 1 | |
| | #define ENABLE_NLS 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_ERRNO_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_GETOPT_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_SEMAPHORE_H 1 | |
| | #define HAVE_SETJMP_H 1 | |
| | #define HAVE_SIGNAL_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTIME_H 1 | |
| | #define HAVE_NET_IF_DL_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_SYS_FILE_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_SELECT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_SYS_SOCKIO_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_SYSCALL_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_UN_H 1 | |
| | #define HAVE_SYS_WAIT_H 1 | |
| | #define HAVE_SYS_DISK_H 1 | |
| | #define HAVE_SYS_MOUNT_H 1 | |
| | #define HAVE_VPRINTF 1 | |
| | #define HAVE_RECLEN_DIRENT 1 | |
| | #define HAVE_TYPE_SSIZE_T 1 | |
| | #define SIZEOF_SHORT 2 | |
| | #define SIZEOF_INT 4 | |
| | #define SIZEOF_LONG 8 | |
| | #define SIZEOF_LONG_LONG 8 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_STAT_FLAGS 1 | |
| | #define HAVE_SA_LEN 1 | |
| | #define HAVE_BACKTRACE 1 | |
| | #define HAVE_CHFLAGS 1 | |
| | #define HAVE_FCHOWN 1 | |
| | #define HAVE_FDATASYNC 1 | |
| | #define HAVE_FSTAT64 1 | |
| | #define HAVE_GETDTABLESIZE 1 | |
| | #define HAVE_GETMNTINFO 1 | |
| | #define HAVE_GETPWUID_R 1 | |
| | #define HAVE_GETRLIMIT 1 | |
| | #define HAVE_GETRUSAGE 1 | |
| | #define HAVE_JRAND48 1 | |
| | #define HAVE_MBSTOWCS 1 | |
| | #define HAVE_MMAP 1 | |
| | #define HAVE_MSYNC 1 | |
| | #define HAVE_NANOSLEEP 1 | |
| | #define HAVE_PATHCONF 1 | |
| | #define HAVE_POSIX_MEMALIGN 1 | |
| | /* end confdefs.h. */ | |
| | /* Define prctl to an innocuous variant, in case <limits.h> declares prctl. | |
| | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| | #define prctl innocuous_prctl | |
| | | |
| | /* System header to define __stub macros and hopefully few prototypes, | |
| | which can conflict with char prctl (); below. | |
| | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| | <limits.h> exists even on freestanding compilers. */ | |
| | | |
| | #ifdef __STDC__ | |
| | # include <limits.h> | |
| | #else | |
| | # include <assert.h> | |
| | #endif | |
| | | |
| | #undef prctl | |
| | | |
| | /* 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 prctl (); | |
| | /* 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_prctl || defined __stub___prctl | |
| | choke me | |
| | #endif | |
| | | |
| | int | |
| | main () | |
| | { | |
| | return prctl (); | |
| | ; | |
| | return 0; | |
| | } | |
| configure:10980: result: no | |
| configure:10980: checking for setmntent | |
| configure:10980: gcc -o conftest -g -O2 conftest.c >&5 | |
| Undefined symbols for architecture x86_64: | |
| "_setmntent", referenced from: | |
| _main in ccD513Wz.o | |
| ld: symbol(s) not found for architecture x86_64 | |
| collect2: ld returned 1 exit status | |
| configure:10980: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.1" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_WINT_T 1 | |
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| | #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| | #define HAVE_INTMAX_T 1 | |
| | #define HAVE_POSIX_PRINTF 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | #define HAVE_MMAP 1 | |
| | #define INTDIV0_RAISES_SIGFPE 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG 1 | |
| | #define HAVE_UINTMAX_T 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_LOCALE_H 1 | |
| | #define HAVE_NL_TYPES_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_ASPRINTF 1 | |
| | #define HAVE_FWPRINTF 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_GETEGID 1 | |
| | #define HAVE_GETEUID 1 | |
| | #define HAVE_GETGID 1 | |
| | #define HAVE_GETUID 1 | |
| | #define HAVE_MUNMAP 1 | |
| | #define HAVE_PUTENV 1 | |
| | #define HAVE_SETENV 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_SNPRINTF 1 | |
| | #define HAVE_STPCPY 1 | |
| | #define HAVE_STRCASECMP 1 | |
| | #define HAVE_STRDUP 1 | |
| | #define HAVE_STRTOUL 1 | |
| | #define HAVE_TSEARCH 1 | |
| | #define HAVE_WCSLEN 1 | |
| | #define HAVE_DECL__SNPRINTF 0 | |
| | #define HAVE_DECL__SNWPRINTF 0 | |
| | #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| | #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| | #define HAVE_DECL_GETC_UNLOCKED 1 | |
| | #define HAVE_ICONV 1 | |
| | #define ICONV_CONST | |
| | #define HAVE_LANGINFO_CODESET 1 | |
| | #define HAVE_LC_MESSAGES 1 | |
| | #define ENABLE_NLS 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_ERRNO_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_GETOPT_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_SEMAPHORE_H 1 | |
| | #define HAVE_SETJMP_H 1 | |
| | #define HAVE_SIGNAL_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTIME_H 1 | |
| | #define HAVE_NET_IF_DL_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_SYS_FILE_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_SELECT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_SYS_SOCKIO_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_SYSCALL_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_UN_H 1 | |
| | #define HAVE_SYS_WAIT_H 1 | |
| | #define HAVE_SYS_DISK_H 1 | |
| | #define HAVE_SYS_MOUNT_H 1 | |
| | #define HAVE_VPRINTF 1 | |
| | #define HAVE_RECLEN_DIRENT 1 | |
| | #define HAVE_TYPE_SSIZE_T 1 | |
| | #define SIZEOF_SHORT 2 | |
| | #define SIZEOF_INT 4 | |
| | #define SIZEOF_LONG 8 | |
| | #define SIZEOF_LONG_LONG 8 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_STAT_FLAGS 1 | |
| | #define HAVE_SA_LEN 1 | |
| | #define HAVE_BACKTRACE 1 | |
| | #define HAVE_CHFLAGS 1 | |
| | #define HAVE_FCHOWN 1 | |
| | #define HAVE_FDATASYNC 1 | |
| | #define HAVE_FSTAT64 1 | |
| | #define HAVE_GETDTABLESIZE 1 | |
| | #define HAVE_GETMNTINFO 1 | |
| | #define HAVE_GETPWUID_R 1 | |
| | #define HAVE_GETRLIMIT 1 | |
| | #define HAVE_GETRUSAGE 1 | |
| | #define HAVE_JRAND48 1 | |
| | #define HAVE_MBSTOWCS 1 | |
| | #define HAVE_MMAP 1 | |
| | #define HAVE_MSYNC 1 | |
| | #define HAVE_NANOSLEEP 1 | |
| | #define HAVE_PATHCONF 1 | |
| | #define HAVE_POSIX_MEMALIGN 1 | |
| | /* end confdefs.h. */ | |
| | /* Define setmntent to an innocuous variant, in case <limits.h> declares setmntent. | |
| | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| | #define setmntent innocuous_setmntent | |
| | | |
| | /* System header to define __stub macros and hopefully few prototypes, | |
| | which can conflict with char setmntent (); below. | |
| | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| | <limits.h> exists even on freestanding compilers. */ | |
| | | |
| | #ifdef __STDC__ | |
| | # include <limits.h> | |
| | #else | |
| | # include <assert.h> | |
| | #endif | |
| | | |
| | #undef setmntent | |
| | | |
| | /* 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 setmntent (); | |
| | /* 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_setmntent || defined __stub___setmntent | |
| | choke me | |
| | #endif | |
| | | |
| | int | |
| | main () | |
| | { | |
| | return setmntent (); | |
| | ; | |
| | return 0; | |
| | } | |
| configure:10980: result: no | |
| configure:10980: checking for setresgid | |
| configure:10980: gcc -o conftest -g -O2 conftest.c >&5 | |
| Undefined symbols for architecture x86_64: | |
| "_setresgid", referenced from: | |
| _main in ccLxJMXx.o | |
| ld: symbol(s) not found for architecture x86_64 | |
| collect2: ld returned 1 exit status | |
| configure:10980: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.1" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_WINT_T 1 | |
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| | #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| | #define HAVE_INTMAX_T 1 | |
| | #define HAVE_POSIX_PRINTF 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | #define HAVE_MMAP 1 | |
| | #define INTDIV0_RAISES_SIGFPE 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG 1 | |
| | #define HAVE_UINTMAX_T 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_LOCALE_H 1 | |
| | #define HAVE_NL_TYPES_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_ASPRINTF 1 | |
| | #define HAVE_FWPRINTF 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_GETEGID 1 | |
| | #define HAVE_GETEUID 1 | |
| | #define HAVE_GETGID 1 | |
| | #define HAVE_GETUID 1 | |
| | #define HAVE_MUNMAP 1 | |
| | #define HAVE_PUTENV 1 | |
| | #define HAVE_SETENV 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_SNPRINTF 1 | |
| | #define HAVE_STPCPY 1 | |
| | #define HAVE_STRCASECMP 1 | |
| | #define HAVE_STRDUP 1 | |
| | #define HAVE_STRTOUL 1 | |
| | #define HAVE_TSEARCH 1 | |
| | #define HAVE_WCSLEN 1 | |
| | #define HAVE_DECL__SNPRINTF 0 | |
| | #define HAVE_DECL__SNWPRINTF 0 | |
| | #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| | #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| | #define HAVE_DECL_GETC_UNLOCKED 1 | |
| | #define HAVE_ICONV 1 | |
| | #define ICONV_CONST | |
| | #define HAVE_LANGINFO_CODESET 1 | |
| | #define HAVE_LC_MESSAGES 1 | |
| | #define ENABLE_NLS 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_ERRNO_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_GETOPT_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_SEMAPHORE_H 1 | |
| | #define HAVE_SETJMP_H 1 | |
| | #define HAVE_SIGNAL_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTIME_H 1 | |
| | #define HAVE_NET_IF_DL_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_SYS_FILE_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_SELECT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_SYS_SOCKIO_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_SYSCALL_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_UN_H 1 | |
| | #define HAVE_SYS_WAIT_H 1 | |
| | #define HAVE_SYS_DISK_H 1 | |
| | #define HAVE_SYS_MOUNT_H 1 | |
| | #define HAVE_VPRINTF 1 | |
| | #define HAVE_RECLEN_DIRENT 1 | |
| | #define HAVE_TYPE_SSIZE_T 1 | |
| | #define SIZEOF_SHORT 2 | |
| | #define SIZEOF_INT 4 | |
| | #define SIZEOF_LONG 8 | |
| | #define SIZEOF_LONG_LONG 8 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_STAT_FLAGS 1 | |
| | #define HAVE_SA_LEN 1 | |
| | #define HAVE_BACKTRACE 1 | |
| | #define HAVE_CHFLAGS 1 | |
| | #define HAVE_FCHOWN 1 | |
| | #define HAVE_FDATASYNC 1 | |
| | #define HAVE_FSTAT64 1 | |
| | #define HAVE_GETDTABLESIZE 1 | |
| | #define HAVE_GETMNTINFO 1 | |
| | #define HAVE_GETPWUID_R 1 | |
| | #define HAVE_GETRLIMIT 1 | |
| | #define HAVE_GETRUSAGE 1 | |
| | #define HAVE_JRAND48 1 | |
| | #define HAVE_MBSTOWCS 1 | |
| | #define HAVE_MMAP 1 | |
| | #define HAVE_MSYNC 1 | |
| | #define HAVE_NANOSLEEP 1 | |
| | #define HAVE_PATHCONF 1 | |
| | #define HAVE_POSIX_MEMALIGN 1 | |
| | /* end confdefs.h. */ | |
| | /* Define setresgid to an innocuous variant, in case <limits.h> declares setresgid. | |
| | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| | #define setresgid innocuous_setresgid | |
| | | |
| | /* System header to define __stub macros and hopefully few prototypes, | |
| | which can conflict with char setresgid (); below. | |
| | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| | <limits.h> exists even on freestanding compilers. */ | |
| | | |
| | #ifdef __STDC__ | |
| | # include <limits.h> | |
| | #else | |
| | # include <assert.h> | |
| | #endif | |
| | | |
| | #undef setresgid | |
| | | |
| | /* 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 setresgid (); | |
| | /* 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_setresgid || defined __stub___setresgid | |
| | choke me | |
| | #endif | |
| | | |
| | int | |
| | main () | |
| | { | |
| | return setresgid (); | |
| | ; | |
| | return 0; | |
| | } | |
| configure:10980: result: no | |
| configure:10980: checking for setresuid | |
| configure:10980: gcc -o conftest -g -O2 conftest.c >&5 | |
| Undefined symbols for architecture x86_64: | |
| "_setresuid", referenced from: | |
| _main in ccxyYwJu.o | |
| ld: symbol(s) not found for architecture x86_64 | |
| collect2: ld returned 1 exit status | |
| configure:10980: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.1" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_WINT_T 1 | |
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| | #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| | #define HAVE_INTMAX_T 1 | |
| | #define HAVE_POSIX_PRINTF 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | #define HAVE_MMAP 1 | |
| | #define INTDIV0_RAISES_SIGFPE 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG 1 | |
| | #define HAVE_UINTMAX_T 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_LOCALE_H 1 | |
| | #define HAVE_NL_TYPES_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_ASPRINTF 1 | |
| | #define HAVE_FWPRINTF 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_GETEGID 1 | |
| | #define HAVE_GETEUID 1 | |
| | #define HAVE_GETGID 1 | |
| | #define HAVE_GETUID 1 | |
| | #define HAVE_MUNMAP 1 | |
| | #define HAVE_PUTENV 1 | |
| | #define HAVE_SETENV 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_SNPRINTF 1 | |
| | #define HAVE_STPCPY 1 | |
| | #define HAVE_STRCASECMP 1 | |
| | #define HAVE_STRDUP 1 | |
| | #define HAVE_STRTOUL 1 | |
| | #define HAVE_TSEARCH 1 | |
| | #define HAVE_WCSLEN 1 | |
| | #define HAVE_DECL__SNPRINTF 0 | |
| | #define HAVE_DECL__SNWPRINTF 0 | |
| | #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| | #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| | #define HAVE_DECL_GETC_UNLOCKED 1 | |
| | #define HAVE_ICONV 1 | |
| | #define ICONV_CONST | |
| | #define HAVE_LANGINFO_CODESET 1 | |
| | #define HAVE_LC_MESSAGES 1 | |
| | #define ENABLE_NLS 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_ERRNO_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_GETOPT_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_SEMAPHORE_H 1 | |
| | #define HAVE_SETJMP_H 1 | |
| | #define HAVE_SIGNAL_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTIME_H 1 | |
| | #define HAVE_NET_IF_DL_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_SYS_FILE_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_SELECT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_SYS_SOCKIO_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_SYSCALL_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_UN_H 1 | |
| | #define HAVE_SYS_WAIT_H 1 | |
| | #define HAVE_SYS_DISK_H 1 | |
| | #define HAVE_SYS_MOUNT_H 1 | |
| | #define HAVE_VPRINTF 1 | |
| | #define HAVE_RECLEN_DIRENT 1 | |
| | #define HAVE_TYPE_SSIZE_T 1 | |
| | #define SIZEOF_SHORT 2 | |
| | #define SIZEOF_INT 4 | |
| | #define SIZEOF_LONG 8 | |
| | #define SIZEOF_LONG_LONG 8 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_STAT_FLAGS 1 | |
| | #define HAVE_SA_LEN 1 | |
| | #define HAVE_BACKTRACE 1 | |
| | #define HAVE_CHFLAGS 1 | |
| | #define HAVE_FCHOWN 1 | |
| | #define HAVE_FDATASYNC 1 | |
| | #define HAVE_FSTAT64 1 | |
| | #define HAVE_GETDTABLESIZE 1 | |
| | #define HAVE_GETMNTINFO 1 | |
| | #define HAVE_GETPWUID_R 1 | |
| | #define HAVE_GETRLIMIT 1 | |
| | #define HAVE_GETRUSAGE 1 | |
| | #define HAVE_JRAND48 1 | |
| | #define HAVE_MBSTOWCS 1 | |
| | #define HAVE_MMAP 1 | |
| | #define HAVE_MSYNC 1 | |
| | #define HAVE_NANOSLEEP 1 | |
| | #define HAVE_PATHCONF 1 | |
| | #define HAVE_POSIX_MEMALIGN 1 | |
| | /* end confdefs.h. */ | |
| | /* Define setresuid to an innocuous variant, in case <limits.h> declares setresuid. | |
| | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| | #define setresuid innocuous_setresuid | |
| | | |
| | /* System header to define __stub macros and hopefully few prototypes, | |
| | which can conflict with char setresuid (); below. | |
| | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| | <limits.h> exists even on freestanding compilers. */ | |
| | | |
| | #ifdef __STDC__ | |
| | # include <limits.h> | |
| | #else | |
| | # include <assert.h> | |
| | #endif | |
| | | |
| | #undef setresuid | |
| | | |
| | /* 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 setresuid (); | |
| | /* 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_setresuid || defined __stub___setresuid | |
| | choke me | |
| | #endif | |
| | | |
| | int | |
| | main () | |
| | { | |
| | return setresuid (); | |
| | ; | |
| | return 0; | |
| | } | |
| configure:10980: result: no | |
| configure:10980: checking for srandom | |
| configure:10980: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:10980: $? = 0 | |
| configure:10980: result: yes | |
| configure:10980: checking for strcasecmp | |
| configure:10980: result: yes | |
| configure:10980: checking for strdup | |
| configure:10980: result: yes | |
| configure:10980: checking for strnlen | |
| configure:10980: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:10980: $? = 0 | |
| configure:10980: result: yes | |
| configure:10980: checking for strptime | |
| configure:10980: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:10980: $? = 0 | |
| configure:10980: result: yes | |
| configure:10980: checking for strtoull | |
| configure:10980: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:10980: $? = 0 | |
| configure:10980: result: yes | |
| configure:10980: checking for sync_file_range | |
| configure:10980: gcc -o conftest -g -O2 conftest.c >&5 | |
| Undefined symbols for architecture x86_64: | |
| "_sync_file_range", referenced from: | |
| _main in cc7MKbtm.o | |
| ld: symbol(s) not found for architecture x86_64 | |
| collect2: ld returned 1 exit status | |
| configure:10980: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.1" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_WINT_T 1 | |
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| | #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| | #define HAVE_INTMAX_T 1 | |
| | #define HAVE_POSIX_PRINTF 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | #define HAVE_MMAP 1 | |
| | #define INTDIV0_RAISES_SIGFPE 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG 1 | |
| | #define HAVE_UINTMAX_T 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_LOCALE_H 1 | |
| | #define HAVE_NL_TYPES_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_ASPRINTF 1 | |
| | #define HAVE_FWPRINTF 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_GETEGID 1 | |
| | #define HAVE_GETEUID 1 | |
| | #define HAVE_GETGID 1 | |
| | #define HAVE_GETUID 1 | |
| | #define HAVE_MUNMAP 1 | |
| | #define HAVE_PUTENV 1 | |
| | #define HAVE_SETENV 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_SNPRINTF 1 | |
| | #define HAVE_STPCPY 1 | |
| | #define HAVE_STRCASECMP 1 | |
| | #define HAVE_STRDUP 1 | |
| | #define HAVE_STRTOUL 1 | |
| | #define HAVE_TSEARCH 1 | |
| | #define HAVE_WCSLEN 1 | |
| | #define HAVE_DECL__SNPRINTF 0 | |
| | #define HAVE_DECL__SNWPRINTF 0 | |
| | #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| | #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| | #define HAVE_DECL_GETC_UNLOCKED 1 | |
| | #define HAVE_ICONV 1 | |
| | #define ICONV_CONST | |
| | #define HAVE_LANGINFO_CODESET 1 | |
| | #define HAVE_LC_MESSAGES 1 | |
| | #define ENABLE_NLS 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_ERRNO_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_GETOPT_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_SEMAPHORE_H 1 | |
| | #define HAVE_SETJMP_H 1 | |
| | #define HAVE_SIGNAL_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTIME_H 1 | |
| | #define HAVE_NET_IF_DL_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_SYS_FILE_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_SELECT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_SYS_SOCKIO_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_SYSCALL_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_UN_H 1 | |
| | #define HAVE_SYS_WAIT_H 1 | |
| | #define HAVE_SYS_DISK_H 1 | |
| | #define HAVE_SYS_MOUNT_H 1 | |
| | #define HAVE_VPRINTF 1 | |
| | #define HAVE_RECLEN_DIRENT 1 | |
| | #define HAVE_TYPE_SSIZE_T 1 | |
| | #define SIZEOF_SHORT 2 | |
| | #define SIZEOF_INT 4 | |
| | #define SIZEOF_LONG 8 | |
| | #define SIZEOF_LONG_LONG 8 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_STAT_FLAGS 1 | |
| | #define HAVE_SA_LEN 1 | |
| | #define HAVE_BACKTRACE 1 | |
| | #define HAVE_CHFLAGS 1 | |
| | #define HAVE_FCHOWN 1 | |
| | #define HAVE_FDATASYNC 1 | |
| | #define HAVE_FSTAT64 1 | |
| | #define HAVE_GETDTABLESIZE 1 | |
| | #define HAVE_GETMNTINFO 1 | |
| | #define HAVE_GETPWUID_R 1 | |
| | #define HAVE_GETRLIMIT 1 | |
| | #define HAVE_GETRUSAGE 1 | |
| | #define HAVE_JRAND48 1 | |
| | #define HAVE_MBSTOWCS 1 | |
| | #define HAVE_MMAP 1 | |
| | #define HAVE_MSYNC 1 | |
| | #define HAVE_NANOSLEEP 1 | |
| | #define HAVE_PATHCONF 1 | |
| | #define HAVE_POSIX_MEMALIGN 1 | |
| | #define HAVE_SRANDOM 1 | |
| | #define HAVE_STRCASECMP 1 | |
| | #define HAVE_STRDUP 1 | |
| | #define HAVE_STRNLEN 1 | |
| | #define HAVE_STRPTIME 1 | |
| | #define HAVE_STRTOULL 1 | |
| | /* end confdefs.h. */ | |
| | /* Define sync_file_range to an innocuous variant, in case <limits.h> declares sync_file_range. | |
| | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| | #define sync_file_range innocuous_sync_file_range | |
| | | |
| | /* System header to define __stub macros and hopefully few prototypes, | |
| | which can conflict with char sync_file_range (); below. | |
| | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| | <limits.h> exists even on freestanding compilers. */ | |
| | | |
| | #ifdef __STDC__ | |
| | # include <limits.h> | |
| | #else | |
| | # include <assert.h> | |
| | #endif | |
| | | |
| | #undef sync_file_range | |
| | | |
| | /* 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 sync_file_range (); | |
| | /* 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_sync_file_range || defined __stub___sync_file_range | |
| | choke me | |
| | #endif | |
| | | |
| | int | |
| | main () | |
| | { | |
| | return sync_file_range (); | |
| | ; | |
| | return 0; | |
| | } | |
| configure:10980: result: no | |
| configure:10980: checking for sysconf | |
| configure:10980: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:10980: $? = 0 | |
| configure:10980: result: yes | |
| configure:10980: checking for usleep | |
| configure:10980: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:10980: $? = 0 | |
| configure:10980: result: yes | |
| configure:10980: checking for utime | |
| configure:10980: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:10980: $? = 0 | |
| configure:10980: result: yes | |
| configure:10980: checking for valloc | |
| configure:10980: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:10980: $? = 0 | |
| configure:10980: result: yes | |
| configure:10990: checking for socket in -lsocket | |
| configure:11015: gcc -o conftest -g -O2 conftest.c -lsocket >&5 | |
| ld: library not found for -lsocket | |
| collect2: ld returned 1 exit status | |
| configure:11015: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.1" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_WINT_T 1 | |
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| | #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| | #define HAVE_INTMAX_T 1 | |
| | #define HAVE_POSIX_PRINTF 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | #define HAVE_MMAP 1 | |
| | #define INTDIV0_RAISES_SIGFPE 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG 1 | |
| | #define HAVE_UINTMAX_T 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_LOCALE_H 1 | |
| | #define HAVE_NL_TYPES_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_ASPRINTF 1 | |
| | #define HAVE_FWPRINTF 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_GETEGID 1 | |
| | #define HAVE_GETEUID 1 | |
| | #define HAVE_GETGID 1 | |
| | #define HAVE_GETUID 1 | |
| | #define HAVE_MUNMAP 1 | |
| | #define HAVE_PUTENV 1 | |
| | #define HAVE_SETENV 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_SNPRINTF 1 | |
| | #define HAVE_STPCPY 1 | |
| | #define HAVE_STRCASECMP 1 | |
| | #define HAVE_STRDUP 1 | |
| | #define HAVE_STRTOUL 1 | |
| | #define HAVE_TSEARCH 1 | |
| | #define HAVE_WCSLEN 1 | |
| | #define HAVE_DECL__SNPRINTF 0 | |
| | #define HAVE_DECL__SNWPRINTF 0 | |
| | #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| | #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| | #define HAVE_DECL_GETC_UNLOCKED 1 | |
| | #define HAVE_ICONV 1 | |
| | #define ICONV_CONST | |
| | #define HAVE_LANGINFO_CODESET 1 | |
| | #define HAVE_LC_MESSAGES 1 | |
| | #define ENABLE_NLS 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_ERRNO_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_GETOPT_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_SEMAPHORE_H 1 | |
| | #define HAVE_SETJMP_H 1 | |
| | #define HAVE_SIGNAL_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTIME_H 1 | |
| | #define HAVE_NET_IF_DL_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_SYS_FILE_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_SELECT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_SYS_SOCKIO_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_SYSCALL_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_UN_H 1 | |
| | #define HAVE_SYS_WAIT_H 1 | |
| | #define HAVE_SYS_DISK_H 1 | |
| | #define HAVE_SYS_MOUNT_H 1 | |
| | #define HAVE_VPRINTF 1 | |
| | #define HAVE_RECLEN_DIRENT 1 | |
| | #define HAVE_TYPE_SSIZE_T 1 | |
| | #define SIZEOF_SHORT 2 | |
| | #define SIZEOF_INT 4 | |
| | #define SIZEOF_LONG 8 | |
| | #define SIZEOF_LONG_LONG 8 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_STAT_FLAGS 1 | |
| | #define HAVE_SA_LEN 1 | |
| | #define HAVE_BACKTRACE 1 | |
| | #define HAVE_CHFLAGS 1 | |
| | #define HAVE_FCHOWN 1 | |
| | #define HAVE_FDATASYNC 1 | |
| | #define HAVE_FSTAT64 1 | |
| | #define HAVE_GETDTABLESIZE 1 | |
| | #define HAVE_GETMNTINFO 1 | |
| | #define HAVE_GETPWUID_R 1 | |
| | #define HAVE_GETRLIMIT 1 | |
| | #define HAVE_GETRUSAGE 1 | |
| | #define HAVE_JRAND48 1 | |
| | #define HAVE_MBSTOWCS 1 | |
| | #define HAVE_MMAP 1 | |
| | #define HAVE_MSYNC 1 | |
| | #define HAVE_NANOSLEEP 1 | |
| | #define HAVE_PATHCONF 1 | |
| | #define HAVE_POSIX_MEMALIGN 1 | |
| | #define HAVE_SRANDOM 1 | |
| | #define HAVE_STRCASECMP 1 | |
| | #define HAVE_STRDUP 1 | |
| | #define HAVE_STRNLEN 1 | |
| | #define HAVE_STRPTIME 1 | |
| | #define HAVE_STRTOULL 1 | |
| | #define HAVE_SYSCONF 1 | |
| | #define HAVE_USLEEP 1 | |
| | #define HAVE_UTIME 1 | |
| | #define HAVE_VALLOC 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 socket (); | |
| | int | |
| | main () | |
| | { | |
| | return socket (); | |
| | ; | |
| | return 0; | |
| | } | |
| configure:11024: result: no | |
| configure:11031: checking for optreset | |
| configure:11050: result: yes | |
| configure:11059: checking for sem_init | |
| configure:11059: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:11059: $? = 0 | |
| configure:11059: result: yes | |
| configure:11193: checking for unified diff option | |
| configure:11200: result: -u | |
| configure:11296: checking whether linker accepts -static | |
| configure:11313: gcc -o conftest -g -O2 -static conftest.c >&5 | |
| ld: library not found for -lcrt0.o | |
| collect2: ld returned 1 exit status | |
| configure:11313: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "" | |
| | #define PACKAGE_TARNAME "" | |
| | #define PACKAGE_VERSION "" | |
| | #define PACKAGE_STRING "" | |
| | #define PACKAGE_BUGREPORT "" | |
| | #define PACKAGE_URL "" | |
| | #define HAVE_DLOPEN 1 | |
| | #define ENABLE_HTREE 1 | |
| | #define CONFIG_TESTIO_DEBUG 1 | |
| | #define CONFIG_BUILD_FINDFS 1 | |
| | #define USE_UUIDD 1 | |
| | #define PACKAGE "e2fsprogs" | |
| | #define VERSION "0.14.1" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_WCHAR_T 1 | |
| | #define HAVE_WINT_T 1 | |
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| | #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| | #define HAVE_INTMAX_T 1 | |
| | #define HAVE_POSIX_PRINTF 1 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_ALLOCA 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_GETPAGESIZE 1 | |
| | #define HAVE_MMAP 1 | |
| | #define INTDIV0_RAISES_SIGFPE 1 | |
| | #define HAVE_UNSIGNED_LONG_LONG 1 | |
| | #define HAVE_UINTMAX_T 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_LOCALE_H 1 | |
| | #define HAVE_NL_TYPES_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_ASPRINTF 1 | |
| | #define HAVE_FWPRINTF 1 | |
| | #define HAVE_GETCWD 1 | |
| | #define HAVE_GETEGID 1 | |
| | #define HAVE_GETEUID 1 | |
| | #define HAVE_GETGID 1 | |
| | #define HAVE_GETUID 1 | |
| | #define HAVE_MUNMAP 1 | |
| | #define HAVE_PUTENV 1 | |
| | #define HAVE_SETENV 1 | |
| | #define HAVE_SETLOCALE 1 | |
| | #define HAVE_SNPRINTF 1 | |
| | #define HAVE_STPCPY 1 | |
| | #define HAVE_STRCASECMP 1 | |
| | #define HAVE_STRDUP 1 | |
| | #define HAVE_STRTOUL 1 | |
| | #define HAVE_TSEARCH 1 | |
| | #define HAVE_WCSLEN 1 | |
| | #define HAVE_DECL__SNPRINTF 0 | |
| | #define HAVE_DECL__SNWPRINTF 0 | |
| | #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| | #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| | #define HAVE_DECL_GETC_UNLOCKED 1 | |
| | #define HAVE_ICONV 1 | |
| | #define ICONV_CONST | |
| | #define HAVE_LANGINFO_CODESET 1 | |
| | #define HAVE_LC_MESSAGES 1 | |
| | #define ENABLE_NLS 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_ERRNO_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_GETOPT_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_SEMAPHORE_H 1 | |
| | #define HAVE_SETJMP_H 1 | |
| | #define HAVE_SIGNAL_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTIME_H 1 | |
| | #define HAVE_NET_IF_DL_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_SYS_FILE_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_SELECT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_SYS_SOCKIO_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_SYSCALL_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_UN_H 1 | |
| | #define HAVE_SYS_WAIT_H 1 | |
| | #define HAVE_SYS_DISK_H 1 | |
| | #define HAVE_SYS_MOUNT_H 1 | |
| | #define HAVE_VPRINTF 1 | |
| | #define HAVE_RECLEN_DIRENT 1 | |
| | #define HAVE_TYPE_SSIZE_T 1 | |
| | #define SIZEOF_SHORT 2 | |
| | #define SIZEOF_INT 4 | |
| | #define SIZEOF_LONG 8 | |
| | #define SIZEOF_LONG_LONG 8 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_STAT_FLAGS 1 | |
| | #define HAVE_SA_LEN 1 | |
| | #define HAVE_BACKTRACE 1 | |
| | #define HAVE_CHFLAGS 1 | |
| | #define HAVE_FCHOWN 1 | |
| | #define HAVE_FDATASYNC 1 | |
| | #define HAVE_FSTAT64 1 | |
| | #define HAVE_GETDTABLESIZE 1 | |
| | #define HAVE_GETMNTINFO 1 | |
| | #define HAVE_GETPWUID_R 1 | |
| | #define HAVE_GETRLIMIT 1 | |
| | #define HAVE_GETRUSAGE 1 | |
| | #define HAVE_JRAND48 1 | |
| | #define HAVE_MBSTOWCS 1 | |
| | #define HAVE_MMAP 1 | |
| | #define HAVE_MSYNC 1 | |
| | #define HAVE_NANOSLEEP 1 | |
| | #define HAVE_PATHCONF 1 | |
| | #define HAVE_POSIX_MEMALIGN 1 | |
| | #define HAVE_SRANDOM 1 | |
| | #define HAVE_STRCASECMP 1 | |
| | #define HAVE_STRDUP 1 | |
| | #define HAVE_STRNLEN 1 | |
| | #define HAVE_STRPTIME 1 | |
| | #define HAVE_STRTOULL 1 | |
| | #define HAVE_SYSCONF 1 | |
| | #define HAVE_USLEEP 1 | |
| | #define HAVE_UTIME 1 | |
| | #define HAVE_VALLOC 1 | |
| | #define HAVE_OPTRESET 1 | |
| | /* end confdefs.h. */ | |
| | #include <stdio.h> | |
| | int | |
| | main () | |
| | { | |
| | fflush(stdout); | |
| | ; | |
| | return 0; | |
| | } | |
| configure:11328: result: no | |
| configure:11337: result: Using Apple Darwin / GNU libintl workaround | |
| configure:11508: creating ./config.status | |
| ## ---------------------- ## | |
| ## Running config.status. ## | |
| ## ---------------------- ## | |
| This file was extended by config.status, which was | |
| generated by GNU Autoconf 2.69. Invocation command line was | |
| CONFIG_FILES = | |
| CONFIG_HEADERS = | |
| CONFIG_LINKS = | |
| CONFIG_COMMANDS = | |
| $ ./config.status | |
| on iBlub.local | |
| config.status:1123: creating MCONFIG | |
| config.status:1123: creating Makefile | |
| config.status:1123: creating e2fsprogs.spec | |
| config.status:1123: creating util/Makefile | |
| config.status:1123: creating util/subst.conf | |
| config.status:1123: creating util/gen-tarball | |
| config.status:1123: creating util/install-symlink | |
| config.status:1123: creating lib/et/Makefile | |
| config.status:1123: creating lib/ss/Makefile | |
| config.status:1123: creating lib/e2p/Makefile | |
| config.status:1123: creating lib/ext2fs/Makefile | |
| config.status:1123: creating lib/ext2fs/ext2_types.h | |
| config.status:1123: creating lib/uuid/Makefile | |
| config.status:1123: creating lib/uuid/uuid_types.h | |
| config.status:1123: creating lib/blkid/Makefile | |
| config.status:1123: creating lib/blkid/blkid_types.h | |
| config.status:1123: creating lib/quota/Makefile | |
| config.status:1123: creating lib/ss/ss.pc | |
| config.status:1123: creating lib/uuid/uuid.pc | |
| config.status:1123: creating lib/et/com_err.pc | |
| config.status:1123: creating lib/e2p/e2p.pc | |
| config.status:1123: creating lib/blkid/blkid.pc | |
| config.status:1123: creating lib/ext2fs/ext2fs.pc | |
| config.status:1123: creating misc/Makefile | |
| config.status:1123: creating ext2ed/Makefile | |
| config.status:1123: creating e2fsck/Makefile | |
| config.status:1123: creating debugfs/Makefile | |
| config.status:1123: creating tests/Makefile | |
| config.status:1123: creating tests/progs/Makefile | |
| config.status:1123: creating resize/Makefile | |
| config.status:1123: creating doc/Makefile | |
| config.status:1123: creating intl/Makefile | |
| config.status:1123: creating intl/libgnuintl.h | |
| config.status:1123: creating po/Makefile.in | |
| config.status:1123: creating lib/config.h | |
| config.status:1317: executing default-1 commands | |
| ## ---------------- ## | |
| ## Cache variables. ## | |
| ## ---------------- ## | |
| _cv_gnu_make_command=make | |
| ac_cv_build=x86_64-apple-darwin12.2.0 | |
| ac_cv_c_bigendian=no | |
| ac_cv_c_compiler_gnu=yes | |
| ac_cv_c_const=yes | |
| ac_cv_c_inline=inline | |
| ac_cv_e2fsprogs_use_static=no | |
| ac_cv_env_CC_set= | |
| ac_cv_env_CC_value= | |
| ac_cv_env_CFLAGS_set= | |
| ac_cv_env_CFLAGS_value= | |
| ac_cv_env_CPPFLAGS_set= | |
| ac_cv_env_CPPFLAGS_value= | |
| ac_cv_env_CPP_set= | |
| ac_cv_env_CPP_value= | |
| ac_cv_env_LDFLAGS_set= | |
| ac_cv_env_LDFLAGS_value= | |
| ac_cv_env_LIBS_set= | |
| ac_cv_env_LIBS_value= | |
| ac_cv_env_PKG_CONFIG_set= | |
| ac_cv_env_PKG_CONFIG_value= | |
| ac_cv_env_build_alias_set= | |
| ac_cv_env_build_alias_value= | |
| ac_cv_env_host_alias_set= | |
| ac_cv_env_host_alias_value= | |
| ac_cv_env_target_alias_set= | |
| ac_cv_env_target_alias_value= | |
| ac_cv_func___argz_count=no | |
| ac_cv_func___argz_next=no | |
| ac_cv_func___argz_stringify=no | |
| ac_cv_func___fsetlocking=no | |
| ac_cv_func___secure_getenv=no | |
| ac_cv_func__doprnt=no | |
| ac_cv_func_alloca_works=yes | |
| ac_cv_func_asprintf=yes | |
| ac_cv_func_backtrace=yes | |
| ac_cv_func_blkid_probe_get_topology=no | |
| ac_cv_func_chflags=yes | |
| ac_cv_func_fallocate64=no | |
| ac_cv_func_fallocate=no | |
| ac_cv_func_fchown=yes | |
| ac_cv_func_fdatasync=yes | |
| ac_cv_func_fstat64=yes | |
| ac_cv_func_ftruncate64=no | |
| ac_cv_func_fwprintf=yes | |
| ac_cv_func_getcwd=yes | |
| ac_cv_func_getdtablesize=yes | |
| ac_cv_func_getegid=yes | |
| ac_cv_func_geteuid=yes | |
| ac_cv_func_getgid=yes | |
| ac_cv_func_getmntinfo=yes | |
| ac_cv_func_getpagesize=yes | |
| ac_cv_func_getpwuid_r=yes | |
| ac_cv_func_getrlimit=yes | |
| ac_cv_func_getrusage=yes | |
| ac_cv_func_getuid=yes | |
| ac_cv_func_jrand48=yes | |
| ac_cv_func_llseek=no | |
| ac_cv_func_lseek64=no | |
| ac_cv_func_mallinfo=no | |
| ac_cv_func_mbstowcs=yes | |
| ac_cv_func_memalign=no | |
| ac_cv_func_mempcpy=no | |
| ac_cv_func_mmap=yes | |
| ac_cv_func_mmap_fixed_mapped=yes | |
| ac_cv_func_msync=yes | |
| ac_cv_func_munmap=yes | |
| ac_cv_func_nanosleep=yes | |
| ac_cv_func_open64=no | |
| ac_cv_func_pathconf=yes | |
| ac_cv_func_posix_fadvise=no | |
| ac_cv_func_posix_memalign=yes | |
| ac_cv_func_prctl=no | |
| ac_cv_func_putenv=yes | |
| ac_cv_func_sem_init=yes | |
| ac_cv_func_setenv=yes | |
| ac_cv_func_setlocale=yes | |
| ac_cv_func_setmntent=no | |
| ac_cv_func_setresgid=no | |
| ac_cv_func_setresuid=no | |
| ac_cv_func_snprintf=yes | |
| ac_cv_func_srandom=yes | |
| ac_cv_func_stpcpy=yes | |
| ac_cv_func_strcasecmp=yes | |
| ac_cv_func_strdup=yes | |
| ac_cv_func_strnlen=yes | |
| ac_cv_func_strptime=yes | |
| ac_cv_func_strtoul=yes | |
| ac_cv_func_strtoull=yes | |
| ac_cv_func_sync_file_range=no | |
| ac_cv_func_sysconf=yes | |
| ac_cv_func_tsearch=yes | |
| ac_cv_func_usleep=yes | |
| ac_cv_func_utime=yes | |
| ac_cv_func_valloc=yes | |
| ac_cv_func_vprintf=yes | |
| ac_cv_func_wcslen=yes | |
| ac_cv_gnu_library_2_1=no | |
| ac_cv_have_decl__snprintf=no | |
| ac_cv_have_decl__snwprintf=no | |
| ac_cv_have_decl_feof_unlocked=yes | |
| ac_cv_have_decl_fgets_unlocked=no | |
| ac_cv_have_decl_getc_unlocked=yes | |
| ac_cv_have_decl_llseek=no | |
| ac_cv_have_decl_lseek64=no | |
| ac_cv_have_optreset=yes | |
| ac_cv_header_argz_h=no | |
| ac_cv_header_dirent_h=yes | |
| ac_cv_header_errno_h=yes | |
| ac_cv_header_execinfo_h=yes | |
| ac_cv_header_getopt_h=yes | |
| ac_cv_header_inttypes_h=yes | |
| ac_cv_header_limits_h=yes | |
| ac_cv_header_linux_falloc_h=no | |
| ac_cv_header_linux_fd_h=no | |
| ac_cv_header_linux_major_h=no | |
| ac_cv_header_locale_h=yes | |
| ac_cv_header_malloc_h=no | |
| ac_cv_header_memory_h=yes | |
| ac_cv_header_mntent_h=no | |
| ac_cv_header_net_if_dl_h=yes | |
| ac_cv_header_net_if_h=no | |
| ac_cv_header_netinet_in_h=yes | |
| ac_cv_header_nl_types_h=yes | |
| ac_cv_header_paths_h=yes | |
| ac_cv_header_semaphore_h=yes | |
| ac_cv_header_setjmp_h=yes | |
| ac_cv_header_signal_h=yes | |
| ac_cv_header_stdarg_h=yes | |
| ac_cv_header_stdc=yes | |
| ac_cv_header_stddef_h=yes | |
| ac_cv_header_stdint_h=yes | |
| ac_cv_header_stdlib_h=yes | |
| ac_cv_header_string_h=yes | |
| ac_cv_header_strings_h=yes | |
| ac_cv_header_sys_disk_h=yes | |
| ac_cv_header_sys_disklabel_h=no | |
| ac_cv_header_sys_file_h=yes | |
| ac_cv_header_sys_ioctl_h=yes | |
| ac_cv_header_sys_mkdev_h=no | |
| ac_cv_header_sys_mman_h=yes | |
| ac_cv_header_sys_mount_h=yes | |
| ac_cv_header_sys_param_h=yes | |
| ac_cv_header_sys_prctl_h=no | |
| ac_cv_header_sys_queue_h=yes | |
| ac_cv_header_sys_resource_h=yes | |
| ac_cv_header_sys_select_h=yes | |
| ac_cv_header_sys_socket_h=yes | |
| ac_cv_header_sys_sockio_h=yes | |
| ac_cv_header_sys_stat_h=yes | |
| ac_cv_header_sys_syscall_h=yes | |
| ac_cv_header_sys_sysmacros_h=no | |
| ac_cv_header_sys_time_h=yes | |
| ac_cv_header_sys_types_h=yes | |
| ac_cv_header_sys_un_h=yes | |
| ac_cv_header_sys_wait_h=yes | |
| ac_cv_header_termio_h=no | |
| ac_cv_header_termios_h=yes | |
| ac_cv_header_unistd_h=yes | |
| ac_cv_header_utime_h=yes | |
| ac_cv_host=x86_64-apple-darwin12.2.0 | |
| ac_cv_lib_cposix_strerror=no | |
| ac_cv_lib_dl_dlopen=yes | |
| ac_cv_lib_socket_socket=no | |
| ac_cv_member_struct_dirent_d_reclen=yes | |
| ac_cv_member_struct_sockaddr_sa_len=yes | |
| ac_cv_objext=o | |
| ac_cv_path_CHMOD=/bin/chmod | |
| ac_cv_path_CP=/bin/cp | |
| ac_cv_path_EGREP='/usr/bin/grep -E' | |
| ac_cv_path_GMSGFMT=: | |
| ac_cv_path_GREP=/usr/bin/grep | |
| ac_cv_path_LDCONFIG=: | |
| ac_cv_path_LN=/bin/ln | |
| ac_cv_path_MSGFMT=: | |
| ac_cv_path_MSGMERGE=: | |
| ac_cv_path_MV=/bin/mv | |
| ac_cv_path_PERL=/usr/bin/perl | |
| ac_cv_path_RM=/bin/rm | |
| ac_cv_path_SED=/usr/bin/sed | |
| ac_cv_path_XGETTEXT=: | |
| ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/bin/pkg-config | |
| ac_cv_path_install='/usr/bin/install -c' | |
| ac_cv_prog_AWK=awk | |
| ac_cv_prog_CPP='gcc -E' | |
| ac_cv_prog_INTLBISON=bison | |
| ac_cv_prog_MAKEINFO=makeinfo | |
| ac_cv_prog_ac_ct_AR=ar | |
| ac_cv_prog_ac_ct_CC=gcc | |
| ac_cv_prog_ac_ct_RANLIB=ranlib | |
| ac_cv_prog_ac_ct_STRIP=strip | |
| ac_cv_prog_cc_c89= | |
| ac_cv_prog_cc_g=yes | |
| ac_cv_prog_make_make_set=yes | |
| ac_cv_sizeof_int=4 | |
| ac_cv_sizeof_long=8 | |
| ac_cv_sizeof_long_long=8 | |
| ac_cv_sizeof_short=2 | |
| ac_cv_tls=none | |
| ac_cv_type_intptr_t=yes | |
| ac_cv_type_long_long=yes | |
| ac_cv_type_off_t=yes | |
| ac_cv_type_ptrdiff_t=yes | |
| ac_cv_type_size_t=yes | |
| ac_cv_type_ssize_t=yes | |
| ac_cv_type_unsigned_long_long=yes | |
| ac_cv_working_alloca_h=yes | |
| acl_cv_hardcode_direct=yes | |
| acl_cv_hardcode_libdir_flag_spec= | |
| acl_cv_hardcode_libdir_separator= | |
| acl_cv_hardcode_minus_L=no | |
| acl_cv_libext=a | |
| acl_cv_path_LD=/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld | |
| acl_cv_prog_gnu_ld=no | |
| acl_cv_rpath=done | |
| acl_cv_shlibext=dylib | |
| acl_cv_sys_lib_dlsearch_path_spec='/lib /usr/lib' | |
| acl_cv_sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib' | |
| acl_cv_wl=-Wl, | |
| am_cv_func_iconv=yes | |
| am_cv_langinfo_codeset=yes | |
| am_cv_lib_iconv=yes | |
| am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);' | |
| am_cv_proto_iconv_arg1= | |
| am_cv_val_LC_MESSAGES=yes | |
| bh_cv_c_signed=yes | |
| e2fsprogs_cv_struct_st_flags=yes | |
| e2fsprogs_cv_struct_st_flags_immut=yes | |
| gt_cv_c_intmax_t=yes | |
| gt_cv_c_long_double=yes | |
| gt_cv_c_wchar_t=yes | |
| gt_cv_c_wint_t=yes | |
| gt_cv_func_gnugettext1_libc=no | |
| gt_cv_func_gnugettext1_libintl=no | |
| gt_cv_func_printf_posix=yes | |
| gt_cv_header_inttypes_h=yes | |
| gt_cv_int_divbyzero_sigfpe=yes | |
| gt_cv_inttypes_pri_broken=no | |
| jm_ac_cv_header_inttypes_h=yes | |
| jm_ac_cv_header_stdint_h=yes | |
| nls_cv_force_use_gnu_gettext=no | |
| nls_cv_header_intl= | |
| nls_cv_header_libgt= | |
| nls_cv_use_gnu_gettext=yes | |
| ## ----------------- ## | |
| ## Output variables. ## | |
| ## ----------------- ## | |
| ALLOCA='' | |
| AR='ar' | |
| AWK='awk' | |
| BINARY_TYPE='bin' | |
| BLKID_CMT='' | |
| BSDLIB_CMT='#' | |
| BUILD_CC='gcc' | |
| BUILD_CFLAGS='-g -O2 ' | |
| BUILD_INCLUDED_LIBINTL='yes' | |
| BUILD_LDFLAGS='' | |
| CATOBJEXT='.gmo' | |
| CC='gcc' | |
| CFLAGS='-g -O2' | |
| CHECKER_CMT='#' | |
| CHMOD='/bin/chmod' | |
| CP='/bin/cp' | |
| CPP='gcc -E' | |
| CPPFLAGS='' | |
| CYGWIN_CMT='#' | |
| DATADIRNAME='share' | |
| DEBUGFS_CMT='' | |
| DEFRAG_CMT='' | |
| DEFS='-DHAVE_CONFIG_H' | |
| DEPLIBBLKID='$(LIB)/libblkid.a' | |
| DEPLIBQUOTA='$(LIB)/libquota.a' | |
| DEPLIBUUID='$(LIB)/libuuid.a' | |
| DEPPROFILED_LIBBLKID='$(LIB)/libblkid.a' | |
| DEPPROFILED_LIBQUOTA='$(LIB)/libquota.a' | |
| DEPPROFILED_LIBUUID='$(LIB)/libuuid.a' | |
| DEPSTATIC_LIBBLKID='$(LIB)/libblkid.a' | |
| DEPSTATIC_LIBQUOTA='$(LIB)/libquota.a' | |
| DEPSTATIC_LIBUUID='$(LIB)/libuuid.a' | |
| DLOPEN_LIB='-ldl' | |
| DO_TEST_SUITE='check' | |
| E2FSPROGS_DAY='21' | |
| E2FSPROGS_MONTH='September' | |
| E2FSPROGS_PKGVER='1.42.6' | |
| E2FSPROGS_VERSION='1.42.6' | |
| E2FSPROGS_YEAR='2012' | |
| E2INITRD_MAN='e2initrd_helper.8' | |
| E2INITRD_PROG='e2initrd_helper' | |
| E='@echo' | |
| ECHO_C='\c' | |
| ECHO_N='' | |
| ECHO_T='' | |
| EGREP='/usr/bin/grep -E' | |
| ELF_CMT='#' | |
| ES='echo' | |
| ET_DIR='/Users/nibbles/Temp/e2fsprogs-1.42.6/lib/et' | |
| EXEEXT='' | |
| FSCK_MAN='fsck.8' | |
| FSCK_PROG='fsck' | |
| GENCAT='gencat' | |
| GETTEXT_PACKAGE='e2fsprogs' | |
| GLIBC21='no' | |
| GMSGFMT=':' | |
| GREP='/usr/bin/grep' | |
| HAVE_ASPRINTF='1' | |
| HAVE_POSIX_PRINTF='1' | |
| HAVE_SNPRINTF='1' | |
| HAVE_WPRINTF='0' | |
| HTREE_CMT='' | |
| IMAGER_CMT='' | |
| INCLUDES='-I. -I$(top_builddir)/lib -I$(top_srcdir)/lib -I$(top_builddir)/intl -I$(top_srcdir)/intl' | |
| INSTALL_DATA='${INSTALL} -m 644' | |
| INSTALL_PROGRAM='${INSTALL}' | |
| INSTALL_SCRIPT='${INSTALL}' | |
| INSTOBJEXT='.mo' | |
| INTLBISON='bison' | |
| INTLLIBS='${top_builddir}/intl/libintl.a -liconv' | |
| INTLOBJS='$(GETTOBJS)' | |
| INTL_LIBTOOL_SUFFIX_PREFIX='' | |
| LDCONFIG=':' | |
| LDFLAGS='' | |
| LDFLAG_DYNAMIC='' | |
| LDFLAG_STATIC='' | |
| LIBBLKID='$(LIB)/libblkid.a' | |
| LIBICONV='-liconv' | |
| LIBINTL='${top_builddir}/intl/libintl.a -liconv' | |
| LIBOBJS='' | |
| LIBQUOTA='$(LIB)/libquota.a' | |
| LIBS='' | |
| LIBUUID='$(LIB)/libuuid.a' | |
| LIB_EXT='.a' | |
| LINK_BUILD_FLAGS='' | |
| LINK_INSTALL_FLAGS='-f' | |
| LINUX_CMT='#' | |
| LN='/bin/ln' | |
| LN_S='ln -s' | |
| LTLIBICONV='-liconv' | |
| LTLIBINTL='${top_builddir}/intl/libintl.a -liconv' | |
| LTLIBOBJS='' | |
| MAINTAINER_CMT='#' | |
| MAKEINFO='makeinfo' | |
| MKINSTALLDIRS='$(top_builddir)/config/mkinstalldirs' | |
| MSGFMT=':' | |
| MSGMERGE=':' | |
| MV='/bin/mv' | |
| OBJEXT='o' | |
| PACKAGE='e2fsprogs' | |
| PACKAGE_BUGREPORT='' | |
| PACKAGE_NAME='' | |
| PACKAGE_STRING='' | |
| PACKAGE_TARNAME='' | |
| PACKAGE_URL='' | |
| PACKAGE_VERSION='' | |
| PATH_SEPARATOR=':' | |
| PERL='/usr/bin/perl' | |
| PKG_CONFIG='/usr/local/bin/pkg-config' | |
| POSUB='po' | |
| PRIVATE_LIBS_CMT='' | |
| PROFILED_LIBBLKID='$(LIB)/libblkid.a' | |
| PROFILED_LIBQUOTA='$(LIB)/libquota.a' | |
| PROFILED_LIBUUID='$(LIB)/libuuid.a' | |
| PROFILED_LIB_EXT='.a' | |
| PROFILE_CMT='#' | |
| Q='@' | |
| QUOTA_CMT='' | |
| RANLIB='ranlib' | |
| RDYNAMIC='-rdynamic' | |
| RESIZER_CMT='' | |
| RM='/bin/rm' | |
| SED='/usr/bin/sed' | |
| SEM_INIT_LIB='' | |
| SET_MAKE='' | |
| SHELL='/bin/sh' | |
| SIZEOF_INT='4' | |
| SIZEOF_LONG='8' | |
| SIZEOF_LONG_LONG='8' | |
| SIZEOF_SHORT='2' | |
| SOCKET_LIB='' | |
| SS_DIR='/Users/nibbles/Temp/e2fsprogs-1.42.6/lib/ss' | |
| STATIC_LIBBLKID='$(LIB)/libblkid.a' | |
| STATIC_LIBQUOTA='$(LIB)/libquota.a' | |
| STATIC_LIBUUID='$(LIB)/libuuid.a' | |
| STATIC_LIB_EXT='.a' | |
| STRIP='strip' | |
| SYMLINK_RELATIVE='' | |
| TEST_IO_CMT='' | |
| UNIX_CMT='' | |
| UNI_DIFF_OPTS='-u' | |
| USE_INCLUDED_LIBINTL='yes' | |
| USE_NLS='yes' | |
| UUIDD_CMT='' | |
| UUID_CMT='' | |
| VERSION='0.14.1' | |
| XGETTEXT=':' | |
| ac_ct_CC='gcc' | |
| bindir='${exec_prefix}/bin' | |
| build='x86_64-apple-darwin12.2.0' | |
| build_alias='' | |
| build_cpu='x86_64' | |
| build_os='darwin12.2.0' | |
| build_vendor='apple' | |
| datadir='${datarootdir}' | |
| datarootdir='${prefix}/share' | |
| docdir='${datarootdir}/doc/${PACKAGE}' | |
| dvidir='${docdir}' | |
| exec_prefix='${prefix}' | |
| host='x86_64-apple-darwin12.2.0' | |
| host_alias='' | |
| host_cpu='x86_64' | |
| host_os='darwin12.2.0' | |
| host_vendor='apple' | |
| htmldir='${docdir}' | |
| ifGNUmake='' | |
| ifNotGNUmake='#' | |
| includedir='${prefix}/include' | |
| infodir='${datarootdir}/info' | |
| libdir='${exec_prefix}/lib' | |
| libexecdir='${exec_prefix}/libexec' | |
| localedir='${datarootdir}/locale' | |
| localstatedir='${prefix}/var' | |
| mandir='${datarootdir}/man' | |
| oldincludedir='/usr/include' | |
| pdfdir='${docdir}' | |
| prefix='/usr/local/Cellar/e2fsprogs/1.42.6' | |
| program_transform_name='s,x,x,' | |
| psdir='${docdir}' | |
| root_bindir='${exec_prefix}/bin' | |
| root_libdir='${exec_prefix}/lib' | |
| root_prefix='/usr/local/Cellar/e2fsprogs/1.42.6' | |
| root_sbindir='${exec_prefix}/sbin' | |
| root_sysconfdir='${prefix}/etc' | |
| sbindir='${exec_prefix}/sbin' | |
| sharedstatedir='${prefix}/com' | |
| sysconfdir='${prefix}/etc' | |
| target_alias='' | |
| ## ------------------- ## | |
| ## File substitutions. ## | |
| ## ------------------- ## | |
| ASM_TYPES_HEADER='./asm_types.h' | |
| MAKEFILE_BSDLIB='/dev/null' | |
| MAKEFILE_CHECKER='/dev/null' | |
| MAKEFILE_ELF='/dev/null' | |
| MAKEFILE_LIBRARY='./lib/Makefile.library' | |
| MAKEFILE_PROFILE='/dev/null' | |
| MCONFIG='./MCONFIG' | |
| PUBLIC_CONFIG_HEADER='./public_config.h' | |
| ## ----------- ## | |
| ## confdefs.h. ## | |
| ## ----------- ## | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define HAVE_DLOPEN 1 | |
| #define ENABLE_HTREE 1 | |
| #define CONFIG_TESTIO_DEBUG 1 | |
| #define CONFIG_BUILD_FINDFS 1 | |
| #define USE_UUIDD 1 | |
| #define PACKAGE "e2fsprogs" | |
| #define VERSION "0.14.1" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_WCHAR_T 1 | |
| #define HAVE_WINT_T 1 | |
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | |
| #define HAVE_STDINT_H_WITH_UINTMAX 1 | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_POSIX_PRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_MMAP 1 | |
| #define INTDIV0_RAISES_SIGFPE 1 | |
| #define HAVE_UNSIGNED_LONG_LONG 1 | |
| #define HAVE_UINTMAX_T 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_FWPRINTF 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_GETEGID 1 | |
| #define HAVE_GETEUID 1 | |
| #define HAVE_GETGID 1 | |
| #define HAVE_GETUID 1 | |
| #define HAVE_MUNMAP 1 | |
| #define HAVE_PUTENV 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STPCPY 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_TSEARCH 1 | |
| #define HAVE_WCSLEN 1 | |
| #define HAVE_DECL__SNPRINTF 0 | |
| #define HAVE_DECL__SNWPRINTF 0 | |
| #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| #define HAVE_DECL_GETC_UNLOCKED 1 | |
| #define HAVE_ICONV 1 | |
| #define ICONV_CONST | |
| #define HAVE_LANGINFO_CODESET 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define ENABLE_NLS 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SEMAPHORE_H 1 | |
| #define HAVE_SETJMP_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_UTIME_H 1 | |
| #define HAVE_NET_IF_DL_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_QUEUE_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SOCKIO_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_DISK_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_RECLEN_DIRENT 1 | |
| #define HAVE_TYPE_SSIZE_T 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_INTPTR_T 1 | |
| #define HAVE_STAT_FLAGS 1 | |
| #define HAVE_SA_LEN 1 | |
| #define HAVE_BACKTRACE 1 | |
| #define HAVE_CHFLAGS 1 | |
| #define HAVE_FCHOWN 1 | |
| #define HAVE_FDATASYNC 1 | |
| #define HAVE_FSTAT64 1 | |
| #define HAVE_GETDTABLESIZE 1 | |
| #define HAVE_GETMNTINFO 1 | |
| #define HAVE_GETPWUID_R 1 | |
| #define HAVE_GETRLIMIT 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_JRAND48 1 | |
| #define HAVE_MBSTOWCS 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MSYNC 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_PATHCONF 1 | |
| #define HAVE_POSIX_MEMALIGN 1 | |
| #define HAVE_SRANDOM 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRNLEN 1 | |
| #define HAVE_STRPTIME 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_USLEEP 1 | |
| #define HAVE_UTIME 1 | |
| #define HAVE_VALLOC 1 | |
| #define HAVE_OPTRESET 1 | |
| #define _INTL_REDIRECT_MACROS 1 | |
| configure: exit 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment