Build of aide with clang_glibc toolchain

The build took 00h 01m 45s and was NOT successful.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
15,936 ansic
4,325 sh
1,870 makefile
622 lex
260 yacc
23,013 total

The process tree of the build process is here.

Several sub-process invocations were improper; see the process tree for details. Summary:

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

Copied permanent toolchain into container-local sysroot
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: aide 0.15.1-4 (Thu Apr 13 17:20:58 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (1) mhash-0.9.9.9-3
#
# Total Installed Size: 0.24 MiB
#
# :: Proceed with installation? [Y/n]
# checking keyring...
# checking package integrity...
# loading package files...
# checking for file conflicts...
# checking available disk space...
# :: Processing package changes...
# installing mhash...
# :: Running post-transaction hooks...
# (1/1) Updating manpage index...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# configure: WARNING: if you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking target system type... x86_64-unknown-linux-gnu
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking for x86_64-unknown-linux-gcc... clang
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking for style of include used by make... GNU
# checking dependency style of clang... gcc3
# checking whether make sets $(MAKE)... (cached) yes
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking for bison... bison -y
# checking for flex... flex
# checking lex output file root... lex.yy
# checking lex library... none needed
# checking whether yytext is a pointer... no
# checking for ld... ld
# checking for pkg-config... /usr/bin/pkg-config
# checking for library containing syslog... none required
# checking for vsyslog... yes
# checking how to run the C preprocessor... clang -E
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking whether byte ordering is bigendian... no
# checking for byte... no
# checking for ushort... yes
# checking for ulong... yes
# checking for u16... no
# checking for u32... no
# checking for u64... no
# checking size of unsigned short... 2
# checking size of unsigned int... 4
# checking size of unsigned long... 8
# checking size of long long... 8
# checking size of unsigned long long... 8
# checking for long double with more range or precision than double... yes
# checking for ANSI C header files... (cached) yes
# checking for strtoll... yes
# checking for strtoimax... yes
# checking for readdir... yes
# checking args to readdir_r... POSIX
# checking for stricmp... no
# checking for strnstr... no
# checking for strnlen... yes
# checking for mmap... yes
# checking for fcntl... yes
# checking for ftruncate... yes
# checking for posix_fadvise... yes
# checking for asprintf... yes
# checking for snprintf... yes
# checking for vasprintf... yes
# checking for vsnprintf... yes
# checking for va_copy... no
# checking for __va_copy... no
# checking for ISO C99 compliant snprintf... yes
# checking for ISO C99 compliant vsnprintf... yes
# checking for open/O_NOATIME... no
# checking syslog.h usability... yes
# checking syslog.h presence... yes
# checking for syslog.h... yes
# checking for inttypes.h... (cached) yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking ctype.h usability... yes
# checking ctype.h presence... yes
# checking for ctype.h... yes
# checking for sun-acl-support... no
# checking for posix-acl-support... yes
# checking for selinux-support... no
# checking for prelink-support... /usr/sbin/prelink
# checking for xattr-support... yes
# checking for e2fsattrs-support... yes
# checking for lstat64... yes
# checking for stat64... yes
# checking for readdir64... yes
# checking for readdir64_r... yes
# checking size of off_t... 8
# checking size of off64_t... 8
# checking for LFS ino_t... ino_t
# checking for LFS dirent... dirent64
# checking zlib.h usability... yes
# checking zlib.h presence... yes
# checking for zlib.h... yes
# checking for deflate in -lz... yes
# checking for regexec... yes
# checking for regcomp... yes
# checking for mhash_get_block_size in -lmhash... yes
# checking for crypt in -lc... no
# checking for crypt in -lcrypt... yes
# checking for PostgresSQL support... no
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating src/Makefile
# config.status: creating include/Makefile
# config.status: creating doc/Makefile
# config.status: creating doc/aide.conf
# config.status: creating doc/aide.1
# config.status: creating doc/aide.conf.5
# config.status: creating aide.spec
# config.status: creating config.h
# config.status: executing depfiles commands
# make all-recursive
# make[1]: Entering directory '/tmp/aide/src/aide-0.15.1'
# Making all in include
# make[2]: Entering directory '/tmp/aide/src/aide-0.15.1/include'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/aide/src/aide-0.15.1/include'
# Making all in src
# make[2]: Entering directory '/tmp/aide/src/aide-0.15.1/src'
# make all-am
# make[3]: Entering directory '/tmp/aide/src/aide-0.15.1/src'
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../src -I../src -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS -W -Wall -g -MT aide.o -MD -MP -MF .deps/aide.Tpo -c -o aide.o aide.c
# mv -f .deps/aide.Tpo .deps/aide.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../src -I../src -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS -W -Wall -g -MT base64.o -MD -MP -MF .deps/base64.Tpo -c -o base64.o base64.c
# mv -f .deps/base64.Tpo .deps/base64.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../src -I../src -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS -W -Wall -g -MT be.o -MD -MP -MF .deps/be.Tpo -c -o be.o be.c
# be.c:165:9: warning: incompatible pointer types assigning to 'FILE *' (aka 'struct _IO_FILE *') from 'gzFile' (aka 'struct gzFile_s *') [-Wincompatible-pointer-types]
# fh=gzdopen(fd,"wb9");
# ^~~~~~~~~~~~~~~~~~
# be.c:186:14: warning: incompatible pointer types returning 'gzFile' (aka 'struct gzFile_s *') from a function with result type 'FILE *' (aka 'struct _IO_FILE *') [-Wincompatible-pointer-types]
# return gzdopen(fileno(stdout),"wb");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
# be.c:198:14: warning: incompatible pointer types returning 'gzFile' (aka 'struct gzFile_s *') from a function with result type 'FILE *' (aka 'struct _IO_FILE *') [-Wincompatible-pointer-types]
# return gzdopen(fileno(stdin),"r");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~
# be.c:210:14: warning: incompatible pointer types returning 'gzFile' (aka 'struct gzFile_s *') from a function with result type 'FILE *' (aka 'struct _IO_FILE *') [-Wincompatible-pointer-types]
# return gzdopen(fileno(stderr),"wb");
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
# be.c:226:9: warning: incompatible pointer types assigning to 'FILE *' (aka 'struct _IO_FILE *') from 'gzFile' (aka 'struct gzFile_s *') [-Wincompatible-pointer-types]
# fh=gzdopen(a,"w");
# ^~~~~~~~~~~~~~~
# 5 warnings generated.
# mv -f .deps/be.Tpo .deps/be.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../src -I../src -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS -W -Wall -g -MT commandconf.o -MD -MP -MF .deps/commandconf.Tpo -c -o commandconf.o commandconf.c
# mv -f .deps/commandconf.Tpo .deps/commandconf.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../src -I../src -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS -W -Wall -g -MT compare_db.o -MD -MP -MF .deps/compare_db.Tpo -c -o compare_db.o compare_db.c
# compare_db.c:67:41: error: use of undeclared identifier 'EXT2_ECOMPR_FL'
# EXT2_DIRTY_FL, EXT2_NOCOMPR_FL, EXT2_ECOMPR_FL, EXT3_JOURNAL_DATA_FL, EXT2_INDEX_FL,
# ^
# compare_db.c:80:17: warning: comparison of integers of different signs: 'unsigned long long' and 'int' [-Wsign-compare]
# if (ignorelist==-1) {
# ~~~~~~~~~~^ ~~
# compare_db.c:91:19: warning: comparison of integers of different signs: 'unsigned long long' and 'int' [-Wsign-compare]
# if (forced_attrs==-1) {
# ~~~~~~~~~~~~^ ~~
# compare_db.c:1223:29: warning: unused parameter 'nadd' [-Wunused-parameter]
# void send_audit_report(long nadd, long nrem, long nchg)
# ^
# compare_db.c:1223:40: warning: unused parameter 'nrem' [-Wunused-parameter]
# void send_audit_report(long nadd, long nrem, long nchg)
# ^
# compare_db.c:1223:51: warning: unused parameter 'nchg' [-Wunused-parameter]
# void send_audit_report(long nadd, long nrem, long nchg)
# ^
# 5 warnings and 1 error generated.
# make[3]: *** [Makefile:356: compare_db.o] Error 1
# make[3]: Leaving directory '/tmp/aide/src/aide-0.15.1/src'
# make[2]: *** [Makefile:243: all] Error 2
# make[2]: Leaving directory '/tmp/aide/src/aide-0.15.1/src'
# make[1]: *** [Makefile:315: all-recursive] Error 1
# make[1]: Leaving directory '/tmp/aide/src/aide-0.15.1'
# make: *** [Makefile:251: all] Error 2
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/aide/src/aide-0.15.1/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by aide configure 0.15.1, which was
# generated by GNU Autoconf 2.67. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --sysconfdir=/etc --with-mhash --with-posix-acl --with-prelink --with-xattr --with-zlib --with-e2fsattrs --disable-static
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 6c03aa39d1f1
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/bin
# PATH: /usr/lib/jvm/default/bin
# PATH: /usr/bin/site_perl
# PATH: /usr/bin/vendor_perl
# PATH: /usr/bin/core_perl
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2494: checking build system type
# configure:2508: result: x86_64-unknown-linux-gnu
# configure:2528: checking host system type
# configure:2541: result: x86_64-unknown-linux-gnu
# configure:2561: checking target system type
# configure:2574: result: x86_64-unknown-linux-gnu
# configure:2616: checking for a BSD-compatible install
# configure:2684: result: /usr/bin/install -c
# configure:2695: checking whether build environment is sane
# configure:2745: result: yes
# configure:2794: checking for x86_64-unknown-linux-strip
# configure:2824: result: no
# configure:2834: checking for strip
# configure:2850: found /usr/bin/strip
# configure:2861: result: strip
# configure:2886: checking for a thread-safe mkdir -p
# configure:2925: result: /usr/bin/mkdir -p
# configure:2938: checking for gawk
# configure:2954: found /usr/bin/gawk
# configure:2965: result: gawk
# configure:2976: checking whether make sets $(MAKE)
# configure:2998: result: yes
# configure:3096: checking for x86_64-unknown-linux-gcc
# configure:3123: result: clang
# configure:3392: checking for C compiler version
# configure:3401: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:3412: $? = 0
# configure:3401: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:3412: $? = 0
# configure:3401: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3412: $? = 1
# configure:3401: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3412: $? = 1
# configure:3432: checking whether the C compiler works
# configure:3454: clang conftest.c >&5
# configure:3458: $? = 0
# configure:3506: result: yes
# configure:3509: checking for C compiler default output file name
# configure:3511: result: a.out
# configure:3517: checking for suffix of executables
# configure:3524: clang -o conftest conftest.c >&5
# configure:3528: $? = 0
# configure:3550: result:
# configure:3572: checking whether we are cross compiling
# configure:3580: clang -o conftest conftest.c >&5
# configure:3584: $? = 0
# configure:3591: ./conftest
# configure:3595: $? = 0
# configure:3610: result: no
# configure:3615: checking for suffix of object files
# configure:3637: clang -c conftest.c >&5
# configure:3641: $? = 0
# configure:3662: result: o
# configure:3666: checking whether we are using the GNU C compiler
# configure:3685: clang -c conftest.c >&5
# configure:3685: $? = 0
# configure:3694: result: yes
# configure:3703: checking whether clang accepts -g
# configure:3723: clang -c -g conftest.c >&5
# configure:3723: $? = 0
# configure:3764: result: yes
# configure:3781: checking for clang option to accept ISO C89
# configure:3845: clang -c conftest.c >&5
# configure:3845: $? = 0
# configure:3858: result: none needed
# configure:3889: checking for style of include used by make
# configure:3917: result: GNU
# configure:3942: checking dependency style of clang
# configure:4052: result: gcc3
# configure:4067: checking whether make sets $(MAKE)
# configure:4089: result: yes
# configure:4101: checking for x86_64-unknown-linux-ranlib
# configure:4131: result: no
# configure:4141: checking for ranlib
# configure:4157: found /usr/bin/ranlib
# configure:4168: result: ranlib
# configure:4195: checking for bison
# configure:4211: found /usr/bin/bison
# configure:4222: result: bison -y
# configure:4244: checking for flex
# configure:4260: found /usr/bin/flex
# configure:4271: result: flex
# configure:4308: flex conftest.l
# configure:4312: $? = 1
# configure:4314: checking lex output file root
# configure:4328: result: lex.yy
# configure:4333: checking lex library
# configure:4347: clang -o conftest conftest.c >&5
# /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o: In function `_start':
# (.text+0x20): undefined reference to `main'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4347: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "aide"
# | #define PACKAGE_TARNAME "aide"
# | #define PACKAGE_VERSION "0.15.1"
# | #define PACKAGE_STRING "aide 0.15.1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "aide"
# | #define VERSION "0.15.1"
# | #define AIDEVERSION "0.15.1"
# | /* end confdefs.h. */
# |
# configure:4347: clang -o conftest conftest.c -lfl >&5
# /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/libfl.so: undefined reference to `yylex'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4347: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "aide"
# | #define PACKAGE_TARNAME "aide"
# | #define PACKAGE_VERSION "0.15.1"
# | #define PACKAGE_STRING "aide 0.15.1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "aide"
# | #define VERSION "0.15.1"
# | #define AIDEVERSION "0.15.1"
# | /* end confdefs.h. */
# |
# configure:4347: clang -o conftest conftest.c -ll >&5
# /usr/bin/ld: cannot find -ll
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4347: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "aide"
# | #define PACKAGE_TARNAME "aide"
# | #define PACKAGE_VERSION "0.15.1"
# | #define PACKAGE_STRING "aide 0.15.1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "aide"
# | #define VERSION "0.15.1"
# | #define AIDEVERSION "0.15.1"
# | /* end confdefs.h. */
# |
# configure:4357: result: none needed
# configure:4363: checking whether yytext is a pointer
# configure:4379: clang -o conftest conftest.c >&5
# /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o: In function `_start':
# (.text+0x20): undefined reference to `main'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4379: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "aide"
# | #define PACKAGE_TARNAME "aide"
# | #define PACKAGE_VERSION "0.15.1"
# | #define PACKAGE_STRING "aide 0.15.1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "aide"
# | #define VERSION "0.15.1"
# | #define AIDEVERSION "0.15.1"
# | /* end confdefs.h. */
# | #define YYTEXT_POINTER 1
# |
# configure:4387: result: no
# configure:4405: checking for ld
# configure:4421: found /usr/bin/ld
# configure:4432: result: ld
# configure:4446: checking for pkg-config
# configure:4464: found /usr/bin/pkg-config
# configure:4477: result: /usr/bin/pkg-config
# configure:4722: checking for library containing syslog
# configure:4753: clang -o conftest conftest.c >&5
# configure:4753: $? = 0
# configure:4770: result: none required
# configure:4782: checking for vsyslog
# configure:4782: clang -o conftest conftest.c >&5
# configure:4782: $? = 0
# configure:4782: result: yes
# configure:4797: checking how to run the C preprocessor
# configure:4828: clang -E conftest.c
# configure:4828: $? = 0
# configure:4842: clang -E conftest.c
# conftest.c:14:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4842: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "aide"
# | #define PACKAGE_TARNAME "aide"
# | #define PACKAGE_VERSION "0.15.1"
# | #define PACKAGE_STRING "aide 0.15.1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "aide"
# | #define VERSION "0.15.1"
# | #define AIDEVERSION "0.15.1"
# | #define HAVE_SYSLOG 1
# | #define HAVE_VSYSLOG 1
# | /* end confdefs.h. */
# | #include
# configure:4867: result: clang -E
# configure:4887: clang -E conftest.c
# configure:4887: $? = 0
# configure:4901: clang -E conftest.c
# conftest.c:14:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4901: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "aide"
# | #define PACKAGE_TARNAME "aide"
# | #define PACKAGE_VERSION "0.15.1"
# | #define PACKAGE_STRING "aide 0.15.1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "aide"
# | #define VERSION "0.15.1"
# | #define AIDEVERSION "0.15.1"
# | #define HAVE_SYSLOG 1
# | #define HAVE_VSYSLOG 1
# | /* end confdefs.h. */
# | #include
# configure:4930: checking for grep that handles long lines and -e
# configure:4988: result: /usr/bin/grep
# configure:4993: checking for egrep
# configure:5055: result: /usr/bin/grep -E
# configure:5060: checking for ANSI C header files
# configure:5080: clang -c conftest.c >&5
# configure:5080: $? = 0
# configure:5153: clang -o conftest conftest.c >&5
# configure:5153: $? = 0
# configure:5153: ./conftest
# configure:5153: $? = 0
# configure:5164: result: yes
# configure:5177: checking for sys/types.h
# configure:5177: clang -c conftest.c >&5
# configure:5177: $? = 0
# configure:5177: result: yes
# configure:5177: checking for sys/stat.h
# configure:5177: clang -c conftest.c >&5
# configure:5177: $? = 0
# configure:5177: result: yes
# configure:5177: checking for stdlib.h
# configure:5177: clang -c conftest.c >&5
# configure:5177: $? = 0
# configure:5177: result: yes
# configure:5177: checking for string.h
# configure:5177: clang -c conftest.c >&5
# configure:5177: $? = 0
# configure:5177: result: yes
# configure:5177: checking for memory.h
# configure:5177: clang -c conftest.c >&5
# configure:5177: $? = 0
# configure:5177: result: yes
# configure:5177: checking for strings.h
# configure:5177: clang -c conftest.c >&5
# configure:5177: $? = 0
# configure:5177: result: yes
# configure:5177: checking for inttypes.h
# configure:5177: clang -c conftest.c >&5
# configure:5177: $? = 0
# configure:5177: result: yes
# configure:5177: checking for stdint.h
# configure:5177: clang -c conftest.c >&5
# configure:5177: $? = 0
# configure:5177: result: yes
# configure:5177: checking for unistd.h
# configure:5177: clang -c conftest.c >&5
# configure:5177: $? = 0
# configure:5177: result: yes
# configure:5189: checking whether byte ordering is bigendian
# configure:5204: clang -c conftest.c >&5
# conftest.c:25:9: error: unknown type name 'not'
# not a universal capable compiler
# ^
# conftest.c:25:14: error: expected ';' after top level declarator
# not a universal capable compiler
# ^
# ;
# 2 errors generated.
# configure:5204: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "aide"
# | #define PACKAGE_TARNAME "aide"
# | #define PACKAGE_VERSION "0.15.1"
# | #define PACKAGE_STRING "aide 0.15.1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "aide"
# | #define VERSION "0.15.1"
# | #define AIDEVERSION "0.15.1"
# | #define HAVE_SYSLOG 1
# | #define HAVE_VSYSLOG 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #ifndef __APPLE_CC__
# | not a universal capable compiler
# | #endif
# | typedef int dummy;
# |
# configure:5249: clang -c conftest.c >&5
# configure:5249: $? = 0
# configure:5267: clang -c conftest.c >&5
# conftest.c:31:4: error: use of undeclared identifier 'not'
# not big endian
# ^
# 1 error generated.
# configure:5267: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "aide"
# | #define PACKAGE_TARNAME "aide"
# | #define PACKAGE_VERSION "0.15.1"
# | #define PACKAGE_STRING "aide 0.15.1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "aide"
# | #define VERSION "0.15.1"
# | #define AIDEVERSION "0.15.1"
# | #define HAVE_SYSLOG 1
# | #define HAVE_VSYSLOG 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:5395: result: no
# configure:5417: checking for byte
# configure:5417: clang -c conftest.c >&5
# conftest.c:61:13: error: use of undeclared identifier 'byte'
# if (sizeof (byte))
# ^
# 1 error generated.
# configure:5417: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "aide"
# | #define PACKAGE_TARNAME "aide"
# | #define PACKAGE_VERSION "0.15.1"
# | #define PACKAGE_STRING "aide 0.15.1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "aide"
# | #define VERSION "0.15.1"
# | #define AIDEVERSION "0.15.1"
# | #define HAVE_SYSLOG 1
# | #define HAVE_VSYSLOG 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define LITTLE_ENDIAN_HOST 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof (byte))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5417: result: no
# configure:5426: checking for ushort
# configure:5426: clang -c conftest.c >&5
# configure:5426: $? = 0
# configure:5426: clang -c conftest.c >&5
# conftest.c:61:21: error: expected expression
# if (sizeof ((ushort)))
# ^
# 1 error generated.
# configure:5426: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "aide"
# | #define PACKAGE_TARNAME "aide"
# | #define PACKAGE_VERSION "0.15.1"
# | #define PACKAGE_STRING "aide 0.15.1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "aide"
# | #define VERSION "0.15.1"
# | #define AIDEVERSION "0.15.1"
# | #define HAVE_SYSLOG 1
# | #define HAVE_VSYSLOG 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define LITTLE_ENDIAN_HOST 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((ushort)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5426: result: yes
# configure:5435: checking for ulong
# configure:5435: clang -c conftest.c >&5
# configure:5435: $? = 0
# configure:5435: clang -c conftest.c >&5
# conftest.c:62:20: error: expected expression
# if (sizeof ((ulong)))
# ^
# 1 error generated.
# configure:5435: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "aide"
# | #define PACKAGE_TARNAME "aide"
# | #define PACKAGE_VERSION "0.15.1"
# | #define PACKAGE_STRING "aide 0.15.1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "aide"
# | #define VERSION "0.15.1"
# | #define AIDEVERSION "0.15.1"
# | #define HAVE_SYSLOG 1
# | #define HAVE_VSYSLOG 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define LITTLE_ENDIAN_HOST 1
# | #define HAVE_USHORT 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((ulong)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5435: result: yes
# configure:5444: checking for u16
# configure:5444: clang -c conftest.c >&5
# conftest.c:63:13: error: use of undeclared identifier 'u16'
# if (sizeof (u16))
# ^
# 1 error generated.
# configure:5444: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "aide"
# | #define PACKAGE_TARNAME "aide"
# | #define PACKAGE_VERSION "0.15.1"
# | #define PACKAGE_STRING "aide 0.15.1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "aide"
# | #define VERSION "0.15.1"
# | #define AIDEVERSION "0.15.1"
# | #define HAVE_SYSLOG 1
# | #define HAVE_VSYSLOG 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define LITTLE_ENDIAN_HOST 1
# | #define HAVE_USHORT 1
# | #define HAVE_ULONG 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof (u16))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5444: result: no
# configure:5453: checking for u32
# configure:5453: clang -c conftest.c >&5
# conftest.c:63:13: error: use of undeclared identifier 'u32'
# if (sizeof (u32))
# ^
# 1 error generated.
# configure:5453: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "aide"
# | #define PACKAGE_TARNAME "aide"
# | #define PACKAGE_VERSION "0.15.1"
# | #define PACKAGE_STRING "aide 0.15.1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "aide"
# | #define VERSION "0.15.1"
# | #define AIDEVERSION "0.15.1"
# | #define HAVE_SYSLOG 1
# | #define HAVE_VSYSLOG 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define LITTLE_ENDIAN_HOST 1
# | #define HAVE_USHORT 1
# | #define HAVE_ULONG 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof (u32))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5453: result: no
# configure:5462: checking for u64
# configure:5462: clang -c conftest.c >&5
# conftest.c:63:13: error: use of undeclared identifier 'u64'
# if (sizeof (u64))
# ^
# 1 error generated.
# configure:5462: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "aide"
# | #define PACKAGE_TARNAME "aide"
# | #define PACKAGE_VERSION "0.15.1"
# | #define PACKAGE_STRING "aide 0.15.1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "aide"
# | #define VERSION "0.15.1"
# | #define AIDEVERSION "0.15.1"
# | #define HAVE_SYSLOG 1
# | #define HAVE_VSYSLOG 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define LITTLE_ENDIAN_HOST 1
# | #define HAVE_USHORT 1
# | #define HAVE_ULONG 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof (u64))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5462: result: no
# configure:5477: checking size of unsigned short
# configure:5482: clang -o conftest conftest.c >&5
# configure:5482: $? = 0
# configure:5482: ./conftest
# configure:5482: $? = 0
# configure:5496: result: 2
# configure:5510: checking size of unsigned int
# configure:5515: clang -o conftest conftest.c >&5
# configure:5515: $? = 0
# configure:5515: ./conftest
# configure:5515: $? = 0
# configure:5529: result: 4
# configure:5543: checking size of unsigned long
# configure:5548: clang -o conftest conftest.c >&5
# configure:5548: $? = 0
# configure:5548: ./conftest
# configure:5548: $? = 0
# configure:5562: result: 8
# configure:5576: checking size of long long
# configure:5581: clang -o conftest conftest.c >&5
# configure:5581: $? = 0
# configure:5581: ./conftest
# configure:5581: $? = 0
# configure:5595: result: 8
# configure:5609: checking size of unsigned long long
# configure:5614: clang -o conftest conftest.c >&5
# configure:5614: $? = 0
# configure:5614: ./conftest
# configure:5614: $? = 0
# configure:5628: result: 8
# configure:5640: checking for long double with more range or precision than double
# configure:5675: clang -c conftest.c >&5
# configure:5675: $? = 0
# configure:5682: result: yes
# configure:5698: checking for ANSI C header files
# configure:5802: result: yes
# configure:5813: checking for strtoll
# configure:5813: clang -o conftest conftest.c >&5
# configure:5813: $? = 0
# configure:5813: result: yes
# configure:5813: checking for strtoimax
# configure:5813: clang -o conftest conftest.c >&5
# configure:5813: $? = 0
# configure:5813: result: yes
# configure:5813: checking for readdir
# configure:5813: clang -o conftest conftest.c >&5
# configure:5813: $? = 0
# configure:5813: result: yes
# configure:5824: checking args to readdir_r
# configure:5846: clang -o conftest conftest.c >&5
# conftest.c:48:72: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# readdir_r((DIR *) NULL, (struct dirent *) NULL, (struct dirent **) NULL);
# ~~~~~~~~~~~~ ^
# conftest.c:48:72: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# readdir_r((DIR *) NULL, (struct dirent *) NULL, (struct dirent **) NULL);
# ~~~~~~~~~~~~~~~~~~~~~~ ^
# conftest.c:48:72: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# readdir_r((DIR *) NULL, (struct dirent *) NULL, (struct dirent **) NULL);
# ~~~~~~~~~~~~~~~~~~~~~~~^
# 3 warnings generated.
# configure:5846: $? = 0
# configure:5854: result: POSIX
# configure:5866: checking for stricmp
# configure:5866: clang -o conftest conftest.c >&5
# /tmp/conftest-1d0e61.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `stricmp'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:5866: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "aide"
# | #define PACKAGE_TARNAME "aide"
# | #define PACKAGE_VERSION "0.15.1"
# | #define PACKAGE_STRING "aide 0.15.1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "aide"
# | #define VERSION "0.15.1"
# | #define AIDEVERSION "0.15.1"
# | #define HAVE_SYSLOG 1
# | #define HAVE_VSYSLOG 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define LITTLE_ENDIAN_HOST 1
# | #define HAVE_USHORT 1
# | #define HAVE_ULONG 1
# | #define SIZEOF_UNSIGNED_SHORT 2
# | #define SIZEOF_UNSIGNED_INT 4
# | #define SIZEOF_UNSIGNED_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_UNSIGNED_LONG_LONG 8
# | #define HAVE_LONG_DOUBLE_WIDER 1
# | #define HAVE_LONG_DOUBLE 1
# | #define STDC_HEADERS 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_STRTOIMAX 1
# | #define HAVE_READDIR 1
# | #define HAVE_READDIR_R 1
# | /* end confdefs.h. */
# | /* Define stricmp to an innocuous variant, in case declares stricmp.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define stricmp innocuous_stricmp
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char stricmp (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef stricmp
# |
# | /* 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 stricmp ();
# | /* 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_stricmp || defined __stub___stricmp
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return stricmp ();
# | ;
# | return 0;
# | }
# configure:5866: result: no
# configure:5866: checking for strnstr
# configure:5866: clang -o conftest conftest.c >&5
# /tmp/conftest-b15bb4.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `strnstr'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:5866: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "aide"
# | #define PACKAGE_TARNAME "aide"
# | #define PACKAGE_VERSION "0.15.1"
# | #define PACKAGE_STRING "aide 0.15.1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "aide"
# | #define VERSION "0.15.1"
# | #define AIDEVERSION "0.15.1"
# | #define HAVE_SYSLOG 1
# | #define HAVE_VSYSLOG 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define LITTLE_ENDIAN_HOST 1
# | #define HAVE_USHORT 1
# | #define HAVE_ULONG 1
# | #define SIZEOF_UNSIGNED_SHORT 2
# | #define SIZEOF_UNSIGNED_INT 4
# | #define SIZEOF_UNSIGNED_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_UNSIGNED_LONG_LONG 8
# | #define HAVE_LONG_DOUBLE_WIDER 1
# | #define HAVE_LONG_DOUBLE 1
# | #define STDC_HEADERS 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_STRTOIMAX 1
# | #define HAVE_READDIR 1
# | #define HAVE_READDIR_R 1
# | /* end confdefs.h. */
# | /* Define strnstr to an innocuous variant, in case declares strnstr.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define strnstr innocuous_strnstr
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char strnstr (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef strnstr
# |
# | /* 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 strnstr ();
# | /* 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_strnstr || defined __stub___strnstr
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return strnstr ();
# | ;
# | return 0;
# | }
# configure:5866: result: no
# configure:5866: checking for strnlen
# configure:5866: clang -o conftest conftest.c >&5
# configure:5866: $? = 0
# configure:5866: result: yes
# configure:5889: checking for mmap
# configure:5889: clang -o conftest conftest.c >&5
# configure:5889: $? = 0
# configure:5889: result: yes
# configure:5906: checking for fcntl
# configure:5906: clang -o conftest conftest.c >&5
# configure:5906: $? = 0
# configure:5906: result: yes
# configure:5906: checking for ftruncate
# configure:5906: clang -o conftest conftest.c >&5
# configure:5906: $? = 0
# configure:5906: result: yes
# configure:5906: checking for posix_fadvise
# configure:5906: clang -o conftest conftest.c >&5
# configure:5906: $? = 0
# configure:5906: result: yes
# configure:5906: checking for asprintf
# configure:5906: clang -o conftest conftest.c >&5
# conftest.c:78:18: warning: format string missing [-Wformat]
# return asprintf ();
# ~~~~~~~~ ^
# 1 warning generated.
# configure:5906: $? = 0
# configure:5906: result: yes
# configure:5906: checking for snprintf
# configure:5906: clang -o conftest conftest.c >&5
# conftest.c:68:6: warning: incompatible redeclaration of library function 'snprintf' [-Wincompatible-library-redeclaration]
# char snprintf ();
# ^
# conftest.c:68:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned long, const char *, ...)'
# 1 warning generated.
# configure:5906: $? = 0
# configure:5906: result: yes
# configure:5906: checking for vasprintf
# configure:5906: clang -o conftest conftest.c >&5
# conftest.c:80:19: warning: format string missing [-Wformat]
# return vasprintf ();
# ~~~~~~~~~ ^
# 1 warning generated.
# configure:5906: $? = 0
# configure:5906: result: yes
# configure:5906: checking for vsnprintf
# configure:5906: clang -o conftest conftest.c >&5
# conftest.c:70:6: warning: incompatible redeclaration of library function 'vsnprintf' [-Wincompatible-library-redeclaration]
# char vsnprintf ();
# ^
# conftest.c:70:6: note: 'vsnprintf' is a builtin with type 'int (char *, unsigned long, const char *, struct __va_list_tag *)'
# 1 warning generated.
# configure:5906: $? = 0
# configure:5906: result: yes
# configure:5906: checking for va_copy
# configure:5906: clang -o conftest conftest.c >&5
# /tmp/conftest-dfd3db.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `va_copy'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:5906: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "aide"
# | #define PACKAGE_TARNAME "aide"
# | #define PACKAGE_VERSION "0.15.1"
# | #define PACKAGE_STRING "aide 0.15.1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "aide"
# | #define VERSION "0.15.1"
# | #define AIDEVERSION "0.15.1"
# | #define HAVE_SYSLOG 1
# | #define HAVE_VSYSLOG 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define LITTLE_ENDIAN_HOST 1
# | #define HAVE_USHORT 1
# | #define HAVE_ULONG 1
# | #define SIZEOF_UNSIGNED_SHORT 2
# | #define SIZEOF_UNSIGNED_INT 4
# | #define SIZEOF_UNSIGNED_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_UNSIGNED_LONG_LONG 8
# | #define HAVE_LONG_DOUBLE_WIDER 1
# | #define HAVE_LONG_DOUBLE 1
# | #define STDC_HEADERS 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_STRTOIMAX 1
# | #define HAVE_READDIR 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_STRNLEN 1
# | #define HAVE_MMAP 1
# | #define HAVE_FCNTL 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_VASPRINTF 1
# | #define HAVE_VSNPRINTF 1
# | /* end confdefs.h. */
# | /* Define va_copy to an innocuous variant, in case declares va_copy.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define va_copy innocuous_va_copy
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char va_copy (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef va_copy
# |
# | /* 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 va_copy ();
# | /* 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_va_copy || defined __stub___va_copy
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return va_copy ();
# | ;
# | return 0;
# | }
# configure:5906: result: no
# configure:5906: checking for __va_copy
# configure:5906: clang -o conftest conftest.c >&5
# /tmp/conftest-d665e2.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `__va_copy'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:5906: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "aide"
# | #define PACKAGE_TARNAME "aide"
# | #define PACKAGE_VERSION "0.15.1"
# | #define PACKAGE_STRING "aide 0.15.1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "aide"
# | #define VERSION "0.15.1"
# | #define AIDEVERSION "0.15.1"
# | #define HAVE_SYSLOG 1
# | #define HAVE_VSYSLOG 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define LITTLE_ENDIAN_HOST 1
# | #define HAVE_USHORT 1
# | #define HAVE_ULONG 1
# | #define SIZEOF_UNSIGNED_SHORT 2
# | #define SIZEOF_UNSIGNED_INT 4
# | #define SIZEOF_UNSIGNED_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_UNSIGNED_LONG_LONG 8
# | #define HAVE_LONG_DOUBLE_WIDER 1
# | #define HAVE_LONG_DOUBLE 1
# | #define STDC_HEADERS 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_STRTOIMAX 1
# | #define HAVE_READDIR 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_STRNLEN 1
# | #define HAVE_MMAP 1
# | #define HAVE_FCNTL 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_VASPRINTF 1
# | #define HAVE_VSNPRINTF 1
# | /* end confdefs.h. */
# | /* Define __va_copy to an innocuous variant, in case declares __va_copy.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define __va_copy innocuous___va_copy
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char __va_copy (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef __va_copy
# |
# | /* 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 __va_copy ();
# | /* 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___va_copy || defined __stub_____va_copy
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return __va_copy ();
# | ;
# | return 0;
# | }
# configure:5906: result: no
# configure:5916: checking for ISO C99 compliant snprintf
# configure:5937: clang -o conftest conftest.c >&5
# conftest.c:56:2: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
# exit ((buf[2] != 0) || (snprintf(NULL, 0, "%d", 100) != 3));
# ^
# conftest.c:56:2: note: include the header or explicitly provide a declaration for 'exit'
# 1 warning generated.
# configure:5937: $? = 0
# configure:5937: ./conftest
# configure:5937: $? = 0
# configure:5947: result: yes
# configure:5954: checking for ISO C99 compliant vsnprintf
# configure:5988: clang -o conftest conftest.c >&5
# conftest.c:70:2: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
# exit ((buf[2] != 0) || (doit(NULL, 0, "%d", 100) != 3));
# ^
# conftest.c:70:2: note: include the header or explicitly provide a declaration for 'exit'
# 1 warning generated.
# configure:5988: $? = 0
# configure:5988: ./conftest
# configure:5988: $? = 0
# configure:5998: result: yes
# configure:6007: checking for open/O_NOATIME
# configure:6062: clang -o conftest conftest.c >&5
# conftest.c:60:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# main() {
# ^
# conftest.c:62:1: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
# exit ((!O_NOATIME) || (fd == -1) || (read(fd, &c, 1) != 1));
# ^
# conftest.c:62:1: note: include the header or explicitly provide a declaration for 'exit'
# conftest.c:62:38: warning: implicit declaration of function 'read' is invalid in C99 [-Wimplicit-function-declaration]
# exit ((!O_NOATIME) || (fd == -1) || (read(fd, &c, 1) != 1));
# ^
# 3 warnings generated.
# configure:6062: $? = 0
# configure:6062: ./conftest
# configure:6062: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "aide"
# | #define PACKAGE_TARNAME "aide"
# | #define PACKAGE_VERSION "0.15.1"
# | #define PACKAGE_STRING "aide 0.15.1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "aide"
# | #define VERSION "0.15.1"
# | #define AIDEVERSION "0.15.1"
# | #define HAVE_SYSLOG 1
# | #define HAVE_VSYSLOG 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define LITTLE_ENDIAN_HOST 1
# | #define HAVE_USHORT 1
# | #define HAVE_ULONG 1
# | #define SIZEOF_UNSIGNED_SHORT 2
# | #define SIZEOF_UNSIGNED_INT 4
# | #define SIZEOF_UNSIGNED_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_UNSIGNED_LONG_LONG 8
# | #define HAVE_LONG_DOUBLE_WIDER 1
# | #define HAVE_LONG_DOUBLE 1
# | #define STDC_HEADERS 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_STRTOIMAX 1
# | #define HAVE_READDIR 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_STRNLEN 1
# | #define HAVE_MMAP 1
# | #define HAVE_FCNTL 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_VASPRINTF 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_C99_SNPRINTF 1
# | #define HAVE_C99_VSNPRINTF 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# | #ifndef O_NOATIME
# | #if defined(__linux__) && (defined(__i386__) || defined(__PPC__))
# | #define O_NOATIME 01000000
# | #else
# | #define O_NOATIME 0
# | #endif
# | #endif
# | main() {
# | int c, fd = open("__o_noatime_file", O_RDONLY | O_NOATIME, 0);
# | exit ((!O_NOATIME) || (fd == -1) || (read(fd, &c, 1) != 1));
# | }
# configure:6073: result: no
# configure:6084: checking syslog.h usability
# configure:6084: clang -c conftest.c >&5
# configure:6084: $? = 0
# configure:6084: result: yes
# configure:6084: checking syslog.h presence
# configure:6084: clang -E conftest.c
# configure:6084: $? = 0
# configure:6084: result: yes
# configure:6084: checking for syslog.h
# configure:6084: result: yes
# configure:6084: checking for inttypes.h
# configure:6084: result: yes
# configure:6084: checking fcntl.h usability
# configure:6084: clang -c conftest.c >&5
# configure:6084: $? = 0
# configure:6084: result: yes
# configure:6084: checking fcntl.h presence
# configure:6084: clang -E conftest.c
# configure:6084: $? = 0
# configure:6084: result: yes
# configure:6084: checking for fcntl.h
# configure:6084: result: yes
# configure:6084: checking ctype.h usability
# configure:6084: clang -c conftest.c >&5
# configure:6084: $? = 0
# configure:6084: result: yes
# configure:6084: checking ctype.h presence
# configure:6084: clang -E conftest.c
# configure:6084: $? = 0
# configure:6084: result: yes
# configure:6084: checking for ctype.h
# configure:6084: result: yes
# configure:6223: checking for sun-acl-support
# configure:6248: result: no
# configure:6253: checking for posix-acl-support
# configure:6275: result: yes
# configure:6285: checking for selinux-support
# configure:6311: result: no
# configure:6319: checking for prelink-support
# configure:6335: result: /usr/sbin/prelink
# configure:6365: checking for xattr-support
# configure:6384: result: yes
# configure:6394: checking for e2fsattrs-support
# configure:6413: result: yes
# configure:6434: checking for lstat64
# configure:6434: clang -o conftest conftest.c >&5
# configure:6434: $? = 0
# configure:6434: result: yes
# configure:6436: checking for stat64
# configure:6436: clang -o conftest conftest.c >&5
# configure:6436: $? = 0
# configure:6436: result: yes
# configure:6446: checking for readdir64
# configure:6446: clang -o conftest conftest.c >&5
# configure:6446: $? = 0
# configure:6446: result: yes
# configure:6454: checking for readdir64_r
# configure:6454: clang -o conftest conftest.c >&5
# configure:6454: $? = 0
# configure:6454: result: yes
# configure:6496: checking size of off_t
# configure:6501: clang -o conftest -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS conftest.c >&5
# configure:6501: $? = 0
# configure:6501: ./conftest
# configure:6501: $? = 0
# configure:6515: result: 8
# configure:6529: checking size of off64_t
# configure:6534: clang -o conftest -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS conftest.c >&5
# configure:6534: $? = 0
# configure:6534: ./conftest
# configure:6534: $? = 0
# configure:6548: result: 8
# configure:6558: checking for LFS ino_t
# configure:6576: clang -o conftest -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS conftest.c >&5
# conftest.c:71:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# main() { struct stat64 st; ino64_t s; if (sizeof(ino_t) == sizeof(ino64_t)) exit(1); exit((lstat64("/dev/null", &st)==0)?0:1); }
# ^
# conftest.c:71:77: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
# main() { struct stat64 st; ino64_t s; if (sizeof(ino_t) == sizeof(ino64_t)) exit(1); exit((lstat64("/dev/null", &st)==0)?0:1); }
# ^
# conftest.c:71:77: note: include the header or explicitly provide a declaration for 'exit'
# 2 warnings generated.
# configure:6576: $? = 0
# configure:6576: ./conftest
# configure:6576: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "aide"
# | #define PACKAGE_TARNAME "aide"
# | #define PACKAGE_VERSION "0.15.1"
# | #define PACKAGE_STRING "aide 0.15.1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "aide"
# | #define VERSION "0.15.1"
# | #define AIDEVERSION "0.15.1"
# | #define HAVE_SYSLOG 1
# | #define HAVE_VSYSLOG 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define LITTLE_ENDIAN_HOST 1
# | #define HAVE_USHORT 1
# | #define HAVE_ULONG 1
# | #define SIZEOF_UNSIGNED_SHORT 2
# | #define SIZEOF_UNSIGNED_INT 4
# | #define SIZEOF_UNSIGNED_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_UNSIGNED_LONG_LONG 8
# | #define HAVE_LONG_DOUBLE_WIDER 1
# | #define HAVE_LONG_DOUBLE 1
# | #define STDC_HEADERS 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_STRTOIMAX 1
# | #define HAVE_READDIR 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_STRNLEN 1
# | #define HAVE_MMAP 1
# | #define HAVE_FCNTL 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_VASPRINTF 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_C99_SNPRINTF 1
# | #define HAVE_C99_VSNPRINTF 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_CTYPE_H 1
# | #define AIDE_IDENT "aide"
# | #define AIDE_SYSLOG_FACILITY LOG_LOCAL0
# | #define AIDE_LOGOPT LOG_CONS
# | #define SYSLOG_PRIORITY LOG_NOTICE
# | #define WITH_POSIX_ACL 1
# | #define WITH_ACL 1
# | #define PRELINK_PATH "/usr/sbin/prelink"
# | #define WITH_PRELINK 1
# | #define WITH_XATTR 1
# | #define WITH_E2FSATTRS 1
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_OFF64_T 8
# | /* end confdefs.h. */
# |
# | #include
# | #include
# | #include
# | #include
# | main() { struct stat64 st; ino64_t s; if (sizeof(ino_t) == sizeof(ino64_t)) exit(1); exit((lstat64("/dev/null", &st)==0)?0:1); }
# configure:6586: result: ino_t
# configure:6589: checking for LFS dirent
# configure:6609: clang -c -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS conftest.c >&5
# configure:6609: $? = 0
# configure:6616: result: dirent64
# configure:6734: checking zlib.h usability
# configure:6734: clang -c conftest.c >&5
# configure:6734: $? = 0
# configure:6734: result: yes
# configure:6734: checking zlib.h presence
# configure:6734: clang -E conftest.c
# configure:6734: $? = 0
# configure:6734: result: yes
# configure:6734: checking for zlib.h
# configure:6734: result: yes
# configure:6747: checking for deflate in -lz
# configure:6772: clang -o conftest conftest.c -lz >&5
# configure:6772: $? = 0
# configure:6781: result: yes
# configure:6940: checking for regexec
# configure:6940: clang -o conftest conftest.c -lz >&5
# configure:6940: $? = 0
# configure:6940: result: yes
# configure:6940: checking for regcomp
# configure:6940: clang -o conftest conftest.c -lz >&5
# configure:6940: $? = 0
# configure:6940: result: yes
# configure:6988: checking for mhash_get_block_size in -lmhash
# configure:7013: clang -o conftest conftest.c -lmhash -lz >&5
# configure:7013: $? = 0
# configure:7022: result: yes
# configure:7042: clang -c conftest.c >&5
# configure:7042: $? = 0
# configure:7547: checking for crypt in -lc
# configure:7572: clang -o conftest conftest.c -lc -lz >&5
# /tmp/conftest-65b61e.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `crypt'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:7572: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "aide"
# | #define PACKAGE_TARNAME "aide"
# | #define PACKAGE_VERSION "0.15.1"
# | #define PACKAGE_STRING "aide 0.15.1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "aide"
# | #define VERSION "0.15.1"
# | #define AIDEVERSION "0.15.1"
# | #define HAVE_SYSLOG 1
# | #define HAVE_VSYSLOG 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define LITTLE_ENDIAN_HOST 1
# | #define HAVE_USHORT 1
# | #define HAVE_ULONG 1
# | #define SIZEOF_UNSIGNED_SHORT 2
# | #define SIZEOF_UNSIGNED_INT 4
# | #define SIZEOF_UNSIGNED_LONG 8
# | #define SIZEOF_LONG_LONG 8
# | #define SIZEOF_UNSIGNED_LONG_LONG 8
# | #define HAVE_LONG_DOUBLE_WIDER 1
# | #define HAVE_LONG_DOUBLE 1
# | #define STDC_HEADERS 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_STRTOIMAX 1
# | #define HAVE_READDIR 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_STRNLEN 1
# | #define HAVE_MMAP 1
# | #define HAVE_FCNTL 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_VASPRINTF 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_C99_SNPRINTF 1
# | #define HAVE_C99_VSNPRINTF 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_CTYPE_H 1
# | #define AIDE_IDENT "aide"
# | #define AIDE_SYSLOG_FACILITY LOG_LOCAL0
# | #define AIDE_LOGOPT LOG_CONS
# | #define SYSLOG_PRIORITY LOG_NOTICE
# | #define WITH_POSIX_ACL 1
# | #define WITH_ACL 1
# | #define PRELINK_PATH "/usr/sbin/prelink"
# | #define WITH_PRELINK 1
# | #define WITH_XATTR 1
# | #define WITH_E2FSATTRS 1
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_OFF64_T 8
# | #define AIDE_LSTAT_FUNC lstat64
# | #define AIDE_STAT_FUNC stat64
# | #define AIDE_FSTAT_FUNC fstat64
# | #define AIDE_STAT_TYPE stat64
# | #define AIDE_INO_TYPE ino_t
# | #define AIDE_OFF_TYPE off64_t
# | #define AIDE_BLKCNT_TYPE blkcnt64_t
# | #define AIDE_READDIR_FUNC readdir64
# | #define AIDE_READDIR_R_FUNC readdir64_r
# | #define AIDE_DIRENT_TYPE dirent64
# | #define CONFIG_FILE "/etc/aide.conf"
# | #define DEFAULT_DB "/etc/aide.db"
# | #define DEFAULT_DB_OUT "/etc/aide.db.new"
# | #define HAVE_ZLIB_H 1
# | #define HAVE_LIBZ 1
# | #define WITH_ZLIB 1
# | #define HAVE_REGEXEC 1
# | #define HAVE_REGCOMP 1
# | #define HAVE_MHASH_WHIRLPOOL 1
# | #define WITH_MHASH 1
# | #define CONFIGHMACTYPE MHASH_MD5
# | #define CONFHMACKEY_00 ""
# | #define CONFHMACKEY_01 ""
# | #define CONFHMACKEY_02 ""
# | #define CONFHMACKEY_03 ""
# | #define CONFHMACKEY_04 ""
# | #define CONFHMACKEY_05 ""
# | #define CONFHMACKEY_06 ""
# | #define CONFHMACKEY_07 ""
# | #define CONFHMACKEY_08 ""
# | #define CONFHMACKEY_09 ""
# | #define DBHMACTYPE MHASH_MD5
# | #define DBHMACKEY_00 ""
# | #define DBHMACKEY_01 ""
# | #define DBHMACKEY_02 ""
# | #define DBHMACKEY_03 ""
# | #define DBHMACKEY_04 ""
# | #define DBHMACKEY_05 ""
# | #define DBHMACKEY_06 ""
# | #define DBHMACKEY_07 ""
# | #define DBHMACKEY_08 ""
# | #define DBHMACKEY_09 ""
# | #define FORCECONFIGMD 0
# | #define FORCEDBMD 0
# | #define INITIALERRORSTO "stderr"
# | /* 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 crypt ();
# | int
# | main ()
# | {
# | return crypt ();
# | ;
# | return 0;
# | }
# configure:7581: result: no
# configure:7586: checking for crypt in -lcrypt
# configure:7611: clang -o conftest conftest.c -lcrypt -lz >&5
# configure:7611: $? = 0
# configure:7620: result: yes
# configure:7634: checking for PostgresSQL support
# configure:7707: result: no
# configure:7899: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by aide config.status 0.15.1, which was
# generated by GNU Autoconf 2.67. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 6c03aa39d1f1
#
# config.status:995: creating Makefile
# config.status:995: creating src/Makefile
# config.status:995: creating include/Makefile
# config.status:995: creating doc/Makefile
# config.status:995: creating doc/aide.conf
# config.status:995: creating doc/aide.1
# config.status:995: creating doc/aide.conf.5
# config.status:995: creating aide.spec
# config.status:995: creating config.h
# config.status:1255: executing depfiles commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_bigendian=no
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_long_double=yes
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_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=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func___va_copy=no
# ac_cv_func_asprintf=yes
# ac_cv_func_fcntl=yes
# ac_cv_func_ftruncate=yes
# ac_cv_func_lstat64=yes
# ac_cv_func_mmap=yes
# ac_cv_func_posix_fadvise=yes
# ac_cv_func_readdir64=yes
# ac_cv_func_readdir64_r=yes
# ac_cv_func_readdir=yes
# ac_cv_func_regcomp=yes
# ac_cv_func_regexec=yes
# ac_cv_func_snprintf=yes
# ac_cv_func_snprintf_c99=yes
# ac_cv_func_stat64=yes
# ac_cv_func_stricmp=no
# ac_cv_func_strnlen=yes
# ac_cv_func_strnstr=no
# ac_cv_func_strtoimax=yes
# ac_cv_func_strtoll=yes
# ac_cv_func_va_copy=no
# ac_cv_func_vasprintf=yes
# ac_cv_func_vsnprintf=yes
# ac_cv_func_vsnprintf_c99=yes
# ac_cv_func_vsyslog=yes
# ac_cv_header_ctype_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_syslog_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_zlib_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_c_crypt=no
# ac_cv_lib_crypt_crypt=yes
# ac_cv_lib_lex='none needed'
# ac_cv_lib_mhash_mhash_get_block_size=yes
# ac_cv_lib_z_deflate=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_LD=ld
# ac_cv_prog_LEX=flex
# ac_cv_prog_YACC='bison -y'
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_lex_root=lex.yy
# ac_cv_prog_lex_yytext_pointer=no
# ac_cv_prog_make_make_set=yes
# ac_cv_search_syslog='none required'
# ac_cv_sizeof_long_long=8
# ac_cv_sizeof_off64_t=8
# ac_cv_sizeof_off_t=8
# ac_cv_sizeof_unsigned_int=4
# ac_cv_sizeof_unsigned_long=8
# ac_cv_sizeof_unsigned_long_long=8
# ac_cv_sizeof_unsigned_short=2
# ac_cv_target=x86_64-unknown-linux-gnu
# ac_cv_type_byte=no
# ac_cv_type_long_double_wider=yes
# ac_cv_type_u16=no
# ac_cv_type_u32=no
# ac_cv_type_u64=no
# ac_cv_type_ulong=yes
# ac_cv_type_ushort=yes
# aide_cv_readdir_r=POSIX
# am_cv_CC_dependencies_compiler_type=gcc3
# db_cv_open_o_noatime=no
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLLIB='-lacl'
# ACLOCAL='${SHELL} /tmp/aide/src/aide-0.15.1/missing --run aclocal-1.11'
# AIDE_DEFS='-D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS'
# AIDE_USE_LOCALE=''
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/aide/src/aide-0.15.1/missing --run tar'
# ATTRLIB='-lattr'
# AUDITLIB=''
# AUTOCONF='${SHELL} /tmp/aide/src/aide-0.15.1/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/aide/src/aide-0.15.1/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/aide/src/aide-0.15.1/missing --run automake-1.11'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=' '
# CPP='clang -E'
# CPPFLAGS=''
# CRYPTLIB=' -lmhash'
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# E2FSATTRSLIB='-le2p'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# ELFLIB='-lelf'
# EXEEXT=''
# GREP='/usr/bin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='ld'
# LDFLAGS=' '
# LEX='flex'
# LEXLIB=''
# LEX_OUTPUT_ROOT='lex.yy'
# LIBOBJS=''
# LIBS='-lcrypt -lz '
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/aide/src/aide-0.15.1/missing --run makeinfo'
# MKDIR_P='/usr/bin/mkdir -p'
# OBJEXT='o'
# PACKAGE='aide'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='aide'
# PACKAGE_STRING='aide 0.15.1'
# PACKAGE_TARNAME='aide'
# PACKAGE_URL=''
# PACKAGE_VERSION='0.15.1'
# PATH_SEPARATOR=':'
# PKG_CONFIG='/usr/bin/pkg-config'
# PSQLLIB=''
# RANLIB='ranlib'
# SELINUXLIB=''
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# USE_CURL_FALSE=''
# USE_CURL_TRUE='#'
# VERSION='0.15.1'
# YACC='bison -y'
# YFLAGS=''
# ac_ct_CC=''
# 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-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# curlconfig=''
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/aide/src/aide-0.15.1/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/bin/mkdir -p'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='/etc'
# target='x86_64-unknown-linux-gnu'
# target_alias=''
# target_cpu='x86_64'
# target_os='linux-gnu'
# target_vendor='unknown'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "aide"
# #define PACKAGE_TARNAME "aide"
# #define PACKAGE_VERSION "0.15.1"
# #define PACKAGE_STRING "aide 0.15.1"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define PACKAGE "aide"
# #define VERSION "0.15.1"
# #define AIDEVERSION "0.15.1"
# #define HAVE_SYSLOG 1
# #define HAVE_VSYSLOG 1
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define LITTLE_ENDIAN_HOST 1
# #define HAVE_USHORT 1
# #define HAVE_ULONG 1
# #define SIZEOF_UNSIGNED_SHORT 2
# #define SIZEOF_UNSIGNED_INT 4
# #define SIZEOF_UNSIGNED_LONG 8
# #define SIZEOF_LONG_LONG 8
# #define SIZEOF_UNSIGNED_LONG_LONG 8
# #define HAVE_LONG_DOUBLE_WIDER 1
# #define HAVE_LONG_DOUBLE 1
# #define STDC_HEADERS 1
# #define HAVE_STRTOLL 1
# #define HAVE_STRTOIMAX 1
# #define HAVE_READDIR 1
# #define HAVE_READDIR_R 1
# #define HAVE_STRNLEN 1
# #define HAVE_MMAP 1
# #define HAVE_FCNTL 1
# #define HAVE_FTRUNCATE 1
# #define HAVE_POSIX_FADVISE 1
# #define HAVE_ASPRINTF 1
# #define HAVE_SNPRINTF 1
# #define HAVE_VASPRINTF 1
# #define HAVE_VSNPRINTF 1
# #define HAVE_C99_SNPRINTF 1
# #define HAVE_C99_VSNPRINTF 1
# #define HAVE_SYSLOG_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_FCNTL_H 1
# #define HAVE_CTYPE_H 1
# #define AIDE_IDENT "aide"
# #define AIDE_SYSLOG_FACILITY LOG_LOCAL0
# #define AIDE_LOGOPT LOG_CONS
# #define SYSLOG_PRIORITY LOG_NOTICE
# #define WITH_POSIX_ACL 1
# #define WITH_ACL 1
# #define PRELINK_PATH "/usr/sbin/prelink"
# #define WITH_PRELINK 1
# #define WITH_XATTR 1
# #define WITH_E2FSATTRS 1
# #define SIZEOF_OFF_T 8
# #define SIZEOF_OFF64_T 8
# #define AIDE_LSTAT_FUNC lstat64
# #define AIDE_STAT_FUNC stat64
# #define AIDE_FSTAT_FUNC fstat64
# #define AIDE_STAT_TYPE stat64
# #define AIDE_INO_TYPE ino_t
# #define AIDE_OFF_TYPE off64_t
# #define AIDE_BLKCNT_TYPE blkcnt64_t
# #define AIDE_READDIR_FUNC readdir64
# #define AIDE_READDIR_R_FUNC readdir64_r
# #define AIDE_DIRENT_TYPE dirent64
# #define CONFIG_FILE "/etc/aide.conf"
# #define DEFAULT_DB "/etc/aide.db"
# #define DEFAULT_DB_OUT "/etc/aide.db.new"
# #define HAVE_ZLIB_H 1
# #define HAVE_LIBZ 1
# #define WITH_ZLIB 1
# #define HAVE_REGEXEC 1
# #define HAVE_REGCOMP 1
# #define HAVE_MHASH_WHIRLPOOL 1
# #define WITH_MHASH 1
# #define CONFIGHMACTYPE MHASH_MD5
# #define CONFHMACKEY_00 ""
# #define CONFHMACKEY_01 ""
# #define CONFHMACKEY_02 ""
# #define CONFHMACKEY_03 ""
# #define CONFHMACKEY_04 ""
# #define CONFHMACKEY_05 ""
# #define CONFHMACKEY_06 ""
# #define CONFHMACKEY_07 ""
# #define CONFHMACKEY_08 ""
# #define CONFHMACKEY_09 ""
# #define DBHMACTYPE MHASH_MD5
# #define DBHMACKEY_00 ""
# #define DBHMACKEY_01 ""
# #define DBHMACKEY_02 ""
# #define DBHMACKEY_03 ""
# #define DBHMACKEY_04 ""
# #define DBHMACKEY_05 ""
# #define DBHMACKEY_06 ""
# #define DBHMACKEY_07 ""
# #define DBHMACKEY_08 ""
# #define DBHMACKEY_09 ""
# #define FORCECONFIGMD 0
# #define FORCEDBMD 0
# #define INITIALERRORSTO "stderr"
# #define HAVE_LIBCRYPT 1
# #define AIDECOMPILEOPTIONS "WITH_MMAP\nWITH_POSIX_ACL\nWITH_PRELINK\nWITH_XATTR\nWITH_E2FSATTRS\nWITH_LSTAT64\nWITH_READDIR64\nWITH_ZLIB\nWITH_MHASH\nCONFIG_FILE = \"/etc/aide.conf\"\n"
#
# configure: exit 0