Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 241363 Details for
Bug 322779
app-backup/amanda version bump to 3.1.2
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
config.log with --with-ipv6
config.log (text/plain), 289.55 KB, created by
Jeroen Roovers (RETIRED)
on 2010-08-04 03:11:40 UTC
(
hide
)
Description:
config.log with --with-ipv6
Filename:
MIME Type:
Creator:
Jeroen Roovers (RETIRED)
Created:
2010-08-04 03:11:40 UTC
Size:
289.55 KB
patch
obsolete
>This file contains any messages produced by compilers while >running configure, to aid debugging if configure makes a mistake. > >It was created by configure, which was >generated by GNU Autoconf 2.65. Invocation command line was > > $ ./configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --with-tape-server=astrid --with-index-server=astrid --with-user=amanda --with-group=amanda --with-gnutar=/bin/tar --with-gnutar-listdir=/var/spool/amanda/tar-lists --with-config=DailySet1 --with-tmpdir=/var/tmp/amanda --with-buffered-dump --with-debugging --localstatedir=/var/spool/amanda --with-smbclient=/usr/bin/smbclient --with-bsd-security --with-ssh-security --with-bsdudp-security --with-bsdtcp-security --without-krb5-security --disable-s3-device --without-gnuplot --with-ipv6 --enable-nls > >## --------- ## >## Platform. ## >## --------- ## > >hostname = astrid >uname -m = i686 >uname -r = 2.6.34-gentoo-r1-JeR >uname -s = Linux >uname -v = #2 Mon Aug 2 20:31:42 CEST 2010 > >/usr/bin/uname -p = AMD Athlon(tm) XP 2500+ >/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: /keeps/gentoo/cc-qa-check >PATH: /keeps/gentoo/cc-qa-check >PATH: /usr/lib/portage/bin/ebuild-helpers >PATH: /usr/local/sbin >PATH: /usr/local/bin >PATH: /usr/sbin >PATH: /usr/bin >PATH: /sbin >PATH: /bin >PATH: /opt/bin >PATH: /usr/i686-pc-linux-gnu/hppa2.0-unknown-linux-gnu/gcc-bin/4.4.4 >PATH: /usr/i486-pc-linux-gnu/gcc-bin/4.1.2 >PATH: /usr/i686-pc-linux-gnu/gcc-bin/4.4.3 >PATH: /usr/i686-pc-linux-gnu/powerpc-unknown-linux-gnu/gcc-bin/4.4.3 >PATH: /usr/i686-pc-linux-gnu/gnat-gcc-bin/4.2 >PATH: /usr/libexec/gnat-gcc/i686-pc-linux-gnu/4.2 > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:3184: loading site script /usr/share/config.site >| #!/bin/bash >| # Copyright 2009 Gentoo Foundation >| # Distributed under the terms of the GNU General Public License v2 >| >| TOPDIR=/usr/share/crossdev/include/site >| >| config_site_arch() { >| local host=$(echo ${CHOST/-/ } | awk '{print $1}') >| >| [[ ${host/arm.*eb/} != ${host} ]] && host=armeb >| [[ ${host/arm/} != ${host} ]] && [[ ${host} != armeb ]] && host=arm >| >| [[ ${host/mips.*el/} != ${host} ]] && host=mipsel >| >| #[[ ${host/i[4-5]/6} != ${host} ]] && host=i686 >| >| echo ${host} >| } >| >| config_site_names() { >| local site_arch=$(config_site_arch) >| local sites="" >| local x >| >| [[ ${CHOST/-linux-/} != $CHOST ]] && sites+=" linux ${site_arch}-linux" >| [[ ${CHOST/darwin/} != $CHOST ]] && sites+=" darwin ${site_arch}-linux" >| >| [[ ${CHOST/-linux-uclibc/} != $CHOST ]] && sites+=" linux-uclibc ${site_arch}-linux-uclibc" >| [[ ${CHOST/-linux-gnu/} != $CHOST ]] && sites+=" linux-gnu ${site_arch}-linux-gnu" >| >| [[ ${CHOST/-linux-uclibceabi/} != $CHOST ]] && sites+=" linux-uclibceabi ${site_arch}-linux-uclibceabi" >| [[ ${CHOST/-linux-gnueabi/} != $CHOST ]] && sites+=" linux-gnueabi ${site_arch}-linux-gnueabi" >| >| for x in ${sites} ${CHOST}; do >| [[ -e ${TOPDIR}/${x} ]] && echo ${TOPDIR}/${x} >| done >| } >| >| if [[ ${CHOST} != "" ]]; then >| sites="$(config_site_names)" >| if [[ ${sites} != "" ]]; then >| for site in ${sites}; do >| echo "$(basename $0): loading site script ${site}" >| . ${site} >| done >| fi >| unset site >| unset sites >| fi >configure:3335: checking build system type >configure:3349: result: i686-pc-linux-gnu >configure:3369: checking host system type >configure:3382: result: i686-pc-linux-gnu >configure:3421: checking for grep >configure:3439: found /bin/grep >configure:3452: result: /bin/grep >configure:3473: checking for svn >configure:3491: found /usr/bin/svn >configure:3503: result: /usr/bin/svn >configure:3511: checking Subversion revision information >configure:3530: result: not changed >configure:3547: checking for git >configure:3565: found /usr/bin/git >configure:3577: result: /usr/bin/git >configure:3585: checking git revision information >configure:3597: result: not available >configure:3612: "version: 3.1.1" >configure:3631: checking for a BSD-compatible install >configure:3699: result: /usr/bin/install -c >configure:3710: checking whether build environment is sane >configure:3760: result: yes >configure:3901: checking for a thread-safe mkdir -p >configure:3940: result: /bin/mkdir -p >configure:3953: checking for gawk >configure:3969: found /usr/bin/gawk >configure:3980: result: gawk >configure:3991: checking whether make sets $(MAKE) >configure:4013: result: yes >configure:4183: checking for i686-pc-linux-gnu-gcc >configure:4199: found /usr/bin/i686-pc-linux-gnu-gcc >configure:4210: result: i686-pc-linux-gnu-gcc >configure:4479: checking for C compiler version >configure:4488: i686-pc-linux-gnu-gcc --version >&5 >i686-pc-linux-gnu-gcc (Gentoo 4.4.3-r2 p1.2) 4.4.3 >Copyright (C) 2010 Free Software Foundation, Inc. >This is free software; see the source for copying conditions. There is NO >warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > >configure:4499: $? = 0 >configure:4488: i686-pc-linux-gnu-gcc -v >&5 >Using built-in specs. >Target: i686-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-4.4.3-r2/work/gcc-4.4.3/configure --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/4.4.3 --includedir=/usr/lib/gcc/i686-pc-linux-gnu/4.4.3/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/4.4.3 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/4.4.3/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/4.4.3/info --with-gxx-include-dir=/usr/lib/gcc/i686-pc-linux-gnu/4.4.3/include/g++-v4 --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --disable-altivec --disable-fixed-point --without-ppl --without-cloog --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --enable-secureplt --disable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --with-python-dir=/share/gcc-data/i686-pc-linux-gnu/4.4.3/python --disable-libgcj --with-arch=i686 --enable-languages=c,c++,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.4.3-r2 p1.2' >Thread model: posix >gcc version 4.4.3 (Gentoo 4.4.3-r2 p1.2) >configure:4499: $? = 0 >configure:4488: i686-pc-linux-gnu-gcc -V >&5 >i686-pc-linux-gnu-gcc: '-V' option must have argument >configure:4499: $? = 1 >configure:4488: i686-pc-linux-gnu-gcc -qversion >&5 >i686-pc-linux-gnu-gcc: unrecognized option '-qversion' >i686-pc-linux-gnu-gcc: no input files >configure:4499: $? = 1 >configure:4519: checking whether the C compiler works >configure:4541: i686-pc-linux-gnu-gcc -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:4545: $? = 0 >configure:4594: result: yes >configure:4597: checking for C compiler default output file name >configure:4599: result: a.out >configure:4605: checking for suffix of executables >configure:4612: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:4616: $? = 0 >configure:4638: result: >configure:4660: checking whether we are cross compiling >configure:4668: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:4672: $? = 0 >configure:4679: ./conftest >configure:4683: $? = 0 >configure:4698: result: no >configure:4703: checking for suffix of object files >configure:4725: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:4729: $? = 0 >configure:4750: result: o >configure:4754: checking whether we are using the GNU C compiler >configure:4773: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:4773: $? = 0 >configure:4782: result: yes >configure:4791: checking whether i686-pc-linux-gnu-gcc accepts -g >configure:4811: i686-pc-linux-gnu-gcc -c -g conftest.c >&5 >configure:4811: $? = 0 >configure:4852: result: yes >configure:4869: checking for i686-pc-linux-gnu-gcc option to accept ISO C89 >configure:4933: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:4933: $? = 0 >configure:4946: result: none needed >configure:4977: checking for style of include used by make >configure:5005: result: GNU >configure:5030: checking dependency style of i686-pc-linux-gnu-gcc >configure:5140: result: gcc3 >configure:5158: checking for i686-pc-linux-gnu-ranlib >configure:5174: found /usr/bin/i686-pc-linux-gnu-ranlib >configure:5185: result: i686-pc-linux-gnu-ranlib >configure:5248: checking whether i686-pc-linux-gnu-gcc and cc understand -c and -o together >configure:5279: i686-pc-linux-gnu-gcc -c conftest.c -o conftest2.o >&5 >configure:5283: $? = 0 >configure:5289: i686-pc-linux-gnu-gcc -c conftest.c -o conftest2.o >&5 >configure:5293: $? = 0 >configure:5304: cc -c conftest.c >&5 >!!! JeR-QA: /keeps/gentoo/cc-qa-check/cc was called >configure:5308: $? = 0 >configure:5316: cc -c conftest.c -o conftest2.o >&5 >!!! JeR-QA: /keeps/gentoo/cc-qa-check/cc was called >configure:5320: $? = 0 >configure:5326: cc -c conftest.c -o conftest2.o >&5 >!!! JeR-QA: /keeps/gentoo/cc-qa-check/cc was called >configure:5330: $? = 0 >configure:5348: result: yes >configure:5379: checking how to run the C preprocessor >configure:5410: i686-pc-linux-gnu-gcc -E conftest.c >configure:5410: $? = 0 >configure:5424: i686-pc-linux-gnu-gcc -E conftest.c >conftest.c:16:28: error: ac_nonexistent.h: No such file or directory >configure:5424: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define GREP "/bin/grep" >| #define PACKAGE "amanda" >| #define VERSION "3.1.1" >| #define VERSION_MAJOR 3 >| #define VERSION_MINOR 1 >| #define VERSION_PATCH 1 >| #define VERSION_COMMENT "" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:5449: result: i686-pc-linux-gnu-gcc -E >configure:5469: i686-pc-linux-gnu-gcc -E conftest.c >configure:5469: $? = 0 >configure:5483: i686-pc-linux-gnu-gcc -E conftest.c >conftest.c:16:28: error: ac_nonexistent.h: No such file or directory >configure:5483: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define GREP "/bin/grep" >| #define PACKAGE "amanda" >| #define VERSION "3.1.1" >| #define VERSION_MAJOR 3 >| #define VERSION_MINOR 1 >| #define VERSION_PATCH 1 >| #define VERSION_COMMENT "" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:5512: checking for grep that handles long lines and -e >configure:5570: result: /bin/grep >configure:5575: checking for egrep >configure:5637: result: /bin/grep -E >configure:5642: checking for ANSI C header files >configure:5662: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:5662: $? = 0 >configure:5735: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:5735: $? = 0 >configure:5735: ./conftest >configure:5735: $? = 0 >configure:5746: result: yes >configure:5759: checking for sys/types.h >configure:5759: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:5759: $? = 0 >configure:5759: result: yes >configure:5759: checking for sys/stat.h >configure:5759: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:5759: $? = 0 >configure:5759: result: yes >configure:5759: checking for stdlib.h >configure:5759: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:5759: $? = 0 >configure:5759: result: yes >configure:5759: checking for string.h >configure:5759: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:5759: $? = 0 >configure:5759: result: yes >configure:5759: checking for memory.h >configure:5759: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:5759: $? = 0 >configure:5759: result: yes >configure:5759: checking for strings.h >configure:5759: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:5759: $? = 0 >configure:5759: result: yes >configure:5759: checking for inttypes.h >configure:5759: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:5759: $? = 0 >configure:5759: result: yes >configure:5759: checking for stdint.h >configure:5759: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:5759: $? = 0 >configure:5759: result: yes >configure:5759: checking for unistd.h >configure:5759: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:5759: $? = 0 >configure:5759: result: yes >configure:5775: checking minix/config.h usability >configure:5775: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >conftest.c:59:26: error: minix/config.h: No such file or directory >configure:5775: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define GREP "/bin/grep" >| #define PACKAGE "amanda" >| #define VERSION "3.1.1" >| #define VERSION_MAJOR 3 >| #define VERSION_MINOR 1 >| #define VERSION_PATCH 1 >| #define VERSION_COMMENT "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <minix/config.h> >configure:5775: result: no >configure:5775: checking minix/config.h presence >configure:5775: i686-pc-linux-gnu-gcc -E conftest.c >conftest.c:26:26: error: minix/config.h: No such file or directory >configure:5775: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define GREP "/bin/grep" >| #define PACKAGE "amanda" >| #define VERSION "3.1.1" >| #define VERSION_MAJOR 3 >| #define VERSION_MINOR 1 >| #define VERSION_PATCH 1 >| #define VERSION_COMMENT "" >| #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 <minix/config.h> >configure:5775: result: no >configure:5775: checking for minix/config.h >configure:5775: result: no >configure:5804: checking whether it is safe to define __EXTENSIONS__ >configure:5822: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:5822: $? = 0 >configure:5829: result: yes >configure:5849: checking for _LARGEFILE_SOURCE value needed for large files >configure:5868: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:5868: $? = 0 >configure:5896: result: no >configure:5976: checking for working alloca.h >configure:5993: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:5993: $? = 0 >configure:6001: result: yes >configure:6009: checking for alloca >configure:6046: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:6046: $? = 0 >configure:6054: result: yes >configure:6182: checking arpa/inet.h usability >configure:6182: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:6182: $? = 0 >configure:6182: result: yes >configure:6182: checking arpa/inet.h presence >configure:6182: i686-pc-linux-gnu-gcc -E conftest.c >configure:6182: $? = 0 >configure:6182: result: yes >configure:6182: checking for arpa/inet.h >configure:6182: result: yes >configure:6182: checking errno.h usability >configure:6182: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:6182: $? = 0 >configure:6182: result: yes >configure:6182: checking errno.h presence >configure:6182: i686-pc-linux-gnu-gcc -E conftest.c >configure:6182: $? = 0 >configure:6182: result: yes >configure:6182: checking for errno.h >configure:6182: result: yes >configure:6182: checking float.h usability >configure:6182: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:6182: $? = 0 >configure:6182: result: yes >configure:6182: checking float.h presence >configure:6182: i686-pc-linux-gnu-gcc -E conftest.c >configure:6182: $? = 0 >configure:6182: result: yes >configure:6182: checking for float.h >configure:6182: result: yes >configure:6182: checking sys/param.h usability >configure:6182: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:6182: $? = 0 >configure:6182: result: yes >configure:6182: checking sys/param.h presence >configure:6182: i686-pc-linux-gnu-gcc -E conftest.c >configure:6182: $? = 0 >configure:6182: result: yes >configure:6182: checking for sys/param.h >configure:6182: result: yes >configure:6182: checking sys/vfs.h usability >configure:6182: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:6182: $? = 0 >configure:6182: result: yes >configure:6182: checking sys/vfs.h presence >configure:6182: i686-pc-linux-gnu-gcc -E conftest.c >configure:6182: $? = 0 >configure:6182: result: yes >configure:6182: checking for sys/vfs.h >configure:6182: result: yes >configure:6182: checking sys/fs_types.h usability >configure:6182: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >conftest.c:72:26: error: sys/fs_types.h: No such file or directory >configure:6182: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define GREP "/bin/grep" >| #define PACKAGE "amanda" >| #define VERSION "3.1.1" >| #define VERSION_MAJOR 3 >| #define VERSION_MINOR 1 >| #define VERSION_PATCH 1 >| #define VERSION_COMMENT "" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_VFS_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/fs_types.h> >configure:6182: result: no >configure:6182: checking sys/fs_types.h presence >configure:6182: i686-pc-linux-gnu-gcc -E conftest.c >conftest.c:39:26: error: sys/fs_types.h: No such file or directory >configure:6182: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define GREP "/bin/grep" >| #define PACKAGE "amanda" >| #define VERSION "3.1.1" >| #define VERSION_MAJOR 3 >| #define VERSION_MINOR 1 >| #define VERSION_PATCH 1 >| #define VERSION_COMMENT "" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_VFS_H 1 >| /* end confdefs.h. */ >| #include <sys/fs_types.h> >configure:6182: result: no >configure:6182: checking for sys/fs_types.h >configure:6182: result: no >configure:6182: checking sys/socket.h usability >configure:6182: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:6182: $? = 0 >configure:6182: result: yes >configure:6182: checking sys/socket.h presence >configure:6182: i686-pc-linux-gnu-gcc -E conftest.c >configure:6182: $? = 0 >configure:6182: result: yes >configure:6182: checking for sys/socket.h >configure:6182: result: yes >configure:6182: checking netdb.h usability >configure:6182: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:6182: $? = 0 >configure:6182: result: yes >configure:6182: checking netdb.h presence >configure:6182: i686-pc-linux-gnu-gcc -E conftest.c >configure:6182: $? = 0 >configure:6182: result: yes >configure:6182: checking for netdb.h >configure:6182: result: yes >configure:6182: checking netinet/in.h usability >configure:6182: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:6182: $? = 0 >configure:6182: result: yes >configure:6182: checking netinet/in.h presence >configure:6182: i686-pc-linux-gnu-gcc -E conftest.c >configure:6182: $? = 0 >configure:6182: result: yes >configure:6182: checking for netinet/in.h >configure:6182: result: yes >configure:6182: checking sys/time.h usability >configure:6182: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:6182: $? = 0 >configure:6182: result: yes >configure:6182: checking sys/time.h presence >configure:6182: i686-pc-linux-gnu-gcc -E conftest.c >configure:6182: $? = 0 >configure:6182: result: yes >configure:6182: checking for sys/time.h >configure:6182: result: yes >configure:6182: checking locale.h usability >configure:6182: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:6182: $? = 0 >configure:6182: result: yes >configure:6182: checking locale.h presence >configure:6182: i686-pc-linux-gnu-gcc -E conftest.c >configure:6182: $? = 0 >configure:6182: result: yes >configure:6182: checking for locale.h >configure:6182: result: yes >configure:6182: checking for stdint.h >configure:6182: result: yes >configure:6182: checking wchar.h usability >configure:6182: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:6182: $? = 0 >configure:6182: result: yes >configure:6182: checking wchar.h presence >configure:6182: i686-pc-linux-gnu-gcc -E conftest.c >configure:6182: $? = 0 >configure:6182: result: yes >configure:6182: checking for wchar.h >configure:6182: result: yes >configure:6182: checking stdio.h usability >configure:6182: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:6182: $? = 0 >configure:6182: result: yes >configure:6182: checking stdio.h presence >configure:6182: i686-pc-linux-gnu-gcc -E conftest.c >configure:6182: $? = 0 >configure:6182: result: yes >configure:6182: checking for stdio.h >configure:6182: result: yes >configure:6182: checking for stdlib.h >configure:6182: result: yes >configure:6182: checking for sys/stat.h >configure:6182: result: yes >configure:6182: checking for unistd.h >configure:6182: result: yes >configure:6182: checking wctype.h usability >configure:6182: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:6182: $? = 0 >configure:6182: result: yes >configure:6182: checking wctype.h presence >configure:6182: i686-pc-linux-gnu-gcc -E conftest.c >configure:6182: $? = 0 >configure:6182: result: yes >configure:6182: checking for wctype.h >configure:6182: result: yes >configure:6199: checking whether the preprocessor supports include_next >configure:6237: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp -Iconftestd1b -Iconftestd2 conftest.c >&5 >configure:6237: $? = 0 >configure:6258: result: yes >configure:6280: checking for inline >configure:6296: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:6296: $? = 0 >configure:6304: result: inline >configure:6322: checking for C/C++ restrict keyword >configure:6347: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:6347: $? = 0 >configure:6355: result: __restrict >configure:6411: checking for btowc >configure:6411: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:6411: $? = 0 >configure:6411: result: yes >configure:6411: checking for ftruncate >configure:6411: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:6411: $? = 0 >configure:6411: result: yes >configure:6411: checking for gettimeofday >configure:6411: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:6411: $? = 0 >configure:6411: result: yes >configure:6411: checking for lstat >configure:6411: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:6411: $? = 0 >configure:6411: result: yes >configure:6411: checking for mbsinit >configure:6411: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:6411: $? = 0 >configure:6411: result: yes >configure:6411: checking for mbrtowc >configure:6411: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:6411: $? = 0 >configure:6411: result: yes >configure:6411: checking for isblank >configure:6411: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >conftest.c:81: warning: conflicting types for built-in function 'isblank' >configure:6411: $? = 0 >configure:6411: result: yes >configure:6411: checking for iswctype >configure:6411: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:6411: $? = 0 >configure:6411: result: yes >configure:6411: checking for wcscoll >configure:6411: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:6411: $? = 0 >configure:6411: result: yes >configure:6411: checking for vasnprintf >configure:6411: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >/var/tmp/portage/app-backup/amanda-3.1.1/temp/ccjaCngn.o: In function `main': >/var/tmp/portage/app-backup/amanda-3.1.1/work/amanda-3.1.1/conftest.c:95: undefined reference to `vasnprintf' >collect2: ld returned 1 exit status >configure:6411: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define GREP "/bin/grep" >| #define PACKAGE "amanda" >| #define VERSION "3.1.1" >| #define VERSION_MAJOR 3 >| #define VERSION_MINOR 1 >| #define VERSION_PATCH 1 >| #define VERSION_COMMENT "" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define restrict __restrict >| #define HAVE_BTOWC 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| /* end confdefs.h. */ >| /* Define vasnprintf to an innocuous variant, in case <limits.h> declares vasnprintf. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define vasnprintf innocuous_vasnprintf >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char vasnprintf (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef vasnprintf >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char vasnprintf (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_vasnprintf || defined __stub___vasnprintf >| choke me >| #endif >| >| int >| main () >| { >| return vasnprintf (); >| ; >| return 0; >| } >configure:6411: result: no >configure:6411: checking for wcrtomb >configure:6411: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:6411: $? = 0 >configure:6411: result: yes >configure:6411: checking for iswcntrl >configure:6411: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >conftest.c:85: warning: conflicting types for built-in function 'iswcntrl' >configure:6411: $? = 0 >configure:6411: result: yes >configure:6426: checking for nl_langinfo and CODESET >configure:6442: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >conftest.c: In function 'main': >conftest.c:67: warning: unused variable 'cs' >configure:6442: $? = 0 >configure:6451: result: yes >configure:6462: checking for a traditional french locale >configure:6515: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:6518: $? = 0 >configure:6555: result: none >configure:6567: checking for complete errno.h >configure:6616: result: yes >configure:6964: checking whether stdin defaults to large file offsets >configure:6988: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:6988: $? = 0 >configure:6996: result: yes >configure:7093: checking whether <sys/socket.h> is self-contained >configure:7110: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:7110: $? = 0 >configure:7118: result: yes >configure:7124: checking for shutdown >configure:7124: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:7124: $? = 0 >configure:7124: result: yes >configure:7134: checking whether <sys/socket.h> defines the SHUT_* macros >configure:7151: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >conftest.c: In function 'main': >conftest.c:69: warning: unused variable 'a' >configure:7151: $? = 0 >configure:7159: result: yes >configure:7362: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:7362: $? = 0 >configure:7379: checking for library containing gethostbyname >configure:7410: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:7410: $? = 0 >configure:7427: result: none required >configure:7441: checking for gethostbyname >configure:7441: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:7441: $? = 0 >configure:7441: result: yes >configure:7496: checking for library containing getservbyname >configure:7527: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:7527: $? = 0 >configure:7544: result: none required >configure:7558: checking for getservbyname >configure:7558: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:7558: $? = 0 >configure:7558: result: yes >configure:7625: checking for IPv4 sockets >configure:7651: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >conftest.c: In function 'main': >conftest.c:81: warning: the address of 'x' will always evaluate as 'true' >conftest.c:81: warning: the address of 'y' will always evaluate as 'true' >conftest.c:81: warning: the address of 'z' will always evaluate as 'true' >configure:7651: $? = 0 >configure:7659: result: yes >configure:7667: checking for IPv6 sockets >configure:7693: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >conftest.c: In function 'main': >conftest.c:82: warning: the address of 'x' will always evaluate as 'true' >conftest.c:82: warning: the address of 'y' will always evaluate as 'true' >conftest.c:82: warning: the address of 'z' will always evaluate as 'true' >configure:7693: $? = 0 >configure:7701: result: yes >configure:7713: checking getopt.h usability >configure:7713: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:7713: $? = 0 >configure:7713: result: yes >configure:7713: checking getopt.h presence >configure:7713: i686-pc-linux-gnu-gcc -E conftest.c >configure:7713: $? = 0 >configure:7713: result: yes >configure:7713: checking for getopt.h >configure:7713: result: yes >configure:7730: checking for getopt_long_only >configure:7730: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:7730: $? = 0 >configure:7730: result: yes >configure:7744: checking whether optreset is declared >configure:7744: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >conftest.c: In function 'main': >conftest.c:77: error: 'optreset' undeclared (first use in this function) >conftest.c:77: error: (Each undeclared identifier is reported only once >conftest.c:77: error: for each function it appears in.) >configure:7744: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define GREP "/bin/grep" >| #define PACKAGE "amanda" >| #define VERSION "3.1.1" >| #define VERSION_MAJOR 3 >| #define VERSION_MINOR 1 >| #define VERSION_PATCH 1 >| #define VERSION_COMMENT "" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define restrict __restrict >| #define HAVE_BTOWC 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPT_LONG_ONLY 1 >| /* end confdefs.h. */ >| #include <getopt.h> >| >| int >| main () >| { >| #ifndef optreset >| (void) optreset; >| #endif >| >| ; >| return 0; >| } >configure:7744: result: no >configure:7753: checking for working GNU getopt function >configure:7785: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:7785: $? = 0 >configure:7785: ./conftest >conftest: invalid option -- '+' >configure:7785: $? = 0 >configure:7795: result: yes >configure:7803: checking whether getenv is declared >configure:7803: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:7803: $? = 0 >configure:7803: result: yes >configure:7880: checking for struct timeval >configure:7900: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:7900: $? = 0 >configure:7907: result: yes >configure:7934: checking whether getc_unlocked is declared >configure:7934: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:7934: $? = 0 >configure:7934: result: yes >configure:7947: checking whether we are using the GNU C Library 2.1 or newer >configure:7974: result: yes >configure:8020: checking for ld used by GCC >configure:8084: result: /usr/i686-pc-linux-gnu/bin/ld >configure:8091: checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld >configure:8104: result: yes >configure:8111: checking for shared library run path origin >configure:8124: result: done >configure:8168: checking whether imported symbols can be declared weak >configure:8183: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:8183: $? = 0 >configure:8188: result: yes >configure:8193: checking pthread.h usability >configure:8193: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:8193: $? = 0 >configure:8193: result: yes >configure:8193: checking pthread.h presence >configure:8193: i686-pc-linux-gnu-gcc -E conftest.c >configure:8193: $? = 0 >configure:8193: result: yes >configure:8193: checking for pthread.h >configure:8193: result: yes >configure:8221: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >conftest.c: In function 'main': >conftest.c:77: warning: null argument where non-null required (argument 1) >conftest.c:78: warning: null argument where non-null required (argument 1) >/var/tmp/portage/app-backup/amanda-3.1.1/temp/cct9V5we.o: In function `main': >/var/tmp/portage/app-backup/amanda-3.1.1/work/amanda-3.1.1/conftest.c:78: undefined reference to `pthread_mutexattr_init' >collect2: ld returned 1 exit status >configure:8221: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define GREP "/bin/grep" >| #define PACKAGE "amanda" >| #define VERSION "3.1.1" >| #define VERSION_MAJOR 3 >| #define VERSION_MINOR 1 >| #define VERSION_PATCH 1 >| #define VERSION_COMMENT "" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define restrict __restrict >| #define HAVE_BTOWC 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPT_LONG_ONLY 1 >| #define HAVE_DECL_GETENV 1 >| #define HAVE_DECL_GETC_UNLOCKED 1 >| /* end confdefs.h. */ >| #include <pthread.h> >| int >| main () >| { >| pthread_mutex_lock((pthread_mutex_t*)0); >| pthread_mutexattr_init((pthread_mutexattr_t*)0); >| ; >| return 0; >| } >configure:8284: checking for pthread_kill in -lpthread >configure:8309: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lpthread >&5 >configure:8309: $? = 0 >configure:8318: result: yes >configure:8919: checking for multithread API to use >configure:8921: result: posix >configure:8945: checking whether malloc, realloc, calloc are POSIX compliant >configure:8965: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:8965: $? = 0 >configure:8973: result: yes >configure:9016: checking for mbstate_t >configure:9033: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:9033: $? = 0 >configure:9040: result: yes >configure:9065: checking for a traditional japanese locale >configure:9122: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:9125: $? = 0 >configure:9167: result: none >configure:9175: checking for a transitional chinese locale >configure:9233: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:9236: $? = 0 >configure:9262: result: none >configure:9269: checking for a french Unicode locale >configure:9329: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:9332: $? = 0 >configure:9359: result: none >configure:9374: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >conftest.c:77: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a' >configure:9374: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define GREP "/bin/grep" >| #define PACKAGE "amanda" >| #define VERSION "3.1.1" >| #define VERSION_MAJOR 3 >| #define VERSION_MINOR 1 >| #define VERSION_PATCH 1 >| #define VERSION_COMMENT "" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define restrict __restrict >| #define HAVE_BTOWC 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPT_LONG_ONLY 1 >| #define HAVE_DECL_GETENV 1 >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define USE_POSIX_THREADS 1 >| #define USE_POSIX_THREADS_WEAK 1 >| #define HAVE_MBSTATE_T 1 >| /* end confdefs.h. */ >| #ifndef __APPLE_CC__ >| not a universal capable compiler >| #endif >| typedef int dummy; >| >configure:9409: checking for external symbol _system_configuration >configure:9427: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >conftest.c:76:27: error: sys/systemcfg.h: No such file or directory >conftest.c: In function 'main': >conftest.c:81: error: '_system_configuration' undeclared (first use in this function) >conftest.c:81: error: (Each undeclared identifier is reported only once >conftest.c:81: error: for each function it appears in.) >configure:9427: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define GREP "/bin/grep" >| #define PACKAGE "amanda" >| #define VERSION "3.1.1" >| #define VERSION_MAJOR 3 >| #define VERSION_MINOR 1 >| #define VERSION_PATCH 1 >| #define VERSION_COMMENT "" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define restrict __restrict >| #define HAVE_BTOWC 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPT_LONG_ONLY 1 >| #define HAVE_DECL_GETENV 1 >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define USE_POSIX_THREADS 1 >| #define USE_POSIX_THREADS_WEAK 1 >| #define HAVE_MBSTATE_T 1 >| /* end confdefs.h. */ >| #include <sys/systemcfg.h> >| >| int >| main () >| { >| double x = _system_configuration.physmem; >| if (x > 0.0) return 0; >| ; >| return 0; >| } >configure:9435: result: no >configure:9466: checking for ssize_t >configure:9483: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:9483: $? = 0 >configure:9490: result: yes >configure:9499: checking whether snprintf is declared >configure:9499: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:9499: $? = 0 >configure:9499: result: yes >configure:9511: checking for stdbool.h that conforms to C99 >configure:9594: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >conftest.c:104: warning: the address of 's' will always evaluate as 'true' >conftest.c: In function 'main': >conftest.c:146: warning: the address of 'a' will always evaluate as 'true' >conftest.c:146: warning: the address of 'b' will always evaluate as 'true' >conftest.c:146: warning: the address of 'c' will always evaluate as 'true' >conftest.c:146: warning: the address of 'd' will always evaluate as 'true' >conftest.c:146: warning: the address of 'f' will always evaluate as 'true' >conftest.c:146: warning: the address of 'g' will always evaluate as 'true' >conftest.c:146: warning: the address of 'h' will always evaluate as 'true' >conftest.c:146: warning: the address of 'i' will always evaluate as 'true' >conftest.c:147: warning: the address of 'n' will always evaluate as 'true' >conftest.c:147: warning: the address of 'o' will always evaluate as 'true' >conftest.c:147: warning: the address of 'p' will always evaluate as 'true' >configure:9594: $? = 0 >configure:9601: result: yes >configure:9603: checking for _Bool >configure:9603: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:9603: $? = 0 >configure:9603: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >conftest.c: In function 'main': >conftest.c:113: error: expected expression before ')' token >configure:9603: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define GREP "/bin/grep" >| #define PACKAGE "amanda" >| #define VERSION "3.1.1" >| #define VERSION_MAJOR 3 >| #define VERSION_MINOR 1 >| #define VERSION_PATCH 1 >| #define VERSION_COMMENT "" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define restrict __restrict >| #define HAVE_BTOWC 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPT_LONG_ONLY 1 >| #define HAVE_DECL_GETENV 1 >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define USE_POSIX_THREADS 1 >| #define USE_POSIX_THREADS_WEAK 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_DECL_SNPRINTF 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((_Bool))) >| return 0; >| ; >| return 0; >| } >configure:9603: result: yes >configure:9619: checking for long long int >configure:9656: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:9656: $? = 0 >configure:9686: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:9686: $? = 0 >configure:9686: ./conftest >configure:9686: $? = 0 >configure:9701: result: yes >configure:9710: checking for unsigned long long int >configure:9747: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:9747: $? = 0 >configure:9755: result: yes >configure:9783: checking whether stat file-mode macros are broken >configure:9810: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:9810: $? = 0 >configure:9817: result: no >configure:9837: checking for special C compiler options needed for large files >configure:9882: result: no >configure:9888: checking for _FILE_OFFSET_BITS value needed for large files >configure:9913: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >conftest.c:87: warning: left shift count >= width of type >conftest.c:87: warning: left shift count >= width of type >conftest.c:89: error: size of array 'off_t_is_large' is negative >configure:9913: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define GREP "/bin/grep" >| #define PACKAGE "amanda" >| #define VERSION "3.1.1" >| #define VERSION_MAJOR 3 >| #define VERSION_MINOR 1 >| #define VERSION_PATCH 1 >| #define VERSION_COMMENT "" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define restrict __restrict >| #define HAVE_BTOWC 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPT_LONG_ONLY 1 >| #define HAVE_DECL_GETENV 1 >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define USE_POSIX_THREADS 1 >| #define USE_POSIX_THREADS_WEAK 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| /* end confdefs.h. */ >| #include <sys/types.h> >| /* Check that off_t can represent 2**63 - 1 correctly. >| We can't simply define LARGE_OFF_T to be 9223372036854775807, >| since some C++ compilers masquerading as C compilers >| incorrectly reject 9223372036854775807. */ >| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) >| int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 >| && LARGE_OFF_T % 2147483647 == 1) >| ? 1 : -1]; >| int >| main () >| { >| >| ; >| return 0; >| } >configure:9937: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:9937: $? = 0 >configure:9945: result: 64 >configure:10039: checking for wchar_t >configure:10056: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:10056: $? = 0 >configure:10063: result: yes >configure:10072: checking for wint_t >configure:10089: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:10089: $? = 0 >configure:10096: result: yes >configure:10104: checking for size_t >configure:10104: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:10104: $? = 0 >configure:10104: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >conftest.c: In function 'main': >conftest.c:120: error: expected expression before ')' token >configure:10104: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define GREP "/bin/grep" >| #define PACKAGE "amanda" >| #define VERSION "3.1.1" >| #define VERSION_MAJOR 3 >| #define VERSION_MINOR 1 >| #define VERSION_PATCH 1 >| #define VERSION_COMMENT "" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define restrict __restrict >| #define HAVE_BTOWC 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPT_LONG_ONLY 1 >| #define HAVE_DECL_GETENV 1 >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define USE_POSIX_THREADS 1 >| #define USE_POSIX_THREADS_WEAK 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WINT_T 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((size_t))) >| return 0; >| ; >| return 0; >| } >configure:10104: result: yes >configure:10116: checking for inttypes.h >configure:10133: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >conftest.c: In function 'main': >conftest.c:89: warning: unused variable 'i' >configure:10133: $? = 0 >configure:10140: result: yes >configure:10151: checking for stdint.h >configure:10168: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >conftest.c: In function 'main': >conftest.c:90: warning: unused variable 'i' >configure:10168: $? = 0 >configure:10175: result: yes >configure:10188: checking for intmax_t >configure:10213: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:10213: $? = 0 >configure:10220: result: yes >configure:10286: checking for alloca as a compiler built-in >configure:10310: result: yes >configure:10416: checking whether btowc(EOF) is correct >configure:10464: result: yes >configure:10564: checking for fseeko >configure:10581: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:10581: $? = 0 >configure:10590: result: yes >configure:10649: checking for sys/mount.h >configure:10649: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:10649: $? = 0 >configure:10649: result: yes >configure:10665: checking how to get file system space usage >configure:10677: checking for statvfs function (SVR4) >configure:10714: result: yes >configure:11000: checking dustat.h usability >configure:11000: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >conftest.c:123:20: error: dustat.h: No such file or directory >configure:11000: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define GREP "/bin/grep" >| #define PACKAGE "amanda" >| #define VERSION "3.1.1" >| #define VERSION_MAJOR 3 >| #define VERSION_MINOR 1 >| #define VERSION_PATCH 1 >| #define VERSION_COMMENT "" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define restrict __restrict >| #define HAVE_BTOWC 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPT_LONG_ONLY 1 >| #define HAVE_DECL_GETENV 1 >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define USE_POSIX_THREADS 1 >| #define USE_POSIX_THREADS_WEAK 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define STAT_STATVFS 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <dustat.h> >configure:11000: result: no >configure:11000: checking dustat.h presence >configure:11000: i686-pc-linux-gnu-gcc -E conftest.c >conftest.c:90:20: error: dustat.h: No such file or directory >configure:11000: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define GREP "/bin/grep" >| #define PACKAGE "amanda" >| #define VERSION "3.1.1" >| #define VERSION_MAJOR 3 >| #define VERSION_MINOR 1 >| #define VERSION_PATCH 1 >| #define VERSION_COMMENT "" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define restrict __restrict >| #define HAVE_BTOWC 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPT_LONG_ONLY 1 >| #define HAVE_DECL_GETENV 1 >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define USE_POSIX_THREADS 1 >| #define USE_POSIX_THREADS_WEAK 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define STAT_STATVFS 1 >| /* end confdefs.h. */ >| #include <dustat.h> >configure:11000: result: no >configure:11000: checking for dustat.h >configure:11000: result: no >configure:11000: checking sys/fs/s5param.h usability >configure:11000: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >conftest.c:123:28: error: sys/fs/s5param.h: No such file or directory >configure:11000: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define GREP "/bin/grep" >| #define PACKAGE "amanda" >| #define VERSION "3.1.1" >| #define VERSION_MAJOR 3 >| #define VERSION_MINOR 1 >| #define VERSION_PATCH 1 >| #define VERSION_COMMENT "" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define restrict __restrict >| #define HAVE_BTOWC 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPT_LONG_ONLY 1 >| #define HAVE_DECL_GETENV 1 >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define USE_POSIX_THREADS 1 >| #define USE_POSIX_THREADS_WEAK 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define STAT_STATVFS 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/fs/s5param.h> >configure:11000: result: no >configure:11000: checking sys/fs/s5param.h presence >configure:11000: i686-pc-linux-gnu-gcc -E conftest.c >conftest.c:90:28: error: sys/fs/s5param.h: No such file or directory >configure:11000: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define GREP "/bin/grep" >| #define PACKAGE "amanda" >| #define VERSION "3.1.1" >| #define VERSION_MAJOR 3 >| #define VERSION_MINOR 1 >| #define VERSION_PATCH 1 >| #define VERSION_COMMENT "" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define restrict __restrict >| #define HAVE_BTOWC 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPT_LONG_ONLY 1 >| #define HAVE_DECL_GETENV 1 >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define USE_POSIX_THREADS 1 >| #define USE_POSIX_THREADS_WEAK 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define STAT_STATVFS 1 >| /* end confdefs.h. */ >| #include <sys/fs/s5param.h> >configure:11000: result: no >configure:11000: checking for sys/fs/s5param.h >configure:11000: result: no >configure:11000: checking sys/filsys.h usability >configure:11000: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >conftest.c:123:24: error: sys/filsys.h: No such file or directory >configure:11000: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define GREP "/bin/grep" >| #define PACKAGE "amanda" >| #define VERSION "3.1.1" >| #define VERSION_MAJOR 3 >| #define VERSION_MINOR 1 >| #define VERSION_PATCH 1 >| #define VERSION_COMMENT "" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define restrict __restrict >| #define HAVE_BTOWC 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPT_LONG_ONLY 1 >| #define HAVE_DECL_GETENV 1 >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define USE_POSIX_THREADS 1 >| #define USE_POSIX_THREADS_WEAK 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define STAT_STATVFS 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/filsys.h> >configure:11000: result: no >configure:11000: checking sys/filsys.h presence >configure:11000: i686-pc-linux-gnu-gcc -E conftest.c >conftest.c:90:24: error: sys/filsys.h: No such file or directory >configure:11000: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define GREP "/bin/grep" >| #define PACKAGE "amanda" >| #define VERSION "3.1.1" >| #define VERSION_MAJOR 3 >| #define VERSION_MINOR 1 >| #define VERSION_PATCH 1 >| #define VERSION_COMMENT "" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define restrict __restrict >| #define HAVE_BTOWC 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPT_LONG_ONLY 1 >| #define HAVE_DECL_GETENV 1 >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define USE_POSIX_THREADS 1 >| #define USE_POSIX_THREADS_WEAK 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define STAT_STATVFS 1 >| /* end confdefs.h. */ >| #include <sys/filsys.h> >configure:11000: result: no >configure:11000: checking for sys/filsys.h >configure:11000: result: no >configure:11000: checking sys/statfs.h usability >configure:11000: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:11000: $? = 0 >configure:11000: result: yes >configure:11000: checking sys/statfs.h presence >configure:11000: i686-pc-linux-gnu-gcc -E conftest.c >configure:11000: $? = 0 >configure:11000: result: yes >configure:11000: checking for sys/statfs.h >configure:11000: result: yes >configure:11012: checking for statfs that truncates block counts >configure:11034: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >conftest.c:93: error: expected '=', ',', ';', 'asm' or '__attribute__' before '--' token >In file included from conftest.c:95: >/usr/include/sys/types.h:35: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'u_char' >configure:11034: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define GREP "/bin/grep" >| #define PACKAGE "amanda" >| #define VERSION "3.1.1" >| #define VERSION_MAJOR 3 >| #define VERSION_MINOR 1 >| #define VERSION_PATCH 1 >| #define VERSION_COMMENT "" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define restrict __restrict >| #define HAVE_BTOWC 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPT_LONG_ONLY 1 >| #define HAVE_DECL_GETENV 1 >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define USE_POSIX_THREADS 1 >| #define USE_POSIX_THREADS_WEAK 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define STAT_STATVFS 1 >| #define HAVE_SYS_STATFS_H 1 >| /* end confdefs.h. */ >| >| #if !defined(sun) && !defined(__sun) >| choke -- this is a workaround for a Sun-specific problem >| #endif >| #include <sys/types.h> >| #include <sys/vfs.h> >| int >| main () >| { >| struct statfs t; long c = *(t.f_spare); >| if (c) return 0; >| ; >| return 0; >| } >configure:11047: result: no >configure:11060: checking for ftello >configure:11077: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:11077: $? = 0 >configure:11086: result: yes >configure:11185: checking how to do getaddrinfo, freeaddrinfo and getnameinfo >configure:11190: checking for library containing getaddrinfo >configure:11221: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:11221: $? = 0 >configure:11238: result: none required >configure:11250: checking for getaddrinfo >configure:11276: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:11276: $? = 0 >configure:11284: result: yes >configure:11342: checking for gai_strerror (possibly via ws2tcpip.h) >configure:11371: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >conftest.c: In function 'main': >conftest.c:107: warning: passing argument 1 of 'gai_strerror' makes integer from pointer without a cast >/usr/include/netdb.h:671: note: expected 'int' but argument is of type 'void *' >configure:11371: $? = 0 >configure:11379: result: yes >configure:11404: checking for struct sockaddr.sa_len >configure:11404: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >conftest.c: In function 'main': >conftest.c:97: error: 'struct sockaddr' has no member named 'sa_len' >configure:11404: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define GREP "/bin/grep" >| #define PACKAGE "amanda" >| #define VERSION "3.1.1" >| #define VERSION_MAJOR 3 >| #define VERSION_MINOR 1 >| #define VERSION_PATCH 1 >| #define VERSION_COMMENT "" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define restrict __restrict >| #define HAVE_BTOWC 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPT_LONG_ONLY 1 >| #define HAVE_DECL_GETENV 1 >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define USE_POSIX_THREADS 1 >| #define USE_POSIX_THREADS_WEAK 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define STAT_STATVFS 1 >| #define HAVE_SYS_STATFS_H 1 >| /* end confdefs.h. */ >| #include <sys/socket.h> >| >| int >| main () >| { >| static struct sockaddr ac_aggr; >| if (ac_aggr.sa_len) >| return 0; >| ; >| return 0; >| } >configure:11404: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >conftest.c: In function 'main': >conftest.c:97: error: 'struct sockaddr' has no member named 'sa_len' >configure:11404: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define GREP "/bin/grep" >| #define PACKAGE "amanda" >| #define VERSION "3.1.1" >| #define VERSION_MAJOR 3 >| #define VERSION_MINOR 1 >| #define VERSION_PATCH 1 >| #define VERSION_COMMENT "" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define restrict __restrict >| #define HAVE_BTOWC 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPT_LONG_ONLY 1 >| #define HAVE_DECL_GETENV 1 >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define USE_POSIX_THREADS 1 >| #define USE_POSIX_THREADS_WEAK 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define STAT_STATVFS 1 >| #define HAVE_SYS_STATFS_H 1 >| /* end confdefs.h. */ >| #include <sys/socket.h> >| >| int >| main () >| { >| static struct sockaddr ac_aggr; >| if (sizeof ac_aggr.sa_len) >| return 0; >| ; >| return 0; >| } >configure:11404: result: no >configure:11424: checking whether getaddrinfo is declared >configure:11424: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:11424: $? = 0 >configure:11424: result: yes >configure:11449: checking whether freeaddrinfo is declared >configure:11449: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:11449: $? = 0 >configure:11449: result: yes >configure:11474: checking whether gai_strerror is declared >configure:11474: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:11474: $? = 0 >configure:11474: result: yes >configure:11499: checking whether getnameinfo is declared >configure:11499: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:11499: $? = 0 >configure:11499: result: yes >configure:11538: checking for struct addrinfo >configure:11538: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:11538: $? = 0 >configure:11538: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >conftest.c: In function 'main': >conftest.c:111: error: expected expression before ')' token >configure:11538: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define GREP "/bin/grep" >| #define PACKAGE "amanda" >| #define VERSION "3.1.1" >| #define VERSION_MAJOR 3 >| #define VERSION_MINOR 1 >| #define VERSION_PATCH 1 >| #define VERSION_COMMENT "" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define restrict __restrict >| #define HAVE_BTOWC 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPT_LONG_ONLY 1 >| #define HAVE_DECL_GETENV 1 >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define USE_POSIX_THREADS 1 >| #define USE_POSIX_THREADS_WEAK 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define STAT_STATVFS 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_DECL_GETADDRINFO 1 >| #define HAVE_DECL_FREEADDRINFO 1 >| #define HAVE_DECL_GAI_STRERROR 1 >| #define HAVE_DECL_GETNAMEINFO 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #ifdef HAVE_SYS_SOCKET_H >| #include <sys/socket.h> >| #endif >| #ifdef HAVE_NETDB_H >| #include <netdb.h> >| #endif >| #ifdef HAVE_WS2TCPIP_H >| #include <ws2tcpip.h> >| #endif >| >| >| int >| main () >| { >| if (sizeof ((struct addrinfo))) >| return 0; >| ; >| return 0; >| } >configure:11538: result: yes >configure:11637: checking for gettimeofday with POSIX signature >configure:11659: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >conftest.c: In function 'main': >conftest.c:103: warning: initialization from incompatible pointer type >configure:11659: $? = 0 >configure:11666: result: yes >configure:11672: checking whether gettimeofday clobbers localtime buffer >configure:11704: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:11704: $? = 0 >configure:11704: ./conftest >configure:11704: $? = 0 >configure:11714: result: no >configure:11814: checking for library containing gethostbyname >configure:11862: result: none required >configure:11876: checking for gethostbyname >configure:11876: result: yes >configure:11946: checking for inet_ntop >configure:11946: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:11946: $? = 0 >configure:11946: result: yes >configure:11961: checking whether inet_ntop is declared >configure:11961: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:11961: $? = 0 >configure:11961: result: yes >configure:12004: checking for pthread_rwlock_t >configure:12004: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:12004: $? = 0 >configure:12004: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >conftest.c: In function 'main': >conftest.c:104: error: expected expression before ')' token >configure:12004: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define GREP "/bin/grep" >| #define PACKAGE "amanda" >| #define VERSION "3.1.1" >| #define VERSION_MAJOR 3 >| #define VERSION_MINOR 1 >| #define VERSION_PATCH 1 >| #define VERSION_COMMENT "" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define restrict __restrict >| #define HAVE_BTOWC 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPT_LONG_ONLY 1 >| #define HAVE_DECL_GETENV 1 >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define USE_POSIX_THREADS 1 >| #define USE_POSIX_THREADS_WEAK 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define STAT_STATVFS 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_DECL_GETADDRINFO 1 >| #define HAVE_DECL_FREEADDRINFO 1 >| #define HAVE_DECL_GAI_STRERROR 1 >| #define HAVE_DECL_GETNAMEINFO 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_DECL_INET_NTOP 1 >| /* end confdefs.h. */ >| #include <pthread.h> >| >| int >| main () >| { >| if (sizeof ((pthread_rwlock_t))) >| return 0; >| ; >| return 0; >| } >configure:12004: result: yes >configure:12029: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:12029: $? = 0 >configure:12043: checking whether lseek detects pipes >configure:12061: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:12061: $? = 0 >configure:12091: result: yes >configure:12127: checking whether lstat correctly handles trailing slash >configure:12153: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:12153: $? = 0 >configure:12153: ./conftest >configure:12153: $? = 0 >configure:12170: result: yes >configure:12206: checking for stdlib.h >configure:12206: result: yes >configure:12216: checking for GNU libc compatible malloc >configure:12240: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:12240: $? = 0 >configure:12240: ./conftest >configure:12240: $? = 0 >configure:12250: result: yes >configure:12330: checking whether mbrtowc handles incomplete characters >configure:12383: result: guessing yes >configure:12389: checking whether mbrtowc works as well as mbtowc >configure:12445: result: guessing yes >configure:12484: checking whether mbrtowc handles a NULL string argument >configure:12539: result: guessing yes >configure:12546: checking whether mbrtowc has a correct return value >configure:12618: result: guessing yes >configure:12624: checking whether mbrtowc returns 0 when parsing a NUL character >configure:12676: result: guessing yes >configure:12754: checking whether mbrtowc handles incomplete characters >configure:12807: result: guessing yes >configure:12813: checking whether mbrtowc works as well as mbtowc >configure:12869: result: guessing yes >configure:12940: checking for mkdtemp >configure:12940: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:12940: $? = 0 >configure:12940: result: yes >configure:13034: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:13034: $? = 0 >configure:13049: checking whether <netinet/in.h> is self-contained >configure:13066: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:13066: $? = 0 >configure:13074: result: yes >configure:13170: checking for sys/pstat.h >configure:13170: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >conftest.c:141:23: error: sys/pstat.h: No such file or directory >configure:13170: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define GREP "/bin/grep" >| #define PACKAGE "amanda" >| #define VERSION "3.1.1" >| #define VERSION_MAJOR 3 >| #define VERSION_MINOR 1 >| #define VERSION_PATCH 1 >| #define VERSION_COMMENT "" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define restrict __restrict >| #define HAVE_BTOWC 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPT_LONG_ONLY 1 >| #define HAVE_DECL_GETENV 1 >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define USE_POSIX_THREADS 1 >| #define USE_POSIX_THREADS_WEAK 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define STAT_STATVFS 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_DECL_GETADDRINFO 1 >| #define HAVE_DECL_FREEADDRINFO 1 >| #define HAVE_DECL_GAI_STRERROR 1 >| #define HAVE_DECL_GETNAMEINFO 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_DECL_INET_NTOP 1 >| #define HAVE_PTHREAD_RWLOCK 1 >| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 >| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_MALLOC 1 >| #define GNULIB_MALLOC_GNU 1 >| #define HAVE_MALLOC_POSIX 1 >| #define HAVE_MKDTEMP 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| >| #include <sys/pstat.h> >configure:13170: result: no >configure:13170: checking for sys/sysmp.h >configure:13170: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >conftest.c:141:23: error: sys/sysmp.h: No such file or directory >configure:13170: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define GREP "/bin/grep" >| #define PACKAGE "amanda" >| #define VERSION "3.1.1" >| #define VERSION_MAJOR 3 >| #define VERSION_MINOR 1 >| #define VERSION_PATCH 1 >| #define VERSION_COMMENT "" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define restrict __restrict >| #define HAVE_BTOWC 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPT_LONG_ONLY 1 >| #define HAVE_DECL_GETENV 1 >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define USE_POSIX_THREADS 1 >| #define USE_POSIX_THREADS_WEAK 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define STAT_STATVFS 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_DECL_GETADDRINFO 1 >| #define HAVE_DECL_FREEADDRINFO 1 >| #define HAVE_DECL_GAI_STRERROR 1 >| #define HAVE_DECL_GETNAMEINFO 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_DECL_INET_NTOP 1 >| #define HAVE_PTHREAD_RWLOCK 1 >| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 >| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_MALLOC 1 >| #define GNULIB_MALLOC_GNU 1 >| #define HAVE_MALLOC_POSIX 1 >| #define HAVE_MKDTEMP 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| >| #include <sys/sysmp.h> >configure:13170: result: no >configure:13170: checking for sys/sysinfo.h >configure:13170: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:13170: $? = 0 >configure:13170: result: yes >configure:13170: checking for machine/hal_sysinfo.h >configure:13170: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >conftest.c:142:33: error: machine/hal_sysinfo.h: No such file or directory >configure:13170: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define GREP "/bin/grep" >| #define PACKAGE "amanda" >| #define VERSION "3.1.1" >| #define VERSION_MAJOR 3 >| #define VERSION_MINOR 1 >| #define VERSION_PATCH 1 >| #define VERSION_COMMENT "" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define restrict __restrict >| #define HAVE_BTOWC 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPT_LONG_ONLY 1 >| #define HAVE_DECL_GETENV 1 >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define USE_POSIX_THREADS 1 >| #define USE_POSIX_THREADS_WEAK 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define STAT_STATVFS 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_DECL_GETADDRINFO 1 >| #define HAVE_DECL_FREEADDRINFO 1 >| #define HAVE_DECL_GAI_STRERROR 1 >| #define HAVE_DECL_GETNAMEINFO 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_DECL_INET_NTOP 1 >| #define HAVE_PTHREAD_RWLOCK 1 >| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 >| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_MALLOC 1 >| #define GNULIB_MALLOC_GNU 1 >| #define HAVE_MALLOC_POSIX 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_SYS_SYSINFO_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| >| #include <machine/hal_sysinfo.h> >configure:13170: result: no >configure:13170: checking for sys/table.h >configure:13170: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >conftest.c:142:23: error: sys/table.h: No such file or directory >configure:13170: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define GREP "/bin/grep" >| #define PACKAGE "amanda" >| #define VERSION "3.1.1" >| #define VERSION_MAJOR 3 >| #define VERSION_MINOR 1 >| #define VERSION_PATCH 1 >| #define VERSION_COMMENT "" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define restrict __restrict >| #define HAVE_BTOWC 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPT_LONG_ONLY 1 >| #define HAVE_DECL_GETENV 1 >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define USE_POSIX_THREADS 1 >| #define USE_POSIX_THREADS_WEAK 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define STAT_STATVFS 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_DECL_GETADDRINFO 1 >| #define HAVE_DECL_FREEADDRINFO 1 >| #define HAVE_DECL_GAI_STRERROR 1 >| #define HAVE_DECL_GETNAMEINFO 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_DECL_INET_NTOP 1 >| #define HAVE_PTHREAD_RWLOCK 1 >| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 >| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_MALLOC 1 >| #define GNULIB_MALLOC_GNU 1 >| #define HAVE_MALLOC_POSIX 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_SYS_SYSINFO_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| >| #include <sys/table.h> >configure:13170: result: no >configure:13170: checking for sys/param.h >configure:13170: result: yes >configure:13170: checking for sys/sysctl.h >configure:13170: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:13170: $? = 0 >configure:13170: result: yes >configure:13170: checking for sys/systemcfg.h >configure:13170: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >conftest.c:144:27: error: sys/systemcfg.h: No such file or directory >configure:13170: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define GREP "/bin/grep" >| #define PACKAGE "amanda" >| #define VERSION "3.1.1" >| #define VERSION_MAJOR 3 >| #define VERSION_MINOR 1 >| #define VERSION_PATCH 1 >| #define VERSION_COMMENT "" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define restrict __restrict >| #define HAVE_BTOWC 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPT_LONG_ONLY 1 >| #define HAVE_DECL_GETENV 1 >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define USE_POSIX_THREADS 1 >| #define USE_POSIX_THREADS_WEAK 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define STAT_STATVFS 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_DECL_GETADDRINFO 1 >| #define HAVE_DECL_FREEADDRINFO 1 >| #define HAVE_DECL_GAI_STRERROR 1 >| #define HAVE_DECL_GETNAMEINFO 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_DECL_INET_NTOP 1 >| #define HAVE_PTHREAD_RWLOCK 1 >| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 >| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_MALLOC 1 >| #define GNULIB_MALLOC_GNU 1 >| #define HAVE_MALLOC_POSIX 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_SYS_SYSINFO_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| >| #include <sys/systemcfg.h> >configure:13170: result: no >configure:13186: checking for pstat_getstatic >configure:13186: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >/var/tmp/portage/app-backup/amanda-3.1.1/temp/cczGhdJZ.o: In function `main': >/var/tmp/portage/app-backup/amanda-3.1.1/work/amanda-3.1.1/conftest.c:144: undefined reference to `pstat_getstatic' >collect2: ld returned 1 exit status >configure:13186: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define GREP "/bin/grep" >| #define PACKAGE "amanda" >| #define VERSION "3.1.1" >| #define VERSION_MAJOR 3 >| #define VERSION_MINOR 1 >| #define VERSION_PATCH 1 >| #define VERSION_COMMENT "" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define restrict __restrict >| #define HAVE_BTOWC 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPT_LONG_ONLY 1 >| #define HAVE_DECL_GETENV 1 >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define USE_POSIX_THREADS 1 >| #define USE_POSIX_THREADS_WEAK 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define STAT_STATVFS 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_DECL_GETADDRINFO 1 >| #define HAVE_DECL_FREEADDRINFO 1 >| #define HAVE_DECL_GAI_STRERROR 1 >| #define HAVE_DECL_GETNAMEINFO 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_DECL_INET_NTOP 1 >| #define HAVE_PTHREAD_RWLOCK 1 >| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 >| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_MALLOC 1 >| #define GNULIB_MALLOC_GNU 1 >| #define HAVE_MALLOC_POSIX 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_SYS_SYSINFO_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| /* end confdefs.h. */ >| /* Define pstat_getstatic to an innocuous variant, in case <limits.h> declares pstat_getstatic. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define pstat_getstatic innocuous_pstat_getstatic >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char pstat_getstatic (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef pstat_getstatic >| >| /* 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 pstat_getstatic (); >| /* 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_pstat_getstatic || defined __stub___pstat_getstatic >| choke me >| #endif >| >| int >| main () >| { >| return pstat_getstatic (); >| ; >| return 0; >| } >configure:13186: result: no >configure:13186: checking for pstat_getdynamic >configure:13186: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >/var/tmp/portage/app-backup/amanda-3.1.1/temp/ccBqY3T8.o: In function `main': >/var/tmp/portage/app-backup/amanda-3.1.1/work/amanda-3.1.1/conftest.c:144: undefined reference to `pstat_getdynamic' >collect2: ld returned 1 exit status >configure:13186: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define GREP "/bin/grep" >| #define PACKAGE "amanda" >| #define VERSION "3.1.1" >| #define VERSION_MAJOR 3 >| #define VERSION_MINOR 1 >| #define VERSION_PATCH 1 >| #define VERSION_COMMENT "" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define restrict __restrict >| #define HAVE_BTOWC 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPT_LONG_ONLY 1 >| #define HAVE_DECL_GETENV 1 >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define USE_POSIX_THREADS 1 >| #define USE_POSIX_THREADS_WEAK 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define STAT_STATVFS 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_DECL_GETADDRINFO 1 >| #define HAVE_DECL_FREEADDRINFO 1 >| #define HAVE_DECL_GAI_STRERROR 1 >| #define HAVE_DECL_GETNAMEINFO 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_DECL_INET_NTOP 1 >| #define HAVE_PTHREAD_RWLOCK 1 >| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 >| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_MALLOC 1 >| #define GNULIB_MALLOC_GNU 1 >| #define HAVE_MALLOC_POSIX 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_SYS_SYSINFO_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| /* end confdefs.h. */ >| /* Define pstat_getdynamic to an innocuous variant, in case <limits.h> declares pstat_getdynamic. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define pstat_getdynamic innocuous_pstat_getdynamic >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char pstat_getdynamic (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef pstat_getdynamic >| >| /* 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 pstat_getdynamic (); >| /* 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_pstat_getdynamic || defined __stub___pstat_getdynamic >| choke me >| #endif >| >| int >| main () >| { >| return pstat_getdynamic (); >| ; >| return 0; >| } >configure:13186: result: no >configure:13186: checking for sysmp >configure:13186: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >/var/tmp/portage/app-backup/amanda-3.1.1/temp/ccNFKQog.o: In function `main': >/var/tmp/portage/app-backup/amanda-3.1.1/work/amanda-3.1.1/conftest.c:144: undefined reference to `sysmp' >collect2: ld returned 1 exit status >configure:13186: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define GREP "/bin/grep" >| #define PACKAGE "amanda" >| #define VERSION "3.1.1" >| #define VERSION_MAJOR 3 >| #define VERSION_MINOR 1 >| #define VERSION_PATCH 1 >| #define VERSION_COMMENT "" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define restrict __restrict >| #define HAVE_BTOWC 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPT_LONG_ONLY 1 >| #define HAVE_DECL_GETENV 1 >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define USE_POSIX_THREADS 1 >| #define USE_POSIX_THREADS_WEAK 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define STAT_STATVFS 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_DECL_GETADDRINFO 1 >| #define HAVE_DECL_FREEADDRINFO 1 >| #define HAVE_DECL_GAI_STRERROR 1 >| #define HAVE_DECL_GETNAMEINFO 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_DECL_INET_NTOP 1 >| #define HAVE_PTHREAD_RWLOCK 1 >| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 >| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_MALLOC 1 >| #define GNULIB_MALLOC_GNU 1 >| #define HAVE_MALLOC_POSIX 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_SYS_SYSINFO_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| /* end confdefs.h. */ >| /* Define sysmp to an innocuous variant, in case <limits.h> declares sysmp. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define sysmp innocuous_sysmp >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char sysmp (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef sysmp >| >| /* 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 sysmp (); >| /* 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_sysmp || defined __stub___sysmp >| choke me >| #endif >| >| int >| main () >| { >| return sysmp (); >| ; >| return 0; >| } >configure:13186: result: no >configure:13186: checking for getsysinfo >configure:13186: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >/var/tmp/portage/app-backup/amanda-3.1.1/temp/ccAIaEri.o: In function `main': >/var/tmp/portage/app-backup/amanda-3.1.1/work/amanda-3.1.1/conftest.c:144: undefined reference to `getsysinfo' >collect2: ld returned 1 exit status >configure:13186: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define GREP "/bin/grep" >| #define PACKAGE "amanda" >| #define VERSION "3.1.1" >| #define VERSION_MAJOR 3 >| #define VERSION_MINOR 1 >| #define VERSION_PATCH 1 >| #define VERSION_COMMENT "" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define restrict __restrict >| #define HAVE_BTOWC 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPT_LONG_ONLY 1 >| #define HAVE_DECL_GETENV 1 >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define USE_POSIX_THREADS 1 >| #define USE_POSIX_THREADS_WEAK 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define STAT_STATVFS 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_DECL_GETADDRINFO 1 >| #define HAVE_DECL_FREEADDRINFO 1 >| #define HAVE_DECL_GAI_STRERROR 1 >| #define HAVE_DECL_GETNAMEINFO 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_DECL_INET_NTOP 1 >| #define HAVE_PTHREAD_RWLOCK 1 >| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 >| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_MALLOC 1 >| #define GNULIB_MALLOC_GNU 1 >| #define HAVE_MALLOC_POSIX 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_SYS_SYSINFO_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| /* end confdefs.h. */ >| /* Define getsysinfo to an innocuous variant, in case <limits.h> declares getsysinfo. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define getsysinfo innocuous_getsysinfo >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char getsysinfo (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef getsysinfo >| >| /* 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 getsysinfo (); >| /* 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_getsysinfo || defined __stub___getsysinfo >| choke me >| #endif >| >| int >| main () >| { >| return getsysinfo (); >| ; >| return 0; >| } >configure:13186: result: no >configure:13186: checking for sysctl >configure:13186: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:13186: $? = 0 >configure:13186: result: yes >configure:13186: checking for table >configure:13186: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >/var/tmp/portage/app-backup/amanda-3.1.1/temp/ccJh9dCB.o: In function `main': >/var/tmp/portage/app-backup/amanda-3.1.1/work/amanda-3.1.1/conftest.c:145: undefined reference to `table' >collect2: ld returned 1 exit status >configure:13186: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define GREP "/bin/grep" >| #define PACKAGE "amanda" >| #define VERSION "3.1.1" >| #define VERSION_MAJOR 3 >| #define VERSION_MINOR 1 >| #define VERSION_PATCH 1 >| #define VERSION_COMMENT "" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define restrict __restrict >| #define HAVE_BTOWC 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPT_LONG_ONLY 1 >| #define HAVE_DECL_GETENV 1 >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define USE_POSIX_THREADS 1 >| #define USE_POSIX_THREADS_WEAK 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define STAT_STATVFS 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_DECL_GETADDRINFO 1 >| #define HAVE_DECL_FREEADDRINFO 1 >| #define HAVE_DECL_GAI_STRERROR 1 >| #define HAVE_DECL_GETNAMEINFO 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_DECL_INET_NTOP 1 >| #define HAVE_PTHREAD_RWLOCK 1 >| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 >| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_MALLOC 1 >| #define GNULIB_MALLOC_GNU 1 >| #define HAVE_MALLOC_POSIX 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_SYS_SYSINFO_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYSCTL 1 >| /* end confdefs.h. */ >| /* Define table to an innocuous variant, in case <limits.h> declares table. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define table innocuous_table >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char table (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef table >| >| /* 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 table (); >| /* 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_table || defined __stub___table >| choke me >| #endif >| >| int >| main () >| { >| return table (); >| ; >| return 0; >| } >configure:13186: result: no >configure:13222: checking for working re_compile_pattern >configure:13373: result: yes >configure:13524: checking for library containing getservbyname >configure:13572: result: none required >configure:13586: checking for getservbyname >configure:13586: result: yes >configure:13641: checking for stdint.h >configure:13641: result: yes >configure:13651: checking for SIZE_MAX >configure:13718: result: yes >configure:13733: checking for snprintf >configure:13733: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >conftest.c:136: warning: conflicting types for built-in function 'snprintf' >configure:13733: $? = 0 >configure:13733: result: yes >configure:13745: checking whether snprintf respects a size of 1 >configure:13765: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:13765: $? = 0 >configure:13765: ./conftest >configure:13765: $? = 0 >configure:13776: result: yes >configure:13819: checking for socklen_t >configure:13819: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:13819: $? = 0 >configure:13819: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >conftest.c: In function 'main': >conftest.c:124: error: expected expression before ')' token >configure:13819: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define GREP "/bin/grep" >| #define PACKAGE "amanda" >| #define VERSION "3.1.1" >| #define VERSION_MAJOR 3 >| #define VERSION_MINOR 1 >| #define VERSION_PATCH 1 >| #define VERSION_COMMENT "" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define restrict __restrict >| #define HAVE_BTOWC 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPT_LONG_ONLY 1 >| #define HAVE_DECL_GETENV 1 >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define USE_POSIX_THREADS 1 >| #define USE_POSIX_THREADS_WEAK 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define STAT_STATVFS 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_DECL_GETADDRINFO 1 >| #define HAVE_DECL_FREEADDRINFO 1 >| #define HAVE_DECL_GAI_STRERROR 1 >| #define HAVE_DECL_GETNAMEINFO 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_DECL_INET_NTOP 1 >| #define HAVE_PTHREAD_RWLOCK 1 >| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 >| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_MALLOC 1 >| #define GNULIB_MALLOC_GNU 1 >| #define HAVE_MALLOC_POSIX 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_SYS_SYSINFO_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYSCTL 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SNPRINTF 1 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #if HAVE_SYS_SOCKET_H >| # include <sys/socket.h> >| #elif HAVE_WS2TCPIP_H >| # include <ws2tcpip.h> >| #endif >| >| int >| main () >| { >| if (sizeof ((socklen_t))) >| return 0; >| ; >| return 0; >| } >configure:13819: result: yes >configure:13878: checking for ssize_t >configure:13902: result: yes >configure:14018: checking whether stdint.h conforms to C99 >configure:14187: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:14187: $? = 0 >configure:14269: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:14269: $? = 0 >configure:14269: ./conftest >configure:14269: $? = 0 >configure:14281: result: yes >configure:14739: checking for random.h >configure:14739: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >conftest.c:148:20: error: random.h: No such file or directory >configure:14739: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define GREP "/bin/grep" >| #define PACKAGE "amanda" >| #define VERSION "3.1.1" >| #define VERSION_MAJOR 3 >| #define VERSION_MINOR 1 >| #define VERSION_PATCH 1 >| #define VERSION_COMMENT "" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define restrict __restrict >| #define HAVE_BTOWC 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPT_LONG_ONLY 1 >| #define HAVE_DECL_GETENV 1 >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define USE_POSIX_THREADS 1 >| #define USE_POSIX_THREADS_WEAK 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define STAT_STATVFS 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_DECL_GETADDRINFO 1 >| #define HAVE_DECL_FREEADDRINFO 1 >| #define HAVE_DECL_GAI_STRERROR 1 >| #define HAVE_DECL_GETNAMEINFO 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_DECL_INET_NTOP 1 >| #define HAVE_PTHREAD_RWLOCK 1 >| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 >| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_MALLOC 1 >| #define GNULIB_MALLOC_GNU 1 >| #define HAVE_MALLOC_POSIX 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_SYS_SYSINFO_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYSCTL 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SNPRINTF 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| >| #include <random.h> >configure:14739: result: no >configure:14756: checking for struct random_data >configure:14756: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:14756: $? = 0 >configure:14756: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >conftest.c: In function 'main': >conftest.c:123: error: expected expression before ')' token >configure:14756: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define GREP "/bin/grep" >| #define PACKAGE "amanda" >| #define VERSION "3.1.1" >| #define VERSION_MAJOR 3 >| #define VERSION_MINOR 1 >| #define VERSION_PATCH 1 >| #define VERSION_COMMENT "" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define restrict __restrict >| #define HAVE_BTOWC 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPT_LONG_ONLY 1 >| #define HAVE_DECL_GETENV 1 >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define USE_POSIX_THREADS 1 >| #define USE_POSIX_THREADS_WEAK 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define STAT_STATVFS 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_DECL_GETADDRINFO 1 >| #define HAVE_DECL_FREEADDRINFO 1 >| #define HAVE_DECL_GAI_STRERROR 1 >| #define HAVE_DECL_GETNAMEINFO 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_DECL_INET_NTOP 1 >| #define HAVE_PTHREAD_RWLOCK 1 >| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 >| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_MALLOC 1 >| #define GNULIB_MALLOC_GNU 1 >| #define HAVE_MALLOC_POSIX 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_SYS_SYSINFO_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYSCTL 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SNPRINTF 1 >| /* end confdefs.h. */ >| #include <stdlib.h> >| #if HAVE_RANDOM_H >| # include <random.h> >| #endif >| >| >| int >| main () >| { >| if (sizeof ((struct random_data))) >| return 0; >| ; >| return 0; >| } >configure:14756: result: yes >configure:14778: checking whether <sys/socket.h> is self-contained >configure:14803: result: yes >configure:14809: checking for shutdown >configure:14809: result: yes >configure:14819: checking whether <sys/socket.h> defines the SHUT_* macros >configure:14844: result: yes >configure:15045: checking for nlink_t >configure:15045: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:15045: $? = 0 >configure:15045: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >conftest.c: In function 'main': >conftest.c:123: error: expected expression before ')' token >configure:15045: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define GREP "/bin/grep" >| #define PACKAGE "amanda" >| #define VERSION "3.1.1" >| #define VERSION_MAJOR 3 >| #define VERSION_MINOR 1 >| #define VERSION_PATCH 1 >| #define VERSION_COMMENT "" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define restrict __restrict >| #define HAVE_BTOWC 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPT_LONG_ONLY 1 >| #define HAVE_DECL_GETENV 1 >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define USE_POSIX_THREADS 1 >| #define USE_POSIX_THREADS_WEAK 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define STAT_STATVFS 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_DECL_GETADDRINFO 1 >| #define HAVE_DECL_FREEADDRINFO 1 >| #define HAVE_DECL_GAI_STRERROR 1 >| #define HAVE_DECL_GETNAMEINFO 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_DECL_INET_NTOP 1 >| #define HAVE_PTHREAD_RWLOCK 1 >| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 >| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_MALLOC 1 >| #define GNULIB_MALLOC_GNU 1 >| #define HAVE_MALLOC_POSIX 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_SYS_SYSINFO_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYSCTL 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRUCT_RANDOM_DATA 1 >| #define HAVE_SHUTDOWN 1 >| #define GNULIB_SYS_SOCKET 1 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <sys/stat.h> >| >| int >| main () >| { >| if (sizeof ((nlink_t))) >| return 0; >| ; >| return 0; >| } >configure:15045: result: yes >configure:15224: checking for ptrdiff_t >configure:15224: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:15224: $? = 0 >configure:15224: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >conftest.c: In function 'main': >conftest.c:153: error: expected expression before ')' token >configure:15224: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define GREP "/bin/grep" >| #define PACKAGE "amanda" >| #define VERSION "3.1.1" >| #define VERSION_MAJOR 3 >| #define VERSION_MINOR 1 >| #define VERSION_PATCH 1 >| #define VERSION_COMMENT "" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define restrict __restrict >| #define HAVE_BTOWC 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPT_LONG_ONLY 1 >| #define HAVE_DECL_GETENV 1 >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define USE_POSIX_THREADS 1 >| #define USE_POSIX_THREADS_WEAK 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define STAT_STATVFS 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_DECL_GETADDRINFO 1 >| #define HAVE_DECL_FREEADDRINFO 1 >| #define HAVE_DECL_GAI_STRERROR 1 >| #define HAVE_DECL_GETNAMEINFO 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_DECL_INET_NTOP 1 >| #define HAVE_PTHREAD_RWLOCK 1 >| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 >| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_MALLOC 1 >| #define GNULIB_MALLOC_GNU 1 >| #define HAVE_MALLOC_POSIX 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_SYS_SYSINFO_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYSCTL 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRUCT_RANDOM_DATA 1 >| #define HAVE_SHUTDOWN 1 >| #define GNULIB_SYS_SOCKET 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((ptrdiff_t))) >| return 0; >| ; >| return 0; >| } >configure:15224: result: yes >configure:15244: checking for snprintf >configure:15244: result: yes >configure:15244: checking for strnlen >configure:15244: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:15244: $? = 0 >configure:15244: result: yes >configure:15244: checking for wcslen >configure:15244: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:15244: $? = 0 >configure:15244: result: yes >configure:15244: checking for wcsnlen >configure:15244: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:15244: $? = 0 >configure:15244: result: yes >configure:15244: checking for mbrtowc >configure:15244: result: yes >configure:15244: checking for wcrtomb >configure:15244: result: yes >configure:15254: checking whether _snprintf is declared >configure:15254: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >conftest.c: In function 'main': >conftest.c:129: error: '_snprintf' undeclared (first use in this function) >conftest.c:129: error: (Each undeclared identifier is reported only once >conftest.c:129: error: for each function it appears in.) >configure:15254: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define GREP "/bin/grep" >| #define PACKAGE "amanda" >| #define VERSION "3.1.1" >| #define VERSION_MAJOR 3 >| #define VERSION_MINOR 1 >| #define VERSION_PATCH 1 >| #define VERSION_COMMENT "" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define restrict __restrict >| #define HAVE_BTOWC 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPT_LONG_ONLY 1 >| #define HAVE_DECL_GETENV 1 >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define USE_POSIX_THREADS 1 >| #define USE_POSIX_THREADS_WEAK 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define STAT_STATVFS 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_DECL_GETADDRINFO 1 >| #define HAVE_DECL_FREEADDRINFO 1 >| #define HAVE_DECL_GAI_STRERROR 1 >| #define HAVE_DECL_GETNAMEINFO 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_DECL_INET_NTOP 1 >| #define HAVE_PTHREAD_RWLOCK 1 >| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 >| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_MALLOC 1 >| #define GNULIB_MALLOC_GNU 1 >| #define HAVE_MALLOC_POSIX 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_SYS_SYSINFO_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYSCTL 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRUCT_RANDOM_DATA 1 >| #define HAVE_SHUTDOWN 1 >| #define GNULIB_SYS_SOCKET 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_WCSLEN 1 >| #define HAVE_WCSNLEN 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_WCRTOMB 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| >| int >| main () >| { >| #ifndef _snprintf >| (void) _snprintf; >| #endif >| >| ; >| return 0; >| } >configure:15254: result: no >configure:15277: checking for simple visibility declarations >configure:15299: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp -fvisibility=hidden conftest.c >&5 >configure:15299: $? = 0 >configure:15308: result: yes >configure:15325: checking whether <wchar.h> is standalone >configure:15335: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp conftest.c >&5 >configure:15335: $? = 0 >configure:15342: result: yes >configure:15441: checking whether wcrtomb return value is correct >configure:15504: result: guessing yes >configure:15570: checking whether iswcntrl works >configure:15608: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:15608: $? = 0 >configure:15608: ./conftest >configure:15608: $? = 0 >configure:15619: result: yes >configure:15702: checking for stdint.h >configure:15702: result: yes >configure:15833: checking for gcc flag -fstrict-aliasing >configure:15841: result: yes >configure:15871: checking for gcc flag -Wall >configure:15879: result: yes >configure:15906: checking for gcc flag -Wextra >configure:15914: result: yes >configure:17007: checking for pcat >configure:17040: result: no >configure:17050: checking for compress >configure:17083: result: no >configure:17093: checking for gzip >configure:17111: found /bin/gzip >configure:17123: result: /bin/gzip >configure:17168: WARNING: Not building 'amplot', because gnuplot was not found >configure:17802: checking for getconf >configure:17820: found /usr/bin/getconf >configure:17832: result: /usr/bin/getconf >configure:17856: checking for large file compilation CFLAGS >configure:17872: result: -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 >configure:17877: checking for large file compilation LDFLAGS >configure:17893: result: >configure:17898: checking for large file compilation LIBS >configure:17914: result: >configure:17929: checking for chio >configure:17960: result: chio >configure:17973: checking for chs >configure:18004: result: chs >configure:18017: checking for mtx >configure:18035: found /usr/sbin/mtx >configure:18048: result: /usr/sbin/mtx >configure:18061: checking for mcutil >configure:18092: result: mcutil >configure:18124: checking for camlib.h >configure:18124: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 >conftest.c:180:20: error: camlib.h: No such file or directory >configure:18124: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define GREP "/bin/grep" >| #define PACKAGE "amanda" >| #define VERSION "3.1.1" >| #define VERSION_MAJOR 3 >| #define VERSION_MINOR 1 >| #define VERSION_PATCH 1 >| #define VERSION_COMMENT "" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define restrict __restrict >| #define HAVE_BTOWC 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPT_LONG_ONLY 1 >| #define HAVE_DECL_GETENV 1 >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define USE_POSIX_THREADS 1 >| #define USE_POSIX_THREADS_WEAK 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define STAT_STATVFS 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_DECL_GETADDRINFO 1 >| #define HAVE_DECL_FREEADDRINFO 1 >| #define HAVE_DECL_GAI_STRERROR 1 >| #define HAVE_DECL_GETNAMEINFO 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_DECL_INET_NTOP 1 >| #define HAVE_PTHREAD_RWLOCK 1 >| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 >| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_MALLOC 1 >| #define GNULIB_MALLOC_GNU 1 >| #define HAVE_MALLOC_POSIX 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_SYS_SYSINFO_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYSCTL 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRUCT_RANDOM_DATA 1 >| #define HAVE_SHUTDOWN 1 >| #define GNULIB_SYS_SOCKET 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_WCSLEN 1 >| #define HAVE_WCSNLEN 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_DECL__SNPRINTF 0 >| #define HAVE_VISIBILITY 1 >| #define HAVE_STDINT_H 1 >| #define CLIENT_LOGIN "amanda" >| #define CONFIG_DIR "/etc/amanda" >| #define GNUTAR_LISTED_INCREMENTAL_DIR "/var/spool/amanda/tar-lists" >| #define AMANDA_TMPDIR "/var/tmp/amanda" >| #define CHECK_USERID 1 >| #define BINARY_OWNER "amanda" >| #define USE_REUSEADDR 1 >| #define DUMPER_SOCKET_BUFFERING 1 >| #define AMANDA_DBGDIR "/var/tmp/amanda" >| #define AMANDA_DEBUG_DAYS 4 >| #define SERVICE_SUFFIX "" >| #define AMANDA_SERVICE_NAME "amanda" >| #define KAMANDA_SERVICE_NAME "kamanda" >| #define WANT_SETUID_CLIENT 1 >| #define DEFAULT_SERVER "astrid" >| #define DEFAULT_CONFIG "DailySet1" >| #define DEFAULT_TAPE_SERVER "astrid" >| #define DEFAULT_TAPE_DEVICE "" >| #define DEFAULT_AMANDATES_FILE "/var/spool/amanda/amanda/amandates" >| #define DEFAULT_FSF_AFTER_FILEMARK FALSE >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| >| #include <camlib.h> >configure:18124: result: no >configure:18124: checking for chio.h >configure:18124: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 >conftest.c:180:18: error: chio.h: No such file or directory >configure:18124: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define GREP "/bin/grep" >| #define PACKAGE "amanda" >| #define VERSION "3.1.1" >| #define VERSION_MAJOR 3 >| #define VERSION_MINOR 1 >| #define VERSION_PATCH 1 >| #define VERSION_COMMENT "" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define restrict __restrict >| #define HAVE_BTOWC 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPT_LONG_ONLY 1 >| #define HAVE_DECL_GETENV 1 >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define USE_POSIX_THREADS 1 >| #define USE_POSIX_THREADS_WEAK 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define STAT_STATVFS 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_DECL_GETADDRINFO 1 >| #define HAVE_DECL_FREEADDRINFO 1 >| #define HAVE_DECL_GAI_STRERROR 1 >| #define HAVE_DECL_GETNAMEINFO 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_DECL_INET_NTOP 1 >| #define HAVE_PTHREAD_RWLOCK 1 >| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 >| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_MALLOC 1 >| #define GNULIB_MALLOC_GNU 1 >| #define HAVE_MALLOC_POSIX 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_SYS_SYSINFO_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYSCTL 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRUCT_RANDOM_DATA 1 >| #define HAVE_SHUTDOWN 1 >| #define GNULIB_SYS_SOCKET 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_WCSLEN 1 >| #define HAVE_WCSNLEN 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_DECL__SNPRINTF 0 >| #define HAVE_VISIBILITY 1 >| #define HAVE_STDINT_H 1 >| #define CLIENT_LOGIN "amanda" >| #define CONFIG_DIR "/etc/amanda" >| #define GNUTAR_LISTED_INCREMENTAL_DIR "/var/spool/amanda/tar-lists" >| #define AMANDA_TMPDIR "/var/tmp/amanda" >| #define CHECK_USERID 1 >| #define BINARY_OWNER "amanda" >| #define USE_REUSEADDR 1 >| #define DUMPER_SOCKET_BUFFERING 1 >| #define AMANDA_DBGDIR "/var/tmp/amanda" >| #define AMANDA_DEBUG_DAYS 4 >| #define SERVICE_SUFFIX "" >| #define AMANDA_SERVICE_NAME "amanda" >| #define KAMANDA_SERVICE_NAME "kamanda" >| #define WANT_SETUID_CLIENT 1 >| #define DEFAULT_SERVER "astrid" >| #define DEFAULT_CONFIG "DailySet1" >| #define DEFAULT_TAPE_SERVER "astrid" >| #define DEFAULT_TAPE_DEVICE "" >| #define DEFAULT_AMANDATES_FILE "/var/spool/amanda/amanda/amandates" >| #define DEFAULT_FSF_AFTER_FILEMARK FALSE >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| >| #include <chio.h> >configure:18124: result: no >configure:18124: checking for linux/chio.h >configure:18124: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 >configure:18124: $? = 0 >configure:18124: result: yes >configure:18124: checking for scsi/sg.h >configure:18124: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 >configure:18124: $? = 0 >configure:18124: result: yes >configure:18124: checking for scsi/scsi_ioctl.h >configure:18124: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 >configure:18124: $? = 0 >configure:18124: result: yes >configure:18124: checking for sys/chio.h >configure:18124: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 >conftest.c:183:22: error: sys/chio.h: No such file or directory >configure:18124: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define GREP "/bin/grep" >| #define PACKAGE "amanda" >| #define VERSION "3.1.1" >| #define VERSION_MAJOR 3 >| #define VERSION_MINOR 1 >| #define VERSION_PATCH 1 >| #define VERSION_COMMENT "" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define restrict __restrict >| #define HAVE_BTOWC 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPT_LONG_ONLY 1 >| #define HAVE_DECL_GETENV 1 >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define USE_POSIX_THREADS 1 >| #define USE_POSIX_THREADS_WEAK 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define STAT_STATVFS 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_DECL_GETADDRINFO 1 >| #define HAVE_DECL_FREEADDRINFO 1 >| #define HAVE_DECL_GAI_STRERROR 1 >| #define HAVE_DECL_GETNAMEINFO 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_DECL_INET_NTOP 1 >| #define HAVE_PTHREAD_RWLOCK 1 >| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 >| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_MALLOC 1 >| #define GNULIB_MALLOC_GNU 1 >| #define HAVE_MALLOC_POSIX 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_SYS_SYSINFO_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYSCTL 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRUCT_RANDOM_DATA 1 >| #define HAVE_SHUTDOWN 1 >| #define GNULIB_SYS_SOCKET 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_WCSLEN 1 >| #define HAVE_WCSNLEN 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_DECL__SNPRINTF 0 >| #define HAVE_VISIBILITY 1 >| #define HAVE_STDINT_H 1 >| #define CLIENT_LOGIN "amanda" >| #define CONFIG_DIR "/etc/amanda" >| #define GNUTAR_LISTED_INCREMENTAL_DIR "/var/spool/amanda/tar-lists" >| #define AMANDA_TMPDIR "/var/tmp/amanda" >| #define CHECK_USERID 1 >| #define BINARY_OWNER "amanda" >| #define USE_REUSEADDR 1 >| #define DUMPER_SOCKET_BUFFERING 1 >| #define AMANDA_DBGDIR "/var/tmp/amanda" >| #define AMANDA_DEBUG_DAYS 4 >| #define SERVICE_SUFFIX "" >| #define AMANDA_SERVICE_NAME "amanda" >| #define KAMANDA_SERVICE_NAME "kamanda" >| #define WANT_SETUID_CLIENT 1 >| #define DEFAULT_SERVER "astrid" >| #define DEFAULT_CONFIG "DailySet1" >| #define DEFAULT_TAPE_SERVER "astrid" >| #define DEFAULT_TAPE_DEVICE "" >| #define DEFAULT_AMANDATES_FILE "/var/spool/amanda/amanda/amandates" >| #define DEFAULT_FSF_AFTER_FILEMARK FALSE >| #define HAVE_LINUX_CHIO_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| >| #include <sys/chio.h> >configure:18124: result: no >configure:18124: checking for sys/dsreq.h >configure:18124: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 >conftest.c:183:23: error: sys/dsreq.h: No such file or directory >configure:18124: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define GREP "/bin/grep" >| #define PACKAGE "amanda" >| #define VERSION "3.1.1" >| #define VERSION_MAJOR 3 >| #define VERSION_MINOR 1 >| #define VERSION_PATCH 1 >| #define VERSION_COMMENT "" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define restrict __restrict >| #define HAVE_BTOWC 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPT_LONG_ONLY 1 >| #define HAVE_DECL_GETENV 1 >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define USE_POSIX_THREADS 1 >| #define USE_POSIX_THREADS_WEAK 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define STAT_STATVFS 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_DECL_GETADDRINFO 1 >| #define HAVE_DECL_FREEADDRINFO 1 >| #define HAVE_DECL_GAI_STRERROR 1 >| #define HAVE_DECL_GETNAMEINFO 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_DECL_INET_NTOP 1 >| #define HAVE_PTHREAD_RWLOCK 1 >| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 >| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_MALLOC 1 >| #define GNULIB_MALLOC_GNU 1 >| #define HAVE_MALLOC_POSIX 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_SYS_SYSINFO_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYSCTL 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRUCT_RANDOM_DATA 1 >| #define HAVE_SHUTDOWN 1 >| #define GNULIB_SYS_SOCKET 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_WCSLEN 1 >| #define HAVE_WCSNLEN 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_DECL__SNPRINTF 0 >| #define HAVE_VISIBILITY 1 >| #define HAVE_STDINT_H 1 >| #define CLIENT_LOGIN "amanda" >| #define CONFIG_DIR "/etc/amanda" >| #define GNUTAR_LISTED_INCREMENTAL_DIR "/var/spool/amanda/tar-lists" >| #define AMANDA_TMPDIR "/var/tmp/amanda" >| #define CHECK_USERID 1 >| #define BINARY_OWNER "amanda" >| #define USE_REUSEADDR 1 >| #define DUMPER_SOCKET_BUFFERING 1 >| #define AMANDA_DBGDIR "/var/tmp/amanda" >| #define AMANDA_DEBUG_DAYS 4 >| #define SERVICE_SUFFIX "" >| #define AMANDA_SERVICE_NAME "amanda" >| #define KAMANDA_SERVICE_NAME "kamanda" >| #define WANT_SETUID_CLIENT 1 >| #define DEFAULT_SERVER "astrid" >| #define DEFAULT_CONFIG "DailySet1" >| #define DEFAULT_TAPE_SERVER "astrid" >| #define DEFAULT_TAPE_DEVICE "" >| #define DEFAULT_AMANDATES_FILE "/var/spool/amanda/amanda/amandates" >| #define DEFAULT_FSF_AFTER_FILEMARK FALSE >| #define HAVE_LINUX_CHIO_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| >| #include <sys/dsreq.h> >configure:18124: result: no >configure:18124: checking for sys/mtio.h >configure:18124: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 >configure:18124: $? = 0 >configure:18124: result: yes >configure:18124: checking for sys/scarray.h >configure:18124: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 >conftest.c:184:25: error: sys/scarray.h: No such file or directory >configure:18124: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define GREP "/bin/grep" >| #define PACKAGE "amanda" >| #define VERSION "3.1.1" >| #define VERSION_MAJOR 3 >| #define VERSION_MINOR 1 >| #define VERSION_PATCH 1 >| #define VERSION_COMMENT "" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define restrict __restrict >| #define HAVE_BTOWC 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPT_LONG_ONLY 1 >| #define HAVE_DECL_GETENV 1 >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define USE_POSIX_THREADS 1 >| #define USE_POSIX_THREADS_WEAK 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define STAT_STATVFS 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_DECL_GETADDRINFO 1 >| #define HAVE_DECL_FREEADDRINFO 1 >| #define HAVE_DECL_GAI_STRERROR 1 >| #define HAVE_DECL_GETNAMEINFO 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_DECL_INET_NTOP 1 >| #define HAVE_PTHREAD_RWLOCK 1 >| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 >| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_MALLOC 1 >| #define GNULIB_MALLOC_GNU 1 >| #define HAVE_MALLOC_POSIX 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_SYS_SYSINFO_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYSCTL 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRUCT_RANDOM_DATA 1 >| #define HAVE_SHUTDOWN 1 >| #define GNULIB_SYS_SOCKET 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_WCSLEN 1 >| #define HAVE_WCSNLEN 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_DECL__SNPRINTF 0 >| #define HAVE_VISIBILITY 1 >| #define HAVE_STDINT_H 1 >| #define CLIENT_LOGIN "amanda" >| #define CONFIG_DIR "/etc/amanda" >| #define GNUTAR_LISTED_INCREMENTAL_DIR "/var/spool/amanda/tar-lists" >| #define AMANDA_TMPDIR "/var/tmp/amanda" >| #define CHECK_USERID 1 >| #define BINARY_OWNER "amanda" >| #define USE_REUSEADDR 1 >| #define DUMPER_SOCKET_BUFFERING 1 >| #define AMANDA_DBGDIR "/var/tmp/amanda" >| #define AMANDA_DEBUG_DAYS 4 >| #define SERVICE_SUFFIX "" >| #define AMANDA_SERVICE_NAME "amanda" >| #define KAMANDA_SERVICE_NAME "kamanda" >| #define WANT_SETUID_CLIENT 1 >| #define DEFAULT_SERVER "astrid" >| #define DEFAULT_CONFIG "DailySet1" >| #define DEFAULT_TAPE_SERVER "astrid" >| #define DEFAULT_TAPE_DEVICE "" >| #define DEFAULT_AMANDATES_FILE "/var/spool/amanda/amanda/amandates" >| #define DEFAULT_FSF_AFTER_FILEMARK FALSE >| #define HAVE_LINUX_CHIO_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SYS_MTIO_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| >| #include <sys/scarray.h> >configure:18124: result: no >configure:18124: checking for sys/gscdds.h >configure:18124: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 >conftest.c:184:24: error: sys/gscdds.h: No such file or directory >configure:18124: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define GREP "/bin/grep" >| #define PACKAGE "amanda" >| #define VERSION "3.1.1" >| #define VERSION_MAJOR 3 >| #define VERSION_MINOR 1 >| #define VERSION_PATCH 1 >| #define VERSION_COMMENT "" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define restrict __restrict >| #define HAVE_BTOWC 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPT_LONG_ONLY 1 >| #define HAVE_DECL_GETENV 1 >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define USE_POSIX_THREADS 1 >| #define USE_POSIX_THREADS_WEAK 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define STAT_STATVFS 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_DECL_GETADDRINFO 1 >| #define HAVE_DECL_FREEADDRINFO 1 >| #define HAVE_DECL_GAI_STRERROR 1 >| #define HAVE_DECL_GETNAMEINFO 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_DECL_INET_NTOP 1 >| #define HAVE_PTHREAD_RWLOCK 1 >| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 >| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_MALLOC 1 >| #define GNULIB_MALLOC_GNU 1 >| #define HAVE_MALLOC_POSIX 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_SYS_SYSINFO_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYSCTL 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRUCT_RANDOM_DATA 1 >| #define HAVE_SHUTDOWN 1 >| #define GNULIB_SYS_SOCKET 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_WCSLEN 1 >| #define HAVE_WCSNLEN 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_DECL__SNPRINTF 0 >| #define HAVE_VISIBILITY 1 >| #define HAVE_STDINT_H 1 >| #define CLIENT_LOGIN "amanda" >| #define CONFIG_DIR "/etc/amanda" >| #define GNUTAR_LISTED_INCREMENTAL_DIR "/var/spool/amanda/tar-lists" >| #define AMANDA_TMPDIR "/var/tmp/amanda" >| #define CHECK_USERID 1 >| #define BINARY_OWNER "amanda" >| #define USE_REUSEADDR 1 >| #define DUMPER_SOCKET_BUFFERING 1 >| #define AMANDA_DBGDIR "/var/tmp/amanda" >| #define AMANDA_DEBUG_DAYS 4 >| #define SERVICE_SUFFIX "" >| #define AMANDA_SERVICE_NAME "amanda" >| #define KAMANDA_SERVICE_NAME "kamanda" >| #define WANT_SETUID_CLIENT 1 >| #define DEFAULT_SERVER "astrid" >| #define DEFAULT_CONFIG "DailySet1" >| #define DEFAULT_TAPE_SERVER "astrid" >| #define DEFAULT_TAPE_DEVICE "" >| #define DEFAULT_AMANDATES_FILE "/var/spool/amanda/amanda/amandates" >| #define DEFAULT_FSF_AFTER_FILEMARK FALSE >| #define HAVE_LINUX_CHIO_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SYS_MTIO_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| >| #include <sys/gscdds.h> >configure:18124: result: no >configure:18124: checking for sys/scsi.h >configure:18124: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 >conftest.c:184:22: error: sys/scsi.h: No such file or directory >configure:18124: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define GREP "/bin/grep" >| #define PACKAGE "amanda" >| #define VERSION "3.1.1" >| #define VERSION_MAJOR 3 >| #define VERSION_MINOR 1 >| #define VERSION_PATCH 1 >| #define VERSION_COMMENT "" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define restrict __restrict >| #define HAVE_BTOWC 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPT_LONG_ONLY 1 >| #define HAVE_DECL_GETENV 1 >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define USE_POSIX_THREADS 1 >| #define USE_POSIX_THREADS_WEAK 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define STAT_STATVFS 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_DECL_GETADDRINFO 1 >| #define HAVE_DECL_FREEADDRINFO 1 >| #define HAVE_DECL_GAI_STRERROR 1 >| #define HAVE_DECL_GETNAMEINFO 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_DECL_INET_NTOP 1 >| #define HAVE_PTHREAD_RWLOCK 1 >| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 >| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_MALLOC 1 >| #define GNULIB_MALLOC_GNU 1 >| #define HAVE_MALLOC_POSIX 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_SYS_SYSINFO_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYSCTL 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRUCT_RANDOM_DATA 1 >| #define HAVE_SHUTDOWN 1 >| #define GNULIB_SYS_SOCKET 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_WCSLEN 1 >| #define HAVE_WCSNLEN 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_DECL__SNPRINTF 0 >| #define HAVE_VISIBILITY 1 >| #define HAVE_STDINT_H 1 >| #define CLIENT_LOGIN "amanda" >| #define CONFIG_DIR "/etc/amanda" >| #define GNUTAR_LISTED_INCREMENTAL_DIR "/var/spool/amanda/tar-lists" >| #define AMANDA_TMPDIR "/var/tmp/amanda" >| #define CHECK_USERID 1 >| #define BINARY_OWNER "amanda" >| #define USE_REUSEADDR 1 >| #define DUMPER_SOCKET_BUFFERING 1 >| #define AMANDA_DBGDIR "/var/tmp/amanda" >| #define AMANDA_DEBUG_DAYS 4 >| #define SERVICE_SUFFIX "" >| #define AMANDA_SERVICE_NAME "amanda" >| #define KAMANDA_SERVICE_NAME "kamanda" >| #define WANT_SETUID_CLIENT 1 >| #define DEFAULT_SERVER "astrid" >| #define DEFAULT_CONFIG "DailySet1" >| #define DEFAULT_TAPE_SERVER "astrid" >| #define DEFAULT_TAPE_DEVICE "" >| #define DEFAULT_AMANDATES_FILE "/var/spool/amanda/amanda/amandates" >| #define DEFAULT_FSF_AFTER_FILEMARK FALSE >| #define HAVE_LINUX_CHIO_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SYS_MTIO_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| >| #include <sys/scsi.h> >configure:18124: result: no >configure:18124: checking for sys/scsiio.h >configure:18124: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 >conftest.c:184:24: error: sys/scsiio.h: No such file or directory >configure:18124: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define GREP "/bin/grep" >| #define PACKAGE "amanda" >| #define VERSION "3.1.1" >| #define VERSION_MAJOR 3 >| #define VERSION_MINOR 1 >| #define VERSION_PATCH 1 >| #define VERSION_COMMENT "" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define restrict __restrict >| #define HAVE_BTOWC 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPT_LONG_ONLY 1 >| #define HAVE_DECL_GETENV 1 >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define USE_POSIX_THREADS 1 >| #define USE_POSIX_THREADS_WEAK 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define STAT_STATVFS 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_DECL_GETADDRINFO 1 >| #define HAVE_DECL_FREEADDRINFO 1 >| #define HAVE_DECL_GAI_STRERROR 1 >| #define HAVE_DECL_GETNAMEINFO 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_DECL_INET_NTOP 1 >| #define HAVE_PTHREAD_RWLOCK 1 >| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 >| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_MALLOC 1 >| #define GNULIB_MALLOC_GNU 1 >| #define HAVE_MALLOC_POSIX 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_SYS_SYSINFO_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYSCTL 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRUCT_RANDOM_DATA 1 >| #define HAVE_SHUTDOWN 1 >| #define GNULIB_SYS_SOCKET 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_WCSLEN 1 >| #define HAVE_WCSNLEN 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_DECL__SNPRINTF 0 >| #define HAVE_VISIBILITY 1 >| #define HAVE_STDINT_H 1 >| #define CLIENT_LOGIN "amanda" >| #define CONFIG_DIR "/etc/amanda" >| #define GNUTAR_LISTED_INCREMENTAL_DIR "/var/spool/amanda/tar-lists" >| #define AMANDA_TMPDIR "/var/tmp/amanda" >| #define CHECK_USERID 1 >| #define BINARY_OWNER "amanda" >| #define USE_REUSEADDR 1 >| #define DUMPER_SOCKET_BUFFERING 1 >| #define AMANDA_DBGDIR "/var/tmp/amanda" >| #define AMANDA_DEBUG_DAYS 4 >| #define SERVICE_SUFFIX "" >| #define AMANDA_SERVICE_NAME "amanda" >| #define KAMANDA_SERVICE_NAME "kamanda" >| #define WANT_SETUID_CLIENT 1 >| #define DEFAULT_SERVER "astrid" >| #define DEFAULT_CONFIG "DailySet1" >| #define DEFAULT_TAPE_SERVER "astrid" >| #define DEFAULT_TAPE_DEVICE "" >| #define DEFAULT_AMANDATES_FILE "/var/spool/amanda/amanda/amandates" >| #define DEFAULT_FSF_AFTER_FILEMARK FALSE >| #define HAVE_LINUX_CHIO_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SYS_MTIO_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| >| #include <sys/scsiio.h> >configure:18124: result: no >configure:18124: checking for sys/scsi/impl/uscsi.h >configure:18124: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 >conftest.c:184:33: error: sys/scsi/impl/uscsi.h: No such file or directory >configure:18124: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define GREP "/bin/grep" >| #define PACKAGE "amanda" >| #define VERSION "3.1.1" >| #define VERSION_MAJOR 3 >| #define VERSION_MINOR 1 >| #define VERSION_PATCH 1 >| #define VERSION_COMMENT "" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define restrict __restrict >| #define HAVE_BTOWC 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPT_LONG_ONLY 1 >| #define HAVE_DECL_GETENV 1 >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define USE_POSIX_THREADS 1 >| #define USE_POSIX_THREADS_WEAK 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define STAT_STATVFS 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_DECL_GETADDRINFO 1 >| #define HAVE_DECL_FREEADDRINFO 1 >| #define HAVE_DECL_GAI_STRERROR 1 >| #define HAVE_DECL_GETNAMEINFO 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_DECL_INET_NTOP 1 >| #define HAVE_PTHREAD_RWLOCK 1 >| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 >| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_MALLOC 1 >| #define GNULIB_MALLOC_GNU 1 >| #define HAVE_MALLOC_POSIX 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_SYS_SYSINFO_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYSCTL 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRUCT_RANDOM_DATA 1 >| #define HAVE_SHUTDOWN 1 >| #define GNULIB_SYS_SOCKET 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_WCSLEN 1 >| #define HAVE_WCSNLEN 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_DECL__SNPRINTF 0 >| #define HAVE_VISIBILITY 1 >| #define HAVE_STDINT_H 1 >| #define CLIENT_LOGIN "amanda" >| #define CONFIG_DIR "/etc/amanda" >| #define GNUTAR_LISTED_INCREMENTAL_DIR "/var/spool/amanda/tar-lists" >| #define AMANDA_TMPDIR "/var/tmp/amanda" >| #define CHECK_USERID 1 >| #define BINARY_OWNER "amanda" >| #define USE_REUSEADDR 1 >| #define DUMPER_SOCKET_BUFFERING 1 >| #define AMANDA_DBGDIR "/var/tmp/amanda" >| #define AMANDA_DEBUG_DAYS 4 >| #define SERVICE_SUFFIX "" >| #define AMANDA_SERVICE_NAME "amanda" >| #define KAMANDA_SERVICE_NAME "kamanda" >| #define WANT_SETUID_CLIENT 1 >| #define DEFAULT_SERVER "astrid" >| #define DEFAULT_CONFIG "DailySet1" >| #define DEFAULT_TAPE_SERVER "astrid" >| #define DEFAULT_TAPE_DEVICE "" >| #define DEFAULT_AMANDATES_FILE "/var/spool/amanda/amanda/amandates" >| #define DEFAULT_FSF_AFTER_FILEMARK FALSE >| #define HAVE_LINUX_CHIO_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SYS_MTIO_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| >| #include <sys/scsi/impl/uscsi.h> >configure:18124: result: no >configure:18124: checking for sys/scsi/scsi/ioctl.h >configure:18124: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 >conftest.c:184:33: error: sys/scsi/scsi/ioctl.h: No such file or directory >configure:18124: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define GREP "/bin/grep" >| #define PACKAGE "amanda" >| #define VERSION "3.1.1" >| #define VERSION_MAJOR 3 >| #define VERSION_MINOR 1 >| #define VERSION_PATCH 1 >| #define VERSION_COMMENT "" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define restrict __restrict >| #define HAVE_BTOWC 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPT_LONG_ONLY 1 >| #define HAVE_DECL_GETENV 1 >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define USE_POSIX_THREADS 1 >| #define USE_POSIX_THREADS_WEAK 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define STAT_STATVFS 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_DECL_GETADDRINFO 1 >| #define HAVE_DECL_FREEADDRINFO 1 >| #define HAVE_DECL_GAI_STRERROR 1 >| #define HAVE_DECL_GETNAMEINFO 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_DECL_INET_NTOP 1 >| #define HAVE_PTHREAD_RWLOCK 1 >| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 >| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_MALLOC 1 >| #define GNULIB_MALLOC_GNU 1 >| #define HAVE_MALLOC_POSIX 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_SYS_SYSINFO_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYSCTL 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRUCT_RANDOM_DATA 1 >| #define HAVE_SHUTDOWN 1 >| #define GNULIB_SYS_SOCKET 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_WCSLEN 1 >| #define HAVE_WCSNLEN 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_DECL__SNPRINTF 0 >| #define HAVE_VISIBILITY 1 >| #define HAVE_STDINT_H 1 >| #define CLIENT_LOGIN "amanda" >| #define CONFIG_DIR "/etc/amanda" >| #define GNUTAR_LISTED_INCREMENTAL_DIR "/var/spool/amanda/tar-lists" >| #define AMANDA_TMPDIR "/var/tmp/amanda" >| #define CHECK_USERID 1 >| #define BINARY_OWNER "amanda" >| #define USE_REUSEADDR 1 >| #define DUMPER_SOCKET_BUFFERING 1 >| #define AMANDA_DBGDIR "/var/tmp/amanda" >| #define AMANDA_DEBUG_DAYS 4 >| #define SERVICE_SUFFIX "" >| #define AMANDA_SERVICE_NAME "amanda" >| #define KAMANDA_SERVICE_NAME "kamanda" >| #define WANT_SETUID_CLIENT 1 >| #define DEFAULT_SERVER "astrid" >| #define DEFAULT_CONFIG "DailySet1" >| #define DEFAULT_TAPE_SERVER "astrid" >| #define DEFAULT_TAPE_DEVICE "" >| #define DEFAULT_AMANDATES_FILE "/var/spool/amanda/amanda/amandates" >| #define DEFAULT_FSF_AFTER_FILEMARK FALSE >| #define HAVE_LINUX_CHIO_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SYS_MTIO_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| >| #include <sys/scsi/scsi/ioctl.h> >configure:18124: result: no >configure:18185: checking for Linux like scsi support (ioctl) >configure:18208: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 >conftest.c: In function 'main': >conftest.c:160: warning: 'device' is used uninitialized in this function >conftest.c:160: warning: 'Command' is used uninitialized in this function >configure:18208: $? = 0 >configure:18215: result: yes >configure:18224: checking for Linux like scsi support (sg) >configure:18249: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 >conftest.c: In function 'main': >conftest.c:162: warning: implicit declaration of function 'write' >conftest.c:160: warning: unused variable 'psg_header' >conftest.c:162: warning: 'device' is used uninitialized in this function >conftest.c:162: warning: 'buffer' is used uninitialized in this function >configure:18249: $? = 0 >configure:18256: result: yes >configure:18695: checking fstab.h usability >configure:18695: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 >configure:18695: $? = 0 >configure:18695: result: yes >configure:18695: checking fstab.h presence >configure:18695: i686-pc-linux-gnu-gcc -E -fno-strict-aliasing -D_GNU_SOURCE conftest.c >configure:18695: $? = 0 >configure:18695: result: yes >configure:18695: checking for fstab.h >configure:18695: result: yes >configure:18695: checking mntent.h usability >configure:18695: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 >configure:18695: $? = 0 >configure:18695: result: yes >configure:18695: checking mntent.h presence >configure:18695: i686-pc-linux-gnu-gcc -E -fno-strict-aliasing -D_GNU_SOURCE conftest.c >configure:18695: $? = 0 >configure:18695: result: yes >configure:18695: checking for mntent.h >configure:18695: result: yes >configure:18695: checking mnttab.h usability >configure:18695: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 >conftest.c:185:20: error: mnttab.h: No such file or directory >configure:18695: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define GREP "/bin/grep" >| #define PACKAGE "amanda" >| #define VERSION "3.1.1" >| #define VERSION_MAJOR 3 >| #define VERSION_MINOR 1 >| #define VERSION_PATCH 1 >| #define VERSION_COMMENT "" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define restrict __restrict >| #define HAVE_BTOWC 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPT_LONG_ONLY 1 >| #define HAVE_DECL_GETENV 1 >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define USE_POSIX_THREADS 1 >| #define USE_POSIX_THREADS_WEAK 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define STAT_STATVFS 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_DECL_GETADDRINFO 1 >| #define HAVE_DECL_FREEADDRINFO 1 >| #define HAVE_DECL_GAI_STRERROR 1 >| #define HAVE_DECL_GETNAMEINFO 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_DECL_INET_NTOP 1 >| #define HAVE_PTHREAD_RWLOCK 1 >| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 >| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_MALLOC 1 >| #define GNULIB_MALLOC_GNU 1 >| #define HAVE_MALLOC_POSIX 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_SYS_SYSINFO_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYSCTL 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRUCT_RANDOM_DATA 1 >| #define HAVE_SHUTDOWN 1 >| #define GNULIB_SYS_SOCKET 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_WCSLEN 1 >| #define HAVE_WCSNLEN 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_DECL__SNPRINTF 0 >| #define HAVE_VISIBILITY 1 >| #define HAVE_STDINT_H 1 >| #define CLIENT_LOGIN "amanda" >| #define CONFIG_DIR "/etc/amanda" >| #define GNUTAR_LISTED_INCREMENTAL_DIR "/var/spool/amanda/tar-lists" >| #define AMANDA_TMPDIR "/var/tmp/amanda" >| #define CHECK_USERID 1 >| #define BINARY_OWNER "amanda" >| #define USE_REUSEADDR 1 >| #define DUMPER_SOCKET_BUFFERING 1 >| #define AMANDA_DBGDIR "/var/tmp/amanda" >| #define AMANDA_DEBUG_DAYS 4 >| #define SERVICE_SUFFIX "" >| #define AMANDA_SERVICE_NAME "amanda" >| #define KAMANDA_SERVICE_NAME "kamanda" >| #define WANT_SETUID_CLIENT 1 >| #define DEFAULT_SERVER "astrid" >| #define DEFAULT_CONFIG "DailySet1" >| #define DEFAULT_TAPE_SERVER "astrid" >| #define DEFAULT_TAPE_DEVICE "" >| #define DEFAULT_AMANDATES_FILE "/var/spool/amanda/amanda/amandates" >| #define DEFAULT_FSF_AFTER_FILEMARK FALSE >| #define HAVE_LINUX_CHIO_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SYS_MTIO_H 1 >| #define HAVE_FSTAB_H 1 >| #define HAVE_MNTENT_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <mnttab.h> >configure:18695: result: no >configure:18695: checking mnttab.h presence >configure:18695: i686-pc-linux-gnu-gcc -E -fno-strict-aliasing -D_GNU_SOURCE conftest.c >conftest.c:152:20: error: mnttab.h: No such file or directory >configure:18695: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define GREP "/bin/grep" >| #define PACKAGE "amanda" >| #define VERSION "3.1.1" >| #define VERSION_MAJOR 3 >| #define VERSION_MINOR 1 >| #define VERSION_PATCH 1 >| #define VERSION_COMMENT "" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define restrict __restrict >| #define HAVE_BTOWC 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPT_LONG_ONLY 1 >| #define HAVE_DECL_GETENV 1 >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define USE_POSIX_THREADS 1 >| #define USE_POSIX_THREADS_WEAK 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define STAT_STATVFS 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_DECL_GETADDRINFO 1 >| #define HAVE_DECL_FREEADDRINFO 1 >| #define HAVE_DECL_GAI_STRERROR 1 >| #define HAVE_DECL_GETNAMEINFO 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_DECL_INET_NTOP 1 >| #define HAVE_PTHREAD_RWLOCK 1 >| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 >| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_MALLOC 1 >| #define GNULIB_MALLOC_GNU 1 >| #define HAVE_MALLOC_POSIX 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_SYS_SYSINFO_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYSCTL 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRUCT_RANDOM_DATA 1 >| #define HAVE_SHUTDOWN 1 >| #define GNULIB_SYS_SOCKET 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_WCSLEN 1 >| #define HAVE_WCSNLEN 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_DECL__SNPRINTF 0 >| #define HAVE_VISIBILITY 1 >| #define HAVE_STDINT_H 1 >| #define CLIENT_LOGIN "amanda" >| #define CONFIG_DIR "/etc/amanda" >| #define GNUTAR_LISTED_INCREMENTAL_DIR "/var/spool/amanda/tar-lists" >| #define AMANDA_TMPDIR "/var/tmp/amanda" >| #define CHECK_USERID 1 >| #define BINARY_OWNER "amanda" >| #define USE_REUSEADDR 1 >| #define DUMPER_SOCKET_BUFFERING 1 >| #define AMANDA_DBGDIR "/var/tmp/amanda" >| #define AMANDA_DEBUG_DAYS 4 >| #define SERVICE_SUFFIX "" >| #define AMANDA_SERVICE_NAME "amanda" >| #define KAMANDA_SERVICE_NAME "kamanda" >| #define WANT_SETUID_CLIENT 1 >| #define DEFAULT_SERVER "astrid" >| #define DEFAULT_CONFIG "DailySet1" >| #define DEFAULT_TAPE_SERVER "astrid" >| #define DEFAULT_TAPE_DEVICE "" >| #define DEFAULT_AMANDATES_FILE "/var/spool/amanda/amanda/amandates" >| #define DEFAULT_FSF_AFTER_FILEMARK FALSE >| #define HAVE_LINUX_CHIO_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SYS_MTIO_H 1 >| #define HAVE_FSTAB_H 1 >| #define HAVE_MNTENT_H 1 >| /* end confdefs.h. */ >| #include <mnttab.h> >configure:18695: result: no >configure:18695: checking for mnttab.h >configure:18695: result: no >configure:18695: checking sys/vfstab.h usability >configure:18695: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 >conftest.c:185:24: error: sys/vfstab.h: No such file or directory >configure:18695: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define GREP "/bin/grep" >| #define PACKAGE "amanda" >| #define VERSION "3.1.1" >| #define VERSION_MAJOR 3 >| #define VERSION_MINOR 1 >| #define VERSION_PATCH 1 >| #define VERSION_COMMENT "" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define restrict __restrict >| #define HAVE_BTOWC 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPT_LONG_ONLY 1 >| #define HAVE_DECL_GETENV 1 >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define USE_POSIX_THREADS 1 >| #define USE_POSIX_THREADS_WEAK 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define STAT_STATVFS 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_DECL_GETADDRINFO 1 >| #define HAVE_DECL_FREEADDRINFO 1 >| #define HAVE_DECL_GAI_STRERROR 1 >| #define HAVE_DECL_GETNAMEINFO 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_DECL_INET_NTOP 1 >| #define HAVE_PTHREAD_RWLOCK 1 >| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 >| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_MALLOC 1 >| #define GNULIB_MALLOC_GNU 1 >| #define HAVE_MALLOC_POSIX 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_SYS_SYSINFO_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYSCTL 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRUCT_RANDOM_DATA 1 >| #define HAVE_SHUTDOWN 1 >| #define GNULIB_SYS_SOCKET 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_WCSLEN 1 >| #define HAVE_WCSNLEN 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_DECL__SNPRINTF 0 >| #define HAVE_VISIBILITY 1 >| #define HAVE_STDINT_H 1 >| #define CLIENT_LOGIN "amanda" >| #define CONFIG_DIR "/etc/amanda" >| #define GNUTAR_LISTED_INCREMENTAL_DIR "/var/spool/amanda/tar-lists" >| #define AMANDA_TMPDIR "/var/tmp/amanda" >| #define CHECK_USERID 1 >| #define BINARY_OWNER "amanda" >| #define USE_REUSEADDR 1 >| #define DUMPER_SOCKET_BUFFERING 1 >| #define AMANDA_DBGDIR "/var/tmp/amanda" >| #define AMANDA_DEBUG_DAYS 4 >| #define SERVICE_SUFFIX "" >| #define AMANDA_SERVICE_NAME "amanda" >| #define KAMANDA_SERVICE_NAME "kamanda" >| #define WANT_SETUID_CLIENT 1 >| #define DEFAULT_SERVER "astrid" >| #define DEFAULT_CONFIG "DailySet1" >| #define DEFAULT_TAPE_SERVER "astrid" >| #define DEFAULT_TAPE_DEVICE "" >| #define DEFAULT_AMANDATES_FILE "/var/spool/amanda/amanda/amandates" >| #define DEFAULT_FSF_AFTER_FILEMARK FALSE >| #define HAVE_LINUX_CHIO_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SYS_MTIO_H 1 >| #define HAVE_FSTAB_H 1 >| #define HAVE_MNTENT_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/vfstab.h> >configure:18695: result: no >configure:18695: checking sys/vfstab.h presence >configure:18695: i686-pc-linux-gnu-gcc -E -fno-strict-aliasing -D_GNU_SOURCE conftest.c >conftest.c:152:24: error: sys/vfstab.h: No such file or directory >configure:18695: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define GREP "/bin/grep" >| #define PACKAGE "amanda" >| #define VERSION "3.1.1" >| #define VERSION_MAJOR 3 >| #define VERSION_MINOR 1 >| #define VERSION_PATCH 1 >| #define VERSION_COMMENT "" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define restrict __restrict >| #define HAVE_BTOWC 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPT_LONG_ONLY 1 >| #define HAVE_DECL_GETENV 1 >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define USE_POSIX_THREADS 1 >| #define USE_POSIX_THREADS_WEAK 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define STAT_STATVFS 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_DECL_GETADDRINFO 1 >| #define HAVE_DECL_FREEADDRINFO 1 >| #define HAVE_DECL_GAI_STRERROR 1 >| #define HAVE_DECL_GETNAMEINFO 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_DECL_INET_NTOP 1 >| #define HAVE_PTHREAD_RWLOCK 1 >| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 >| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_MALLOC 1 >| #define GNULIB_MALLOC_GNU 1 >| #define HAVE_MALLOC_POSIX 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_SYS_SYSINFO_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYSCTL 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRUCT_RANDOM_DATA 1 >| #define HAVE_SHUTDOWN 1 >| #define GNULIB_SYS_SOCKET 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_WCSLEN 1 >| #define HAVE_WCSNLEN 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_DECL__SNPRINTF 0 >| #define HAVE_VISIBILITY 1 >| #define HAVE_STDINT_H 1 >| #define CLIENT_LOGIN "amanda" >| #define CONFIG_DIR "/etc/amanda" >| #define GNUTAR_LISTED_INCREMENTAL_DIR "/var/spool/amanda/tar-lists" >| #define AMANDA_TMPDIR "/var/tmp/amanda" >| #define CHECK_USERID 1 >| #define BINARY_OWNER "amanda" >| #define USE_REUSEADDR 1 >| #define DUMPER_SOCKET_BUFFERING 1 >| #define AMANDA_DBGDIR "/var/tmp/amanda" >| #define AMANDA_DEBUG_DAYS 4 >| #define SERVICE_SUFFIX "" >| #define AMANDA_SERVICE_NAME "amanda" >| #define KAMANDA_SERVICE_NAME "kamanda" >| #define WANT_SETUID_CLIENT 1 >| #define DEFAULT_SERVER "astrid" >| #define DEFAULT_CONFIG "DailySet1" >| #define DEFAULT_TAPE_SERVER "astrid" >| #define DEFAULT_TAPE_DEVICE "" >| #define DEFAULT_AMANDATES_FILE "/var/spool/amanda/amanda/amandates" >| #define DEFAULT_FSF_AFTER_FILEMARK FALSE >| #define HAVE_LINUX_CHIO_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SYS_MTIO_H 1 >| #define HAVE_FSTAB_H 1 >| #define HAVE_MNTENT_H 1 >| /* end confdefs.h. */ >| #include <sys/vfstab.h> >configure:18695: result: no >configure:18695: checking for sys/vfstab.h >configure:18695: result: no >configure:18709: checking for endmntent >configure:18709: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:18709: $? = 0 >configure:18709: result: yes >configure:18720: checking for setmntent >configure:18720: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:18720: $? = 0 >configure:18720: result: yes >configure:18739: checking fcntl.h usability >configure:18739: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 >configure:18739: $? = 0 >configure:18739: result: yes >configure:18739: checking fcntl.h presence >configure:18739: i686-pc-linux-gnu-gcc -E -fno-strict-aliasing -D_GNU_SOURCE conftest.c >configure:18739: $? = 0 >configure:18739: result: yes >configure:18739: checking for fcntl.h >configure:18739: result: yes >configure:18739: checking sys/fcntl.h usability >configure:18739: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 >configure:18739: $? = 0 >configure:18739: result: yes >configure:18739: checking sys/fcntl.h presence >configure:18739: i686-pc-linux-gnu-gcc -E -fno-strict-aliasing -D_GNU_SOURCE conftest.c >configure:18739: $? = 0 >configure:18739: result: yes >configure:18739: checking for sys/fcntl.h >configure:18739: result: yes >configure:18739: checking for sys/types.h >configure:18739: result: yes >configure:18739: checking sys/file.h usability >configure:18739: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 >configure:18739: $? = 0 >configure:18739: result: yes >configure:18739: checking sys/file.h presence >configure:18739: i686-pc-linux-gnu-gcc -E -fno-strict-aliasing -D_GNU_SOURCE conftest.c >configure:18739: $? = 0 >configure:18739: result: yes >configure:18739: checking for sys/file.h >configure:18739: result: yes >configure:18739: checking for unistd.h >configure:18739: result: yes >configure:18758: checking whether POSIX locking (with fcntl(2)) is available >configure:18793: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:18793: $? = 0 >configure:18806: result: yes >configure:18825: checking whether flock locking is available >configure:18848: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:18848: $? = 0 >configure:18861: result: yes >configure:18880: checking whether lockf(3) locking is available >configure:18903: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:18903: $? = 0 >configure:18916: result: yes >configure:18935: checking whether link(2) is available for locking >configure:18958: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:18958: $? = 0 >configure:18971: result: yes >configure:19002: checking for swig >configure:19020: found /usr/bin/swig >configure:19032: result: /usr/bin/swig >configure:19049: checking for swig >configure:19079: result: /usr/bin/swig >configure:19090: checking for SWIG version >configure:19093: result: 1.3.40 >configure:19148: checking for perl5 >configure:19181: result: no >configure:19148: checking for perl >configure:19166: found /usr/bin/perl >configure:19178: result: /usr/bin/perl >configure:19235: checking for perl version greater than or equal to 5.6.0 >configure:19247: result: ok >configure:19322: checking for perl module ExtUtils::Embed version 0.0 >configure:19335: result: ok >configure:19430: checking for cat >configure:19448: found /bin/cat >configure:19461: result: /bin/cat >configure:19563: checking if sockaddr_storage struct exists >configure:19582: i686-pc-linux-gnu-gcc -c -O2 -pipe -Wall -ggdb -march=athlon-xp -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5 >conftest.c: In function 'main': >conftest.c:176: warning: unused variable 'i' >configure:19582: $? = 0 >configure:19590: result: yes >configure:19625: checking for working IPv6 >configure:19662: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wall -ggdb -march=athlon-xp -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >conftest.c:186: warning: return type defaults to 'int' >configure:19662: $? = 0 >configure:19662: ./conftest >configure:19662: $? = 255 >configure: program exited with status 255 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define GREP "/bin/grep" >| #define PACKAGE "amanda" >| #define VERSION "3.1.1" >| #define VERSION_MAJOR 3 >| #define VERSION_MINOR 1 >| #define VERSION_PATCH 1 >| #define VERSION_COMMENT "" >| #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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_VFS_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define restrict __restrict >| #define HAVE_BTOWC 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPT_LONG_ONLY 1 >| #define HAVE_DECL_GETENV 1 >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define USE_POSIX_THREADS 1 >| #define USE_POSIX_THREADS_WEAK 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_WCHAR_T 1 >| #define HAVE_WINT_T 1 >| #define HAVE_INTTYPES_H_WITH_UINTMAX 1 >| #define HAVE_STDINT_H_WITH_UINTMAX 1 >| #define HAVE_INTMAX_T 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_SYS_MOUNT_H 1 >| #define STAT_STATVFS 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_DECL_GETADDRINFO 1 >| #define HAVE_DECL_FREEADDRINFO 1 >| #define HAVE_DECL_GAI_STRERROR 1 >| #define HAVE_DECL_GETNAMEINFO 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_DECL_INET_NTOP 1 >| #define HAVE_PTHREAD_RWLOCK 1 >| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 >| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_MALLOC 1 >| #define GNULIB_MALLOC_GNU 1 >| #define HAVE_MALLOC_POSIX 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_SYS_SYSINFO_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYSCTL 1 >| #define HAVE_GETSERVBYNAME 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRUCT_RANDOM_DATA 1 >| #define HAVE_SHUTDOWN 1 >| #define GNULIB_SYS_SOCKET 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_WCSLEN 1 >| #define HAVE_WCSNLEN 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_DECL__SNPRINTF 0 >| #define HAVE_VISIBILITY 1 >| #define HAVE_STDINT_H 1 >| #define CLIENT_LOGIN "amanda" >| #define CONFIG_DIR "/etc/amanda" >| #define GNUTAR_LISTED_INCREMENTAL_DIR "/var/spool/amanda/tar-lists" >| #define AMANDA_TMPDIR "/var/tmp/amanda" >| #define CHECK_USERID 1 >| #define BINARY_OWNER "amanda" >| #define USE_REUSEADDR 1 >| #define DUMPER_SOCKET_BUFFERING 1 >| #define AMANDA_DBGDIR "/var/tmp/amanda" >| #define AMANDA_DEBUG_DAYS 4 >| #define SERVICE_SUFFIX "" >| #define AMANDA_SERVICE_NAME "amanda" >| #define KAMANDA_SERVICE_NAME "kamanda" >| #define WANT_SETUID_CLIENT 1 >| #define DEFAULT_SERVER "astrid" >| #define DEFAULT_CONFIG "DailySet1" >| #define DEFAULT_TAPE_SERVER "astrid" >| #define DEFAULT_TAPE_DEVICE "" >| #define DEFAULT_AMANDATES_FILE "/var/spool/amanda/amanda/amandates" >| #define DEFAULT_FSF_AFTER_FILEMARK FALSE >| #define HAVE_LINUX_CHIO_H 1 >| #define HAVE_SCSI_SG_H 1 >| #define HAVE_SCSI_SCSI_IOCTL_H 1 >| #define HAVE_SYS_MTIO_H 1 >| #define HAVE_FSTAB_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_ENDMNTENT 1 >| #define HAVE_SETMNTENT 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_SYS_FCNTL_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_UNISTD_H 1 >| #define WANT_AMFLOCK_POSIX 1 >| #define WANT_AMFLOCK_FLOCK 1 >| #define WANT_AMFLOCK_LOCKF 1 >| #define WANT_AMFLOCK_LNLOCK 1 >| #define HAVE_GZIP 1 >| #define COMPRESS_PATH "/bin/gzip" >| #define COMPRESS_SUFFIX ".gz" >| #define COMPRESS_FAST_OPT "--fast" >| #define COMPRESS_BEST_OPT "--best" >| #define UNCOMPRESS_PATH "/bin/gzip" >| #define UNCOMPRESS_OPT "-dc" >| #define HAVE_SOCKADDR_STORAGE 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #ifdef HAVE_SYS_SOCKET_H >| #include <sys/socket.h> >| #endif >| #ifdef HAVE_NETINET_IN_H >| #include <netinet/in.h> >| #endif >| #ifdef HAVE_WINSOCK2_H >| #include <winsock2.h> >| #endif >| #include <sys/socket.h> >| #include <errno.h> >| >| main() >| { >| int aa; >| aa = socket(AF_INET6, SOCK_STREAM, 0); >| if (aa > 0) return 0; >| return aa; >| } >configure:19674: result: no >configure:19685: error: IPv6 support was requested, but it is not working. > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_build=i686-pc-linux-gnu >ac_cv_c_compiler_gnu=yes >ac_cv_c_inline=inline >ac_cv_c_restrict=__restrict >ac_cv_env_CC_set= >ac_cv_env_CC_value= >ac_cv_env_CFLAGS_set=set >ac_cv_env_CFLAGS_value='-O2 -pipe -Wall -ggdb -march=athlon-xp' >ac_cv_env_CPPFLAGS_set= >ac_cv_env_CPPFLAGS_value= >ac_cv_env_CPP_set= >ac_cv_env_CPP_value= >ac_cv_env_GNUPLOT_set= >ac_cv_env_GNUPLOT_value= >ac_cv_env_GNUTAR_set= >ac_cv_env_GNUTAR_value= >ac_cv_env_LDFLAGS_set=set >ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu' >ac_cv_env_LIBS_set= >ac_cv_env_LIBS_value= >ac_cv_env_PERL_set= >ac_cv_env_PERL_value= >ac_cv_env_PKG_CONFIG_set= >ac_cv_env_PKG_CONFIG_value= >ac_cv_env_STAR_set= >ac_cv_env_STAR_value= >ac_cv_env_SWIG_set= >ac_cv_env_SWIG_value= >ac_cv_env_YACC_set= >ac_cv_env_YACC_value= >ac_cv_env_YFLAGS_set= >ac_cv_env_YFLAGS_value= >ac_cv_env_build_alias_set=set >ac_cv_env_build_alias_value=i686-pc-linux-gnu >ac_cv_env_host_alias_set=set >ac_cv_env_host_alias_value=i686-pc-linux-gnu >ac_cv_env_target_alias_set= >ac_cv_env_target_alias_value= >ac_cv_file___dev_urandom_=yes >ac_cv_file__bin_bash=yes >ac_cv_file__dev_arandom=no >ac_cv_file__dev_random=yes >ac_cv_file__dev_srandom=yes >ac_cv_file__dev_urandom=yes >ac_cv_file__dev_zero=yes >ac_cv_file__usr_share_sgml_X11_defs_ent=1 >ac_cv_func_alloca_works=yes >ac_cv_func_btowc=yes >ac_cv_func_calloc_0_nonnull=yes >ac_cv_func_endmntent=yes >ac_cv_func_ftruncate=yes >ac_cv_func_gethostbyname=yes >ac_cv_func_getopt_long_only=yes >ac_cv_func_getservbyname=yes >ac_cv_func_getsysinfo=no >ac_cv_func_gettimeofday=yes >ac_cv_func_inet_ntop=yes >ac_cv_func_isblank=yes >ac_cv_func_iswcntrl=yes >ac_cv_func_iswctype=yes >ac_cv_func_lstat=yes >ac_cv_func_lstat_dereferences_slashed_symlink=yes >ac_cv_func_malloc_0_nonnull=yes >ac_cv_func_mbrtowc=yes >ac_cv_func_mbsinit=yes >ac_cv_func_mkdtemp=yes >ac_cv_func_pstat_getdynamic=no >ac_cv_func_pstat_getstatic=no >ac_cv_func_setgrent_void=yes >ac_cv_func_setmntent=yes >ac_cv_func_shutdown=yes >ac_cv_func_snprintf=yes >ac_cv_func_strnlen=yes >ac_cv_func_strnlen_working=yes >ac_cv_func_sysctl=yes >ac_cv_func_sysmp=no >ac_cv_func_table=no >ac_cv_func_vasnprintf=no >ac_cv_func_wcrtomb=yes >ac_cv_func_wcscoll=yes >ac_cv_func_wcslen=yes >ac_cv_func_wcsnlen=yes >ac_cv_gnu_library_2_1=yes >ac_cv_has_sockaddr_storage=yes >ac_cv_have_decl__snprintf=no >ac_cv_have_decl_freeaddrinfo=yes >ac_cv_have_decl_gai_strerror=yes >ac_cv_have_decl_getaddrinfo=yes >ac_cv_have_decl_getc_unlocked=yes >ac_cv_have_decl_getenv=yes >ac_cv_have_decl_getnameinfo=yes >ac_cv_have_decl_inet_ntop=yes >ac_cv_have_decl_optreset=no >ac_cv_have_decl_snprintf=yes >ac_cv_header_arpa_inet_h=yes >ac_cv_header_camlib_h=no >ac_cv_header_chio_h=no >ac_cv_header_dustat_h=no >ac_cv_header_errno_h=yes >ac_cv_header_fcntl_h=yes >ac_cv_header_float_h=yes >ac_cv_header_fstab_h=yes >ac_cv_header_getopt_h=yes >ac_cv_header_inttypes_h=yes >ac_cv_header_linux_chio_h=yes >ac_cv_header_locale_h=yes >ac_cv_header_machine_hal_sysinfo_h=no >ac_cv_header_memory_h=yes >ac_cv_header_minix_config_h=no >ac_cv_header_mntent_h=yes >ac_cv_header_mnttab_h=no >ac_cv_header_netdb_h=yes >ac_cv_header_netinet_in_h=yes >ac_cv_header_pthread_h=yes >ac_cv_header_pwd_h=yes >ac_cv_header_random_h=no >ac_cv_header_scsi_scsi_ioctl_h=yes >ac_cv_header_scsi_sg_h=yes >ac_cv_header_stat_broken=no >ac_cv_header_stdbool_h=yes >ac_cv_header_stdc=yes >ac_cv_header_stdint_h=yes >ac_cv_header_stdio_h=yes >ac_cv_header_stdlib_h=yes >ac_cv_header_string_h=yes >ac_cv_header_strings_h=yes >ac_cv_header_sys_chio_h=no >ac_cv_header_sys_dsreq_h=no >ac_cv_header_sys_fcntl_h=yes >ac_cv_header_sys_file_h=yes >ac_cv_header_sys_filsys_h=no >ac_cv_header_sys_fs_s5param_h=no >ac_cv_header_sys_fs_types_h=no >ac_cv_header_sys_gscdds_h=no >ac_cv_header_sys_mount_h=yes >ac_cv_header_sys_mtio_h=yes >ac_cv_header_sys_param_h=yes >ac_cv_header_sys_pstat_h=no >ac_cv_header_sys_scarray_h=no >ac_cv_header_sys_scsi_h=no >ac_cv_header_sys_scsi_impl_uscsi_h=no >ac_cv_header_sys_scsi_scsi_ioctl_h=no >ac_cv_header_sys_scsiio_h=no >ac_cv_header_sys_socket_h=yes >ac_cv_header_sys_stat_h=yes >ac_cv_header_sys_statfs_h=yes >ac_cv_header_sys_sysctl_h=yes >ac_cv_header_sys_sysinfo_h=yes >ac_cv_header_sys_sysmp_h=no >ac_cv_header_sys_systemcfg_h=no >ac_cv_header_sys_table_h=no >ac_cv_header_sys_time_h=yes >ac_cv_header_sys_types_h=yes >ac_cv_header_sys_vfs_h=yes >ac_cv_header_sys_vfstab_h=no >ac_cv_header_unistd_h=yes >ac_cv_header_wchar_h=yes >ac_cv_header_wctype_h=yes >ac_cv_host=i686-pc-linux-gnu >ac_cv_lib_pthread_pthread_kill=yes >ac_cv_member_struct_sockaddr_sa_len=no >ac_cv_objext=o >ac_cv_path_CAT=/bin/cat >ac_cv_path_CHIO=chio >ac_cv_path_CHS=chs >ac_cv_path_EGREP='/bin/grep -E' >ac_cv_path_GETCONF=/usr/bin/getconf >ac_cv_path_GIT=/usr/bin/git >ac_cv_path_GREP=/bin/grep >ac_cv_path_GZIP=/bin/gzip >ac_cv_path_MCUTIL=mcutil >ac_cv_path_MTX=/usr/sbin/mtx >ac_cv_path_PERL=/usr/bin/perl >ac_cv_path_SVN=/usr/bin/svn >ac_cv_path_SWIG=/usr/bin/swig >ac_cv_path_install='/usr/bin/install -c' >ac_cv_path_mkdir=/bin/mkdir >ac_cv_prog_AWK=gawk >ac_cv_prog_CC=i686-pc-linux-gnu-gcc >ac_cv_prog_CPP='i686-pc-linux-gnu-gcc -E' >ac_cv_prog_RANLIB=i686-pc-linux-gnu-ranlib >ac_cv_prog_cc_c89= >ac_cv_prog_cc_g=yes >ac_cv_prog_cc_i686_pc_linux_gnu_gcc_c_o=yes >ac_cv_prog_make_make_set=yes >ac_cv_safe_to_define___extensions__=yes >ac_cv_search_getaddrinfo='none required' >ac_cv_search_gethostbyname='none required' >ac_cv_search_getservbyname='none required' >ac_cv_sys_file_offset_bits=64 >ac_cv_sys_largefile_CC=no >ac_cv_sys_largefile_source=no >ac_cv_type__Bool=yes >ac_cv_type_long_long_int=yes >ac_cv_type_mbstate_t=yes >ac_cv_type_nlink_t=yes >ac_cv_type_pthread_rwlock_t=yes >ac_cv_type_ptrdiff_t=yes >ac_cv_type_size_t=yes >ac_cv_type_socklen_t=yes >ac_cv_type_struct_addrinfo=yes >ac_cv_type_struct_random_data=yes >ac_cv_type_unsigned_long_long_int=yes >ac_cv_working_alloca_h=yes >acl_cv_hardcode_direct=no >acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' >acl_cv_hardcode_libdir_separator= >acl_cv_hardcode_minus_L=no >acl_cv_libext=a >acl_cv_libname_spec='lib$name' >acl_cv_library_names_spec='$libname$shrext' >acl_cv_path_LD=/usr/i686-pc-linux-gnu/bin/ld >acl_cv_prog_gnu_ld=yes >acl_cv_rpath=done >acl_cv_shlibext=so >acl_cv_wl=-Wl, >am_cv_CC_dependencies_compiler_type=gcc3 >am_cv_langinfo_codeset=yes >amanda_cv_LFS_CFLAGS='-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64' >amanda_cv_LFS_LDFLAGS= >amanda_cv_LFS_LIBS= >amanda_cv_flock_filelocking=yes >amanda_cv_linux_scsi=yes >amanda_cv_linux_sg_scsi=yes >amanda_cv_lnlock_filelocking=yes >amanda_cv_lockf_filelocking=yes >amanda_cv_posix_filelocking=yes >amanda_cv_working_ipv6=no >fu_cv_sys_stat_statvfs=yes >fu_cv_sys_truncating_statfs=no >gl_cv_c_multiarch=no >gl_cv_cc_visibility=yes >gl_cv_fs_space=yes >gl_cv_func_btowc_eof=yes >gl_cv_func_fseeko=yes >gl_cv_func_ftello=yes >gl_cv_func_gai_strerror=yes >gl_cv_func_getaddrinfo=yes >gl_cv_func_gettimeofday_clobber=no >gl_cv_func_gettimeofday_posix_signature=yes >gl_cv_func_gnu_getopt=yes >gl_cv_func_iswcntrl_works=yes >gl_cv_func_lseek_pipe=yes >gl_cv_func_malloc_0_nonnull=yes >gl_cv_func_malloc_posix=yes >gl_cv_func_mbrtowc_incomplete_state='guessing yes' >gl_cv_func_mbrtowc_nul_retval='guessing yes' >gl_cv_func_mbrtowc_null_arg='guessing yes' >gl_cv_func_mbrtowc_retval='guessing yes' >gl_cv_func_mbrtowc_sanitycheck='guessing yes' >gl_cv_func_re_compile_pattern_working=yes >gl_cv_func_rename_trailing_dest_slash_bug=no >gl_cv_func_rename_trailing_slash_bug=no >gl_cv_func_snprintf_size1=yes >gl_cv_func_snprintf_usable=yes >gl_cv_func_wcrtomb_retval='guessing yes' >gl_cv_have_include_next=yes >gl_cv_header_errno_h_complete=yes >gl_cv_header_inttypes_h=yes >gl_cv_header_netinet_in_h_selfcontained=yes >gl_cv_header_stdint_h=yes >gl_cv_header_sys_socket_h_selfcontained=yes >gl_cv_header_sys_socket_h_shut=yes >gl_cv_header_wchar_h_standalone=yes >gl_cv_header_working_stdint_h=yes >gl_cv_next_arpa_inet_h='<arpa/inet.h>' >gl_cv_next_netdb_h='<netdb.h>' >gl_cv_next_stdint_h='<stdint.h>' >gl_cv_next_stdio_h='<stdio.h>' >gl_cv_next_stdlib_h='<stdlib.h>' >gl_cv_next_sys_stat_h='<sys/stat.h>' >gl_cv_next_sys_time_h='<sys/time.h>' >gl_cv_next_unistd_h='<unistd.h>' >gl_cv_next_wchar_h='<wchar.h>' >gl_cv_next_wctype_h='<wctype.h>' >gl_cv_rpl_alloca=yes >gl_cv_socket_ipv4=yes >gl_cv_socket_ipv6=yes >gl_cv_sys_struct_timeval=yes >gl_cv_var__system_configuration=no >gl_cv_var_stdin_large_offset=yes >glib_cv___va_copy=yes >glib_cv_has__inline=yes >glib_cv_has__inline__=yes >glib_cv_hasinline=yes >glib_cv_rtldglobal_broken=no >glib_cv_sane_realloc=yes >glib_cv_sizeof_gmutex=40 >glib_cv_stack_grows=no >glib_cv_uscore=no >glib_cv_va_copy=yes >glib_cv_va_val_copy=no >gt_cv_c_intmax_t=yes >gt_cv_c_wchar_t=yes >gt_cv_c_wint_t=yes >gt_cv_locale_fr=none >gt_cv_locale_fr_utf8=none >gt_cv_locale_ja=none >gt_cv_locale_zh_CN=none >gt_cv_ssize_t=yes >yeti_cv_func_scanf_modif_size_t=z > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >ACLOCAL='${SHELL} /var/tmp/portage/app-backup/amanda-3.1.1/work/amanda-3.1.1/config/missing --run aclocal-1.11' >AIX_BACKUP='' >ALLOCA='' >ALLOCA_H='alloca.h' >AMANDA_COMPONENTS=' server restore client amrecover ndmp' >AMANDA_DBGDIR='/var/tmp/amanda' >AMANDA_DEBUG_DAYS='4' >AMANDA_STATIC_LDFLAGS='' >AMANDA_SWIG_PERL_CFLAGS='' >AMANDA_TMPDIR='/var/tmp/amanda' >AMANDA_WARNING_CFLAGS=' -Wall -Wextra' >AMDEPBACKSLASH='\' >AMDEP_FALSE='#' >AMDEP_TRUE='' >AMLINT='' >AMLINTFLAGS='' >AMPLOT_CAT_COMPRESS='' >AMPLOT_CAT_GZIP='' >AMPLOT_CAT_PACK='' >AMPLOT_COMPRESS='' >AMTAR='${SHELL} /var/tmp/portage/app-backup/amanda-3.1.1/work/amanda-3.1.1/config/missing --run tar' >APPLE_UNIVERSAL_BUILD='0' >APPLICATION_DIR='' >AR='' >ARPA_INET_H='arpa/inet.h' >ASSERTIONS='' >AUTOCONF='${SHELL} /var/tmp/portage/app-backup/amanda-3.1.1/work/amanda-3.1.1/config/missing --run autoconf' >AUTOHEADER='${SHELL} /var/tmp/portage/app-backup/amanda-3.1.1/work/amanda-3.1.1/config/missing --run autoheader' >AUTOMAKE='${SHELL} /var/tmp/portage/app-backup/amanda-3.1.1/work/amanda-3.1.1/config/missing --run automake-1.11' >AWK='gawk' >BASH='/bin/sh' >BINARY_OWNER='amanda' >BITSIZEOF_PTRDIFF_T='' >BITSIZEOF_SIG_ATOMIC_T='' >BITSIZEOF_SIZE_T='' >BITSIZEOF_WCHAR_T='' >BITSIZEOF_WINT_T='' >BSDTCP_SECURITY='' >BSDUDP_SECURITY='' >BSD_SECURITY='' >CAT='/bin/cat' >CC='i686-pc-linux-gnu-gcc' >CCDEPMODE='depmode=gcc3' >CFLAGS='-O2 -pipe -Wall -ggdb -march=athlon-xp -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64' >CFLAG_VISIBILITY='-fvisibility=hidden' >CHECK_SCRIPTS_AT_BUILD_FALSE='#' >CHECK_SCRIPTS_AT_BUILD_TRUE='' >CHECK_USERID='1' >CHECK_USERID_FALSE='#' >CHECK_USERID_TRUE='' >CHIO='chio' >CHS='chs' >CLIENT_LOGIN='amanda' >CLIENT_SCRIPTS_OPT='' >COMPRESS='' >COMPRESS_BEST_OPT='--best' >COMPRESS_FAST_OPT='--fast' >COMPRESS_PATH='/bin/gzip' >COMPRESS_SUFFIX='.gz' >CONFIG_CLOBBER_MY_CONFIG='' >CONFIG_DIR='/etc/amanda' >CPP='i686-pc-linux-gnu-gcc -E' >CPPFLAGS=' -fno-strict-aliasing -D_GNU_SOURCE' >CURL_CONFIG='' >CYGPATH_W='echo' >DD='' >DEFAULT_AMANDATES_FILE='/var/spool/amanda/amanda/amandates' >DEFAULT_CONFIG='DailySet1' >DEFAULT_MAILER='' >DEFAULT_SERVER='astrid' >DEFAULT_TAPE_DEVICE='' >DEFAULT_TAPE_SERVER='astrid' >DEFS='' >DEPDIR='.deps' >DOC_BUILD_DATE='' >DSYMUTIL='' >DUMP='' >DUMPBIN='' >DUMP_RETURNS_1='' >ECHO_C='' >ECHO_N='-n' >ECHO_T='' >EGREP='/bin/grep -E' >EMULTIHOP_HIDDEN='' >EMULTIHOP_VALUE='' >ENABLE_MANPAGE_BUILD_FALSE='' >ENABLE_MANPAGE_BUILD_TRUE='#' >ENOLINK_HIDDEN='' >ENOLINK_VALUE='' >EOVERFLOW_HIDDEN='' >EOVERFLOW_VALUE='' >ERRNO_H='' >EXAMPLE_TAPEDEV='tape:/dev/YOUR-TAPE-DEVICE-HERE' >EXEEXT='' >FGREP='' >FLOAT_H='' >GCC_COMPILER_FALSE='' >GCC_COMPILER_TRUE='' >GETADDRINFO_LIB='' >GETCONF='/usr/bin/getconf' >GETOPT_H='' >GETTEXT='' >GIT='/usr/bin/git' >GLIBC21='yes' >GLIB_CFLAGS='' >GLIB_GENMARSHAL='' >GLIB_LIBS='' >GLIB_MKENUMS='' >GL_COND_LIBTOOL_FALSE='#' >GL_COND_LIBTOOL_TRUE='' >GMSGFMT='' >GMSGFMT_015='' >GNULIB_ACCEPT='0' >GNULIB_ATOLL='0' >GNULIB_BIND='0' >GNULIB_BTOWC='1' >GNULIB_CALLOC_POSIX='0' >GNULIB_CHOWN='0' >GNULIB_CLOSE='0' >GNULIB_CONNECT='0' >GNULIB_DPRINTF='0' >GNULIB_DUP2='0' >GNULIB_ENVIRON='0' >GNULIB_EUIDACCESS='0' >GNULIB_FCHDIR='0' >GNULIB_FCLOSE='0' >GNULIB_FFLUSH='0' >GNULIB_FOPEN='0' >GNULIB_FPRINTF='1' >GNULIB_FPRINTF_POSIX='0' >GNULIB_FPUTC='1' >GNULIB_FPUTS='1' >GNULIB_FREOPEN='0' >GNULIB_FSEEK='0' >GNULIB_FSEEKO='1' >GNULIB_FSYNC='0' >GNULIB_FTELL='0' >GNULIB_FTELLO='1' >GNULIB_FTRUNCATE='1' >GNULIB_FWRITE='1' >GNULIB_GETADDRINFO='1' >GNULIB_GETCWD='0' >GNULIB_GETDELIM='0' >GNULIB_GETDOMAINNAME='0' >GNULIB_GETDTABLESIZE='0' >GNULIB_GETHOSTNAME='0' >GNULIB_GETLINE='0' >GNULIB_GETLOADAVG='0' >GNULIB_GETLOGIN_R='0' >GNULIB_GETPAGESIZE='0' >GNULIB_GETPEERNAME='0' >GNULIB_GETSOCKNAME='0' >GNULIB_GETSOCKOPT='0' >GNULIB_GETSUBOPT='0' >GNULIB_GETUSERSHELL='0' >GNULIB_INET_NTOP='1' >GNULIB_INET_PTON='0' >GNULIB_LCHMOD='0' >GNULIB_LCHOWN='0' >GNULIB_LINK='0' >GNULIB_LISTEN='0' >GNULIB_LSEEK='1' >GNULIB_LSTAT='1' >GNULIB_MALLOC_POSIX='1' >GNULIB_MBRLEN='0' >GNULIB_MBRTOWC='1' >GNULIB_MBSINIT='1' >GNULIB_MBSNRTOWCS='0' >GNULIB_MBSRTOWCS='0' >GNULIB_MKDTEMP='1' >GNULIB_MKSTEMP='0' >GNULIB_OBSTACK_PRINTF='0' >GNULIB_OBSTACK_PRINTF_POSIX='0' >GNULIB_PERROR='0' >GNULIB_PRINTF='1' >GNULIB_PRINTF_POSIX='0' >GNULIB_PUTC='1' >GNULIB_PUTCHAR='1' >GNULIB_PUTENV='0' >GNULIB_PUTS='1' >GNULIB_RANDOM_R='0' >GNULIB_READLINK='0' >GNULIB_REALLOC_POSIX='0' >GNULIB_RECV='0' >GNULIB_RECVFROM='0' >GNULIB_RPMATCH='0' >GNULIB_SEND='0' >GNULIB_SENDTO='0' >GNULIB_SETENV='0' >GNULIB_SETSOCKOPT='0' >GNULIB_SHUTDOWN='0' >GNULIB_SLEEP='0' >GNULIB_SNPRINTF='1' >GNULIB_SOCKET='0' >GNULIB_SPRINTF_POSIX='0' >GNULIB_STDIO_H_SIGPIPE='0' >GNULIB_STRTOD='0' >GNULIB_STRTOLL='0' >GNULIB_STRTOULL='0' >GNULIB_UNISTD_H_SIGPIPE='0' >GNULIB_UNSETENV='0' >GNULIB_VASPRINTF='0' >GNULIB_VDPRINTF='0' >GNULIB_VFPRINTF='1' >GNULIB_VFPRINTF_POSIX='0' >GNULIB_VPRINTF='1' >GNULIB_VPRINTF_POSIX='0' >GNULIB_VSNPRINTF='0' >GNULIB_VSPRINTF_POSIX='0' >GNULIB_WCRTOMB='1' >GNULIB_WCSNRTOMBS='0' >GNULIB_WCSRTOMBS='0' >GNULIB_WCTOB='0' >GNULIB_WCWIDTH='0' >GNULIB_WRITE='1' >GNUPLOT='' >GNUTAR='' >GNUTAR_LISTED_INCREMENTAL_DIR='/var/spool/amanda/tar-lists' >GOBJECT_QUERY='' >GREP='/bin/grep' >GZIP='' >HAVE_ARPA_INET_H='1' >HAVE_ATOLL='1' >HAVE_BTOWC='1' >HAVE_CALLOC_POSIX='1' >HAVE_DECL_ENVIRON='1' >HAVE_DECL_FREEADDRINFO='1' >HAVE_DECL_GAI_STRERROR='1' >HAVE_DECL_GETADDRINFO='1' >HAVE_DECL_GETDELIM='1' >HAVE_DECL_GETLINE='1' >HAVE_DECL_GETLOADAVG='1' >HAVE_DECL_GETLOGIN_R='1' >HAVE_DECL_GETNAMEINFO='1' >HAVE_DECL_INET_NTOP='1' >HAVE_DECL_INET_PTON='1' >HAVE_DECL_OBSTACK_PRINTF='1' >HAVE_DECL_SNPRINTF='1' >HAVE_DECL_VSNPRINTF='1' >HAVE_DECL_WCTOB='1' >HAVE_DECL_WCWIDTH='1' >HAVE_DPRINTF='1' >HAVE_DUP2='1' >HAVE_EUIDACCESS='1' >HAVE_FSEEKO='1' >HAVE_FSYNC='1' >HAVE_FTELLO='1' >HAVE_FTRUNCATE='1' >HAVE_GETDOMAINNAME='1' >HAVE_GETDTABLESIZE='1' >HAVE_GETHOSTNAME='1' >HAVE_GETPAGESIZE='1' >HAVE_GETSUBOPT='1' >HAVE_GETUSERSHELL='1' >HAVE_GZIP='1' >HAVE_INTTYPES_H='1' >HAVE_ISWCNTRL='1' >HAVE_LCHMOD='1' >HAVE_LINK='1' >HAVE_LONG_LONG_INT='1' >HAVE_LSTAT='1' >HAVE_MALLOC_POSIX='1' >HAVE_MBRLEN='1' >HAVE_MBRTOWC='1' >HAVE_MBSINIT='1' >HAVE_MBSNRTOWCS='1' >HAVE_MBSRTOWCS='1' >HAVE_MKDTEMP='1' >HAVE_NETDB_H='1' >HAVE_NETINET_IN_H='' >HAVE_OS_H='0' >HAVE_RANDOM_H='0' >HAVE_RANDOM_R='1' >HAVE_READLINK='1' >HAVE_REALLOC_POSIX='1' >HAVE_RPCGEN_FALSE='' >HAVE_RPCGEN_TRUE='' >HAVE_RPMATCH='1' >HAVE_SETENV='1' >HAVE_SIGNED_SIG_ATOMIC_T='' >HAVE_SIGNED_WCHAR_T='' >HAVE_SIGNED_WINT_T='' >HAVE_SLEEP='1' >HAVE_STDINT_H='1' >HAVE_STRTOD='1' >HAVE_STRTOLL='1' >HAVE_STRTOULL='1' >HAVE_STRUCT_ADDRINFO='1' >HAVE_STRUCT_RANDOM_DATA='1' >HAVE_STRUCT_TIMEVAL='1' >HAVE_SYS_BITYPES_H='' >HAVE_SYS_INTTYPES_H='' >HAVE_SYS_LOADAVG_H='0' >HAVE_SYS_PARAM_H='0' >HAVE_SYS_SOCKET_H='' >HAVE_SYS_TIME_H='1' >HAVE_SYS_TYPES_H='1' >HAVE_UNISTD_H='1' >HAVE_UNSETENV='1' >HAVE_UNSIGNED_LONG_LONG_INT='1' >HAVE_VASPRINTF='1' >HAVE_VDPRINTF='1' >HAVE_VISIBILITY='1' >HAVE_WCHAR_H='1' >HAVE_WCRTOMB='1' >HAVE_WCSNRTOMBS='1' >HAVE_WCSRTOMBS='1' >HAVE_WCTYPE_H='1' >HAVE_WINSOCK2_H='' >HAVE_WINT_T='1' >HAVE_WS2TCPIP_H='' >HAVE__BOOL='1' >HOSTENT_LIB='' >INCLUDE_NEXT='include_next' >INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' >INSTALL_DATA='${INSTALL} -m 644' >INSTALL_PROGRAM='${INSTALL}' >INSTALL_SCRIPT='${INSTALL}' >INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' >INTLLIBS='' >INTL_MACOSX_LIBS='' >KRB5_SECURITY='' >LD='/usr/i686-pc-linux-gnu/bin/ld' >LDFLAGS='-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu ' >LEX='' >LEXLIB='' >LEX_OUTPUT_ROOT='' >LIBCURL='' >LIBCURL_CPPFLAGS='' >LIBICONV='' >LIBINTL='' >LIBMULTITHREAD='-lpthread' >LIBOBJS='' >LIBPTH='' >LIBS=' ' >LIBTHREAD='' >LIBTOOL='' >LIBTOOL_DEPS='' >LIPO='' >LN_S='' >LOCALCHARSET_TESTS_ENVIRONMENT='CHARSETALIASDIR="$(top_builddir)/gnulib"' >LOCALE_FR='none' >LOCALE_FR_UTF8='none' >LOCALE_JA='none' >LOCALE_ZH_CN='none' >LOCKING='LNLOCK' >LOW_TCPPORTRANGE='unlimited' >LPR='' >LPRFLAG='' >LTALLOCA='' >LTLIBICONV='' >LTLIBINTL='' >LTLIBMULTITHREAD='-lpthread' >LTLIBOBJS='' >LTLIBPTH='' >LTLIBTHREAD='' >MAILER='' >MAKEINFO='${SHELL} /var/tmp/portage/app-backup/amanda-3.1.1/work/amanda-3.1.1/config/missing --run makeinfo' >MCUTIL='mcutil' >MKDIR_P='/bin/mkdir -p' >MSGFMT='' >MSGFMT_015='' >MSGMERGE='' >MT='' >MTX='/usr/sbin/mtx' >MT_FILE_FLAG='' >NETDB_H='' >NETINET_IN_H='' >NEXT_ARPA_INET_H='<arpa/inet.h>' >NEXT_ERRNO_H='' >NEXT_FLOAT_H='' >NEXT_NETDB_H='<netdb.h>' >NEXT_NETINET_IN_H='' >NEXT_STDINT_H='<stdint.h>' >NEXT_STDIO_H='<stdio.h>' >NEXT_STDLIB_H='<stdlib.h>' >NEXT_SYS_SOCKET_H='' >NEXT_SYS_STAT_H='<sys/stat.h>' >NEXT_SYS_TIME_H='<sys/time.h>' >NEXT_UNISTD_H='<unistd.h>' >NEXT_WCHAR_H='<wchar.h>' >NEXT_WCTYPE_H='<wctype.h>' >NM='' >NMEDIT='' >OBJDUMP='' >OBJEXT='o' >OTOOL64='' >OTOOL='' >PACKAGE='amanda' >PACKAGE_BUGREPORT='' >PACKAGE_NAME='' >PACKAGE_STRING='' >PACKAGE_TARNAME='' >PACKAGE_URL='' >PACKAGE_VERSION='' >PATH_SEPARATOR=':' >PCAT='' >PERL='/usr/bin/perl' >PERLEXTLIBS='' >PERL_INC=' -I/usr/lib/perl5/5.8.8/i686-linux/CORE ' >PKG_CONFIG='' >POSUB='' >PRAGMA_SYSTEM_HEADER='#pragma GCC system_header' >PS='' >PS_ARGUMENT='' >PS_ARGUMENT_ARGS='' >PTRDIFF_T_SUFFIX='' >RANLIB='i686-pc-linux-gnu-ranlib' >READLINE_LIBS='' >REPLACE_BTOWC='0' >REPLACE_CHOWN='0' >REPLACE_CLOSE='0' >REPLACE_DPRINTF='0' >REPLACE_FCHDIR='0' >REPLACE_FCLOSE='0' >REPLACE_FFLUSH='0' >REPLACE_FOPEN='0' >REPLACE_FPRINTF='0' >REPLACE_FREOPEN='0' >REPLACE_FSEEK='0' >REPLACE_FSEEKO='0' >REPLACE_FTELL='0' >REPLACE_FTELLO='0' >REPLACE_GETCWD='0' >REPLACE_GETLINE='0' >REPLACE_GETPAGESIZE='0' >REPLACE_GETTIMEOFDAY='0' >REPLACE_ISWCNTRL='0' >REPLACE_LCHOWN='0' >REPLACE_LSEEK='0' >REPLACE_LSTAT='0' >REPLACE_MBRLEN='0' >REPLACE_MBRTOWC='0' >REPLACE_MBSINIT='0' >REPLACE_MBSNRTOWCS='0' >REPLACE_MBSRTOWCS='0' >REPLACE_MBSTATE_T='0' >REPLACE_MKDIR='0' >REPLACE_MKSTEMP='0' >REPLACE_OBSTACK_PRINTF='0' >REPLACE_PERROR='0' >REPLACE_PRINTF='0' >REPLACE_PUTENV='0' >REPLACE_SNPRINTF='0' >REPLACE_SPRINTF='0' >REPLACE_STDIO_WRITE_FUNCS='0' >REPLACE_STRTOD='0' >REPLACE_VASPRINTF='0' >REPLACE_VDPRINTF='0' >REPLACE_VFPRINTF='0' >REPLACE_VPRINTF='0' >REPLACE_VSNPRINTF='0' >REPLACE_VSPRINTF='0' >REPLACE_WCRTOMB='0' >REPLACE_WCSRTOMBS='0' >REPLACE_WCTOB='0' >REPLACE_WCWIDTH='0' >REPLACE_WRITE='0' >RESTORE='' >RPCGEN='' >RSH_SECURITY='' >SAMBA_CLIENT='' >SED='' >SERVENT_LIB='' >SERVICE_SUFFIX='' >SETUID_GROUP='amanda' >SET_MAKE='' >SHELL='/bin/sh' >SIG_ATOMIC_T_SUFFIX='' >SIZE_T_SUFFIX='' >SNAPSHOT_STAMP='' >SORT='' >SSH='' >SSH_SECURITY='' >STAR='' >STDBOOL_H='' >STDINT_H='' >STRIP='' >SVN='/usr/bin/svn' >SWIG='/usr/bin/swig' >SWIG_LIB='/usr/share/swig/1.3.40' >SYS_SOCKET_H='' >SYS_STAT_H='sys/stat.h' >SYS_TIME_H='' >TCPPORTRANGE='unlimited' >UDPPORTRANGE='unlimited' >UNCOMPRESS_OPT='-dc' >UNCOMPRESS_PATH='/bin/gzip' >UNISTD_H_HAVE_WINSOCK2_H='0' >USE_AMANDAHOSTS='' >USE_NLS='' >USE_RUNDUMP='' >VDUMP='' >VERSION='3.1.1' >VERSION_COMMENT='""' >VERSION_MAJOR='3' >VERSION_MINOR='1' >VERSION_PATCH='1' >VOID_UNSETENV='0' >VRESTORE='' >VXDUMP='' >VXRESTORE='' >WANT_AMFLOCK_FLOCK_FALSE='#' >WANT_AMFLOCK_FLOCK_TRUE='' >WANT_AMFLOCK_LNLOCK_FALSE='#' >WANT_AMFLOCK_LNLOCK_TRUE='' >WANT_AMFLOCK_LOCKF_FALSE='#' >WANT_AMFLOCK_LOCKF_TRUE='' >WANT_AMFLOCK_POSIX_FALSE='#' >WANT_AMFLOCK_POSIX_TRUE='' >WANT_AMPLOT_FALSE='' >WANT_AMPLOT_TRUE='#' >WANT_BSDTCP_SECURITY_FALSE='' >WANT_BSDTCP_SECURITY_TRUE='' >WANT_BSDUDP_SECURITY_FALSE='' >WANT_BSDUDP_SECURITY_TRUE='' >WANT_BSD_SECURITY_FALSE='' >WANT_BSD_SECURITY_TRUE='' >WANT_CHG_SCSI_CHIO_FALSE='#' >WANT_CHG_SCSI_CHIO_TRUE='' >WANT_CHG_SCSI_FALSE='#' >WANT_CHG_SCSI_TRUE='' >WANT_CLIENT_FALSE='#' >WANT_CLIENT_TRUE='' >WANT_CYGWIN_COPY_PERL_DLL_FALSE='' >WANT_CYGWIN_COPY_PERL_DLL_TRUE='#' >WANT_DVDRW_DEVICE_FALSE='' >WANT_DVDRW_DEVICE_TRUE='' >WANT_INSTALLPERMS_FALSE='#' >WANT_INSTALLPERMS_TRUE='' >WANT_KRB5_SECURITY_FALSE='' >WANT_KRB5_SECURITY_TRUE='' >WANT_NDMP_DEVICE_FALSE='' >WANT_NDMP_DEVICE_TRUE='' >WANT_NDMP_FALSE='#' >WANT_NDMP_TRUE='' >WANT_RECOVER_FALSE='#' >WANT_RECOVER_TRUE='' >WANT_RESTORE_FALSE='#' >WANT_RESTORE_TRUE='' >WANT_RSH_SECURITY_FALSE='' >WANT_RSH_SECURITY_TRUE='' >WANT_S3_DEVICE_FALSE='' >WANT_S3_DEVICE_TRUE='' >WANT_SAMBA_FALSE='' >WANT_SAMBA_TRUE='' >WANT_SCSI_AIX_FALSE='' >WANT_SCSI_AIX_TRUE='#' >WANT_SCSI_BSD_FALSE='' >WANT_SCSI_BSD_TRUE='#' >WANT_SCSI_CAM_FALSE='' >WANT_SCSI_CAM_TRUE='#' >WANT_SCSI_CHIO_FALSE='#' >WANT_SCSI_CHIO_TRUE='' >WANT_SCSI_HPUX_FALSE='' >WANT_SCSI_HPUX_NEW_FALSE='' >WANT_SCSI_HPUX_NEW_TRUE='#' >WANT_SCSI_HPUX_TRUE='#' >WANT_SCSI_IRIX_FALSE='' >WANT_SCSI_IRIX_TRUE='#' >WANT_SCSI_LINUX_FALSE='#' >WANT_SCSI_LINUX_TRUE='' >WANT_SCSI_SOLARIS_FALSE='' >WANT_SCSI_SOLARIS_TRUE='#' >WANT_SERVER_FALSE='#' >WANT_SERVER_TRUE='' >WANT_SETUID_CLIENT_FALSE='#' >WANT_SETUID_CLIENT_TRUE='' >WANT_SSH_SECURITY_FALSE='' >WANT_SSH_SECURITY_TRUE='' >WANT_TAPE_AIX_FALSE='' >WANT_TAPE_AIX_TRUE='' >WANT_TAPE_DEVICE_FALSE='' >WANT_TAPE_DEVICE_TRUE='' >WANT_TAPE_FALSE='#' >WANT_TAPE_POSIX_FALSE='' >WANT_TAPE_POSIX_TRUE='' >WANT_TAPE_TRUE='' >WANT_TAPE_UWARE_FALSE='' >WANT_TAPE_UWARE_TRUE='' >WANT_TAPE_XENIX_FALSE='' >WANT_TAPE_XENIX_TRUE='' >WCHAR_H='' >WCHAR_T_SUFFIX='' >WCTYPE_H='' >WINT_T_SUFFIX='' >XFSDUMP='' >XFSRESTORE='' >XGETTEXT='' >XGETTEXT_015='' >XSLREL='' >XSLTPROC='' >XSLTPROC_FLAGS='' >YACC='' >YFLAGS='' >_libcurl_config='' >ac_ct_CC='' >ac_ct_DUMPBIN='' >am__EXEEXT_FALSE='' >am__EXEEXT_TRUE='' >am__fastdepCC_FALSE='#' >am__fastdepCC_TRUE='' >am__include='include' >am__isrc='' >am__leading_dot='.' >am__quote='' >am__tar='${AMTAR} chof - "$$tardir"' >am__untar='${AMTAR} xf -' >amdatadir='' >amincludedir='' >amlibdir='' >amlibexecdir='' >amperldir='' >bindir='${exec_prefix}/bin' >build='i686-pc-linux-gnu' >build_alias='i686-pc-linux-gnu' >build_cpu='i686' >build_os='linux-gnu' >build_vendor='pc' >datadir='/usr/share' >datarootdir='${prefix}/share' >docdir='${datarootdir}/doc/${PACKAGE}' >dvidir='${docdir}' >exec_prefix='NONE' >gl_LIBOBJS=' fsusage.o physmem.o safe-read.o safe-write.o tempname.o vasnprintf.o printf-args.o printf-parse.o asnprintf.o' >gl_LTLIBOBJS='' >gltests_LIBOBJS='' >gltests_LTLIBOBJS='' >host='i686-pc-linux-gnu' >host_alias='i686-pc-linux-gnu' >host_cpu='i686' >host_os='linux-gnu' >host_vendor='pc' >htmldir='${docdir}' >includedir='${prefix}/include' >infodir='/usr/share/info' >install_sh='${SHELL} /var/tmp/portage/app-backup/amanda-3.1.1/work/amanda-3.1.1/config/install-sh' >libdir='${exec_prefix}/lib' >libexecdir='${exec_prefix}/libexec' >localedir='${datarootdir}/locale' >localstatedir='/var/spool/amanda' >mandir='/usr/share/man' >mkdir_p='/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_alias='' > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >/* confdefs.h */ >#define PACKAGE_NAME "" >#define PACKAGE_TARNAME "" >#define PACKAGE_VERSION "" >#define PACKAGE_STRING "" >#define PACKAGE_BUGREPORT "" >#define PACKAGE_URL "" >#define GREP "/bin/grep" >#define PACKAGE "amanda" >#define VERSION "3.1.1" >#define VERSION_MAJOR 3 >#define VERSION_MINOR 1 >#define VERSION_PATCH 1 >#define VERSION_COMMENT "" >#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 __EXTENSIONS__ 1 >#define _ALL_SOURCE 1 >#define _GNU_SOURCE 1 >#define _POSIX_PTHREAD_SEMANTICS 1 >#define _TANDEM_SOURCE 1 >#define HAVE_FSEEKO 1 >#define HAVE_ALLOCA_H 1 >#define HAVE_ALLOCA 1 >#define HAVE_ARPA_INET_H 1 >#define HAVE_ERRNO_H 1 >#define HAVE_FLOAT_H 1 >#define HAVE_SYS_PARAM_H 1 >#define HAVE_SYS_VFS_H 1 >#define HAVE_SYS_SOCKET_H 1 >#define HAVE_NETDB_H 1 >#define HAVE_NETINET_IN_H 1 >#define HAVE_SYS_TIME_H 1 >#define HAVE_LOCALE_H 1 >#define HAVE_STDINT_H 1 >#define HAVE_WCHAR_H 1 >#define HAVE_STDIO_H 1 >#define HAVE_STDLIB_H 1 >#define HAVE_SYS_STAT_H 1 >#define HAVE_UNISTD_H 1 >#define HAVE_WCTYPE_H 1 >#define restrict __restrict >#define HAVE_BTOWC 1 >#define HAVE_FTRUNCATE 1 >#define HAVE_GETTIMEOFDAY 1 >#define HAVE_LSTAT 1 >#define HAVE_MBSINIT 1 >#define HAVE_MBRTOWC 1 >#define HAVE_ISBLANK 1 >#define HAVE_ISWCTYPE 1 >#define HAVE_WCSCOLL 1 >#define HAVE_WCRTOMB 1 >#define HAVE_ISWCNTRL 1 >#define HAVE_LANGINFO_CODESET 1 >#define HAVE_SHUTDOWN 1 >#define HAVE_GETHOSTBYNAME 1 >#define HAVE_GETSERVBYNAME 1 >#define HAVE_IPV4 1 >#define HAVE_IPV6 1 >#define HAVE_GETOPT_H 1 >#define HAVE_GETOPT_LONG_ONLY 1 >#define HAVE_DECL_GETENV 1 >#define HAVE_DECL_GETC_UNLOCKED 1 >#define USE_POSIX_THREADS 1 >#define USE_POSIX_THREADS_WEAK 1 >#define HAVE_MBSTATE_T 1 >#define HAVE_DECL_SNPRINTF 1 >#define HAVE__BOOL 1 >#define HAVE_STDBOOL_H 1 >#define HAVE_LONG_LONG_INT 1 >#define HAVE_UNSIGNED_LONG_LONG_INT 1 >#define _FILE_OFFSET_BITS 64 >#define HAVE_WCHAR_T 1 >#define HAVE_WINT_T 1 >#define HAVE_INTTYPES_H_WITH_UINTMAX 1 >#define HAVE_STDINT_H_WITH_UINTMAX 1 >#define HAVE_INTMAX_T 1 >#define HAVE_ALLOCA 1 >#define HAVE_SYS_MOUNT_H 1 >#define STAT_STATVFS 1 >#define HAVE_SYS_STATFS_H 1 >#define HAVE_DECL_GETADDRINFO 1 >#define HAVE_DECL_FREEADDRINFO 1 >#define HAVE_DECL_GAI_STRERROR 1 >#define HAVE_DECL_GETNAMEINFO 1 >#define HAVE_STRUCT_ADDRINFO 1 >#define HAVE_GETHOSTBYNAME 1 >#define HAVE_INET_NTOP 1 >#define HAVE_DECL_INET_NTOP 1 >#define HAVE_PTHREAD_RWLOCK 1 >#define HAVE_PTHREAD_MUTEX_RECURSIVE 1 >#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >#define HAVE_STDLIB_H 1 >#define HAVE_MALLOC 1 >#define GNULIB_MALLOC_GNU 1 >#define HAVE_MALLOC_POSIX 1 >#define HAVE_MKDTEMP 1 >#define HAVE_SYS_SYSINFO_H 1 >#define HAVE_SYS_PARAM_H 1 >#define HAVE_SYS_SYSCTL_H 1 >#define HAVE_SYSCTL 1 >#define HAVE_GETSERVBYNAME 1 >#define HAVE_STDINT_H 1 >#define HAVE_SNPRINTF 1 >#define HAVE_STRUCT_RANDOM_DATA 1 >#define HAVE_SHUTDOWN 1 >#define GNULIB_SYS_SOCKET 1 >#define HAVE_SNPRINTF 1 >#define HAVE_STRNLEN 1 >#define HAVE_WCSLEN 1 >#define HAVE_WCSNLEN 1 >#define HAVE_MBRTOWC 1 >#define HAVE_WCRTOMB 1 >#define HAVE_DECL__SNPRINTF 0 >#define HAVE_VISIBILITY 1 >#define HAVE_STDINT_H 1 >#define CLIENT_LOGIN "amanda" >#define CONFIG_DIR "/etc/amanda" >#define GNUTAR_LISTED_INCREMENTAL_DIR "/var/spool/amanda/tar-lists" >#define AMANDA_TMPDIR "/var/tmp/amanda" >#define CHECK_USERID 1 >#define BINARY_OWNER "amanda" >#define USE_REUSEADDR 1 >#define DUMPER_SOCKET_BUFFERING 1 >#define AMANDA_DBGDIR "/var/tmp/amanda" >#define AMANDA_DEBUG_DAYS 4 >#define SERVICE_SUFFIX "" >#define AMANDA_SERVICE_NAME "amanda" >#define KAMANDA_SERVICE_NAME "kamanda" >#define WANT_SETUID_CLIENT 1 >#define DEFAULT_SERVER "astrid" >#define DEFAULT_CONFIG "DailySet1" >#define DEFAULT_TAPE_SERVER "astrid" >#define DEFAULT_TAPE_DEVICE "" >#define DEFAULT_AMANDATES_FILE "/var/spool/amanda/amanda/amandates" >#define DEFAULT_FSF_AFTER_FILEMARK FALSE >#define HAVE_LINUX_CHIO_H 1 >#define HAVE_SCSI_SG_H 1 >#define HAVE_SCSI_SCSI_IOCTL_H 1 >#define HAVE_SYS_MTIO_H 1 >#define HAVE_FSTAB_H 1 >#define HAVE_MNTENT_H 1 >#define HAVE_ENDMNTENT 1 >#define HAVE_SETMNTENT 1 >#define HAVE_FCNTL_H 1 >#define HAVE_SYS_FCNTL_H 1 >#define HAVE_SYS_TYPES_H 1 >#define HAVE_SYS_FILE_H 1 >#define HAVE_UNISTD_H 1 >#define WANT_AMFLOCK_POSIX 1 >#define WANT_AMFLOCK_FLOCK 1 >#define WANT_AMFLOCK_LOCKF 1 >#define WANT_AMFLOCK_LNLOCK 1 >#define HAVE_GZIP 1 >#define COMPRESS_PATH "/bin/gzip" >#define COMPRESS_SUFFIX ".gz" >#define COMPRESS_FAST_OPT "--fast" >#define COMPRESS_BEST_OPT "--best" >#define UNCOMPRESS_PATH "/bin/gzip" >#define UNCOMPRESS_OPT "-dc" >#define HAVE_SOCKADDR_STORAGE 1 > >configure: exit 1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 322779
:
237115
| 241363 |
243085
|
243105