Build of ifplugd with clang_glibc toolchain

The build took 00h 01m 44s and was SUCCESSFUL.

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

SLOCLanguage
2,071 ansic
2,021 makefile
978 sh
5,070 total

The process tree of the build process is here.

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: ifplugd 0.28-14 (Thu Apr 13 19:51:00 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# patching file src/interface.c
# patching file src/ifplugd.c
# 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 for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for x86_64-unknown-linux-g++... clang++
# checking for C++ compiler default output file name... a.out
# checking whether the C++ compiler works... yes
# checking whether we are cross compiling... no
# checking for suffix of executables...
# 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 style of include used by make... GNU
# checking dependency style of clang++... gcc3
# checking for x86_64-unknown-linux-gcc... clang
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ANSI C... none needed
# checking dependency style of clang... gcc3
# checking how to run the C preprocessor... clang -E
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether ln -s works... yes
# checking whether make sets $(MAKE)... (cached) yes
# checking for egrep... grep -E
# checking for ANSI C header files... yes
# checking for sys/wait.h that is POSIX.1 compatible... 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 fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking netinet/in.h usability... yes
# checking netinet/in.h presence... yes
# checking for netinet/in.h... yes
# checking for stdlib.h... (cached) yes
# checking for string.h... (cached) yes
# checking sys/ioctl.h usability... yes
# checking sys/ioctl.h presence... yes
# checking for sys/ioctl.h... yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking syslog.h usability... yes
# checking syslog.h presence... yes
# checking for syslog.h... yes
# checking for unistd.h... (cached) yes
# checking for an ANSI C-conforming const... yes
# checking for pid_t... yes
# checking whether time.h and sys/time.h may both be included... yes
# checking for working volatile... yes
# checking for unistd.h... (cached) yes
# checking vfork.h usability... no
# checking vfork.h presence... no
# checking for vfork.h... no
# checking for fork... yes
# checking for vfork... yes
# checking for working fork... yes
# checking for working vfork... (cached) yes
# checking whether clang needs -traditional... no
# checking sys/select.h usability... yes
# checking sys/select.h presence... yes
# checking for sys/select.h... yes
# checking sys/socket.h usability... yes
# checking sys/socket.h presence... yes
# checking for sys/socket.h... yes
# checking types of arguments for select... int,fd_set *,struct timeval *
# checking for stdlib.h... (cached) yes
# checking for GNU libc compatible malloc... yes
# checking return type of signal handlers... void
# checking for vprintf... yes
# checking for _doprnt... no
# checking for alarm... yes
# checking for dup2... yes
# checking for memset... yes
# checking for select... yes
# checking for setenv... yes
# checking for socket... yes
# checking for strchr... yes
# checking for strdup... yes
# checking for strerror... yes
# checking for strrchr... yes
# checking for strspn... yes
# checking for x86_64-unknown-linux-pkg-config... no
# checking for pkg-config... /usr/bin/pkg-config
# checking pkg-config is at least version 0.9.0... yes
# checking for LIBDAEMON_CFLAGS... -D_REENTRANT
# checking for LIBDAEMON_LIBS... -ldaemon
# configure: *** Init sript will be installed in /etc/rc.d ***
# configure: creating ./config.status
# config.status: creating src/Makefile
# config.status: creating Makefile
# config.status: creating man/Makefile
# config.status: creating conf/Makefile
# config.status: creating doc/Makefile
# config.status: creating doc/README.html
# config.status: creating patches/Makefile
# config.status: creating ifplugd.spec
# config.status: creating config.h
# config.status: executing depfiles commands
# make all-recursive
# make[1]: Entering directory '/tmp/ifplugd/src/ifplugd-0.28'
# Making all in src
# make[2]: Entering directory '/tmp/ifplugd/src/ifplugd-0.28/src'
# make all-am
# make[3]: Entering directory '/tmp/ifplugd/src/ifplugd-0.28/src'
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -DSYSCONFDIR="\"/etc\"" -D_GNU_SOURCE -pipe -W -Wall -Wno-unused-parameter -MT ifplugd.o -MD -MP -MF ".deps/ifplugd.Tpo" -c -o ifplugd.o ifplugd.c; \
# then mv -f ".deps/ifplugd.Tpo" ".deps/ifplugd.Po"; else rm -f ".deps/ifplugd.Tpo"; exit 1; fi
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -DSYSCONFDIR="\"/etc\"" -D_GNU_SOURCE -pipe -W -Wall -Wno-unused-parameter -MT interface.o -MD -MP -MF ".deps/interface.Tpo" -c -o interface.o interface.c; \
# then mv -f ".deps/interface.Tpo" ".deps/interface.Po"; else rm -f ".deps/interface.Tpo"; exit 1; fi
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -DSYSCONFDIR="\"/etc\"" -D_GNU_SOURCE -pipe -W -Wall -Wno-unused-parameter -MT ifmonitor.o -MD -MP -MF ".deps/ifmonitor.Tpo" -c -o ifmonitor.o ifmonitor.c; \
# then mv -f ".deps/ifmonitor.Tpo" ".deps/ifmonitor.Po"; else rm -f ".deps/ifmonitor.Tpo"; exit 1; fi
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -DSYSCONFDIR="\"/etc\"" -D_GNU_SOURCE -pipe -W -Wall -Wno-unused-parameter -MT nlapi.o -MD -MP -MF ".deps/nlapi.Tpo" -c -o nlapi.o nlapi.c; \
# then mv -f ".deps/nlapi.Tpo" ".deps/nlapi.Po"; else rm -f ".deps/nlapi.Tpo"; exit 1; fi
# nlapi.c:89:18: warning: comparison of integers of different signs: '__u32' (aka 'unsigned int') and 'int' [-Wsign-compare]
# if (!NLMSG_OK(p, bytes) || (size_t) bytes < sizeof(struct nlmsghdr) || (size_t) bytes < p->nlmsg_len) {
# ^~~~~~~~~~~~~~~~~~
# /usr/include/linux/netlink.h:90:24: note: expanded from macro 'NLMSG_OK'
# (nlh)->nlmsg_len <= (len))
# ~~~~~~~~~~~~~~~~ ^ ~~~
# 1 warning generated.
# clang -D_REENTRANT -DSYSCONFDIR="\"/etc\"" -D_GNU_SOURCE -pipe -W -Wall -Wno-unused-parameter -o ifplugd ifplugd.o interface.o ifmonitor.o nlapi.o -ldaemon
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -DSYSCONFDIR="\"/etc\"" -D_GNU_SOURCE -pipe -W -Wall -Wno-unused-parameter -MT ifplugstatus.o -MD -MP -MF ".deps/ifplugstatus.Tpo" -c -o ifplugstatus.o ifplugstatus.c; \
# then mv -f ".deps/ifplugstatus.Tpo" ".deps/ifplugstatus.Po"; else rm -f ".deps/ifplugstatus.Tpo"; exit 1; fi
# clang -D_REENTRANT -DSYSCONFDIR="\"/etc\"" -D_GNU_SOURCE -pipe -W -Wall -Wno-unused-parameter -o ifplugstatus ifplugstatus.o interface.o -ldaemon
# make[3]: Leaving directory '/tmp/ifplugd/src/ifplugd-0.28/src'
# make[2]: Leaving directory '/tmp/ifplugd/src/ifplugd-0.28/src'
# Making all in man
# make[2]: Entering directory '/tmp/ifplugd/src/ifplugd-0.28/man'
# sed -e 's,@sysconfdir\@,/etc,g' -e 's,@sbindir\@,/usr/bin,g' -e 's,@PACKAGE_BUGREPORT\@,mzvscyhtq (at) 0pointer (dot) de,g' -e 's,@PACKAGE_URL\@,http://0pointer.de/lennart/projects/ifplugd/,g' ifplugd.8.xml.in > ifplugd.8.xml
# sed -e 's,@sysconfdir\@,/etc,g' -e 's,@sbindir\@,/usr/bin,g' -e 's,@PACKAGE_BUGREPORT\@,mzvscyhtq (at) 0pointer (dot) de,g' -e 's,@PACKAGE_URL\@,http://0pointer.de/lennart/projects/ifplugd/,g' ifplugd.conf.5.xml.in > ifplugd.conf.5.xml
# sed -e 's,@sysconfdir\@,/etc,g' -e 's,@sbindir\@,/usr/bin,g' -e 's,@PACKAGE_BUGREPORT\@,mzvscyhtq (at) 0pointer (dot) de,g' -e 's,@PACKAGE_URL\@,http://0pointer.de/lennart/projects/ifplugd/,g' ifplugstatus.8.xml.in > ifplugstatus.8.xml
# make[2]: Leaving directory '/tmp/ifplugd/src/ifplugd-0.28/man'
# Making all in conf
# make[2]: Entering directory '/tmp/ifplugd/src/ifplugd-0.28/conf'
# sed -e 's,@sysconfdir\@,/etc,g' -e 's,@sbindir\@,/usr/bin,g' ifplugd.init.in > ifplugd.init
# chmod 755 ifplugd.init
# make[2]: Leaving directory '/tmp/ifplugd/src/ifplugd-0.28/conf'
# Making all in doc
# make[2]: Entering directory '/tmp/ifplugd/src/ifplugd-0.28/doc'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/ifplugd/src/ifplugd-0.28/doc'
# Making all in patches
# make[2]: Entering directory '/tmp/ifplugd/src/ifplugd-0.28/patches'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/ifplugd/src/ifplugd-0.28/patches'
# make[2]: Entering directory '/tmp/ifplugd/src/ifplugd-0.28'
# make[2]: Leaving directory '/tmp/ifplugd/src/ifplugd-0.28'
# make[1]: Leaving directory '/tmp/ifplugd/src/ifplugd-0.28'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in src
# make[1]: Entering directory '/tmp/ifplugd/src/ifplugd-0.28/src'
# make install-am
# make[2]: Entering directory '/tmp/ifplugd/src/ifplugd-0.28/src'
# make[3]: Entering directory '/tmp/ifplugd/src/ifplugd-0.28/src'
# test -z "/usr/bin" || mkdir -p -- "/tmp/ifplugd/pkg/ifplugd/usr/bin"
# /usr/bin/install -c 'ifplugd' '/tmp/ifplugd/pkg/ifplugd/usr/bin/ifplugd'
# /usr/bin/install -c 'ifplugstatus' '/tmp/ifplugd/pkg/ifplugd/usr/bin/ifplugstatus'
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/ifplugd/src/ifplugd-0.28/src'
# make[2]: Leaving directory '/tmp/ifplugd/src/ifplugd-0.28/src'
# make[1]: Leaving directory '/tmp/ifplugd/src/ifplugd-0.28/src'
# Making install in man
# make[1]: Entering directory '/tmp/ifplugd/src/ifplugd-0.28/man'
# make[2]: Entering directory '/tmp/ifplugd/src/ifplugd-0.28/man'
# make[2]: Nothing to be done for 'install-exec-am'.
# test -z "/usr/share/man/man5" || mkdir -p -- "/tmp/ifplugd/pkg/ifplugd/usr/share/man/man5"
# /usr/bin/install -c -m 644 './ifplugd.conf.5' '/tmp/ifplugd/pkg/ifplugd/usr/share/man/man5/ifplugd.conf.5'
# test -z "/usr/share/man/man8" || mkdir -p -- "/tmp/ifplugd/pkg/ifplugd/usr/share/man/man8"
# /usr/bin/install -c -m 644 './ifplugd.8' '/tmp/ifplugd/pkg/ifplugd/usr/share/man/man8/ifplugd.8'
# /usr/bin/install -c -m 644 './ifplugstatus.8' '/tmp/ifplugd/pkg/ifplugd/usr/share/man/man8/ifplugstatus.8'
# make[2]: Leaving directory '/tmp/ifplugd/src/ifplugd-0.28/man'
# make[1]: Leaving directory '/tmp/ifplugd/src/ifplugd-0.28/man'
# Making install in conf
# make[1]: Entering directory '/tmp/ifplugd/src/ifplugd-0.28/conf'
# make[2]: Entering directory '/tmp/ifplugd/src/ifplugd-0.28/conf'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/bin/install -c -b -D -m755 ifplugd.init /tmp/ifplugd/pkg/ifplugd/etc/rc.d/ifplugd
# /usr/bin/install -c -b -D -m755 ./ifplugd.action /tmp/ifplugd/pkg/ifplugd/etc/ifplugd/ifplugd.action
# /usr/bin/install -c -b -D -m644 ./ifplugd.conf /tmp/ifplugd/pkg/ifplugd/etc/ifplugd/ifplugd.conf
# make[2]: Leaving directory '/tmp/ifplugd/src/ifplugd-0.28/conf'
# make[1]: Leaving directory '/tmp/ifplugd/src/ifplugd-0.28/conf'
# Making install in doc
# make[1]: Entering directory '/tmp/ifplugd/src/ifplugd-0.28/doc'
# make[2]: Entering directory '/tmp/ifplugd/src/ifplugd-0.28/doc'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/ifplugd/src/ifplugd-0.28/doc'
# make[1]: Leaving directory '/tmp/ifplugd/src/ifplugd-0.28/doc'
# Making install in patches
# make[1]: Entering directory '/tmp/ifplugd/src/ifplugd-0.28/patches'
# make[2]: Entering directory '/tmp/ifplugd/src/ifplugd-0.28/patches'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/ifplugd/src/ifplugd-0.28/patches'
# make[1]: Leaving directory '/tmp/ifplugd/src/ifplugd-0.28/patches'
# make[1]: Entering directory '/tmp/ifplugd/src/ifplugd-0.28'
# make[2]: Entering directory '/tmp/ifplugd/src/ifplugd-0.28'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/ifplugd/src/ifplugd-0.28'
# make[1]: Leaving directory '/tmp/ifplugd/src/ifplugd-0.28'
# ==> Tidying install...
# -> Removing doc files...
# -> Removing empty directories...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "ifplugd"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Adding install file...
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: ifplugd 0.28-14 (Thu Apr 13 19:51:21 UTC 2017)

CMD: pacman --query --file ifplugd-0.28-14-x86_64.pkg.tar.xz
# ifplugd 0.28-14

Creating hybrid package for 'ifplugd'

Trying to find vanilla package 'ifplugd'...

CMD: pacman --query --file /mirror/ifplugd-0.28-14.pkg.tar.xz
# ifplugd 0.28-14

Package file has the following structure:
# /.PKGINFO
# /.INSTALL
# /.MTREE
# /etc/ifplugd/ifplugd.conf
# /usr/bin/ifplugd-daemon
# /usr/bin/ifplugd
# /usr/bin/ifplugstatus
# /usr/share/man/man5/ifplugd.conf.5.gz
# /usr/share/man/man8/ifplugd.8.gz
# /usr/share/man/man8/ifplugstatus.8.gz
# /usr/lib/systemd/system/ifplugd@.service
# /sysroot/usr/lib/systemd/system/ifplugd@.service

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO .INSTALL etc usr sysroot

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO .INSTALL etc usr sysroot .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO .INSTALL etc usr sysroot .MTREE | xz -c -z

CMD: bsdtar -tqf ifplugd.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/ifplugd.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/ifplugd.pkg.tar.xz
# ==> ERROR: Failed to acquire lockfile: /var/cache/pacman/pkg/tuscan.db.tar.lck.
# ==> ERROR: Held by process 9717

Attempting to access local repository, attempt 2

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/ifplugd.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/ifplugd.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'

Printing config logfiles

CMD: config logfiles '/tmp/ifplugd/src/ifplugd-0.28/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 ifplugd configure 0.28, which was
# generated by GNU Autoconf 2.59. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --sbindir=/usr/bin --mandir=/usr/share/man --sysconfdir=/etc --with-initdir=/etc/rc.d --disable-xmltoman --disable-subversion --disable-lynx
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = e23ce5607f75
# 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
# 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/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:1391: checking for a BSD-compatible install
# configure:1446: result: /usr/bin/install -c
# configure:1457: checking whether build environment is sane
# configure:1500: result: yes
# configure:1565: checking for gawk
# configure:1581: found /usr/bin/gawk
# configure:1591: result: gawk
# configure:1601: checking whether make sets $(MAKE)
# configure:1621: result: yes
# configure:1697: checking for x86_64-unknown-linux-strip
# configure:1726: result: no
# configure:1735: checking for strip
# configure:1751: found /usr/bin/strip
# configure:1762: result: strip
# configure:1810: checking for x86_64-unknown-linux-g++
# configure:1836: result: clang++
# configure:1894: checking for C++ compiler version
# configure:1897: 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:1900: $? = 0
# configure:1902: 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
# Selected multilib: .;@m64
# configure:1905: $? = 0
# configure:1907: clang++ -V &5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:1910: $? = 1
# configure:1933: checking for C++ compiler default output file name
# configure:1936: clang++ conftest.cc >&5
# configure:1939: $? = 0
# configure:1985: result: a.out
# configure:1990: checking whether the C++ compiler works
# configure:1996: ./a.out
# configure:1999: $? = 0
# configure:2016: result: yes
# configure:2023: checking whether we are cross compiling
# configure:2025: result: no
# configure:2028: checking for suffix of executables
# configure:2030: clang++ -o conftest conftest.cc >&5
# configure:2033: $? = 0
# configure:2058: result:
# configure:2064: checking for suffix of object files
# configure:2085: clang++ -c conftest.cc >&5
# configure:2088: $? = 0
# configure:2110: result: o
# configure:2114: checking whether we are using the GNU C++ compiler
# configure:2138: clang++ -c conftest.cc >&5
# configure:2144: $? = 0
# configure:2147: test -z || test ! -s conftest.err
# configure:2150: $? = 0
# configure:2153: test -s conftest.o
# configure:2156: $? = 0
# configure:2169: result: yes
# configure:2175: checking whether clang++ accepts -g
# configure:2196: clang++ -c -g conftest.cc >&5
# configure:2202: $? = 0
# configure:2205: test -z || test ! -s conftest.err
# configure:2208: $? = 0
# configure:2211: test -s conftest.o
# configure:2214: $? = 0
# configure:2225: result: yes
# configure:2267: clang++ -c conftest.cc >&5
# configure:2273: $? = 0
# configure:2276: test -z || test ! -s conftest.err
# configure:2279: $? = 0
# configure:2282: test -s conftest.o
# configure:2285: $? = 0
# configure:2311: clang++ -c conftest.cc >&5
# conftest.cc:15:1: error: use of undeclared identifier 'exit'
# exit (42);
# ^
# 1 error generated.
# configure:2317: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "ifplugd"
# | #define PACKAGE_TARNAME "ifplugd"
# | #define PACKAGE_VERSION "0.28"
# | #define PACKAGE_STRING "ifplugd 0.28"
# | #define PACKAGE_BUGREPORT "mzvscyhtq (at) 0pointer (dot) de"
# | #define PACKAGE "ifplugd"
# | #define VERSION "0.28"
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# | exit (42);
# | ;
# | return 0;
# | }
# configure:2267: clang++ -c conftest.cc >&5
# conftest.cc:11:17: error: use of undeclared identifier 'std'
# extern "C" void std::exit (int) throw (); using std::exit;
# ^
# conftest.cc:11:49: error: use of undeclared identifier 'std'
# extern "C" void std::exit (int) throw (); using std::exit;
# ^
# 2 errors generated.
# configure:2273: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "ifplugd"
# | #define PACKAGE_TARNAME "ifplugd"
# | #define PACKAGE_VERSION "0.28"
# | #define PACKAGE_STRING "ifplugd 0.28"
# | #define PACKAGE_BUGREPORT "mzvscyhtq (at) 0pointer (dot) de"
# | #define PACKAGE "ifplugd"
# | #define VERSION "0.28"
# | /* end confdefs.h. */
# | extern "C" void std::exit (int) throw (); using std::exit;
# | #include
# | int
# | main ()
# | {
# | exit (42);
# | ;
# | return 0;
# | }
# configure:2267: clang++ -c conftest.cc >&5
# conftest.cc:11:17: error: use of undeclared identifier 'std'
# extern "C" void std::exit (int); using std::exit;
# ^
# conftest.cc:11:40: error: use of undeclared identifier 'std'
# extern "C" void std::exit (int); using std::exit;
# ^
# 2 errors generated.
# configure:2273: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "ifplugd"
# | #define PACKAGE_TARNAME "ifplugd"
# | #define PACKAGE_VERSION "0.28"
# | #define PACKAGE_STRING "ifplugd 0.28"
# | #define PACKAGE_BUGREPORT "mzvscyhtq (at) 0pointer (dot) de"
# | #define PACKAGE "ifplugd"
# | #define VERSION "0.28"
# | /* end confdefs.h. */
# | extern "C" void std::exit (int); using std::exit;
# | #include
# | int
# | main ()
# | {
# | exit (42);
# | ;
# | return 0;
# | }
# configure:2267: clang++ -c conftest.cc >&5
# configure:2273: $? = 0
# configure:2276: test -z || test ! -s conftest.err
# configure:2279: $? = 0
# configure:2282: test -s conftest.o
# configure:2285: $? = 0
# configure:2311: clang++ -c conftest.cc >&5
# configure:2317: $? = 0
# configure:2320: test -z || test ! -s conftest.err
# configure:2323: $? = 0
# configure:2326: test -s conftest.o
# configure:2329: $? = 0
# configure:2363: checking for style of include used by make
# configure:2391: result: GNU
# configure:2419: checking dependency style of clang++
# configure:2509: result: gcc3
# configure:2534: checking for x86_64-unknown-linux-gcc
# configure:2560: result: clang
# configure:2842: checking for C compiler version
# configure:2845: 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:2848: $? = 0
# configure:2850: 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
# Selected multilib: .;@m64
# configure:2853: $? = 0
# configure:2855: clang -V &5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2858: $? = 1
# configure:2861: checking whether we are using the GNU C compiler
# configure:2885: clang -c conftest.c >&5
# configure:2891: $? = 0
# configure:2894: test -z || test ! -s conftest.err
# configure:2897: $? = 0
# configure:2900: test -s conftest.o
# configure:2903: $? = 0
# configure:2916: result: yes
# configure:2922: checking whether clang accepts -g
# configure:2943: clang -c -g conftest.c >&5
# configure:2949: $? = 0
# configure:2952: test -z || test ! -s conftest.err
# configure:2955: $? = 0
# configure:2958: test -s conftest.o
# configure:2961: $? = 0
# configure:2972: result: yes
# configure:2989: checking for clang option to accept ANSI C
# configure:3059: clang -c conftest.c >&5
# configure:3065: $? = 0
# configure:3068: test -z || test ! -s conftest.err
# configure:3071: $? = 0
# configure:3074: test -s conftest.o
# configure:3077: $? = 0
# configure:3095: result: none needed
# configure:3113: clang -c conftest.c >&5
# conftest.c:2:3: error: unknown type name 'choke'
# choke me
# ^
# conftest.c:2:11: error: expected ';' after top level declarator
# choke me
# ^
# ;
# 2 errors generated.
# configure:3119: $? = 1
# configure: failed program was:
# | #ifndef __cplusplus
# | choke me
# | #endif
# configure:3251: checking dependency style of clang
# configure:3341: result: gcc3
# configure:3363: checking how to run the C preprocessor
# configure:3398: clang -E conftest.c
# configure:3404: $? = 0
# configure:3436: clang -E conftest.c
# conftest.c:14:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3442: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "ifplugd"
# | #define PACKAGE_TARNAME "ifplugd"
# | #define PACKAGE_VERSION "0.28"
# | #define PACKAGE_STRING "ifplugd 0.28"
# | #define PACKAGE_BUGREPORT "mzvscyhtq (at) 0pointer (dot) de"
# | #define PACKAGE "ifplugd"
# | #define VERSION "0.28"
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | /* end confdefs.h. */
# | #include
# configure:3481: result: clang -E
# configure:3505: clang -E conftest.c
# configure:3511: $? = 0
# configure:3543: clang -E conftest.c
# conftest.c:14:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3549: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "ifplugd"
# | #define PACKAGE_TARNAME "ifplugd"
# | #define PACKAGE_VERSION "0.28"
# | #define PACKAGE_STRING "ifplugd 0.28"
# | #define PACKAGE_BUGREPORT "mzvscyhtq (at) 0pointer (dot) de"
# | #define PACKAGE "ifplugd"
# | #define VERSION "0.28"
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | /* end confdefs.h. */
# | #include
# configure:3605: checking for a BSD-compatible install
# configure:3660: result: /usr/bin/install -c
# configure:3671: checking whether ln -s works
# configure:3675: result: yes
# configure:3682: checking whether make sets $(MAKE)
# configure:3702: result: yes
# configure:3726: checking for egrep
# configure:3736: result: grep -E
# configure:3741: checking for ANSI C header files
# configure:3766: clang -c -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# configure:3772: $? = 0
# configure:3775: test -z || test ! -s conftest.err
# configure:3778: $? = 0
# configure:3781: test -s conftest.o
# configure:3784: $? = 0
# configure:3873: clang -o conftest -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# conftest.c:31:7: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
# exit(2);
# ^
# conftest.c:31:7: note: include the header or explicitly provide a declaration for 'exit'
# 1 warning generated.
# configure:3876: $? = 0
# configure:3878: ./conftest
# configure:3881: $? = 0
# configure:3896: result: yes
# configure:3906: checking for sys/wait.h that is POSIX.1 compatible
# configure:3937: clang -c -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# configure:3943: $? = 0
# configure:3946: test -z || test ! -s conftest.err
# configure:3949: $? = 0
# configure:3952: test -s conftest.o
# configure:3955: $? = 0
# configure:3966: result: yes
# configure:3990: checking for sys/types.h
# configure:4006: clang -c -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# configure:4012: $? = 0
# configure:4015: test -z || test ! -s conftest.err
# configure:4018: $? = 0
# configure:4021: test -s conftest.o
# configure:4024: $? = 0
# configure:4035: result: yes
# configure:3990: checking for sys/stat.h
# configure:4006: clang -c -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# configure:4012: $? = 0
# configure:4015: test -z || test ! -s conftest.err
# configure:4018: $? = 0
# configure:4021: test -s conftest.o
# configure:4024: $? = 0
# configure:4035: result: yes
# configure:3990: checking for stdlib.h
# configure:4006: clang -c -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# configure:4012: $? = 0
# configure:4015: test -z || test ! -s conftest.err
# configure:4018: $? = 0
# configure:4021: test -s conftest.o
# configure:4024: $? = 0
# configure:4035: result: yes
# configure:3990: checking for string.h
# configure:4006: clang -c -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# configure:4012: $? = 0
# configure:4015: test -z || test ! -s conftest.err
# configure:4018: $? = 0
# configure:4021: test -s conftest.o
# configure:4024: $? = 0
# configure:4035: result: yes
# configure:3990: checking for memory.h
# configure:4006: clang -c -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# configure:4012: $? = 0
# configure:4015: test -z || test ! -s conftest.err
# configure:4018: $? = 0
# configure:4021: test -s conftest.o
# configure:4024: $? = 0
# configure:4035: result: yes
# configure:3990: checking for strings.h
# configure:4006: clang -c -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# configure:4012: $? = 0
# configure:4015: test -z || test ! -s conftest.err
# configure:4018: $? = 0
# configure:4021: test -s conftest.o
# configure:4024: $? = 0
# configure:4035: result: yes
# configure:3990: checking for inttypes.h
# configure:4006: clang -c -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# configure:4012: $? = 0
# configure:4015: test -z || test ! -s conftest.err
# configure:4018: $? = 0
# configure:4021: test -s conftest.o
# configure:4024: $? = 0
# configure:4035: result: yes
# configure:3990: checking for stdint.h
# configure:4006: clang -c -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# configure:4012: $? = 0
# configure:4015: test -z || test ! -s conftest.err
# configure:4018: $? = 0
# configure:4021: test -s conftest.o
# configure:4024: $? = 0
# configure:4035: result: yes
# configure:3990: checking for unistd.h
# configure:4006: clang -c -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# configure:4012: $? = 0
# configure:4015: test -z || test ! -s conftest.err
# configure:4018: $? = 0
# configure:4021: test -s conftest.o
# configure:4024: $? = 0
# configure:4035: result: yes
# configure:4069: checking fcntl.h usability
# configure:4081: clang -c -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# configure:4087: $? = 0
# configure:4090: test -z || test ! -s conftest.err
# configure:4093: $? = 0
# configure:4096: test -s conftest.o
# configure:4099: $? = 0
# configure:4109: result: yes
# configure:4113: checking fcntl.h presence
# configure:4123: clang -E conftest.c
# configure:4129: $? = 0
# configure:4149: result: yes
# configure:4184: checking for fcntl.h
# configure:4191: result: yes
# configure:4069: checking limits.h usability
# configure:4081: clang -c -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# configure:4087: $? = 0
# configure:4090: test -z || test ! -s conftest.err
# configure:4093: $? = 0
# configure:4096: test -s conftest.o
# configure:4099: $? = 0
# configure:4109: result: yes
# configure:4113: checking limits.h presence
# configure:4123: clang -E conftest.c
# configure:4129: $? = 0
# configure:4149: result: yes
# configure:4184: checking for limits.h
# configure:4191: result: yes
# configure:4069: checking netinet/in.h usability
# configure:4081: clang -c -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# configure:4087: $? = 0
# configure:4090: test -z || test ! -s conftest.err
# configure:4093: $? = 0
# configure:4096: test -s conftest.o
# configure:4099: $? = 0
# configure:4109: result: yes
# configure:4113: checking netinet/in.h presence
# configure:4123: clang -E conftest.c
# configure:4129: $? = 0
# configure:4149: result: yes
# configure:4184: checking for netinet/in.h
# configure:4191: result: yes
# configure:4060: checking for stdlib.h
# configure:4065: result: yes
# configure:4060: checking for string.h
# configure:4065: result: yes
# configure:4069: checking sys/ioctl.h usability
# configure:4081: clang -c -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# configure:4087: $? = 0
# configure:4090: test -z || test ! -s conftest.err
# configure:4093: $? = 0
# configure:4096: test -s conftest.o
# configure:4099: $? = 0
# configure:4109: result: yes
# configure:4113: checking sys/ioctl.h presence
# configure:4123: clang -E conftest.c
# configure:4129: $? = 0
# configure:4149: result: yes
# configure:4184: checking for sys/ioctl.h
# configure:4191: result: yes
# configure:4069: checking sys/time.h usability
# configure:4081: clang -c -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# configure:4087: $? = 0
# configure:4090: test -z || test ! -s conftest.err
# configure:4093: $? = 0
# configure:4096: test -s conftest.o
# configure:4099: $? = 0
# configure:4109: result: yes
# configure:4113: checking sys/time.h presence
# configure:4123: clang -E conftest.c
# configure:4129: $? = 0
# configure:4149: result: yes
# configure:4184: checking for sys/time.h
# configure:4191: result: yes
# configure:4069: checking syslog.h usability
# configure:4081: clang -c -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# configure:4087: $? = 0
# configure:4090: test -z || test ! -s conftest.err
# configure:4093: $? = 0
# configure:4096: test -s conftest.o
# configure:4099: $? = 0
# configure:4109: result: yes
# configure:4113: checking syslog.h presence
# configure:4123: clang -E conftest.c
# configure:4129: $? = 0
# configure:4149: result: yes
# configure:4184: checking for syslog.h
# configure:4191: result: yes
# configure:4060: checking for unistd.h
# configure:4065: result: yes
# configure:4206: checking for an ANSI C-conforming const
# configure:4273: clang -c -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# conftest.c:61:17: warning: unused variable 's' [-Wunused-variable]
# char const *s = 0 ? (char *) 0 : (char const *) 0;
# ^
# conftest.c:81:15: warning: unused variable 'foo' [-Wunused-variable]
# const int foo = 10;
# ^
# conftest.c:42:17: warning: unused variable 'x' [-Wunused-variable]
# const charset x;
# ^
# conftest.c:48:29: warning: unused variable 'zero' [-Wunused-variable]
# static struct point const zero = {0,0};
# ^
# conftest.c:63:6: warning: variable 't' is uninitialized when used here [-Wuninitialized]
# *t++ = 0;
# ^
# conftest.c:60:12: note: initialize the variable 't' to silence this warning
# char *t;
# ^
# = 0
# conftest.c:78:18: warning: variable 'b' is uninitialized when used here [-Wuninitialized]
# struct s *b; b->j = 5;
# ^
# conftest.c:78:16: note: initialize the variable 'b' to silence this warning
# struct s *b; b->j = 5;
# ^
# = 0
# 6 warnings generated.
# configure:4279: $? = 0
# configure:4282: test -z || test ! -s conftest.err
# configure:4285: $? = 0
# configure:4288: test -s conftest.o
# configure:4291: $? = 0
# configure:4302: result: yes
# configure:4312: checking for pid_t
# configure:4336: clang -c -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# configure:4342: $? = 0
# configure:4345: test -z || test ! -s conftest.err
# configure:4348: $? = 0
# configure:4351: test -s conftest.o
# configure:4354: $? = 0
# configure:4365: result: yes
# configure:4377: checking whether time.h and sys/time.h may both be included
# configure:4402: clang -c -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# configure:4408: $? = 0
# configure:4411: test -z || test ! -s conftest.err
# configure:4414: $? = 0
# configure:4417: test -s conftest.o
# configure:4420: $? = 0
# configure:4431: result: yes
# configure:4441: checking for working volatile
# configure:4464: clang -c -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# conftest.c:40:14: warning: unused variable 'x' [-Wunused-variable]
# volatile int x;
# ^
# conftest.c:41:16: warning: unused variable 'y' [-Wunused-variable]
# int * volatile y;
# ^
# 2 warnings generated.
# configure:4470: $? = 0
# configure:4473: test -z || test ! -s conftest.err
# configure:4476: $? = 0
# configure:4479: test -s conftest.o
# configure:4482: $? = 0
# configure:4493: result: yes
# configure:4511: checking for unistd.h
# configure:4516: result: yes
# configure:4520: checking vfork.h usability
# configure:4532: clang -c -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# conftest.c:70:10: fatal error: 'vfork.h' file not found
# #include
# ^
# 1 error generated.
# configure:4538: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "ifplugd"
# | #define PACKAGE_TARNAME "ifplugd"
# | #define PACKAGE_VERSION "0.28"
# | #define PACKAGE_STRING "ifplugd 0.28"
# | #define PACKAGE_BUGREPORT "mzvscyhtq (at) 0pointer (dot) de"
# | #define PACKAGE "ifplugd"
# | #define VERSION "0.28"
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define 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_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #if HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #if HAVE_SYS_STAT_H
# | # include
# | #endif
# | #if STDC_HEADERS
# | # include
# | # include
# | #else
# | # if HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #if HAVE_STRING_H
# | # if !STDC_HEADERS && HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #if HAVE_STRINGS_H
# | # include
# | #endif
# | #if HAVE_INTTYPES_H
# | # include
# | #else
# | # if HAVE_STDINT_H
# | # include
# | # endif
# | #endif
# | #if HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:4560: result: no
# configure:4564: checking vfork.h presence
# configure:4574: clang -E conftest.c
# conftest.c:36:10: fatal error: 'vfork.h' file not found
# #include
# ^
# 1 error generated.
# configure:4580: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "ifplugd"
# | #define PACKAGE_TARNAME "ifplugd"
# | #define PACKAGE_VERSION "0.28"
# | #define PACKAGE_STRING "ifplugd 0.28"
# | #define PACKAGE_BUGREPORT "mzvscyhtq (at) 0pointer (dot) de"
# | #define PACKAGE "ifplugd"
# | #define VERSION "0.28"
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define 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_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# configure:4600: result: no
# configure:4635: checking for vfork.h
# configure:4642: result: no
# configure:4660: checking for fork
# configure:4717: clang -o conftest -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# configure:4723: $? = 0
# configure:4726: test -z || test ! -s conftest.err
# configure:4729: $? = 0
# configure:4732: test -s conftest
# configure:4735: $? = 0
# configure:4747: result: yes
# configure:4660: checking for vfork
# configure:4717: clang -o conftest -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# conftest.c:61:6: warning: incompatible redeclaration of library function 'vfork' [-Wincompatible-library-redeclaration]
# char vfork ();
# ^
# conftest.c:61:6: note: 'vfork' is a builtin with type 'int (void)'
# 1 warning generated.
# configure:4723: $? = 0
# configure:4726: test -z || test ! -s conftest.err
# configure:4729: $? = 0
# configure:4732: test -s conftest
# configure:4735: $? = 0
# configure:4747: result: yes
# configure:4758: checking for working fork
# configure:4781: clang -o conftest -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# conftest.c:9:6: warning: implicit declaration of function 'fork' is invalid in C99 [-Wimplicit-function-declaration]
# if (fork() < 0)
# ^
# conftest.c:10:4: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
# exit (1);
# ^
# conftest.c:10:4: note: include the header or explicitly provide a declaration for 'exit'
# 2 warnings generated.
# configure:4784: $? = 0
# configure:4786: ./conftest
# configure:4789: $? = 0
# configure:4803: result: yes
# configure:4824: checking for working vfork
# configure:4957: result: yes
# configure:4989: checking whether clang needs -traditional
# configure:5031: result: no
# configure:5053: checking sys/select.h usability
# configure:5065: clang -c -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# configure:5071: $? = 0
# configure:5074: test -z || test ! -s conftest.err
# configure:5077: $? = 0
# configure:5080: test -s conftest.o
# configure:5083: $? = 0
# configure:5093: result: yes
# configure:5097: checking sys/select.h presence
# configure:5107: clang -E conftest.c
# configure:5113: $? = 0
# configure:5133: result: yes
# configure:5168: checking for sys/select.h
# configure:5175: result: yes
# configure:5053: checking sys/socket.h usability
# configure:5065: clang -c -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# configure:5071: $? = 0
# configure:5074: test -z || test ! -s conftest.err
# configure:5077: $? = 0
# configure:5080: test -s conftest.o
# configure:5083: $? = 0
# configure:5093: result: yes
# configure:5097: checking sys/socket.h presence
# configure:5107: clang -E conftest.c
# configure:5113: $? = 0
# configure:5133: result: yes
# configure:5168: checking for sys/socket.h
# configure:5175: result: yes
# configure:5188: checking types of arguments for select
# configure:5221: clang -c -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# configure:5227: $? = 0
# configure:5230: test -z || test ! -s conftest.err
# configure:5233: $? = 0
# configure:5236: test -s conftest.o
# configure:5239: $? = 0
# configure:5255: result: int,fd_set *,struct timeval *
# configure:5283: checking for stdlib.h
# configure:5288: result: yes
# configure:5427: checking for GNU libc compatible malloc
# configure:5456: clang -o conftest -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# configure:5459: $? = 0
# configure:5461: ./conftest
# configure:5464: $? = 0
# configure:5478: result: yes
# configure:5508: checking return type of signal handlers
# configure:5539: clang -c -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# conftest.c:61:5: warning: unused variable 'i' [-Wunused-variable]
# int i;
# ^
# 1 warning generated.
# configure:5545: $? = 0
# configure:5548: test -z || test ! -s conftest.err
# configure:5551: $? = 0
# configure:5554: test -s conftest.o
# configure:5557: $? = 0
# configure:5568: result: void
# configure:5580: checking for vprintf
# configure:5637: clang -o conftest -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# conftest.c:72:6: warning: incompatible redeclaration of library function 'vprintf' [-Wincompatible-library-redeclaration]
# char vprintf ();
# ^
# conftest.c:72:6: note: 'vprintf' is a builtin with type 'int (const char *, struct __va_list_tag *)'
# 1 warning generated.
# configure:5643: $? = 0
# configure:5646: test -z || test ! -s conftest.err
# configure:5649: $? = 0
# configure:5652: test -s conftest
# configure:5655: $? = 0
# configure:5667: result: yes
# configure:5674: checking for _doprnt
# configure:5731: clang -o conftest -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# /tmp/conftest-17875f.o: In function `main':
# conftest.c:(.text+0x6): undefined reference to `_doprnt'
# /tmp/conftest-17875f.o:(.data+0x0): undefined reference to `_doprnt'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:5737: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "ifplugd"
# | #define PACKAGE_TARNAME "ifplugd"
# | #define PACKAGE_VERSION "0.28"
# | #define PACKAGE_STRING "ifplugd 0.28"
# | #define PACKAGE_BUGREPORT "mzvscyhtq (at) 0pointer (dot) de"
# | #define PACKAGE "ifplugd"
# | #define VERSION "0.28"
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define 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_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | #define RETSIGTYPE void
# | #define HAVE_VPRINTF 1
# | /* end confdefs.h. */
# | /* Define _doprnt to an innocuous variant, in case declares _doprnt.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define _doprnt innocuous__doprnt
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char _doprnt (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef _doprnt
# |
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | {
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char _doprnt ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined (__stub__doprnt) || defined (__stub____doprnt)
# | choke me
# | #else
# | char (*f) () = _doprnt;
# | #endif
# | #ifdef __cplusplus
# | }
# | #endif
# |
# | int
# | main ()
# | {
# | return f != _doprnt;
# | ;
# | return 0;
# | }
# configure:5761: result: no
# configure:5789: checking for alarm
# configure:5846: clang -o conftest -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# configure:5852: $? = 0
# configure:5855: test -z || test ! -s conftest.err
# configure:5858: $? = 0
# configure:5861: test -s conftest
# configure:5864: $? = 0
# configure:5876: result: yes
# configure:5789: checking for dup2
# configure:5846: clang -o conftest -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# configure:5852: $? = 0
# configure:5855: test -z || test ! -s conftest.err
# configure:5858: $? = 0
# configure:5861: test -s conftest
# configure:5864: $? = 0
# configure:5876: result: yes
# configure:5789: checking for memset
# configure:5846: clang -o conftest -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# conftest.c:75:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
# char memset ();
# ^
# conftest.c:75:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
# 1 warning generated.
# configure:5852: $? = 0
# configure:5855: test -z || test ! -s conftest.err
# configure:5858: $? = 0
# configure:5861: test -s conftest
# configure:5864: $? = 0
# configure:5876: result: yes
# configure:5789: checking for select
# configure:5846: clang -o conftest -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# configure:5852: $? = 0
# configure:5855: test -z || test ! -s conftest.err
# configure:5858: $? = 0
# configure:5861: test -s conftest
# configure:5864: $? = 0
# configure:5876: result: yes
# configure:5789: checking for setenv
# configure:5846: clang -o conftest -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# configure:5852: $? = 0
# configure:5855: test -z || test ! -s conftest.err
# configure:5858: $? = 0
# configure:5861: test -s conftest
# configure:5864: $? = 0
# configure:5876: result: yes
# configure:5789: checking for socket
# configure:5846: clang -o conftest -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# configure:5852: $? = 0
# configure:5855: test -z || test ! -s conftest.err
# configure:5858: $? = 0
# configure:5861: test -s conftest
# configure:5864: $? = 0
# configure:5876: result: yes
# configure:5789: checking for strchr
# configure:5846: clang -o conftest -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# conftest.c:79:6: warning: incompatible redeclaration of library function 'strchr' [-Wincompatible-library-redeclaration]
# char strchr ();
# ^
# conftest.c:79:6: note: 'strchr' is a builtin with type 'char *(const char *, int)'
# 1 warning generated.
# configure:5852: $? = 0
# configure:5855: test -z || test ! -s conftest.err
# configure:5858: $? = 0
# configure:5861: test -s conftest
# configure:5864: $? = 0
# configure:5876: result: yes
# configure:5789: checking for strdup
# configure:5846: clang -o conftest -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# conftest.c:80:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration]
# char strdup ();
# ^
# conftest.c:80:6: note: 'strdup' is a builtin with type 'char *(const char *)'
# 1 warning generated.
# configure:5852: $? = 0
# configure:5855: test -z || test ! -s conftest.err
# configure:5858: $? = 0
# configure:5861: test -s conftest
# configure:5864: $? = 0
# configure:5876: result: yes
# configure:5789: checking for strerror
# configure:5846: clang -o conftest -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# conftest.c:81:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
# char strerror ();
# ^
# conftest.c:81:6: note: 'strerror' is a builtin with type 'char *(int)'
# 1 warning generated.
# configure:5852: $? = 0
# configure:5855: test -z || test ! -s conftest.err
# configure:5858: $? = 0
# configure:5861: test -s conftest
# configure:5864: $? = 0
# configure:5876: result: yes
# configure:5789: checking for strrchr
# configure:5846: clang -o conftest -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# conftest.c:82:6: warning: incompatible redeclaration of library function 'strrchr' [-Wincompatible-library-redeclaration]
# char strrchr ();
# ^
# conftest.c:82:6: note: 'strrchr' is a builtin with type 'char *(const char *, int)'
# 1 warning generated.
# configure:5852: $? = 0
# configure:5855: test -z || test ! -s conftest.err
# configure:5858: $? = 0
# configure:5861: test -s conftest
# configure:5864: $? = 0
# configure:5876: result: yes
# configure:5789: checking for strspn
# configure:5846: clang -o conftest -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# conftest.c:83:6: warning: incompatible redeclaration of library function 'strspn' [-Wincompatible-library-redeclaration]
# char strspn ();
# ^
# conftest.c:83:6: note: 'strspn' is a builtin with type 'unsigned long (const char *, const char *)'
# 1 warning generated.
# configure:5852: $? = 0
# configure:5855: test -z || test ! -s conftest.err
# configure:5858: $? = 0
# configure:5861: test -s conftest
# configure:5864: $? = 0
# configure:5876: result: yes
# configure:5893: checking for x86_64-unknown-linux-pkg-config
# configure:5926: result: no
# configure:5935: checking for pkg-config
# configure:5953: found /usr/bin/pkg-config
# configure:5965: result: /usr/bin/pkg-config
# configure:5980: checking pkg-config is at least version 0.9.0
# configure:5983: result: yes
# configure:5994: checking for LIBDAEMON_CFLAGS
# configure:6002: $PKG_CONFIG --exists " libdaemon >= 0.5 " >/dev/null 2>&1
# configure:6005: $? = 0
# configure:6015: result: -D_REENTRANT
# configure:6017: checking for LIBDAEMON_LIBS
# configure:6025: $PKG_CONFIG --exists " libdaemon >= 0.5 " >/dev/null 2>&1
# configure:6028: $? = 0
# configure:6038: result: -ldaemon
# configure:6117: *** Init sript will be installed in /etc/rc.d ***
# configure:6473: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by ifplugd config.status 0.28, which was
# generated by GNU Autoconf 2.59. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on e23ce5607f75
#
# config.status:757: creating src/Makefile
# config.status:757: creating Makefile
# config.status:757: creating man/Makefile
# config.status:757: creating conf/Makefile
# config.status:757: creating doc/Makefile
# config.status:757: creating doc/README.html
# config.status:757: creating patches/Makefile
# config.status:757: creating ifplugd.spec
# config.status:823: creating config.h
# config.status:1199: executing depfiles commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_c_volatile=yes
# ac_cv_cxx_compiler_gnu=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_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=
# ac_cv_env_CXX_set=set
# ac_cv_env_CXX_value=clang++
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBDAEMON_CFLAGS_set=
# ac_cv_env_LIBDAEMON_CFLAGS_value=
# ac_cv_env_LIBDAEMON_LIBS_set=
# ac_cv_env_LIBDAEMON_LIBS_value=
# ac_cv_env_PKG_CONFIG_set=
# ac_cv_env_PKG_CONFIG_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=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_exeext=
# ac_cv_func__doprnt=no
# ac_cv_func_alarm=yes
# ac_cv_func_dup2=yes
# ac_cv_func_fork=yes
# ac_cv_func_fork_works=yes
# ac_cv_func_malloc_0_nonnull=yes
# ac_cv_func_memset=yes
# ac_cv_func_select=yes
# ac_cv_func_select_args='int,fd_set *,struct timeval *'
# ac_cv_func_setenv=yes
# ac_cv_func_socket=yes
# ac_cv_func_strchr=yes
# ac_cv_func_strdup=yes
# ac_cv_func_strerror=yes
# ac_cv_func_strrchr=yes
# ac_cv_func_strspn=yes
# ac_cv_func_vfork=yes
# ac_cv_func_vfork_works=yes
# ac_cv_func_vprintf=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_limits_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_netinet_in_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_ioctl_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_time_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_sys_wait_h=yes
# ac_cv_header_syslog_h=yes
# ac_cv_header_time=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_vfork_h=no
# ac_cv_objext=o
# ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_CXX=clang++
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cc_stdc=
# ac_cv_prog_cxx_g=yes
# ac_cv_prog_egrep='grep -E'
# ac_cv_prog_gcc_traditional=no
# ac_cv_prog_make_make_set=yes
# ac_cv_type_pid_t=yes
# ac_cv_type_signal=void
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_CXX_dependencies_compiler_type=gcc3
# pkg_cv_LIBDAEMON_CFLAGS=-D_REENTRANT
# pkg_cv_LIBDAEMON_LIBS=-ldaemon
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/ifplugd/src/ifplugd-0.28/missing --run aclocal-1.9'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/ifplugd/src/ifplugd-0.28/missing --run tar'
# AUTOCONF='${SHELL} /tmp/ifplugd/src/ifplugd-0.28/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/ifplugd/src/ifplugd-0.28/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/ifplugd/src/ifplugd-0.28/missing --run automake-1.9'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=' -pipe -W -Wall -Wno-unused-parameter'
# CPP='clang -E'
# CPPFLAGS=''
# CXX='clang++'
# CXXDEPMODE='depmode=gcc3'
# CXXFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='grep -E'
# EXEEXT=''
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
# LDFLAGS=''
# LIBDAEMON_CFLAGS='-D_REENTRANT'
# LIBDAEMON_LIBS='-ldaemon'
# LIBOBJS=''
# LIBS=''
# LN_S='ln -s'
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/ifplugd/src/ifplugd-0.28/missing --run makeinfo'
# OBJEXT='o'
# PACKAGE='ifplugd'
# PACKAGE_BUGREPORT='mzvscyhtq (at) 0pointer (dot) de'
# PACKAGE_NAME='ifplugd'
# PACKAGE_STRING='ifplugd 0.28'
# PACKAGE_TARNAME='ifplugd'
# PACKAGE_URL='http://0pointer.de/lennart/projects/ifplugd/'
# PACKAGE_VERSION='0.28'
# PATH_SEPARATOR=':'
# PKG_CONFIG='/usr/bin/pkg-config'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# SYSINITDIR='/etc/rc.d'
# USE_LYNX_FALSE=''
# USE_LYNX_TRUE='#'
# USE_SUBVERSION_FALSE=''
# USE_SUBVERSION_TRUE='#'
# USE_XMLTOMAN_FALSE=''
# USE_XMLTOMAN_TRUE='#'
# VERSION='0.28'
# ac_ct_CC=''
# ac_ct_CXX=''
# ac_ct_STRIP='strip'
# ac_pt_PKG_CONFIG='/usr/bin/pkg-config'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__fastdepCXX_FALSE='#'
# am__fastdepCXX_TRUE=''
# am__include='include'
# am__leading_dot='.'
# am__quote=''
# am__tar='${AMTAR} chof - "$$tardir"'
# am__untar='${AMTAR} xf -'
# bindir='${exec_prefix}/bin'
# build_alias=''
# datadir='${prefix}/share'
# exec_prefix='${prefix}'
# have_lynx=''
# have_subversion=''
# have_xmltoman=''
# host_alias='x86_64-unknown-linux'
# includedir='${prefix}/include'
# infodir='${prefix}/info'
# install_sh='/tmp/ifplugd/src/ifplugd-0.28/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localstatedir='${prefix}/var'
# mandir='/usr/share/man'
# mkdir_p='mkdir -p --'
# oldincludedir='/usr/include'
# prefix='/usr'
# program_transform_name='s,x,x,'
# sbindir='/usr/bin'
# sharedstatedir='${prefix}/com'
# sysconfdir='/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define HAVE_ALARM 1
# #define HAVE_DUP2 1
# #define HAVE_FCNTL_H 1
# #define HAVE_FORK 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_LIMITS_H 1
# #define HAVE_MALLOC 1
# #define HAVE_MEMORY_H 1
# #define HAVE_MEMSET 1
# #define HAVE_NETINET_IN_H 1
# #define HAVE_SELECT 1
# #define HAVE_SETENV 1
# #define HAVE_SOCKET 1
# #define HAVE_STDINT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRCHR 1
# #define HAVE_STRDUP 1
# #define HAVE_STRERROR 1
# #define HAVE_STRINGS_H 1
# #define HAVE_STRING_H 1
# #define HAVE_STRING_H 1
# #define HAVE_STRRCHR 1
# #define HAVE_STRSPN 1
# #define HAVE_SYSLOG_H 1
# #define HAVE_SYS_IOCTL_H 1
# #define HAVE_SYS_SELECT_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_WAIT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_VFORK 1
# #define HAVE_VPRINTF 1
# #define HAVE_WORKING_FORK 1
# #define HAVE_WORKING_VFORK 1
# #define PACKAGE "ifplugd"
# #define PACKAGE_BUGREPORT "mzvscyhtq (at) 0pointer (dot) de"
# #define PACKAGE_NAME "ifplugd"
# #define PACKAGE_STRING "ifplugd 0.28"
# #define PACKAGE_TARNAME "ifplugd"
# #define PACKAGE_VERSION "0.28"
# #define RETSIGTYPE void
# #define SELECT_TYPE_ARG1 int
# #define SELECT_TYPE_ARG234 (fd_set *)
# #define SELECT_TYPE_ARG5 (struct timeval *)
# #define STDC_HEADERS 1
# #define TIME_WITH_SYS_TIME 1
# #define VERSION "0.28"
# #endif
# #ifdef __cplusplus
# extern "C" void exit (int) throw ();
#
# configure: exit 0