[Box Backup-dev] Re: [Box Backup] readline support on OS X

Johan Allard boxbackup-dev@fluffy.co.uk
Sun, 19 Feb 2006 16:01:22 +1100


--Apple-Mail-12-956808967
Content-Transfer-Encoding: 7bit
Content-Type: text/plain;
	charset=US-ASCII;
	delsp=yes;
	format=flowed


On 19/02/2006, at 12:38 AM, Martin Ebourne wrote:

> On Sat, 2006-02-18 at 14:31 +1100, Johan Allard wrote:
>> On 18/02/2006, at 10:58 AM, Martin Ebourne wrote:
>>> ii) Given that Apple is trying to emulate GNU readline then simply
>>> giving --enable-gnu-readline to ./configure should get it working
>>> correctly.
>>
>> It doesn't sadly. I tried this first and regardless that I actually
>> have readline compiled in /opt/local (using darwinports) I couldn't
>> get readline support to be recognized by configure. That's the only
>> reason I decided to patch instead.
>
> In which case we should try and fix that then.
>
> Can you run configure with readline as above and post the config.log
> output compressed?
>
> Cheers,
>
> Martin.
>

Absolutely, here are both the nopatched and the patched version of  
the config.log. The patched is from trunk two days ago.

Cheers

//johan



--Apple-Mail-12-956808967
Content-Transfer-Encoding: 7bit
Content-Type: application/octet-stream;
	x-unix-mode=0644;
	name="config-nopatch.log"
Content-Disposition: attachment;
	filename=config-nopatch.log

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by Box Backup configure 0.09, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ ./configure --with-gnu-readline

## --------- ##
## Platform. ##
## --------- ##

hostname = borgcube.allard.nu
uname -m = Power Macintosh
uname -r = 8.5.0
uname -s = Darwin
uname -v = Darwin Kernel Version 8.5.0: Sun Jan 22 10:38:46 PST 2006; root:xnu-792.6.61.obj~1/RELEASE_PPC

/usr/bin/uname -p = powerpc
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = Mach kernel version:
	 Darwin Kernel Version 8.5.0: Sun Jan 22 10:38:46 PST 2006; root:xnu-792.6.61.obj~1/RELEASE_PPC
Kernel configured for a single processor only.
1 processor is physically available.
Processor type: ppc7450 (PowerPC 7450)
Processor active: 0
Primary memory available: 1.50 gigabytes
Default processor set: 110 tasks, 396 threads, 1 processors
Load average: 1.80, Mach factor: 0.17
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /Users/allard/local/bin
PATH: /opt/local/bin
PATH: /opt/local/sbin
PATH: /Volumes/home/local/php/bin
PATH: /Volumes/home/local/bin
PATH: /usr/local/bin
PATH: /bin
PATH: /usr/bin
PATH: /usr/local/sbin
PATH: /sbin
PATH: /usr/sbin
PATH: /usr/X11R6/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1401: checking build system type
configure:1419: result: powerpc-apple-darwin8.5.0
configure:1427: checking host system type
configure:1441: result: powerpc-apple-darwin8.5.0
configure:1449: checking target system type
configure:1463: result: powerpc-apple-darwin8.5.0
configure:1539: checking for g++
configure:1555: found /usr/bin/g++
configure:1565: result: g++
configure:1581: checking for C++ compiler version
configure:1584: g++ --version </dev/null >&5
powerpc-apple-darwin8-g++-4.0.0 (GCC) 4.0.0 20041026 (Apple Computer, Inc. build 4061)
Copyright (C) 2004 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:1587: $? = 0
configure:1589: g++ -v </dev/null >&5
Reading specs from /usr/lib/gcc/powerpc-apple-darwin8/4.0.0/specs
Configured with: /private/var/tmp/gcc/gcc-4061.obj~8/src/configure --disable-checking --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^+.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/gcc/darwin/4.0/c++ --build=powerpc-apple-darwin8 --host=powerpc-apple-darwin8 --target=powerpc-apple-darwin8
Thread model: posix
gcc version 4.0.0 20041026 (Apple Computer, Inc. build 4061)
configure:1592: $? = 0
configure:1594: g++ -V </dev/null >&5
g++: argument to `-V' is missing
configure:1597: $? = 1
configure:1620: checking for C++ compiler default output file name
configure:1623: g++    conftest.cc  >&5
configure:1626: $? = 0
configure:1672: result: a.out
configure:1677: checking whether the C++ compiler works
configure:1683: ./a.out
configure:1686: $? = 0
configure:1703: result: yes
configure:1710: checking whether we are cross compiling
configure:1712: result: no
configure:1715: checking for suffix of executables
configure:1717: g++ -o conftest    conftest.cc  >&5
configure:1720: $? = 0
configure:1745: result: 
configure:1751: checking for suffix of object files
configure:1772: g++ -c   conftest.cc >&5
configure:1775: $? = 0
configure:1797: result: o
configure:1801: checking whether we are using the GNU C++ compiler
configure:1825: g++ -c   conftest.cc >&5
configure:1831: $? = 0
configure:1835: test -z 
			 || test ! -s conftest.err
configure:1838: $? = 0
configure:1841: test -s conftest.o
configure:1844: $? = 0
configure:1857: result: yes
configure:1863: checking whether g++ accepts -g
configure:1884: g++ -c -g  conftest.cc >&5
configure:1890: $? = 0
configure:1894: test -z 
			 || test ! -s conftest.err
configure:1897: $? = 0
configure:1900: test -s conftest.o
configure:1903: $? = 0
configure:1914: result: yes
configure:1956: g++ -c -g -O2  conftest.cc >&5
configure:1962: $? = 0
configure:1966: test -z 
			 || test ! -s conftest.err
configure:1969: $? = 0
configure:1972: test -s conftest.o
configure:1975: $? = 0
configure:2001: g++ -c -g -O2  conftest.cc >&5
conftest.cc: In function `int main()':
conftest.cc:13: error: 'exit' was not declared in this scope
configure:2007: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:1956: g++ -c -g -O2  conftest.cc >&5
/usr/include/stdlib.h:158: error: 'void exit(int)' conflicts with previous using declaration 'void std::exit(int)'
/usr/include/stdlib.h:158: error: 'void exit(int)' conflicts with used function
conftest.cc:9: error: 'void std::exit(int)' previously declared here
configure:1962: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| /* end confdefs.h.  */
| extern "C" void std::exit (int) throw (); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:1956: g++ -c -g -O2  conftest.cc >&5
/usr/include/stdlib.h:158: error: 'void exit(int)' conflicts with previous using declaration 'void std::exit(int)'
/usr/include/stdlib.h:158: error: 'void exit(int)' conflicts with used function
conftest.cc:9: error: 'void std::exit(int)' previously declared here
configure:1962: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| /* end confdefs.h.  */
| extern "C" void std::exit (int); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:1956: g++ -c -g -O2  conftest.cc >&5
/usr/include/stdlib.h:158: error: declaration of 'void exit(int)' throws different exceptions
conftest.cc:9: error: than previous declaration 'void exit(int) throw ()'
configure:1962: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| /* end confdefs.h.  */
| extern "C" void exit (int) throw ();
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:1956: g++ -c -g -O2  conftest.cc >&5
configure:1962: $? = 0
configure:1966: test -z 
			 || test ! -s conftest.err
configure:1969: $? = 0
configure:1972: test -s conftest.o
configure:1975: $? = 0
configure:2001: g++ -c -g -O2  conftest.cc >&5
configure:2007: $? = 0
configure:2011: test -z 
			 || test ! -s conftest.err
configure:2014: $? = 0
configure:2017: test -s conftest.o
configure:2020: $? = 0
configure:2044: checking whether the compiler supports exceptions
configure:2073: g++ -c -g -O2  conftest.cc >&5
configure:2079: $? = 0
configure:2083: test -z 
			 || test ! -s conftest.err
configure:2086: $? = 0
configure:2089: test -s conftest.o
configure:2092: $? = 0
configure:2110: result: yes
configure:2120: checking whether the compiler implements namespaces
configure:2149: g++ -c -g -O2  conftest.cc >&5
configure:2155: $? = 0
configure:2159: test -z 
			 || test ! -s conftest.err
configure:2162: $? = 0
configure:2165: test -s conftest.o
configure:2168: $? = 0
configure:2186: result: yes
configure:2215: checking for library containing nanosleep
configure:2245: g++ -o conftest -g -O2   conftest.cc  >&5
configure:2251: $? = 0
configure:2255: test -z 
			 || test ! -s conftest.err
configure:2258: $? = 0
configure:2261: test -s conftest
configure:2264: $? = 0
configure:2334: result: none required
configure:2347: checking for zlibVersion in -lz
configure:2377: g++ -o conftest -g -O2   conftest.cc -lz   >&5
configure:2383: $? = 0
configure:2387: test -z 
			 || test ! -s conftest.err
configure:2390: $? = 0
configure:2393: test -s conftest
configure:2396: $? = 0
configure:2409: result: yes
configure:2429: checking how to run the C++ preprocessor
configure:2460: g++ -E  conftest.cc
configure:2466: $? = 0
configure:2498: g++ -E  conftest.cc
conftest.cc:15:28: error: ac_nonexistent.h: No such file or directory
configure:2504: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:2543: result: g++ -E
configure:2567: g++ -E  conftest.cc
configure:2573: $? = 0
configure:2605: g++ -E  conftest.cc
conftest.cc:15:28: error: ac_nonexistent.h: No such file or directory
configure:2611: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:2655: checking for egrep
configure:2665: result: grep -E
configure:2670: checking for ANSI C header files
configure:2695: g++ -c -g -O2  conftest.cc >&5
configure:2701: $? = 0
configure:2705: test -z 
			 || test ! -s conftest.err
configure:2708: $? = 0
configure:2711: test -s conftest.o
configure:2714: $? = 0
configure:2800: g++ -o conftest -g -O2   conftest.cc -lz  >&5
configure:2803: $? = 0
configure:2805: ./conftest
configure:2808: $? = 0
configure:2823: result: yes
configure:2847: checking for sys/types.h
configure:2863: g++ -c -g -O2  conftest.cc >&5
configure:2869: $? = 0
configure:2873: test -z 
			 || test ! -s conftest.err
configure:2876: $? = 0
configure:2879: test -s conftest.o
configure:2882: $? = 0
configure:2893: result: yes
configure:2847: checking for sys/stat.h
configure:2863: g++ -c -g -O2  conftest.cc >&5
configure:2869: $? = 0
configure:2873: test -z 
			 || test ! -s conftest.err
configure:2876: $? = 0
configure:2879: test -s conftest.o
configure:2882: $? = 0
configure:2893: result: yes
configure:2847: checking for stdlib.h
configure:2863: g++ -c -g -O2  conftest.cc >&5
configure:2869: $? = 0
configure:2873: test -z 
			 || test ! -s conftest.err
configure:2876: $? = 0
configure:2879: test -s conftest.o
configure:2882: $? = 0
configure:2893: result: yes
configure:2847: checking for string.h
configure:2863: g++ -c -g -O2  conftest.cc >&5
configure:2869: $? = 0
configure:2873: test -z 
			 || test ! -s conftest.err
configure:2876: $? = 0
configure:2879: test -s conftest.o
configure:2882: $? = 0
configure:2893: result: yes
configure:2847: checking for memory.h
configure:2863: g++ -c -g -O2  conftest.cc >&5
configure:2869: $? = 0
configure:2873: test -z 
			 || test ! -s conftest.err
configure:2876: $? = 0
configure:2879: test -s conftest.o
configure:2882: $? = 0
configure:2893: result: yes
configure:2847: checking for strings.h
configure:2863: g++ -c -g -O2  conftest.cc >&5
configure:2869: $? = 0
configure:2873: test -z 
			 || test ! -s conftest.err
configure:2876: $? = 0
configure:2879: test -s conftest.o
configure:2882: $? = 0
configure:2893: result: yes
configure:2847: checking for inttypes.h
configure:2863: g++ -c -g -O2  conftest.cc >&5
configure:2869: $? = 0
configure:2873: test -z 
			 || test ! -s conftest.err
configure:2876: $? = 0
configure:2879: test -s conftest.o
configure:2882: $? = 0
configure:2893: result: yes
configure:2847: checking for stdint.h
configure:2863: g++ -c -g -O2  conftest.cc >&5
configure:2869: $? = 0
configure:2873: test -z 
			 || test ! -s conftest.err
configure:2876: $? = 0
configure:2879: test -s conftest.o
configure:2882: $? = 0
configure:2893: result: yes
configure:2847: checking for unistd.h
configure:2863: g++ -c -g -O2  conftest.cc >&5
configure:2869: $? = 0
configure:2873: test -z 
			 || test ! -s conftest.err
configure:2876: $? = 0
configure:2879: test -s conftest.o
configure:2882: $? = 0
configure:2893: result: yes
configure:3389: checking for editline library
configure:3428: g++ -o conftest -g -O2   conftest.cc -lz  -ledit >&5
configure:3434: $? = 0
configure:3438: test -z 
			 || test ! -s conftest.err
configure:3441: $? = 0
configure:3444: test -s conftest
configure:3447: $? = 0
configure:3471: result: -ledit
configure:3490: checking editline/readline.h usability
configure:3502: g++ -c -g -O2  conftest.cc >&5
conftest.cc:59:31: error: editline/readline.h: No such file or directory
configure:3508: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <editline/readline.h>
configure:3531: result: no
configure:3535: checking editline/readline.h presence
configure:3545: g++ -E  conftest.cc
conftest.cc:25:31: error: editline/readline.h: No such file or directory
configure:3551: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <editline/readline.h>
configure:3571: result: no
configure:3606: checking for editline/readline.h
configure:3613: result: no
configure:4149: checking for db.h
configure:4184: g++ -o conftest -g -O2   conftest.cc -lz  >&5
configure:4187: $? = 0
configure:4189: ./conftest
configure:4192: $? = 0
configure:4197: result: 1.0.0
configure:4218: checking for library containing Berkeley DB 1.0.0
configure:4282: g++ -o conftest -g -O2   conftest.cc -lz   >&5
configure:4285: $? = 0
configure:4287: ./conftest
configure:4290: $? = 0
configure:5150: result: none required
configure:5480: using Berkeley DB version 1.0.0
configure:7245: checking for library containing gethostbyname
configure:7275: g++ -o conftest -g -O2     conftest.cc  -lz  >&5
configure:7281: $? = 0
configure:7285: test -z 
			 || test ! -s conftest.err
configure:7288: $? = 0
configure:7291: test -s conftest
configure:7294: $? = 0
configure:7364: result: none required
configure:7371: checking for library containing shutdown
configure:7401: g++ -o conftest -g -O2     conftest.cc  -lz  >&5
configure:7407: $? = 0
configure:7411: test -z 
			 || test ! -s conftest.err
configure:7414: $? = 0
configure:7417: test -s conftest
configure:7420: $? = 0
configure:7490: result: none required
configure:7526: checking openssl/ssl.h usability
configure:7538: g++ -c -g -O2   conftest.cc >&5
configure:7544: $? = 0
configure:7548: test -z 
			 || test ! -s conftest.err
configure:7551: $? = 0
configure:7554: test -s conftest.o
configure:7557: $? = 0
configure:7567: result: yes
configure:7571: checking openssl/ssl.h presence
configure:7581: g++ -E   conftest.cc
configure:7587: $? = 0
configure:7607: result: yes
configure:7642: checking for openssl/ssl.h
configure:7649: result: yes
configure:7665: checking for SSL_read in -lssl
configure:7695: g++ -o conftest -g -O2     conftest.cc -lssl -lcrypto  -lz  >&5
configure:7701: $? = 0
configure:7705: test -z 
			 || test ! -s conftest.err
configure:7708: $? = 0
configure:7711: test -s conftest
configure:7714: $? = 0
configure:7727: result: yes
configure:7759: checking for EVP_CipherInit_ex in -lcrypto
configure:7789: g++ -o conftest -g -O2     conftest.cc -lcrypto  -lssl  -lz  >&5
configure:7795: $? = 0
configure:7799: test -z 
			 || test ! -s conftest.err
configure:7802: $? = 0
configure:7805: test -s conftest
configure:7808: $? = 0
configure:7821: result: yes
configure:7861: checking for dirent.h that defines DIR
configure:7885: g++ -c -g -O2   conftest.cc >&5
configure:7891: $? = 0
configure:7895: test -z 
			 || test ! -s conftest.err
configure:7898: $? = 0
configure:7901: test -s conftest.o
configure:7904: $? = 0
configure:7915: result: yes
configure:7928: checking for library containing opendir
configure:7958: g++ -o conftest -g -O2     conftest.cc -lcrypto -lssl  -lz  >&5
configure:7964: $? = 0
configure:7968: test -z 
			 || test ! -s conftest.err
configure:7971: $? = 0
configure:7974: test -s conftest
configure:7977: $? = 0
configure:8047: result: none required
configure:8185: checking for ANSI C header files
configure:8338: result: yes
configure:8348: checking for sys/wait.h that is POSIX.1 compatible
configure:8379: g++ -c -g -O2   conftest.cc >&5
configure:8385: $? = 0
configure:8389: test -z 
			 || test ! -s conftest.err
configure:8392: $? = 0
configure:8395: test -s conftest.o
configure:8398: $? = 0
configure:8409: result: yes
configure:8437: checking execinfo.h usability
configure:8449: g++ -c -g -O2   conftest.cc >&5
conftest.cc:70:22: error: execinfo.h: No such file or directory
configure:8455: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| #define BDB_VERSION_MAJOR 1
| #define BDB_VERSION_MINOR 0
| #define BDB_VERSION_POINT 0
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <execinfo.h>
configure:8478: result: no
configure:8482: checking execinfo.h presence
configure:8492: g++ -E   conftest.cc
conftest.cc:36:22: error: execinfo.h: No such file or directory
configure:8498: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| #define BDB_VERSION_MAJOR 1
| #define BDB_VERSION_MINOR 0
| #define BDB_VERSION_POINT 0
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| /* end confdefs.h.  */
| #include <execinfo.h>
configure:8518: result: no
configure:8553: checking for execinfo.h
configure:8560: result: no
configure:8437: checking process.h usability
configure:8449: g++ -c -g -O2   conftest.cc >&5
conftest.cc:70:21: error: process.h: No such file or directory
configure:8455: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| #define BDB_VERSION_MAJOR 1
| #define BDB_VERSION_MINOR 0
| #define BDB_VERSION_POINT 0
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <process.h>
configure:8478: result: no
configure:8482: checking process.h presence
configure:8492: g++ -E   conftest.cc
conftest.cc:36:21: error: process.h: No such file or directory
configure:8498: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| #define BDB_VERSION_MAJOR 1
| #define BDB_VERSION_MINOR 0
| #define BDB_VERSION_POINT 0
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| /* end confdefs.h.  */
| #include <process.h>
configure:8518: result: no
configure:8553: checking for process.h
configure:8560: result: no
configure:8437: checking pwd.h usability
configure:8449: g++ -c -g -O2   conftest.cc >&5
configure:8455: $? = 0
configure:8459: test -z 
			 || test ! -s conftest.err
configure:8462: $? = 0
configure:8465: test -s conftest.o
configure:8468: $? = 0
configure:8478: result: yes
configure:8482: checking pwd.h presence
configure:8492: g++ -E   conftest.cc
configure:8498: $? = 0
configure:8518: result: yes
configure:8553: checking for pwd.h
configure:8560: result: yes
configure:8437: checking regex.h usability
configure:8449: g++ -c -g -O2   conftest.cc >&5
configure:8455: $? = 0
configure:8459: test -z 
			 || test ! -s conftest.err
configure:8462: $? = 0
configure:8465: test -s conftest.o
configure:8468: $? = 0
configure:8478: result: yes
configure:8482: checking regex.h presence
configure:8492: g++ -E   conftest.cc
configure:8498: $? = 0
configure:8518: result: yes
configure:8553: checking for regex.h
configure:8560: result: yes
configure:8437: checking signal.h usability
configure:8449: g++ -c -g -O2   conftest.cc >&5
configure:8455: $? = 0
configure:8459: test -z 
			 || test ! -s conftest.err
configure:8462: $? = 0
configure:8465: test -s conftest.o
configure:8468: $? = 0
configure:8478: result: yes
configure:8482: checking signal.h presence
configure:8492: g++ -E   conftest.cc
configure:8498: $? = 0
configure:8518: result: yes
configure:8553: checking for signal.h
configure:8560: result: yes
configure:8588: checking syslog.h usability
configure:8600: g++ -c -g -O2   conftest.cc >&5
configure:8606: $? = 0
configure:8610: test -z 
			 || test ! -s conftest.err
configure:8613: $? = 0
configure:8616: test -s conftest.o
configure:8619: $? = 0
configure:8629: result: yes
configure:8633: checking syslog.h presence
configure:8643: g++ -E   conftest.cc
configure:8649: $? = 0
configure:8669: result: yes
configure:8704: checking for syslog.h
configure:8711: result: yes
configure:8588: checking time.h usability
configure:8600: g++ -c -g -O2   conftest.cc >&5
configure:8606: $? = 0
configure:8610: test -z 
			 || test ! -s conftest.err
configure:8613: $? = 0
configure:8616: test -s conftest.o
configure:8619: $? = 0
configure:8629: result: yes
configure:8633: checking time.h presence
configure:8643: g++ -E   conftest.cc
configure:8649: $? = 0
configure:8669: result: yes
configure:8704: checking for time.h
configure:8711: result: yes
configure:8738: checking netinet/in.h usability
configure:8750: g++ -c -g -O2   conftest.cc >&5
configure:8756: $? = 0
configure:8760: test -z 
			 || test ! -s conftest.err
configure:8763: $? = 0
configure:8766: test -s conftest.o
configure:8769: $? = 0
configure:8779: result: yes
configure:8783: checking netinet/in.h presence
configure:8793: g++ -E   conftest.cc
configure:8799: $? = 0
configure:8819: result: yes
configure:8854: checking for netinet/in.h
configure:8861: result: yes
configure:8892: checking sys/param.h usability
configure:8904: g++ -c -g -O2   conftest.cc >&5
configure:8910: $? = 0
configure:8914: test -z 
			 || test ! -s conftest.err
configure:8917: $? = 0
configure:8920: test -s conftest.o
configure:8923: $? = 0
configure:8933: result: yes
configure:8937: checking sys/param.h presence
configure:8947: g++ -E   conftest.cc
configure:8953: $? = 0
configure:8973: result: yes
configure:9008: checking for sys/param.h
configure:9015: result: yes
configure:8892: checking sys/socket.h usability
configure:8904: g++ -c -g -O2   conftest.cc >&5
configure:8910: $? = 0
configure:8914: test -z 
			 || test ! -s conftest.err
configure:8917: $? = 0
configure:8920: test -s conftest.o
configure:8923: $? = 0
configure:8933: result: yes
configure:8937: checking sys/socket.h presence
configure:8947: g++ -E   conftest.cc
configure:8953: $? = 0
configure:8973: result: yes
configure:9008: checking for sys/socket.h
configure:9015: result: yes
configure:8892: checking sys/time.h usability
configure:8904: g++ -c -g -O2   conftest.cc >&5
configure:8910: $? = 0
configure:8914: test -z 
			 || test ! -s conftest.err
configure:8917: $? = 0
configure:8920: test -s conftest.o
configure:8923: $? = 0
configure:8933: result: yes
configure:8937: checking sys/time.h presence
configure:8947: g++ -E   conftest.cc
configure:8953: $? = 0
configure:8973: result: yes
configure:9008: checking for sys/time.h
configure:9015: result: yes
configure:8883: checking for sys/types.h
configure:8888: result: yes
configure:8883: checking for sys/wait.h
configure:8888: result: yes
configure:9042: checking sys/xattr.h usability
configure:9054: g++ -c -g -O2   conftest.cc >&5
configure:9060: $? = 0
configure:9064: test -z 
			 || test ! -s conftest.err
configure:9067: $? = 0
configure:9070: test -s conftest.o
configure:9073: $? = 0
configure:9083: result: yes
configure:9087: checking sys/xattr.h presence
configure:9097: g++ -E   conftest.cc
configure:9103: $? = 0
configure:9123: result: yes
configure:9158: checking for sys/xattr.h
configure:9165: result: yes
configure:9180: checking for library containing regcomp
configure:9210: g++ -o conftest -g -O2     conftest.cc -lcrypto -lssl  -lz  >&5
configure:9216: $? = 0
configure:9220: test -z 
			 || test ! -s conftest.err
configure:9223: $? = 0
configure:9226: test -s conftest
configure:9229: $? = 0
configure:9299: result: none required
configure:9310: checking for u_int8_t
configure:9334: g++ -c -g -O2   conftest.cc >&5
configure:9340: $? = 0
configure:9344: test -z 
			 || test ! -s conftest.err
configure:9347: $? = 0
configure:9350: test -s conftest.o
configure:9353: $? = 0
configure:9364: result: yes
configure:9374: checking for u_int16_t
configure:9398: g++ -c -g -O2   conftest.cc >&5
configure:9404: $? = 0
configure:9408: test -z 
			 || test ! -s conftest.err
configure:9411: $? = 0
configure:9414: test -s conftest.o
configure:9417: $? = 0
configure:9428: result: yes
configure:9438: checking for u_int32_t
configure:9462: g++ -c -g -O2   conftest.cc >&5
configure:9468: $? = 0
configure:9472: test -z 
			 || test ! -s conftest.err
configure:9475: $? = 0
configure:9478: test -s conftest.o
configure:9481: $? = 0
configure:9492: result: yes
configure:9502: checking for u_int64_t
configure:9526: g++ -c -g -O2   conftest.cc >&5
configure:9532: $? = 0
configure:9536: test -z 
			 || test ! -s conftest.err
configure:9539: $? = 0
configure:9542: test -s conftest.o
configure:9545: $? = 0
configure:9556: result: yes
configure:9567: checking for uint8_t
configure:9591: g++ -c -g -O2   conftest.cc >&5
configure:9597: $? = 0
configure:9601: test -z 
			 || test ! -s conftest.err
configure:9604: $? = 0
configure:9607: test -s conftest.o
configure:9610: $? = 0
configure:9621: result: yes
configure:9631: checking for uint16_t
configure:9655: g++ -c -g -O2   conftest.cc >&5
configure:9661: $? = 0
configure:9665: test -z 
			 || test ! -s conftest.err
configure:9668: $? = 0
configure:9671: test -s conftest.o
configure:9674: $? = 0
configure:9685: result: yes
configure:9695: checking for uint32_t
configure:9719: g++ -c -g -O2   conftest.cc >&5
configure:9725: $? = 0
configure:9729: test -z 
			 || test ! -s conftest.err
configure:9732: $? = 0
configure:9735: test -s conftest.o
configure:9738: $? = 0
configure:9749: result: yes
configure:9759: checking for uint64_t
configure:9783: g++ -c -g -O2   conftest.cc >&5
configure:9789: $? = 0
configure:9793: test -z 
			 || test ! -s conftest.err
configure:9796: $? = 0
configure:9799: test -s conftest.o
configure:9802: $? = 0
configure:9813: result: yes
configure:9824: checking for stdbool.h that conforms to C99
configure:9877: g++ -c -g -O2   conftest.cc >&5
configure:9883: $? = 0
configure:9887: test -z 
			 || test ! -s conftest.err
configure:9890: $? = 0
configure:9893: test -s conftest.o
configure:9896: $? = 0
configure:9907: result: yes
configure:9909: checking for _Bool
configure:9933: g++ -c -g -O2   conftest.cc >&5
conftest.cc: In function `int main()':
conftest.cc:93: error: '_Bool' was not declared in this scope
conftest.cc:93: error: expected primary-expression before ')' token
conftest.cc:93: error: expected `)' before numeric constant
conftest.cc:95: error: '_Bool' was not declared in this scope
configure:9939: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| #define BDB_VERSION_MAJOR 1
| #define BDB_VERSION_MINOR 0
| #define BDB_VERSION_POINT 0
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if ((_Bool *) 0)
|   return 0;
| if (sizeof (_Bool))
|   return 0;
|   ;
|   return 0;
| }
configure:9963: result: no
configure:9982: checking for an ANSI C-conforming const
configure:10049: g++ -c -g -O2   conftest.cc >&5
configure:10055: $? = 0
configure:10059: test -z 
			 || test ! -s conftest.err
configure:10062: $? = 0
configure:10065: test -s conftest.o
configure:10068: $? = 0
configure:10079: result: yes
configure:10089: checking whether byte ordering is bigendian
configure:10116: g++ -c -g -O2   conftest.cc >&5
configure:10122: $? = 0
configure:10126: test -z 
			 || test ! -s conftest.err
configure:10129: $? = 0
configure:10132: test -s conftest.o
configure:10135: $? = 0
configure:10159: g++ -c -g -O2   conftest.cc >&5
configure:10165: $? = 0
configure:10169: test -z 
			 || test ! -s conftest.err
configure:10172: $? = 0
configure:10175: test -s conftest.o
configure:10178: $? = 0
configure:10300: result: yes
configure:10320: checking if non-aligned 16 bit word accesses fail
configure:10355: g++ -o conftest -g -O2     conftest.cc -lcrypto -lssl  -lz  >&5
configure:10358: $? = 0
configure:10360: ./conftest
configure:10363: $? = 0
configure:10378: result: no
configure:10387: checking if non-aligned 32 bit word accesses fail
configure:10422: g++ -o conftest -g -O2     conftest.cc -lcrypto -lssl  -lz  >&5
configure:10425: $? = 0
configure:10427: ./conftest
configure:10430: $? = 0
configure:10445: result: no
configure:10454: checking if non-aligned 64 bit word accesses fail
configure:10489: g++ -o conftest -g -O2     conftest.cc -lcrypto -lssl  -lz  >&5
configure:10492: $? = 0
configure:10494: ./conftest
configure:10497: $? = 0
configure:10512: result: no
configure:10522: checking for uid_t in sys/types.h
configure:10545: result: yes
configure:10560: checking for mode_t
configure:10584: g++ -c -g -O2   conftest.cc >&5
configure:10590: $? = 0
configure:10594: test -z 
			 || test ! -s conftest.err
configure:10597: $? = 0
configure:10600: test -s conftest.o
configure:10603: $? = 0
configure:10614: result: yes
configure:10626: checking for off_t
configure:10650: g++ -c -g -O2   conftest.cc >&5
configure:10656: $? = 0
configure:10660: test -z 
			 || test ! -s conftest.err
configure:10663: $? = 0
configure:10666: test -s conftest.o
configure:10669: $? = 0
configure:10680: result: yes
configure:10692: checking for pid_t
configure:10716: g++ -c -g -O2   conftest.cc >&5
configure:10722: $? = 0
configure:10726: test -z 
			 || test ! -s conftest.err
configure:10729: $? = 0
configure:10732: test -s conftest.o
configure:10735: $? = 0
configure:10746: result: yes
configure:10758: checking for size_t
configure:10782: g++ -c -g -O2   conftest.cc >&5
configure:10788: $? = 0
configure:10792: test -z 
			 || test ! -s conftest.err
configure:10795: $? = 0
configure:10798: test -s conftest.o
configure:10801: $? = 0
configure:10812: result: yes
configure:10824: checking for struct stat.st_flags
configure:10847: g++ -c -g -O2   conftest.cc >&5
configure:10853: $? = 0
configure:10857: test -z 
			 || test ! -s conftest.err
configure:10860: $? = 0
configure:10863: test -s conftest.o
configure:10866: $? = 0
configure:10923: result: yes
configure:10934: checking for struct stat.st_mtimespec
configure:10957: g++ -c -g -O2   conftest.cc >&5
conftest.cc: In function `int main()':
conftest.cc:97: error: could not convert 'ac_aggr.stat::st_mtimespec' to 'bool'
configure:10963: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| #define BDB_VERSION_MAJOR 1
| #define BDB_VERSION_MINOR 0
| #define BDB_VERSION_POINT 0
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static struct stat ac_aggr;
| if (ac_aggr.st_mtimespec)
| return 0;
|   ;
|   return 0;
| }
configure:11001: g++ -c -g -O2   conftest.cc >&5
configure:11007: $? = 0
configure:11011: test -z 
			 || test ! -s conftest.err
configure:11014: $? = 0
configure:11017: test -s conftest.o
configure:11020: $? = 0
configure:11033: result: yes
configure:11044: checking for struct sockaddr_in.sin_len
configure:11071: g++ -c -g -O2   conftest.cc >&5
configure:11077: $? = 0
configure:11081: test -z 
			 || test ! -s conftest.err
configure:11084: $? = 0
configure:11087: test -s conftest.o
configure:11090: $? = 0
configure:11151: result: yes
configure:11162: checking whether INFTIM is declared
configure:11187: g++ -c -g -O2   conftest.cc >&5
conftest.cc: In function `int main()':
conftest.cc:67: error: 'INFTIM' was not declared in this scope
configure:11193: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| #define BDB_VERSION_MAJOR 1
| #define BDB_VERSION_MINOR 0
| #define BDB_VERSION_POINT 0
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
| #define HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
| /* end confdefs.h.  */
| #include <poll.h>
| 
| int
| main ()
| {
| #ifndef INFTIM
|   char *p = (char *) INFTIM;
| #endif
| 
|   ;
|   return 0;
| }
configure:11217: result: no
configure:11235: checking whether SO_PEERCRED is declared
configure:11260: g++ -c -g -O2   conftest.cc >&5
conftest.cc: In function `int main()':
conftest.cc:68: error: 'SO_PEERCRED' was not declared in this scope
configure:11266: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| #define BDB_VERSION_MAJOR 1
| #define BDB_VERSION_MINOR 0
| #define BDB_VERSION_POINT 0
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
| #define HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
| #define HAVE_DECL_INFTIM 0
| /* end confdefs.h.  */
| #include <sys/socket.h>
| 
| int
| main ()
| {
| #ifndef SO_PEERCRED
|   char *p = (char *) SO_PEERCRED;
| #endif
| 
|   ;
|   return 0;
| }
configure:11290: result: no
configure:11308: checking whether time.h and sys/time.h may both be included
configure:11333: g++ -c -g -O2   conftest.cc >&5
configure:11339: $? = 0
configure:11343: test -z 
			 || test ! -s conftest.err
configure:11346: $? = 0
configure:11349: test -s conftest.o
configure:11352: $? = 0
configure:11363: result: yes
configure:11373: checking whether struct tm is in sys/time.h or time.h
configure:11396: g++ -c -g -O2   conftest.cc >&5
configure:11402: $? = 0
configure:11406: test -z 
			 || test ! -s conftest.err
configure:11409: $? = 0
configure:11412: test -s conftest.o
configure:11415: $? = 0
configure:11426: result: time.h
configure:11437: checking for struct dirent.d_type
configure:11461: g++ -c -g -O2   conftest.cc >&5
configure:11467: $? = 0
configure:11471: test -z 
			 || test ! -s conftest.err
configure:11474: $? = 0
configure:11477: test -s conftest.o
configure:11480: $? = 0
configure:11538: result: yes
configure:11550: checking whether struct dirent.d_type is valid
configure:11586: g++ -o conftest -g -O2     conftest.cc -lcrypto -lssl  -lz  >&5
configure:11589: $? = 0
configure:11591: ./conftest
configure:11594: $? = 0
configure:11609: result: yes
configure:11632: checking for special C compiler options needed for large files
configure:11667: g++ -c -g -O2   conftest.cc >&5
configure:11673: $? = 0
configure:11677: test -z 
			 || test ! -s conftest.err
configure:11680: $? = 0
configure:11683: test -s conftest.o
configure:11686: $? = 0
configure:11731: result: no
configure:11737: checking for _FILE_OFFSET_BITS value needed for large files
configure:11768: g++ -c -g -O2   conftest.cc >&5
configure:11774: $? = 0
configure:11778: test -z 
			 || test ! -s conftest.err
configure:11781: $? = 0
configure:11784: test -s conftest.o
configure:11787: $? = 0
configure:11852: result: no
configure:11862: checking for _LARGE_FILES value needed for large files
configure:11893: g++ -c -g -O2   conftest.cc >&5
configure:11899: $? = 0
configure:11903: test -z 
			 || test ! -s conftest.err
configure:11906: $? = 0
configure:11909: test -s conftest.o
configure:11912: $? = 0
configure:11977: result: no
configure:11990: checking whether LLONG_MAX is declared
configure:12015: g++ -c -g -O2   conftest.cc >&5
configure:12021: $? = 0
configure:12025: test -z 
			 || test ! -s conftest.err
configure:12028: $? = 0
configure:12031: test -s conftest.o
configure:12034: $? = 0
configure:12045: result: yes
configure:12149: checking for pre-processor pragma defines
configure:12166: g++ -c -g -O2   conftest.cc >&5
conftest.cc:68: error: invalid token
conftest.cc:68: error: 'pragma' does not name a type
configure:12172: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| #define BDB_VERSION_MAJOR 1
| #define BDB_VERSION_MINOR 0
| #define BDB_VERSION_POINT 0
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
| #define HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
| #define HAVE_DECL_INFTIM 0
| #define HAVE_DECL_SO_PEERCRED 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_VALID_DIRENT_D_TYPE 1
| /* end confdefs.h.  */
| 
|         #define TEST_DEFINE #pragma pack(1)
|         TEST_DEFINE
| 
configure:12197: result: no
configure:12516: checking for "/dev/urandom"
configure:12531: result: yes
configure:12605: checking for getmntent
configure:12662: g++ -o conftest -g -O2     conftest.cc -lcrypto -lssl  -lz  >&5
/usr/bin/ld: Undefined symbols:
_getmntent
collect2: ld returned 1 exit status
configure:12668: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| #define BDB_VERSION_MAJOR 1
| #define BDB_VERSION_MINOR 0
| #define BDB_VERSION_POINT 0
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
| #define HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
| #define HAVE_DECL_INFTIM 0
| #define HAVE_DECL_SO_PEERCRED 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_VALID_DIRENT_D_TYPE 1
| #define HAVE_RANDOM_DEVICE 1
| #define RANDOM_DEVICE "/dev/urandom"
| /* end confdefs.h.  */
| /* Define getmntent to an innocuous variant, in case <limits.h> declares getmntent.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define getmntent innocuous_getmntent
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char getmntent (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef getmntent
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char getmntent ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_getmntent) || defined (__stub___getmntent)
| choke me
| #else
| char (*f) () = getmntent;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != getmntent;
|   ;
|   return 0;
| }
configure:12693: result: no
configure:12605: checking for statfs
configure:12662: g++ -o conftest -g -O2     conftest.cc -lcrypto -lssl  -lz  >&5
configure:12668: $? = 0
configure:12672: test -z 
			 || test ! -s conftest.err
configure:12675: $? = 0
configure:12678: test -s conftest
configure:12681: $? = 0
configure:12693: result: yes
configure:12708: checking for sys/param.h
configure:12713: result: yes
configure:12859: checking for mntent.h
configure:12880: g++ -c -g -O2   conftest.cc >&5
conftest.cc:77:20: error: mntent.h: No such file or directory
configure:12886: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| #define BDB_VERSION_MAJOR 1
| #define BDB_VERSION_MINOR 0
| #define BDB_VERSION_POINT 0
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
| #define HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
| #define HAVE_DECL_INFTIM 0
| #define HAVE_DECL_SO_PEERCRED 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_VALID_DIRENT_D_TYPE 1
| #define HAVE_RANDOM_DEVICE 1
| #define RANDOM_DEVICE "/dev/urandom"
| #define HAVE_STATFS 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h.  */
| 
|     #include <stdio.h>
|     #ifdef HAVE_SYS_PARAM_H
|       #include <sys/param.h>
|     #endif
| 
| 
| #include <mntent.h>
configure:12910: result: no
configure:12859: checking for sys/mnttab.h
configure:12880: g++ -c -g -O2   conftest.cc >&5
conftest.cc:77:24: error: sys/mnttab.h: No such file or directory
configure:12886: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| #define BDB_VERSION_MAJOR 1
| #define BDB_VERSION_MINOR 0
| #define BDB_VERSION_POINT 0
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
| #define HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
| #define HAVE_DECL_INFTIM 0
| #define HAVE_DECL_SO_PEERCRED 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_VALID_DIRENT_D_TYPE 1
| #define HAVE_RANDOM_DEVICE 1
| #define RANDOM_DEVICE "/dev/urandom"
| #define HAVE_STATFS 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h.  */
| 
|     #include <stdio.h>
|     #ifdef HAVE_SYS_PARAM_H
|       #include <sys/param.h>
|     #endif
| 
| 
| #include <sys/mnttab.h>
configure:12910: result: no
configure:12859: checking for sys/mount.h
configure:12880: g++ -c -g -O2   conftest.cc >&5
configure:12886: $? = 0
configure:12890: test -z 
			 || test ! -s conftest.err
configure:12893: $? = 0
configure:12896: test -s conftest.o
configure:12899: $? = 0
configure:12910: result: yes
configure:12922: checking for struct statfs.f_mntonname
configure:12951: g++ -c -g -O2   conftest.cc >&5
configure:12957: $? = 0
configure:12961: test -z 
			 || test ! -s conftest.err
configure:12964: $? = 0
configure:12967: test -s conftest.o
configure:12970: $? = 0
configure:13033: result: yes
configure:13045: checking for struct mntent.mnt_dir
configure:13069: g++ -c -g -O2   conftest.cc >&5
conftest.cc:72:20: error: mntent.h: No such file or directory
conftest.cc: In function `int main()':
conftest.cc:77: error: aggregate 'mntent ac_aggr' has incomplete type and cannot be defined
conftest.cc:77: error: storage size of 'ac_aggr' isn't known
configure:13075: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| #define BDB_VERSION_MAJOR 1
| #define BDB_VERSION_MINOR 0
| #define BDB_VERSION_POINT 0
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
| #define HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
| #define HAVE_DECL_INFTIM 0
| #define HAVE_DECL_SO_PEERCRED 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_VALID_DIRENT_D_TYPE 1
| #define HAVE_RANDOM_DEVICE 1
| #define RANDOM_DEVICE "/dev/urandom"
| #define HAVE_STATFS 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_STRUCT_STATFS_F_MNTONNAME 1
| /* end confdefs.h.  */
| #include <mntent.h>
| 
| int
| main ()
| {
| static struct mntent ac_aggr;
| if (ac_aggr.mnt_dir)
| return 0;
|   ;
|   return 0;
| }
configure:13114: g++ -c -g -O2   conftest.cc >&5
conftest.cc:72:20: error: mntent.h: No such file or directory
conftest.cc: In function `int main()':
conftest.cc:77: error: aggregate 'mntent ac_aggr' has incomplete type and cannot be defined
conftest.cc:77: error: storage size of 'ac_aggr' isn't known
configure:13120: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| #define BDB_VERSION_MAJOR 1
| #define BDB_VERSION_MINOR 0
| #define BDB_VERSION_POINT 0
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
| #define HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
| #define HAVE_DECL_INFTIM 0
| #define HAVE_DECL_SO_PEERCRED 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_VALID_DIRENT_D_TYPE 1
| #define HAVE_RANDOM_DEVICE 1
| #define RANDOM_DEVICE "/dev/urandom"
| #define HAVE_STATFS 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_STRUCT_STATFS_F_MNTONNAME 1
| /* end confdefs.h.  */
| #include <mntent.h>
| 
| int
| main ()
| {
| static struct mntent ac_aggr;
| if (sizeof ac_aggr.mnt_dir)
| return 0;
|   ;
|   return 0;
| }
configure:13146: result: no
configure:13158: checking for struct mnttab.mnt_mountp
configure:13185: g++ -c -g -O2   conftest.cc >&5
conftest.cc:74:28: error: sys/mnttab.h: No such file or directory
conftest.cc: In function `int main()':
conftest.cc:80: error: aggregate 'mnttab ac_aggr' has incomplete type and cannot be defined
conftest.cc:80: error: storage size of 'ac_aggr' isn't known
configure:13191: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| #define BDB_VERSION_MAJOR 1
| #define BDB_VERSION_MINOR 0
| #define BDB_VERSION_POINT 0
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
| #define HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
| #define HAVE_DECL_INFTIM 0
| #define HAVE_DECL_SO_PEERCRED 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_VALID_DIRENT_D_TYPE 1
| #define HAVE_RANDOM_DEVICE 1
| #define RANDOM_DEVICE "/dev/urandom"
| #define HAVE_STATFS 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_STRUCT_STATFS_F_MNTONNAME 1
| /* end confdefs.h.  */
| 
|     #include <stdio.h>
|     #include <sys/mnttab.h>
| 
| 
| int
| main ()
| {
| static struct mnttab ac_aggr;
| if (ac_aggr.mnt_mountp)
| return 0;
|   ;
|   return 0;
| }
configure:13233: g++ -c -g -O2   conftest.cc >&5
conftest.cc:74:28: error: sys/mnttab.h: No such file or directory
conftest.cc: In function `int main()':
conftest.cc:80: error: aggregate 'mnttab ac_aggr' has incomplete type and cannot be defined
conftest.cc:80: error: storage size of 'ac_aggr' isn't known
configure:13239: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| #define BDB_VERSION_MAJOR 1
| #define BDB_VERSION_MINOR 0
| #define BDB_VERSION_POINT 0
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
| #define HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
| #define HAVE_DECL_INFTIM 0
| #define HAVE_DECL_SO_PEERCRED 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_VALID_DIRENT_D_TYPE 1
| #define HAVE_RANDOM_DEVICE 1
| #define RANDOM_DEVICE "/dev/urandom"
| #define HAVE_STATFS 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_STRUCT_STATFS_F_MNTONNAME 1
| /* end confdefs.h.  */
| 
|     #include <stdio.h>
|     #include <sys/mnttab.h>
| 
| 
| int
| main ()
| {
| static struct mnttab ac_aggr;
| if (sizeof ac_aggr.mnt_mountp)
| return 0;
|   ;
|   return 0;
| }
configure:13265: result: no
configure:13297: checking for gcc version 3 or later
configure:13315: g++ -c -g -O2   conftest.cc >&5
configure:13321: $? = 0
configure:13325: test -z 
			 || test ! -s conftest.err
configure:13328: $? = 0
configure:13331: test -s conftest.o
configure:13334: $? = 0
configure:13346: result: yes
configure:13423: checking whether closedir returns void
configure:13452: g++ -o conftest -g -O2     conftest.cc -lcrypto -lssl  -lz  >&5
configure:13455: $? = 0
configure:13457: ./conftest
configure:13460: $? = 0
configure:13474: result: no
configure:13484: checking for error_at_line
configure:13505: g++ -o conftest -g -O2     conftest.cc -lcrypto -lssl  -lz  >&5
conftest.cc: In function `int main()':
conftest.cc:110: error: 'error_at_line' was not declared in this scope
configure:13511: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| #define BDB_VERSION_MAJOR 1
| #define BDB_VERSION_MINOR 0
| #define BDB_VERSION_POINT 0
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
| #define HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
| #define HAVE_DECL_INFTIM 0
| #define HAVE_DECL_SO_PEERCRED 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_VALID_DIRENT_D_TYPE 1
| #define HAVE_RANDOM_DEVICE 1
| #define RANDOM_DEVICE "/dev/urandom"
| #define HAVE_STATFS 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_STRUCT_STATFS_F_MNTONNAME 1
| #define HAVE_MOUNTS 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| error_at_line (0, 0, "", 0, "");
|   ;
|   return 0;
| }
configure:13536: result: no
configure:13549: checking return type of signal handlers
configure:13580: g++ -c -g -O2   conftest.cc >&5
configure:13586: $? = 0
configure:13590: test -z 
			 || test ! -s conftest.err
configure:13593: $? = 0
configure:13596: test -s conftest.o
configure:13599: $? = 0
configure:13610: result: void
configure:13618: checking whether lstat dereferences a symlink specified with a trailing slash
configure:13649: g++ -o conftest -g -O2     conftest.cc -lcrypto -lssl  -lz  >&5
configure:13652: $? = 0
configure:13654: ./conftest
configure:13657: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| #define BDB_VERSION_MAJOR 1
| #define BDB_VERSION_MINOR 0
| #define BDB_VERSION_POINT 0
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
| #define HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
| #define HAVE_DECL_INFTIM 0
| #define HAVE_DECL_SO_PEERCRED 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_VALID_DIRENT_D_TYPE 1
| #define HAVE_RANDOM_DEVICE 1
| #define RANDOM_DEVICE "/dev/urandom"
| #define HAVE_STATFS 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_STRUCT_STATFS_F_MNTONNAME 1
| #define HAVE_MOUNTS 1
| #define RETSIGTYPE void
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| struct stat sbuf;
|      /* Linux will dereference the symlink and fail.
| 	That is better in the sense that it means we will not
| 	have to compile and use the lstat wrapper.  */
|      exit (lstat ("conftest.sym/", &sbuf) ? 0 : 1);
|   ;
|   return 0;
| }
configure:13678: result: no
configure:13699: checking whether stat accepts an empty string
configure:13724: g++ -o conftest -g -O2     conftest.cc -lcrypto -lssl  -lz  >&5
configure:13727: $? = 0
configure:13729: ./conftest
configure:13732: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| #define BDB_VERSION_MAJOR 1
| #define BDB_VERSION_MINOR 0
| #define BDB_VERSION_POINT 0
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
| #define HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
| #define HAVE_DECL_INFTIM 0
| #define HAVE_DECL_SO_PEERCRED 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_VALID_DIRENT_D_TYPE 1
| #define HAVE_RANDOM_DEVICE 1
| #define RANDOM_DEVICE "/dev/urandom"
| #define HAVE_STATFS 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_STRUCT_STATFS_F_MNTONNAME 1
| #define HAVE_MOUNTS 1
| #define RETSIGTYPE void
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| struct stat sbuf;
|   exit (stat ("", &sbuf) ? 1 : 0);
|   ;
|   return 0;
| }
configure:13746: result: no
configure:13772: checking for getpeereid
configure:13829: g++ -o conftest -g -O2     conftest.cc -lcrypto -lssl  -lz  >&5
configure:13835: $? = 0
configure:13839: test -z 
			 || test ! -s conftest.err
configure:13842: $? = 0
configure:13845: test -s conftest
configure:13848: $? = 0
configure:13860: result: yes
configure:13772: checking for kqueue
configure:13829: g++ -o conftest -g -O2     conftest.cc -lcrypto -lssl  -lz  >&5
configure:13835: $? = 0
configure:13839: test -z 
			 || test ! -s conftest.err
configure:13842: $? = 0
configure:13845: test -s conftest
configure:13848: $? = 0
configure:13860: result: yes
configure:13772: checking for lchown
configure:13829: g++ -o conftest -g -O2     conftest.cc -lcrypto -lssl  -lz  >&5
configure:13835: $? = 0
configure:13839: test -z 
			 || test ! -s conftest.err
configure:13842: $? = 0
configure:13845: test -s conftest
configure:13848: $? = 0
configure:13860: result: yes
configure:13772: checking for setproctitle
configure:13829: g++ -o conftest -g -O2     conftest.cc -lcrypto -lssl  -lz  >&5
/usr/bin/ld: Undefined symbols:
_setproctitle
collect2: ld returned 1 exit status
configure:13835: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| #define BDB_VERSION_MAJOR 1
| #define BDB_VERSION_MINOR 0
| #define BDB_VERSION_POINT 0
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
| #define HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
| #define HAVE_DECL_INFTIM 0
| #define HAVE_DECL_SO_PEERCRED 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_VALID_DIRENT_D_TYPE 1
| #define HAVE_RANDOM_DEVICE 1
| #define RANDOM_DEVICE "/dev/urandom"
| #define HAVE_STATFS 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_STRUCT_STATFS_F_MNTONNAME 1
| #define HAVE_MOUNTS 1
| #define RETSIGTYPE void
| #define HAVE_GETPEEREID 1
| #define HAVE_KQUEUE 1
| #define HAVE_LCHOWN 1
| /* end confdefs.h.  */
| /* Define setproctitle to an innocuous variant, in case <limits.h> declares setproctitle.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define setproctitle innocuous_setproctitle
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char setproctitle (); 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 setproctitle
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char setproctitle ();
| /* 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_setproctitle) || defined (__stub___setproctitle)
| choke me
| #else
| char (*f) () = setproctitle;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != setproctitle;
|   ;
|   return 0;
| }
configure:13860: result: no
configure:13772: checking for getpid
configure:13829: g++ -o conftest -g -O2     conftest.cc -lcrypto -lssl  -lz  >&5
configure:13835: $? = 0
configure:13839: test -z 
			 || test ! -s conftest.err
configure:13842: $? = 0
configure:13845: test -s conftest
configure:13848: $? = 0
configure:13860: result: yes
configure:13886: checking sys/syscall.h usability
configure:13898: g++ -c -g -O2   conftest.cc >&5
configure:13904: $? = 0
configure:13908: test -z 
			 || test ! -s conftest.err
configure:13911: $? = 0
configure:13914: test -s conftest.o
configure:13917: $? = 0
configure:13927: result: yes
configure:13931: checking sys/syscall.h presence
configure:13941: g++ -E   conftest.cc
configure:13947: $? = 0
configure:13967: result: yes
configure:14002: checking for sys/syscall.h
configure:14009: result: yes
configure:13877: checking for unistd.h
configure:13882: result: yes
configure:14027: checking for syscall
configure:14084: g++ -o conftest -g -O2     conftest.cc -lcrypto -lssl  -lz  >&5
configure:14090: $? = 0
configure:14094: test -z 
			 || test ! -s conftest.err
configure:14097: $? = 0
configure:14100: test -s conftest
configure:14103: $? = 0
configure:14115: result: yes
configure:14027: checking for __syscall
configure:14084: g++ -o conftest -g -O2     conftest.cc -lcrypto -lssl  -lz  >&5
/usr/bin/ld: Undefined symbols:
___syscall
collect2: ld returned 1 exit status
configure:14090: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| #define BDB_VERSION_MAJOR 1
| #define BDB_VERSION_MINOR 0
| #define BDB_VERSION_POINT 0
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
| #define HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
| #define HAVE_DECL_INFTIM 0
| #define HAVE_DECL_SO_PEERCRED 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_VALID_DIRENT_D_TYPE 1
| #define HAVE_RANDOM_DEVICE 1
| #define RANDOM_DEVICE "/dev/urandom"
| #define HAVE_STATFS 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_STRUCT_STATFS_F_MNTONNAME 1
| #define HAVE_MOUNTS 1
| #define RETSIGTYPE void
| #define HAVE_GETPEEREID 1
| #define HAVE_KQUEUE 1
| #define HAVE_LCHOWN 1
| #define HAVE_GETPID 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSCALL 1
| /* end confdefs.h.  */
| /* Define __syscall to an innocuous variant, in case <limits.h> declares __syscall.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define __syscall innocuous___syscall
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char __syscall (); 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 __syscall
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char __syscall ();
| /* 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___syscall) || defined (__stub_____syscall)
| choke me
| #else
| char (*f) () = __syscall;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != __syscall;
|   ;
|   return 0;
| }
configure:14115: result: no
configure:14200: checking whether syscall lseek requires dummy parameter
configure:14249: g++ -o conftest -g -O2     conftest.cc -lcrypto -lssl  -lz  >&5
configure:14252: $? = 0
configure:14254: ./conftest
configure:14257: $? = 0
configure:14272: result: yes
configure:14296: checking for listxattr
configure:14353: g++ -o conftest -g -O2     conftest.cc -lcrypto -lssl  -lz  >&5
configure:14359: $? = 0
configure:14363: test -z 
			 || test ! -s conftest.err
configure:14366: $? = 0
configure:14369: test -s conftest
configure:14372: $? = 0
configure:14384: result: yes
configure:14296: checking for llistxattr
configure:14353: g++ -o conftest -g -O2     conftest.cc -lcrypto -lssl  -lz  >&5
/usr/bin/ld: Undefined symbols:
_llistxattr
collect2: ld returned 1 exit status
configure:14359: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| #define BDB_VERSION_MAJOR 1
| #define BDB_VERSION_MINOR 0
| #define BDB_VERSION_POINT 0
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
| #define HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
| #define HAVE_DECL_INFTIM 0
| #define HAVE_DECL_SO_PEERCRED 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_VALID_DIRENT_D_TYPE 1
| #define HAVE_RANDOM_DEVICE 1
| #define RANDOM_DEVICE "/dev/urandom"
| #define HAVE_STATFS 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_STRUCT_STATFS_F_MNTONNAME 1
| #define HAVE_MOUNTS 1
| #define RETSIGTYPE void
| #define HAVE_GETPEEREID 1
| #define HAVE_KQUEUE 1
| #define HAVE_LCHOWN 1
| #define HAVE_GETPID 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSCALL 1
| #define HAVE_LSEEK_DUMMY_PARAM 1
| #define HAVE_LISTXATTR 1
| /* end confdefs.h.  */
| /* Define llistxattr to an innocuous variant, in case <limits.h> declares llistxattr.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define llistxattr innocuous_llistxattr
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char llistxattr (); 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 llistxattr
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char llistxattr ();
| /* 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_llistxattr) || defined (__stub___llistxattr)
| choke me
| #else
| char (*f) () = llistxattr;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != llistxattr;
|   ;
|   return 0;
| }
configure:14384: result: no
configure:14296: checking for getxattr
configure:14353: g++ -o conftest -g -O2     conftest.cc -lcrypto -lssl  -lz  >&5
configure:14359: $? = 0
configure:14363: test -z 
			 || test ! -s conftest.err
configure:14366: $? = 0
configure:14369: test -s conftest
configure:14372: $? = 0
configure:14384: result: yes
configure:14296: checking for lgetxattr
configure:14353: g++ -o conftest -g -O2     conftest.cc -lcrypto -lssl  -lz  >&5
/usr/bin/ld: Undefined symbols:
_lgetxattr
collect2: ld returned 1 exit status
configure:14359: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| #define BDB_VERSION_MAJOR 1
| #define BDB_VERSION_MINOR 0
| #define BDB_VERSION_POINT 0
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
| #define HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
| #define HAVE_DECL_INFTIM 0
| #define HAVE_DECL_SO_PEERCRED 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_VALID_DIRENT_D_TYPE 1
| #define HAVE_RANDOM_DEVICE 1
| #define RANDOM_DEVICE "/dev/urandom"
| #define HAVE_STATFS 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_STRUCT_STATFS_F_MNTONNAME 1
| #define HAVE_MOUNTS 1
| #define RETSIGTYPE void
| #define HAVE_GETPEEREID 1
| #define HAVE_KQUEUE 1
| #define HAVE_LCHOWN 1
| #define HAVE_GETPID 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSCALL 1
| #define HAVE_LSEEK_DUMMY_PARAM 1
| #define HAVE_LISTXATTR 1
| #define HAVE_GETXATTR 1
| /* end confdefs.h.  */
| /* Define lgetxattr to an innocuous variant, in case <limits.h> declares lgetxattr.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define lgetxattr innocuous_lgetxattr
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char lgetxattr (); 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 lgetxattr
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char lgetxattr ();
| /* 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_lgetxattr) || defined (__stub___lgetxattr)
| choke me
| #else
| char (*f) () = lgetxattr;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != lgetxattr;
|   ;
|   return 0;
| }
configure:14384: result: no
configure:14296: checking for setxattr
configure:14353: g++ -o conftest -g -O2     conftest.cc -lcrypto -lssl  -lz  >&5
configure:14359: $? = 0
configure:14363: test -z 
			 || test ! -s conftest.err
configure:14366: $? = 0
configure:14369: test -s conftest
configure:14372: $? = 0
configure:14384: result: yes
configure:14296: checking for lsetxattr
configure:14353: g++ -o conftest -g -O2     conftest.cc -lcrypto -lssl  -lz  >&5
/usr/bin/ld: Undefined symbols:
_lsetxattr
collect2: ld returned 1 exit status
configure:14359: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DB_H 1
| #define BDB_VERSION_MAJOR 1
| #define BDB_VERSION_MINOR 0
| #define BDB_VERSION_POINT 0
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
| #define HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
| #define HAVE_DECL_INFTIM 0
| #define HAVE_DECL_SO_PEERCRED 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_VALID_DIRENT_D_TYPE 1
| #define HAVE_RANDOM_DEVICE 1
| #define RANDOM_DEVICE "/dev/urandom"
| #define HAVE_STATFS 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_STRUCT_STATFS_F_MNTONNAME 1
| #define HAVE_MOUNTS 1
| #define RETSIGTYPE void
| #define HAVE_GETPEEREID 1
| #define HAVE_KQUEUE 1
| #define HAVE_LCHOWN 1
| #define HAVE_GETPID 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSCALL 1
| #define HAVE_LSEEK_DUMMY_PARAM 1
| #define HAVE_LISTXATTR 1
| #define HAVE_GETXATTR 1
| #define HAVE_SETXATTR 1
| /* end confdefs.h.  */
| /* Define lsetxattr to an innocuous variant, in case <limits.h> declares lsetxattr.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define lsetxattr innocuous_lsetxattr
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char lsetxattr (); 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 lsetxattr
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char lsetxattr ();
| /* 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_lsetxattr) || defined (__stub___lsetxattr)
| choke me
| #else
| char (*f) () = lsetxattr;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != lsetxattr;
|   ;
|   return 0;
| }
configure:14384: result: no
configure:14394: checking whether XATTR_NOFOLLOW is declared
configure:14419: g++ -c -g -O2   conftest.cc >&5
configure:14425: $? = 0
configure:14429: test -z 
			 || test ! -s conftest.err
configure:14432: $? = 0
configure:14435: test -s conftest.o
configure:14438: $? = 0
configure:14449: result: yes
configure:14473: checking if we have large file support enabled
configure:14503: g++ -o conftest -g -O2     conftest.cc -lcrypto -lssl  -lz  >&5
configure:14506: $? = 0
configure:14508: ./conftest
configure:14511: $? = 0
configure:14526: result: yes
configure:14534: checking for flock
configure:14591: g++ -o conftest -g -O2     conftest.cc -lcrypto -lssl  -lz  >&5
configure:14597: $? = 0
configure:14601: test -z 
			 || test ! -s conftest.err
configure:14604: $? = 0
configure:14607: test -s conftest
configure:14610: $? = 0
configure:14622: result: yes
configure:14632: checking whether O_EXLOCK is declared
configure:14657: g++ -c -g -O2   conftest.cc >&5
configure:14663: $? = 0
configure:14667: test -z 
			 || test ! -s conftest.err
configure:14670: $? = 0
configure:14673: test -s conftest.o
configure:14676: $? = 0
configure:14687: result: yes
configure:14705: checking whether F_SETLK is declared
configure:14730: g++ -c -g -O2   conftest.cc >&5
configure:14736: $? = 0
configure:14740: test -z 
			 || test ! -s conftest.err
configure:14743: $? = 0
configure:14746: test -s conftest.o
configure:14749: $? = 0
configure:14760: result: yes
configure:14997: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by Box Backup config.status 0.09, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on borgcube.allard.nu

config.status:657: creating infrastructure/BoxPlatform.pm
config.status:760: creating lib/common/BoxConfig.h

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=powerpc-apple-darwin8.5.0
ac_cv_build_alias=powerpc-apple-darwin8.5.0
ac_cv_c_bigendian=yes
ac_cv_c_const=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_cxx_exceptions=yes
ac_cv_cxx_namespaces=yes
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_file___dev_urandom_=yes
ac_cv_func___syscall=no
ac_cv_func_closedir_void=no
ac_cv_func_flock=yes
ac_cv_func_getmntent=no
ac_cv_func_getpeereid=yes
ac_cv_func_getpid=yes
ac_cv_func_getxattr=yes
ac_cv_func_kqueue=yes
ac_cv_func_lchown=yes
ac_cv_func_lgetxattr=no
ac_cv_func_listxattr=yes
ac_cv_func_llistxattr=no
ac_cv_func_lsetxattr=no
ac_cv_func_lstat_dereferences_slashed_symlink=no
ac_cv_func_setproctitle=no
ac_cv_func_setxattr=yes
ac_cv_func_stat_empty_string_bug=no
ac_cv_func_statfs=yes
ac_cv_func_syscall=yes
ac_cv_have_decl_F_SETLK=yes
ac_cv_have_decl_INFTIM=no
ac_cv_have_decl_LLONG_MAX=yes
ac_cv_have_decl_O_EXLOCK=yes
ac_cv_have_decl_SO_PEERCRED=no
ac_cv_have_decl_XATTR_NOFOLLOW=yes
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_editline_readline_h=no
ac_cv_header_execinfo_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_mntent_h=no
ac_cv_header_netinet_in_h=yes
ac_cv_header_openssl_ssl_h=yes
ac_cv_header_process_h=no
ac_cv_header_pwd_h=yes
ac_cv_header_regex_h=yes
ac_cv_header_signal_h=yes
ac_cv_header_stdbool_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_mnttab_h=no
ac_cv_header_sys_mount_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_syscall_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_sys_xattr_h=yes
ac_cv_header_syslog_h=yes
ac_cv_header_time=yes
ac_cv_header_time_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=powerpc-apple-darwin8.5.0
ac_cv_host_alias=powerpc-apple-darwin8.5.0
ac_cv_lib_crypto_EVP_CipherInit_ex=yes
ac_cv_lib_error_at_line=no
ac_cv_lib_ssl_SSL_read=yes
ac_cv_lib_z_zlibVersion=yes
ac_cv_member_struct_dirent_d_type=yes
ac_cv_member_struct_mntent_mnt_dir=no
ac_cv_member_struct_mnttab_mnt_mountp=no
ac_cv_member_struct_sockaddr_in_sin_len=yes
ac_cv_member_struct_stat_st_flags=yes
ac_cv_member_struct_stat_st_mtimespec=yes
ac_cv_member_struct_statfs_f_mntonname=yes
ac_cv_objext=o
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep='grep -E'
ac_cv_search_gethostbyname='none required'
ac_cv_search_nanosleep='none required'
ac_cv_search_opendir='none required'
ac_cv_search_regcomp='none required'
ac_cv_search_shutdown='none required'
ac_cv_struct_tm=time.h
ac_cv_sys_file_offset_bits=no
ac_cv_sys_large_files=no
ac_cv_sys_largefile_CC=no
ac_cv_target=powerpc-apple-darwin8.5.0
ac_cv_target_alias=powerpc-apple-darwin8.5.0
ac_cv_type__Bool=no
ac_cv_type_mode_t=yes
ac_cv_type_off_t=yes
ac_cv_type_pid_t=yes
ac_cv_type_signal=void
ac_cv_type_size_t=yes
ac_cv_type_u_int16_t=yes
ac_cv_type_u_int32_t=yes
ac_cv_type_u_int64_t=yes
ac_cv_type_u_int8_t=yes
ac_cv_type_uid_t=yes
ac_cv_type_uint16_t=yes
ac_cv_type_uint32_t=yes
ac_cv_type_uint64_t=yes
ac_cv_type_uint8_t=yes
vl_cv_lib_editline=-ledit
vl_cv_lib_readline_compat_found=no

## ----------------- ##
## Output variables. ##
## ----------------- ##

CPPFLAGS=' '
CXX='g++'
CXXCPP='g++ -E'
CXXFLAGS='-g -O2'
CXXFLAGS_STRICT='-Wall'
DEFS='-DHAVE_CONFIG_H'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
LDADD_RDYNAMIC='-rdynamic'
LDFLAGS=' '
LIBOBJS=' error$U.o lstat$U.o'
LIBS='-lcrypto -lssl  -lz '
LTLIBOBJS=' error$U.lo lstat$U.lo'
OBJEXT='o'
PACKAGE_BUGREPORT='box@fluffy.co.uk'
PACKAGE_NAME='Box Backup'
PACKAGE_STRING='Box Backup 0.09'
PACKAGE_TARNAME='box-backup'
PACKAGE_VERSION='0.09'
PATH_SEPARATOR=':'
RANDOM_DEVICE='/dev/urandom'
SHELL='/bin/sh'
ac_ct_CXX='g++'
bindir='${exec_prefix}/bin'
bindir_expanded='/usr/local/bin'
build='powerpc-apple-darwin8.5.0'
build_alias=''
build_cpu='powerpc'
build_os='darwin8.5.0'
build_vendor='apple'
datadir='${prefix}/share'
exec_prefix='${prefix}'
host='powerpc-apple-darwin8.5.0'
host_alias=''
host_cpu='powerpc'
host_os='darwin8.5.0'
host_vendor='apple'
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='powerpc-apple-darwin8.5.0'
target_alias=''
target_cpu='powerpc'
target_os='darwin8.5.0'
target_vendor='apple'

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define BDB_VERSION_MAJOR 1
#define BDB_VERSION_MINOR 0
#define BDB_VERSION_POINT 0
#define HAVE_DB_H 1
#define HAVE_DECL_F_SETLK 1
#define HAVE_DECL_INFTIM 0
#define HAVE_DECL_O_EXLOCK 1
#define HAVE_DECL_SO_PEERCRED 0
#define HAVE_DECL_XATTR_NOFOLLOW 1
#define HAVE_DIRENT_H 1
#define HAVE_EXCEPTIONS
#define HAVE_FLOCK 1
#define HAVE_GETPEEREID 1
#define HAVE_GETPID 1
#define HAVE_GETXATTR 1
#define HAVE_INTTYPES_H 1
#define HAVE_KQUEUE 1
#define HAVE_LCHOWN 1
#define HAVE_LIBCRYPTO 1
#define HAVE_LIBSSL 1
#define HAVE_LIBZ 1
#define HAVE_LISTXATTR 1
#define HAVE_LSEEK_DUMMY_PARAM 1
#define HAVE_MEMORY_H 1
#define HAVE_MOUNTS 1
#define HAVE_NAMESPACES
#define HAVE_NETINET_IN_H 1
#define HAVE_OPENSSL_SSL_H 1
#define HAVE_PWD_H 1
#define HAVE_RANDOM_DEVICE 1
#define HAVE_REGEX_H 1
#define HAVE_SETXATTR 1
#define HAVE_SIGNAL_H 1
#define HAVE_SSL 1
#define HAVE_STATFS 1
#define HAVE_STDBOOL_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRUCT_DIRENT_D_TYPE 1
#define HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
#define HAVE_STRUCT_STATFS_F_MNTONNAME 1
#define HAVE_STRUCT_STAT_ST_FLAGS 1
#define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
#define HAVE_SYSCALL 1
#define HAVE_SYSLOG_H 1
#define HAVE_SYS_MOUNT_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_SYSCALL_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_SYS_XATTR_H 1
#define HAVE_TIME_H 1
#define HAVE_UINT16_T 1
#define HAVE_UINT32_T 1
#define HAVE_UINT64_T 1
#define HAVE_UINT8_T 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_U_INT16_T 1
#define HAVE_U_INT32_T 1
#define HAVE_U_INT64_T 1
#define HAVE_U_INT8_T 1
#define HAVE_VALID_DIRENT_D_TYPE 1
#define PACKAGE_BUGREPORT "box@fluffy.co.uk"
#define PACKAGE_NAME "Box Backup"
#define PACKAGE_STRING "Box Backup 0.09"
#define PACKAGE_TARNAME "box-backup"
#define PACKAGE_VERSION "0.09"
#define RANDOM_DEVICE "/dev/urandom"
#define RETSIGTYPE void
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#define TEMP_DIRECTORY_NAME "/tmp"
#define TIME_WITH_SYS_TIME 1
#define WORDS_BIGENDIAN 1
#endif
#ifdef __cplusplus
extern "C" void exit (int);

configure: exit 0

--Apple-Mail-12-956808967
Content-Transfer-Encoding: 7bit
Content-Type: application/octet-stream;
	x-unix-mode=0644;
	name="config.log"
Content-Disposition: attachment;
	filename=config.log

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by Box Backup configure 0.09, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ ./configure 

## --------- ##
## Platform. ##
## --------- ##

hostname = borgcube.allard.nu
uname -m = Power Macintosh
uname -r = 8.5.0
uname -s = Darwin
uname -v = Darwin Kernel Version 8.5.0: Sun Jan 22 10:38:46 PST 2006; root:xnu-792.6.61.obj~1/RELEASE_PPC

/usr/bin/uname -p = powerpc
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = Mach kernel version:
	 Darwin Kernel Version 8.5.0: Sun Jan 22 10:38:46 PST 2006; root:xnu-792.6.61.obj~1/RELEASE_PPC
Kernel configured for a single processor only.
1 processor is physically available.
Processor type: ppc7450 (PowerPC 7450)
Processor active: 0
Primary memory available: 1.50 gigabytes
Default processor set: 104 tasks, 309 threads, 1 processors
Load average: 1.72, Mach factor: 0.47
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /Users/allard/local/bin
PATH: /opt/local/bin
PATH: /opt/local/sbin
PATH: /Volumes/home/local/php/bin
PATH: /Volumes/home/local/bin
PATH: /usr/local/bin
PATH: /bin
PATH: /usr/bin
PATH: /usr/local/sbin
PATH: /sbin
PATH: /usr/sbin
PATH: /usr/X11R6/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1363: checking build system type
configure:1381: result: powerpc-apple-darwin8.5.0
configure:1389: checking host system type
configure:1403: result: powerpc-apple-darwin8.5.0
configure:1411: checking target system type
configure:1425: result: powerpc-apple-darwin8.5.0
configure:1501: checking for g++
configure:1517: found /usr/bin/g++
configure:1527: result: g++
configure:1543: checking for C++ compiler version
configure:1546: g++ --version </dev/null >&5
powerpc-apple-darwin8-g++-4.0.0 (GCC) 4.0.0 20041026 (Apple Computer, Inc. build 4061)
Copyright (C) 2004 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:1549: $? = 0
configure:1551: g++ -v </dev/null >&5
Reading specs from /usr/lib/gcc/powerpc-apple-darwin8/4.0.0/specs
Configured with: /private/var/tmp/gcc/gcc-4061.obj~8/src/configure --disable-checking --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^+.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/gcc/darwin/4.0/c++ --build=powerpc-apple-darwin8 --host=powerpc-apple-darwin8 --target=powerpc-apple-darwin8
Thread model: posix
gcc version 4.0.0 20041026 (Apple Computer, Inc. build 4061)
configure:1554: $? = 0
configure:1556: g++ -V </dev/null >&5
g++: argument to `-V' is missing
configure:1559: $? = 1
configure:1582: checking for C++ compiler default output file name
configure:1585: g++    conftest.cc  >&5
configure:1588: $? = 0
configure:1634: result: a.out
configure:1639: checking whether the C++ compiler works
configure:1645: ./a.out
configure:1648: $? = 0
configure:1665: result: yes
configure:1672: checking whether we are cross compiling
configure:1674: result: no
configure:1677: checking for suffix of executables
configure:1679: g++ -o conftest    conftest.cc  >&5
configure:1682: $? = 0
configure:1707: result: 
configure:1713: checking for suffix of object files
configure:1734: g++ -c   conftest.cc >&5
configure:1737: $? = 0
configure:1759: result: o
configure:1763: checking whether we are using the GNU C++ compiler
configure:1787: g++ -c   conftest.cc >&5
configure:1793: $? = 0
configure:1797: test -z 
			 || test ! -s conftest.err
configure:1800: $? = 0
configure:1803: test -s conftest.o
configure:1806: $? = 0
configure:1819: result: yes
configure:1825: checking whether g++ accepts -g
configure:1846: g++ -c -g  conftest.cc >&5
configure:1852: $? = 0
configure:1856: test -z 
			 || test ! -s conftest.err
configure:1859: $? = 0
configure:1862: test -s conftest.o
configure:1865: $? = 0
configure:1876: result: yes
configure:1918: g++ -c -g -O2  conftest.cc >&5
configure:1924: $? = 0
configure:1928: test -z 
			 || test ! -s conftest.err
configure:1931: $? = 0
configure:1934: test -s conftest.o
configure:1937: $? = 0
configure:1963: g++ -c -g -O2  conftest.cc >&5
conftest.cc: In function `int main()':
conftest.cc:13: error: 'exit' was not declared in this scope
configure:1969: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:1918: g++ -c -g -O2  conftest.cc >&5
/usr/include/stdlib.h:158: error: 'void exit(int)' conflicts with previous using declaration 'void std::exit(int)'
/usr/include/stdlib.h:158: error: 'void exit(int)' conflicts with used function
conftest.cc:9: error: 'void std::exit(int)' previously declared here
configure:1924: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| /* end confdefs.h.  */
| extern "C" void std::exit (int) throw (); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:1918: g++ -c -g -O2  conftest.cc >&5
/usr/include/stdlib.h:158: error: 'void exit(int)' conflicts with previous using declaration 'void std::exit(int)'
/usr/include/stdlib.h:158: error: 'void exit(int)' conflicts with used function
conftest.cc:9: error: 'void std::exit(int)' previously declared here
configure:1924: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| /* end confdefs.h.  */
| extern "C" void std::exit (int); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:1918: g++ -c -g -O2  conftest.cc >&5
/usr/include/stdlib.h:158: error: declaration of 'void exit(int)' throws different exceptions
conftest.cc:9: error: than previous declaration 'void exit(int) throw ()'
configure:1924: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| /* end confdefs.h.  */
| extern "C" void exit (int) throw ();
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:1918: g++ -c -g -O2  conftest.cc >&5
configure:1924: $? = 0
configure:1928: test -z 
			 || test ! -s conftest.err
configure:1931: $? = 0
configure:1934: test -s conftest.o
configure:1937: $? = 0
configure:1963: g++ -c -g -O2  conftest.cc >&5
configure:1969: $? = 0
configure:1973: test -z 
			 || test ! -s conftest.err
configure:1976: $? = 0
configure:1979: test -s conftest.o
configure:1982: $? = 0
configure:2006: checking whether the compiler supports exceptions
configure:2035: g++ -c -g -O2  conftest.cc >&5
configure:2041: $? = 0
configure:2045: test -z 
			 || test ! -s conftest.err
configure:2048: $? = 0
configure:2051: test -s conftest.o
configure:2054: $? = 0
configure:2072: result: yes
configure:2082: checking whether the compiler implements namespaces
configure:2111: g++ -c -g -O2  conftest.cc >&5
configure:2117: $? = 0
configure:2121: test -z 
			 || test ! -s conftest.err
configure:2124: $? = 0
configure:2127: test -s conftest.o
configure:2130: $? = 0
configure:2148: result: yes
configure:2177: checking for library containing nanosleep
configure:2207: g++ -o conftest -g -O2   conftest.cc  >&5
configure:2213: $? = 0
configure:2217: test -z 
			 || test ! -s conftest.err
configure:2220: $? = 0
configure:2223: test -s conftest
configure:2226: $? = 0
configure:2296: result: none required
configure:2309: checking for zlibVersion in -lz
configure:2339: g++ -o conftest -g -O2   conftest.cc -lz   >&5
configure:2345: $? = 0
configure:2349: test -z 
			 || test ! -s conftest.err
configure:2352: $? = 0
configure:2355: test -s conftest
configure:2358: $? = 0
configure:2371: result: yes
configure:2391: checking how to run the C++ preprocessor
configure:2422: g++ -E  conftest.cc
configure:2428: $? = 0
configure:2460: g++ -E  conftest.cc
conftest.cc:15:28: error: ac_nonexistent.h: No such file or directory
configure:2466: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:2505: result: g++ -E
configure:2529: g++ -E  conftest.cc
configure:2535: $? = 0
configure:2567: g++ -E  conftest.cc
conftest.cc:15:28: error: ac_nonexistent.h: No such file or directory
configure:2573: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:2617: checking for egrep
configure:2627: result: grep -E
configure:2632: checking for ANSI C header files
configure:2657: g++ -c -g -O2  conftest.cc >&5
configure:2663: $? = 0
configure:2667: test -z 
			 || test ! -s conftest.err
configure:2670: $? = 0
configure:2673: test -s conftest.o
configure:2676: $? = 0
configure:2762: g++ -o conftest -g -O2   conftest.cc -lz  >&5
configure:2765: $? = 0
configure:2767: ./conftest
configure:2770: $? = 0
configure:2785: result: yes
configure:2809: checking for sys/types.h
configure:2825: g++ -c -g -O2  conftest.cc >&5
configure:2831: $? = 0
configure:2835: test -z 
			 || test ! -s conftest.err
configure:2838: $? = 0
configure:2841: test -s conftest.o
configure:2844: $? = 0
configure:2855: result: yes
configure:2809: checking for sys/stat.h
configure:2825: g++ -c -g -O2  conftest.cc >&5
configure:2831: $? = 0
configure:2835: test -z 
			 || test ! -s conftest.err
configure:2838: $? = 0
configure:2841: test -s conftest.o
configure:2844: $? = 0
configure:2855: result: yes
configure:2809: checking for stdlib.h
configure:2825: g++ -c -g -O2  conftest.cc >&5
configure:2831: $? = 0
configure:2835: test -z 
			 || test ! -s conftest.err
configure:2838: $? = 0
configure:2841: test -s conftest.o
configure:2844: $? = 0
configure:2855: result: yes
configure:2809: checking for string.h
configure:2825: g++ -c -g -O2  conftest.cc >&5
configure:2831: $? = 0
configure:2835: test -z 
			 || test ! -s conftest.err
configure:2838: $? = 0
configure:2841: test -s conftest.o
configure:2844: $? = 0
configure:2855: result: yes
configure:2809: checking for memory.h
configure:2825: g++ -c -g -O2  conftest.cc >&5
configure:2831: $? = 0
configure:2835: test -z 
			 || test ! -s conftest.err
configure:2838: $? = 0
configure:2841: test -s conftest.o
configure:2844: $? = 0
configure:2855: result: yes
configure:2809: checking for strings.h
configure:2825: g++ -c -g -O2  conftest.cc >&5
configure:2831: $? = 0
configure:2835: test -z 
			 || test ! -s conftest.err
configure:2838: $? = 0
configure:2841: test -s conftest.o
configure:2844: $? = 0
configure:2855: result: yes
configure:2809: checking for inttypes.h
configure:2825: g++ -c -g -O2  conftest.cc >&5
configure:2831: $? = 0
configure:2835: test -z 
			 || test ! -s conftest.err
configure:2838: $? = 0
configure:2841: test -s conftest.o
configure:2844: $? = 0
configure:2855: result: yes
configure:2809: checking for stdint.h
configure:2825: g++ -c -g -O2  conftest.cc >&5
configure:2831: $? = 0
configure:2835: test -z 
			 || test ! -s conftest.err
configure:2838: $? = 0
configure:2841: test -s conftest.o
configure:2844: $? = 0
configure:2855: result: yes
configure:2809: checking for unistd.h
configure:2825: g++ -c -g -O2  conftest.cc >&5
configure:2831: $? = 0
configure:2835: test -z 
			 || test ! -s conftest.err
configure:2838: $? = 0
configure:2841: test -s conftest.o
configure:2844: $? = 0
configure:2855: result: yes
configure:3351: checking for editline library
configure:3390: g++ -o conftest -g -O2   conftest.cc -lz  -ledit >&5
configure:3396: $? = 0
configure:3400: test -z 
			 || test ! -s conftest.err
configure:3403: $? = 0
configure:3406: test -s conftest
configure:3409: $? = 0
configure:3433: result: -ledit
configure:3452: checking readline/readline.h usability
configure:3464: g++ -c -g -O2  conftest.cc >&5
configure:3470: $? = 0
configure:3474: test -z 
			 || test ! -s conftest.err
configure:3477: $? = 0
configure:3480: test -s conftest.o
configure:3483: $? = 0
configure:3493: result: yes
configure:3497: checking readline/readline.h presence
configure:3507: g++ -E  conftest.cc
configure:3513: $? = 0
configure:3533: result: yes
configure:3568: checking for readline/readline.h
configure:3575: result: yes
configure:3597: checking whether editline supports history
configure:3627: g++ -o conftest -g -O2   conftest.cc -lz  -ledit >&5
configure:3633: $? = 0
configure:3637: test -z 
			 || test ! -s conftest.err
configure:3640: $? = 0
configure:3643: test -s conftest
configure:3646: $? = 0
configure:3658: result: yes
configure:3676: checking editline/readline.h usability
configure:3688: g++ -c -g -O2  conftest.cc >&5
conftest.cc:61:31: error: editline/readline.h: No such file or directory
configure:3694: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_LIBREADLINE 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <editline/readline.h>
configure:3717: result: no
configure:3721: checking editline/readline.h presence
configure:3731: g++ -E  conftest.cc
conftest.cc:27:31: error: editline/readline.h: No such file or directory
configure:3737: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_LIBREADLINE 1
| /* end confdefs.h.  */
| #include <editline/readline.h>
configure:3757: result: no
configure:3792: checking for editline/readline.h
configure:3799: result: no
configure:4111: checking for db.h
configure:4146: g++ -o conftest -g -O2   conftest.cc -lz  -ledit >&5
configure:4149: $? = 0
configure:4151: ./conftest
configure:4154: $? = 0
configure:4159: result: 1.0.0
configure:4180: checking for library containing Berkeley DB 1.0.0
configure:4244: g++ -o conftest -g -O2   conftest.cc -lz  -ledit  >&5
configure:4247: $? = 0
configure:4249: ./conftest
configure:4252: $? = 0
configure:5112: result: none required
configure:5442: using Berkeley DB version 1.0.0
configure:7207: checking for library containing gethostbyname
configure:7237: g++ -o conftest -g -O2     conftest.cc  -lz  -ledit >&5
configure:7243: $? = 0
configure:7247: test -z 
			 || test ! -s conftest.err
configure:7250: $? = 0
configure:7253: test -s conftest
configure:7256: $? = 0
configure:7326: result: none required
configure:7333: checking for library containing shutdown
configure:7363: g++ -o conftest -g -O2     conftest.cc  -lz  -ledit >&5
configure:7369: $? = 0
configure:7373: test -z 
			 || test ! -s conftest.err
configure:7376: $? = 0
configure:7379: test -s conftest
configure:7382: $? = 0
configure:7452: result: none required
configure:7488: checking openssl/ssl.h usability
configure:7500: g++ -c -g -O2   conftest.cc >&5
configure:7506: $? = 0
configure:7510: test -z 
			 || test ! -s conftest.err
configure:7513: $? = 0
configure:7516: test -s conftest.o
configure:7519: $? = 0
configure:7529: result: yes
configure:7533: checking openssl/ssl.h presence
configure:7543: g++ -E   conftest.cc
configure:7549: $? = 0
configure:7569: result: yes
configure:7604: checking for openssl/ssl.h
configure:7611: result: yes
configure:7627: checking for SSL_read in -lssl
configure:7657: g++ -o conftest -g -O2     conftest.cc -lssl -lcrypto  -lz  -ledit >&5
configure:7663: $? = 0
configure:7667: test -z 
			 || test ! -s conftest.err
configure:7670: $? = 0
configure:7673: test -s conftest
configure:7676: $? = 0
configure:7689: result: yes
configure:7721: checking for EVP_CipherInit_ex in -lcrypto
configure:7751: g++ -o conftest -g -O2     conftest.cc -lcrypto  -lssl  -lz  -ledit >&5
configure:7757: $? = 0
configure:7761: test -z 
			 || test ! -s conftest.err
configure:7764: $? = 0
configure:7767: test -s conftest
configure:7770: $? = 0
configure:7783: result: yes
configure:7823: checking for dirent.h that defines DIR
configure:7847: g++ -c -g -O2   conftest.cc >&5
configure:7853: $? = 0
configure:7857: test -z 
			 || test ! -s conftest.err
configure:7860: $? = 0
configure:7863: test -s conftest.o
configure:7866: $? = 0
configure:7877: result: yes
configure:7890: checking for library containing opendir
configure:7920: g++ -o conftest -g -O2     conftest.cc -lcrypto -lssl  -lz  -ledit >&5
configure:7926: $? = 0
configure:7930: test -z 
			 || test ! -s conftest.err
configure:7933: $? = 0
configure:7936: test -s conftest
configure:7939: $? = 0
configure:8009: result: none required
configure:8147: checking for ANSI C header files
configure:8300: result: yes
configure:8310: checking for sys/wait.h that is POSIX.1 compatible
configure:8341: g++ -c -g -O2   conftest.cc >&5
configure:8347: $? = 0
configure:8351: test -z 
			 || test ! -s conftest.err
configure:8354: $? = 0
configure:8357: test -s conftest.o
configure:8360: $? = 0
configure:8371: result: yes
configure:8399: checking execinfo.h usability
configure:8411: g++ -c -g -O2   conftest.cc >&5
conftest.cc:72:22: error: execinfo.h: No such file or directory
configure:8417: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_DB_H 1
| #define BDB_VERSION_MAJOR 1
| #define BDB_VERSION_MINOR 0
| #define BDB_VERSION_POINT 0
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <execinfo.h>
configure:8440: result: no
configure:8444: checking execinfo.h presence
configure:8454: g++ -E   conftest.cc
conftest.cc:38:22: error: execinfo.h: No such file or directory
configure:8460: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_DB_H 1
| #define BDB_VERSION_MAJOR 1
| #define BDB_VERSION_MINOR 0
| #define BDB_VERSION_POINT 0
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| /* end confdefs.h.  */
| #include <execinfo.h>
configure:8480: result: no
configure:8515: checking for execinfo.h
configure:8522: result: no
configure:8399: checking process.h usability
configure:8411: g++ -c -g -O2   conftest.cc >&5
conftest.cc:72:21: error: process.h: No such file or directory
configure:8417: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_DB_H 1
| #define BDB_VERSION_MAJOR 1
| #define BDB_VERSION_MINOR 0
| #define BDB_VERSION_POINT 0
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <process.h>
configure:8440: result: no
configure:8444: checking process.h presence
configure:8454: g++ -E   conftest.cc
conftest.cc:38:21: error: process.h: No such file or directory
configure:8460: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_DB_H 1
| #define BDB_VERSION_MAJOR 1
| #define BDB_VERSION_MINOR 0
| #define BDB_VERSION_POINT 0
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| /* end confdefs.h.  */
| #include <process.h>
configure:8480: result: no
configure:8515: checking for process.h
configure:8522: result: no
configure:8399: checking pwd.h usability
configure:8411: g++ -c -g -O2   conftest.cc >&5
configure:8417: $? = 0
configure:8421: test -z 
			 || test ! -s conftest.err
configure:8424: $? = 0
configure:8427: test -s conftest.o
configure:8430: $? = 0
configure:8440: result: yes
configure:8444: checking pwd.h presence
configure:8454: g++ -E   conftest.cc
configure:8460: $? = 0
configure:8480: result: yes
configure:8515: checking for pwd.h
configure:8522: result: yes
configure:8399: checking regex.h usability
configure:8411: g++ -c -g -O2   conftest.cc >&5
configure:8417: $? = 0
configure:8421: test -z 
			 || test ! -s conftest.err
configure:8424: $? = 0
configure:8427: test -s conftest.o
configure:8430: $? = 0
configure:8440: result: yes
configure:8444: checking regex.h presence
configure:8454: g++ -E   conftest.cc
configure:8460: $? = 0
configure:8480: result: yes
configure:8515: checking for regex.h
configure:8522: result: yes
configure:8399: checking signal.h usability
configure:8411: g++ -c -g -O2   conftest.cc >&5
configure:8417: $? = 0
configure:8421: test -z 
			 || test ! -s conftest.err
configure:8424: $? = 0
configure:8427: test -s conftest.o
configure:8430: $? = 0
configure:8440: result: yes
configure:8444: checking signal.h presence
configure:8454: g++ -E   conftest.cc
configure:8460: $? = 0
configure:8480: result: yes
configure:8515: checking for signal.h
configure:8522: result: yes
configure:8550: checking syslog.h usability
configure:8562: g++ -c -g -O2   conftest.cc >&5
configure:8568: $? = 0
configure:8572: test -z 
			 || test ! -s conftest.err
configure:8575: $? = 0
configure:8578: test -s conftest.o
configure:8581: $? = 0
configure:8591: result: yes
configure:8595: checking syslog.h presence
configure:8605: g++ -E   conftest.cc
configure:8611: $? = 0
configure:8631: result: yes
configure:8666: checking for syslog.h
configure:8673: result: yes
configure:8550: checking time.h usability
configure:8562: g++ -c -g -O2   conftest.cc >&5
configure:8568: $? = 0
configure:8572: test -z 
			 || test ! -s conftest.err
configure:8575: $? = 0
configure:8578: test -s conftest.o
configure:8581: $? = 0
configure:8591: result: yes
configure:8595: checking time.h presence
configure:8605: g++ -E   conftest.cc
configure:8611: $? = 0
configure:8631: result: yes
configure:8666: checking for time.h
configure:8673: result: yes
configure:8700: checking netinet/in.h usability
configure:8712: g++ -c -g -O2   conftest.cc >&5
configure:8718: $? = 0
configure:8722: test -z 
			 || test ! -s conftest.err
configure:8725: $? = 0
configure:8728: test -s conftest.o
configure:8731: $? = 0
configure:8741: result: yes
configure:8745: checking netinet/in.h presence
configure:8755: g++ -E   conftest.cc
configure:8761: $? = 0
configure:8781: result: yes
configure:8816: checking for netinet/in.h
configure:8823: result: yes
configure:8854: checking sys/param.h usability
configure:8866: g++ -c -g -O2   conftest.cc >&5
configure:8872: $? = 0
configure:8876: test -z 
			 || test ! -s conftest.err
configure:8879: $? = 0
configure:8882: test -s conftest.o
configure:8885: $? = 0
configure:8895: result: yes
configure:8899: checking sys/param.h presence
configure:8909: g++ -E   conftest.cc
configure:8915: $? = 0
configure:8935: result: yes
configure:8970: checking for sys/param.h
configure:8977: result: yes
configure:8854: checking sys/socket.h usability
configure:8866: g++ -c -g -O2   conftest.cc >&5
configure:8872: $? = 0
configure:8876: test -z 
			 || test ! -s conftest.err
configure:8879: $? = 0
configure:8882: test -s conftest.o
configure:8885: $? = 0
configure:8895: result: yes
configure:8899: checking sys/socket.h presence
configure:8909: g++ -E   conftest.cc
configure:8915: $? = 0
configure:8935: result: yes
configure:8970: checking for sys/socket.h
configure:8977: result: yes
configure:8854: checking sys/time.h usability
configure:8866: g++ -c -g -O2   conftest.cc >&5
configure:8872: $? = 0
configure:8876: test -z 
			 || test ! -s conftest.err
configure:8879: $? = 0
configure:8882: test -s conftest.o
configure:8885: $? = 0
configure:8895: result: yes
configure:8899: checking sys/time.h presence
configure:8909: g++ -E   conftest.cc
configure:8915: $? = 0
configure:8935: result: yes
configure:8970: checking for sys/time.h
configure:8977: result: yes
configure:8845: checking for sys/types.h
configure:8850: result: yes
configure:8845: checking for sys/wait.h
configure:8850: result: yes
configure:9004: checking sys/xattr.h usability
configure:9016: g++ -c -g -O2   conftest.cc >&5
configure:9022: $? = 0
configure:9026: test -z 
			 || test ! -s conftest.err
configure:9029: $? = 0
configure:9032: test -s conftest.o
configure:9035: $? = 0
configure:9045: result: yes
configure:9049: checking sys/xattr.h presence
configure:9059: g++ -E   conftest.cc
configure:9065: $? = 0
configure:9085: result: yes
configure:9120: checking for sys/xattr.h
configure:9127: result: yes
configure:9142: checking for library containing regcomp
configure:9172: g++ -o conftest -g -O2     conftest.cc -lcrypto -lssl  -lz  -ledit >&5
configure:9178: $? = 0
configure:9182: test -z 
			 || test ! -s conftest.err
configure:9185: $? = 0
configure:9188: test -s conftest
configure:9191: $? = 0
configure:9261: result: none required
configure:9272: checking for u_int8_t
configure:9296: g++ -c -g -O2   conftest.cc >&5
configure:9302: $? = 0
configure:9306: test -z 
			 || test ! -s conftest.err
configure:9309: $? = 0
configure:9312: test -s conftest.o
configure:9315: $? = 0
configure:9326: result: yes
configure:9336: checking for u_int16_t
configure:9360: g++ -c -g -O2   conftest.cc >&5
configure:9366: $? = 0
configure:9370: test -z 
			 || test ! -s conftest.err
configure:9373: $? = 0
configure:9376: test -s conftest.o
configure:9379: $? = 0
configure:9390: result: yes
configure:9400: checking for u_int32_t
configure:9424: g++ -c -g -O2   conftest.cc >&5
configure:9430: $? = 0
configure:9434: test -z 
			 || test ! -s conftest.err
configure:9437: $? = 0
configure:9440: test -s conftest.o
configure:9443: $? = 0
configure:9454: result: yes
configure:9464: checking for u_int64_t
configure:9488: g++ -c -g -O2   conftest.cc >&5
configure:9494: $? = 0
configure:9498: test -z 
			 || test ! -s conftest.err
configure:9501: $? = 0
configure:9504: test -s conftest.o
configure:9507: $? = 0
configure:9518: result: yes
configure:9529: checking for uint8_t
configure:9553: g++ -c -g -O2   conftest.cc >&5
configure:9559: $? = 0
configure:9563: test -z 
			 || test ! -s conftest.err
configure:9566: $? = 0
configure:9569: test -s conftest.o
configure:9572: $? = 0
configure:9583: result: yes
configure:9593: checking for uint16_t
configure:9617: g++ -c -g -O2   conftest.cc >&5
configure:9623: $? = 0
configure:9627: test -z 
			 || test ! -s conftest.err
configure:9630: $? = 0
configure:9633: test -s conftest.o
configure:9636: $? = 0
configure:9647: result: yes
configure:9657: checking for uint32_t
configure:9681: g++ -c -g -O2   conftest.cc >&5
configure:9687: $? = 0
configure:9691: test -z 
			 || test ! -s conftest.err
configure:9694: $? = 0
configure:9697: test -s conftest.o
configure:9700: $? = 0
configure:9711: result: yes
configure:9721: checking for uint64_t
configure:9745: g++ -c -g -O2   conftest.cc >&5
configure:9751: $? = 0
configure:9755: test -z 
			 || test ! -s conftest.err
configure:9758: $? = 0
configure:9761: test -s conftest.o
configure:9764: $? = 0
configure:9775: result: yes
configure:9786: checking for stdbool.h that conforms to C99
configure:9839: g++ -c -g -O2   conftest.cc >&5
configure:9845: $? = 0
configure:9849: test -z 
			 || test ! -s conftest.err
configure:9852: $? = 0
configure:9855: test -s conftest.o
configure:9858: $? = 0
configure:9869: result: yes
configure:9871: checking for _Bool
configure:9895: g++ -c -g -O2   conftest.cc >&5
conftest.cc: In function `int main()':
conftest.cc:95: error: '_Bool' was not declared in this scope
conftest.cc:95: error: expected primary-expression before ')' token
conftest.cc:95: error: expected `)' before numeric constant
conftest.cc:97: error: '_Bool' was not declared in this scope
configure:9901: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_DB_H 1
| #define BDB_VERSION_MAJOR 1
| #define BDB_VERSION_MINOR 0
| #define BDB_VERSION_POINT 0
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if ((_Bool *) 0)
|   return 0;
| if (sizeof (_Bool))
|   return 0;
|   ;
|   return 0;
| }
configure:9925: result: no
configure:9944: checking for an ANSI C-conforming const
configure:10011: g++ -c -g -O2   conftest.cc >&5
configure:10017: $? = 0
configure:10021: test -z 
			 || test ! -s conftest.err
configure:10024: $? = 0
configure:10027: test -s conftest.o
configure:10030: $? = 0
configure:10041: result: yes
configure:10051: checking whether byte ordering is bigendian
configure:10078: g++ -c -g -O2   conftest.cc >&5
configure:10084: $? = 0
configure:10088: test -z 
			 || test ! -s conftest.err
configure:10091: $? = 0
configure:10094: test -s conftest.o
configure:10097: $? = 0
configure:10121: g++ -c -g -O2   conftest.cc >&5
configure:10127: $? = 0
configure:10131: test -z 
			 || test ! -s conftest.err
configure:10134: $? = 0
configure:10137: test -s conftest.o
configure:10140: $? = 0
configure:10262: result: yes
configure:10282: checking if non-aligned 16 bit word accesses fail
configure:10317: g++ -o conftest -g -O2     conftest.cc -lcrypto -lssl  -lz  -ledit >&5
configure:10320: $? = 0
configure:10322: ./conftest
configure:10325: $? = 0
configure:10340: result: no
configure:10349: checking if non-aligned 32 bit word accesses fail
configure:10384: g++ -o conftest -g -O2     conftest.cc -lcrypto -lssl  -lz  -ledit >&5
configure:10387: $? = 0
configure:10389: ./conftest
configure:10392: $? = 0
configure:10407: result: no
configure:10416: checking if non-aligned 64 bit word accesses fail
configure:10451: g++ -o conftest -g -O2     conftest.cc -lcrypto -lssl  -lz  -ledit >&5
configure:10454: $? = 0
configure:10456: ./conftest
configure:10459: $? = 0
configure:10474: result: no
configure:10484: checking for uid_t in sys/types.h
configure:10507: result: yes
configure:10522: checking for mode_t
configure:10546: g++ -c -g -O2   conftest.cc >&5
configure:10552: $? = 0
configure:10556: test -z 
			 || test ! -s conftest.err
configure:10559: $? = 0
configure:10562: test -s conftest.o
configure:10565: $? = 0
configure:10576: result: yes
configure:10588: checking for off_t
configure:10612: g++ -c -g -O2   conftest.cc >&5
configure:10618: $? = 0
configure:10622: test -z 
			 || test ! -s conftest.err
configure:10625: $? = 0
configure:10628: test -s conftest.o
configure:10631: $? = 0
configure:10642: result: yes
configure:10654: checking for pid_t
configure:10678: g++ -c -g -O2   conftest.cc >&5
configure:10684: $? = 0
configure:10688: test -z 
			 || test ! -s conftest.err
configure:10691: $? = 0
configure:10694: test -s conftest.o
configure:10697: $? = 0
configure:10708: result: yes
configure:10720: checking for size_t
configure:10744: g++ -c -g -O2   conftest.cc >&5
configure:10750: $? = 0
configure:10754: test -z 
			 || test ! -s conftest.err
configure:10757: $? = 0
configure:10760: test -s conftest.o
configure:10763: $? = 0
configure:10774: result: yes
configure:10786: checking for struct stat.st_flags
configure:10809: g++ -c -g -O2   conftest.cc >&5
configure:10815: $? = 0
configure:10819: test -z 
			 || test ! -s conftest.err
configure:10822: $? = 0
configure:10825: test -s conftest.o
configure:10828: $? = 0
configure:10885: result: yes
configure:10896: checking for struct stat.st_mtimespec
configure:10919: g++ -c -g -O2   conftest.cc >&5
conftest.cc: In function `int main()':
conftest.cc:99: error: could not convert 'ac_aggr.stat::st_mtimespec' to 'bool'
configure:10925: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_DB_H 1
| #define BDB_VERSION_MAJOR 1
| #define BDB_VERSION_MINOR 0
| #define BDB_VERSION_POINT 0
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static struct stat ac_aggr;
| if (ac_aggr.st_mtimespec)
| return 0;
|   ;
|   return 0;
| }
configure:10963: g++ -c -g -O2   conftest.cc >&5
configure:10969: $? = 0
configure:10973: test -z 
			 || test ! -s conftest.err
configure:10976: $? = 0
configure:10979: test -s conftest.o
configure:10982: $? = 0
configure:10995: result: yes
configure:11006: checking for struct sockaddr_in.sin_len
configure:11033: g++ -c -g -O2   conftest.cc >&5
configure:11039: $? = 0
configure:11043: test -z 
			 || test ! -s conftest.err
configure:11046: $? = 0
configure:11049: test -s conftest.o
configure:11052: $? = 0
configure:11113: result: yes
configure:11124: checking whether INFTIM is declared
configure:11149: g++ -c -g -O2   conftest.cc >&5
conftest.cc: In function `int main()':
conftest.cc:69: error: 'INFTIM' was not declared in this scope
configure:11155: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_DB_H 1
| #define BDB_VERSION_MAJOR 1
| #define BDB_VERSION_MINOR 0
| #define BDB_VERSION_POINT 0
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
| #define HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
| /* end confdefs.h.  */
| #include <poll.h>
| 
| int
| main ()
| {
| #ifndef INFTIM
|   char *p = (char *) INFTIM;
| #endif
| 
|   ;
|   return 0;
| }
configure:11179: result: no
configure:11197: checking whether SO_PEERCRED is declared
configure:11222: g++ -c -g -O2   conftest.cc >&5
conftest.cc: In function `int main()':
conftest.cc:70: error: 'SO_PEERCRED' was not declared in this scope
configure:11228: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_DB_H 1
| #define BDB_VERSION_MAJOR 1
| #define BDB_VERSION_MINOR 0
| #define BDB_VERSION_POINT 0
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
| #define HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
| #define HAVE_DECL_INFTIM 0
| /* end confdefs.h.  */
| #include <sys/socket.h>
| 
| int
| main ()
| {
| #ifndef SO_PEERCRED
|   char *p = (char *) SO_PEERCRED;
| #endif
| 
|   ;
|   return 0;
| }
configure:11252: result: no
configure:11270: checking whether time.h and sys/time.h may both be included
configure:11295: g++ -c -g -O2   conftest.cc >&5
configure:11301: $? = 0
configure:11305: test -z 
			 || test ! -s conftest.err
configure:11308: $? = 0
configure:11311: test -s conftest.o
configure:11314: $? = 0
configure:11325: result: yes
configure:11335: checking whether struct tm is in sys/time.h or time.h
configure:11358: g++ -c -g -O2   conftest.cc >&5
configure:11364: $? = 0
configure:11368: test -z 
			 || test ! -s conftest.err
configure:11371: $? = 0
configure:11374: test -s conftest.o
configure:11377: $? = 0
configure:11388: result: time.h
configure:11399: checking for struct dirent.d_type
configure:11423: g++ -c -g -O2   conftest.cc >&5
configure:11429: $? = 0
configure:11433: test -z 
			 || test ! -s conftest.err
configure:11436: $? = 0
configure:11439: test -s conftest.o
configure:11442: $? = 0
configure:11500: result: yes
configure:11512: checking whether struct dirent.d_type is valid
configure:11548: g++ -o conftest -g -O2     conftest.cc -lcrypto -lssl  -lz  -ledit >&5
configure:11551: $? = 0
configure:11553: ./conftest
configure:11556: $? = 0
configure:11571: result: yes
configure:11594: checking for special C compiler options needed for large files
configure:11629: g++ -c -g -O2   conftest.cc >&5
configure:11635: $? = 0
configure:11639: test -z 
			 || test ! -s conftest.err
configure:11642: $? = 0
configure:11645: test -s conftest.o
configure:11648: $? = 0
configure:11693: result: no
configure:11699: checking for _FILE_OFFSET_BITS value needed for large files
configure:11730: g++ -c -g -O2   conftest.cc >&5
configure:11736: $? = 0
configure:11740: test -z 
			 || test ! -s conftest.err
configure:11743: $? = 0
configure:11746: test -s conftest.o
configure:11749: $? = 0
configure:11814: result: no
configure:11824: checking for _LARGE_FILES value needed for large files
configure:11855: g++ -c -g -O2   conftest.cc >&5
configure:11861: $? = 0
configure:11865: test -z 
			 || test ! -s conftest.err
configure:11868: $? = 0
configure:11871: test -s conftest.o
configure:11874: $? = 0
configure:11939: result: no
configure:11952: checking whether LLONG_MAX is declared
configure:11977: g++ -c -g -O2   conftest.cc >&5
configure:11983: $? = 0
configure:11987: test -z 
			 || test ! -s conftest.err
configure:11990: $? = 0
configure:11993: test -s conftest.o
configure:11996: $? = 0
configure:12007: result: yes
configure:12111: checking for pre-processor pragma defines
configure:12128: g++ -c -g -O2   conftest.cc >&5
conftest.cc:70: error: invalid token
conftest.cc:70: error: 'pragma' does not name a type
configure:12134: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_DB_H 1
| #define BDB_VERSION_MAJOR 1
| #define BDB_VERSION_MINOR 0
| #define BDB_VERSION_POINT 0
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
| #define HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
| #define HAVE_DECL_INFTIM 0
| #define HAVE_DECL_SO_PEERCRED 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_VALID_DIRENT_D_TYPE 1
| /* end confdefs.h.  */
| 
|         #define TEST_DEFINE #pragma pack(1)
|         TEST_DEFINE
| 
configure:12159: result: no
configure:12478: checking for "/dev/urandom"
configure:12493: result: yes
configure:12567: checking for getmntent
configure:12624: g++ -o conftest -g -O2     conftest.cc -lcrypto -lssl  -lz  -ledit >&5
/usr/bin/ld: Undefined symbols:
_getmntent
collect2: ld returned 1 exit status
configure:12630: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_DB_H 1
| #define BDB_VERSION_MAJOR 1
| #define BDB_VERSION_MINOR 0
| #define BDB_VERSION_POINT 0
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
| #define HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
| #define HAVE_DECL_INFTIM 0
| #define HAVE_DECL_SO_PEERCRED 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_VALID_DIRENT_D_TYPE 1
| #define HAVE_RANDOM_DEVICE 1
| #define RANDOM_DEVICE "/dev/urandom"
| /* end confdefs.h.  */
| /* Define getmntent to an innocuous variant, in case <limits.h> declares getmntent.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define getmntent innocuous_getmntent
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char getmntent (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef getmntent
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char getmntent ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_getmntent) || defined (__stub___getmntent)
| choke me
| #else
| char (*f) () = getmntent;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != getmntent;
|   ;
|   return 0;
| }
configure:12655: result: no
configure:12567: checking for statfs
configure:12624: g++ -o conftest -g -O2     conftest.cc -lcrypto -lssl  -lz  -ledit >&5
configure:12630: $? = 0
configure:12634: test -z 
			 || test ! -s conftest.err
configure:12637: $? = 0
configure:12640: test -s conftest
configure:12643: $? = 0
configure:12655: result: yes
configure:12670: checking for sys/param.h
configure:12675: result: yes
configure:12821: checking for mntent.h
configure:12842: g++ -c -g -O2   conftest.cc >&5
conftest.cc:79:20: error: mntent.h: No such file or directory
configure:12848: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_DB_H 1
| #define BDB_VERSION_MAJOR 1
| #define BDB_VERSION_MINOR 0
| #define BDB_VERSION_POINT 0
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
| #define HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
| #define HAVE_DECL_INFTIM 0
| #define HAVE_DECL_SO_PEERCRED 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_VALID_DIRENT_D_TYPE 1
| #define HAVE_RANDOM_DEVICE 1
| #define RANDOM_DEVICE "/dev/urandom"
| #define HAVE_STATFS 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h.  */
| 
|     #include <stdio.h>
|     #ifdef HAVE_SYS_PARAM_H
|       #include <sys/param.h>
|     #endif
| 
| 
| #include <mntent.h>
configure:12872: result: no
configure:12821: checking for sys/mnttab.h
configure:12842: g++ -c -g -O2   conftest.cc >&5
conftest.cc:79:24: error: sys/mnttab.h: No such file or directory
configure:12848: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_DB_H 1
| #define BDB_VERSION_MAJOR 1
| #define BDB_VERSION_MINOR 0
| #define BDB_VERSION_POINT 0
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
| #define HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
| #define HAVE_DECL_INFTIM 0
| #define HAVE_DECL_SO_PEERCRED 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_VALID_DIRENT_D_TYPE 1
| #define HAVE_RANDOM_DEVICE 1
| #define RANDOM_DEVICE "/dev/urandom"
| #define HAVE_STATFS 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h.  */
| 
|     #include <stdio.h>
|     #ifdef HAVE_SYS_PARAM_H
|       #include <sys/param.h>
|     #endif
| 
| 
| #include <sys/mnttab.h>
configure:12872: result: no
configure:12821: checking for sys/mount.h
configure:12842: g++ -c -g -O2   conftest.cc >&5
configure:12848: $? = 0
configure:12852: test -z 
			 || test ! -s conftest.err
configure:12855: $? = 0
configure:12858: test -s conftest.o
configure:12861: $? = 0
configure:12872: result: yes
configure:12884: checking for struct statfs.f_mntonname
configure:12913: g++ -c -g -O2   conftest.cc >&5
configure:12919: $? = 0
configure:12923: test -z 
			 || test ! -s conftest.err
configure:12926: $? = 0
configure:12929: test -s conftest.o
configure:12932: $? = 0
configure:12995: result: yes
configure:13007: checking for struct mntent.mnt_dir
configure:13031: g++ -c -g -O2   conftest.cc >&5
conftest.cc:74:20: error: mntent.h: No such file or directory
conftest.cc: In function `int main()':
conftest.cc:79: error: aggregate 'mntent ac_aggr' has incomplete type and cannot be defined
conftest.cc:79: error: storage size of 'ac_aggr' isn't known
configure:13037: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_DB_H 1
| #define BDB_VERSION_MAJOR 1
| #define BDB_VERSION_MINOR 0
| #define BDB_VERSION_POINT 0
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
| #define HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
| #define HAVE_DECL_INFTIM 0
| #define HAVE_DECL_SO_PEERCRED 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_VALID_DIRENT_D_TYPE 1
| #define HAVE_RANDOM_DEVICE 1
| #define RANDOM_DEVICE "/dev/urandom"
| #define HAVE_STATFS 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_STRUCT_STATFS_F_MNTONNAME 1
| /* end confdefs.h.  */
| #include <mntent.h>
| 
| int
| main ()
| {
| static struct mntent ac_aggr;
| if (ac_aggr.mnt_dir)
| return 0;
|   ;
|   return 0;
| }
configure:13076: g++ -c -g -O2   conftest.cc >&5
conftest.cc:74:20: error: mntent.h: No such file or directory
conftest.cc: In function `int main()':
conftest.cc:79: error: aggregate 'mntent ac_aggr' has incomplete type and cannot be defined
conftest.cc:79: error: storage size of 'ac_aggr' isn't known
configure:13082: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_DB_H 1
| #define BDB_VERSION_MAJOR 1
| #define BDB_VERSION_MINOR 0
| #define BDB_VERSION_POINT 0
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
| #define HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
| #define HAVE_DECL_INFTIM 0
| #define HAVE_DECL_SO_PEERCRED 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_VALID_DIRENT_D_TYPE 1
| #define HAVE_RANDOM_DEVICE 1
| #define RANDOM_DEVICE "/dev/urandom"
| #define HAVE_STATFS 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_STRUCT_STATFS_F_MNTONNAME 1
| /* end confdefs.h.  */
| #include <mntent.h>
| 
| int
| main ()
| {
| static struct mntent ac_aggr;
| if (sizeof ac_aggr.mnt_dir)
| return 0;
|   ;
|   return 0;
| }
configure:13108: result: no
configure:13120: checking for struct mnttab.mnt_mountp
configure:13147: g++ -c -g -O2   conftest.cc >&5
conftest.cc:76:28: error: sys/mnttab.h: No such file or directory
conftest.cc: In function `int main()':
conftest.cc:82: error: aggregate 'mnttab ac_aggr' has incomplete type and cannot be defined
conftest.cc:82: error: storage size of 'ac_aggr' isn't known
configure:13153: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_DB_H 1
| #define BDB_VERSION_MAJOR 1
| #define BDB_VERSION_MINOR 0
| #define BDB_VERSION_POINT 0
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
| #define HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
| #define HAVE_DECL_INFTIM 0
| #define HAVE_DECL_SO_PEERCRED 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_VALID_DIRENT_D_TYPE 1
| #define HAVE_RANDOM_DEVICE 1
| #define RANDOM_DEVICE "/dev/urandom"
| #define HAVE_STATFS 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_STRUCT_STATFS_F_MNTONNAME 1
| /* end confdefs.h.  */
| 
|     #include <stdio.h>
|     #include <sys/mnttab.h>
| 
| 
| int
| main ()
| {
| static struct mnttab ac_aggr;
| if (ac_aggr.mnt_mountp)
| return 0;
|   ;
|   return 0;
| }
configure:13195: g++ -c -g -O2   conftest.cc >&5
conftest.cc:76:28: error: sys/mnttab.h: No such file or directory
conftest.cc: In function `int main()':
conftest.cc:82: error: aggregate 'mnttab ac_aggr' has incomplete type and cannot be defined
conftest.cc:82: error: storage size of 'ac_aggr' isn't known
configure:13201: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_DB_H 1
| #define BDB_VERSION_MAJOR 1
| #define BDB_VERSION_MINOR 0
| #define BDB_VERSION_POINT 0
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
| #define HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
| #define HAVE_DECL_INFTIM 0
| #define HAVE_DECL_SO_PEERCRED 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_VALID_DIRENT_D_TYPE 1
| #define HAVE_RANDOM_DEVICE 1
| #define RANDOM_DEVICE "/dev/urandom"
| #define HAVE_STATFS 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_STRUCT_STATFS_F_MNTONNAME 1
| /* end confdefs.h.  */
| 
|     #include <stdio.h>
|     #include <sys/mnttab.h>
| 
| 
| int
| main ()
| {
| static struct mnttab ac_aggr;
| if (sizeof ac_aggr.mnt_mountp)
| return 0;
|   ;
|   return 0;
| }
configure:13227: result: no
configure:13259: checking for gcc version 3 or later
configure:13277: g++ -c -g -O2   conftest.cc >&5
configure:13283: $? = 0
configure:13287: test -z 
			 || test ! -s conftest.err
configure:13290: $? = 0
configure:13293: test -s conftest.o
configure:13296: $? = 0
configure:13308: result: yes
configure:13385: checking whether closedir returns void
configure:13414: g++ -o conftest -g -O2     conftest.cc -lcrypto -lssl  -lz  -ledit >&5
configure:13417: $? = 0
configure:13419: ./conftest
configure:13422: $? = 0
configure:13436: result: no
configure:13446: checking for error_at_line
configure:13467: g++ -o conftest -g -O2     conftest.cc -lcrypto -lssl  -lz  -ledit >&5
conftest.cc: In function `int main()':
conftest.cc:112: error: 'error_at_line' was not declared in this scope
configure:13473: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_DB_H 1
| #define BDB_VERSION_MAJOR 1
| #define BDB_VERSION_MINOR 0
| #define BDB_VERSION_POINT 0
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
| #define HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
| #define HAVE_DECL_INFTIM 0
| #define HAVE_DECL_SO_PEERCRED 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_VALID_DIRENT_D_TYPE 1
| #define HAVE_RANDOM_DEVICE 1
| #define RANDOM_DEVICE "/dev/urandom"
| #define HAVE_STATFS 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_STRUCT_STATFS_F_MNTONNAME 1
| #define HAVE_MOUNTS 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| error_at_line (0, 0, "", 0, "");
|   ;
|   return 0;
| }
configure:13498: result: no
configure:13511: checking return type of signal handlers
configure:13542: g++ -c -g -O2   conftest.cc >&5
configure:13548: $? = 0
configure:13552: test -z 
			 || test ! -s conftest.err
configure:13555: $? = 0
configure:13558: test -s conftest.o
configure:13561: $? = 0
configure:13572: result: void
configure:13580: checking whether lstat dereferences a symlink specified with a trailing slash
configure:13611: g++ -o conftest -g -O2     conftest.cc -lcrypto -lssl  -lz  -ledit >&5
configure:13614: $? = 0
configure:13616: ./conftest
configure:13619: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_DB_H 1
| #define BDB_VERSION_MAJOR 1
| #define BDB_VERSION_MINOR 0
| #define BDB_VERSION_POINT 0
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
| #define HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
| #define HAVE_DECL_INFTIM 0
| #define HAVE_DECL_SO_PEERCRED 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_VALID_DIRENT_D_TYPE 1
| #define HAVE_RANDOM_DEVICE 1
| #define RANDOM_DEVICE "/dev/urandom"
| #define HAVE_STATFS 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_STRUCT_STATFS_F_MNTONNAME 1
| #define HAVE_MOUNTS 1
| #define RETSIGTYPE void
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| struct stat sbuf;
|      /* Linux will dereference the symlink and fail.
| 	That is better in the sense that it means we will not
| 	have to compile and use the lstat wrapper.  */
|      exit (lstat ("conftest.sym/", &sbuf) ? 0 : 1);
|   ;
|   return 0;
| }
configure:13640: result: no
configure:13661: checking whether stat accepts an empty string
configure:13686: g++ -o conftest -g -O2     conftest.cc -lcrypto -lssl  -lz  -ledit >&5
configure:13689: $? = 0
configure:13691: ./conftest
configure:13694: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_DB_H 1
| #define BDB_VERSION_MAJOR 1
| #define BDB_VERSION_MINOR 0
| #define BDB_VERSION_POINT 0
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
| #define HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
| #define HAVE_DECL_INFTIM 0
| #define HAVE_DECL_SO_PEERCRED 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_VALID_DIRENT_D_TYPE 1
| #define HAVE_RANDOM_DEVICE 1
| #define RANDOM_DEVICE "/dev/urandom"
| #define HAVE_STATFS 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_STRUCT_STATFS_F_MNTONNAME 1
| #define HAVE_MOUNTS 1
| #define RETSIGTYPE void
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| struct stat sbuf;
|   exit (stat ("", &sbuf) ? 1 : 0);
|   ;
|   return 0;
| }
configure:13708: result: no
configure:13734: checking for getpeereid
configure:13791: g++ -o conftest -g -O2     conftest.cc -lcrypto -lssl  -lz  -ledit >&5
configure:13797: $? = 0
configure:13801: test -z 
			 || test ! -s conftest.err
configure:13804: $? = 0
configure:13807: test -s conftest
configure:13810: $? = 0
configure:13822: result: yes
configure:13734: checking for kqueue
configure:13791: g++ -o conftest -g -O2     conftest.cc -lcrypto -lssl  -lz  -ledit >&5
configure:13797: $? = 0
configure:13801: test -z 
			 || test ! -s conftest.err
configure:13804: $? = 0
configure:13807: test -s conftest
configure:13810: $? = 0
configure:13822: result: yes
configure:13734: checking for lchown
configure:13791: g++ -o conftest -g -O2     conftest.cc -lcrypto -lssl  -lz  -ledit >&5
configure:13797: $? = 0
configure:13801: test -z 
			 || test ! -s conftest.err
configure:13804: $? = 0
configure:13807: test -s conftest
configure:13810: $? = 0
configure:13822: result: yes
configure:13734: checking for setproctitle
configure:13791: g++ -o conftest -g -O2     conftest.cc -lcrypto -lssl  -lz  -ledit >&5
/usr/bin/ld: Undefined symbols:
_setproctitle
collect2: ld returned 1 exit status
configure:13797: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_DB_H 1
| #define BDB_VERSION_MAJOR 1
| #define BDB_VERSION_MINOR 0
| #define BDB_VERSION_POINT 0
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
| #define HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
| #define HAVE_DECL_INFTIM 0
| #define HAVE_DECL_SO_PEERCRED 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_VALID_DIRENT_D_TYPE 1
| #define HAVE_RANDOM_DEVICE 1
| #define RANDOM_DEVICE "/dev/urandom"
| #define HAVE_STATFS 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_STRUCT_STATFS_F_MNTONNAME 1
| #define HAVE_MOUNTS 1
| #define RETSIGTYPE void
| #define HAVE_GETPEEREID 1
| #define HAVE_KQUEUE 1
| #define HAVE_LCHOWN 1
| /* end confdefs.h.  */
| /* Define setproctitle to an innocuous variant, in case <limits.h> declares setproctitle.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define setproctitle innocuous_setproctitle
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char setproctitle (); 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 setproctitle
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char setproctitle ();
| /* 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_setproctitle) || defined (__stub___setproctitle)
| choke me
| #else
| char (*f) () = setproctitle;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != setproctitle;
|   ;
|   return 0;
| }
configure:13822: result: no
configure:13734: checking for getpid
configure:13791: g++ -o conftest -g -O2     conftest.cc -lcrypto -lssl  -lz  -ledit >&5
configure:13797: $? = 0
configure:13801: test -z 
			 || test ! -s conftest.err
configure:13804: $? = 0
configure:13807: test -s conftest
configure:13810: $? = 0
configure:13822: result: yes
configure:13848: checking sys/syscall.h usability
configure:13860: g++ -c -g -O2   conftest.cc >&5
configure:13866: $? = 0
configure:13870: test -z 
			 || test ! -s conftest.err
configure:13873: $? = 0
configure:13876: test -s conftest.o
configure:13879: $? = 0
configure:13889: result: yes
configure:13893: checking sys/syscall.h presence
configure:13903: g++ -E   conftest.cc
configure:13909: $? = 0
configure:13929: result: yes
configure:13964: checking for sys/syscall.h
configure:13971: result: yes
configure:13839: checking for unistd.h
configure:13844: result: yes
configure:13989: checking for syscall
configure:14046: g++ -o conftest -g -O2     conftest.cc -lcrypto -lssl  -lz  -ledit >&5
configure:14052: $? = 0
configure:14056: test -z 
			 || test ! -s conftest.err
configure:14059: $? = 0
configure:14062: test -s conftest
configure:14065: $? = 0
configure:14077: result: yes
configure:13989: checking for __syscall
configure:14046: g++ -o conftest -g -O2     conftest.cc -lcrypto -lssl  -lz  -ledit >&5
/usr/bin/ld: Undefined symbols:
___syscall
collect2: ld returned 1 exit status
configure:14052: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_DB_H 1
| #define BDB_VERSION_MAJOR 1
| #define BDB_VERSION_MINOR 0
| #define BDB_VERSION_POINT 0
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
| #define HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
| #define HAVE_DECL_INFTIM 0
| #define HAVE_DECL_SO_PEERCRED 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_VALID_DIRENT_D_TYPE 1
| #define HAVE_RANDOM_DEVICE 1
| #define RANDOM_DEVICE "/dev/urandom"
| #define HAVE_STATFS 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_STRUCT_STATFS_F_MNTONNAME 1
| #define HAVE_MOUNTS 1
| #define RETSIGTYPE void
| #define HAVE_GETPEEREID 1
| #define HAVE_KQUEUE 1
| #define HAVE_LCHOWN 1
| #define HAVE_GETPID 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSCALL 1
| /* end confdefs.h.  */
| /* Define __syscall to an innocuous variant, in case <limits.h> declares __syscall.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define __syscall innocuous___syscall
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char __syscall (); 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 __syscall
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char __syscall ();
| /* 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___syscall) || defined (__stub_____syscall)
| choke me
| #else
| char (*f) () = __syscall;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != __syscall;
|   ;
|   return 0;
| }
configure:14077: result: no
configure:14162: checking whether syscall lseek requires dummy parameter
configure:14211: g++ -o conftest -g -O2     conftest.cc -lcrypto -lssl  -lz  -ledit >&5
configure:14214: $? = 0
configure:14216: ./conftest
configure:14219: $? = 0
configure:14234: result: yes
configure:14258: checking for listxattr
configure:14315: g++ -o conftest -g -O2     conftest.cc -lcrypto -lssl  -lz  -ledit >&5
configure:14321: $? = 0
configure:14325: test -z 
			 || test ! -s conftest.err
configure:14328: $? = 0
configure:14331: test -s conftest
configure:14334: $? = 0
configure:14346: result: yes
configure:14258: checking for llistxattr
configure:14315: g++ -o conftest -g -O2     conftest.cc -lcrypto -lssl  -lz  -ledit >&5
/usr/bin/ld: Undefined symbols:
_llistxattr
collect2: ld returned 1 exit status
configure:14321: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_DB_H 1
| #define BDB_VERSION_MAJOR 1
| #define BDB_VERSION_MINOR 0
| #define BDB_VERSION_POINT 0
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
| #define HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
| #define HAVE_DECL_INFTIM 0
| #define HAVE_DECL_SO_PEERCRED 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_VALID_DIRENT_D_TYPE 1
| #define HAVE_RANDOM_DEVICE 1
| #define RANDOM_DEVICE "/dev/urandom"
| #define HAVE_STATFS 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_STRUCT_STATFS_F_MNTONNAME 1
| #define HAVE_MOUNTS 1
| #define RETSIGTYPE void
| #define HAVE_GETPEEREID 1
| #define HAVE_KQUEUE 1
| #define HAVE_LCHOWN 1
| #define HAVE_GETPID 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSCALL 1
| #define HAVE_LSEEK_DUMMY_PARAM 1
| #define HAVE_LISTXATTR 1
| /* end confdefs.h.  */
| /* Define llistxattr to an innocuous variant, in case <limits.h> declares llistxattr.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define llistxattr innocuous_llistxattr
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char llistxattr (); 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 llistxattr
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char llistxattr ();
| /* 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_llistxattr) || defined (__stub___llistxattr)
| choke me
| #else
| char (*f) () = llistxattr;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != llistxattr;
|   ;
|   return 0;
| }
configure:14346: result: no
configure:14258: checking for getxattr
configure:14315: g++ -o conftest -g -O2     conftest.cc -lcrypto -lssl  -lz  -ledit >&5
configure:14321: $? = 0
configure:14325: test -z 
			 || test ! -s conftest.err
configure:14328: $? = 0
configure:14331: test -s conftest
configure:14334: $? = 0
configure:14346: result: yes
configure:14258: checking for lgetxattr
configure:14315: g++ -o conftest -g -O2     conftest.cc -lcrypto -lssl  -lz  -ledit >&5
/usr/bin/ld: Undefined symbols:
_lgetxattr
collect2: ld returned 1 exit status
configure:14321: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_DB_H 1
| #define BDB_VERSION_MAJOR 1
| #define BDB_VERSION_MINOR 0
| #define BDB_VERSION_POINT 0
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
| #define HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
| #define HAVE_DECL_INFTIM 0
| #define HAVE_DECL_SO_PEERCRED 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_VALID_DIRENT_D_TYPE 1
| #define HAVE_RANDOM_DEVICE 1
| #define RANDOM_DEVICE "/dev/urandom"
| #define HAVE_STATFS 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_STRUCT_STATFS_F_MNTONNAME 1
| #define HAVE_MOUNTS 1
| #define RETSIGTYPE void
| #define HAVE_GETPEEREID 1
| #define HAVE_KQUEUE 1
| #define HAVE_LCHOWN 1
| #define HAVE_GETPID 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSCALL 1
| #define HAVE_LSEEK_DUMMY_PARAM 1
| #define HAVE_LISTXATTR 1
| #define HAVE_GETXATTR 1
| /* end confdefs.h.  */
| /* Define lgetxattr to an innocuous variant, in case <limits.h> declares lgetxattr.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define lgetxattr innocuous_lgetxattr
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char lgetxattr (); 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 lgetxattr
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char lgetxattr ();
| /* 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_lgetxattr) || defined (__stub___lgetxattr)
| choke me
| #else
| char (*f) () = lgetxattr;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != lgetxattr;
|   ;
|   return 0;
| }
configure:14346: result: no
configure:14258: checking for setxattr
configure:14315: g++ -o conftest -g -O2     conftest.cc -lcrypto -lssl  -lz  -ledit >&5
configure:14321: $? = 0
configure:14325: test -z 
			 || test ! -s conftest.err
configure:14328: $? = 0
configure:14331: test -s conftest
configure:14334: $? = 0
configure:14346: result: yes
configure:14258: checking for lsetxattr
configure:14315: g++ -o conftest -g -O2     conftest.cc -lcrypto -lssl  -lz  -ledit >&5
/usr/bin/ld: Undefined symbols:
_lsetxattr
collect2: ld returned 1 exit status
configure:14321: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "Box Backup"
| #define PACKAGE_TARNAME "box-backup"
| #define PACKAGE_VERSION "0.09"
| #define PACKAGE_STRING "Box Backup 0.09"
| #define PACKAGE_BUGREPORT "box@fluffy.co.uk"
| #ifdef __cplusplus
| extern "C" void exit (int);
| #endif
| #define HAVE_EXCEPTIONS
| #define HAVE_NAMESPACES
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_DB_H 1
| #define BDB_VERSION_MAJOR 1
| #define BDB_VERSION_MINOR 0
| #define BDB_VERSION_POINT 0
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_SSL 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_XATTR_H 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_STDBOOL_H 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_STRUCT_STAT_ST_FLAGS 1
| #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
| #define HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
| #define HAVE_DECL_INFTIM 0
| #define HAVE_DECL_SO_PEERCRED 0
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_VALID_DIRENT_D_TYPE 1
| #define HAVE_RANDOM_DEVICE 1
| #define RANDOM_DEVICE "/dev/urandom"
| #define HAVE_STATFS 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_STRUCT_STATFS_F_MNTONNAME 1
| #define HAVE_MOUNTS 1
| #define RETSIGTYPE void
| #define HAVE_GETPEEREID 1
| #define HAVE_KQUEUE 1
| #define HAVE_LCHOWN 1
| #define HAVE_GETPID 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSCALL 1
| #define HAVE_LSEEK_DUMMY_PARAM 1
| #define HAVE_LISTXATTR 1
| #define HAVE_GETXATTR 1
| #define HAVE_SETXATTR 1
| /* end confdefs.h.  */
| /* Define lsetxattr to an innocuous variant, in case <limits.h> declares lsetxattr.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define lsetxattr innocuous_lsetxattr
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char lsetxattr (); 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 lsetxattr
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char lsetxattr ();
| /* 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_lsetxattr) || defined (__stub___lsetxattr)
| choke me
| #else
| char (*f) () = lsetxattr;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != lsetxattr;
|   ;
|   return 0;
| }
configure:14346: result: no
configure:14356: checking whether XATTR_NOFOLLOW is declared
configure:14381: g++ -c -g -O2   conftest.cc >&5
configure:14387: $? = 0
configure:14391: test -z 
			 || test ! -s conftest.err
configure:14394: $? = 0
configure:14397: test -s conftest.o
configure:14400: $? = 0
configure:14411: result: yes
configure:14435: checking if we have large file support enabled
configure:14465: g++ -o conftest -g -O2     conftest.cc -lcrypto -lssl  -lz  -ledit >&5
configure:14468: $? = 0
configure:14470: ./conftest
configure:14473: $? = 0
configure:14488: result: yes
configure:14496: checking for flock
configure:14553: g++ -o conftest -g -O2     conftest.cc -lcrypto -lssl  -lz  -ledit >&5
configure:14559: $? = 0
configure:14563: test -z 
			 || test ! -s conftest.err
configure:14566: $? = 0
configure:14569: test -s conftest
configure:14572: $? = 0
configure:14584: result: yes
configure:14594: checking whether O_EXLOCK is declared
configure:14619: g++ -c -g -O2   conftest.cc >&5
configure:14625: $? = 0
configure:14629: test -z 
			 || test ! -s conftest.err
configure:14632: $? = 0
configure:14635: test -s conftest.o
configure:14638: $? = 0
configure:14649: result: yes
configure:14667: checking whether F_SETLK is declared
configure:14692: g++ -c -g -O2   conftest.cc >&5
configure:14698: $? = 0
configure:14702: test -z 
			 || test ! -s conftest.err
configure:14705: $? = 0
configure:14708: test -s conftest.o
configure:14711: $? = 0
configure:14722: result: yes
configure:14959: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by Box Backup config.status 0.09, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on borgcube.allard.nu

config.status:657: creating infrastructure/BoxPlatform.pm
config.status:760: creating lib/common/BoxConfig.h

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=powerpc-apple-darwin8.5.0
ac_cv_build_alias=powerpc-apple-darwin8.5.0
ac_cv_c_bigendian=yes
ac_cv_c_const=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_cxx_exceptions=yes
ac_cv_cxx_namespaces=yes
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_file___dev_urandom_=yes
ac_cv_func___syscall=no
ac_cv_func_closedir_void=no
ac_cv_func_flock=yes
ac_cv_func_getmntent=no
ac_cv_func_getpeereid=yes
ac_cv_func_getpid=yes
ac_cv_func_getxattr=yes
ac_cv_func_kqueue=yes
ac_cv_func_lchown=yes
ac_cv_func_lgetxattr=no
ac_cv_func_listxattr=yes
ac_cv_func_llistxattr=no
ac_cv_func_lsetxattr=no
ac_cv_func_lstat_dereferences_slashed_symlink=no
ac_cv_func_setproctitle=no
ac_cv_func_setxattr=yes
ac_cv_func_stat_empty_string_bug=no
ac_cv_func_statfs=yes
ac_cv_func_syscall=yes
ac_cv_have_decl_F_SETLK=yes
ac_cv_have_decl_INFTIM=no
ac_cv_have_decl_LLONG_MAX=yes
ac_cv_have_decl_O_EXLOCK=yes
ac_cv_have_decl_SO_PEERCRED=no
ac_cv_have_decl_XATTR_NOFOLLOW=yes
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_editline_readline_h=no
ac_cv_header_execinfo_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_mntent_h=no
ac_cv_header_netinet_in_h=yes
ac_cv_header_openssl_ssl_h=yes
ac_cv_header_process_h=no
ac_cv_header_pwd_h=yes
ac_cv_header_readline_readline_h=yes
ac_cv_header_regex_h=yes
ac_cv_header_signal_h=yes
ac_cv_header_stdbool_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_mnttab_h=no
ac_cv_header_sys_mount_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_syscall_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_sys_xattr_h=yes
ac_cv_header_syslog_h=yes
ac_cv_header_time=yes
ac_cv_header_time_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=powerpc-apple-darwin8.5.0
ac_cv_host_alias=powerpc-apple-darwin8.5.0
ac_cv_lib_crypto_EVP_CipherInit_ex=yes
ac_cv_lib_error_at_line=no
ac_cv_lib_ssl_SSL_read=yes
ac_cv_lib_z_zlibVersion=yes
ac_cv_member_struct_dirent_d_type=yes
ac_cv_member_struct_mntent_mnt_dir=no
ac_cv_member_struct_mnttab_mnt_mountp=no
ac_cv_member_struct_sockaddr_in_sin_len=yes
ac_cv_member_struct_stat_st_flags=yes
ac_cv_member_struct_stat_st_mtimespec=yes
ac_cv_member_struct_statfs_f_mntonname=yes
ac_cv_objext=o
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep='grep -E'
ac_cv_search_gethostbyname='none required'
ac_cv_search_nanosleep='none required'
ac_cv_search_opendir='none required'
ac_cv_search_regcomp='none required'
ac_cv_search_shutdown='none required'
ac_cv_struct_tm=time.h
ac_cv_sys_file_offset_bits=no
ac_cv_sys_large_files=no
ac_cv_sys_largefile_CC=no
ac_cv_target=powerpc-apple-darwin8.5.0
ac_cv_target_alias=powerpc-apple-darwin8.5.0
ac_cv_type__Bool=no
ac_cv_type_mode_t=yes
ac_cv_type_off_t=yes
ac_cv_type_pid_t=yes
ac_cv_type_signal=void
ac_cv_type_size_t=yes
ac_cv_type_u_int16_t=yes
ac_cv_type_u_int32_t=yes
ac_cv_type_u_int64_t=yes
ac_cv_type_u_int8_t=yes
ac_cv_type_uid_t=yes
ac_cv_type_uint16_t=yes
ac_cv_type_uint32_t=yes
ac_cv_type_uint64_t=yes
ac_cv_type_uint8_t=yes
vl_cv_lib_editline=-ledit
vl_cv_lib_editline_history=no
vl_cv_lib_readline_compat_found=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

CPPFLAGS=' '
CXX='g++'
CXXCPP='g++ -E'
CXXFLAGS='-g -O2'
CXXFLAGS_STRICT='-Wall'
DEFS='-DHAVE_CONFIG_H'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
LDADD_RDYNAMIC='-rdynamic'
LDFLAGS=' '
LIBOBJS=' error$U.o lstat$U.o'
LIBS='-lcrypto -lssl  -lz  -ledit'
LTLIBOBJS=' error$U.lo lstat$U.lo'
OBJEXT='o'
PACKAGE_BUGREPORT='box@fluffy.co.uk'
PACKAGE_NAME='Box Backup'
PACKAGE_STRING='Box Backup 0.09'
PACKAGE_TARNAME='box-backup'
PACKAGE_VERSION='0.09'
PATH_SEPARATOR=':'
RANDOM_DEVICE='/dev/urandom'
SHELL='/bin/sh'
ac_ct_CXX='g++'
bindir='${exec_prefix}/bin'
bindir_expanded='/usr/local/bin'
build='powerpc-apple-darwin8.5.0'
build_alias=''
build_cpu='powerpc'
build_os='darwin8.5.0'
build_vendor='apple'
datadir='${prefix}/share'
exec_prefix='${prefix}'
host='powerpc-apple-darwin8.5.0'
host_alias=''
host_cpu='powerpc'
host_os='darwin8.5.0'
host_vendor='apple'
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='powerpc-apple-darwin8.5.0'
target_alias=''
target_cpu='powerpc'
target_os='darwin8.5.0'
target_vendor='apple'

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define BDB_VERSION_MAJOR 1
#define BDB_VERSION_MINOR 0
#define BDB_VERSION_POINT 0
#define HAVE_DB_H 1
#define HAVE_DECL_F_SETLK 1
#define HAVE_DECL_INFTIM 0
#define HAVE_DECL_O_EXLOCK 1
#define HAVE_DECL_SO_PEERCRED 0
#define HAVE_DECL_XATTR_NOFOLLOW 1
#define HAVE_DIRENT_H 1
#define HAVE_EXCEPTIONS
#define HAVE_FLOCK 1
#define HAVE_GETPEEREID 1
#define HAVE_GETPID 1
#define HAVE_GETXATTR 1
#define HAVE_INTTYPES_H 1
#define HAVE_KQUEUE 1
#define HAVE_LCHOWN 1
#define HAVE_LIBCRYPTO 1
#define HAVE_LIBREADLINE 1
#define HAVE_LIBSSL 1
#define HAVE_LIBZ 1
#define HAVE_LISTXATTR 1
#define HAVE_LSEEK_DUMMY_PARAM 1
#define HAVE_MEMORY_H 1
#define HAVE_MOUNTS 1
#define HAVE_NAMESPACES
#define HAVE_NETINET_IN_H 1
#define HAVE_OPENSSL_SSL_H 1
#define HAVE_PWD_H 1
#define HAVE_RANDOM_DEVICE 1
#define HAVE_READLINE_READLINE_H 1
#define HAVE_REGEX_H 1
#define HAVE_SETXATTR 1
#define HAVE_SIGNAL_H 1
#define HAVE_SSL 1
#define HAVE_STATFS 1
#define HAVE_STDBOOL_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRUCT_DIRENT_D_TYPE 1
#define HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
#define HAVE_STRUCT_STATFS_F_MNTONNAME 1
#define HAVE_STRUCT_STAT_ST_FLAGS 1
#define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
#define HAVE_SYSCALL 1
#define HAVE_SYSLOG_H 1
#define HAVE_SYS_MOUNT_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_SYSCALL_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_SYS_XATTR_H 1
#define HAVE_TIME_H 1
#define HAVE_UINT16_T 1
#define HAVE_UINT32_T 1
#define HAVE_UINT64_T 1
#define HAVE_UINT8_T 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_U_INT16_T 1
#define HAVE_U_INT32_T 1
#define HAVE_U_INT64_T 1
#define HAVE_U_INT8_T 1
#define HAVE_VALID_DIRENT_D_TYPE 1
#define PACKAGE_BUGREPORT "box@fluffy.co.uk"
#define PACKAGE_NAME "Box Backup"
#define PACKAGE_STRING "Box Backup 0.09"
#define PACKAGE_TARNAME "box-backup"
#define PACKAGE_VERSION "0.09"
#define RANDOM_DEVICE "/dev/urandom"
#define RETSIGTYPE void
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#define TEMP_DIRECTORY_NAME "/tmp"
#define TIME_WITH_SYS_TIME 1
#define WORDS_BIGENDIAN 1
#endif
#ifdef __cplusplus
extern "C" void exit (int);

configure: exit 0

--Apple-Mail-12-956808967--