Created
April 15, 2012 20:58
-
-
Save codeslinger/2394780 to your computer and use it in GitHub Desktop.
config.log from brew install -v collectd using Clang 3.1 on Lion w/Xcode 4.3.2
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 collectd configure 5.0.2, which was | |
generated by GNU Autoconf 2.67. Invocation command line was | |
$ ./configure --disable-debug --disable-dependency-tracking -C --with-python=/usr/bin --prefix=/usr/local/Cellar/collectd/5.0.2 --localstatedir=/usr/local/var | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = ice.local | |
uname -m = x86_64 | |
uname -r = 11.3.0 | |
uname -s = Darwin | |
uname -v = Darwin Kernel Version 11.3.0: Thu Jan 12 18:47:41 PST 2012; root:xnu-1699.24.23~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 11.3.0: Thu Jan 12 18:47:41 PST 2012; root:xnu-1699.24.23~1/RELEASE_X86_64 | |
Kernel configured for up to 4 processors. | |
2 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: 122 tasks, 570 threads, 4 processors | |
Load average: 2.69, Mach factor: 1.51 | |
/bin/machine = unknown | |
/usr/bin/oslevel = unknown | |
/bin/universe = unknown | |
PATH: /Users/toby/.rvm/gems/ruby-1.9.2-p318/bin | |
PATH: /Users/toby/.rvm/gems/ruby-1.9.2-p318@global/bin | |
PATH: /Users/toby/.rvm/rubies/ruby-1.9.2-p318/bin | |
PATH: /Users/toby/.rvm/bin | |
PATH: /Users/toby/bin | |
PATH: /usr/local/mysql/bin | |
PATH: /usr/local/bin | |
PATH: /usr/local/sbin | |
PATH: /usr/bin | |
PATH: /bin | |
PATH: /usr/sbin | |
PATH: /sbin | |
PATH: /usr/X11/bin | |
PATH: /home/toby/src/play | |
PATH: /Library/Frameworks/Python.framework/Versions/2.6/bin | |
PATH: /Users/toby/go/bin | |
PATH: /usr/local/Library/Contributions/cmds | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:3192: creating cache config.cache | |
configure:3337: checking build system type | |
configure:3351: result: x86_64-apple-darwin11.3.0 | |
configure:3371: checking host system type | |
configure:3384: result: x86_64-apple-darwin11.3.0 | |
configure:3452: checking for gcc | |
configure:3479: result: /usr/bin/clang | |
configure:3708: checking for C compiler version | |
configure:3717: /usr/bin/clang --version >&5 | |
Apple clang version 3.1 (tags/Apple/clang-318.0.58) (based on LLVM 3.1svn) | |
Target: x86_64-apple-darwin11.3.0 | |
Thread model: posix | |
configure:3728: $? = 0 | |
configure:3717: /usr/bin/clang -v >&5 | |
Apple clang version 3.1 (tags/Apple/clang-318.0.58) (based on LLVM 3.1svn) | |
Target: x86_64-apple-darwin11.3.0 | |
Thread model: posix | |
configure:3728: $? = 0 | |
configure:3717: /usr/bin/clang -V >&5 | |
clang: error: argument to '-V' is missing (expected 1 value) | |
clang: error: no input files | |
configure:3728: $? = 1 | |
configure:3717: /usr/bin/clang -qversion >&5 | |
clang: error: no input files | |
configure:3728: $? = 1 | |
configure:3748: checking whether the C compiler works | |
configure:3770: /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:3774: $? = 0 | |
configure:3822: result: yes | |
configure:3825: checking for C compiler default output file name | |
configure:3827: result: a.out | |
configure:3833: checking for suffix of executables | |
configure:3840: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:3844: $? = 0 | |
configure:3866: result: | |
configure:3888: checking whether we are cross compiling | |
configure:3896: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:3900: $? = 0 | |
configure:3907: ./conftest | |
configure:3911: $? = 0 | |
configure:3926: result: no | |
configure:3931: checking for suffix of object files | |
configure:3953: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:3957: $? = 0 | |
configure:3978: result: o | |
configure:3982: checking whether we are using the GNU C compiler | |
configure:4001: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:4001: $? = 0 | |
configure:4010: result: yes | |
configure:4019: checking whether /usr/bin/clang accepts -g | |
configure:4039: /usr/bin/clang -c -g conftest.c >&5 | |
configure:4039: $? = 0 | |
configure:4080: result: yes | |
configure:4097: checking for /usr/bin/clang option to accept ISO C89 | |
configure:4161: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:4161: $? = 0 | |
configure:4174: result: none needed | |
configure:4194: checking for a sed that does not truncate output | |
configure:4258: result: /usr/bin/sed | |
configure:4276: checking for grep that handles long lines and -e | |
configure:4334: result: /usr/bin/grep | |
configure:4339: checking for egrep | |
configure:4401: result: /usr/bin/grep -E | |
configure:4406: checking for fgrep | |
configure:4468: result: /usr/bin/grep -F | |
configure:4503: checking for ld used by /usr/bin/clang | |
configure:4570: result: /usr/bin/clang | |
configure:4577: checking if the linker (/usr/bin/clang) is GNU ld | |
configure:4592: result: no | |
configure:4604: checking for BSD- or MS-compatible name lister (nm) | |
configure:4653: result: /usr/bin/nm | |
configure:4771: checking the name lister (/usr/bin/nm) interface | |
configure:4778: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:4781: /usr/bin/nm "conftest.o" | |
configure:4784: output | |
0000000000000000 S _some_variable | |
configure:4791: result: BSD nm | |
configure:4794: checking whether ln -s works | |
configure:4798: result: yes | |
configure:4806: checking the maximum length of command line arguments | |
configure:4926: result: 196608 | |
configure:4943: checking whether the shell understands some XSI constructs | |
configure:4953: result: yes | |
configure:4957: checking whether the shell understands "+=" | |
configure:4963: result: yes | |
configure:4998: checking for /usr/bin/clang option to reload object files | |
configure:5005: result: -r | |
configure:5074: checking for objdump | |
configure:5104: result: no | |
configure:5133: checking how to recognize dependent libraries | |
configure:5329: result: pass_all | |
configure:5389: checking for ar | |
configure:5405: found /usr/bin/ar | |
configure:5416: result: ar | |
configure:5494: checking for strip | |
configure:5510: found /usr/bin/strip | |
configure:5521: result: strip | |
configure:5593: checking for ranlib | |
configure:5609: found /usr/bin/ranlib | |
configure:5620: result: ranlib | |
configure:5710: checking command to parse /usr/bin/nm output from /usr/bin/clang object | |
configure:5828: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:5831: $? = 0 | |
configure:5835: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm | |
configure:5838: $? = 0 | |
cannot find nm_test_var in conftest.nm | |
configure:5828: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:5831: $? = 0 | |
configure:5835: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm | |
configure:5838: $? = 0 | |
configure:5892: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c conftstm.o >&5 | |
configure:5895: $? = 0 | |
configure:5933: result: ok | |
configure:6198: checking for dsymutil | |
configure:6214: found /usr/bin/dsymutil | |
configure:6225: result: dsymutil | |
configure:6290: checking for nmedit | |
configure:6306: found /usr/bin/nmedit | |
configure:6317: result: nmedit | |
configure:6382: checking for lipo | |
configure:6398: found /usr/bin/lipo | |
configure:6409: result: lipo | |
configure:6474: checking for otool | |
configure:6490: found /usr/bin/otool | |
configure:6501: result: otool | |
configure:6566: checking for otool64 | |
configure:6596: result: no | |
configure:6641: checking for -single_module linker flag | |
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c | |
configure:6668: result: yes | |
configure:6670: checking for -exported_symbols_list linker flag | |
configure:6690: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -Wl,-exported_symbols_list,conftest.sym conftest.c >&5 | |
configure:6690: $? = 0 | |
configure:6700: result: yes | |
configure:6742: checking how to run the C preprocessor | |
configure:6773: /usr/bin/clang -E conftest.c | |
configure:6773: $? = 0 | |
configure:6787: /usr/bin/clang -E conftest.c | |
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:6787: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:6812: result: /usr/bin/clang -E | |
configure:6832: /usr/bin/clang -E conftest.c | |
configure:6832: $? = 0 | |
configure:6846: /usr/bin/clang -E conftest.c | |
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:6846: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:6875: checking for ANSI C header files | |
configure:6895: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:6895: $? = 0 | |
configure:6968: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:6968: $? = 0 | |
configure:6968: ./conftest | |
configure:6968: $? = 0 | |
configure:6979: result: yes | |
configure:6992: checking for sys/types.h | |
configure:6992: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:6992: $? = 0 | |
configure:6992: result: yes | |
configure:6992: checking for sys/stat.h | |
configure:6992: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:6992: $? = 0 | |
configure:6992: result: yes | |
configure:6992: checking for stdlib.h | |
configure:6992: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:6992: $? = 0 | |
configure:6992: result: yes | |
configure:6992: checking for string.h | |
configure:6992: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:6992: $? = 0 | |
configure:6992: result: yes | |
configure:6992: checking for memory.h | |
configure:6992: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:6992: $? = 0 | |
configure:6992: result: yes | |
configure:6992: checking for strings.h | |
configure:6992: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:6992: $? = 0 | |
configure:6992: result: yes | |
configure:6992: checking for inttypes.h | |
configure:6992: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:6992: $? = 0 | |
configure:6992: result: yes | |
configure:6992: checking for stdint.h | |
configure:6992: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:6992: $? = 0 | |
configure:6992: result: yes | |
configure:6992: checking for unistd.h | |
configure:6992: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:6992: $? = 0 | |
configure:6992: result: yes | |
configure:7006: checking for dlfcn.h | |
configure:7006: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:7006: $? = 0 | |
configure:7006: result: yes | |
configure:7189: checking for objdir | |
configure:7204: result: .libs | |
configure:7496: checking if /usr/bin/clang supports -fno-rtti -fno-exceptions | |
configure:7514: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -fno-rtti -fno-exceptions conftest.c >&5 | |
configure:7518: $? = 0 | |
configure:7531: result: yes | |
configure:7551: checking for /usr/bin/clang option to produce PIC | |
configure:7823: result: -fno-common -DPIC | |
configure:7835: checking if /usr/bin/clang PIC flag -fno-common -DPIC works | |
configure:7853: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -fno-common -DPIC -DPIC conftest.c >&5 | |
configure:7857: $? = 0 | |
configure:7870: result: yes | |
configure:7894: checking if /usr/bin/clang static flag -static works | |
configure:7922: result: no | |
configure:7937: checking if /usr/bin/clang supports -c -o file.o | |
configure:7958: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -o out/conftest2.o conftest.c >&5 | |
configure:7962: $? = 0 | |
configure:7984: result: yes | |
configure:7992: checking if /usr/bin/clang supports -c -o file.o | |
configure:8039: result: yes | |
configure:8072: checking whether the /usr/bin/clang linker (/usr/bin/clang) supports shared libraries | |
configure:9063: result: yes | |
configure:9302: checking dynamic linker characteristics | |
configure:9965: result: darwin11.3.0 dyld | |
configure:10067: checking how to hardcode library paths into programs | |
configure:10092: result: immediate | |
configure:10137: checking for dlopen in -ldl | |
configure:10162: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c -ldl >&5 | |
configure:10162: $? = 0 | |
configure:10171: result: yes | |
configure:10386: checking whether a program can dlopen itself | |
configure:10456: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -DHAVE_DLFCN_H conftest.c -ldl >&5 | |
configure:10459: $? = 0 | |
configure:10477: result: yes | |
configure:10482: checking whether a statically linked program can dlopen itself | |
configure:10552: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -DHAVE_DLFCN_H conftest.c -ldl >&5 | |
configure:10555: $? = 0 | |
configure:10573: result: yes | |
configure:10612: checking whether stripping libraries is possible | |
configure:10626: result: yes | |
configure:10652: checking if libtool supports shared libraries | |
configure:10654: result: yes | |
configure:10657: checking whether to build shared libraries | |
configure:10678: result: yes | |
configure:10681: checking whether to build static libraries | |
configure:10685: result: yes | |
configure:10720: checking which extension is used for runtime loadable modules | |
configure:10730: result: .so | |
configure:10740: checking which variable specifies run-time module search path | |
configure:10747: result: DYLD_LIBRARY_PATH | |
configure:10757: checking for the default library search path | |
configure:10764: result: /usr/local/lib /lib /usr/lib | |
configure:10794: checking for library containing dlopen | |
configure:10825: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:10825: $? = 0 | |
configure:10842: result: none required | |
configure:10932: checking for dlerror | |
configure:10932: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:10932: $? = 0 | |
configure:10932: result: yes | |
configure:10946: checking for shl_load | |
configure:10946: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_shl_load", referenced from: | |
_main in conftest-smeMkd.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:10946: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| /* end confdefs.h. */ | |
| /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define shl_load innocuous_shl_load | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char shl_load (); 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 shl_load | |
| | |
| /* 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 shl_load (); | |
| /* 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_shl_load || defined __stub___shl_load | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return shl_load (); | |
| ; | |
| return 0; | |
| } | |
configure:10946: result: no | |
configure:10953: checking for shl_load in -ldld | |
configure:10978: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c -ldld >&5 | |
ld: library not found for -ldld | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:10978: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 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 shl_load (); | |
| int | |
| main () | |
| { | |
| return shl_load (); | |
| ; | |
| return 0; | |
| } | |
configure:10987: result: no | |
configure:11033: checking for dld_link in -ldld | |
configure:11058: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c -ldld >&5 | |
ld: library not found for -ldld | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:11058: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 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 dld_link (); | |
| int | |
| main () | |
| { | |
| return dld_link (); | |
| ; | |
| return 0; | |
| } | |
configure:11067: result: no | |
configure:11101: checking for _ prefix in compiled symbols | |
configure:11111: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:11114: $? = 0 | |
configure:11118: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm | |
configure:11121: $? = 0 | |
configure:11143: result: yes | |
configure:11151: checking whether we have to add an underscore for dlsym | |
configure:11224: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:11227: $? = 0 | |
configure:11246: result: no | |
configure:11257: checking whether deplibs are loaded by dlopen | |
configure:11351: result: yes | |
configure:11363: checking for argz.h | |
configure:11363: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:61:10: fatal error: 'argz.h' file not found | |
#include <argz.h> | |
^ | |
1 error generated. | |
configure:11363: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 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:11363: result: no | |
configure:11375: checking for error_t | |
configure:11375: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:34:13: error: use of undeclared identifier 'error_t' | |
if (sizeof (error_t)) | |
^ | |
1 error generated. | |
configure:11375: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| /* end confdefs.h. */ | |
| #if defined(HAVE_ARGZ_H) | |
| # include <argz.h> | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| if (sizeof (error_t)) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:11375: result: no | |
configure:11401: checking for argz_add | |
configure:11401: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_argz_add", referenced from: | |
_main in conftest-87qw3D.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:11401: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| /* end confdefs.h. */ | |
| /* Define argz_add to an innocuous variant, in case <limits.h> declares argz_add. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define argz_add innocuous_argz_add | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char argz_add (); 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_add | |
| | |
| /* 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_add (); | |
| /* 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_add || defined __stub___argz_add | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return argz_add (); | |
| ; | |
| return 0; | |
| } | |
configure:11401: result: no | |
configure:11401: checking for argz_append | |
configure:11401: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_argz_append", referenced from: | |
_main in conftest-lpDF83.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:11401: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| /* end confdefs.h. */ | |
| /* Define argz_append to an innocuous variant, in case <limits.h> declares argz_append. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define argz_append innocuous_argz_append | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char argz_append (); 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_append | |
| | |
| /* 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_append (); | |
| /* 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_append || defined __stub___argz_append | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return argz_append (); | |
| ; | |
| return 0; | |
| } | |
configure:11401: result: no | |
configure:11401: checking for argz_count | |
configure:11401: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_argz_count", referenced from: | |
_main in conftest-KmfIiw.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:11401: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 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:11401: result: no | |
configure:11401: checking for argz_create_sep | |
configure:11401: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_argz_create_sep", referenced from: | |
_main in conftest-PF6kQH.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:11401: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| /* end confdefs.h. */ | |
| /* Define argz_create_sep to an innocuous variant, in case <limits.h> declares argz_create_sep. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define argz_create_sep innocuous_argz_create_sep | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char argz_create_sep (); 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_create_sep | |
| | |
| /* 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_create_sep (); | |
| /* 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_create_sep || defined __stub___argz_create_sep | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return argz_create_sep (); | |
| ; | |
| return 0; | |
| } | |
configure:11401: result: no | |
configure:11401: checking for argz_insert | |
configure:11401: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_argz_insert", referenced from: | |
_main in conftest-VJf6yK.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:11401: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| /* end confdefs.h. */ | |
| /* Define argz_insert to an innocuous variant, in case <limits.h> declares argz_insert. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define argz_insert innocuous_argz_insert | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char argz_insert (); 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_insert | |
| | |
| /* 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_insert (); | |
| /* 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_insert || defined __stub___argz_insert | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return argz_insert (); | |
| ; | |
| return 0; | |
| } | |
configure:11401: result: no | |
configure:11401: checking for argz_next | |
configure:11401: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_argz_next", referenced from: | |
_main in conftest-8sgyWn.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:11401: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 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:11401: result: no | |
configure:11401: checking for argz_stringify | |
configure:11401: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_argz_stringify", referenced from: | |
_main in conftest-BVT0Hk.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:11401: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 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:11401: result: no | |
configure:11465: checking whether libtool supports -dlopen/-dlpreopen | |
configure:11477: result: yes | |
configure:11509: checking for ltdl.h | |
configure:11509: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:11509: $? = 0 | |
configure:11509: result: yes | |
configure:11513: checking whether lt_dlinterface_register is declared | |
configure:11513: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:11513: $? = 0 | |
configure:11513: result: yes | |
configure:11517: checking for lt_dladvise_preload in -lltdl | |
configure:11542: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c -lltdl >&5 | |
configure:11542: $? = 0 | |
configure:11551: result: yes | |
configure:11646: checking where to find libltdl headers | |
configure:11648: result: | |
configure:11650: checking where to find libltdl library | |
configure:11652: result: -lltdl | |
configure:11703: checking for unistd.h | |
configure:11703: result: yes | |
configure:11703: checking for dl.h | |
configure:11703: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:66:10: fatal error: 'dl.h' file not found | |
#include <dl.h> | |
^ | |
1 error generated. | |
configure:11703: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 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 | |
| | |
| #include <dl.h> | |
configure:11703: result: no | |
configure:11703: checking for sys/dl.h | |
configure:11703: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:66:10: fatal error: 'sys/dl.h' file not found | |
#include <sys/dl.h> | |
^ | |
1 error generated. | |
configure:11703: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 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 | |
| | |
| #include <sys/dl.h> | |
configure:11703: result: no | |
configure:11703: checking for dld.h | |
configure:11703: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:66:10: fatal error: 'dld.h' file not found | |
#include <dld.h> | |
^ | |
1 error generated. | |
configure:11703: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 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 | |
| | |
| #include <dld.h> | |
configure:11703: result: no | |
configure:11703: checking for mach-o/dyld.h | |
configure:11703: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:11703: $? = 0 | |
configure:11703: result: yes | |
configure:11703: checking for dirent.h | |
configure:11703: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:11703: $? = 0 | |
configure:11703: result: yes | |
configure:11718: checking for closedir | |
configure:11718: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:11718: $? = 0 | |
configure:11718: result: yes | |
configure:11718: checking for opendir | |
configure:11718: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:11718: $? = 0 | |
configure:11718: result: yes | |
configure:11718: checking for readdir | |
configure:11718: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:11718: $? = 0 | |
configure:11718: result: yes | |
configure:11735: checking for strlcat | |
configure:11735: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:11735: $? = 0 | |
configure:11735: result: yes | |
configure:11735: checking for strlcpy | |
configure:11735: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:11735: $? = 0 | |
configure:11735: result: yes | |
configure:11791: checking for a BSD-compatible install | |
configure:11859: result: /usr/local/bin/ginstall -c | |
configure:11870: checking whether build environment is sane | |
configure:11920: result: yes | |
configure:12061: checking for a thread-safe mkdir -p | |
configure:12100: result: /usr/local/bin/mkdir -p | |
configure:12113: checking for gawk | |
configure:12143: result: no | |
configure:12113: checking for mawk | |
configure:12143: result: no | |
configure:12113: checking for nawk | |
configure:12143: result: no | |
configure:12113: checking for awk | |
configure:12129: found /usr/bin/awk | |
configure:12140: result: awk | |
configure:12151: checking whether make sets $(MAKE) | |
configure:12173: result: yes | |
configure:12203: checking for style of include used by make | |
configure:12231: result: GNU | |
configure:12316: checking dependency style of /usr/bin/clang | |
configure:12426: result: none | |
configure:12458: checking for special C compiler options needed for large files | |
configure:12503: result: no | |
configure:12509: checking for _FILE_OFFSET_BITS value needed for large files | |
configure:12534: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:12534: $? = 0 | |
configure:12566: result: no | |
configure:12701: checking for gcc | |
configure:12728: result: /usr/bin/clang | |
configure:12957: checking for C compiler version | |
configure:12966: /usr/bin/clang --version >&5 | |
Apple clang version 3.1 (tags/Apple/clang-318.0.58) (based on LLVM 3.1svn) | |
Target: x86_64-apple-darwin11.3.0 | |
Thread model: posix | |
configure:12977: $? = 0 | |
configure:12966: /usr/bin/clang -v >&5 | |
Apple clang version 3.1 (tags/Apple/clang-318.0.58) (based on LLVM 3.1svn) | |
Target: x86_64-apple-darwin11.3.0 | |
Thread model: posix | |
configure:12977: $? = 0 | |
configure:12966: /usr/bin/clang -V >&5 | |
clang: error: argument to '-V' is missing (expected 1 value) | |
clang: error: no input files | |
configure:12977: $? = 1 | |
configure:12966: /usr/bin/clang -qversion >&5 | |
clang: error: no input files | |
configure:12977: $? = 1 | |
configure:12981: checking whether we are using the GNU C compiler | |
configure:13009: result: yes | |
configure:13018: checking whether /usr/bin/clang accepts -g | |
configure:13079: result: yes | |
configure:13096: checking for /usr/bin/clang option to accept ISO C89 | |
configure:13173: result: none needed | |
configure:13198: checking how to run the C preprocessor | |
configure:13268: result: /usr/bin/clang -E | |
configure:13288: /usr/bin/clang -E conftest.c | |
configure:13288: $? = 0 | |
configure:13302: /usr/bin/clang -E conftest.c | |
conftest.c:43:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:13302: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:13331: checking whether ln -s works | |
configure:13335: result: yes | |
configure:13342: checking whether make sets $(MAKE) | |
configure:13364: result: yes | |
configure:13374: checking whether /usr/bin/clang and cc understand -c and -o together | |
configure:13405: /usr/bin/clang -c conftest.c -o conftest2.o >&5 | |
configure:13409: $? = 0 | |
configure:13415: /usr/bin/clang -c conftest.c -o conftest2.o >&5 | |
configure:13419: $? = 0 | |
configure:13430: cc -c conftest.c >&5 | |
configure:13434: $? = 0 | |
configure:13442: cc -c conftest.c -o conftest2.o >&5 | |
configure:13446: $? = 0 | |
configure:13452: cc -c conftest.c -o conftest2.o >&5 | |
configure:13456: $? = 0 | |
configure:13474: result: yes | |
configure:13541: checking for flex | |
configure:13557: found /usr/bin/flex | |
configure:13568: result: flex | |
configure:13605: flex conftest.l | |
configure:13609: $? = 0 | |
configure:13611: checking lex output file root | |
configure:13625: result: lex.yy | |
configure:13630: checking lex library | |
configure:13644: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_yywrap", referenced from: | |
_yylex in conftest-wWUY8e.o | |
_main in conftest-wWUY8e.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:13644: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| /* end confdefs.h. */ | |
| | |
| #line 3 "lex.yy.c" | |
| | |
| #define YY_INT_ALIGNED short int | |
| | |
| /* A lexical scanner generated by flex */ | |
| | |
| #define FLEX_SCANNER | |
| #define YY_FLEX_MAJOR_VERSION 2 | |
| #define YY_FLEX_MINOR_VERSION 5 | |
| #define YY_FLEX_SUBMINOR_VERSION 35 | |
| #if YY_FLEX_SUBMINOR_VERSION > 0 | |
| #define FLEX_BETA | |
| #endif | |
| | |
| /* First, we deal with platform-specific or compiler-specific issues. */ | |
| | |
| /* begin standard C headers. */ | |
| #include <stdio.h> | |
| #include <string.h> | |
| #include <errno.h> | |
| #include <stdlib.h> | |
| | |
| /* end standard C headers. */ | |
| | |
| /* flex integer type definitions */ | |
| | |
| #ifndef FLEXINT_H | |
| #define FLEXINT_H | |
| | |
| /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */ | |
| | |
| #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L | |
| | |
| /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h, | |
| * if you want the limit (max/min) macros for int types. | |
| */ | |
| #ifndef __STDC_LIMIT_MACROS | |
| #define __STDC_LIMIT_MACROS 1 | |
| #endif | |
| | |
| #include <inttypes.h> | |
| typedef int8_t flex_int8_t; | |
| typedef uint8_t flex_uint8_t; | |
| typedef int16_t flex_int16_t; | |
| typedef uint16_t flex_uint16_t; | |
| typedef int32_t flex_int32_t; | |
| typedef uint32_t flex_uint32_t; | |
| #else | |
| typedef signed char flex_int8_t; | |
| typedef short int flex_int16_t; | |
| typedef int flex_int32_t; | |
| typedef unsigned char flex_uint8_t; | |
| typedef unsigned short int flex_uint16_t; | |
| typedef unsigned int flex_uint32_t; | |
| #endif /* ! C99 */ | |
| | |
| /* Limits of integral types. */ | |
| #ifndef INT8_MIN | |
| #define INT8_MIN (-128) | |
| #endif | |
| #ifndef INT16_MIN | |
| #define INT16_MIN (-32767-1) | |
| #endif | |
| #ifndef INT32_MIN | |
| #define INT32_MIN (-2147483647-1) | |
| #endif | |
| #ifndef INT8_MAX | |
| #define INT8_MAX (127) | |
| #endif | |
| #ifndef INT16_MAX | |
| #define INT16_MAX (32767) | |
| #endif | |
| #ifndef INT32_MAX | |
| #define INT32_MAX (2147483647) | |
| #endif | |
| #ifndef UINT8_MAX | |
| #define UINT8_MAX (255U) | |
| #endif | |
| #ifndef UINT16_MAX | |
| #define UINT16_MAX (65535U) | |
| #endif | |
| #ifndef UINT32_MAX | |
| #define UINT32_MAX (4294967295U) | |
| #endif | |
| | |
| #endif /* ! FLEXINT_H */ | |
| | |
| #ifdef __cplusplus | |
| | |
| /* The "const" storage-class-modifier is valid. */ | |
| #define YY_USE_CONST | |
| | |
| #else /* ! __cplusplus */ | |
| | |
| /* C99 requires __STDC__ to be defined as 1. */ | |
| #if defined (__STDC__) | |
| | |
| #define YY_USE_CONST | |
| | |
| #endif /* defined (__STDC__) */ | |
| #endif /* ! __cplusplus */ | |
| | |
| #ifdef YY_USE_CONST | |
| #define yyconst const | |
| #else | |
| #define yyconst | |
| #endif | |
| | |
| /* Returned upon end-of-file. */ | |
| #define YY_NULL 0 | |
| | |
| /* Promotes a possibly negative, possibly signed char to an unsigned | |
| * integer for use as an array index. If the signed char is negative, | |
| * we want to instead treat it as an 8-bit unsigned char, hence the | |
| * double cast. | |
| */ | |
| #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c) | |
| | |
| /* Enter a start condition. This macro really ought to take a parameter, | |
| * but we do it the disgusting crufty way forced on us by the ()-less | |
| * definition of BEGIN. | |
| */ | |
| #define BEGIN (yy_start) = 1 + 2 * | |
| | |
| /* Translate the current start state into a value that can be later handed | |
| * to BEGIN to return to the state. The YYSTATE alias is for lex | |
| * compatibility. | |
| */ | |
| #define YY_START (((yy_start) - 1) / 2) | |
| #define YYSTATE YY_START | |
| | |
| /* Action number for EOF rule of a given start state. */ | |
| #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1) | |
| | |
| /* Special action meaning "start processing a new file". */ | |
| #define YY_NEW_FILE yyrestart(yyin ) | |
| | |
| #define YY_END_OF_BUFFER_CHAR 0 | |
| | |
| /* Size of default input buffer. */ | |
| #ifndef YY_BUF_SIZE | |
| #define YY_BUF_SIZE 16384 | |
| #endif | |
| | |
| /* The state buf must be large enough to hold one state per character in the main buffer. | |
| */ | |
| #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) | |
| | |
| #ifndef YY_TYPEDEF_YY_BUFFER_STATE | |
| #define YY_TYPEDEF_YY_BUFFER_STATE | |
| typedef struct yy_buffer_state *YY_BUFFER_STATE; | |
| #endif | |
| | |
| extern int yyleng; | |
| | |
| extern FILE *yyin, *yyout; | |
| | |
| #define EOB_ACT_CONTINUE_SCAN 0 | |
| #define EOB_ACT_END_OF_FILE 1 | |
| #define EOB_ACT_LAST_MATCH 2 | |
| | |
| #define YY_LESS_LINENO(n) | |
| | |
| /* Return all but the first "n" matched characters back to the input stream. */ | |
| #define yyless(n) \ | |
| do \ | |
| { \ | |
| /* Undo effects of setting up yytext. */ \ | |
| int yyless_macro_arg = (n); \ | |
| YY_LESS_LINENO(yyless_macro_arg);\ | |
| *yy_cp = (yy_hold_char); \ | |
| YY_RESTORE_YY_MORE_OFFSET \ | |
| (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \ | |
| YY_DO_BEFORE_ACTION; /* set up yytext again */ \ | |
| } \ | |
| while ( 0 ) | |
| | |
| #define unput(c) yyunput( c, (yytext_ptr) ) | |
| | |
| #ifndef YY_TYPEDEF_YY_SIZE_T | |
| #define YY_TYPEDEF_YY_SIZE_T | |
| typedef size_t yy_size_t; | |
| #endif | |
| | |
| #ifndef YY_STRUCT_YY_BUFFER_STATE | |
| #define YY_STRUCT_YY_BUFFER_STATE | |
| struct yy_buffer_state | |
| { | |
| FILE *yy_input_file; | |
| | |
| char *yy_ch_buf; /* input buffer */ | |
| char *yy_buf_pos; /* current position in input buffer */ | |
| | |
| /* Size of input buffer in bytes, not including room for EOB | |
| * characters. | |
| */ | |
| yy_size_t yy_buf_size; | |
| | |
| /* Number of characters read into yy_ch_buf, not including EOB | |
| * characters. | |
| */ | |
| int yy_n_chars; | |
| | |
| /* Whether we "own" the buffer - i.e., we know we created it, | |
| * and can realloc() it to grow it, and should free() it to | |
| * delete it. | |
| */ | |
| int yy_is_our_buffer; | |
| | |
| /* Whether this is an "interactive" input source; if so, and | |
| * if we're using stdio for input, then we want to use getc() | |
| * instead of fread(), to make sure we stop fetching input after | |
| * each newline. | |
| */ | |
| int yy_is_interactive; | |
| | |
| /* Whether we're considered to be at the beginning of a line. | |
| * If so, '^' rules will be active on the next match, otherwise | |
| * not. | |
| */ | |
| int yy_at_bol; | |
| | |
| int yy_bs_lineno; /**< The line count. */ | |
| int yy_bs_column; /**< The column count. */ | |
| | |
| /* Whether to try to fill the input buffer when we reach the | |
| * end of it. | |
| */ | |
| int yy_fill_buffer; | |
| | |
| int yy_buffer_status; | |
| | |
| #define YY_BUFFER_NEW 0 | |
| #define YY_BUFFER_NORMAL 1 | |
| /* When an EOF's been seen but there's still some text to process | |
| * then we mark the buffer as YY_EOF_PENDING, to indicate that we | |
| * shouldn't try reading from the input source any more. We might | |
| * still have a bunch of tokens to match, though, because of | |
| * possible backing-up. | |
| * | |
| * When we actually see the EOF, we change the status to "new" | |
| * (via yyrestart()), so that the user can continue scanning by | |
| * just pointing yyin at a new input file. | |
| */ | |
| #define YY_BUFFER_EOF_PENDING 2 | |
| | |
| }; | |
| #endif /* !YY_STRUCT_YY_BUFFER_STATE */ | |
| | |
| /* Stack of input buffers. */ | |
| static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ | |
| static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ | |
| static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */ | |
| | |
| /* We provide macros for accessing buffer states in case in the | |
| * future we want to put the buffer states in a more general | |
| * "scanner state". | |
| * | |
| * Returns the top of the stack, or NULL. | |
| */ | |
| #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \ | |
| ? (yy_buffer_stack)[(yy_buffer_stack_top)] \ | |
| : NULL) | |
| | |
| /* Same as previous macro, but useful when we know that the buffer stack is not | |
| * NULL or when we need an lvalue. For internal use only. | |
| */ | |
| #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)] | |
| | |
| /* yy_hold_char holds the character lost when yytext is formed. */ | |
| static char yy_hold_char; | |
| static int yy_n_chars; /* number of characters read into yy_ch_buf */ | |
| int yyleng; | |
| | |
| /* Points to current character in buffer. */ | |
| static char *yy_c_buf_p = (char *) 0; | |
| static int yy_init = 0; /* whether we need to initialize */ | |
| static int yy_start = 0; /* start state number */ | |
| | |
| /* Flag which is used to allow yywrap()'s to do buffer switches | |
| * instead of setting up a fresh yyin. A bit of a hack ... | |
| */ | |
| static int yy_did_buffer_switch_on_eof; | |
| | |
| void yyrestart (FILE *input_file ); | |
| void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ); | |
| YY_BUFFER_STATE yy_create_buffer (FILE *file,int size ); | |
| void yy_delete_buffer (YY_BUFFER_STATE b ); | |
| void yy_flush_buffer (YY_BUFFER_STATE b ); | |
| void yypush_buffer_state (YY_BUFFER_STATE new_buffer ); | |
| void yypop_buffer_state (void ); | |
| | |
| static void yyensure_buffer_stack (void ); | |
| static void yy_load_buffer_state (void ); | |
| static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file ); | |
| | |
| #define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER ) | |
| | |
| YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size ); | |
| YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str ); | |
| YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,int len ); | |
| | |
| void *yyalloc (yy_size_t ); | |
| void *yyrealloc (void *,yy_size_t ); | |
| void yyfree (void * ); | |
| | |
| #define yy_new_buffer yy_create_buffer | |
| | |
| #define yy_set_interactive(is_interactive) \ | |
| { \ | |
| if ( ! YY_CURRENT_BUFFER ){ \ | |
| yyensure_buffer_stack (); \ | |
| YY_CURRENT_BUFFER_LVALUE = \ | |
| yy_create_buffer(yyin,YY_BUF_SIZE ); \ | |
| } \ | |
| YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \ | |
| } | |
| | |
| #define yy_set_bol(at_bol) \ | |
| { \ | |
| if ( ! YY_CURRENT_BUFFER ){\ | |
| yyensure_buffer_stack (); \ | |
| YY_CURRENT_BUFFER_LVALUE = \ | |
| yy_create_buffer(yyin,YY_BUF_SIZE ); \ | |
| } \ | |
| YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \ | |
| } | |
| | |
| #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) | |
| | |
| /* Begin user sect3 */ | |
| | |
| typedef unsigned char YY_CHAR; | |
| | |
| FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; | |
| | |
| typedef int yy_state_type; | |
| | |
| extern int yylineno; | |
| | |
| int yylineno = 1; | |
| | |
| extern char *yytext; | |
| #define yytext_ptr yytext | |
| | |
| static yy_state_type yy_get_previous_state (void ); | |
| static yy_state_type yy_try_NUL_trans (yy_state_type current_state ); | |
| static int yy_get_next_buffer (void ); | |
| static void yy_fatal_error (yyconst char msg[] ); | |
| | |
| /* Done after the current pattern has been matched and before the | |
| * corresponding action - sets up yytext. | |
| */ | |
| #define YY_DO_BEFORE_ACTION \ | |
| (yytext_ptr) = yy_bp; \ | |
| (yytext_ptr) -= (yy_more_len); \ | |
| yyleng = (size_t) (yy_cp - (yytext_ptr)); \ | |
| (yy_hold_char) = *yy_cp; \ | |
| *yy_cp = '\0'; \ | |
| (yy_c_buf_p) = yy_cp; | |
| | |
| #define YY_NUM_RULES 8 | |
| #define YY_END_OF_BUFFER 9 | |
| /* This struct is not used in this scanner, | |
| but its presence is necessary. */ | |
| struct yy_trans_info | |
| { | |
| flex_int32_t yy_verify; | |
| flex_int32_t yy_nxt; | |
| }; | |
| static yyconst flex_int16_t yy_acclist[23] = | |
| { 0, | |
| 9, 7, 8, 8, 1, 7, 8, 2, 7, 8, | |
| 3, 7, 8, 4, 7, 8, 5, 7, 8, 6, | |
| 7, 8 | |
| } ; | |
| | |
| static yyconst flex_int16_t yy_accept[14] = | |
| { 0, | |
| 1, 1, 1, 2, 4, 5, 8, 11, 14, 17, | |
| 20, 23, 23 | |
| } ; | |
| | |
| static yyconst flex_int32_t yy_ec[256] = | |
| { 0, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 3, 4, 5, 6, | |
| | |
| 7, 8, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1 | |
| } ; | |
| | |
| static yyconst flex_int32_t yy_meta[9] = | |
| { 0, | |
| 1, 1, 1, 1, 1, 1, 1, 1 | |
| } ; | |
| | |
| static yyconst flex_int16_t yy_base[13] = | |
| { 0, | |
| 0, 0, 9, 10, 10, 10, 10, 10, 10, 10, | |
| 10, 10 | |
| } ; | |
| | |
| static yyconst flex_int16_t yy_def[13] = | |
| { 0, | |
| 12, 1, 12, 12, 12, 12, 12, 12, 12, 12, | |
| 12, 0 | |
| } ; | |
| | |
| static yyconst flex_int16_t yy_nxt[19] = | |
| { 0, | |
| 4, 5, 6, 7, 8, 9, 10, 11, 12, 3, | |
| 12, 12, 12, 12, 12, 12, 12, 12 | |
| } ; | |
| | |
| static yyconst flex_int16_t yy_chk[19] = | |
| { 0, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 3, 12, | |
| 12, 12, 12, 12, 12, 12, 12, 12 | |
| } ; | |
| | |
| extern int yy_flex_debug; | |
| int yy_flex_debug = 0; | |
| | |
| static yy_state_type *yy_state_buf=0, *yy_state_ptr=0; | |
| static char *yy_full_match; | |
| static int yy_lp; | |
| #define REJECT \ | |
| { \ | |
| *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ \ | |
| yy_cp = (yy_full_match); /* restore poss. backed-over text */ \ | |
| ++(yy_lp); \ | |
| goto find_rule; \ | |
| } | |
| | |
| static int yy_more_flag = 0; | |
| static int yy_more_len = 0; | |
| #define yymore() ((yy_more_flag) = 1) | |
| #define YY_MORE_ADJ (yy_more_len) | |
| #define YY_RESTORE_YY_MORE_OFFSET | |
| char *yytext; | |
| #line 1 "conftest.l" | |
| #line 468 "lex.yy.c" | |
| | |
| #define INITIAL 0 | |
| | |
| #ifndef YY_NO_UNISTD_H | |
| /* Special case for "unistd.h", since it is non-ANSI. We include it way | |
| * down here because we want the user's section 1 to have been scanned first. | |
| * The user has a chance to override it with an option. | |
| */ | |
| #include <unistd.h> | |
| #endif | |
| | |
| #ifndef YY_EXTRA_TYPE | |
| #define YY_EXTRA_TYPE void * | |
| #endif | |
| | |
| static int yy_init_globals (void ); | |
| | |
| /* Accessor methods to globals. | |
| These are made visible to non-reentrant scanners for convenience. */ | |
| | |
| int yylex_destroy (void ); | |
| | |
| int yyget_debug (void ); | |
| | |
| void yyset_debug (int debug_flag ); | |
| | |
| YY_EXTRA_TYPE yyget_extra (void ); | |
| | |
| void yyset_extra (YY_EXTRA_TYPE user_defined ); | |
| | |
| FILE *yyget_in (void ); | |
| | |
| void yyset_in (FILE * in_str ); | |
| | |
| FILE *yyget_out (void ); | |
| | |
| void yyset_out (FILE * out_str ); | |
| | |
| int yyget_leng (void ); | |
| | |
| char *yyget_text (void ); | |
| | |
| int yyget_lineno (void ); | |
| | |
| void yyset_lineno (int line_number ); | |
| | |
| /* Macros after this point can all be overridden by user definitions in | |
| * section 1. | |
| */ | |
| | |
| #ifndef YY_SKIP_YYWRAP | |
| #ifdef __cplusplus | |
| extern "C" int yywrap (void ); | |
| #else | |
| extern int yywrap (void ); | |
| #endif | |
| #endif | |
| | |
| static void yyunput (int c,char *buf_ptr ); | |
| | |
| #ifndef yytext_ptr | |
| static void yy_flex_strncpy (char *,yyconst char *,int ); | |
| #endif | |
| | |
| #ifdef YY_NEED_STRLEN | |
| static int yy_flex_strlen (yyconst char * ); | |
| #endif | |
| | |
| #ifndef YY_NO_INPUT | |
| | |
| #ifdef __cplusplus | |
| static int yyinput (void ); | |
| #else | |
| static int input (void ); | |
| #endif | |
| | |
| #endif | |
| | |
| /* Amount of stuff to slurp up with each read. */ | |
| #ifndef YY_READ_BUF_SIZE | |
| #define YY_READ_BUF_SIZE 8192 | |
| #endif | |
| | |
| /* Copy whatever the last rule matched to the standard output. */ | |
| #ifndef ECHO | |
| /* This used to be an fputs(), but since the string might contain NUL's, | |
| * we now use fwrite(). | |
| */ | |
| #define ECHO fwrite( yytext, yyleng, 1, yyout ) | |
| #endif | |
| | |
| /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, | |
| * is returned in "result". | |
| */ | |
| #ifndef YY_INPUT | |
| #define YY_INPUT(buf,result,max_size) \ | |
| if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \ | |
| { \ | |
| int c = '*'; \ | |
| yy_size_t n; \ | |
| for ( n = 0; n < max_size && \ | |
| (c = getc( yyin )) != EOF && c != '\n'; ++n ) \ | |
| buf[n] = (char) c; \ | |
| if ( c == '\n' ) \ | |
| buf[n++] = (char) c; \ | |
| if ( c == EOF && ferror( yyin ) ) \ | |
| YY_FATAL_ERROR( "input in flex scanner failed" ); \ | |
| result = n; \ | |
| } \ | |
| else \ | |
| { \ | |
| errno=0; \ | |
| while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \ | |
| { \ | |
| if( errno != EINTR) \ | |
| { \ | |
| YY_FATAL_ERROR( "input in flex scanner failed" ); \ | |
| break; \ | |
| } \ | |
| errno=0; \ | |
| clearerr(yyin); \ | |
| } \ | |
| }\ | |
| \ | |
| | |
| #endif | |
| | |
| /* No semi-colon after return; correct usage is to write "yyterminate();" - | |
| * we don't want an extra ';' after the "return" because that will cause | |
| * some compilers to complain about unreachable statements. | |
| */ | |
| #ifndef yyterminate | |
| #define yyterminate() return YY_NULL | |
| #endif | |
| | |
| /* Number of entries by which start-condition stack grows. */ | |
| #ifndef YY_START_STACK_INCR | |
| #define YY_START_STACK_INCR 25 | |
| #endif | |
| | |
| /* Report a fatal error. */ | |
| #ifndef YY_FATAL_ERROR | |
| #define YY_FATAL_ERROR(msg) yy_fatal_error( msg ) | |
| #endif | |
| | |
| /* end tables serialization structures and prototypes */ | |
| | |
| /* Default declaration of generated scanner - a define so the user can | |
| * easily add parameters. | |
| */ | |
| #ifndef YY_DECL | |
| #define YY_DECL_IS_OURS 1 | |
| | |
| extern int yylex (void); | |
| | |
| #define YY_DECL int yylex (void) | |
| #endif /* !YY_DECL */ | |
| | |
| /* Code executed at the beginning of each rule, after yytext and yyleng | |
| * have been set up. | |
| */ | |
| #ifndef YY_USER_ACTION | |
| #define YY_USER_ACTION | |
| #endif | |
| | |
| /* Code executed at the end of each rule. */ | |
| #ifndef YY_BREAK | |
| #define YY_BREAK break; | |
| #endif | |
| | |
| #define YY_RULE_SETUP \ | |
| YY_USER_ACTION | |
| | |
| /** The main scanner function which does all the work. | |
| */ | |
| YY_DECL | |
| { | |
| register yy_state_type yy_current_state; | |
| register char *yy_cp, *yy_bp; | |
| register int yy_act; | |
| | |
| #line 1 "conftest.l" | |
| | |
| #line 652 "lex.yy.c" | |
| | |
| if ( !(yy_init) ) | |
| { | |
| (yy_init) = 1; | |
| | |
| #ifdef YY_USER_INIT | |
| YY_USER_INIT; | |
| #endif | |
| | |
| /* Create the reject buffer large enough to save one state per allowed character. */ | |
| if ( ! (yy_state_buf) ) | |
| (yy_state_buf) = (yy_state_type *)yyalloc(YY_STATE_BUF_SIZE ); | |
| if ( ! (yy_state_buf) ) | |
| YY_FATAL_ERROR( "out of dynamic memory in yylex()" ); | |
| | |
| if ( ! (yy_start) ) | |
| (yy_start) = 1; /* first start state */ | |
| | |
| if ( ! yyin ) | |
| yyin = stdin; | |
| | |
| if ( ! yyout ) | |
| yyout = stdout; | |
| | |
| if ( ! YY_CURRENT_BUFFER ) { | |
| yyensure_buffer_stack (); | |
| YY_CURRENT_BUFFER_LVALUE = | |
| yy_create_buffer(yyin,YY_BUF_SIZE ); | |
| } | |
| | |
| yy_load_buffer_state( ); | |
| } | |
| | |
| while ( 1 ) /* loops until end-of-file is reached */ | |
| { | |
| (yy_more_len) = 0; | |
| if ( (yy_more_flag) ) | |
| { | |
| (yy_more_len) = (yy_c_buf_p) - (yytext_ptr); | |
| (yy_more_flag) = 0; | |
| } | |
| yy_cp = (yy_c_buf_p); | |
| | |
| /* Support of yytext. */ | |
| *yy_cp = (yy_hold_char); | |
| | |
| /* yy_bp points to the position in yy_ch_buf of the start of | |
| * the current run. | |
| */ | |
| yy_bp = yy_cp; | |
| | |
| yy_current_state = (yy_start); | |
| | |
| (yy_state_ptr) = (yy_state_buf); | |
| *(yy_state_ptr)++ = yy_current_state; | |
| | |
| yy_match: | |
| do | |
| { | |
| register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; | |
| while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) | |
| { | |
| yy_current_state = (int) yy_def[yy_current_state]; | |
| if ( yy_current_state >= 13 ) | |
| yy_c = yy_meta[(unsigned int) yy_c]; | |
| } | |
| yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; | |
| *(yy_state_ptr)++ = yy_current_state; | |
| ++yy_cp; | |
| } | |
| while ( yy_base[yy_current_state] != 10 ); | |
| | |
| yy_find_action: | |
| yy_current_state = *--(yy_state_ptr); | |
| (yy_lp) = yy_accept[yy_current_state]; | |
| goto find_rule; /* Shut up GCC warning -Wall */ | |
| find_rule: /* we branch to this label when backing up */ | |
| for ( ; ; ) /* until we find what rule we matched */ | |
| { | |
| if ( (yy_lp) && (yy_lp) < yy_accept[yy_current_state + 1] ) | |
| { | |
| yy_act = yy_acclist[(yy_lp)]; | |
| { | |
| (yy_full_match) = yy_cp; | |
| break; | |
| } | |
| } | |
| --yy_cp; | |
| yy_current_state = *--(yy_state_ptr); | |
| (yy_lp) = yy_accept[yy_current_state]; | |
| } | |
| | |
| YY_DO_BEFORE_ACTION; | |
| | |
| do_action: /* This label is used only to access EOF actions. */ | |
| | |
| switch ( yy_act ) | |
| { /* beginning of action switch */ | |
| case 1: | |
| YY_RULE_SETUP | |
| #line 2 "conftest.l" | |
| { ECHO; } | |
| YY_BREAK | |
| case 2: | |
| YY_RULE_SETUP | |
| #line 3 "conftest.l" | |
| { REJECT; } | |
| YY_BREAK | |
| case 3: | |
| YY_RULE_SETUP | |
| #line 4 "conftest.l" | |
| { yymore (); } | |
| YY_BREAK | |
| case 4: | |
| YY_RULE_SETUP | |
| #line 5 "conftest.l" | |
| { yyless (1); } | |
| YY_BREAK | |
| case 5: | |
| YY_RULE_SETUP | |
| #line 6 "conftest.l" | |
| { yyless (input () != 0); } | |
| YY_BREAK | |
| case 6: | |
| YY_RULE_SETUP | |
| #line 7 "conftest.l" | |
| { unput (yytext[0]); } | |
| YY_BREAK | |
| case 7: | |
| YY_RULE_SETUP | |
| #line 8 "conftest.l" | |
| { BEGIN INITIAL; } | |
| YY_BREAK | |
| case 8: | |
| YY_RULE_SETUP | |
| #line 9 "conftest.l" | |
| ECHO; | |
| YY_BREAK | |
| #line 791 "lex.yy.c" | |
| case YY_STATE_EOF(INITIAL): | |
| yyterminate(); | |
| | |
| case YY_END_OF_BUFFER: | |
| { | |
| /* Amount of text matched not including the EOB char. */ | |
| int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1; | |
| | |
| /* Undo the effects of YY_DO_BEFORE_ACTION. */ | |
| *yy_cp = (yy_hold_char); | |
| YY_RESTORE_YY_MORE_OFFSET | |
| | |
| if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW ) | |
| { | |
| /* We're scanning a new file or input source. It's | |
| * possible that this happened because the user | |
| * just pointed yyin at a new source and called | |
| * yylex(). If so, then we have to assure | |
| * consistency between YY_CURRENT_BUFFER and our | |
| * globals. Here is the right place to do so, because | |
| * this is the first action (other than possibly a | |
| * back-up) that will match for the new input source. | |
| */ | |
| (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; | |
| YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin; | |
| YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL; | |
| } | |
| | |
| /* Note that here we test for yy_c_buf_p "<=" to the position | |
| * of the first EOB in the buffer, since yy_c_buf_p will | |
| * already have been incremented past the NUL character | |
| * (since all states make transitions on EOB to the | |
| * end-of-buffer state). Contrast this with the test | |
| * in input(). | |
| */ | |
| if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) | |
| { /* This was really a NUL. */ | |
| yy_state_type yy_next_state; | |
| | |
| (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; | |
| | |
| yy_current_state = yy_get_previous_state( ); | |
| | |
| /* Okay, we're now positioned to make the NUL | |
| * transition. We couldn't have | |
| * yy_get_previous_state() go ahead and do it | |
| * for us because it doesn't know how to deal | |
| * with the possibility of jamming (and we don't | |
| * want to build jamming into it because then it | |
| * will run more slowly). | |
| */ | |
| | |
| yy_next_state = yy_try_NUL_trans( yy_current_state ); | |
| | |
| yy_bp = (yytext_ptr) + YY_MORE_ADJ; | |
| | |
| if ( yy_next_state ) | |
| { | |
| /* Consume the NUL. */ | |
| yy_cp = ++(yy_c_buf_p); | |
| yy_current_state = yy_next_state; | |
| goto yy_match; | |
| } | |
| | |
| else | |
| { | |
| yy_cp = (yy_c_buf_p); | |
| goto yy_find_action; | |
| } | |
| } | |
| | |
| else switch ( yy_get_next_buffer( ) ) | |
| { | |
| case EOB_ACT_END_OF_FILE: | |
| { | |
| (yy_did_buffer_switch_on_eof) = 0; | |
| | |
| if ( yywrap( ) ) | |
| { | |
| /* Note: because we've taken care in | |
| * yy_get_next_buffer() to have set up | |
| * yytext, we can now set up | |
| * yy_c_buf_p so that if some total | |
| * hoser (like flex itself) wants to | |
| * call the scanner after we return the | |
| * YY_NULL, it'll still work - another | |
| * YY_NULL will get returned. | |
| */ | |
| (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ; | |
| | |
| yy_act = YY_STATE_EOF(YY_START); | |
| goto do_action; | |
| } | |
| | |
| else | |
| { | |
| if ( ! (yy_did_buffer_switch_on_eof) ) | |
| YY_NEW_FILE; | |
| } | |
| break; | |
| } | |
| | |
| case EOB_ACT_CONTINUE_SCAN: | |
| (yy_c_buf_p) = | |
| (yytext_ptr) + yy_amount_of_matched_text; | |
| | |
| yy_current_state = yy_get_previous_state( ); | |
| | |
| yy_cp = (yy_c_buf_p); | |
| yy_bp = (yytext_ptr) + YY_MORE_ADJ; | |
| goto yy_match; | |
| | |
| case EOB_ACT_LAST_MATCH: | |
| (yy_c_buf_p) = | |
| &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)]; | |
| | |
| yy_current_state = yy_get_previous_state( ); | |
| | |
| yy_cp = (yy_c_buf_p); | |
| yy_bp = (yytext_ptr) + YY_MORE_ADJ; | |
| goto yy_find_action; | |
| } | |
| break; | |
| } | |
| | |
| default: | |
| YY_FATAL_ERROR( | |
| "fatal flex scanner internal error--no action found" ); | |
| } /* end of action switch */ | |
| } /* end of scanning one token */ | |
| } /* end of yylex */ | |
| | |
| /* yy_get_next_buffer - try to read in a new buffer | |
| * | |
| * Returns a code representing an action: | |
| * EOB_ACT_LAST_MATCH - | |
| * EOB_ACT_CONTINUE_SCAN - continue scanning from current position | |
| * EOB_ACT_END_OF_FILE - end of file | |
| */ | |
| static int yy_get_next_buffer (void) | |
| { | |
| register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; | |
| register char *source = (yytext_ptr); | |
| register int number_to_move, i; | |
| int ret_val; | |
| | |
| if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] ) | |
| YY_FATAL_ERROR( | |
| "fatal flex scanner internal error--end of buffer missed" ); | |
| | |
| if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 ) | |
| { /* Don't try to fill the buffer, so this is an EOF. */ | |
| if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 ) | |
| { | |
| /* We matched a single character, the EOB, so | |
| * treat this as a final EOF. | |
| */ | |
| return EOB_ACT_END_OF_FILE; | |
| } | |
| | |
| else | |
| { | |
| /* We matched some text prior to the EOB, first | |
| * process it. | |
| */ | |
| return EOB_ACT_LAST_MATCH; | |
| } | |
| } | |
| | |
| /* Try to read more data. */ | |
| | |
| /* First move last chars to start of buffer. */ | |
| number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1; | |
| | |
| for ( i = 0; i < number_to_move; ++i ) | |
| *(dest++) = *(source++); | |
| | |
| if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING ) | |
| /* don't do the read, it's not guaranteed to return an EOF, | |
| * just force an EOF | |
| */ | |
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0; | |
| | |
| else | |
| { | |
| int num_to_read = | |
| YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; | |
| | |
| while ( num_to_read <= 0 ) | |
| { /* Not enough room in the buffer - grow it. */ | |
| | |
| YY_FATAL_ERROR( | |
| "input buffer overflow, can't enlarge buffer because scanner uses REJECT" ); | |
| | |
| } | |
| | |
| if ( num_to_read > YY_READ_BUF_SIZE ) | |
| num_to_read = YY_READ_BUF_SIZE; | |
| | |
| /* Read in more data. */ | |
| YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), | |
| (yy_n_chars), (size_t) num_to_read ); | |
| | |
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); | |
| } | |
| | |
| if ( (yy_n_chars) == 0 ) | |
| { | |
| if ( number_to_move == YY_MORE_ADJ ) | |
| { | |
| ret_val = EOB_ACT_END_OF_FILE; | |
| yyrestart(yyin ); | |
| } | |
| | |
| else | |
| { | |
| ret_val = EOB_ACT_LAST_MATCH; | |
| YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = | |
| YY_BUFFER_EOF_PENDING; | |
| } | |
| } | |
| | |
| else | |
| ret_val = EOB_ACT_CONTINUE_SCAN; | |
| | |
| if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { | |
| /* Extend the array by 50%, plus the number we really need. */ | |
| yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); | |
| YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size ); | |
| if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) | |
| YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" ); | |
| } | |
| | |
| (yy_n_chars) += number_to_move; | |
| YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR; | |
| YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR; | |
| | |
| (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0]; | |
| | |
| return ret_val; | |
| } | |
| | |
| /* yy_get_previous_state - get the state just before the EOB char was reached */ | |
| | |
| static yy_state_type yy_get_previous_state (void) | |
| { | |
| register yy_state_type yy_current_state; | |
| register char *yy_cp; | |
| | |
| yy_current_state = (yy_start); | |
| | |
| (yy_state_ptr) = (yy_state_buf); | |
| *(yy_state_ptr)++ = yy_current_state; | |
| | |
| for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp ) | |
| { | |
| register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); | |
| while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) | |
| { | |
| yy_current_state = (int) yy_def[yy_current_state]; | |
| if ( yy_current_state >= 13 ) | |
| yy_c = yy_meta[(unsigned int) yy_c]; | |
| } | |
| yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; | |
| *(yy_state_ptr)++ = yy_current_state; | |
| } | |
| | |
| return yy_current_state; | |
| } | |
| | |
| /* yy_try_NUL_trans - try to make a transition on the NUL character | |
| * | |
| * synopsis | |
| * next_state = yy_try_NUL_trans( current_state ); | |
| */ | |
| static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) | |
| { | |
| register int yy_is_jam; | |
| | |
| register YY_CHAR yy_c = 1; | |
| while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) | |
| { | |
| yy_current_state = (int) yy_def[yy_current_state]; | |
| if ( yy_current_state >= 13 ) | |
| yy_c = yy_meta[(unsigned int) yy_c]; | |
| } | |
| yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; | |
| yy_is_jam = (yy_current_state == 12); | |
| if ( ! yy_is_jam ) | |
| *(yy_state_ptr)++ = yy_current_state; | |
| | |
| return yy_is_jam ? 0 : yy_current_state; | |
| } | |
| | |
| static void yyunput (int c, register char * yy_bp ) | |
| { | |
| register char *yy_cp; | |
| | |
| yy_cp = (yy_c_buf_p); | |
| | |
| /* undo effects of setting up yytext */ | |
| *yy_cp = (yy_hold_char); | |
| | |
| if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 ) | |
| { /* need to shift things up to make room */ | |
| /* +2 for EOB chars. */ | |
| register int number_to_move = (yy_n_chars) + 2; | |
| register char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[ | |
| YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2]; | |
| register char *source = | |
| &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]; | |
| | |
| while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) | |
| *--dest = *--source; | |
| | |
| yy_cp += (int) (dest - source); | |
| yy_bp += (int) (dest - source); | |
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars = | |
| (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_buf_size; | |
| | |
| if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 ) | |
| YY_FATAL_ERROR( "flex scanner push-back overflow" ); | |
| } | |
| | |
| *--yy_cp = (char) c; | |
| | |
| (yytext_ptr) = yy_bp; | |
| (yy_hold_char) = *yy_cp; | |
| (yy_c_buf_p) = yy_cp; | |
| } | |
| | |
| #ifndef YY_NO_INPUT | |
| #ifdef __cplusplus | |
| static int yyinput (void) | |
| #else | |
| static int input (void) | |
| #endif | |
| | |
| { | |
| int c; | |
| | |
| *(yy_c_buf_p) = (yy_hold_char); | |
| | |
| if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR ) | |
| { | |
| /* yy_c_buf_p now points to the character we want to return. | |
| * If this occurs *before* the EOB characters, then it's a | |
| * valid NUL; if not, then we've hit the end of the buffer. | |
| */ | |
| if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) | |
| /* This was really a NUL. */ | |
| *(yy_c_buf_p) = '\0'; | |
| | |
| else | |
| { /* need more input */ | |
| int offset = (yy_c_buf_p) - (yytext_ptr); | |
| ++(yy_c_buf_p); | |
| | |
| switch ( yy_get_next_buffer( ) ) | |
| { | |
| case EOB_ACT_LAST_MATCH: | |
| /* This happens because yy_g_n_b() | |
| * sees that we've accumulated a | |
| * token and flags that we need to | |
| * try matching the token before | |
| * proceeding. But for input(), | |
| * there's no matching to consider. | |
| * So convert the EOB_ACT_LAST_MATCH | |
| * to EOB_ACT_END_OF_FILE. | |
| */ | |
| | |
| /* Reset buffer status. */ | |
| yyrestart(yyin ); | |
| | |
| /*FALLTHROUGH*/ | |
| | |
| case EOB_ACT_END_OF_FILE: | |
| { | |
| if ( yywrap( ) ) | |
| return EOF; | |
| | |
| if ( ! (yy_did_buffer_switch_on_eof) ) | |
| YY_NEW_FILE; | |
| #ifdef __cplusplus | |
| return yyinput(); | |
| #else | |
| return input(); | |
| #endif | |
| } | |
| | |
| case EOB_ACT_CONTINUE_SCAN: | |
| (yy_c_buf_p) = (yytext_ptr) + offset; | |
| break; | |
| } | |
| } | |
| } | |
| | |
| c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */ | |
| *(yy_c_buf_p) = '\0'; /* preserve yytext */ | |
| (yy_hold_char) = *++(yy_c_buf_p); | |
| | |
| return c; | |
| } | |
| #endif /* ifndef YY_NO_INPUT */ | |
| | |
| /** Immediately switch to a different input stream. | |
| * @param input_file A readable stream. | |
| * | |
| * @note This function does not reset the start condition to @c INITIAL . | |
| */ | |
| void yyrestart (FILE * input_file ) | |
| { | |
| | |
| if ( ! YY_CURRENT_BUFFER ){ | |
| yyensure_buffer_stack (); | |
| YY_CURRENT_BUFFER_LVALUE = | |
| yy_create_buffer(yyin,YY_BUF_SIZE ); | |
| } | |
| | |
| yy_init_buffer(YY_CURRENT_BUFFER,input_file ); | |
| yy_load_buffer_state( ); | |
| } | |
| | |
| /** Switch to a different input buffer. | |
| * @param new_buffer The new input buffer. | |
| * | |
| */ | |
| void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ) | |
| { | |
| | |
| /* TODO. We should be able to replace this entire function body | |
| * with | |
| * yypop_buffer_state(); | |
| * yypush_buffer_state(new_buffer); | |
| */ | |
| yyensure_buffer_stack (); | |
| if ( YY_CURRENT_BUFFER == new_buffer ) | |
| return; | |
| | |
| if ( YY_CURRENT_BUFFER ) | |
| { | |
| /* Flush out information for old buffer. */ | |
| *(yy_c_buf_p) = (yy_hold_char); | |
| YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); | |
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); | |
| } | |
| | |
| YY_CURRENT_BUFFER_LVALUE = new_buffer; | |
| yy_load_buffer_state( ); | |
| | |
| /* We don't actually know whether we did this switch during | |
| * EOF (yywrap()) processing, but the only time this flag | |
| * is looked at is after yywrap() is called, so it's safe | |
| * to go ahead and always set it. | |
| */ | |
| (yy_did_buffer_switch_on_eof) = 1; | |
| } | |
| | |
| static void yy_load_buffer_state (void) | |
| { | |
| (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; | |
| (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos; | |
| yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file; | |
| (yy_hold_char) = *(yy_c_buf_p); | |
| } | |
| | |
| /** Allocate and initialize an input buffer state. | |
| * @param file A readable stream. | |
| * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE. | |
| * | |
| * @return the allocated buffer state. | |
| */ | |
| YY_BUFFER_STATE yy_create_buffer (FILE * file, int size ) | |
| { | |
| YY_BUFFER_STATE b; | |
| | |
| b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) ); | |
| if ( ! b ) | |
| YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); | |
| | |
| b->yy_buf_size = size; | |
| | |
| /* yy_ch_buf has to be 2 characters longer than the size given because | |
| * we need to put in 2 end-of-buffer characters. | |
| */ | |
| b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2 ); | |
| if ( ! b->yy_ch_buf ) | |
| YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); | |
| | |
| b->yy_is_our_buffer = 1; | |
| | |
| yy_init_buffer(b,file ); | |
| | |
| return b; | |
| } | |
| | |
| /** Destroy the buffer. | |
| * @param b a buffer created with yy_create_buffer() | |
| * | |
| */ | |
| void yy_delete_buffer (YY_BUFFER_STATE b ) | |
| { | |
| | |
| if ( ! b ) | |
| return; | |
| | |
| if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */ | |
| YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0; | |
| | |
| if ( b->yy_is_our_buffer ) | |
| yyfree((void *) b->yy_ch_buf ); | |
| | |
| yyfree((void *) b ); | |
| } | |
| | |
| #ifndef __cplusplus | |
| extern int isatty (int ); | |
| #endif /* __cplusplus */ | |
| | |
| /* Initializes or reinitializes a buffer. | |
| * This function is sometimes called more than once on the same buffer, | |
| * such as during a yyrestart() or at EOF. | |
| */ | |
| static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file ) | |
| | |
| { | |
| int oerrno = errno; | |
| | |
| yy_flush_buffer(b ); | |
| | |
| b->yy_input_file = file; | |
| b->yy_fill_buffer = 1; | |
| | |
| /* If b is the current buffer, then yy_init_buffer was _probably_ | |
| * called from yyrestart() or through yy_get_next_buffer. | |
| * In that case, we don't want to reset the lineno or column. | |
| */ | |
| if (b != YY_CURRENT_BUFFER){ | |
| b->yy_bs_lineno = 1; | |
| b->yy_bs_column = 0; | |
| } | |
| | |
| b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0; | |
| | |
| errno = oerrno; | |
| } | |
| | |
| /** Discard all buffered characters. On the next scan, YY_INPUT will be called. | |
| * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER. | |
| * | |
| */ | |
| void yy_flush_buffer (YY_BUFFER_STATE b ) | |
| { | |
| if ( ! b ) | |
| return; | |
| | |
| b->yy_n_chars = 0; | |
| | |
| /* We always need two end-of-buffer characters. The first causes | |
| * a transition to the end-of-buffer state. The second causes | |
| * a jam in that state. | |
| */ | |
| b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR; | |
| b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR; | |
| | |
| b->yy_buf_pos = &b->yy_ch_buf[0]; | |
| | |
| b->yy_at_bol = 1; | |
| b->yy_buffer_status = YY_BUFFER_NEW; | |
| | |
| if ( b == YY_CURRENT_BUFFER ) | |
| yy_load_buffer_state( ); | |
| } | |
| | |
| /** Pushes the new state onto the stack. The new state becomes | |
| * the current state. This function will allocate the stack | |
| * if necessary. | |
| * @param new_buffer The new state. | |
| * | |
| */ | |
| void yypush_buffer_state (YY_BUFFER_STATE new_buffer ) | |
| { | |
| if (new_buffer == NULL) | |
| return; | |
| | |
| yyensure_buffer_stack(); | |
| | |
| /* This block is copied from yy_switch_to_buffer. */ | |
| if ( YY_CURRENT_BUFFER ) | |
| { | |
| /* Flush out information for old buffer. */ | |
| *(yy_c_buf_p) = (yy_hold_char); | |
| YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); | |
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); | |
| } | |
| | |
| /* Only push if top exists. Otherwise, replace top. */ | |
| if (YY_CURRENT_BUFFER) | |
| (yy_buffer_stack_top)++; | |
| YY_CURRENT_BUFFER_LVALUE = new_buffer; | |
| | |
| /* copied from yy_switch_to_buffer. */ | |
| yy_load_buffer_state( ); | |
| (yy_did_buffer_switch_on_eof) = 1; | |
| } | |
| | |
| /** Removes and deletes the top of the stack, if present. | |
| * The next element becomes the new top. | |
| * | |
| */ | |
| void yypop_buffer_state (void) | |
| { | |
| if (!YY_CURRENT_BUFFER) | |
| return; | |
| | |
| yy_delete_buffer(YY_CURRENT_BUFFER ); | |
| YY_CURRENT_BUFFER_LVALUE = NULL; | |
| if ((yy_buffer_stack_top) > 0) | |
| --(yy_buffer_stack_top); | |
| | |
| if (YY_CURRENT_BUFFER) { | |
| yy_load_buffer_state( ); | |
| (yy_did_buffer_switch_on_eof) = 1; | |
| } | |
| } | |
| | |
| /* Allocates the stack if it does not exist. | |
| * Guarantees space for at least one push. | |
| */ | |
| static void yyensure_buffer_stack (void) | |
| { | |
| int num_to_alloc; | |
| | |
| if (!(yy_buffer_stack)) { | |
| | |
| /* First allocation is just for 2 elements, since we don't know if this | |
| * scanner will even need a stack. We use 2 instead of 1 to avoid an | |
| * immediate realloc on the next call. | |
| */ | |
| num_to_alloc = 1; | |
| (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc | |
| (num_to_alloc * sizeof(struct yy_buffer_state*) | |
| ); | |
| if ( ! (yy_buffer_stack) ) | |
| YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" ); | |
| | |
| memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); | |
| | |
| (yy_buffer_stack_max) = num_to_alloc; | |
| (yy_buffer_stack_top) = 0; | |
| return; | |
| } | |
| | |
| if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ | |
| | |
| /* Increase the buffer to prepare for a possible push. */ | |
| int grow_size = 8 /* arbitrary grow size */; | |
| | |
| num_to_alloc = (yy_buffer_stack_max) + grow_size; | |
| (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc | |
| ((yy_buffer_stack), | |
| num_to_alloc * sizeof(struct yy_buffer_state*) | |
| ); | |
| if ( ! (yy_buffer_stack) ) | |
| YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" ); | |
| | |
| /* zero only the new slots.*/ | |
| memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); | |
| (yy_buffer_stack_max) = num_to_alloc; | |
| } | |
| } | |
| | |
| /** Setup the input buffer state to scan directly from a user-specified character buffer. | |
| * @param base the character buffer | |
| * @param size the size in bytes of the character buffer | |
| * | |
| * @return the newly allocated buffer state object. | |
| */ | |
| YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size ) | |
| { | |
| YY_BUFFER_STATE b; | |
| | |
| if ( size < 2 || | |
| base[size-2] != YY_END_OF_BUFFER_CHAR || | |
| base[size-1] != YY_END_OF_BUFFER_CHAR ) | |
| /* They forgot to leave room for the EOB's. */ | |
| return 0; | |
| | |
| b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) ); | |
| if ( ! b ) | |
| YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" ); | |
| | |
| b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */ | |
| b->yy_buf_pos = b->yy_ch_buf = base; | |
| b->yy_is_our_buffer = 0; | |
| b->yy_input_file = 0; | |
| b->yy_n_chars = b->yy_buf_size; | |
| b->yy_is_interactive = 0; | |
| b->yy_at_bol = 1; | |
| b->yy_fill_buffer = 0; | |
| b->yy_buffer_status = YY_BUFFER_NEW; | |
| | |
| yy_switch_to_buffer(b ); | |
| | |
| return b; | |
| } | |
| | |
| /** Setup the input buffer state to scan a string. The next call to yylex() will | |
| * scan from a @e copy of @a str. | |
| * @param yystr a NUL-terminated string to scan | |
| * | |
| * @return the newly allocated buffer state object. | |
| * @note If you want to scan bytes that may contain NUL values, then use | |
| * yy_scan_bytes() instead. | |
| */ | |
| YY_BUFFER_STATE yy_scan_string (yyconst char * yystr ) | |
| { | |
| | |
| return yy_scan_bytes(yystr,strlen(yystr) ); | |
| } | |
| | |
| /** Setup the input buffer state to scan the given bytes. The next call to yylex() will | |
| * scan from a @e copy of @a bytes. | |
| * @param bytes the byte buffer to scan | |
| * @param len the number of bytes in the buffer pointed to by @a bytes. | |
| * | |
| * @return the newly allocated buffer state object. | |
| */ | |
| YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, int _yybytes_len ) | |
| { | |
| YY_BUFFER_STATE b; | |
| char *buf; | |
| yy_size_t n; | |
| int i; | |
| | |
| /* Get memory for full buffer, including space for trailing EOB's. */ | |
| n = _yybytes_len + 2; | |
| buf = (char *) yyalloc(n ); | |
| if ( ! buf ) | |
| YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" ); | |
| | |
| for ( i = 0; i < _yybytes_len; ++i ) | |
| buf[i] = yybytes[i]; | |
| | |
| buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR; | |
| | |
| b = yy_scan_buffer(buf,n ); | |
| if ( ! b ) | |
| YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" ); | |
| | |
| /* It's okay to grow etc. this buffer, and we should throw it | |
| * away when we're done. | |
| */ | |
| b->yy_is_our_buffer = 1; | |
| | |
| return b; | |
| } | |
| | |
| #ifndef YY_EXIT_FAILURE | |
| #define YY_EXIT_FAILURE 2 | |
| #endif | |
| | |
| static void yy_fatal_error (yyconst char* msg ) | |
| { | |
| (void) fprintf( stderr, "%s\n", msg ); | |
| exit( YY_EXIT_FAILURE ); | |
| } | |
| | |
| /* Redefine yyless() so it works in section 3 code. */ | |
| | |
| #undef yyless | |
| #define yyless(n) \ | |
| do \ | |
| { \ | |
| /* Undo effects of setting up yytext. */ \ | |
| int yyless_macro_arg = (n); \ | |
| YY_LESS_LINENO(yyless_macro_arg);\ | |
| yytext[yyleng] = (yy_hold_char); \ | |
| (yy_c_buf_p) = yytext + yyless_macro_arg; \ | |
| (yy_hold_char) = *(yy_c_buf_p); \ | |
| *(yy_c_buf_p) = '\0'; \ | |
| yyleng = yyless_macro_arg; \ | |
| } \ | |
| while ( 0 ) | |
| | |
| /* Accessor methods (get/set functions) to struct members. */ | |
| | |
| /** Get the current line number. | |
| * | |
| */ | |
| int yyget_lineno (void) | |
| { | |
| | |
| return yylineno; | |
| } | |
| | |
| /** Get the input stream. | |
| * | |
| */ | |
| FILE *yyget_in (void) | |
| { | |
| return yyin; | |
| } | |
| | |
| /** Get the output stream. | |
| * | |
| */ | |
| FILE *yyget_out (void) | |
| { | |
| return yyout; | |
| } | |
| | |
| /** Get the length of the current token. | |
| * | |
| */ | |
| int yyget_leng (void) | |
| { | |
| return yyleng; | |
| } | |
| | |
| /** Get the current token. | |
| * | |
| */ | |
| | |
| char *yyget_text (void) | |
| { | |
| return yytext; | |
| } | |
| | |
| /** Set the current line number. | |
| * @param line_number | |
| * | |
| */ | |
| void yyset_lineno (int line_number ) | |
| { | |
| | |
| yylineno = line_number; | |
| } | |
| | |
| /** Set the input stream. This does not discard the current | |
| * input buffer. | |
| * @param in_str A readable stream. | |
| * | |
| * @see yy_switch_to_buffer | |
| */ | |
| void yyset_in (FILE * in_str ) | |
| { | |
| yyin = in_str ; | |
| } | |
| | |
| void yyset_out (FILE * out_str ) | |
| { | |
| yyout = out_str ; | |
| } | |
| | |
| int yyget_debug (void) | |
| { | |
| return yy_flex_debug; | |
| } | |
| | |
| void yyset_debug (int bdebug ) | |
| { | |
| yy_flex_debug = bdebug ; | |
| } | |
| | |
| static int yy_init_globals (void) | |
| { | |
| /* Initialization is the same as for the non-reentrant scanner. | |
| * This function is called from yylex_destroy(), so don't allocate here. | |
| */ | |
| | |
| (yy_buffer_stack) = 0; | |
| (yy_buffer_stack_top) = 0; | |
| (yy_buffer_stack_max) = 0; | |
| (yy_c_buf_p) = (char *) 0; | |
| (yy_init) = 0; | |
| (yy_start) = 0; | |
| | |
| (yy_state_buf) = 0; | |
| (yy_state_ptr) = 0; | |
| (yy_full_match) = 0; | |
| (yy_lp) = 0; | |
| | |
| /* Defined in main.c */ | |
| #ifdef YY_STDINIT | |
| yyin = stdin; | |
| yyout = stdout; | |
| #else | |
| yyin = (FILE *) 0; | |
| yyout = (FILE *) 0; | |
| #endif | |
| | |
| /* For future reference: Set errno on error, since we are called by | |
| * yylex_init() | |
| */ | |
| return 0; | |
| } | |
| | |
| /* yylex_destroy is for both reentrant and non-reentrant scanners. */ | |
| int yylex_destroy (void) | |
| { | |
| | |
| /* Pop the buffer stack, destroying each element. */ | |
| while(YY_CURRENT_BUFFER){ | |
| yy_delete_buffer(YY_CURRENT_BUFFER ); | |
| YY_CURRENT_BUFFER_LVALUE = NULL; | |
| yypop_buffer_state(); | |
| } | |
| | |
| /* Destroy the stack itself. */ | |
| yyfree((yy_buffer_stack) ); | |
| (yy_buffer_stack) = NULL; | |
| | |
| yyfree ( (yy_state_buf) ); | |
| (yy_state_buf) = NULL; | |
| | |
| /* Reset the globals. This is important in a non-reentrant scanner so the next time | |
| * yylex() is called, initialization will occur. */ | |
| yy_init_globals( ); | |
| | |
| return 0; | |
| } | |
| | |
| /* | |
| * Internal utility routines. | |
| */ | |
| | |
| #ifndef yytext_ptr | |
| static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) | |
| { | |
| register int i; | |
| for ( i = 0; i < n; ++i ) | |
| s1[i] = s2[i]; | |
| } | |
| #endif | |
| | |
| #ifdef YY_NEED_STRLEN | |
| static int yy_flex_strlen (yyconst char * s ) | |
| { | |
| register int n; | |
| for ( n = 0; s[n]; ++n ) | |
| ; | |
| | |
| return n; | |
| } | |
| #endif | |
| | |
| void *yyalloc (yy_size_t size ) | |
| { | |
| return (void *) malloc( size ); | |
| } | |
| | |
| void *yyrealloc (void * ptr, yy_size_t size ) | |
| { | |
| /* The cast to (char *) in the following accommodates both | |
| * implementations that use char* generic pointers, and those | |
| * that use void* generic pointers. It works with the latter | |
| * because both ANSI C and C++ allow castless assignment from | |
| * any pointer type to void*, and deal with argument conversions | |
| * as though doing an assignment. | |
| */ | |
| return (void *) realloc( (char *) ptr, size ); | |
| } | |
| | |
| void yyfree (void * ptr ) | |
| { | |
| free( (char *) ptr ); /* see yyrealloc() for (char *) cast */ | |
| } | |
| | |
| #define YYTABLES_NAME "yytables" | |
| | |
| #line 9 "conftest.l" | |
| | |
| | |
| #ifdef YYTEXT_POINTER | |
| extern char *yytext; | |
| #endif | |
| int | |
| main (void) | |
| { | |
| return ! yylex () + ! yywrap (); | |
| } | |
configure:13644: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c -lfl >&5 | |
configure:13644: $? = 0 | |
configure:13654: result: -lfl | |
configure:13660: checking whether yytext is a pointer | |
configure:13676: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c -lfl >&5 | |
configure:13676: $? = 0 | |
configure:13684: result: yes | |
configure:13698: checking for bison | |
configure:13714: found /usr/bin/bison | |
configure:13725: result: bison -y | |
configure:13790: checking for pkg-config | |
configure:13808: found /usr/local/bin/pkg-config | |
configure:13820: result: /usr/local/bin/pkg-config | |
configure:13845: checking pkg-config is at least version 0.9.0 | |
configure:13848: result: yes | |
configure:13859: checking for protoc-c | |
configure:13887: result: no | |
configure:13904: checking for kernel type (darwin11.3.0) | |
configure:13934: result: Darwin | |
configure:14005: checking for ANSI C header files | |
configure:14109: result: yes | |
configure:14117: checking for sys/wait.h that is POSIX.1 compatible | |
configure:14143: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14143: $? = 0 | |
configure:14150: result: yes | |
configure:14161: checking for dirent.h that defines DIR | |
configure:14180: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14180: $? = 0 | |
configure:14188: result: yes | |
configure:14201: checking for library containing opendir | |
configure:14232: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14232: $? = 0 | |
configure:14249: result: none required | |
configure:14316: checking for stdbool.h that conforms to C99 | |
configure:14401: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14401: $? = 0 | |
configure:14408: result: yes | |
configure:14410: checking for _Bool | |
configure:14410: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14410: $? = 0 | |
configure:14410: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:83:20: error: expected expression | |
if (sizeof ((_Bool))) | |
^ | |
1 error generated. | |
configure:14410: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_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 ((_Bool))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:14410: result: yes | |
configure:14430: checking stdio.h usability | |
configure:14430: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14430: $? = 0 | |
configure:14430: result: yes | |
configure:14430: checking stdio.h presence | |
configure:14430: /usr/bin/clang -E conftest.c | |
configure:14430: $? = 0 | |
configure:14430: result: yes | |
configure:14430: checking for stdio.h | |
configure:14430: result: yes | |
configure:14430: checking errno.h usability | |
configure:14430: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14430: $? = 0 | |
configure:14430: result: yes | |
configure:14430: checking errno.h presence | |
configure:14430: /usr/bin/clang -E conftest.c | |
configure:14430: $? = 0 | |
configure:14430: result: yes | |
configure:14430: checking for errno.h | |
configure:14430: result: yes | |
configure:14430: checking math.h usability | |
configure:14430: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14430: $? = 0 | |
configure:14430: result: yes | |
configure:14430: checking math.h presence | |
configure:14430: /usr/bin/clang -E conftest.c | |
configure:14430: $? = 0 | |
configure:14430: result: yes | |
configure:14430: checking for math.h | |
configure:14430: result: yes | |
configure:14430: checking stdarg.h usability | |
configure:14430: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14430: $? = 0 | |
configure:14430: result: yes | |
configure:14430: checking stdarg.h presence | |
configure:14430: /usr/bin/clang -E conftest.c | |
configure:14430: $? = 0 | |
configure:14430: result: yes | |
configure:14430: checking for stdarg.h | |
configure:14430: result: yes | |
configure:14430: checking syslog.h usability | |
configure:14430: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14430: $? = 0 | |
configure:14430: result: yes | |
configure:14430: checking syslog.h presence | |
configure:14430: /usr/bin/clang -E conftest.c | |
configure:14430: $? = 0 | |
configure:14430: result: yes | |
configure:14430: checking for syslog.h | |
configure:14430: result: yes | |
configure:14430: checking fcntl.h usability | |
configure:14430: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14430: $? = 0 | |
configure:14430: result: yes | |
configure:14430: checking fcntl.h presence | |
configure:14430: /usr/bin/clang -E conftest.c | |
configure:14430: $? = 0 | |
configure:14430: result: yes | |
configure:14430: checking for fcntl.h | |
configure:14430: result: yes | |
configure:14430: checking signal.h usability | |
configure:14430: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14430: $? = 0 | |
configure:14430: result: yes | |
configure:14430: checking signal.h presence | |
configure:14430: /usr/bin/clang -E conftest.c | |
configure:14430: $? = 0 | |
configure:14430: result: yes | |
configure:14430: checking for signal.h | |
configure:14430: result: yes | |
configure:14430: checking assert.h usability | |
configure:14430: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14430: $? = 0 | |
configure:14430: result: yes | |
configure:14430: checking assert.h presence | |
configure:14430: /usr/bin/clang -E conftest.c | |
configure:14430: $? = 0 | |
configure:14430: result: yes | |
configure:14430: checking for assert.h | |
configure:14430: result: yes | |
configure:14430: checking for sys/types.h | |
configure:14430: result: yes | |
configure:14430: checking sys/socket.h usability | |
configure:14430: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14430: $? = 0 | |
configure:14430: result: yes | |
configure:14430: checking sys/socket.h presence | |
configure:14430: /usr/bin/clang -E conftest.c | |
configure:14430: $? = 0 | |
configure:14430: result: yes | |
configure:14430: checking for sys/socket.h | |
configure:14430: result: yes | |
configure:14430: checking sys/select.h usability | |
configure:14430: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14430: $? = 0 | |
configure:14430: result: yes | |
configure:14430: checking sys/select.h presence | |
configure:14430: /usr/bin/clang -E conftest.c | |
configure:14430: $? = 0 | |
configure:14430: result: yes | |
configure:14430: checking for sys/select.h | |
configure:14430: result: yes | |
configure:14430: checking poll.h usability | |
configure:14430: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14430: $? = 0 | |
configure:14430: result: yes | |
configure:14430: checking poll.h presence | |
configure:14430: /usr/bin/clang -E conftest.c | |
configure:14430: $? = 0 | |
configure:14430: result: yes | |
configure:14430: checking for poll.h | |
configure:14430: result: yes | |
configure:14430: checking netdb.h usability | |
configure:14430: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14430: $? = 0 | |
configure:14430: result: yes | |
configure:14430: checking netdb.h presence | |
configure:14430: /usr/bin/clang -E conftest.c | |
configure:14430: $? = 0 | |
configure:14430: result: yes | |
configure:14430: checking for netdb.h | |
configure:14430: result: yes | |
configure:14430: checking arpa/inet.h usability | |
configure:14430: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14430: $? = 0 | |
configure:14430: result: yes | |
configure:14430: checking arpa/inet.h presence | |
configure:14430: /usr/bin/clang -E conftest.c | |
configure:14430: $? = 0 | |
configure:14430: result: yes | |
configure:14430: checking for arpa/inet.h | |
configure:14430: result: yes | |
configure:14430: checking sys/resource.h usability | |
configure:14430: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14430: $? = 0 | |
configure:14430: result: yes | |
configure:14430: checking sys/resource.h presence | |
configure:14430: /usr/bin/clang -E conftest.c | |
configure:14430: $? = 0 | |
configure:14430: result: yes | |
configure:14430: checking for sys/resource.h | |
configure:14430: result: yes | |
configure:14430: checking sys/param.h usability | |
configure:14430: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14430: $? = 0 | |
configure:14430: result: yes | |
configure:14430: checking sys/param.h presence | |
configure:14430: /usr/bin/clang -E conftest.c | |
configure:14430: $? = 0 | |
configure:14430: result: yes | |
configure:14430: checking for sys/param.h | |
configure:14430: result: yes | |
configure:14430: checking kstat.h usability | |
configure:14430: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:98:10: fatal error: 'kstat.h' file not found | |
#include <kstat.h> | |
^ | |
1 error generated. | |
configure:14430: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_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 <kstat.h> | |
configure:14430: result: no | |
configure:14430: checking kstat.h presence | |
configure:14430: /usr/bin/clang -E conftest.c | |
conftest.c:65:10: fatal error: 'kstat.h' file not found | |
#include <kstat.h> | |
^ | |
1 error generated. | |
configure:14430: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| /* end confdefs.h. */ | |
| #include <kstat.h> | |
configure:14430: result: no | |
configure:14430: checking for kstat.h | |
configure:14430: result: no | |
configure:14430: checking regex.h usability | |
configure:14430: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14430: $? = 0 | |
configure:14430: result: yes | |
configure:14430: checking regex.h presence | |
configure:14430: /usr/bin/clang -E conftest.c | |
configure:14430: $? = 0 | |
configure:14430: result: yes | |
configure:14430: checking for regex.h | |
configure:14430: result: yes | |
configure:14430: checking sys/ioctl.h usability | |
configure:14430: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14430: $? = 0 | |
configure:14430: result: yes | |
configure:14430: checking sys/ioctl.h presence | |
configure:14430: /usr/bin/clang -E conftest.c | |
configure:14430: $? = 0 | |
configure:14430: result: yes | |
configure:14430: checking for sys/ioctl.h | |
configure:14430: result: yes | |
configure:14430: checking endian.h usability | |
configure:14430: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:100:10: fatal error: 'endian.h' file not found | |
#include <endian.h> | |
^ | |
1 error generated. | |
configure:14430: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_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 <endian.h> | |
configure:14430: result: no | |
configure:14430: checking endian.h presence | |
configure:14430: /usr/bin/clang -E conftest.c | |
conftest.c:67:10: fatal error: 'endian.h' file not found | |
#include <endian.h> | |
^ | |
1 error generated. | |
configure:14430: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| /* end confdefs.h. */ | |
| #include <endian.h> | |
configure:14430: result: no | |
configure:14430: checking for endian.h | |
configure:14430: result: no | |
configure:14430: checking sys/isa_defs.h usability | |
configure:14430: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:100:10: fatal error: 'sys/isa_defs.h' file not found | |
#include <sys/isa_defs.h> | |
^ | |
1 error generated. | |
configure:14430: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_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/isa_defs.h> | |
configure:14430: result: no | |
configure:14430: checking sys/isa_defs.h presence | |
configure:14430: /usr/bin/clang -E conftest.c | |
conftest.c:67:10: fatal error: 'sys/isa_defs.h' file not found | |
#include <sys/isa_defs.h> | |
^ | |
1 error generated. | |
configure:14430: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/isa_defs.h> | |
configure:14430: result: no | |
configure:14430: checking for sys/isa_defs.h | |
configure:14430: result: no | |
configure:14444: checking for netinet/in_systm.h | |
configure:14444: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14444: $? = 0 | |
configure:14444: result: yes | |
configure:14463: checking for netinet/in.h | |
configure:14463: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14463: $? = 0 | |
configure:14463: result: yes | |
configure:14485: checking for netinet/ip.h | |
configure:14485: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14485: $? = 0 | |
configure:14485: result: yes | |
configure:14510: checking for netinet/ip_icmp.h | |
configure:14510: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14510: $? = 0 | |
configure:14510: result: yes | |
configure:14538: checking for netinet/ip_var.h | |
configure:14538: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14538: $? = 0 | |
configure:14538: result: yes | |
configure:14566: checking for netinet/ip6.h | |
configure:14566: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14566: $? = 0 | |
configure:14566: result: yes | |
configure:14591: checking for netinet/icmp6.h | |
configure:14591: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14591: $? = 0 | |
configure:14591: result: yes | |
configure:14619: checking for netinet/tcp.h | |
configure:14619: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14619: $? = 0 | |
configure:14619: result: yes | |
configure:14647: checking for netinet/udp.h | |
configure:14647: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14647: $? = 0 | |
configure:14647: result: yes | |
configure:14677: checking sys/dkstat.h usability | |
configure:14677: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14677: $? = 0 | |
configure:14677: result: yes | |
configure:14677: checking sys/dkstat.h presence | |
configure:14677: /usr/bin/clang -E conftest.c | |
configure:14677: $? = 0 | |
configure:14677: result: yes | |
configure:14677: checking for sys/dkstat.h | |
configure:14677: result: yes | |
configure:14692: checking mach/mach_init.h usability | |
configure:14692: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14692: $? = 0 | |
configure:14692: result: yes | |
configure:14692: checking mach/mach_init.h presence | |
configure:14692: /usr/bin/clang -E conftest.c | |
configure:14692: $? = 0 | |
configure:14692: result: yes | |
configure:14692: checking for mach/mach_init.h | |
configure:14692: result: yes | |
configure:14692: checking mach/host_priv.h usability | |
configure:14692: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14692: $? = 0 | |
configure:14692: result: yes | |
configure:14692: checking mach/host_priv.h presence | |
configure:14692: /usr/bin/clang -E conftest.c | |
configure:14692: $? = 0 | |
configure:14692: result: yes | |
configure:14692: checking for mach/host_priv.h | |
configure:14692: result: yes | |
configure:14692: checking mach/mach_error.h usability | |
configure:14692: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14692: $? = 0 | |
configure:14692: result: yes | |
configure:14692: checking mach/mach_error.h presence | |
configure:14692: /usr/bin/clang -E conftest.c | |
configure:14692: $? = 0 | |
configure:14692: result: yes | |
configure:14692: checking for mach/mach_error.h | |
configure:14692: result: yes | |
configure:14692: checking mach/mach_host.h usability | |
configure:14692: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14692: $? = 0 | |
configure:14692: result: yes | |
configure:14692: checking mach/mach_host.h presence | |
configure:14692: /usr/bin/clang -E conftest.c | |
configure:14692: $? = 0 | |
configure:14692: result: yes | |
configure:14692: checking for mach/mach_host.h | |
configure:14692: result: yes | |
configure:14692: checking mach/mach_port.h usability | |
configure:14692: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14692: $? = 0 | |
configure:14692: result: yes | |
configure:14692: checking mach/mach_port.h presence | |
configure:14692: /usr/bin/clang -E conftest.c | |
configure:14692: $? = 0 | |
configure:14692: result: yes | |
configure:14692: checking for mach/mach_port.h | |
configure:14692: result: yes | |
configure:14692: checking mach/mach_types.h usability | |
configure:14692: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14692: $? = 0 | |
configure:14692: result: yes | |
configure:14692: checking mach/mach_types.h presence | |
configure:14692: /usr/bin/clang -E conftest.c | |
configure:14692: $? = 0 | |
configure:14692: result: yes | |
configure:14692: checking for mach/mach_types.h | |
configure:14692: result: yes | |
configure:14692: checking mach/message.h usability | |
configure:14692: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14692: $? = 0 | |
configure:14692: result: yes | |
configure:14692: checking mach/message.h presence | |
configure:14692: /usr/bin/clang -E conftest.c | |
configure:14692: $? = 0 | |
configure:14692: result: yes | |
configure:14692: checking for mach/message.h | |
configure:14692: result: yes | |
configure:14692: checking mach/processor_set.h usability | |
configure:14692: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14692: $? = 0 | |
configure:14692: result: yes | |
configure:14692: checking mach/processor_set.h presence | |
configure:14692: /usr/bin/clang -E conftest.c | |
configure:14692: $? = 0 | |
configure:14692: result: yes | |
configure:14692: checking for mach/processor_set.h | |
configure:14692: result: yes | |
configure:14692: checking mach/processor.h usability | |
configure:14692: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14692: $? = 0 | |
configure:14692: result: yes | |
configure:14692: checking mach/processor.h presence | |
configure:14692: /usr/bin/clang -E conftest.c | |
configure:14692: $? = 0 | |
configure:14692: result: yes | |
configure:14692: checking for mach/processor.h | |
configure:14692: result: yes | |
configure:14692: checking mach/processor_info.h usability | |
configure:14692: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14692: $? = 0 | |
configure:14692: result: yes | |
configure:14692: checking mach/processor_info.h presence | |
configure:14692: /usr/bin/clang -E conftest.c | |
configure:14692: $? = 0 | |
configure:14692: result: yes | |
configure:14692: checking for mach/processor_info.h | |
configure:14692: result: yes | |
configure:14692: checking mach/task.h usability | |
configure:14692: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14692: $? = 0 | |
configure:14692: result: yes | |
configure:14692: checking mach/task.h presence | |
configure:14692: /usr/bin/clang -E conftest.c | |
configure:14692: $? = 0 | |
configure:14692: result: yes | |
configure:14692: checking for mach/task.h | |
configure:14692: result: yes | |
configure:14692: checking mach/thread_act.h usability | |
configure:14692: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14692: $? = 0 | |
configure:14692: result: yes | |
configure:14692: checking mach/thread_act.h presence | |
configure:14692: /usr/bin/clang -E conftest.c | |
configure:14692: $? = 0 | |
configure:14692: result: yes | |
configure:14692: checking for mach/thread_act.h | |
configure:14692: result: yes | |
configure:14692: checking mach/vm_region.h usability | |
configure:14692: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14692: $? = 0 | |
configure:14692: result: yes | |
configure:14692: checking mach/vm_region.h presence | |
configure:14692: /usr/bin/clang -E conftest.c | |
configure:14692: $? = 0 | |
configure:14692: result: yes | |
configure:14692: checking for mach/vm_region.h | |
configure:14692: result: yes | |
configure:14692: checking mach/vm_map.h usability | |
configure:14692: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14692: $? = 0 | |
configure:14692: result: yes | |
configure:14692: checking mach/vm_map.h presence | |
configure:14692: /usr/bin/clang -E conftest.c | |
configure:14692: $? = 0 | |
configure:14692: result: yes | |
configure:14692: checking for mach/vm_map.h | |
configure:14692: result: yes | |
configure:14692: checking mach/vm_prot.h usability | |
configure:14692: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14692: $? = 0 | |
configure:14692: result: yes | |
configure:14692: checking mach/vm_prot.h presence | |
configure:14692: /usr/bin/clang -E conftest.c | |
configure:14692: $? = 0 | |
configure:14692: result: yes | |
configure:14692: checking for mach/vm_prot.h | |
configure:14692: result: yes | |
configure:14692: checking mach/vm_statistics.h usability | |
configure:14692: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14692: $? = 0 | |
configure:14692: result: yes | |
configure:14692: checking mach/vm_statistics.h presence | |
configure:14692: /usr/bin/clang -E conftest.c | |
configure:14692: $? = 0 | |
configure:14692: result: yes | |
configure:14692: checking for mach/vm_statistics.h | |
configure:14692: result: yes | |
configure:14692: checking mach/kern_return.h usability | |
configure:14692: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14692: $? = 0 | |
configure:14692: result: yes | |
configure:14692: checking mach/kern_return.h presence | |
configure:14692: /usr/bin/clang -E conftest.c | |
configure:14692: $? = 0 | |
configure:14692: result: yes | |
configure:14692: checking for mach/kern_return.h | |
configure:14692: result: yes | |
configure:14705: checking CoreFoundation/CoreFoundation.h usability | |
configure:14705: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14705: $? = 0 | |
configure:14705: result: yes | |
configure:14705: checking CoreFoundation/CoreFoundation.h presence | |
configure:14705: /usr/bin/clang -E conftest.c | |
configure:14705: $? = 0 | |
configure:14705: result: yes | |
configure:14705: checking for CoreFoundation/CoreFoundation.h | |
configure:14705: result: yes | |
configure:14705: checking IOKit/IOKitLib.h usability | |
configure:14705: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14705: $? = 0 | |
configure:14705: result: yes | |
configure:14705: checking IOKit/IOKitLib.h presence | |
configure:14705: /usr/bin/clang -E conftest.c | |
configure:14705: $? = 0 | |
configure:14705: result: yes | |
configure:14705: checking for IOKit/IOKitLib.h | |
configure:14705: result: yes | |
configure:14705: checking IOKit/IOTypes.h usability | |
configure:14705: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14705: $? = 0 | |
configure:14705: result: yes | |
configure:14705: checking IOKit/IOTypes.h presence | |
configure:14705: /usr/bin/clang -E conftest.c | |
configure:14705: $? = 0 | |
configure:14705: result: yes | |
configure:14705: checking for IOKit/IOTypes.h | |
configure:14705: result: yes | |
configure:14705: checking IOKit/ps/IOPSKeys.h usability | |
configure:14705: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14705: $? = 0 | |
configure:14705: result: yes | |
configure:14705: checking IOKit/ps/IOPSKeys.h presence | |
configure:14705: /usr/bin/clang -E conftest.c | |
configure:14705: $? = 0 | |
configure:14705: result: yes | |
configure:14705: checking for IOKit/ps/IOPSKeys.h | |
configure:14705: result: yes | |
configure:14705: checking IOKit/IOBSD.h usability | |
configure:14705: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14705: $? = 0 | |
configure:14705: result: yes | |
configure:14705: checking IOKit/IOBSD.h presence | |
configure:14705: /usr/bin/clang -E conftest.c | |
configure:14705: $? = 0 | |
configure:14705: result: yes | |
configure:14705: checking for IOKit/IOBSD.h | |
configure:14705: result: yes | |
configure:14705: checking IOKit/storage/IOBlockStorageDriver.h usability | |
configure:14705: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14705: $? = 0 | |
configure:14705: result: yes | |
configure:14705: checking IOKit/storage/IOBlockStorageDriver.h presence | |
configure:14705: /usr/bin/clang -E conftest.c | |
configure:14705: $? = 0 | |
configure:14705: result: yes | |
configure:14705: checking for IOKit/storage/IOBlockStorageDriver.h | |
configure:14705: result: yes | |
configure:14718: checking for sys/sysctl.h | |
configure:14718: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14718: $? = 0 | |
configure:14718: result: yes | |
configure:14737: checking for sysctl kern.cp_times | |
configure:14754: result: no | |
configure:14762: checking linux/major.h usability | |
configure:14762: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:134:10: fatal error: 'linux/major.h' file not found | |
#include <linux/major.h> | |
^ | |
1 error generated. | |
configure:14762: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_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:14762: result: no | |
configure:14762: checking linux/major.h presence | |
configure:14762: /usr/bin/clang -E conftest.c | |
conftest.c:101:10: fatal error: 'linux/major.h' file not found | |
#include <linux/major.h> | |
^ | |
1 error generated. | |
configure:14762: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| /* end confdefs.h. */ | |
| #include <linux/major.h> | |
configure:14762: result: no | |
configure:14762: checking for linux/major.h | |
configure:14762: result: no | |
configure:14762: checking libgen.h usability | |
configure:14762: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14762: $? = 0 | |
configure:14762: result: yes | |
configure:14762: checking libgen.h presence | |
configure:14762: /usr/bin/clang -E conftest.c | |
configure:14762: $? = 0 | |
configure:14762: result: yes | |
configure:14762: checking for libgen.h | |
configure:14762: result: yes | |
configure:14776: checking for IOKit/ps/IOPowerSources.h | |
configure:14776: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14776: $? = 0 | |
configure:14776: result: yes | |
configure:14825: checking for sys/swap.h | |
configure:14825: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:114:10: fatal error: 'sys/swap.h' file not found | |
#include <sys/swap.h> | |
^ | |
1 error generated. | |
configure:14825: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| /* end confdefs.h. */ | |
| | |
| #undef _FILE_OFFSET_BITS | |
| #undef _LARGEFILE64_SOURCE | |
| #if HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #if HAVE_SYS_PARAM_H | |
| # include <sys/param.h> | |
| #endif | |
| | |
| | |
| #include <sys/swap.h> | |
configure:14825: result: no | |
configure:14825: checking for vm/anon.h | |
configure:14825: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:114:10: fatal error: 'vm/anon.h' file not found | |
#include <vm/anon.h> | |
^ | |
1 error generated. | |
configure:14825: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| /* end confdefs.h. */ | |
| | |
| #undef _FILE_OFFSET_BITS | |
| #undef _LARGEFILE64_SOURCE | |
| #if HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #if HAVE_SYS_PARAM_H | |
| # include <sys/param.h> | |
| #endif | |
| | |
| | |
| #include <vm/anon.h> | |
configure:14825: result: no | |
configure:14867: checking sys/loadavg.h usability | |
configure:14867: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:136:10: fatal error: 'sys/loadavg.h' file not found | |
#include <sys/loadavg.h> | |
^ | |
1 error generated. | |
configure:14867: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_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/loadavg.h> | |
configure:14867: result: no | |
configure:14867: checking sys/loadavg.h presence | |
configure:14867: /usr/bin/clang -E conftest.c | |
conftest.c:103:10: fatal error: 'sys/loadavg.h' file not found | |
#include <sys/loadavg.h> | |
^ | |
1 error generated. | |
configure:14867: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/loadavg.h> | |
configure:14867: result: no | |
configure:14867: checking for sys/loadavg.h | |
configure:14867: result: no | |
configure:14867: checking linux/config.h usability | |
configure:14867: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:136:10: fatal error: 'linux/config.h' file not found | |
#include <linux/config.h> | |
^ | |
1 error generated. | |
configure:14867: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_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/config.h> | |
configure:14867: result: no | |
configure:14867: checking linux/config.h presence | |
configure:14867: /usr/bin/clang -E conftest.c | |
conftest.c:103:10: fatal error: 'linux/config.h' file not found | |
#include <linux/config.h> | |
^ | |
1 error generated. | |
configure:14867: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| /* end confdefs.h. */ | |
| #include <linux/config.h> | |
configure:14867: result: no | |
configure:14867: checking for linux/config.h | |
configure:14867: result: no | |
configure:14867: checking utmp.h usability | |
configure:14867: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14867: $? = 0 | |
configure:14867: result: yes | |
configure:14867: checking utmp.h presence | |
configure:14867: /usr/bin/clang -E conftest.c | |
configure:14867: $? = 0 | |
configure:14867: result: yes | |
configure:14867: checking for utmp.h | |
configure:14867: result: yes | |
configure:14867: checking utmpx.h usability | |
configure:14867: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14867: $? = 0 | |
configure:14867: result: yes | |
configure:14867: checking utmpx.h presence | |
configure:14867: /usr/bin/clang -E conftest.c | |
configure:14867: $? = 0 | |
configure:14867: result: yes | |
configure:14867: checking for utmpx.h | |
configure:14867: result: yes | |
configure:14881: checking ifaddrs.h usability | |
configure:14881: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14881: $? = 0 | |
configure:14881: result: yes | |
configure:14881: checking ifaddrs.h presence | |
configure:14881: /usr/bin/clang -E conftest.c | |
configure:14881: $? = 0 | |
configure:14881: result: yes | |
configure:14881: checking for ifaddrs.h | |
configure:14881: result: yes | |
configure:14893: checking for net/if.h | |
configure:14893: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14893: $? = 0 | |
configure:14893: result: yes | |
configure:14913: checking for linux/if.h | |
configure:14913: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:116:10: fatal error: 'linux/if.h' file not found | |
#include <linux/if.h> | |
^ | |
1 error generated. | |
configure:14913: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| /* end confdefs.h. */ | |
| | |
| #if HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #if HAVE_SYS_SOCKET_H | |
| # include <sys/socket.h> | |
| #endif | |
| | |
| | |
| #include <linux/if.h> | |
configure:14913: result: no | |
configure:14933: checking for linux/netdevice.h | |
configure:14933: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:119:10: fatal error: 'linux/netdevice.h' file not found | |
#include <linux/netdevice.h> | |
^ | |
1 error generated. | |
configure:14933: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| /* end confdefs.h. */ | |
| | |
| #if HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #if HAVE_SYS_SOCKET_H | |
| # include <sys/socket.h> | |
| #endif | |
| #if HAVE_LINUX_IF_H | |
| # include <linux/if.h> | |
| #endif | |
| | |
| | |
| #include <linux/netdevice.h> | |
configure:14933: result: no | |
configure:14994: checking for sys/ucred.h | |
configure:14994: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:14994: $? = 0 | |
configure:14994: result: yes | |
configure:15016: checking for sys/mount.h | |
configure:15016: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:15016: $? = 0 | |
configure:15016: result: yes | |
configure:15038: checking for linux/un.h | |
configure:15038: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:115:10: fatal error: 'linux/un.h' file not found | |
#include <linux/un.h> | |
^ | |
1 error generated. | |
configure:15038: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| /* end confdefs.h. */ | |
| | |
| #if HAVE_SYS_SOCKET_H | |
| # include <sys/socket.h> | |
| #endif | |
| | |
| | |
| #include <linux/un.h> | |
configure:15038: result: no | |
configure:15057: checking pwd.h usability | |
configure:15057: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:15057: $? = 0 | |
configure:15057: result: yes | |
configure:15057: checking pwd.h presence | |
configure:15057: /usr/bin/clang -E conftest.c | |
configure:15057: $? = 0 | |
configure:15057: result: yes | |
configure:15057: checking for pwd.h | |
configure:15057: result: yes | |
configure:15057: checking grp.h usability | |
configure:15057: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:15057: $? = 0 | |
configure:15057: result: yes | |
configure:15057: checking grp.h presence | |
configure:15057: /usr/bin/clang -E conftest.c | |
configure:15057: $? = 0 | |
configure:15057: result: yes | |
configure:15057: checking for grp.h | |
configure:15057: result: yes | |
configure:15057: checking sys/un.h usability | |
configure:15057: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:15057: $? = 0 | |
configure:15057: result: yes | |
configure:15057: checking sys/un.h presence | |
configure:15057: /usr/bin/clang -E conftest.c | |
configure:15057: $? = 0 | |
configure:15057: result: yes | |
configure:15057: checking for sys/un.h | |
configure:15057: result: yes | |
configure:15057: checking ctype.h usability | |
configure:15057: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:15057: $? = 0 | |
configure:15057: result: yes | |
configure:15057: checking ctype.h presence | |
configure:15057: /usr/bin/clang -E conftest.c | |
configure:15057: $? = 0 | |
configure:15057: result: yes | |
configure:15057: checking for ctype.h | |
configure:15057: result: yes | |
configure:15057: checking limits.h usability | |
configure:15057: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:15057: $? = 0 | |
configure:15057: result: yes | |
configure:15057: checking limits.h presence | |
configure:15057: /usr/bin/clang -E conftest.c | |
configure:15057: $? = 0 | |
configure:15057: result: yes | |
configure:15057: checking for limits.h | |
configure:15057: result: yes | |
configure:15057: checking xfs/xqm.h usability | |
configure:15057: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:147:10: fatal error: 'xfs/xqm.h' file not found | |
#include <xfs/xqm.h> | |
^ | |
1 error generated. | |
configure:15057: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_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 <xfs/xqm.h> | |
configure:15057: result: no | |
configure:15057: checking xfs/xqm.h presence | |
configure:15057: /usr/bin/clang -E conftest.c | |
conftest.c:114:10: fatal error: 'xfs/xqm.h' file not found | |
#include <xfs/xqm.h> | |
^ | |
1 error generated. | |
configure:15057: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| /* end confdefs.h. */ | |
| #include <xfs/xqm.h> | |
configure:15057: result: no | |
configure:15057: checking for xfs/xqm.h | |
configure:15057: result: no | |
configure:15057: checking fs_info.h usability | |
configure:15057: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:147:10: fatal error: 'fs_info.h' file not found | |
#include <fs_info.h> | |
^ | |
1 error generated. | |
configure:15057: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_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 <fs_info.h> | |
configure:15057: result: no | |
configure:15057: checking fs_info.h presence | |
configure:15057: /usr/bin/clang -E conftest.c | |
conftest.c:114:10: fatal error: 'fs_info.h' file not found | |
#include <fs_info.h> | |
^ | |
1 error generated. | |
configure:15057: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| /* end confdefs.h. */ | |
| #include <fs_info.h> | |
configure:15057: result: no | |
configure:15057: checking for fs_info.h | |
configure:15057: result: no | |
configure:15057: checking fshelp.h usability | |
configure:15057: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:147:10: fatal error: 'fshelp.h' file not found | |
#include <fshelp.h> | |
^ | |
1 error generated. | |
configure:15057: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_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 <fshelp.h> | |
configure:15057: result: no | |
configure:15057: checking fshelp.h presence | |
configure:15057: /usr/bin/clang -E conftest.c | |
conftest.c:114:10: fatal error: 'fshelp.h' file not found | |
#include <fshelp.h> | |
^ | |
1 error generated. | |
configure:15057: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| /* end confdefs.h. */ | |
| #include <fshelp.h> | |
configure:15057: result: no | |
configure:15057: checking for fshelp.h | |
configure:15057: result: no | |
configure:15057: checking paths.h usability | |
configure:15057: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:15057: $? = 0 | |
configure:15057: result: yes | |
configure:15057: checking paths.h presence | |
configure:15057: /usr/bin/clang -E conftest.c | |
configure:15057: $? = 0 | |
configure:15057: result: yes | |
configure:15057: checking for paths.h | |
configure:15057: result: yes | |
configure:15057: checking mntent.h usability | |
configure:15057: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:148:10: fatal error: 'mntent.h' file not found | |
#include <mntent.h> | |
^ | |
1 error generated. | |
configure:15057: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_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:15057: result: no | |
configure:15057: checking mntent.h presence | |
configure:15057: /usr/bin/clang -E conftest.c | |
conftest.c:115:10: fatal error: 'mntent.h' file not found | |
#include <mntent.h> | |
^ | |
1 error generated. | |
configure:15057: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| /* end confdefs.h. */ | |
| #include <mntent.h> | |
configure:15057: result: no | |
configure:15057: checking for mntent.h | |
configure:15057: result: no | |
configure:15057: checking mnttab.h usability | |
configure:15057: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:148:10: fatal error: 'mnttab.h' file not found | |
#include <mnttab.h> | |
^ | |
1 error generated. | |
configure:15057: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_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 <mnttab.h> | |
configure:15057: result: no | |
configure:15057: checking mnttab.h presence | |
configure:15057: /usr/bin/clang -E conftest.c | |
conftest.c:115:10: fatal error: 'mnttab.h' file not found | |
#include <mnttab.h> | |
^ | |
1 error generated. | |
configure:15057: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| /* end confdefs.h. */ | |
| #include <mnttab.h> | |
configure:15057: result: no | |
configure:15057: checking for mnttab.h | |
configure:15057: result: no | |
configure:15057: checking sys/fstyp.h usability | |
configure:15057: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:148:10: fatal error: 'sys/fstyp.h' file not found | |
#include <sys/fstyp.h> | |
^ | |
1 error generated. | |
configure:15057: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_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/fstyp.h> | |
configure:15057: result: no | |
configure:15057: checking sys/fstyp.h presence | |
configure:15057: /usr/bin/clang -E conftest.c | |
conftest.c:115:10: fatal error: 'sys/fstyp.h' file not found | |
#include <sys/fstyp.h> | |
^ | |
1 error generated. | |
configure:15057: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/fstyp.h> | |
configure:15057: result: no | |
configure:15057: checking for sys/fstyp.h | |
configure:15057: result: no | |
configure:15057: checking sys/fs_types.h usability | |
configure:15057: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:148:10: fatal error: 'sys/fs_types.h' file not found | |
#include <sys/fs_types.h> | |
^ | |
1 error generated. | |
configure:15057: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_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/fs_types.h> | |
configure:15057: result: no | |
configure:15057: checking sys/fs_types.h presence | |
configure:15057: /usr/bin/clang -E conftest.c | |
conftest.c:115:10: fatal error: 'sys/fs_types.h' file not found | |
#include <sys/fs_types.h> | |
^ | |
1 error generated. | |
configure:15057: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/fs_types.h> | |
configure:15057: result: no | |
configure:15057: checking for sys/fs_types.h | |
configure:15057: result: no | |
configure:15057: checking sys/mntent.h usability | |
configure:15057: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:148:10: fatal error: 'sys/mntent.h' file not found | |
#include <sys/mntent.h> | |
^ | |
1 error generated. | |
configure:15057: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_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/mntent.h> | |
configure:15057: result: no | |
configure:15057: checking sys/mntent.h presence | |
configure:15057: /usr/bin/clang -E conftest.c | |
conftest.c:115:10: fatal error: 'sys/mntent.h' file not found | |
#include <sys/mntent.h> | |
^ | |
1 error generated. | |
configure:15057: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/mntent.h> | |
configure:15057: result: no | |
configure:15057: checking for sys/mntent.h | |
configure:15057: result: no | |
configure:15057: checking sys/mnttab.h usability | |
configure:15057: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:148:10: fatal error: 'sys/mnttab.h' file not found | |
#include <sys/mnttab.h> | |
^ | |
1 error generated. | |
configure:15057: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_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/mnttab.h> | |
configure:15057: result: no | |
configure:15057: checking sys/mnttab.h presence | |
configure:15057: /usr/bin/clang -E conftest.c | |
conftest.c:115:10: fatal error: 'sys/mnttab.h' file not found | |
#include <sys/mnttab.h> | |
^ | |
1 error generated. | |
configure:15057: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/mnttab.h> | |
configure:15057: result: no | |
configure:15057: checking for sys/mnttab.h | |
configure:15057: result: no | |
configure:15057: checking sys/statfs.h usability | |
configure:15057: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:148:10: fatal error: 'sys/statfs.h' file not found | |
#include <sys/statfs.h> | |
^ | |
1 error generated. | |
configure:15057: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_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/statfs.h> | |
configure:15057: result: no | |
configure:15057: checking sys/statfs.h presence | |
configure:15057: /usr/bin/clang -E conftest.c | |
conftest.c:115:10: fatal error: 'sys/statfs.h' file not found | |
#include <sys/statfs.h> | |
^ | |
1 error generated. | |
configure:15057: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/statfs.h> | |
configure:15057: result: no | |
configure:15057: checking for sys/statfs.h | |
configure:15057: result: no | |
configure:15057: checking sys/statvfs.h usability | |
configure:15057: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:15057: $? = 0 | |
configure:15057: result: yes | |
configure:15057: checking sys/statvfs.h presence | |
configure:15057: /usr/bin/clang -E conftest.c | |
configure:15057: $? = 0 | |
configure:15057: result: yes | |
configure:15057: checking for sys/statvfs.h | |
configure:15057: result: yes | |
configure:15057: checking sys/vfs.h usability | |
configure:15057: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:149:10: fatal error: 'sys/vfs.h' file not found | |
#include <sys/vfs.h> | |
^ | |
1 error generated. | |
configure:15057: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_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/vfs.h> | |
configure:15057: result: no | |
configure:15057: checking sys/vfs.h presence | |
configure:15057: /usr/bin/clang -E conftest.c | |
conftest.c:116:10: fatal error: 'sys/vfs.h' file not found | |
#include <sys/vfs.h> | |
^ | |
1 error generated. | |
configure:15057: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/vfs.h> | |
configure:15057: result: no | |
configure:15057: checking for sys/vfs.h | |
configure:15057: result: no | |
configure:15057: checking sys/vfstab.h usability | |
configure:15057: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:149:10: fatal error: 'sys/vfstab.h' file not found | |
#include <sys/vfstab.h> | |
^ | |
1 error generated. | |
configure:15057: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_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/vfstab.h> | |
configure:15057: result: no | |
configure:15057: checking sys/vfstab.h presence | |
configure:15057: /usr/bin/clang -E conftest.c | |
conftest.c:116:10: fatal error: 'sys/vfstab.h' file not found | |
#include <sys/vfstab.h> | |
^ | |
1 error generated. | |
configure:15057: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/vfstab.h> | |
configure:15057: result: no | |
configure:15057: checking for sys/vfstab.h | |
configure:15057: result: no | |
configure:15057: checking kvm.h usability | |
configure:15057: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:149:10: fatal error: 'kvm.h' file not found | |
#include <kvm.h> | |
^ | |
1 error generated. | |
configure:15057: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_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 <kvm.h> | |
configure:15057: result: no | |
configure:15057: checking kvm.h presence | |
configure:15057: /usr/bin/clang -E conftest.c | |
conftest.c:116:10: fatal error: 'kvm.h' file not found | |
#include <kvm.h> | |
^ | |
1 error generated. | |
configure:15057: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| /* end confdefs.h. */ | |
| #include <kvm.h> | |
configure:15057: result: no | |
configure:15057: checking for kvm.h | |
configure:15057: result: no | |
configure:15057: checking wordexp.h usability | |
configure:15057: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:15057: $? = 0 | |
configure:15057: result: yes | |
configure:15057: checking wordexp.h presence | |
configure:15057: /usr/bin/clang -E conftest.c | |
configure:15057: $? = 0 | |
configure:15057: result: yes | |
configure:15057: checking for wordexp.h | |
configure:15057: result: yes | |
configure:15071: checking arpa/nameser.h usability | |
configure:15071: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:15071: $? = 0 | |
configure:15071: result: yes | |
configure:15071: checking arpa/nameser.h presence | |
configure:15071: /usr/bin/clang -E conftest.c | |
configure:15071: $? = 0 | |
configure:15071: result: yes | |
configure:15071: checking for arpa/nameser.h | |
configure:15071: result: yes | |
configure:15083: checking for arpa/nameser_compat.h | |
configure:15083: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:15083: $? = 0 | |
configure:15083: result: yes | |
configure:15101: checking for net/if_arp.h | |
configure:15101: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:15101: $? = 0 | |
configure:15101: result: yes | |
configure:15117: checking net/ppp_defs.h usability | |
configure:15117: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:153:10: fatal error: 'net/ppp_defs.h' file not found | |
#include <net/ppp_defs.h> | |
^ | |
1 error generated. | |
configure:15117: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_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 <net/ppp_defs.h> | |
configure:15117: result: no | |
configure:15117: checking net/ppp_defs.h presence | |
configure:15117: /usr/bin/clang -E conftest.c | |
conftest.c:120:10: fatal error: 'net/ppp_defs.h' file not found | |
#include <net/ppp_defs.h> | |
^ | |
1 error generated. | |
configure:15117: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| /* end confdefs.h. */ | |
| #include <net/ppp_defs.h> | |
configure:15117: result: no | |
configure:15117: checking for net/ppp_defs.h | |
configure:15117: result: no | |
configure:15129: checking for net/if_ppp.h | |
configure:15129: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:125:10: fatal error: 'net/if_ppp.h' file not found | |
#include <net/if_ppp.h> | |
^ | |
1 error generated. | |
configure:15129: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| /* end confdefs.h. */ | |
| #if HAVE_NET_PPP_DEFS_H | |
| # include <net/ppp_defs.h> | |
| #endif | |
| | |
| | |
| #include <net/if_ppp.h> | |
configure:15129: result: no | |
configure:15145: checking for netinet/if_ether.h | |
configure:15145: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:15145: $? = 0 | |
configure:15145: result: yes | |
configure:15176: checking termios.h usability | |
configure:15176: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:15176: $? = 0 | |
configure:15176: result: yes | |
configure:15176: checking termios.h presence | |
configure:15176: /usr/bin/clang -E conftest.c | |
configure:15176: $? = 0 | |
configure:15176: result: yes | |
configure:15176: checking for termios.h | |
configure:15176: result: yes | |
configure:15190: checking for an ANSI C-conforming const | |
configure:15255: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:15255: $? = 0 | |
configure:15262: result: yes | |
configure:15270: checking for pid_t | |
configure:15270: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:15270: $? = 0 | |
configure:15270: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:158:20: error: expected expression | |
if (sizeof ((pid_t))) | |
^ | |
1 error generated. | |
configure:15270: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_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 | |
| int | |
| main () | |
| { | |
| if (sizeof ((pid_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:15270: result: yes | |
configure:15281: checking for size_t | |
configure:15281: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:15281: $? = 0 | |
configure:15281: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:158:21: error: expected expression | |
if (sizeof ((size_t))) | |
^ | |
1 error generated. | |
configure:15281: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_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 | |
| int | |
| main () | |
| { | |
| if (sizeof ((size_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:15281: result: yes | |
configure:15292: checking for uid_t in sys/types.h | |
configure:15311: result: yes | |
configure:15322: checking whether time.h and sys/time.h may both be included | |
configure:15342: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:15342: $? = 0 | |
configure:15349: result: yes | |
configure:15362: checking whether /usr/bin/clang needs -traditional | |
conftest.c:123:10: fatal error: 'termio.h' file not found | |
#include <termio.h> | |
^ | |
1 error generated. | |
configure:15396: result: no | |
configure:15406: checking for gettimeofday | |
configure:15406: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:15406: $? = 0 | |
configure:15406: result: yes | |
configure:15406: checking for select | |
configure:15406: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:15406: $? = 0 | |
configure:15406: result: yes | |
configure:15406: checking for strdup | |
configure:15406: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:15406: $? = 0 | |
configure:15406: result: yes | |
configure:15406: checking for strtol | |
configure:15406: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:15406: $? = 0 | |
configure:15406: result: yes | |
configure:15406: checking for getaddrinfo | |
configure:15406: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:15406: $? = 0 | |
configure:15406: result: yes | |
configure:15406: checking for getnameinfo | |
configure:15406: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:15406: $? = 0 | |
configure:15406: result: yes | |
configure:15406: checking for strchr | |
configure:15406: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:15406: $? = 0 | |
configure:15406: result: yes | |
configure:15406: checking for memcpy | |
configure:15406: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:15406: $? = 0 | |
configure:15406: result: yes | |
configure:15406: checking for strstr | |
configure:15406: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:15406: $? = 0 | |
configure:15406: result: yes | |
configure:15406: checking for strcmp | |
configure:15406: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:15406: $? = 0 | |
configure:15406: result: yes | |
configure:15406: checking for strncmp | |
configure:15406: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:15406: $? = 0 | |
configure:15406: result: yes | |
configure:15406: checking for strncpy | |
configure:15406: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:15406: $? = 0 | |
configure:15406: result: yes | |
configure:15406: checking for strlen | |
configure:15406: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:15406: $? = 0 | |
configure:15406: result: yes | |
configure:15406: checking for strncasecmp | |
configure:15406: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:15406: $? = 0 | |
configure:15406: result: yes | |
configure:15406: checking for strcasecmp | |
configure:15406: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:15406: $? = 0 | |
configure:15406: result: yes | |
configure:15406: checking for openlog | |
configure:15406: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:15406: $? = 0 | |
configure:15406: result: yes | |
configure:15406: checking for closelog | |
configure:15406: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:15406: $? = 0 | |
configure:15406: result: yes | |
configure:15406: checking for sysconf | |
configure:15406: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:15406: $? = 0 | |
configure:15406: result: yes | |
configure:15406: checking for setenv | |
configure:15406: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:15406: $? = 0 | |
configure:15406: result: yes | |
configure:15406: checking for if_indextoname | |
configure:15406: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:15406: $? = 0 | |
configure:15406: result: yes | |
configure:15416: checking whether strerror_r is declared | |
configure:15416: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:15416: $? = 0 | |
configure:15416: result: yes | |
configure:15429: checking for strerror_r | |
configure:15429: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:15429: $? = 0 | |
configure:15429: result: yes | |
configure:15438: checking whether strerror_r returns char * | |
configure:15462: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:183:13: error: indirection requires pointer operand ('int' invalid) | |
char x = *strerror_r (0, buf, sizeof buf); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 error generated. | |
configure:15462: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 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 () | |
| { | |
| | |
| char buf[100]; | |
| char x = *strerror_r (0, buf, sizeof buf); | |
| char *p = strerror_r (0, buf, sizeof buf); | |
| return !p || x; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:15500: result: no | |
configure:15516: checking for strtok_r | |
configure:15549: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -Wall -Werror conftest.c >&5 | |
configure:15549: $? = 0 | |
configure:15559: result: yes | |
configure:15625: checking for getpwnam_r | |
configure:15625: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:15625: $? = 0 | |
configure:15625: result: yes | |
configure:15625: checking for getgrnam_r | |
configure:15625: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:15625: $? = 0 | |
configure:15625: result: yes | |
configure:15625: checking for setgroups | |
configure:15625: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:15625: $? = 0 | |
configure:15625: result: yes | |
configure:15625: checking for regcomp | |
configure:15625: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:15625: $? = 0 | |
configure:15625: result: yes | |
configure:15625: checking for regerror | |
configure:15625: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:15625: $? = 0 | |
configure:15625: result: yes | |
configure:15625: checking for regexec | |
configure:15625: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:15625: $? = 0 | |
configure:15625: result: yes | |
configure:15625: checking for regfree | |
configure:15625: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:15625: $? = 0 | |
configure:15625: result: yes | |
configure:15638: checking for socket | |
configure:15638: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:15638: $? = 0 | |
configure:15638: result: yes | |
configure:15704: checking for clock_gettime | |
configure:15704: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_clock_gettime", referenced from: | |
_main in conftest-fY0A8w.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:15704: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| /* end confdefs.h. */ | |
| /* Define clock_gettime to an innocuous variant, in case <limits.h> declares clock_gettime. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define clock_gettime innocuous_clock_gettime | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char clock_gettime (); 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 clock_gettime | |
| | |
| /* 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 clock_gettime (); | |
| /* 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_clock_gettime || defined __stub___clock_gettime | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return clock_gettime (); | |
| ; | |
| return 0; | |
| } | |
configure:15704: result: no | |
configure:15715: checking for clock_gettime in -lrt | |
configure:15740: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c -lrt >&5 | |
ld: library not found for -lrt | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:15740: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 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 clock_gettime (); | |
| int | |
| main () | |
| { | |
| return clock_gettime (); | |
| ; | |
| return 0; | |
| } | |
configure:15749: result: no | |
configure:15759: checking for clock_gettime in -lposix4 | |
configure:15784: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c -lposix4 >&5 | |
ld: library not found for -lposix4 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:15784: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 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 clock_gettime (); | |
| int | |
| main () | |
| { | |
| return clock_gettime (); | |
| ; | |
| return 0; | |
| } | |
configure:15793: result: no | |
configure:15807: WARNING: cannot find clock_gettime | |
configure:15815: checking for nanosleep | |
configure:15815: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:15815: $? = 0 | |
configure:15815: result: yes | |
configure:15928: checking for sysctl | |
configure:15928: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:15928: $? = 0 | |
configure:15928: result: yes | |
configure:15941: checking for sysctlbyname | |
configure:15941: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:15941: $? = 0 | |
configure:15941: result: yes | |
configure:15954: checking for host_statistics | |
configure:15954: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:15954: $? = 0 | |
configure:15954: result: yes | |
configure:15967: checking for processor_info | |
configure:15967: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:15967: $? = 0 | |
configure:15967: result: yes | |
configure:15980: checking for thread_info | |
configure:15980: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:15980: $? = 0 | |
configure:15980: result: yes | |
configure:15993: checking for statfs | |
configure:15993: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:15993: $? = 0 | |
configure:15993: result: yes | |
configure:16006: checking for statvfs | |
configure:16006: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:16006: $? = 0 | |
configure:16006: result: yes | |
configure:16019: checking for getifaddrs | |
configure:16019: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:16019: $? = 0 | |
configure:16019: result: yes | |
configure:16032: checking for getloadavg | |
configure:16032: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:16032: $? = 0 | |
configure:16032: result: yes | |
configure:16045: checking for syslog | |
configure:16045: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:16045: $? = 0 | |
configure:16045: result: yes | |
configure:16058: checking for getutent | |
configure:16058: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_getutent", referenced from: | |
_main in conftest-m3phpK.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:16058: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| /* end confdefs.h. */ | |
| /* Define getutent to an innocuous variant, in case <limits.h> declares getutent. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define getutent innocuous_getutent | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char getutent (); 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 getutent | |
| | |
| /* 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 getutent (); | |
| /* 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_getutent || defined __stub___getutent | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return getutent (); | |
| ; | |
| return 0; | |
| } | |
configure:16058: result: no | |
configure:16071: checking for getutxent | |
configure:16071: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:16071: $? = 0 | |
configure:16071: result: yes | |
configure:16092: checking for strptime | |
configure:16092: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -Wall -Wextra -Werror conftest.c >&5 | |
configure:16092: $? = 0 | |
configure:16092: result: yes | |
configure:16105: checking whether strptime is exported by default | |
configure:16127: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -Wall -Wextra -Werror conftest.c >&5 | |
configure:16127: $? = 0 | |
configure:16134: result: yes | |
configure:16199: checking for swapctl | |
configure:16199: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_swapctl", referenced from: | |
_main in conftest-ktXU5O.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:16199: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| /* end confdefs.h. */ | |
| /* Define swapctl to an innocuous variant, in case <limits.h> declares swapctl. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define swapctl innocuous_swapctl | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char swapctl (); 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 swapctl | |
| | |
| /* 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 swapctl (); | |
| /* 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_swapctl || defined __stub___swapctl | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return swapctl (); | |
| ; | |
| return 0; | |
| } | |
configure:16199: result: no | |
configure:16316: checking whether NAN is defined by default | |
configure:16341: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:16341: $? = 0 | |
configure:16350: result: yes | |
configure:16498: checking if doubles are stored in x86 representation | |
configure:16552: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:16552: $? = 0 | |
configure:16552: ./conftest | |
configure:16552: $? = 0 | |
configure:16564: result: yes | |
configure:16746: checking for getfsstat | |
configure:16746: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:16746: $? = 0 | |
configure:16746: result: yes | |
configure:16758: checking for getvfsstat | |
configure:16758: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_getvfsstat", referenced from: | |
_main in conftest-8BwLJb.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:16758: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| /* end confdefs.h. */ | |
| /* Define getvfsstat to an innocuous variant, in case <limits.h> declares getvfsstat. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define getvfsstat innocuous_getvfsstat | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char getvfsstat (); 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 getvfsstat | |
| | |
| /* 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 getvfsstat (); | |
| /* 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_getvfsstat || defined __stub___getvfsstat | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return getvfsstat (); | |
| ; | |
| return 0; | |
| } | |
configure:16758: result: no | |
configure:16770: checking for listmntent | |
configure:16770: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_listmntent", referenced from: | |
_main in conftest-yx0v8S.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:16770: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| /* end confdefs.h. */ | |
| /* Define listmntent to an innocuous variant, in case <limits.h> declares listmntent. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define listmntent innocuous_listmntent | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char listmntent (); 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 listmntent | |
| | |
| /* 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 listmntent (); | |
| /* 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_listmntent || defined __stub___listmntent | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return listmntent (); | |
| ; | |
| return 0; | |
| } | |
configure:16770: result: no | |
configure:16783: checking for getmntent | |
configure:16783: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_getmntent", referenced from: | |
_main in conftest-OEInrw.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:16783: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| /* end confdefs.h. */ | |
| /* Define getmntent to an innocuous variant, in case <limits.h> declares getmntent. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define getmntent innocuous_getmntent | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char getmntent (); 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 getmntent | |
| | |
| /* 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 getmntent (); | |
| /* 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_getmntent || defined __stub___getmntent | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return getmntent (); | |
| ; | |
| return 0; | |
| } | |
configure:16783: result: no | |
configure:16793: checking for getmntent in -lsun | |
configure:16818: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c -lsun >&5 | |
ld: library not found for -lsun | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:16818: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 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 getmntent (); | |
| int | |
| main () | |
| { | |
| return getmntent (); | |
| ; | |
| return 0; | |
| } | |
configure:16827: result: no | |
configure:16835: checking for getmntent in -lseq | |
configure:16860: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c -lseq >&5 | |
ld: library not found for -lseq | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:16860: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 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 getmntent (); | |
| int | |
| main () | |
| { | |
| return getmntent (); | |
| ; | |
| return 0; | |
| } | |
configure:16869: result: no | |
configure:16877: checking for getmntent in -lgen | |
configure:16902: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c -lgen >&5 | |
ld: library not found for -lgen | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:16902: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 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 getmntent (); | |
| int | |
| main () | |
| { | |
| return getmntent (); | |
| ; | |
| return 0; | |
| } | |
configure:16911: result: no | |
configure:17022: checking if have htonll defined | |
configure:17047: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_htonll", referenced from: | |
_main in conftest-md28QB.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17047: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| /* end confdefs.h. */ | |
| | |
| | |
| #include <sys/types.h> | |
| #include <netinet/in.h> | |
| #if HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| | |
| return htonll(0); | |
| | |
| ; | |
| return 0; | |
| } | |
| | |
configure:17058: result: no | |
configure:17062: checking for struct if_data.ifi_ibytes | |
configure:17062: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:17062: $? = 0 | |
configure:17062: result: yes | |
configure:17078: checking for struct if_data.ifi_opackets | |
configure:17078: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:17078: $? = 0 | |
configure:17078: result: yes | |
configure:17094: checking for struct if_data.ifi_ierrors | |
configure:17094: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:17094: $? = 0 | |
configure:17094: result: yes | |
configure:17111: checking for struct net_device_stats.rx_bytes | |
configure:17111: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:178:11: fatal error: 'linux/if.h' file not found | |
#include <linux/if.h> | |
^ | |
1 error generated. | |
configure:17111: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| /* end confdefs.h. */ | |
| | |
| #include <sys/types.h> | |
| #include <sys/socket.h> | |
| #include <linux/if.h> | |
| #include <linux/netdevice.h> | |
| | |
| | |
| int | |
| main () | |
| { | |
| static struct net_device_stats ac_aggr; | |
| if (ac_aggr.rx_bytes) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:17111: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:178:11: fatal error: 'linux/if.h' file not found | |
#include <linux/if.h> | |
^ | |
1 error generated. | |
configure:17111: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| /* end confdefs.h. */ | |
| | |
| #include <sys/types.h> | |
| #include <sys/socket.h> | |
| #include <linux/if.h> | |
| #include <linux/netdevice.h> | |
| | |
| | |
| int | |
| main () | |
| { | |
| static struct net_device_stats ac_aggr; | |
| if (sizeof ac_aggr.rx_bytes) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:17111: result: no | |
configure:17128: checking for struct net_device_stats.tx_packets | |
configure:17128: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:178:11: fatal error: 'linux/if.h' file not found | |
#include <linux/if.h> | |
^ | |
1 error generated. | |
configure:17128: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| /* end confdefs.h. */ | |
| | |
| #include <sys/types.h> | |
| #include <sys/socket.h> | |
| #include <linux/if.h> | |
| #include <linux/netdevice.h> | |
| | |
| | |
| int | |
| main () | |
| { | |
| static struct net_device_stats ac_aggr; | |
| if (ac_aggr.tx_packets) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:17128: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:178:11: fatal error: 'linux/if.h' file not found | |
#include <linux/if.h> | |
^ | |
1 error generated. | |
configure:17128: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| /* end confdefs.h. */ | |
| | |
| #include <sys/types.h> | |
| #include <sys/socket.h> | |
| #include <linux/if.h> | |
| #include <linux/netdevice.h> | |
| | |
| | |
| int | |
| main () | |
| { | |
| static struct net_device_stats ac_aggr; | |
| if (sizeof ac_aggr.tx_packets) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:17128: result: no | |
configure:17145: checking for struct net_device_stats.rx_errors | |
configure:17145: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:178:11: fatal error: 'linux/if.h' file not found | |
#include <linux/if.h> | |
^ | |
1 error generated. | |
configure:17145: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| /* end confdefs.h. */ | |
| | |
| #include <sys/types.h> | |
| #include <sys/socket.h> | |
| #include <linux/if.h> | |
| #include <linux/netdevice.h> | |
| | |
| | |
| int | |
| main () | |
| { | |
| static struct net_device_stats ac_aggr; | |
| if (ac_aggr.rx_errors) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:17145: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:178:11: fatal error: 'linux/if.h' file not found | |
#include <linux/if.h> | |
^ | |
1 error generated. | |
configure:17145: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| /* end confdefs.h. */ | |
| | |
| #include <sys/types.h> | |
| #include <sys/socket.h> | |
| #include <linux/if.h> | |
| #include <linux/netdevice.h> | |
| | |
| | |
| int | |
| main () | |
| { | |
| static struct net_device_stats ac_aggr; | |
| if (sizeof ac_aggr.rx_errors) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:17145: result: no | |
configure:17164: checking for struct ip_mreqn.imr_ifindex | |
configure:17164: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:17164: $? = 0 | |
configure:17164: result: yes | |
configure:17179: checking for struct kinfo_proc.ki_pid | |
configure:17179: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:177:10: fatal error: 'kvm.h' file not found | |
#include <kvm.h> | |
^ | |
1 error generated. | |
configure:17179: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| /* end confdefs.h. */ | |
| | |
| #include <kvm.h> | |
| #include <sys/param.h> | |
| #include <sys/sysctl.h> | |
| #include <sys/user.h> | |
| | |
| | |
| int | |
| main () | |
| { | |
| static struct kinfo_proc ac_aggr; | |
| if (ac_aggr.ki_pid) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:17179: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:177:10: fatal error: 'kvm.h' file not found | |
#include <kvm.h> | |
^ | |
1 error generated. | |
configure:17179: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| /* end confdefs.h. */ | |
| | |
| #include <kvm.h> | |
| #include <sys/param.h> | |
| #include <sys/sysctl.h> | |
| #include <sys/user.h> | |
| | |
| | |
| int | |
| main () | |
| { | |
| static struct kinfo_proc ac_aggr; | |
| if (sizeof ac_aggr.ki_pid) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:17179: result: no | |
configure:17203: checking for struct kinfo_proc.ki_rssize | |
configure:17203: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:177:10: fatal error: 'kvm.h' file not found | |
#include <kvm.h> | |
^ | |
1 error generated. | |
configure:17203: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| /* end confdefs.h. */ | |
| | |
| #include <kvm.h> | |
| #include <sys/param.h> | |
| #include <sys/sysctl.h> | |
| #include <sys/user.h> | |
| | |
| | |
| int | |
| main () | |
| { | |
| static struct kinfo_proc ac_aggr; | |
| if (ac_aggr.ki_rssize) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:17203: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:177:10: fatal error: 'kvm.h' file not found | |
#include <kvm.h> | |
^ | |
1 error generated. | |
configure:17203: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| /* end confdefs.h. */ | |
| | |
| #include <kvm.h> | |
| #include <sys/param.h> | |
| #include <sys/sysctl.h> | |
| #include <sys/user.h> | |
| | |
| | |
| int | |
| main () | |
| { | |
| static struct kinfo_proc ac_aggr; | |
| if (sizeof ac_aggr.ki_rssize) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:17203: result: no | |
configure:17227: checking for struct kinfo_proc.ki_rusage | |
configure:17227: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:177:10: fatal error: 'kvm.h' file not found | |
#include <kvm.h> | |
^ | |
1 error generated. | |
configure:17227: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| /* end confdefs.h. */ | |
| | |
| #include <kvm.h> | |
| #include <sys/param.h> | |
| #include <sys/sysctl.h> | |
| #include <sys/user.h> | |
| | |
| | |
| int | |
| main () | |
| { | |
| static struct kinfo_proc ac_aggr; | |
| if (ac_aggr.ki_rusage) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:17227: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:177:10: fatal error: 'kvm.h' file not found | |
#include <kvm.h> | |
^ | |
1 error generated. | |
configure:17227: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| /* end confdefs.h. */ | |
| | |
| #include <kvm.h> | |
| #include <sys/param.h> | |
| #include <sys/sysctl.h> | |
| #include <sys/user.h> | |
| | |
| | |
| int | |
| main () | |
| { | |
| static struct kinfo_proc ac_aggr; | |
| if (sizeof ac_aggr.ki_rusage) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:17227: result: no | |
configure:17253: checking for struct kinfo_proc.kp_proc | |
configure:17253: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:179:10: fatal error: 'kvm.h' file not found | |
#include <kvm.h> | |
^ | |
1 error generated. | |
configure:17253: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| /* end confdefs.h. */ | |
| | |
| #include <sys/param.h> | |
| #include <sys/sysctl.h> | |
| #include <kvm.h> | |
| | |
| | |
| int | |
| main () | |
| { | |
| static struct kinfo_proc ac_aggr; | |
| if (ac_aggr.kp_proc) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:17253: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:179:10: fatal error: 'kvm.h' file not found | |
#include <kvm.h> | |
^ | |
1 error generated. | |
configure:17253: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| /* end confdefs.h. */ | |
| | |
| #include <sys/param.h> | |
| #include <sys/sysctl.h> | |
| #include <kvm.h> | |
| | |
| | |
| int | |
| main () | |
| { | |
| static struct kinfo_proc ac_aggr; | |
| if (sizeof ac_aggr.kp_proc) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:17253: result: no | |
configure:17276: checking for struct kinfo_proc.kp_eproc | |
configure:17276: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:179:10: fatal error: 'kvm.h' file not found | |
#include <kvm.h> | |
^ | |
1 error generated. | |
configure:17276: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| /* end confdefs.h. */ | |
| | |
| #include <sys/param.h> | |
| #include <sys/sysctl.h> | |
| #include <kvm.h> | |
| | |
| | |
| int | |
| main () | |
| { | |
| static struct kinfo_proc ac_aggr; | |
| if (ac_aggr.kp_eproc) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:17276: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:179:10: fatal error: 'kvm.h' file not found | |
#include <kvm.h> | |
^ | |
1 error generated. | |
configure:17276: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| /* end confdefs.h. */ | |
| | |
| #include <sys/param.h> | |
| #include <sys/sysctl.h> | |
| #include <kvm.h> | |
| | |
| | |
| int | |
| main () | |
| { | |
| static struct kinfo_proc ac_aggr; | |
| if (sizeof ac_aggr.kp_eproc) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:17276: result: no | |
configure:17301: checking for struct udphdr.uh_dport | |
configure:17301: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:17301: $? = 0 | |
configure:17301: result: yes | |
configure:17330: checking for struct udphdr.uh_sport | |
configure:17330: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:17330: $? = 0 | |
configure:17330: result: yes | |
configure:17360: checking for struct udphdr.dest | |
configure:17360: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:203:13: error: no member named 'dest' in 'struct udphdr' | |
if (ac_aggr.dest) | |
~~~~~~~ ^ | |
1 error generated. | |
configure:17360: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1 | |
| /* end confdefs.h. */ | |
| #define _BSD_SOURCE | |
| #if HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #if HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #if HAVE_NETINET_IN_SYSTM_H | |
| # include <netinet/in_systm.h> | |
| #endif | |
| #if HAVE_NETINET_IN_H | |
| # include <netinet/in.h> | |
| #endif | |
| #if HAVE_NETINET_IP_H | |
| # include <netinet/ip.h> | |
| #endif | |
| #if HAVE_NETINET_UDP_H | |
| # include <netinet/udp.h> | |
| #endif | |
| | |
| | |
| int | |
| main () | |
| { | |
| static struct udphdr ac_aggr; | |
| if (ac_aggr.dest) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:17360: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:203:20: error: no member named 'dest' in 'struct udphdr' | |
if (sizeof ac_aggr.dest) | |
~~~~~~~ ^ | |
1 error generated. | |
configure:17360: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1 | |
| /* end confdefs.h. */ | |
| #define _BSD_SOURCE | |
| #if HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #if HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #if HAVE_NETINET_IN_SYSTM_H | |
| # include <netinet/in_systm.h> | |
| #endif | |
| #if HAVE_NETINET_IN_H | |
| # include <netinet/in.h> | |
| #endif | |
| #if HAVE_NETINET_IP_H | |
| # include <netinet/ip.h> | |
| #endif | |
| #if HAVE_NETINET_UDP_H | |
| # include <netinet/udp.h> | |
| #endif | |
| | |
| | |
| int | |
| main () | |
| { | |
| static struct udphdr ac_aggr; | |
| if (sizeof ac_aggr.dest) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:17360: result: no | |
configure:17389: checking for struct udphdr.source | |
configure:17389: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:203:13: error: no member named 'source' in 'struct udphdr' | |
if (ac_aggr.source) | |
~~~~~~~ ^ | |
1 error generated. | |
configure:17389: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1 | |
| /* end confdefs.h. */ | |
| #define _BSD_SOURCE | |
| #if HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #if HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #if HAVE_NETINET_IN_SYSTM_H | |
| # include <netinet/in_systm.h> | |
| #endif | |
| #if HAVE_NETINET_IN_H | |
| # include <netinet/in.h> | |
| #endif | |
| #if HAVE_NETINET_IP_H | |
| # include <netinet/ip.h> | |
| #endif | |
| #if HAVE_NETINET_UDP_H | |
| # include <netinet/udp.h> | |
| #endif | |
| | |
| | |
| int | |
| main () | |
| { | |
| static struct udphdr ac_aggr; | |
| if (ac_aggr.source) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:17389: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:203:20: error: no member named 'source' in 'struct udphdr' | |
if (sizeof ac_aggr.source) | |
~~~~~~~ ^ | |
1 error generated. | |
configure:17389: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1 | |
| /* end confdefs.h. */ | |
| #define _BSD_SOURCE | |
| #if HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #if HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #if HAVE_NETINET_IN_SYSTM_H | |
| # include <netinet/in_systm.h> | |
| #endif | |
| #if HAVE_NETINET_IN_H | |
| # include <netinet/in.h> | |
| #endif | |
| #if HAVE_NETINET_IP_H | |
| # include <netinet/ip.h> | |
| #endif | |
| #if HAVE_NETINET_UDP_H | |
| # include <netinet/udp.h> | |
| #endif | |
| | |
| | |
| int | |
| main () | |
| { | |
| static struct udphdr ac_aggr; | |
| if (sizeof ac_aggr.source) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:17389: result: no | |
configure:17420: checking for kstat_io_t.nwritten | |
configure:17420: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:187:8: error: unknown type name 'kstat_io_t' | |
static kstat_io_t ac_aggr; | |
^ | |
1 error generated. | |
configure:17420: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1 | |
| /* end confdefs.h. */ | |
| | |
| #if HAVE_KSTAT_H | |
| # include <kstat.h> | |
| #endif | |
| | |
| | |
| int | |
| main () | |
| { | |
| static kstat_io_t ac_aggr; | |
| if (ac_aggr.nwritten) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:17420: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:187:8: error: unknown type name 'kstat_io_t' | |
static kstat_io_t ac_aggr; | |
^ | |
1 error generated. | |
configure:17420: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1 | |
| /* end confdefs.h. */ | |
| | |
| #if HAVE_KSTAT_H | |
| # include <kstat.h> | |
| #endif | |
| | |
| | |
| int | |
| main () | |
| { | |
| static kstat_io_t ac_aggr; | |
| if (sizeof ac_aggr.nwritten) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:17420: result: no | |
configure:17434: checking for kstat_io_t.writes | |
configure:17434: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:187:8: error: unknown type name 'kstat_io_t' | |
static kstat_io_t ac_aggr; | |
^ | |
1 error generated. | |
configure:17434: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1 | |
| /* end confdefs.h. */ | |
| | |
| #if HAVE_KSTAT_H | |
| # include <kstat.h> | |
| #endif | |
| | |
| | |
| int | |
| main () | |
| { | |
| static kstat_io_t ac_aggr; | |
| if (ac_aggr.writes) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:17434: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:187:8: error: unknown type name 'kstat_io_t' | |
static kstat_io_t ac_aggr; | |
^ | |
1 error generated. | |
configure:17434: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1 | |
| /* end confdefs.h. */ | |
| | |
| #if HAVE_KSTAT_H | |
| # include <kstat.h> | |
| #endif | |
| | |
| | |
| int | |
| main () | |
| { | |
| static kstat_io_t ac_aggr; | |
| if (sizeof ac_aggr.writes) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:17434: result: no | |
configure:17448: checking for kstat_io_t.nwrites | |
configure:17448: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:187:8: error: unknown type name 'kstat_io_t' | |
static kstat_io_t ac_aggr; | |
^ | |
1 error generated. | |
configure:17448: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1 | |
| /* end confdefs.h. */ | |
| | |
| #if HAVE_KSTAT_H | |
| # include <kstat.h> | |
| #endif | |
| | |
| | |
| int | |
| main () | |
| { | |
| static kstat_io_t ac_aggr; | |
| if (ac_aggr.nwrites) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:17448: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:187:8: error: unknown type name 'kstat_io_t' | |
static kstat_io_t ac_aggr; | |
^ | |
1 error generated. | |
configure:17448: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1 | |
| /* end confdefs.h. */ | |
| | |
| #if HAVE_KSTAT_H | |
| # include <kstat.h> | |
| #endif | |
| | |
| | |
| int | |
| main () | |
| { | |
| static kstat_io_t ac_aggr; | |
| if (sizeof ac_aggr.nwrites) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:17448: result: no | |
configure:17462: checking for kstat_io_t.wtime | |
configure:17462: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:187:8: error: unknown type name 'kstat_io_t' | |
static kstat_io_t ac_aggr; | |
^ | |
1 error generated. | |
configure:17462: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1 | |
| /* end confdefs.h. */ | |
| | |
| #if HAVE_KSTAT_H | |
| # include <kstat.h> | |
| #endif | |
| | |
| | |
| int | |
| main () | |
| { | |
| static kstat_io_t ac_aggr; | |
| if (ac_aggr.wtime) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:17462: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:187:8: error: unknown type name 'kstat_io_t' | |
static kstat_io_t ac_aggr; | |
^ | |
1 error generated. | |
configure:17462: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1 | |
| /* end confdefs.h. */ | |
| | |
| #if HAVE_KSTAT_H | |
| # include <kstat.h> | |
| #endif | |
| | |
| | |
| int | |
| main () | |
| { | |
| static kstat_io_t ac_aggr; | |
| if (sizeof ac_aggr.wtime) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:17462: result: no | |
configure:17482: checking for res_search in -lresolv | |
configure:17507: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c -lresolv >&5 | |
configure:17507: $? = 0 | |
configure:17516: result: yes | |
configure:17538: checking for libhal_device_property_exists in -lhal | |
configure:17563: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c -lhal >&5 | |
ld: library not found for -lhal | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17563: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1 | |
| #define HAVE_LIBRESOLV 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 libhal_device_property_exists (); | |
| int | |
| main () | |
| { | |
| return libhal_device_property_exists (); | |
| ; | |
| return 0; | |
| } | |
configure:17572: result: no | |
configure:17847: checking for IOServiceGetMatchingServices in -lIOKit | |
configure:17872: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c -lIOKit >&5 | |
configure:17872: $? = 0 | |
configure:17881: result: yes | |
configure:17903: checking for kvm_getprocs in -lkvm | |
configure:17928: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c -lkvm >&5 | |
ld: library not found for -lkvm | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17928: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1 | |
| #define HAVE_LIBRESOLV 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 kvm_getprocs (); | |
| int | |
| main () | |
| { | |
| return kvm_getprocs (); | |
| ; | |
| return 0; | |
| } | |
configure:17937: result: no | |
configure:17961: checking for kvm_getswapinfo in -lkvm | |
configure:17986: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c -lkvm >&5 | |
ld: library not found for -lkvm | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17986: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1 | |
| #define HAVE_LIBRESOLV 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 kvm_getswapinfo (); | |
| int | |
| main () | |
| { | |
| return kvm_getswapinfo (); | |
| ; | |
| return 0; | |
| } | |
configure:17995: result: no | |
configure:18019: checking for kvm_nlist in -lkvm | |
configure:18044: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c -lkvm >&5 | |
ld: library not found for -lkvm | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:18044: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1 | |
| #define HAVE_LIBRESOLV 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 kvm_nlist (); | |
| int | |
| main () | |
| { | |
| return kvm_nlist (); | |
| ; | |
| return 0; | |
| } | |
configure:18053: result: no | |
configure:18077: checking for kvm_openfiles in -lkvm | |
configure:18102: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c -lkvm >&5 | |
ld: library not found for -lkvm | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:18102: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1 | |
| #define HAVE_LIBRESOLV 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 kvm_openfiles (); | |
| int | |
| main () | |
| { | |
| return kvm_openfiles (); | |
| ; | |
| return 0; | |
| } | |
configure:18111: result: no | |
configure:18172: checking credis.h usability | |
configure:18172: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:212:10: fatal error: 'credis.h' file not found | |
#include <credis.h> | |
^ | |
1 error generated. | |
configure:18172: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1 | |
| #define HAVE_LIBRESOLV 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 <credis.h> | |
configure:18172: result: no | |
configure:18172: checking credis.h presence | |
configure:18172: /usr/bin/clang -E conftest.c | |
conftest.c:179:10: fatal error: 'credis.h' file not found | |
#include <credis.h> | |
^ | |
1 error generated. | |
configure:18172: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1 | |
| #define HAVE_LIBRESOLV 1 | |
| /* end confdefs.h. */ | |
| #include <credis.h> | |
configure:18172: result: no | |
configure:18172: checking for credis.h | |
configure:18172: result: no | |
configure:18304: checking curl/curl.h usability | |
configure:18304: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
configure:18304: $? = 0 | |
configure:18304: result: yes | |
configure:18304: checking curl/curl.h presence | |
configure:18304: /usr/bin/clang -E conftest.c | |
configure:18304: $? = 0 | |
configure:18304: result: yes | |
configure:18304: checking for curl/curl.h | |
configure:18304: result: yes | |
configure:18329: checking for curl_easy_init in -lcurl | |
configure:18354: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c -lcurl -lcurl >&5 | |
configure:18354: $? = 0 | |
configure:18363: result: yes | |
configure:18419: checking dbi/dbi.h usability | |
configure:18419: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:213:10: fatal error: 'dbi/dbi.h' file not found | |
#include <dbi/dbi.h> | |
^ | |
1 error generated. | |
configure:18419: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1 | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_CURL_CURL_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 <dbi/dbi.h> | |
configure:18419: result: no | |
configure:18419: checking dbi/dbi.h presence | |
configure:18419: /usr/bin/clang -E conftest.c | |
conftest.c:180:10: fatal error: 'dbi/dbi.h' file not found | |
#include <dbi/dbi.h> | |
^ | |
1 error generated. | |
configure:18419: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1 | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| /* end confdefs.h. */ | |
| #include <dbi/dbi.h> | |
configure:18419: result: no | |
configure:18419: checking for dbi/dbi.h | |
configure:18419: result: no | |
configure:18528: checking for smtp_create_session in -lesmtp | |
configure:18553: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c -lesmtp >&5 | |
ld: library not found for -lesmtp | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:18553: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1 | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_CURL_CURL_H 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 smtp_create_session (); | |
| int | |
| main () | |
| { | |
| return smtp_create_session (); | |
| ; | |
| return 0; | |
| } | |
configure:18562: result: no | |
configure:18675: checking gm_protocol.h usability | |
configure:18675: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:214:10: fatal error: 'gm_protocol.h' file not found | |
#include <gm_protocol.h> | |
^ | |
1 error generated. | |
configure:18675: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1 | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define COLLECT_LIBESMTP 0 | |
| /* 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 <gm_protocol.h> | |
configure:18675: result: no | |
configure:18675: checking gm_protocol.h presence | |
configure:18675: /usr/bin/clang -E conftest.c | |
conftest.c:181:10: fatal error: 'gm_protocol.h' file not found | |
#include <gm_protocol.h> | |
^ | |
1 error generated. | |
configure:18675: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1 | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define COLLECT_LIBESMTP 0 | |
| /* end confdefs.h. */ | |
| #include <gm_protocol.h> | |
configure:18675: result: no | |
configure:18675: checking for gm_protocol.h | |
configure:18675: result: no | |
configure:18826: checking gcrypt.h usability | |
configure:18826: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:214:10: fatal error: 'gcrypt.h' file not found | |
#include <gcrypt.h> | |
^ | |
1 error generated. | |
configure:18826: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1 | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define COLLECT_LIBESMTP 0 | |
| /* 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 <gcrypt.h> | |
configure:18826: result: no | |
configure:18826: checking gcrypt.h presence | |
configure:18826: /usr/bin/clang -E conftest.c | |
conftest.c:181:10: fatal error: 'gcrypt.h' file not found | |
#include <gcrypt.h> | |
^ | |
1 error generated. | |
configure:18826: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1 | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define COLLECT_LIBESMTP 0 | |
| /* end confdefs.h. */ | |
| #include <gcrypt.h> | |
configure:18826: result: no | |
configure:18826: checking for gcrypt.h | |
configure:18826: result: no | |
configure:19320: checking for jni.h | |
configure:19329: result: not found | |
configure:19333: checking for jni_md.h | |
configure:19342: result: not found | |
configure:19346: checking for libjvm.so | |
configure:19355: result: not found | |
configure:19361: checking for javac | |
configure:19370: result: not found | |
configure:19376: checking for jar | |
configure:19385: result: not found | |
configure:19425: checking for javac | |
configure:19458: result: no | |
configure:19482: checking for jar | |
configure:19515: result: no | |
configure:19649: checking libmemcached/memcached.h usability | |
configure:19649: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:214:10: fatal error: 'libmemcached/memcached.h' file not found | |
#include <libmemcached/memcached.h> | |
^ | |
1 error generated. | |
configure:19649: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1 | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define COLLECT_LIBESMTP 0 | |
| /* 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 <libmemcached/memcached.h> | |
configure:19649: result: no | |
configure:19649: checking libmemcached/memcached.h presence | |
configure:19649: /usr/bin/clang -E conftest.c | |
conftest.c:181:10: fatal error: 'libmemcached/memcached.h' file not found | |
#include <libmemcached/memcached.h> | |
^ | |
1 error generated. | |
configure:19649: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1 | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define COLLECT_LIBESMTP 0 | |
| /* end confdefs.h. */ | |
| #include <libmemcached/memcached.h> | |
configure:19649: result: no | |
configure:19649: checking for libmemcached/memcached.h | |
configure:19649: result: no | |
configure:19777: Checking for modbus using /usr/local/bin/pkg-config | |
configure:19937: checking mysql.h usability | |
configure:19937: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/mysql/include -g -Os -arch x86_64 -fno-common -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL conftest.c >&5 | |
configure:19937: $? = 0 | |
configure:19937: result: yes | |
configure:19937: checking mysql.h presence | |
configure:19937: /usr/bin/clang -E -I/usr/local/mysql/include -g -Os -arch x86_64 -fno-common -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL conftest.c | |
configure:19937: $? = 0 | |
configure:19937: result: yes | |
configure:19937: checking for mysql.h | |
configure:19937: result: yes | |
configure:19981: checking for mysql_init in -lmysqlclient | |
configure:20006: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c -lmysqlclient -L/usr/local/mysql/lib -lmysqlclient -lz -lm -lmygcc >&5 | |
clang: error: unable to make temporary file: /conftest: can't make unique filename: Permission denied | |
configure:20006: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1 | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define COLLECT_LIBESMTP 0 | |
| #define HAVE_MYSQL_H 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 mysql_init (); | |
| int | |
| main () | |
| { | |
| return mysql_init (); | |
| ; | |
| return 0; | |
| } | |
configure:20015: result: no | |
configure:20024: checking for mysql_get_server_version in -lmysqlclient | |
configure:20049: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c -lmysqlclient -L/usr/local/mysql/lib -lmysqlclient -lz -lm -lmygcc >&5 | |
clang: error: unable to make temporary file: /conftest: can't make unique filename: Permission denied | |
configure:20049: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1 | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define COLLECT_LIBESMTP 0 | |
| #define HAVE_MYSQL_H 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 mysql_get_server_version (); | |
| int | |
| main () | |
| { | |
| return mysql_get_server_version (); | |
| ; | |
| return 0; | |
| } | |
configure:20058: result: no | |
configure:20319: checking netapp_api.h usability | |
configure:20319: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:215:10: fatal error: 'netapp_api.h' file not found | |
#include <netapp_api.h> | |
^ | |
1 error generated. | |
configure:20319: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1 | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define COLLECT_LIBESMTP 0 | |
| #define HAVE_MYSQL_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 <netapp_api.h> | |
configure:20319: result: no | |
configure:20319: checking netapp_api.h presence | |
configure:20319: /usr/bin/clang -E conftest.c | |
conftest.c:182:10: fatal error: 'netapp_api.h' file not found | |
#include <netapp_api.h> | |
^ | |
1 error generated. | |
configure:20319: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1 | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define COLLECT_LIBESMTP 0 | |
| #define HAVE_MYSQL_H 1 | |
| /* end confdefs.h. */ | |
| #include <netapp_api.h> | |
configure:20319: result: no | |
configure:20319: checking for netapp_api.h | |
configure:20319: result: no | |
configure:20459: checking net-snmp/net-snmp-config.h usability | |
configure:20459: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -DNETSNMP_ENABLE_IPV6 -g -Os -pipe -DBUILD=132 -DMACOSX_DEPLOYMENT_TARGET=10.7 -F/System/Library/PrivateFrameworks/ -F/System/Library/Frameworks/ -Udarwin11 -Ddarwin11=darwin11 -I. -I/usr/local/include conftest.c >&5 | |
configure:20459: $? = 0 | |
configure:20459: result: yes | |
configure:20459: checking net-snmp/net-snmp-config.h presence | |
configure:20459: /usr/bin/clang -E -DNETSNMP_ENABLE_IPV6 -g -Os -pipe -DBUILD=132 -DMACOSX_DEPLOYMENT_TARGET=10.7 -F/System/Library/PrivateFrameworks/ -F/System/Library/Frameworks/ -Udarwin11 -Ddarwin11=darwin11 -I. -I/usr/local/include conftest.c | |
configure:20459: $? = 0 | |
configure:20459: result: yes | |
configure:20459: checking for net-snmp/net-snmp-config.h | |
configure:20459: result: yes | |
configure:20484: checking for init_snmp in -lnetsnmp | |
configure:20509: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c -lnetsnmp -lnetsnmp -lcrypto >&5 | |
clang: error: unable to make temporary file: /conftest: can't make unique filename: Permission denied | |
configure:20509: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1 | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define COLLECT_LIBESMTP 0 | |
| #define HAVE_MYSQL_H 1 | |
| #define HAVE_NET_SNMP_NET_SNMP_CONFIG_H 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 init_snmp (); | |
| int | |
| main () | |
| { | |
| return init_snmp (); | |
| ; | |
| return 0; | |
| } | |
configure:20518: result: no | |
configure:20580: checking for oconfig_parse_fh in -loconfig | |
configure:20605: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c -loconfig >&5 | |
clang: error: unable to make temporary file: /conftest: can't make unique filename: Permission denied | |
configure:20605: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1 | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define COLLECT_LIBESMTP 0 | |
| #define HAVE_MYSQL_H 1 | |
| #define HAVE_NET_SNMP_NET_SNMP_CONFIG_H 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 oconfig_parse_fh (); | |
| int | |
| main () | |
| { | |
| return oconfig_parse_fh (); | |
| ; | |
| return 0; | |
| } | |
configure:20614: result: no | |
configure:20682: checking oping.h usability | |
configure:20682: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:216:10: fatal error: 'oping.h' file not found | |
#include <oping.h> | |
^ | |
1 error generated. | |
configure:20682: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1 | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define COLLECT_LIBESMTP 0 | |
| #define HAVE_MYSQL_H 1 | |
| #define HAVE_NET_SNMP_NET_SNMP_CONFIG_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 <oping.h> | |
configure:20682: result: no | |
configure:20682: checking oping.h presence | |
configure:20682: /usr/bin/clang -E conftest.c | |
conftest.c:183:10: fatal error: 'oping.h' file not found | |
#include <oping.h> | |
^ | |
1 error generated. | |
configure:20682: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1 | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define COLLECT_LIBESMTP 0 | |
| #define HAVE_MYSQL_H 1 | |
| #define HAVE_NET_SNMP_NET_SNMP_CONFIG_H 1 | |
| /* end confdefs.h. */ | |
| #include <oping.h> | |
configure:20682: result: no | |
configure:20682: checking for oping.h | |
configure:20682: result: no | |
configure:20889: checking owcapi.h usability | |
configure:20889: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:216:10: fatal error: 'owcapi.h' file not found | |
#include <owcapi.h> | |
^ | |
1 error generated. | |
configure:20889: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1 | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define COLLECT_LIBESMTP 0 | |
| #define HAVE_MYSQL_H 1 | |
| #define HAVE_NET_SNMP_NET_SNMP_CONFIG_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 <owcapi.h> | |
configure:20889: result: no | |
configure:20889: checking owcapi.h presence | |
configure:20889: /usr/bin/clang -E conftest.c | |
conftest.c:183:10: fatal error: 'owcapi.h' file not found | |
#include <owcapi.h> | |
^ | |
1 error generated. | |
configure:20889: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1 | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define COLLECT_LIBESMTP 0 | |
| #define HAVE_MYSQL_H 1 | |
| #define HAVE_NET_SNMP_NET_SNMP_CONFIG_H 1 | |
| /* end confdefs.h. */ | |
| #include <owcapi.h> | |
configure:20889: result: no | |
configure:20889: checking for owcapi.h | |
configure:20889: result: no | |
configure:20988: checking for pcap_open_live in -lpcap | |
configure:21013: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c -lpcap >&5 | |
clang: error: unable to make temporary file: /conftest: can't make unique filename: Permission denied | |
configure:21013: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1 | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define COLLECT_LIBESMTP 0 | |
| #define HAVE_MYSQL_H 1 | |
| #define HAVE_NET_SNMP_NET_SNMP_CONFIG_H 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 pcap_open_live (); | |
| int | |
| main () | |
| { | |
| return pcap_open_live (); | |
| ; | |
| return 0; | |
| } | |
configure:21022: result: no | |
configure:21106: checking for perl | |
configure:21111: result: yes (/usr/bin/perl) | |
configure:21132: checking for libperl | |
configure:21158: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -I/usr/local/include -I/System/Library/Perl/5.12/darwin-thread-multi-2level/CORE -fstack-protector -L/usr/local/lib -L/System/Library/Perl/5.12/darwin-thread-multi-2level/CORE -lperl -ldl -lm -lutil -lc conftest.c >&5 | |
clang: error: unable to make temporary file: /conftest: can't make unique filename: Permission denied | |
configure:21158: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1 | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define COLLECT_LIBESMTP 0 | |
| #define HAVE_MYSQL_H 1 | |
| #define HAVE_NET_SNMP_NET_SNMP_CONFIG_H 1 | |
| /* end confdefs.h. */ | |
| | |
| #define PERL_NO_GET_CONTEXT | |
| #include <EXTERN.h> | |
| #include <perl.h> | |
| #include <XSUB.h> | |
| | |
| int | |
| main () | |
| { | |
| | |
| dTHX; | |
| load_module (PERL_LOADMOD_NOIMPORT, | |
| newSVpv ("Collectd::Plugin::FooBar", 24), | |
| Nullsv); | |
| | |
| ; | |
| return 0; | |
| } | |
configure:21168: result: no | |
configure:21399: checking libpq-fe.h usability | |
configure:21399: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -I/usr/include conftest.c >&5 | |
configure:21399: $? = 0 | |
configure:21399: result: yes | |
configure:21399: checking libpq-fe.h presence | |
configure:21399: /usr/bin/clang -E -I/usr/include conftest.c | |
configure:21399: $? = 0 | |
configure:21399: result: yes | |
configure:21399: checking for libpq-fe.h | |
configure:21399: result: yes | |
configure:21434: checking for PQconnectdb in -lpq | |
configure:21459: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -L/usr/lib conftest.c -lpq >&5 | |
clang: error: unable to make temporary file: /conftest: can't make unique filename: Permission denied | |
configure:21459: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1 | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define COLLECT_LIBESMTP 0 | |
| #define HAVE_MYSQL_H 1 | |
| #define HAVE_NET_SNMP_NET_SNMP_CONFIG_H 1 | |
| #define HAVE_LIBPQ_FE_H 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 PQconnectdb (); | |
| int | |
| main () | |
| { | |
| return PQconnectdb (); | |
| ; | |
| return 0; | |
| } | |
configure:21468: result: no | |
configure:21477: checking for PQserverVersion in -lpq | |
configure:21502: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -L/usr/lib conftest.c -lpq >&5 | |
clang: error: unable to make temporary file: /conftest: can't make unique filename: Permission denied | |
configure:21502: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1 | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define COLLECT_LIBESMTP 0 | |
| #define HAVE_MYSQL_H 1 | |
| #define HAVE_NET_SNMP_NET_SNMP_CONFIG_H 1 | |
| #define HAVE_LIBPQ_FE_H 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 PQserverVersion (); | |
| int | |
| main () | |
| { | |
| return PQserverVersion (); | |
| ; | |
| return 0; | |
| } | |
configure:21511: result: no | |
configure:21562: checking for pthread_create in -lpthread | |
configure:21587: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments conftest.c -lpthread >&5 | |
clang: error: unable to make temporary file: /conftest: can't make unique filename: Permission denied | |
configure:21587: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1 | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define COLLECT_LIBESMTP 0 | |
| #define HAVE_MYSQL_H 1 | |
| #define HAVE_NET_SNMP_NET_SNMP_CONFIG_H 1 | |
| #define HAVE_LIBPQ_FE_H 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 pthread_create (); | |
| int | |
| main () | |
| { | |
| return pthread_create (); | |
| ; | |
| return 0; | |
| } | |
configure:21596: result: no | |
configure:21698: checking for Python CPPFLAGS | |
configure:21705: result: failed with status 126 (output: ./configure: line 21700: /usr/bin: is a directory) | |
configure:21828: checking amqp.h usability | |
configure:21828: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:218:10: fatal error: 'amqp.h' file not found | |
#include <amqp.h> | |
^ | |
1 error generated. | |
configure:21828: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1 | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define COLLECT_LIBESMTP 0 | |
| #define HAVE_MYSQL_H 1 | |
| #define HAVE_NET_SNMP_NET_SNMP_CONFIG_H 1 | |
| #define HAVE_LIBPQ_FE_H 1 | |
| #define HAVE_LIBPTHREAD 0 | |
| /* 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 <amqp.h> | |
configure:21828: result: no | |
configure:21828: checking amqp.h presence | |
configure:21828: /usr/bin/clang -E conftest.c | |
conftest.c:185:10: fatal error: 'amqp.h' file not found | |
#include <amqp.h> | |
^ | |
1 error generated. | |
configure:21828: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1 | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define COLLECT_LIBESMTP 0 | |
| #define HAVE_MYSQL_H 1 | |
| #define HAVE_NET_SNMP_NET_SNMP_CONFIG_H 1 | |
| #define HAVE_LIBPQ_FE_H 1 | |
| #define HAVE_LIBPTHREAD 0 | |
| /* end confdefs.h. */ | |
| #include <amqp.h> | |
configure:21828: result: no | |
configure:21828: checking for amqp.h | |
configure:21828: result: no | |
configure:21955: checking routeros_api.h usability | |
configure:21955: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:218:10: fatal error: 'routeros_api.h' file not found | |
#include <routeros_api.h> | |
^ | |
1 error generated. | |
configure:21955: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1 | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define COLLECT_LIBESMTP 0 | |
| #define HAVE_MYSQL_H 1 | |
| #define HAVE_NET_SNMP_NET_SNMP_CONFIG_H 1 | |
| #define HAVE_LIBPQ_FE_H 1 | |
| #define HAVE_LIBPTHREAD 0 | |
| /* 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 <routeros_api.h> | |
configure:21955: result: no | |
configure:21955: checking routeros_api.h presence | |
configure:21955: /usr/bin/clang -E conftest.c | |
conftest.c:185:10: fatal error: 'routeros_api.h' file not found | |
#include <routeros_api.h> | |
^ | |
1 error generated. | |
configure:21955: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1 | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define COLLECT_LIBESMTP 0 | |
| #define HAVE_MYSQL_H 1 | |
| #define HAVE_NET_SNMP_NET_SNMP_CONFIG_H 1 | |
| #define HAVE_LIBPQ_FE_H 1 | |
| #define HAVE_LIBPTHREAD 0 | |
| /* end confdefs.h. */ | |
| #include <routeros_api.h> | |
configure:21955: result: no | |
configure:21955: checking for routeros_api.h | |
configure:21955: result: no | |
configure:22071: checking rrd.h usability | |
configure:22071: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:218:10: fatal error: 'rrd.h' file not found | |
#include <rrd.h> | |
^ | |
1 error generated. | |
configure:22071: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1 | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define COLLECT_LIBESMTP 0 | |
| #define HAVE_MYSQL_H 1 | |
| #define HAVE_NET_SNMP_NET_SNMP_CONFIG_H 1 | |
| #define HAVE_LIBPQ_FE_H 1 | |
| #define HAVE_LIBPTHREAD 0 | |
| /* 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 <rrd.h> | |
configure:22071: result: no | |
configure:22071: checking rrd.h presence | |
configure:22071: /usr/bin/clang -E conftest.c | |
conftest.c:185:10: fatal error: 'rrd.h' file not found | |
#include <rrd.h> | |
^ | |
1 error generated. | |
configure:22071: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1 | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define COLLECT_LIBESMTP 0 | |
| #define HAVE_MYSQL_H 1 | |
| #define HAVE_NET_SNMP_NET_SNMP_CONFIG_H 1 | |
| #define HAVE_LIBPQ_FE_H 1 | |
| #define HAVE_LIBPTHREAD 0 | |
| /* end confdefs.h. */ | |
| #include <rrd.h> | |
configure:22071: result: no | |
configure:22071: checking for rrd.h | |
configure:22071: result: no | |
configure:22456: checking pkg-config for libstatgrab | |
configure:22466: result: not found | |
configure:22657: checking tcrdb.h usability | |
configure:22657: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:219:10: fatal error: 'tcrdb.h' file not found | |
#include <tcrdb.h> | |
^ | |
1 error generated. | |
configure:22657: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1 | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define COLLECT_LIBESMTP 0 | |
| #define HAVE_MYSQL_H 1 | |
| #define HAVE_NET_SNMP_NET_SNMP_CONFIG_H 1 | |
| #define HAVE_LIBPQ_FE_H 1 | |
| #define HAVE_LIBPTHREAD 0 | |
| #define HAVE_THREADSAFE_LIBRRD 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 <tcrdb.h> | |
configure:22657: result: no | |
configure:22657: checking tcrdb.h presence | |
configure:22657: /usr/bin/clang -E conftest.c | |
conftest.c:186:10: fatal error: 'tcrdb.h' file not found | |
#include <tcrdb.h> | |
^ | |
1 error generated. | |
configure:22657: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1 | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define COLLECT_LIBESMTP 0 | |
| #define HAVE_MYSQL_H 1 | |
| #define HAVE_NET_SNMP_NET_SNMP_CONFIG_H 1 | |
| #define HAVE_LIBPQ_FE_H 1 | |
| #define HAVE_LIBPTHREAD 0 | |
| #define HAVE_THREADSAFE_LIBRRD 1 | |
| /* end confdefs.h. */ | |
| #include <tcrdb.h> | |
configure:22657: result: no | |
configure:22657: checking for tcrdb.h | |
configure:22657: result: no | |
configure:22815: Checking for libupsclient using /usr/local/bin/pkg-config | |
configure:23114: checking yajl/yajl_parse.h usability | |
configure:23114: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:220:10: fatal error: 'yajl/yajl_parse.h' file not found | |
#include <yajl/yajl_parse.h> | |
^ | |
1 error generated. | |
configure:23114: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1 | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define COLLECT_LIBESMTP 0 | |
| #define HAVE_MYSQL_H 1 | |
| #define HAVE_NET_SNMP_NET_SNMP_CONFIG_H 1 | |
| #define HAVE_LIBPQ_FE_H 1 | |
| #define HAVE_LIBPTHREAD 0 | |
| #define HAVE_THREADSAFE_LIBRRD 1 | |
| #define HAVE_LIBXMMS 0 | |
| /* 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 <yajl/yajl_parse.h> | |
configure:23114: result: no | |
configure:23114: checking yajl/yajl_parse.h presence | |
configure:23114: /usr/bin/clang -E conftest.c | |
conftest.c:187:10: fatal error: 'yajl/yajl_parse.h' file not found | |
#include <yajl/yajl_parse.h> | |
^ | |
1 error generated. | |
configure:23114: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1 | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define COLLECT_LIBESMTP 0 | |
| #define HAVE_MYSQL_H 1 | |
| #define HAVE_NET_SNMP_NET_SNMP_CONFIG_H 1 | |
| #define HAVE_LIBPQ_FE_H 1 | |
| #define HAVE_LIBPTHREAD 0 | |
| #define HAVE_THREADSAFE_LIBRRD 1 | |
| #define HAVE_LIBXMMS 0 | |
| /* end confdefs.h. */ | |
| #include <yajl/yajl_parse.h> | |
configure:23114: result: no | |
configure:23114: checking for yajl/yajl_parse.h | |
configure:23114: result: no | |
configure:23128: checking yajl/yajl_version.h usability | |
configure:23128: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments conftest.c >&5 | |
conftest.c:220:10: fatal error: 'yajl/yajl_version.h' file not found | |
#include <yajl/yajl_version.h> | |
^ | |
1 error generated. | |
configure:23128: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1 | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define COLLECT_LIBESMTP 0 | |
| #define HAVE_MYSQL_H 1 | |
| #define HAVE_NET_SNMP_NET_SNMP_CONFIG_H 1 | |
| #define HAVE_LIBPQ_FE_H 1 | |
| #define HAVE_LIBPTHREAD 0 | |
| #define HAVE_THREADSAFE_LIBRRD 1 | |
| #define HAVE_LIBXMMS 0 | |
| /* 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 <yajl/yajl_version.h> | |
configure:23128: result: no | |
configure:23128: checking yajl/yajl_version.h presence | |
configure:23128: /usr/bin/clang -E conftest.c | |
conftest.c:187:10: fatal error: 'yajl/yajl_version.h' file not found | |
#include <yajl/yajl_version.h> | |
^ | |
1 error generated. | |
configure:23128: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1 | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define COLLECT_LIBESMTP 0 | |
| #define HAVE_MYSQL_H 1 | |
| #define HAVE_NET_SNMP_NET_SNMP_CONFIG_H 1 | |
| #define HAVE_LIBPQ_FE_H 1 | |
| #define HAVE_LIBPTHREAD 0 | |
| #define HAVE_THREADSAFE_LIBRRD 1 | |
| #define HAVE_LIBXMMS 0 | |
| /* end confdefs.h. */ | |
| #include <yajl/yajl_version.h> | |
configure:23128: result: no | |
configure:23128: checking for yajl/yajl_version.h | |
configure:23128: result: no | |
configure:23254: Checking for varnishapi using /usr/local/bin/pkg-config | |
configure:23411: checking libxml/parser.h usability | |
configure:23411: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -I/usr/include/libxml2 conftest.c >&5 | |
configure:23411: $? = 0 | |
configure:23411: result: yes | |
configure:23411: checking libxml/parser.h presence | |
configure:23411: /usr/bin/clang -E -I/usr/include/libxml2 conftest.c | |
configure:23411: $? = 0 | |
configure:23411: result: yes | |
configure:23411: checking for libxml/parser.h | |
configure:23411: result: yes | |
configure:23434: checking for xmlXPathEval in -lxml2 | |
configure:23459: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -I/usr/include/libxml2 -lxml2 conftest.c -lxml2 >&5 | |
clang: error: unable to make temporary file: /conftest: can't make unique filename: Permission denied | |
configure:23459: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "collectd" | |
| #define PACKAGE_TARNAME "collectd" | |
| #define PACKAGE_VERSION "5.0.2" | |
| #define PACKAGE_STRING "collectd 5.0.2" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define LT_MODULE_EXT ".so" | |
| #define LT_MODULE_PATH_VAR "DYLD_LIBRARY_PATH" | |
| #define LT_DLSEARCH_PATH "/usr/local/lib:/lib:/usr/lib" | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLERROR 1 | |
| #define HAVE_LIBDLLOADER 1 | |
| #define error_t int | |
| #define __error_t_defined 1 | |
| #define HAVE_PRELOADED_SYMBOLS 1 | |
| #define HAVE_LTDL 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_MACH_O_DYLD_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_CLOSEDIR 1 | |
| #define HAVE_OPENDIR 1 | |
| #define HAVE_READDIR 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_STRLCPY 1 | |
| #define LT_LIBEXT "a" | |
| #define LIBTOOL_VERSION 2 | |
| #define PACKAGE "collectd" | |
| #define VERSION "5.0.2" | |
| #define YYTEXT_POINTER 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_MATH_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_ASSERT_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_NETINET_IN_SYSTM_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_NETINET_IP_ICMP_H 1 | |
| #define HAVE_NETINET_IP_VAR_H 1 | |
| #define HAVE_NETINET_IP6_H 1 | |
| #define HAVE_NETINET_ICMP6_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_NETINET_UDP_H 1 | |
| #define HAVE_SYS_DKSTAT_H 1 | |
| #define HAVE_MACH_MACH_INIT_H 1 | |
| #define HAVE_MACH_HOST_PRIV_H 1 | |
| #define HAVE_MACH_MACH_ERROR_H 1 | |
| #define HAVE_MACH_MACH_HOST_H 1 | |
| #define HAVE_MACH_MACH_PORT_H 1 | |
| #define HAVE_MACH_MACH_TYPES_H 1 | |
| #define HAVE_MACH_MESSAGE_H 1 | |
| #define HAVE_MACH_PROCESSOR_SET_H 1 | |
| #define HAVE_MACH_PROCESSOR_H 1 | |
| #define HAVE_MACH_PROCESSOR_INFO_H 1 | |
| #define HAVE_MACH_TASK_H 1 | |
| #define HAVE_MACH_THREAD_ACT_H 1 | |
| #define HAVE_MACH_VM_REGION_H 1 | |
| #define HAVE_MACH_VM_MAP_H 1 | |
| #define HAVE_MACH_VM_PROT_H 1 | |
| #define HAVE_MACH_VM_STATISTICS_H 1 | |
| #define HAVE_MACH_KERN_RETURN_H 1 | |
| #define HAVE_COREFOUNDATION_COREFOUNDATION_H 1 | |
| #define HAVE_IOKIT_IOKITLIB_H 1 | |
| #define HAVE_IOKIT_IOTYPES_H 1 | |
| #define HAVE_IOKIT_PS_IOPSKEYS_H 1 | |
| #define HAVE_IOKIT_IOBSD_H 1 | |
| #define HAVE_IOKIT_STORAGE_IOBLOCKSTORAGEDRIVER_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_LIBGEN_H 1 | |
| #define HAVE_IOKIT_PS_IOPOWERSOURCES_H 1 | |
| #define HAVE_UTMP_H 1 | |
| #define HAVE_UTMPX_H 1 | |
| #define HAVE_IFADDRS_H 1 | |
| #define HAVE_NET_IF_H 1 | |
| #define HAVE_SYS_UCRED_H 1 | |
| #define HAVE_SYS_MOUNT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_CTYPE_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_SYS_STATVFS_H 1 | |
| #define HAVE_WORDEXP_H 1 | |
| #define HAVE_ARPA_NAMESER_H 1 | |
| #define HAVE_ARPA_NAMESER_COMPAT_H 1 | |
| #define HAVE_NET_IF_ARP_H 1 | |
| #define HAVE_NETINET_IF_ETHER_H 1 | |
| #define HAVE_TERMIOS_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_GETADDRINFO 1 | |
| #define HAVE_GETNAMEINFO 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRCMP 1 | |
| #define HAVE_STRNCMP 1 | |
| #define HAVE_STRNCPY 1 | |
| #define HAVE_STRLEN 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_OPENLOG 1 | |
| #define HAVE_CLOSELOG 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_GETPWNAM_R 1 | |
| #define HAVE_GETGRNAM_R 1 | |
| #define HAVE_SETGROUPS 1 | |
| #define HAVE_REGCOMP 1 | |
| #define HAVE_REGERROR 1 | |
| #define HAVE_REGEXEC 1 | |
| #define HAVE_REGFREE 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_SYSCTLBYNAME 1 | |
| #define HAVE_HOST_STATISTICS 1 | |
| #define HAVE_PROCESSOR_INFO 1 | |
| #define HAVE_THREAD_INFO 1 | |
| #define HAVE_STATFS 1 | |
| #define HAVE_STATVFS 1 | |
| #define HAVE_GETIFADDRS 1 | |
| #define HAVE_GETLOADAVG 1 | |
| #define HAVE_SYSLOG 1 | |
| #define HAVE_GETUTXENT 1 | |
| #define HAVE_STRPTIME 1 | |
| #define NAN_STATIC_DEFAULT 1 | |
| #define FP_LAYOUT_NEED_NOTHING 1 | |
| #define HAVE_GETFSSTAT 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IBYTES 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_OPACKETS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IF_DATA_IFI_IERRORS 1 | |
| #define HAVE_STRUCT_IF_DATA 1 | |
| #define HAVE_STRUCT_IP_MREQN_IMR_IFINDEX 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_DPORT 1 | |
| #define HAVE_STRUCT_UDPHDR_UH_SPORT 1 | |
| #define HAVE_LIBRESOLV 1 | |
| #define HAVE_CURL_CURL_H 1 | |
| #define COLLECT_LIBESMTP 0 | |
| #define HAVE_MYSQL_H 1 | |
| #define HAVE_NET_SNMP_NET_SNMP_CONFIG_H 1 | |
| #define HAVE_LIBPQ_FE_H 1 | |
| #define HAVE_LIBPTHREAD 0 | |
| #define HAVE_THREADSAFE_LIBRRD 1 | |
| #define HAVE_LIBXMMS 0 | |
| #define HAVE_LIBXML_PARSER_H 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 xmlXPathEval (); | |
| int | |
| main () | |
| { | |
| return xmlXPathEval (); | |
| ; | |
| return 0; | |
| } | |
configure:23468: result: no | |
configure:23588: checking for pkg-config | |
configure:23598: result: /usr/local/bin/pkg-config | |
configure:23603: checking for libOpenIPMIpthread | |
configure:23610: result: no (pkg-config doesn't know OpenIPMIpthread) | |
configure:23685: checking for LIBNOTIFY | |
configure:23692: $PKG_CONFIG --exists --print-errors "libnotify" | |
Package libnotify was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `libnotify.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'libnotify' found | |
configure:23695: $? = 1 | |
configure:23708: $PKG_CONFIG --exists --print-errors "libnotify" | |
Package libnotify was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `libnotify.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'libnotify' found | |
configure:23711: $? = 1 | |
configure:23724: result: no | |
No package 'libnotify' found | |
configure:30486: checking which default log plugin to load | |
configure:30507: result: syslog | |
configure:30525: checking which default write plugin to load | |
configure:30558: result: network | |
configure:30689: updating cache config.cache | |
configure:31376: creating ./config.status | |
## ---------------------- ## | |
## Running config.status. ## | |
## ---------------------- ## | |
This file was extended by collectd config.status 5.0.2, which was | |
generated by GNU Autoconf 2.67. Invocation command line was | |
CONFIG_FILES = | |
CONFIG_HEADERS = | |
CONFIG_LINKS = | |
CONFIG_COMMANDS = | |
$ ./config.status | |
on ice.local | |
config.status:1729: creating src/libcollectdclient/lcc_features.h | |
config.status:1729: creating Makefile | |
config.status:1729: creating src/Makefile | |
config.status:1729: creating src/collectd.conf | |
config.status:1729: creating src/owniptc/Makefile | |
config.status:1729: creating src/libcollectdclient/Makefile | |
config.status:1729: creating src/libcollectdclient/libcollectdclient.pc | |
config.status:1729: creating src/liboconfig/Makefile | |
config.status:1729: creating bindings/Makefile | |
config.status:1729: creating bindings/java/Makefile | |
config.status:1729: creating src/config.h | |
config.status:1957: executing libtool commands | |
config.status:1957: executing depfiles commands | |
configure:33668: === configuring in libltdl (/private/tmp/homebrew-collectd-5.0.2-WJuH/collectd-5.0.2/libltdl) | |
configure:33731: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/Cellar/collectd/5.0.2' '--disable-debug' '--disable-dependency-tracking' '--with-python=/usr/bin' '--localstatedir=/usr/local/var' 'CC=/usr/bin/clang' 'CFLAGS=-Os -w -pipe -march=native -Qunused-arguments' --cache-file=../config.cache --srcdir=. | |
configure:33736: error: ./configure failed for libltdl | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_build=x86_64-apple-darwin11.3.0 | |
ac_cv_c_compiler_gnu=yes | |
ac_cv_c_const=yes | |
ac_cv_env_CC_set=set | |
ac_cv_env_CC_value=/usr/bin/clang | |
ac_cv_env_CFLAGS_set=set | |
ac_cv_env_CFLAGS_value='-Os -w -pipe -march=native -Qunused-arguments' | |
ac_cv_env_CPPFLAGS_set= | |
ac_cv_env_CPPFLAGS_value= | |
ac_cv_env_CPP_set= | |
ac_cv_env_CPP_value= | |
ac_cv_env_KERNEL_DIR_set= | |
ac_cv_env_KERNEL_DIR_value= | |
ac_cv_env_LDFLAGS_set= | |
ac_cv_env_LDFLAGS_value= | |
ac_cv_env_LIBNETAPP_CPPFLAGS_set= | |
ac_cv_env_LIBNETAPP_CPPFLAGS_value= | |
ac_cv_env_LIBNETAPP_LDFLAGS_set= | |
ac_cv_env_LIBNETAPP_LDFLAGS_value= | |
ac_cv_env_LIBNETAPP_LIBS_set= | |
ac_cv_env_LIBNETAPP_LIBS_value= | |
ac_cv_env_LIBNOTIFY_CFLAGS_set= | |
ac_cv_env_LIBNOTIFY_CFLAGS_value= | |
ac_cv_env_LIBNOTIFY_LIBS_set= | |
ac_cv_env_LIBNOTIFY_LIBS_value= | |
ac_cv_env_LIBS_set= | |
ac_cv_env_LIBS_value= | |
ac_cv_env_PKG_CONFIG_LIBDIR_set= | |
ac_cv_env_PKG_CONFIG_LIBDIR_value= | |
ac_cv_env_PKG_CONFIG_PATH_set= | |
ac_cv_env_PKG_CONFIG_PATH_value= | |
ac_cv_env_PKG_CONFIG_set= | |
ac_cv_env_PKG_CONFIG_value= | |
ac_cv_env_YACC_set= | |
ac_cv_env_YACC_value= | |
ac_cv_env_YFLAGS_set= | |
ac_cv_env_YFLAGS_value= | |
ac_cv_env_build_alias_set= | |
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_add=no | |
ac_cv_func_argz_append=no | |
ac_cv_func_argz_count=no | |
ac_cv_func_argz_create_sep=no | |
ac_cv_func_argz_insert=no | |
ac_cv_func_argz_next=no | |
ac_cv_func_argz_stringify=no | |
ac_cv_func_clock_gettime=no | |
ac_cv_func_closedir=yes | |
ac_cv_func_closelog=yes | |
ac_cv_func_dlerror=yes | |
ac_cv_func_getaddrinfo=yes | |
ac_cv_func_getfsstat=yes | |
ac_cv_func_getgrnam_r=yes | |
ac_cv_func_getifaddrs=yes | |
ac_cv_func_getloadavg=yes | |
ac_cv_func_getmntent=no | |
ac_cv_func_getnameinfo=yes | |
ac_cv_func_getpwnam_r=yes | |
ac_cv_func_gettimeofday=yes | |
ac_cv_func_getutent=no | |
ac_cv_func_getutxent=yes | |
ac_cv_func_getvfsstat=no | |
ac_cv_func_host_statistics=yes | |
ac_cv_func_if_indextoname=yes | |
ac_cv_func_listmntent=no | |
ac_cv_func_memcpy=yes | |
ac_cv_func_nanosleep=yes | |
ac_cv_func_opendir=yes | |
ac_cv_func_openlog=yes | |
ac_cv_func_processor_info=yes | |
ac_cv_func_readdir=yes | |
ac_cv_func_regcomp=yes | |
ac_cv_func_regerror=yes | |
ac_cv_func_regexec=yes | |
ac_cv_func_regfree=yes | |
ac_cv_func_select=yes | |
ac_cv_func_setenv=yes | |
ac_cv_func_setgroups=yes | |
ac_cv_func_shl_load=no | |
ac_cv_func_socket=yes | |
ac_cv_func_statfs=yes | |
ac_cv_func_statvfs=yes | |
ac_cv_func_strcasecmp=yes | |
ac_cv_func_strchr=yes | |
ac_cv_func_strcmp=yes | |
ac_cv_func_strdup=yes | |
ac_cv_func_strerror_r=yes | |
ac_cv_func_strerror_r_char_p=no | |
ac_cv_func_strlcat=yes | |
ac_cv_func_strlcpy=yes | |
ac_cv_func_strlen=yes | |
ac_cv_func_strncasecmp=yes | |
ac_cv_func_strncmp=yes | |
ac_cv_func_strncpy=yes | |
ac_cv_func_strptime=yes | |
ac_cv_func_strstr=yes | |
ac_cv_func_strtol=yes | |
ac_cv_func_swapctl=no | |
ac_cv_func_sysconf=yes | |
ac_cv_func_sysctl=yes | |
ac_cv_func_sysctlbyname=yes | |
ac_cv_func_syslog=yes | |
ac_cv_func_thread_info=yes | |
ac_cv_have_decl_lt_dlinterface_register=yes | |
ac_cv_have_decl_strerror_r=yes | |
ac_cv_header_CoreFoundation_CoreFoundation_h=yes | |
ac_cv_header_IOKit_IOBSD_h=yes | |
ac_cv_header_IOKit_IOKitLib_h=yes | |
ac_cv_header_IOKit_IOTypes_h=yes | |
ac_cv_header_IOKit_ps_IOPSKeys_h=yes | |
ac_cv_header_IOKit_ps_IOPowerSources_h=yes | |
ac_cv_header_IOKit_storage_IOBlockStorageDriver_h=yes | |
ac_cv_header_amqp_h=no | |
ac_cv_header_argz_h=no | |
ac_cv_header_arpa_inet_h=yes | |
ac_cv_header_arpa_nameser_compat_h=yes | |
ac_cv_header_arpa_nameser_h=yes | |
ac_cv_header_assert_h=yes | |
ac_cv_header_credis_h=no | |
ac_cv_header_ctype_h=yes | |
ac_cv_header_curl_curl_h=yes | |
ac_cv_header_dbi_dbi_h=no | |
ac_cv_header_dirent_dirent_h=yes | |
ac_cv_header_dirent_h=yes | |
ac_cv_header_dl_h=no | |
ac_cv_header_dld_h=no | |
ac_cv_header_dlfcn_h=yes | |
ac_cv_header_endian_h=no | |
ac_cv_header_errno_h=yes | |
ac_cv_header_fcntl_h=yes | |
ac_cv_header_fs_info_h=no | |
ac_cv_header_fshelp_h=no | |
ac_cv_header_gcrypt_h=no | |
ac_cv_header_gm_protocol_h=no | |
ac_cv_header_grp_h=yes | |
ac_cv_header_ifaddrs_h=yes | |
ac_cv_header_inttypes_h=yes | |
ac_cv_header_kstat_h=no | |
ac_cv_header_kvm_h=no | |
ac_cv_header_libgen_h=yes | |
ac_cv_header_libmemcached_memcached_h=no | |
ac_cv_header_libpq_fe_h=yes | |
ac_cv_header_libxml_parser_h=yes | |
ac_cv_header_limits_h=yes | |
ac_cv_header_linux_config_h=no | |
ac_cv_header_linux_if_h=no | |
ac_cv_header_linux_major_h=no | |
ac_cv_header_linux_netdevice_h=no | |
ac_cv_header_linux_un_h=no | |
ac_cv_header_ltdl_h=yes | |
ac_cv_header_mach_host_priv_h=yes | |
ac_cv_header_mach_kern_return_h=yes | |
ac_cv_header_mach_mach_error_h=yes | |
ac_cv_header_mach_mach_host_h=yes | |
ac_cv_header_mach_mach_init_h=yes | |
ac_cv_header_mach_mach_port_h=yes | |
ac_cv_header_mach_mach_types_h=yes | |
ac_cv_header_mach_message_h=yes | |
ac_cv_header_mach_o_dyld_h=yes | |
ac_cv_header_mach_processor_h=yes | |
ac_cv_header_mach_processor_info_h=yes | |
ac_cv_header_mach_processor_set_h=yes | |
ac_cv_header_mach_task_h=yes | |
ac_cv_header_mach_thread_act_h=yes | |
ac_cv_header_mach_vm_map_h=yes | |
ac_cv_header_mach_vm_prot_h=yes | |
ac_cv_header_mach_vm_region_h=yes | |
ac_cv_header_mach_vm_statistics_h=yes | |
ac_cv_header_math_h=yes | |
ac_cv_header_memory_h=yes | |
ac_cv_header_mntent_h=no | |
ac_cv_header_mnttab_h=no | |
ac_cv_header_mysql_h=yes | |
ac_cv_header_net_if_arp_h=yes | |
ac_cv_header_net_if_h=yes | |
ac_cv_header_net_if_ppp_h=no | |
ac_cv_header_net_ppp_defs_h=no | |
ac_cv_header_net_snmp_net_snmp_config_h=yes | |
ac_cv_header_netapp_api_h=no | |
ac_cv_header_netdb_h=yes | |
ac_cv_header_netinet_icmp6_h=yes | |
ac_cv_header_netinet_if_ether_h=yes | |
ac_cv_header_netinet_in_h=yes | |
ac_cv_header_netinet_in_systm_h=yes | |
ac_cv_header_netinet_ip6_h=yes | |
ac_cv_header_netinet_ip_h=yes | |
ac_cv_header_netinet_ip_icmp_h=yes | |
ac_cv_header_netinet_ip_var_h=yes | |
ac_cv_header_netinet_tcp_h=yes | |
ac_cv_header_netinet_udp_h=yes | |
ac_cv_header_oping_h=no | |
ac_cv_header_owcapi_h=no | |
ac_cv_header_paths_h=yes | |
ac_cv_header_poll_h=yes | |
ac_cv_header_pwd_h=yes | |
ac_cv_header_regex_h=yes | |
ac_cv_header_routeros_api_h=no | |
ac_cv_header_rrd_h=no | |
ac_cv_header_signal_h=yes | |
ac_cv_header_stdarg_h=yes | |
ac_cv_header_stdbool_h=yes | |
ac_cv_header_stdc=yes | |
ac_cv_header_stdint_h=yes | |
ac_cv_header_stdio_h=yes | |
ac_cv_header_stdlib_h=yes | |
ac_cv_header_string_h=yes | |
ac_cv_header_strings_h=yes | |
ac_cv_header_sys_dkstat_h=yes | |
ac_cv_header_sys_dl_h=no | |
ac_cv_header_sys_fs_types_h=no | |
ac_cv_header_sys_fstyp_h=no | |
ac_cv_header_sys_ioctl_h=yes | |
ac_cv_header_sys_isa_defs_h=no | |
ac_cv_header_sys_loadavg_h=no | |
ac_cv_header_sys_mntent_h=no | |
ac_cv_header_sys_mnttab_h=no | |
ac_cv_header_sys_mount_h=yes | |
ac_cv_header_sys_param_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_stat_h=yes | |
ac_cv_header_sys_statfs_h=no | |
ac_cv_header_sys_statvfs_h=yes | |
ac_cv_header_sys_swap_h=no | |
ac_cv_header_sys_sysctl_h=yes | |
ac_cv_header_sys_types_h=yes | |
ac_cv_header_sys_ucred_h=yes | |
ac_cv_header_sys_un_h=yes | |
ac_cv_header_sys_vfs_h=no | |
ac_cv_header_sys_vfstab_h=no | |
ac_cv_header_sys_wait_h=yes | |
ac_cv_header_syslog_h=yes | |
ac_cv_header_tcrdb_h=no | |
ac_cv_header_termios_h=yes | |
ac_cv_header_time=yes | |
ac_cv_header_unistd_h=yes | |
ac_cv_header_utmp_h=yes | |
ac_cv_header_utmpx_h=yes | |
ac_cv_header_vm_anon_h=no | |
ac_cv_header_wordexp_h=yes | |
ac_cv_header_xfs_xqm_h=no | |
ac_cv_header_yajl_yajl_parse_h=no | |
ac_cv_header_yajl_yajl_version_h=no | |
ac_cv_host=x86_64-apple-darwin11.3.0 | |
ac_cv_lib_IOKit_IOServiceGetMatchingServices=yes | |
ac_cv_lib_curl_curl_easy_init=yes | |
ac_cv_lib_dl_dlopen=yes | |
ac_cv_lib_dld_dld_link=no | |
ac_cv_lib_dld_shl_load=no | |
ac_cv_lib_esmtp_smtp_create_session=no | |
ac_cv_lib_gen_getmntent=no | |
ac_cv_lib_hal_libhal_device_property_exists=no | |
ac_cv_lib_kvm_kvm_getprocs=no | |
ac_cv_lib_kvm_kvm_getswapinfo=no | |
ac_cv_lib_kvm_kvm_nlist=no | |
ac_cv_lib_kvm_kvm_openfiles=no | |
ac_cv_lib_lex=-lfl | |
ac_cv_lib_ltdl_lt_dladvise_preload=yes | |
ac_cv_lib_mysqlclient_mysql_get_server_version=no | |
ac_cv_lib_mysqlclient_mysql_init=no | |
ac_cv_lib_netsnmp_init_snmp=no | |
ac_cv_lib_oconfig_oconfig_parse_fh=no | |
ac_cv_lib_pcap_pcap_open_live=no | |
ac_cv_lib_posix4_clock_gettime=no | |
ac_cv_lib_pq_PQconnectdb=no | |
ac_cv_lib_pq_PQserverVersion=no | |
ac_cv_lib_pthread_pthread_create=no | |
ac_cv_lib_resolv_res_search=yes | |
ac_cv_lib_rt_clock_gettime=no | |
ac_cv_lib_seq_getmntent=no | |
ac_cv_lib_sun_getmntent=no | |
ac_cv_lib_xml2_xmlXPathEval=no | |
ac_cv_member_kstat_io_t_nwrites=no | |
ac_cv_member_kstat_io_t_nwritten=no | |
ac_cv_member_kstat_io_t_writes=no | |
ac_cv_member_kstat_io_t_wtime=no | |
ac_cv_member_struct_if_data_ifi_ibytes=yes | |
ac_cv_member_struct_if_data_ifi_ierrors=yes | |
ac_cv_member_struct_if_data_ifi_opackets=yes | |
ac_cv_member_struct_ip_mreqn_imr_ifindex=yes | |
ac_cv_member_struct_kinfo_proc_ki_pid=no | |
ac_cv_member_struct_kinfo_proc_ki_rssize=no | |
ac_cv_member_struct_kinfo_proc_ki_rusage=no | |
ac_cv_member_struct_kinfo_proc_kp_eproc=no | |
ac_cv_member_struct_kinfo_proc_kp_proc=no | |
ac_cv_member_struct_net_device_stats_rx_bytes=no | |
ac_cv_member_struct_net_device_stats_rx_errors=no | |
ac_cv_member_struct_net_device_stats_tx_packets=no | |
ac_cv_member_struct_udphdr_dest=no | |
ac_cv_member_struct_udphdr_source=no | |
ac_cv_member_struct_udphdr_uh_dport=yes | |
ac_cv_member_struct_udphdr_uh_sport=yes | |
ac_cv_objext=o | |
ac_cv_path_EGREP='/usr/bin/grep -E' | |
ac_cv_path_FGREP='/usr/bin/grep -F' | |
ac_cv_path_GREP=/usr/bin/grep | |
ac_cv_path_SED=/usr/bin/sed | |
ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/bin/pkg-config | |
ac_cv_path_install='/usr/local/bin/ginstall -c' | |
ac_cv_path_mkdir=/usr/local/bin/mkdir | |
ac_cv_prog_AWK=awk | |
ac_cv_prog_CPP='/usr/bin/clang -E' | |
ac_cv_prog_LEX=flex | |
ac_cv_prog_YACC='bison -y' | |
ac_cv_prog_ac_ct_AR=ar | |
ac_cv_prog_ac_ct_CC=/usr/bin/clang | |
ac_cv_prog_ac_ct_DSYMUTIL=dsymutil | |
ac_cv_prog_ac_ct_LIPO=lipo | |
ac_cv_prog_ac_ct_NMEDIT=nmedit | |
ac_cv_prog_ac_ct_OTOOL=otool | |
ac_cv_prog_ac_ct_RANLIB=ranlib | |
ac_cv_prog_ac_ct_STRIP=strip | |
ac_cv_prog_cc__usr_bin_clang_c_o=yes | |
ac_cv_prog_cc_c89= | |
ac_cv_prog_cc_g=yes | |
ac_cv_prog_gcc_traditional=no | |
ac_cv_prog_have_protoc_c=no | |
ac_cv_prog_lex_root=lex.yy | |
ac_cv_prog_lex_yytext_pointer=yes | |
ac_cv_prog_make_make_set=yes | |
ac_cv_search_dlopen='none required' | |
ac_cv_search_opendir='none required' | |
ac_cv_sys_file_offset_bits=no | |
ac_cv_sys_largefile_CC=no | |
ac_cv_type__Bool=yes | |
ac_cv_type_error_t=no | |
ac_cv_type_pid_t=yes | |
ac_cv_type_size_t=yes | |
ac_cv_type_uid_t=yes | |
am_cv_CC_dependencies_compiler_type=none | |
c_cv_fp_layout_need_nothing=yes | |
c_cv_have_libperl=no | |
c_cv_have_nan_default=yes | |
c_cv_have_strptime_default=yes | |
c_cv_have_strtok_r_default=yes | |
libltdl_cv_lib_dl_dlopen=yes | |
libltdl_cv_need_uscore=no | |
libltdl_cv_preloaded_symbols=yes | |
libltdl_cv_shlibext=.so | |
lt_cv_apple_cc_single_mod=yes | |
lt_cv_deplibs_check_method=pass_all | |
lt_cv_dlopen=dlopen | |
lt_cv_dlopen_libs=-ldl | |
lt_cv_dlopen_self=yes | |
lt_cv_dlopen_self_static=yes | |
lt_cv_file_magic_cmd='$MAGIC_CMD' | |
lt_cv_file_magic_test_file= | |
lt_cv_ld_exported_symbols_list=yes | |
lt_cv_ld_reload_flag=-r | |
lt_cv_module_path_var=DYLD_LIBRARY_PATH | |
lt_cv_nm_interface='BSD nm' | |
lt_cv_objdir=.libs | |
lt_cv_path_LD=/usr/bin/clang | |
lt_cv_path_NM=/usr/bin/nm | |
lt_cv_prog_compiler_c_o=yes | |
lt_cv_prog_compiler_pic_works=yes | |
lt_cv_prog_compiler_rtti_exceptions=yes | |
lt_cv_prog_compiler_static_works=no | |
lt_cv_prog_gnu_ld=no | |
lt_cv_sys_dlopen_deplibs=yes | |
lt_cv_sys_dlsearch_path='/usr/local/lib /lib /usr/lib' | |
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\''' | |
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' | |
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' | |
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\''' | |
lt_cv_sys_max_cmd_len=196608 | |
lt_cv_sys_symbol_underscore=yes | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
ACLOCAL='${SHELL} /private/tmp/homebrew-collectd-5.0.2-WJuH/collectd-5.0.2/libltdl/config/missing --run aclocal-1.11' | |
AMDEPBACKSLASH='' | |
AMDEP_FALSE='' | |
AMDEP_TRUE='#' | |
AMTAR='${SHELL} /private/tmp/homebrew-collectd-5.0.2-WJuH/collectd-5.0.2/libltdl/config/missing --run tar' | |
AR='ar' | |
ARGZ_H='argz.h' | |
AUTOCONF='${SHELL} /private/tmp/homebrew-collectd-5.0.2-WJuH/collectd-5.0.2/libltdl/config/missing --run autoconf' | |
AUTOHEADER='${SHELL} /private/tmp/homebrew-collectd-5.0.2-WJuH/collectd-5.0.2/libltdl/config/missing --run autoheader' | |
AUTOMAKE='${SHELL} /private/tmp/homebrew-collectd-5.0.2-WJuH/collectd-5.0.2/libltdl/config/missing --run automake-1.11' | |
AWK='awk' | |
BUILD_AIX_FALSE='' | |
BUILD_AIX_TRUE='#' | |
BUILD_FEATURE_DAEMON_FALSE='#' | |
BUILD_FEATURE_DAEMON_TRUE='' | |
BUILD_FEATURE_DEBUG_FALSE='' | |
BUILD_FEATURE_DEBUG_TRUE='#' | |
BUILD_FEATURE_GETIFADDRS_FALSE='' | |
BUILD_FEATURE_GETIFADDRS_TRUE='#' | |
BUILD_FEATURE_STANDARDS_FALSE='' | |
BUILD_FEATURE_STANDARDS_TRUE='#' | |
BUILD_PLUGIN_AMQP_FALSE='' | |
BUILD_PLUGIN_AMQP_TRUE='#' | |
BUILD_PLUGIN_APACHE_FALSE='#' | |
BUILD_PLUGIN_APACHE_TRUE='' | |
BUILD_PLUGIN_APCUPS_FALSE='#' | |
BUILD_PLUGIN_APCUPS_TRUE='' | |
BUILD_PLUGIN_APPLE_SENSORS_FALSE='#' | |
BUILD_PLUGIN_APPLE_SENSORS_TRUE='' | |
BUILD_PLUGIN_ASCENT_FALSE='' | |
BUILD_PLUGIN_ASCENT_TRUE='#' | |
BUILD_PLUGIN_BATTERY_FALSE='#' | |
BUILD_PLUGIN_BATTERY_TRUE='' | |
BUILD_PLUGIN_BIND_FALSE='' | |
BUILD_PLUGIN_BIND_TRUE='#' | |
BUILD_PLUGIN_CONNTRACK_FALSE='' | |
BUILD_PLUGIN_CONNTRACK_TRUE='#' | |
BUILD_PLUGIN_CONTEXTSWITCH_FALSE='#' | |
BUILD_PLUGIN_CONTEXTSWITCH_TRUE='' | |
BUILD_PLUGIN_CPUFREQ_FALSE='' | |
BUILD_PLUGIN_CPUFREQ_TRUE='#' | |
BUILD_PLUGIN_CPU_FALSE='#' | |
BUILD_PLUGIN_CPU_TRUE='' | |
BUILD_PLUGIN_CSV_FALSE='#' | |
BUILD_PLUGIN_CSV_TRUE='' | |
BUILD_PLUGIN_CURL_FALSE='#' | |
BUILD_PLUGIN_CURL_JSON_FALSE='' | |
BUILD_PLUGIN_CURL_JSON_TRUE='#' | |
BUILD_PLUGIN_CURL_TRUE='' | |
BUILD_PLUGIN_CURL_XML_FALSE='' | |
BUILD_PLUGIN_CURL_XML_TRUE='#' | |
BUILD_PLUGIN_DBI_FALSE='' | |
BUILD_PLUGIN_DBI_TRUE='#' | |
BUILD_PLUGIN_DF_FALSE='#' | |
BUILD_PLUGIN_DF_TRUE='' | |
BUILD_PLUGIN_DISK_FALSE='#' | |
BUILD_PLUGIN_DISK_TRUE='' | |
BUILD_PLUGIN_DNS_FALSE='' | |
BUILD_PLUGIN_DNS_TRUE='#' | |
BUILD_PLUGIN_EMAIL_FALSE='#' | |
BUILD_PLUGIN_EMAIL_TRUE='' | |
BUILD_PLUGIN_ENTROPY_FALSE='' | |
BUILD_PLUGIN_ENTROPY_TRUE='#' | |
BUILD_PLUGIN_EXEC_FALSE='#' | |
BUILD_PLUGIN_EXEC_TRUE='' | |
BUILD_PLUGIN_FILECOUNT_FALSE='#' | |
BUILD_PLUGIN_FILECOUNT_TRUE='' | |
BUILD_PLUGIN_FSCACHE_FALSE='' | |
BUILD_PLUGIN_FSCACHE_TRUE='#' | |
BUILD_PLUGIN_GMOND_FALSE='' | |
BUILD_PLUGIN_GMOND_TRUE='#' | |
BUILD_PLUGIN_HDDTEMP_FALSE='#' | |
BUILD_PLUGIN_HDDTEMP_TRUE='' | |
BUILD_PLUGIN_INTERFACE_FALSE='#' | |
BUILD_PLUGIN_INTERFACE_TRUE='' | |
BUILD_PLUGIN_IPMI_FALSE='' | |
BUILD_PLUGIN_IPMI_TRUE='#' | |
BUILD_PLUGIN_IPTABLES_FALSE='' | |
BUILD_PLUGIN_IPTABLES_TRUE='#' | |
BUILD_PLUGIN_IPVS_FALSE='' | |
BUILD_PLUGIN_IPVS_TRUE='#' | |
BUILD_PLUGIN_IRQ_FALSE='' | |
BUILD_PLUGIN_IRQ_TRUE='#' | |
BUILD_PLUGIN_JAVA_FALSE='' | |
BUILD_PLUGIN_JAVA_TRUE='#' | |
BUILD_PLUGIN_LIBVIRT_FALSE='' | |
BUILD_PLUGIN_LIBVIRT_TRUE='#' | |
BUILD_PLUGIN_LOAD_FALSE='#' | |
BUILD_PLUGIN_LOAD_TRUE='' | |
BUILD_PLUGIN_LOGFILE_FALSE='#' | |
BUILD_PLUGIN_LOGFILE_TRUE='' | |
BUILD_PLUGIN_LPAR_FALSE='' | |
BUILD_PLUGIN_LPAR_TRUE='#' | |
BUILD_PLUGIN_MADWIFI_FALSE='' | |
BUILD_PLUGIN_MADWIFI_TRUE='#' | |
BUILD_PLUGIN_MATCH_EMPTY_COUNTER_FALSE='#' | |
BUILD_PLUGIN_MATCH_EMPTY_COUNTER_TRUE='' | |
BUILD_PLUGIN_MATCH_HASHED_FALSE='#' | |
BUILD_PLUGIN_MATCH_HASHED_TRUE='' | |
BUILD_PLUGIN_MATCH_REGEX_FALSE='#' | |
BUILD_PLUGIN_MATCH_REGEX_TRUE='' | |
BUILD_PLUGIN_MATCH_TIMEDIFF_FALSE='#' | |
BUILD_PLUGIN_MATCH_TIMEDIFF_TRUE='' | |
BUILD_PLUGIN_MATCH_VALUE_FALSE='#' | |
BUILD_PLUGIN_MATCH_VALUE_TRUE='' | |
BUILD_PLUGIN_MBMON_FALSE='#' | |
BUILD_PLUGIN_MBMON_TRUE='' | |
BUILD_PLUGIN_MEMCACHEC_FALSE='' | |
BUILD_PLUGIN_MEMCACHEC_TRUE='#' | |
BUILD_PLUGIN_MEMCACHED_FALSE='#' | |
BUILD_PLUGIN_MEMCACHED_TRUE='' | |
BUILD_PLUGIN_MEMORY_FALSE='#' | |
BUILD_PLUGIN_MEMORY_TRUE='' | |
BUILD_PLUGIN_MODBUS_FALSE='' | |
BUILD_PLUGIN_MODBUS_TRUE='#' | |
BUILD_PLUGIN_MULTIMETER_FALSE='#' | |
BUILD_PLUGIN_MULTIMETER_TRUE='' | |
BUILD_PLUGIN_MYSQL_FALSE='' | |
BUILD_PLUGIN_MYSQL_TRUE='#' | |
BUILD_PLUGIN_NETAPP_FALSE='' | |
BUILD_PLUGIN_NETAPP_TRUE='#' | |
BUILD_PLUGIN_NETLINK_FALSE='' | |
BUILD_PLUGIN_NETLINK_TRUE='#' | |
BUILD_PLUGIN_NETWORK_FALSE='#' | |
BUILD_PLUGIN_NETWORK_TRUE='' | |
BUILD_PLUGIN_NFS_FALSE='' | |
BUILD_PLUGIN_NFS_TRUE='#' | |
BUILD_PLUGIN_NGINX_FALSE='#' | |
BUILD_PLUGIN_NGINX_TRUE='' | |
BUILD_PLUGIN_NOTIFY_DESKTOP_FALSE='' | |
BUILD_PLUGIN_NOTIFY_DESKTOP_TRUE='#' | |
BUILD_PLUGIN_NOTIFY_EMAIL_FALSE='' | |
BUILD_PLUGIN_NOTIFY_EMAIL_TRUE='#' | |
BUILD_PLUGIN_NTPD_FALSE='#' | |
BUILD_PLUGIN_NTPD_TRUE='' | |
BUILD_PLUGIN_NUT_FALSE='' | |
BUILD_PLUGIN_NUT_TRUE='#' | |
BUILD_PLUGIN_OLSRD_FALSE='#' | |
BUILD_PLUGIN_OLSRD_TRUE='' | |
BUILD_PLUGIN_ONEWIRE_FALSE='' | |
BUILD_PLUGIN_ONEWIRE_TRUE='#' | |
BUILD_PLUGIN_OPENVPN_FALSE='#' | |
BUILD_PLUGIN_OPENVPN_TRUE='' | |
BUILD_PLUGIN_ORACLE_FALSE='' | |
BUILD_PLUGIN_ORACLE_TRUE='#' | |
BUILD_PLUGIN_PERL_FALSE='' | |
BUILD_PLUGIN_PERL_TRUE='#' | |
BUILD_PLUGIN_PINBA_FALSE='' | |
BUILD_PLUGIN_PINBA_TRUE='#' | |
BUILD_PLUGIN_PING_FALSE='' | |
BUILD_PLUGIN_PING_TRUE='#' | |
BUILD_PLUGIN_POSTGRESQL_FALSE='' | |
BUILD_PLUGIN_POSTGRESQL_TRUE='#' | |
BUILD_PLUGIN_POWERDNS_FALSE='#' | |
BUILD_PLUGIN_POWERDNS_TRUE='' | |
BUILD_PLUGIN_PROCESSES_FALSE='#' | |
BUILD_PLUGIN_PROCESSES_TRUE='' | |
BUILD_PLUGIN_PROTOCOLS_FALSE='' | |
BUILD_PLUGIN_PROTOCOLS_TRUE='#' | |
BUILD_PLUGIN_PYTHON_FALSE='' | |
BUILD_PLUGIN_PYTHON_TRUE='#' | |
BUILD_PLUGIN_REDIS_FALSE='' | |
BUILD_PLUGIN_REDIS_TRUE='#' | |
BUILD_PLUGIN_ROUTEROS_FALSE='' | |
BUILD_PLUGIN_ROUTEROS_TRUE='#' | |
BUILD_PLUGIN_RRDCACHED_FALSE='' | |
BUILD_PLUGIN_RRDCACHED_TRUE='#' | |
BUILD_PLUGIN_RRDTOOL_FALSE='' | |
BUILD_PLUGIN_RRDTOOL_TRUE='#' | |
BUILD_PLUGIN_SENSORS_FALSE='' | |
BUILD_PLUGIN_SENSORS_TRUE='#' | |
BUILD_PLUGIN_SERIAL_FALSE='' | |
BUILD_PLUGIN_SERIAL_TRUE='#' | |
BUILD_PLUGIN_SNMP_FALSE='' | |
BUILD_PLUGIN_SNMP_TRUE='#' | |
BUILD_PLUGIN_SWAP_FALSE='#' | |
BUILD_PLUGIN_SWAP_TRUE='' | |
BUILD_PLUGIN_SYSLOG_FALSE='#' | |
BUILD_PLUGIN_SYSLOG_TRUE='' | |
BUILD_PLUGIN_TABLE_FALSE='#' | |
BUILD_PLUGIN_TABLE_TRUE='' | |
BUILD_PLUGIN_TAIL_FALSE='#' | |
BUILD_PLUGIN_TAIL_TRUE='' | |
BUILD_PLUGIN_TAPE_FALSE='' | |
BUILD_PLUGIN_TAPE_TRUE='#' | |
BUILD_PLUGIN_TARGET_NOTIFICATION_FALSE='#' | |
BUILD_PLUGIN_TARGET_NOTIFICATION_TRUE='' | |
BUILD_PLUGIN_TARGET_REPLACE_FALSE='#' | |
BUILD_PLUGIN_TARGET_REPLACE_TRUE='' | |
BUILD_PLUGIN_TARGET_SCALE_FALSE='#' | |
BUILD_PLUGIN_TARGET_SCALE_TRUE='' | |
BUILD_PLUGIN_TARGET_SET_FALSE='#' | |
BUILD_PLUGIN_TARGET_SET_TRUE='' | |
BUILD_PLUGIN_TARGET_V5UPGRADE_FALSE='#' | |
BUILD_PLUGIN_TARGET_V5UPGRADE_TRUE='' | |
BUILD_PLUGIN_TCPCONNS_FALSE='#' | |
BUILD_PLUGIN_TCPCONNS_TRUE='' | |
BUILD_PLUGIN_TEAMSPEAK2_FALSE='#' | |
BUILD_PLUGIN_TEAMSPEAK2_TRUE='' | |
BUILD_PLUGIN_TED_FALSE='#' | |
BUILD_PLUGIN_TED_TRUE='' | |
BUILD_PLUGIN_THERMAL_FALSE='' | |
BUILD_PLUGIN_THERMAL_TRUE='#' | |
BUILD_PLUGIN_THRESHOLD_FALSE='#' | |
BUILD_PLUGIN_THRESHOLD_TRUE='' | |
BUILD_PLUGIN_TOKYOTYRANT_FALSE='' | |
BUILD_PLUGIN_TOKYOTYRANT_TRUE='#' | |
BUILD_PLUGIN_UNIXSOCK_FALSE='#' | |
BUILD_PLUGIN_UNIXSOCK_TRUE='' | |
BUILD_PLUGIN_UPTIME_FALSE='#' | |
BUILD_PLUGIN_UPTIME_TRUE='' | |
BUILD_PLUGIN_USERS_FALSE='#' | |
BUILD_PLUGIN_USERS_TRUE='' | |
BUILD_PLUGIN_UUID_FALSE='#' | |
BUILD_PLUGIN_UUID_TRUE='' | |
BUILD_PLUGIN_VARNISH_FALSE='' | |
BUILD_PLUGIN_VARNISH_TRUE='#' | |
BUILD_PLUGIN_VMEM_FALSE='' | |
BUILD_PLUGIN_VMEM_TRUE='#' | |
BUILD_PLUGIN_VSERVER_FALSE='' | |
BUILD_PLUGIN_VSERVER_TRUE='#' | |
BUILD_PLUGIN_WIRELESS_FALSE='' | |
BUILD_PLUGIN_WIRELESS_TRUE='#' | |
BUILD_PLUGIN_WRITE_HTTP_FALSE='#' | |
BUILD_PLUGIN_WRITE_HTTP_TRUE='' | |
BUILD_PLUGIN_WRITE_REDIS_FALSE='' | |
BUILD_PLUGIN_WRITE_REDIS_TRUE='#' | |
BUILD_PLUGIN_XMMS_FALSE='' | |
BUILD_PLUGIN_XMMS_TRUE='#' | |
BUILD_PLUGIN_ZFS_ARC_FALSE='' | |
BUILD_PLUGIN_ZFS_ARC_TRUE='#' | |
BUILD_WITH_JAVA_FALSE='' | |
BUILD_WITH_JAVA_TRUE='#' | |
BUILD_WITH_LIBCREDIS_CPPFLAGS='' | |
BUILD_WITH_LIBCREDIS_FALSE='' | |
BUILD_WITH_LIBCREDIS_LDFLAGS='' | |
BUILD_WITH_LIBCREDIS_TRUE='#' | |
BUILD_WITH_LIBCURL_CFLAGS='' | |
BUILD_WITH_LIBCURL_FALSE='#' | |
BUILD_WITH_LIBCURL_LIBS='-lcurl' | |
BUILD_WITH_LIBCURL_TRUE='' | |
BUILD_WITH_LIBDBI_CPPFLAGS='' | |
BUILD_WITH_LIBDBI_FALSE='' | |
BUILD_WITH_LIBDBI_LDFLAGS='' | |
BUILD_WITH_LIBDBI_LIBS='' | |
BUILD_WITH_LIBDBI_TRUE='#' | |
BUILD_WITH_LIBDEVINFO_FALSE='' | |
BUILD_WITH_LIBDEVINFO_TRUE='#' | |
BUILD_WITH_LIBESMTP_FALSE='' | |
BUILD_WITH_LIBESMTP_TRUE='#' | |
BUILD_WITH_LIBGANGLIA_FALSE='' | |
BUILD_WITH_LIBGANGLIA_TRUE='#' | |
BUILD_WITH_LIBGCRYPT_FALSE='' | |
BUILD_WITH_LIBGCRYPT_TRUE='#' | |
BUILD_WITH_LIBHAL_CFLAGS='' | |
BUILD_WITH_LIBHAL_LIBS='' | |
BUILD_WITH_LIBIOKIT_FALSE='#' | |
BUILD_WITH_LIBIOKIT_TRUE='' | |
BUILD_WITH_LIBIPTC_CPPFLAGS='' | |
BUILD_WITH_LIBIPTC_FALSE='' | |
BUILD_WITH_LIBIPTC_LDFLAGS='' | |
BUILD_WITH_LIBIPTC_TRUE='#' | |
BUILD_WITH_LIBKSTAT_FALSE='' | |
BUILD_WITH_LIBKSTAT_TRUE='#' | |
BUILD_WITH_LIBKVM_GETPROCS_FALSE='' | |
BUILD_WITH_LIBKVM_GETPROCS_TRUE='#' | |
BUILD_WITH_LIBKVM_GETSWAPINFO_FALSE='' | |
BUILD_WITH_LIBKVM_GETSWAPINFO_TRUE='#' | |
BUILD_WITH_LIBKVM_NLIST_FALSE='' | |
BUILD_WITH_LIBKVM_NLIST_TRUE='#' | |
BUILD_WITH_LIBKVM_OPENFILES_FALSE='' | |
BUILD_WITH_LIBKVM_OPENFILES_TRUE='#' | |
BUILD_WITH_LIBMEMCACHED_CPPFLAGS='' | |
BUILD_WITH_LIBMEMCACHED_FALSE='' | |
BUILD_WITH_LIBMEMCACHED_LDFLAGS='' | |
BUILD_WITH_LIBMEMCACHED_LIBS='' | |
BUILD_WITH_LIBMEMCACHED_TRUE='#' | |
BUILD_WITH_LIBMODBUS_CFLAGS='' | |
BUILD_WITH_LIBMODBUS_LIBS='' | |
BUILD_WITH_LIBMYSQL_CFLAGS='' | |
BUILD_WITH_LIBMYSQL_FALSE='' | |
BUILD_WITH_LIBMYSQL_LIBS='' | |
BUILD_WITH_LIBMYSQL_TRUE='#' | |
BUILD_WITH_LIBNETAPP_FALSE='' | |
BUILD_WITH_LIBNETAPP_TRUE='#' | |
BUILD_WITH_LIBNETLINK_CFLAGS='' | |
BUILD_WITH_LIBNETLINK_FALSE='' | |
BUILD_WITH_LIBNETLINK_LIBS='' | |
BUILD_WITH_LIBNETLINK_TRUE='#' | |
BUILD_WITH_LIBNETSNMP_FALSE='' | |
BUILD_WITH_LIBNETSNMP_TRUE='#' | |
BUILD_WITH_LIBOPING_CPPFLAGS='' | |
BUILD_WITH_LIBOPING_FALSE='' | |
BUILD_WITH_LIBOPING_LDFLAGS='' | |
BUILD_WITH_LIBOPING_TRUE='#' | |
BUILD_WITH_LIBOWCAPI_CPPFLAGS='' | |
BUILD_WITH_LIBOWCAPI_LIBS='' | |
BUILD_WITH_LIBPCAP_FALSE='' | |
BUILD_WITH_LIBPCAP_TRUE='#' | |
BUILD_WITH_LIBPERL_FALSE='' | |
BUILD_WITH_LIBPERL_TRUE='#' | |
BUILD_WITH_LIBPOSIX4_FALSE='' | |
BUILD_WITH_LIBPOSIX4_TRUE='#' | |
BUILD_WITH_LIBPQ_CPPFLAGS='' | |
BUILD_WITH_LIBPQ_FALSE='' | |
BUILD_WITH_LIBPQ_LDFLAGS='' | |
BUILD_WITH_LIBPQ_TRUE='#' | |
BUILD_WITH_LIBPTHREAD_FALSE='' | |
BUILD_WITH_LIBPTHREAD_TRUE='#' | |
BUILD_WITH_LIBRABBITMQ_CPPFLAGS='' | |
BUILD_WITH_LIBRABBITMQ_FALSE='' | |
BUILD_WITH_LIBRABBITMQ_LDFLAGS='' | |
BUILD_WITH_LIBRABBITMQ_LIBS='' | |
BUILD_WITH_LIBRABBITMQ_TRUE='#' | |
BUILD_WITH_LIBRESOLV_FALSE='#' | |
BUILD_WITH_LIBRESOLV_TRUE='' | |
BUILD_WITH_LIBROUTEROS_CPPFLAGS='' | |
BUILD_WITH_LIBROUTEROS_FALSE='' | |
BUILD_WITH_LIBROUTEROS_LDFLAGS='' | |
BUILD_WITH_LIBROUTEROS_TRUE='#' | |
BUILD_WITH_LIBRRD_CFLAGS='' | |
BUILD_WITH_LIBRRD_LDFLAGS='' | |
BUILD_WITH_LIBRT_FALSE='' | |
BUILD_WITH_LIBRT_TRUE='#' | |
BUILD_WITH_LIBSENSORS_CFLAGS='' | |
BUILD_WITH_LIBSENSORS_LDFLAGS='' | |
BUILD_WITH_LIBSNMP_CFLAGS='' | |
BUILD_WITH_LIBSNMP_LIBS='' | |
BUILD_WITH_LIBSOCKET_FALSE='' | |
BUILD_WITH_LIBSOCKET_TRUE='#' | |
BUILD_WITH_LIBSTATGRAB_CFLAGS='' | |
BUILD_WITH_LIBSTATGRAB_FALSE='' | |
BUILD_WITH_LIBSTATGRAB_LDFLAGS='' | |
BUILD_WITH_LIBSTATGRAB_TRUE='#' | |
BUILD_WITH_LIBTOKYOTYRANT_CPPFLAGS='' | |
BUILD_WITH_LIBTOKYOTYRANT_FALSE='' | |
BUILD_WITH_LIBTOKYOTYRANT_LDFLAGS='' | |
BUILD_WITH_LIBTOKYOTYRANT_LIBS='' | |
BUILD_WITH_LIBTOKYOTYRANT_TRUE='#' | |
BUILD_WITH_LIBUPSCLIENT_CFLAGS='' | |
BUILD_WITH_LIBUPSCLIENT_LIBS='' | |
BUILD_WITH_LIBVARNISH_CFLAGS='' | |
BUILD_WITH_LIBVARNISH_LIBS='' | |
BUILD_WITH_LIBVIRT_CFLAGS='' | |
BUILD_WITH_LIBVIRT_LIBS='' | |
BUILD_WITH_LIBXML2_CFLAGS='' | |
BUILD_WITH_LIBXML2_LIBS='' | |
BUILD_WITH_LIBXMMS_CFLAGS='' | |
BUILD_WITH_LIBXMMS_FALSE='' | |
BUILD_WITH_LIBXMMS_LIBS='' | |
BUILD_WITH_LIBXMMS_TRUE='#' | |
BUILD_WITH_LIBYAJL_CPPFLAGS='' | |
BUILD_WITH_LIBYAJL_FALSE='' | |
BUILD_WITH_LIBYAJL_LDFLAGS='' | |
BUILD_WITH_LIBYAJL_LIBS='' | |
BUILD_WITH_LIBYAJL_TRUE='#' | |
BUILD_WITH_LM_SENSORS_FALSE='' | |
BUILD_WITH_LM_SENSORS_TRUE='#' | |
BUILD_WITH_OPENIPMI_CFLAGS='' | |
BUILD_WITH_OPENIPMI_LIBS='' | |
BUILD_WITH_ORACLE_CFLAGS='' | |
BUILD_WITH_ORACLE_LIBS='' | |
BUILD_WITH_OWN_LIBIPTC_FALSE='' | |
BUILD_WITH_OWN_LIBIPTC_TRUE='#' | |
BUILD_WITH_OWN_LIBOCONFIG_FALSE='#' | |
BUILD_WITH_OWN_LIBOCONFIG_TRUE='' | |
BUILD_WITH_PERFSTAT_FALSE='' | |
BUILD_WITH_PERFSTAT_TRUE='#' | |
BUILD_WITH_PYTHON_CPPFLAGS='' | |
BUILD_WITH_PYTHON_LDFLAGS='' | |
BUILD_WITH_PYTHON_LIBS='' | |
CC='/usr/bin/clang' | |
CCDEPMODE='depmode=none' | |
CFLAGS='-Os -w -pipe -march=native -Qunused-arguments' | |
COMPILER_IS_GCC_FALSE='#' | |
COMPILER_IS_GCC_TRUE='' | |
CONVENIENCE_LTDL_FALSE='#' | |
CONVENIENCE_LTDL_TRUE='' | |
CPP='/usr/bin/clang -E' | |
CPPFLAGS='' | |
CYGPATH_W='echo' | |
DEFAULT_LOG_LEVEL='info' | |
DEFS='-DHAVE_CONFIG_H' | |
DEPDIR='.deps' | |
DSYMUTIL='dsymutil' | |
DUMPBIN='' | |
ECHO_C='\c' | |
ECHO_N='' | |
ECHO_T='' | |
EGREP='/usr/bin/grep -E' | |
EXEEXT='' | |
FGREP='/usr/bin/grep -F' | |
GANGLIA_CPPFLAGS='' | |
GANGLIA_LDFLAGS='' | |
GANGLIA_LIBS='' | |
GCRYPT_CPPFLAGS='' | |
GCRYPT_LDFLAGS='-L/lib' | |
GCRYPT_LIBS='' | |
GREP='/usr/bin/grep' | |
HAVE_BROKEN_PERL_LOAD_MODULE_FALSE='' | |
HAVE_BROKEN_PERL_LOAD_MODULE_TRUE='#' | |
HAVE_PROTOC_C_FALSE='' | |
HAVE_PROTOC_C_TRUE='#' | |
INCLTDL='' | |
INSTALL_DATA='${INSTALL} -m 644' | |
INSTALL_LTDL_FALSE='' | |
INSTALL_LTDL_TRUE='#' | |
INSTALL_PROGRAM='${INSTALL}' | |
INSTALL_SCRIPT='${INSTALL}' | |
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | |
JAR='' | |
JAVAC='' | |
JAVA_CFLAGS='' | |
JAVA_CPPFLAGS='' | |
JAVA_LDFLAGS='' | |
JAVA_LIBS='' | |
KERNEL_CFLAGS='' | |
KERNEL_DIR='' | |
LCC_VERSION_EXTRA='' | |
LCC_VERSION_MAJOR='5' | |
LCC_VERSION_MINOR='0' | |
LCC_VERSION_PATCH='2' | |
LCC_VERSION_STRING='5.0.2' | |
LD='/usr/bin/clang' | |
LDFLAGS='' | |
LEX='flex' | |
LEXLIB='-lfl' | |
LEX_OUTPUT_ROOT='lex.yy' | |
LIBADD_DL=' ' | |
LIBADD_DLD_LINK='' | |
LIBADD_DLOPEN='' | |
LIBADD_SHL_LOAD='' | |
LIBGCRYPT_CFLAGS='' | |
LIBGCRYPT_CONFIG='' | |
LIBGCRYPT_LIBS='' | |
LIBLTDL='-lltdl' | |
LIBNETAPP_CPPFLAGS='' | |
LIBNETAPP_LDFLAGS='' | |
LIBNETAPP_LIBS='' | |
LIBNOTIFY_CFLAGS='' | |
LIBNOTIFY_LIBS='' | |
LIBOBJS='' | |
LIBS='' | |
LIBTOOL='$(SHELL) $(top_builddir)/libtool' | |
LIPO='lipo' | |
LN_S='ln -s' | |
LOAD_PLUGIN_CSV='#' | |
LOAD_PLUGIN_LOGFILE='#' | |
LOAD_PLUGIN_NETWORK='' | |
LOAD_PLUGIN_RRDTOOL='##' | |
LOAD_PLUGIN_SYSLOG='' | |
LTDLDEPS='' | |
LTDLINCL='' | |
LTDLOPEN='libltdl' | |
LTLIBOBJS='' | |
LT_CONFIG_H='src/config.h' | |
LT_DLLOADERS=' libltdl/dlopen.la' | |
LT_DLPREOPEN='-dlpreopen libltdl/dlopen.la ' | |
MAKEINFO='${SHELL} /private/tmp/homebrew-collectd-5.0.2-WJuH/collectd-5.0.2/libltdl/config/missing --run makeinfo' | |
MKDIR_P='/usr/local/bin/mkdir -p' | |
NM='/usr/bin/nm' | |
NMEDIT='nmedit' | |
OBJDUMP='false' | |
OBJEXT='o' | |
OTOOL64=':' | |
OTOOL='otool' | |
PACKAGE='collectd' | |
PACKAGE_BUGREPORT='' | |
PACKAGE_NAME='collectd' | |
PACKAGE_STRING='collectd 5.0.2' | |
PACKAGE_TARNAME='collectd' | |
PACKAGE_URL='' | |
PACKAGE_VERSION='5.0.2' | |
PATH_SEPARATOR=':' | |
PERL='/usr/bin/perl' | |
PERL_BINDINGS='perl' | |
PERL_BINDINGS_OPTIONS='' | |
PERL_CFLAGS=' -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -I/usr/local/include -I/System/Library/Perl/5.12/darwin-thread-multi-2level/CORE ' | |
PERL_LDFLAGS=' -fstack-protector -L/usr/local/lib -L/System/Library/Perl/5.12/darwin-thread-multi-2level/CORE -lperl -ldl -lm -lutil -lc' | |
PKG_CONFIG='/usr/local/bin/pkg-config' | |
PKG_CONFIG_LIBDIR='' | |
PKG_CONFIG_PATH='' | |
RANLIB='ranlib' | |
SED='/usr/bin/sed' | |
SET_MAKE='' | |
SHELL='/bin/sh' | |
STRIP='strip' | |
VERSION='5.0.2' | |
YACC='bison -y' | |
YFLAGS='' | |
ac_ct_CC='/usr/bin/clang' | |
ac_ct_DUMPBIN='' | |
am__EXEEXT_FALSE='' | |
am__EXEEXT_TRUE='#' | |
am__fastdepCC_FALSE='' | |
am__fastdepCC_TRUE='#' | |
am__include='include' | |
am__isrc='' | |
am__leading_dot='.' | |
am__quote='' | |
am__tar='${AMTAR} chof - "$$tardir"' | |
am__untar='${AMTAR} xf -' | |
bindir='${exec_prefix}/bin' | |
build='x86_64-apple-darwin11.3.0' | |
build_alias='' | |
build_cpu='x86_64' | |
build_os='darwin11.3.0' | |
build_vendor='apple' | |
datadir='${datarootdir}' | |
datarootdir='${prefix}/share' | |
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | |
dvidir='${docdir}' | |
exec_prefix='${prefix}' | |
have_protoc_c='no' | |
host='x86_64-apple-darwin11.3.0' | |
host_alias='' | |
host_cpu='x86_64' | |
host_os='darwin11.3.0' | |
host_vendor='apple' | |
htmldir='${docdir}' | |
includedir='${prefix}/include' | |
infodir='${datarootdir}/info' | |
install_sh='${SHELL} /private/tmp/homebrew-collectd-5.0.2-WJuH/collectd-5.0.2/libltdl/config/install-sh' | |
libdir='${exec_prefix}/lib' | |
libexecdir='${exec_prefix}/libexec' | |
localedir='${datarootdir}/locale' | |
localstatedir='/usr/local/var' | |
lt_ECHO='/usr/local/bin/echo' | |
ltdl_LIBOBJS=' argz.o' | |
ltdl_LTLIBOBJS=' argz.lo' | |
mandir='${datarootdir}/man' | |
mkdir_p='/usr/local/bin/mkdir -p' | |
oldincludedir='/usr/include' | |
pdfdir='${docdir}' | |
pkgconfigdir='${exec_prefix}/lib/pkgconfig' | |
prefix='/usr/local/Cellar/collectd/5.0.2' | |
program_transform_name='s,x,x,' | |
psdir='${docdir}' | |
sbindir='${exec_prefix}/sbin' | |
sharedstatedir='${prefix}/com' | |
subdirs=' libltdl' | |
sys_symbol_underscore='yes' | |
sysconfdir='${prefix}/etc' | |
target_alias='' | |
configure: exit 77 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment