pdf-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [pdf-devel] [PATCH] Fix compilation on Open/FreeBSD


From: Zac Brown
Subject: Re: [pdf-devel] [PATCH] Fix compilation on Open/FreeBSD
Date: Wed, 03 Sep 2008 15:02:32 -0400
User-agent: Thunderbird 2.0.0.16 (X11/20080724)

address@hidden wrote:
Hi Zac.

   >> I spent a little time over the three day weekend fixing compilation on
   >> Open/FreeBSD. NetBSD still isn't working, it seems to be an issue with
   >> linking to libiconv.
> > Which issue? If there is not an iconv() implementation already in the
   > system, the user can install GNU libiconv and it should work (in my
   > Ubuntu at home it worked even better with the GNU replacement, with no
   > 'invalid reads' notified by valgrind).
> > If you give me more detail on the problem maybe I can help. > Well on all the BSD systems, I've not been able to get autotools to realize that iconv is there. This results in a ./configure resembling the following:

   CFLAGS="-L/usr/local/lib -I/usr/local/include -liconv" ./configure

Can you send the output of the compilation and the contents of
config.log?

Ya its ugly, and maybe I should be using LDFLAGS for "-L/usr/local/lib", I forget, however that above example works on both OpenBSD and FreeBSD. Even when I tell it where the iconv.h headers are, the ./configure script still says libiconv is present and thus won't link to it, and that lead to explicitly adding "-liconv".

AC_CHECK_LIB should add -liconv to LDFLAGS if it is able to link with
libiconv.


See attached for config.log. I tried fighting with AC_CHECK_LIB and it seemed to believe it couldn't do whatever it was trying. I'm no autotools expert so maybe I missed something.

Regardless of those things, the content in my patch does fix some coding practices that were alienating us from some of the other *nix's. Not to mention the issue with timezone/daylight and the GMT offset being incorrect.

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

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

  $ ./configure --enable-nocheck

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

hostname = testes-open.localdomain
uname -m = i386
uname -r = 4.3
uname -s = OpenBSD
uname -v = GENERIC#698

/usr/bin/uname -p = Intel(R) Core(TM)2 Duo CPU T8300 @ 2.40GHz ("GenuineIntel" 
686-class)
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = OpenBSD.i386
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/X11R6/bin
PATH: /usr/local/bin
PATH: /usr/local/bin
PATH: /home/zbrown/bin
PATH: /home/zbrown/games/etqw


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

configure:1569: checking for a BSD-compatible install
configure:1624: result: /usr/bin/install -c
configure:1635: checking whether build environment is sane
configure:1678: result: yes
configure:1743: checking for gawk
configure:1772: result: no
configure:1743: checking for mawk
configure:1772: result: no
configure:1743: checking for nawk
configure:1759: found /usr/bin/nawk
configure:1769: result: nawk
configure:1779: checking whether make sets $(MAKE)
configure:1799: result: yes
configure:2011: checking for ranlib
configure:2027: found /usr/bin/ranlib
configure:2038: result: ranlib
configure:2062: checking for style of include used by make
configure:2090: result: GNU
configure:2161: checking for gcc
configure:2177: found /usr/bin/gcc
configure:2187: result: gcc
configure:2431: checking for C compiler version
configure:2434: gcc --version </dev/null >&5
gcc (GCC) 3.3.5 (propolice)
Copyright (C) 2003 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:2437: $? = 0
configure:2439: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-unknown-openbsd4.3/3.3.5/specs
Configured with: 
Thread model: single
gcc version 3.3.5 (propolice)
configure:2442: $? = 0
configure:2444: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2447: $? = 1
configure:2470: checking for C compiler default output file name
configure:2473: gcc    conftest.c  >&5
configure:2476: $? = 0
configure:2522: result: a.out
configure:2527: checking whether the C compiler works
configure:2533: ./a.out
configure:2536: $? = 0
configure:2553: result: yes
configure:2560: checking whether we are cross compiling
configure:2562: result: no
configure:2565: checking for suffix of executables
configure:2567: gcc -o conftest    conftest.c  >&5
configure:2570: $? = 0
configure:2595: result: 
configure:2601: checking for suffix of object files
configure:2622: gcc -c   conftest.c >&5
configure:2625: $? = 0
configure:2647: result: o
configure:2651: checking whether we are using the GNU C compiler
configure:2675: gcc -c   conftest.c >&5
configure:2681: $? = 0
configure:2685: test -z 
                         || test ! -s conftest.err
configure:2688: $? = 0
configure:2691: test -s conftest.o
configure:2694: $? = 0
configure:2707: result: yes
configure:2713: checking whether gcc accepts -g
configure:2734: gcc -c -g  conftest.c >&5
configure:2740: $? = 0
configure:2744: test -z 
                         || test ! -s conftest.err
configure:2747: $? = 0
configure:2750: test -s conftest.o
configure:2753: $? = 0
configure:2764: result: yes
configure:2781: checking for gcc option to accept ANSI C
configure:2851: gcc  -c -g -O2  conftest.c >&5
configure:2857: $? = 0
configure:2861: test -z 
                         || test ! -s conftest.err
configure:2864: $? = 0
configure:2867: test -s conftest.o
configure:2870: $? = 0
configure:2888: result: none needed
configure:2906: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:2912: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:3047: checking dependency style of gcc
configure:3137: result: gcc3
configure:3160: checking how to run the C preprocessor
configure:3195: gcc -E  conftest.c
configure:3201: $? = 0
configure:3233: gcc -E  conftest.c
conftest.c:11:28: ac_nonexistent.h: No such file or directory
configure:3239: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnupdf"
| #define VERSION "0.1"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3278: result: gcc -E
configure:3302: gcc -E  conftest.c
configure:3308: $? = 0
configure:3340: gcc -E  conftest.c
conftest.c:11:28: ac_nonexistent.h: No such file or directory
configure:3346: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnupdf"
| #define VERSION "0.1"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3390: checking for egrep
configure:3400: result: grep -E
configure:3405: checking for ANSI C header files
configure:3430: gcc -c -g -O2  conftest.c >&5
configure:3436: $? = 0
configure:3440: test -z 
                         || test ! -s conftest.err
configure:3443: $? = 0
configure:3446: test -s conftest.o
configure:3449: $? = 0
configure:3538: gcc -o conftest -g -O2   conftest.c  >&5
configure:3541: $? = 0
configure:3543: ./conftest
configure:3546: $? = 0
configure:3561: result: yes
configure:3585: checking for sys/types.h
configure:3601: gcc -c -g -O2  conftest.c >&5
configure:3607: $? = 0
configure:3611: test -z 
                         || test ! -s conftest.err
configure:3614: $? = 0
configure:3617: test -s conftest.o
configure:3620: $? = 0
configure:3631: result: yes
configure:3585: checking for sys/stat.h
configure:3601: gcc -c -g -O2  conftest.c >&5
configure:3607: $? = 0
configure:3611: test -z 
                         || test ! -s conftest.err
configure:3614: $? = 0
configure:3617: test -s conftest.o
configure:3620: $? = 0
configure:3631: result: yes
configure:3585: checking for stdlib.h
configure:3601: gcc -c -g -O2  conftest.c >&5
configure:3607: $? = 0
configure:3611: test -z 
                         || test ! -s conftest.err
configure:3614: $? = 0
configure:3617: test -s conftest.o
configure:3620: $? = 0
configure:3631: result: yes
configure:3585: checking for string.h
configure:3601: gcc -c -g -O2  conftest.c >&5
configure:3607: $? = 0
configure:3611: test -z 
                         || test ! -s conftest.err
configure:3614: $? = 0
configure:3617: test -s conftest.o
configure:3620: $? = 0
configure:3631: result: yes
configure:3585: checking for memory.h
configure:3601: gcc -c -g -O2  conftest.c >&5
configure:3607: $? = 0
configure:3611: test -z 
                         || test ! -s conftest.err
configure:3614: $? = 0
configure:3617: test -s conftest.o
configure:3620: $? = 0
configure:3631: result: yes
configure:3585: checking for strings.h
configure:3601: gcc -c -g -O2  conftest.c >&5
configure:3607: $? = 0
configure:3611: test -z 
                         || test ! -s conftest.err
configure:3614: $? = 0
configure:3617: test -s conftest.o
configure:3620: $? = 0
configure:3631: result: yes
configure:3585: checking for inttypes.h
configure:3601: gcc -c -g -O2  conftest.c >&5
configure:3607: $? = 0
configure:3611: test -z 
                         || test ! -s conftest.err
configure:3614: $? = 0
configure:3617: test -s conftest.o
configure:3620: $? = 0
configure:3631: result: yes
configure:3585: checking for stdint.h
configure:3601: gcc -c -g -O2  conftest.c >&5
configure:3607: $? = 0
configure:3611: test -z 
                         || test ! -s conftest.err
configure:3614: $? = 0
configure:3617: test -s conftest.o
configure:3620: $? = 0
configure:3631: result: yes
configure:3585: checking for unistd.h
configure:3601: gcc -c -g -O2  conftest.c >&5
configure:3607: $? = 0
configure:3611: test -z 
                         || test ! -s conftest.err
configure:3614: $? = 0
configure:3617: test -s conftest.o
configure:3620: $? = 0
configure:3631: result: yes
configure:3654: checking minix/config.h usability
configure:3666: gcc -c -g -O2  conftest.c >&5
conftest.c:55:26: minix/config.h: No such file or directory
configure:3672: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnupdf"
| #define VERSION "0.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 <minix/config.h>
configure:3695: result: no
configure:3699: checking minix/config.h presence
configure:3709: gcc -E  conftest.c
conftest.c:21:26: minix/config.h: No such file or directory
configure:3715: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnupdf"
| #define VERSION "0.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 <minix/config.h>
configure:3735: result: no
configure:3770: checking for minix/config.h
configure:3777: result: no
configure:3808: checking whether it is safe to define __EXTENSIONS__
configure:3831: gcc -c -g -O2  conftest.c >&5
configure:3837: $? = 0
configure:3841: test -z 
                         || test ! -s conftest.err
configure:3844: $? = 0
configure:3847: test -s conftest.o
configure:3850: $? = 0
configure:3861: result: yes
configure:3886: checking for _LARGEFILE_SOURCE value needed for large files
configure:3909: gcc -c -g -O2  conftest.c >&5
configure:3915: $? = 0
configure:3919: test -z 
                         || test ! -s conftest.err
configure:3922: $? = 0
configure:3925: test -s conftest.o
configure:3928: $? = 0
configure:3985: result: no
configure:3999: checking for fseeko
configure:4020: gcc -o conftest -g -O2   conftest.c  >&5
configure:4026: $? = 0
configure:4030: test -z 
                         || test ! -s conftest.err
configure:4033: $? = 0
configure:4036: test -s conftest
configure:4039: $? = 0
configure:4051: result: yes
configure:4147: checking build system type
configure:4165: result: i386-unknown-openbsd4.3
configure:4173: checking host system type
configure:4187: result: i386-unknown-openbsd4.3
configure:4195: checking for a sed that does not truncate output
configure:4249: result: /usr/bin/sed
configure:4263: checking for ld used by gcc
configure:4330: result: /usr/bin/ld
configure:4339: checking if the linker (/usr/bin/ld) is GNU ld
configure:4354: result: yes
configure:4359: checking for /usr/bin/ld option to reload object files
configure:4366: result: -r
configure:4384: checking for BSD-compatible nm
configure:4433: result: /usr/bin/nm -B
configure:4437: checking whether ln -s works
configure:4441: result: yes
configure:4448: checking how to recognise dependent libraries
configure:4624: result: match_pattern 
/lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$
configure:4869: checking dlfcn.h usability
configure:4881: gcc -c -g -O2  conftest.c >&5
configure:4887: $? = 0
configure:4891: test -z 
                         || test ! -s conftest.err
configure:4894: $? = 0
configure:4897: test -s conftest.o
configure:4900: $? = 0
configure:4910: result: yes
configure:4914: checking dlfcn.h presence
configure:4924: gcc -E  conftest.c
configure:4930: $? = 0
configure:4950: result: yes
configure:4985: checking for dlfcn.h
configure:4992: result: yes
configure:5057: checking for g++
configure:5073: found /usr/bin/g++
configure:5083: result: g++
configure:5099: checking for C++ compiler version
configure:5102: g++ --version </dev/null >&5
g++ (GCC) 3.3.5 (propolice)
Copyright (C) 2003 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:5105: $? = 0
configure:5107: g++ -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-unknown-openbsd4.3/3.3.5/specs
Configured with: 
Thread model: single
gcc version 3.3.5 (propolice)
configure:5110: $? = 0
configure:5112: g++ -V </dev/null >&5
g++: `-V' option must have argument
configure:5115: $? = 1
configure:5118: checking whether we are using the GNU C++ compiler
configure:5142: g++ -c   conftest.cc >&5
configure:5148: $? = 0
configure:5152: test -z 
                         || test ! -s conftest.err
configure:5155: $? = 0
configure:5158: test -s conftest.o
configure:5161: $? = 0
configure:5174: result: yes
configure:5180: checking whether g++ accepts -g
configure:5201: g++ -c -g  conftest.cc >&5
configure:5207: $? = 0
configure:5211: test -z 
                         || test ! -s conftest.err
configure:5214: $? = 0
configure:5217: test -s conftest.o
configure:5220: $? = 0
configure:5231: result: yes
configure:5273: g++ -c -g -O2  conftest.cc >&5
configure:5279: $? = 0
configure:5283: test -z 
                         || test ! -s conftest.err
configure:5286: $? = 0
configure:5289: test -s conftest.o
configure:5292: $? = 0
configure:5318: g++ -c -g -O2  conftest.cc >&5
conftest.cc: In function `int main()':
conftest.cc:32: error: `exit' undeclared (first use this function)
conftest.cc:32: error: (Each undeclared identifier is reported only once for 
   each function it appears in.)
configure:5324: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnupdf"
| #define VERSION "0.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:5273: g++ -c -g -O2  conftest.cc >&5
configure:5279: $? = 0
configure:5283: test -z 
                         || test ! -s conftest.err
configure:5286: $? = 0
configure:5289: test -s conftest.o
configure:5292: $? = 0
configure:5318: g++ -c -g -O2  conftest.cc >&5
configure:5324: $? = 0
configure:5328: test -z 
                         || test ! -s conftest.err
configure:5331: $? = 0
configure:5334: test -s conftest.o
configure:5337: $? = 0
configure:5362: checking dependency style of g++
configure:5452: result: gcc3
configure:5479: checking how to run the C++ preprocessor
configure:5510: g++ -E  conftest.cc
configure:5516: $? = 0
configure:5548: g++ -E  conftest.cc
conftest.cc:31:28: ac_nonexistent.h: No such file or directory
configure:5554: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnupdf"
| #define VERSION "0.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5593: result: g++ -E
configure:5617: g++ -E  conftest.cc
configure:5623: $? = 0
configure:5655: g++ -E  conftest.cc
conftest.cc:31:28: ac_nonexistent.h: No such file or directory
configure:5661: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnupdf"
| #define VERSION "0.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5758: checking for g77
configure:5774: found /usr/bin/g77
configure:5784: result: g77
configure:5799: checking for Fortran 77 compiler version
configure:5802: g77 --version </dev/null >&5
GNU Fortran (GCC) 3.3.5 (propolice)
Copyright (C) 2002 Free Software Foundation, Inc.

GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING
or type the command `info -f g77 Copying'.
configure:5805: $? = 0
configure:5807: g77 -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-unknown-openbsd4.3/3.3.5/specs
Configured with: 
Thread model: single
gcc version 3.3.5 (propolice)
configure:5810: $? = 0
configure:5812: g77 -V </dev/null >&5
g77: `-V' option must have argument
configure:5815: $? = 1
configure:5823: checking whether we are using the GNU Fortran 77 compiler
configure:5837: g77 -c  conftest.F >&5
configure:5843: $? = 0
configure:5847: test -z 
                         || test ! -s conftest.err
configure:5850: $? = 0
configure:5853: test -s conftest.o
configure:5856: $? = 0
configure:5869: result: yes
configure:5875: checking whether g77 accepts -g
configure:5887: g77 -c -g conftest.f >&5
configure:5893: $? = 0
configure:5897: test -z 
                         || test ! -s conftest.err
configure:5900: $? = 0
configure:5903: test -s conftest.o
configure:5906: $? = 0
configure:5918: result: yes
configure:5948: checking the maximum length of command line arguments
configure:6057: result: 196608
configure:6068: checking command to parse /usr/bin/nm -B output from gcc object
configure:6173: gcc -c -g -O2  conftest.c >&5
configure:6176: $? = 0
configure:6180: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[  
]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 
\2/p' \> conftest.nm
configure:6183: $? = 0
configure:6235: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:6238: $? = 0
configure:6276: result: ok
configure:6280: checking for objdir
configure:6295: result: .libs
configure:6385: checking for ar
configure:6401: found /usr/bin/ar
configure:6412: result: ar
configure:6465: checking for ranlib
configure:6492: result: ranlib
configure:6545: checking for strip
configure:6561: found /usr/bin/strip
configure:6572: result: strip
configure:6844: checking if gcc supports -fno-rtti -fno-exceptions
configure:6862: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: "-fno-rtti" is valid for C++ but not for C/ObjC
configure:6866: $? = 0
configure:6879: result: no
configure:6894: checking for gcc option to produce PIC
configure:7104: result: -fPIC
configure:7112: checking if gcc PIC flag -fPIC works
configure:7130: gcc -c -g -O2  -fPIC -DPIC conftest.c >&5
configure:7134: $? = 0
configure:7147: result: yes
configure:7175: checking if gcc static flag -static works
configure:7203: result: yes
configure:7213: checking if gcc supports -c -o file.o
configure:7234: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:7238: $? = 0
configure:7260: result: yes
configure:7286: checking whether the gcc linker (/usr/bin/ld) supports shared 
libraries
configure:8248: result: yes
configure:8269: checking whether -lc should be explicitly linked in
configure:8274: gcc -c -g -O2  conftest.c >&5
configure:8277: $? = 0
configure:8292: gcc -shared  -fPIC -DPIC -o conftest conftest.o  -v 2\>\&1 \| 
grep  -lc  \>/dev/null 2\>\&1
configure:8295: $? = 1
configure:8307: result: yes
configure:8315: checking dynamic linker characteristics
configure:8903: result: openbsd4.3 ld.so
configure:8912: checking how to hardcode library paths into programs
configure:8937: result: immediate
configure:8951: checking whether stripping libraries is possible
configure:8956: result: yes
configure:9790: checking if libtool supports shared libraries
configure:9792: result: yes
configure:9795: checking whether to build shared libraries
configure:9816: result: yes
configure:9819: checking whether to build static libraries
configure:9823: result: yes
configure:9915: creating libtool
configure:10503: checking for ld used by g++
configure:10570: result: /usr/bin/ld
configure:10579: checking if the linker (/usr/bin/ld) is GNU ld
configure:10594: result: yes
configure:10645: checking whether the g++ linker (/usr/bin/ld) supports shared 
libraries
configure:11587: result: yes
configure:11605: g++ -c -g -O2  conftest.cpp >&5
configure:11608: $? = 0
configure:11727: checking for g++ option to produce PIC
configure:12001: result: -fPIC
configure:12009: checking if g++ PIC flag -fPIC works
configure:12027: g++ -c -g -O2  -fPIC -DPIC conftest.cpp >&5
configure:12031: $? = 0
configure:12044: result: yes
configure:12072: checking if g++ static flag -static works
configure:12100: result: yes
configure:12110: checking if g++ supports -c -o file.o
configure:12131: g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
configure:12135: $? = 0
configure:12157: result: yes
configure:12183: checking whether the g++ linker (/usr/bin/ld) supports shared 
libraries
configure:12208: result: yes
configure:12275: checking dynamic linker characteristics
configure:12863: result: openbsd4.3 ld.so
configure:12872: checking how to hardcode library paths into programs
configure:12897: result: immediate
configure:13423: checking if libtool supports shared libraries
configure:13425: result: yes
configure:13428: checking whether to build shared libraries
configure:13448: result: yes
configure:13451: checking whether to build static libraries
configure:13455: result: yes
configure:13465: checking for g77 option to produce PIC
configure:13675: result: -fPIC
configure:13683: checking if g77 PIC flag -fPIC works
configure:13701: g77 -c -g -O2 -fPIC conftest.f >&5
configure:13705: $? = 0
configure:13718: result: yes
configure:13746: checking if g77 static flag -static works
/usr/lib/libg2c.a(open.o)(.text+0x45d): In function `f_open':
/usr/src/gnu/lib/libf2c/libI77/open.c:247: warning: strcpy() is almost always 
misused, please use strlcpy()
/usr/lib/libg2c.a(open.o)(.text+0x811):/usr/src/gnu/lib/libf2c/libI77/open.c:171:
 warning: sprintf() is often misused, please use snprintf()
/usr/lib/libg2c.a(open.o)(.text+0x73b):/usr/src/gnu/lib/libf2c/libI77/open.c:203:
 warning: strcat() is almost always misused, please use strlcat()
configure:13774: result: no
configure:13784: checking if g77 supports -c -o file.o
configure:13805: g77 -c -g -O2 -o out/conftest2.o conftest.f >&5
configure:13809: $? = 0
configure:13831: result: yes
configure:13857: checking whether the g77 linker (/usr/bin/ld) supports shared 
libraries
configure:14799: result: yes
configure:14866: checking dynamic linker characteristics
configure:15454: result: openbsd4.3 ld.so
configure:15463: checking how to hardcode library paths into programs
configure:15488: result: immediate
configure:19102: checking for gcc
configure:19128: result: gcc
configure:19372: checking for C compiler version
configure:19375: gcc --version </dev/null >&5
gcc (GCC) 3.3.5 (propolice)
Copyright (C) 2003 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:19378: $? = 0
configure:19380: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-unknown-openbsd4.3/3.3.5/specs
Configured with: 
Thread model: single
gcc version 3.3.5 (propolice)
configure:19383: $? = 0
configure:19385: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:19388: $? = 1
configure:19391: checking whether we are using the GNU C compiler
configure:19447: result: yes
configure:19453: checking whether gcc accepts -g
configure:19504: result: yes
configure:19521: checking for gcc option to accept ANSI C
configure:19628: result: none needed
configure:19646: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:19652: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:19787: checking dependency style of gcc
configure:19877: result: gcc3
configure:19903: checking whether system is Windows or MSDOS
configure:19927: gcc -c -g -O2  conftest.c >&5
conftest.c: In function `main':
conftest.c:36: error: syntax error before "MSDOS"
configure:19933: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnupdf"
| #define VERSION "0.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| #if !defined _WIN32 && !defined __WIN32__ && !defined __MSDOS__ && !defined 
__CYGWIN__
| neither MSDOS nor Windows
| #endif
|   ;
|   return 0;
| }
configure:19958: result: no
configure:20055: checking whether // is distinct from /
configure:20084: result: no
configure:20094: checking whether strerror_r is declared
configure:20118: gcc -c -g -O2  conftest.c >&5
configure:20124: $? = 0
configure:20128: test -z 
                         || test ! -s conftest.err
configure:20131: $? = 0
configure:20134: test -s conftest.o
configure:20137: $? = 0
configure:20148: result: yes
configure:20170: checking for strerror_r
configure:20227: gcc -o conftest -g -O2   conftest.c  >&5
configure:20233: $? = 0
configure:20237: test -z 
                         || test ! -s conftest.err
configure:20240: $? = 0
configure:20243: test -s conftest
configure:20246: $? = 0
configure:20258: result: yes
configure:20268: checking whether strerror_r returns char *
configure:20296: gcc -c -g -O2  conftest.c >&5
conftest.c: In function `main':
conftest.c:75: error: invalid type argument of `unary *'
conftest.c:76: warning: initialization makes pointer from integer without a cast
configure:20302: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnupdf"
| #define VERSION "0.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 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 ()
| {
| 
|         char buf[100];
|         char x = *strerror_r (0, buf, sizeof buf);
|         char *p = strerror_r (0, buf, sizeof buf);
| 
|   ;
|   return 0;
| }
configure:20375: result: no
configure:20433: checking for inline
configure:20454: gcc -c -g -O2  conftest.c >&5
configure:20460: $? = 0
configure:20464: test -z 
                         || test ! -s conftest.err
configure:20467: $? = 0
configure:20470: test -s conftest.o
configure:20473: $? = 0
configure:20485: result: inline
configure:20512: checking for fpurge
configure:20569: gcc -o conftest -g -O2   conftest.c  >&5
configure:20575: $? = 0
configure:20579: test -z 
                         || test ! -s conftest.err
configure:20582: $? = 0
configure:20585: test -s conftest
configure:20588: $? = 0
configure:20600: result: yes
configure:20512: checking for __fpurge
configure:20569: gcc -o conftest -g -O2   conftest.c  >&5
/tmp//ccYh5682.o(.text+0x1d): In function `main':
/home/zbrown/bzr-libgnupdf/conftest.c:77: undefined reference to `__fpurge'
/tmp//ccYh5682.o(.data+0x0):/home/zbrown/bzr-libgnupdf/conftest.c:76: undefined 
reference to `__fpurge'
collect2: ld returned 1 exit status
configure:20575: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnupdf"
| #define VERSION "0.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_FPURGE 1
| /* end confdefs.h.  */
| /* Define __fpurge to an innocuous variant, in case <limits.h> declares 
__fpurge.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define __fpurge innocuous___fpurge
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char __fpurge (); 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 __fpurge
| 
| /* 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 __fpurge ();
| /* 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___fpurge) || defined (__stub_____fpurge)
| choke me
| #else
| char (*f) () = __fpurge;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != __fpurge;
|   ;
|   return 0;
| }
configure:20600: result: no
configure:20512: checking for __freading
configure:20569: gcc -o conftest -g -O2   conftest.c  >&5
/tmp//ccP23667.o(.text+0x1d): In function `main':
/home/zbrown/bzr-libgnupdf/conftest.c:77: undefined reference to `__freading'
/tmp//ccP23667.o(.data+0x0):/home/zbrown/bzr-libgnupdf/conftest.c:76: undefined 
reference to `__freading'
collect2: ld returned 1 exit status
configure:20575: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnupdf"
| #define VERSION "0.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_FPURGE 1
| /* end confdefs.h.  */
| /* Define __freading to an innocuous variant, in case <limits.h> declares 
__freading.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define __freading innocuous___freading
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char __freading (); 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 __freading
| 
| /* 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 __freading ();
| /* 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___freading) || defined (__stub_____freading)
| choke me
| #else
| char (*f) () = __freading;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != __freading;
|   ;
|   return 0;
| }
configure:20600: result: no
configure:20512: checking for lstat
configure:20569: gcc -o conftest -g -O2   conftest.c  >&5
configure:20575: $? = 0
configure:20579: test -z 
                         || test ! -s conftest.err
configure:20582: $? = 0
configure:20585: test -s conftest
configure:20588: $? = 0
configure:20600: result: yes
configure:20628: checking whether stdin defaults to large file offsets
configure:20657: gcc -o conftest -g -O2   conftest.c  >&5
configure:20663: $? = 0
configure:20667: test -z 
                         || test ! -s conftest.err
configure:20670: $? = 0
configure:20673: test -s conftest
configure:20676: $? = 0
configure:20688: result: yes
configure:20692: checking whether getdelim is declared
configure:20716: gcc -c -g -O2  conftest.c >&5
conftest.c: In function `main':
conftest.c:76: error: `getdelim' undeclared (first use in this function)
conftest.c:76: error: (Each undeclared identifier is reported only once
conftest.c:76: error: for each function it appears in.)
configure:20722: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnupdf"
| #define VERSION "0.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_FPURGE 1
| #define HAVE_LSTAT 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 ()
| {
| #ifndef getdelim
|   char *p = (char *) getdelim;
| #endif
| 
|   ;
|   return 0;
| }
configure:20746: result: no
configure:20766: checking whether getline is declared
configure:20790: gcc -c -g -O2  conftest.c >&5
conftest.c: In function `main':
conftest.c:77: error: `getline' undeclared (first use in this function)
conftest.c:77: error: (Each undeclared identifier is reported only once
conftest.c:77: error: for each function it appears in.)
configure:20796: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnupdf"
| #define VERSION "0.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_FPURGE 1
| #define HAVE_LSTAT 1
| #define HAVE_DECL_GETDELIM 0
| /* 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 ()
| {
| #ifndef getline
|   char *p = (char *) getline;
| #endif
| 
|   ;
|   return 0;
| }
configure:20820: result: no
configure:20855: checking getopt.h usability
configure:20867: gcc -c -g -O2  conftest.c >&5
configure:20873: $? = 0
configure:20877: test -z 
                         || test ! -s conftest.err
configure:20880: $? = 0
configure:20883: test -s conftest.o
configure:20886: $? = 0
configure:20896: result: yes
configure:20900: checking getopt.h presence
configure:20910: gcc -E  conftest.c
configure:20916: $? = 0
configure:20936: result: yes
configure:20971: checking for getopt.h
configure:20978: result: yes
configure:21000: checking for getopt_long_only
configure:21057: gcc -o conftest -g -O2   conftest.c  >&5
configure:21063: $? = 0
configure:21067: test -z 
                         || test ! -s conftest.err
configure:21070: $? = 0
configure:21073: test -s conftest
configure:21076: $? = 0
configure:21088: result: yes
configure:21103: checking whether optreset is declared
configure:21128: gcc -c -g -O2  conftest.c >&5
configure:21134: $? = 0
configure:21138: test -z 
                         || test ! -s conftest.err
configure:21141: $? = 0
configure:21144: test -s conftest.o
configure:21147: $? = 0
configure:21158: result: yes
configure:21289: checking whether getenv is declared
configure:21313: gcc -c -g -O2  conftest.c >&5
configure:21319: $? = 0
configure:21323: test -z 
                         || test ! -s conftest.err
configure:21326: $? = 0
configure:21329: test -s conftest.o
configure:21332: $? = 0
configure:21343: result: yes
configure:21363: checking for nl_langinfo and CODESET
configure:21384: gcc -o conftest -g -O2   conftest.c  >&5
configure:21390: $? = 0
configure:21394: test -z 
                         || test ! -s conftest.err
configure:21397: $? = 0
configure:21400: test -s conftest
configure:21403: $? = 0
configure:21416: result: yes
configure:21427: checking whether getc_unlocked is declared
configure:21451: gcc -c -g -O2  conftest.c >&5
configure:21457: $? = 0
configure:21461: test -z 
                         || test ! -s conftest.err
configure:21464: $? = 0
configure:21467: test -s conftest.o
configure:21470: $? = 0
configure:21481: result: yes
configure:21501: checking whether we are using the GNU C Library 2.1 or newer
conftest.c:46:22: features.h: No such file or directory
configure:21532: result: no
configure:21539: checking for LC_MESSAGES
configure:21560: gcc -o conftest -g -O2   conftest.c  >&5
configure:21566: $? = 0
configure:21570: test -z 
                         || test ! -s conftest.err
configure:21573: $? = 0
configure:21576: test -s conftest
configure:21579: $? = 0
configure:21591: result: yes
configure:21602: checking for CFPreferencesCopyAppValue
configure:21625: gcc -o conftest -g -O2   conftest.c  -Wl,-framework 
-Wl,CoreFoundation >&5
conftest.c:46:42: CoreFoundation/CFPreferences.h: No such file or directory
conftest.c: In function `main':
conftest.c:50: error: `NULL' undeclared (first use in this function)
conftest.c:50: error: (Each undeclared identifier is reported only once
conftest.c:50: error: for each function it appears in.)
configure:21631: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnupdf"
| #define VERSION "0.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_FPURGE 1
| #define HAVE_LSTAT 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_GETLINE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_LC_MESSAGES 1
| /* end confdefs.h.  */
| #include <CoreFoundation/CFPreferences.h>
| int
| main ()
| {
| CFPreferencesCopyAppValue(NULL, NULL)
|   ;
|   return 0;
| }
configure:21657: result: no
configure:21666: checking for CFLocaleCopyCurrent
configure:21689: gcc -o conftest -g -O2   conftest.c  -Wl,-framework 
-Wl,CoreFoundation >&5
conftest.c:46:37: CoreFoundation/CFLocale.h: No such file or directory
configure:21695: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnupdf"
| #define VERSION "0.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_FPURGE 1
| #define HAVE_LSTAT 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_GETLINE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_LC_MESSAGES 1
| /* end confdefs.h.  */
| #include <CoreFoundation/CFLocale.h>
| int
| main ()
| {
| CFLocaleCopyCurrent();
|   ;
|   return 0;
| }
configure:21721: result: no
configure:21766: checking whether malloc, realloc, calloc are POSIX compliant
configure:21791: gcc -c -g -O2  conftest.c >&5
configure:21797: $? = 0
configure:21801: test -z 
                         || test ! -s conftest.err
configure:21804: $? = 0
configure:21807: test -s conftest.o
configure:21810: $? = 0
configure:21822: result: yes
configure:21904: checking whether the preprocessor supports include_next
configure:21932: gcc -c -g -O2  -Iconftestd1 -Iconftestd2 conftest.c >&5
configure:21938: $? = 0
configure:21942: test -z 
                         || test ! -s conftest.err
configure:21945: $? = 0
configure:21948: test -s conftest.o
configure:21951: $? = 0
configure:21965: result: yes
configure:21999: checking math.h usability
configure:22011: gcc -c -g -O2  conftest.c >&5
configure:22017: $? = 0
configure:22021: test -z 
                         || test ! -s conftest.err
configure:22024: $? = 0
configure:22027: test -s conftest.o
configure:22030: $? = 0
configure:22040: result: yes
configure:22044: checking math.h presence
configure:22054: gcc -E  conftest.c
configure:22060: $? = 0
configure:22080: result: yes
configure:22115: checking for math.h
configure:22122: result: yes
configure:21990: checking for unistd.h
configure:21995: result: yes
configure:21990: checking for stdint.h
configure:21995: result: yes
configure:21999: checking wchar.h usability
configure:22011: gcc -c -g -O2  conftest.c >&5
configure:22017: $? = 0
configure:22021: test -z 
                         || test ! -s conftest.err
configure:22024: $? = 0
configure:22027: test -s conftest.o
configure:22030: $? = 0
configure:22040: result: yes
configure:22044: checking wchar.h presence
configure:22054: gcc -E  conftest.c
configure:22060: $? = 0
configure:22080: result: yes
configure:22115: checking for wchar.h
configure:22122: result: yes
configure:21999: checking stdio.h usability
configure:22011: gcc -c -g -O2  conftest.c >&5
configure:22017: $? = 0
configure:22021: test -z 
                         || test ! -s conftest.err
configure:22024: $? = 0
configure:22027: test -s conftest.o
configure:22030: $? = 0
configure:22040: result: yes
configure:22044: checking stdio.h presence
configure:22054: gcc -E  conftest.c
configure:22060: $? = 0
configure:22080: result: yes
configure:22115: checking for stdio.h
configure:22122: result: yes
configure:21990: checking for stdlib.h
configure:21995: result: yes
configure:21990: checking for string.h
configure:21995: result: yes
configure:21990: checking for sys/stat.h
configure:21995: result: yes
configure:22149: checking for stdbool.h that conforms to C99
configure:22237: gcc -c -g -O2  conftest.c >&5
configure:22243: $? = 0
configure:22247: test -z 
                         || test ! -s conftest.err
configure:22250: $? = 0
configure:22253: test -s conftest.o
configure:22256: $? = 0
configure:22267: result: yes
configure:22269: checking for _Bool
configure:22293: gcc -c -g -O2  conftest.c >&5
configure:22299: $? = 0
configure:22303: test -z 
                         || test ! -s conftest.err
configure:22306: $? = 0
configure:22309: test -s conftest.o
configure:22312: $? = 0
configure:22323: result: yes
configure:22342: checking for long long int
configure:22384: gcc -o conftest -g -O2   conftest.c  >&5
configure:22390: $? = 0
configure:22394: test -z 
                         || test ! -s conftest.err
configure:22397: $? = 0
configure:22400: test -s conftest
configure:22403: $? = 0
configure:22439: gcc -o conftest -g -O2   conftest.c  >&5
configure:22442: $? = 0
configure:22444: ./conftest
configure:22447: $? = 0
configure:22469: result: yes
configure:22480: checking for unsigned long long int
configure:22522: gcc -o conftest -g -O2   conftest.c  >&5
configure:22528: $? = 0
configure:22532: test -z 
                         || test ! -s conftest.err
configure:22535: $? = 0
configure:22538: test -s conftest
configure:22541: $? = 0
configure:22553: result: yes
configure:22646: checking for working strerror function
configure:22716: gcc -o conftest -g -O2   conftest.c  >&5
configure:22719: $? = 0
configure:22721: ./conftest
configure:22724: $? = 0
configure:22738: result: yes
configure:22818: checking for C/C++ restrict keyword
configure:22848: gcc -c -g -O2  conftest.c >&5
configure:22854: $? = 0
configure:22858: test -z 
                         || test ! -s conftest.err
configure:22861: $? = 0
configure:22864: test -s conftest.o
configure:22867: $? = 0
configure:22880: result: __restrict
configure:22956: checking whether strndup is declared
configure:22980: gcc -c -g -O2  conftest.c >&5
conftest.c: In function `main':
conftest.c:98: error: `strndup' undeclared (first use in this function)
conftest.c:98: error: (Each undeclared identifier is reported only once
conftest.c:98: error: for each function it appears in.)
configure:22986: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnupdf"
| #define VERSION "0.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_FPURGE 1
| #define HAVE_LSTAT 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_GETLINE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_INCLUDE_NEXT 1
| #define HAVE_MATH_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict
| /* 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 ()
| {
| #ifndef strndup
|   char *p = (char *) strndup;
| #endif
| 
|   ;
|   return 0;
| }
configure:23010: result: no
configure:23030: checking whether strnlen is declared
configure:23054: gcc -c -g -O2  conftest.c >&5
conftest.c: In function `main':
conftest.c:99: error: `strnlen' undeclared (first use in this function)
conftest.c:99: error: (Each undeclared identifier is reported only once
conftest.c:99: error: for each function it appears in.)
configure:23060: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnupdf"
| #define VERSION "0.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_FPURGE 1
| #define HAVE_LSTAT 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_GETLINE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_INCLUDE_NEXT 1
| #define HAVE_MATH_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict
| #define HAVE_DECL_STRNDUP 0
| /* 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 ()
| {
| #ifndef strnlen
|   char *p = (char *) strnlen;
| #endif
| 
|   ;
|   return 0;
| }
configure:23084: result: no
configure:23109: checking whether stat file-mode macros are broken
configure:23157: result: no
configure:23203: checking for EOVERFLOW
configure:23620: result: yes
configure:23670: checking whether // is distinct from /
configure:23699: result: no
configure:23722: checking for error_at_line
configure:23743: gcc -o conftest -g -O2   conftest.c  >&5
/tmp//ccC20697.o(.text+0x25): In function `main':
/home/zbrown/bzr-libgnupdf/conftest.c:99: undefined reference to `error_at_line'
collect2: ld returned 1 exit status
configure:23749: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnupdf"
| #define VERSION "0.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_FPURGE 1
| #define HAVE_LSTAT 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_GETLINE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_INCLUDE_NEXT 1
| #define HAVE_MATH_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| /* 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:23774: result: no
configure:23810: checking whether fflush works on input streams
configure:23857: gcc -o conftest -g -O2   conftest.c  >&5
configure:23860: $? = 0
configure:23862: ./conftest
configure:23865: $? = 4
configure: program exited with status 4
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnupdf"
| #define VERSION "0.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_FPURGE 1
| #define HAVE_LSTAT 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_GETLINE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_INCLUDE_NEXT 1
| #define HAVE_MATH_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| /* end confdefs.h.  */
| 
| #include <stdio.h>
| #include <unistd.h>
| 
| int
| main ()
| {
| FILE *f = fopen ("conftest.txt", "r");
|        char buffer[10];
|        int fd;
|        if (f == NULL)
|          return 1;
|        fd = fileno (f);
|        if (fd < 0 || fread (buffer, 1, 5, f) != 5)
|          return 2;
|        /* For deterministic results, ensure f read a bigger buffer.  */
|        if (lseek (fd, 0, SEEK_CUR) == 5)
|          return 3;
|        /* POSIX requires fflush-fseek to set file offset of fd.  */
|        if (fflush (f) != 0 || fseek (f, 0, SEEK_CUR) != 0)
|          return 4;
|        if (lseek (fd, 0, SEEK_CUR) != 5)
|          return 5;
|        /* TODO: Verify behaviour of fflush after ungetc, see
|           
<http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00131.html>.  */
|        return 0;
| 
|   ;
|   return 0;
| }
configure:23881: result: no
configure:23934: checking whether fpurge is declared
configure:23959: gcc -c -g -O2  conftest.c >&5
configure:23965: $? = 0
configure:23969: test -z 
                         || test ! -s conftest.err
configure:23972: $? = 0
configure:23975: test -s conftest.o
configure:23978: $? = 0
configure:23989: result: yes
configure:24024: checking for fseeko
configure:24046: gcc -o conftest -g -O2   conftest.c  >&5
configure:24052: $? = 0
configure:24056: test -z 
                         || test ! -s conftest.err
configure:24059: $? = 0
configure:24062: test -s conftest
configure:24065: $? = 0
configure:24078: result: yes
configure:24124: checking for ftello
configure:24146: gcc -o conftest -g -O2   conftest.c  >&5
configure:24152: $? = 0
configure:24156: test -z 
                         || test ! -s conftest.err
configure:24159: $? = 0
configure:24162: test -s conftest
configure:24165: $? = 0
configure:24178: result: yes
configure:24234: checking for getdelim
configure:24291: gcc -o conftest -g -O2   conftest.c  >&5
/tmp//cch25729.o(.text+0x1d): In function `main':
/home/zbrown/bzr-libgnupdf/conftest.c:103: undefined reference to `getdelim'
/tmp//cch25729.o(.data+0x0):/home/zbrown/bzr-libgnupdf/conftest.c:102: 
undefined reference to `getdelim'
collect2: ld returned 1 exit status
configure:24297: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnupdf"
| #define VERSION "0.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_FPURGE 1
| #define HAVE_LSTAT 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_GETLINE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_INCLUDE_NEXT 1
| #define HAVE_MATH_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_DECL_FPURGE 1
| /* end confdefs.h.  */
| /* Define getdelim to an innocuous variant, in case <limits.h> declares 
getdelim.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define getdelim innocuous_getdelim
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char getdelim (); 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 getdelim
| 
| /* 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 getdelim ();
| /* 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_getdelim) || defined (__stub___getdelim)
| choke me
| #else
| char (*f) () = getdelim;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != getdelim;
|   ;
|   return 0;
| }
configure:24322: result: no
configure:24352: checking for flockfile
configure:24409: gcc -o conftest -g -O2   conftest.c  >&5
configure:24415: $? = 0
configure:24419: test -z 
                         || test ! -s conftest.err
configure:24422: $? = 0
configure:24425: test -s conftest
configure:24428: $? = 0
configure:24440: result: yes
configure:24352: checking for funlockfile
configure:24409: gcc -o conftest -g -O2   conftest.c  >&5
configure:24415: $? = 0
configure:24419: test -z 
                         || test ! -s conftest.err
configure:24422: $? = 0
configure:24425: test -s conftest
configure:24428: $? = 0
configure:24440: result: yes
configure:24450: checking whether getc_unlocked is declared
configure:24504: result: yes
configure:24547: checking for getline
configure:24604: gcc -o conftest -g -O2   conftest.c  >&5
/tmp//ccY16640.o(.text+0x1d): In function `main':
/home/zbrown/bzr-libgnupdf/conftest.c:106: undefined reference to `getline'
/tmp//ccY16640.o(.data+0x0):/home/zbrown/bzr-libgnupdf/conftest.c:105: 
undefined reference to `getline'
collect2: ld returned 1 exit status
configure:24610: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnupdf"
| #define VERSION "0.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_FPURGE 1
| #define HAVE_LSTAT 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_GETLINE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_INCLUDE_NEXT 1
| #define HAVE_MATH_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_DECL_FPURGE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| /* end confdefs.h.  */
| /* Define getline to an innocuous variant, in case <limits.h> declares 
getline.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define getline innocuous_getline
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char getline (); 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 getline
| 
| /* 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 getline ();
| /* 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_getline) || defined (__stub___getline)
| choke me
| #else
| char (*f) () = getline;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != getline;
|   ;
|   return 0;
| }
configure:24635: result: no
configure:24761: checking for getdelim
configure:24849: result: no
configure:24879: checking for flockfile
configure:24967: result: yes
configure:24879: checking for funlockfile
configure:24967: result: yes
configure:24977: checking whether getc_unlocked is declared
configure:25031: result: yes
configure:25120: checking whether the compiler generally respects inline
configure:25146: gcc -c -g -O2  conftest.c >&5
configure:25152: $? = 0
configure:25156: test -z 
                         || test ! -s conftest.err
configure:25159: $? = 0
configure:25162: test -s conftest.o
configure:25165: $? = 0
configure:25178: result: yes
configure:25213: checking for setlocale
configure:25270: gcc -o conftest -g -O2   conftest.c  >&5
configure:25276: $? = 0
configure:25280: test -z 
                         || test ! -s conftest.err
configure:25283: $? = 0
configure:25286: test -s conftest
configure:25289: $? = 0
configure:25301: result: yes
configure:25315: checking whether lseek detects pipes
configure:25333: gcc -o conftest -g -O2   conftest.c  >&5
configure:25339: $? = 0
configure:25343: test -z 
                         || test ! -s conftest.err
configure:25346: $? = 0
configure:25349: test -s conftest
configure:25352: $? = 0
configure:25409: result: yes
configure:25442: checking for stdlib.h
configure:25447: result: yes
configure:25587: checking for GNU libc compatible malloc
configure:25616: gcc -o conftest -g -O2   conftest.c  >&5
configure:25619: $? = 0
configure:25621: ./conftest
configure:25624: $? = 0
configure:25638: result: yes
configure:25754: checking whether NAN macro works
configure:25782: gcc -c -g -O2  conftest.c >&5
configure:25788: $? = 0
configure:25792: test -z 
                         || test ! -s conftest.err
configure:25795: $? = 0
configure:25798: test -s conftest.o
configure:25801: $? = 0
configure:25812: result: yes
configure:25817: checking whether HUGE_VAL works
configure:25840: gcc -c -g -O2  conftest.c >&5
configure:25846: $? = 0
configure:25850: test -z 
                         || test ! -s conftest.err
configure:25853: $? = 0
configure:25856: test -s conftest.o
configure:25859: $? = 0
configure:25870: result: yes
configure:25884: checking whether mkdir fails due to a trailing slash
configure:25917: gcc -o conftest -g -O2   conftest.c  >&5
configure:25920: $? = 0
configure:25922: ./conftest
configure:25925: $? = 0
configure:25941: result: no
configure:26000: checking for rmdir
configure:26057: gcc -o conftest -g -O2   conftest.c  >&5
configure:26063: $? = 0
configure:26067: test -z 
                         || test ! -s conftest.err
configure:26070: $? = 0
configure:26073: test -s conftest
configure:26076: $? = 0
configure:26088: result: yes
configure:26110: checking for stdint.h
configure:26115: result: yes
configure:26255: checking for SIZE_MAX
configure:27009: result: yes
configure:27126: checking whether stdint.h conforms to C99
configure:27300: gcc -c -g -O2  conftest.c >&5
conftest.c:221: error: negative width in bit-field `check_uint_fast8'
conftest.c:222: error: negative width in bit-field `check_uint_fast16'
configure:27306: $? = 1
configure: failed program was:
| 
|          /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnupdf"
| #define VERSION "0.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_FPURGE 1
| #define HAVE_LSTAT 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_GETLINE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_INCLUDE_NEXT 1
| #define HAVE_MATH_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_DECL_FPURGE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_INLINE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define HAVE_REALLOC_POSIX 1
| #define HAVE_RMDIR 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h.  */
| 
| #define __STDC_LIMIT_MACROS 1 /* to make it work also in C++ mode */
| #define __STDC_CONSTANT_MACROS 1 /* to make it work also in C++ mode */
| #define _GL_JUST_INCLUDE_SYSTEM_STDINT_H 1 /* work if build isn't clean */
| #include <stdint.h>
| /* Dragonfly defines WCHAR_MIN, WCHAR_MAX only in <wchar.h>.  */
| #if !(defined WCHAR_MIN && defined WCHAR_MAX)
| #error "WCHAR_MIN, WCHAR_MAX not defined in <stdint.h>"
| #endif
| 
| 
|   /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
|      included before <wchar.h>.  */
|   #include <stddef.h>
|   #include <signal.h>
|   #if HAVE_WCHAR_H
|   # include <stdio.h>
|   # include <time.h>
|   # include <wchar.h>
|   #endif
| 
| 
| #ifdef INT8_MAX
| int8_t a1 = INT8_MAX;
| int8_t a1min = INT8_MIN;
| #endif
| #ifdef INT16_MAX
| int16_t a2 = INT16_MAX;
| int16_t a2min = INT16_MIN;
| #endif
| #ifdef INT32_MAX
| int32_t a3 = INT32_MAX;
| int32_t a3min = INT32_MIN;
| #endif
| #ifdef INT64_MAX
| int64_t a4 = INT64_MAX;
| int64_t a4min = INT64_MIN;
| #endif
| #ifdef UINT8_MAX
| uint8_t b1 = UINT8_MAX;
| #else
| typedef int b1[(unsigned char) -1 != 255 ? 1 : -1];
| #endif
| #ifdef UINT16_MAX
| uint16_t b2 = UINT16_MAX;
| #endif
| #ifdef UINT32_MAX
| uint32_t b3 = UINT32_MAX;
| #endif
| #ifdef UINT64_MAX
| uint64_t b4 = UINT64_MAX;
| #endif
| int_least8_t c1 = INT8_C (0x7f);
| int_least8_t c1max = INT_LEAST8_MAX;
| int_least8_t c1min = INT_LEAST8_MIN;
| int_least16_t c2 = INT16_C (0x7fff);
| int_least16_t c2max = INT_LEAST16_MAX;
| int_least16_t c2min = INT_LEAST16_MIN;
| int_least32_t c3 = INT32_C (0x7fffffff);
| int_least32_t c3max = INT_LEAST32_MAX;
| int_least32_t c3min = INT_LEAST32_MIN;
| int_least64_t c4 = INT64_C (0x7fffffffffffffff);
| int_least64_t c4max = INT_LEAST64_MAX;
| int_least64_t c4min = INT_LEAST64_MIN;
| uint_least8_t d1 = UINT8_C (0xff);
| uint_least8_t d1max = UINT_LEAST8_MAX;
| uint_least16_t d2 = UINT16_C (0xffff);
| uint_least16_t d2max = UINT_LEAST16_MAX;
| uint_least32_t d3 = UINT32_C (0xffffffff);
| uint_least32_t d3max = UINT_LEAST32_MAX;
| uint_least64_t d4 = UINT64_C (0xffffffffffffffff);
| uint_least64_t d4max = UINT_LEAST64_MAX;
| int_fast8_t e1 = INT_FAST8_MAX;
| int_fast8_t e1min = INT_FAST8_MIN;
| int_fast16_t e2 = INT_FAST16_MAX;
| int_fast16_t e2min = INT_FAST16_MIN;
| int_fast32_t e3 = INT_FAST32_MAX;
| int_fast32_t e3min = INT_FAST32_MIN;
| int_fast64_t e4 = INT_FAST64_MAX;
| int_fast64_t e4min = INT_FAST64_MIN;
| uint_fast8_t f1 = UINT_FAST8_MAX;
| uint_fast16_t f2 = UINT_FAST16_MAX;
| uint_fast32_t f3 = UINT_FAST32_MAX;
| uint_fast64_t f4 = UINT_FAST64_MAX;
| #ifdef INTPTR_MAX
| intptr_t g = INTPTR_MAX;
| intptr_t gmin = INTPTR_MIN;
| #endif
| #ifdef UINTPTR_MAX
| uintptr_t h = UINTPTR_MAX;
| #endif
| intmax_t i = INTMAX_MAX;
| uintmax_t j = UINTMAX_MAX;
| 
| #include <limits.h> /* for CHAR_BIT */
| #define TYPE_MINIMUM(t)   ((t) ((t) 0 < (t) -1 ? (t) 0 : ~ (t) 0 << (sizeof 
(t) * CHAR_BIT - 1)))
| #define TYPE_MAXIMUM(t)   ((t) ((t) 0 < (t) -1 ? (t) -1 : ~ (~ (t) 0 << 
(sizeof (t) * CHAR_BIT - 1))))
| struct s {
|   int check_PTRDIFF:
|       PTRDIFF_MIN == TYPE_MINIMUM (ptrdiff_t)
|       && PTRDIFF_MAX == TYPE_MAXIMUM (ptrdiff_t)
|       ? 1 : -1;
|   /* Detect bug in FreeBSD 6.0 / ia64.  */
|   int check_SIG_ATOMIC:
|       SIG_ATOMIC_MIN == TYPE_MINIMUM (sig_atomic_t)
|       && SIG_ATOMIC_MAX == TYPE_MAXIMUM (sig_atomic_t)
|       ? 1 : -1;
|   int check_SIZE: SIZE_MAX == TYPE_MAXIMUM (size_t) ? 1 : -1;
|   int check_WCHAR:
|       WCHAR_MIN == TYPE_MINIMUM (wchar_t)
|       && WCHAR_MAX == TYPE_MAXIMUM (wchar_t)
|       ? 1 : -1;
|   /* Detect bug in mingw.  */
|   int check_WINT:
|       WINT_MIN == TYPE_MINIMUM (wint_t)
|       && WINT_MAX == TYPE_MAXIMUM (wint_t)
|       ? 1 : -1;
| 
|   /* Detect bugs in glibc 2.4 and Solaris 10 stdint.h, among others.  */
|   int check_UINT8_C:
|         (-1 < UINT8_C (0)) == (-1 < (uint_least8_t) 0) ? 1 : -1;
|   int check_UINT16_C:
|         (-1 < UINT16_C (0)) == (-1 < (uint_least16_t) 0) ? 1 : -1;
| 
|   /* Detect bugs in OpenBSD 3.9 stdint.h.  */
| #ifdef UINT8_MAX
|   int check_uint8: (uint8_t) -1 == UINT8_MAX ? 1 : -1;
| #endif
| #ifdef UINT16_MAX
|   int check_uint16: (uint16_t) -1 == UINT16_MAX ? 1 : -1;
| #endif
| #ifdef UINT32_MAX
|   int check_uint32: (uint32_t) -1 == UINT32_MAX ? 1 : -1;
| #endif
| #ifdef UINT64_MAX
|   int check_uint64: (uint64_t) -1 == UINT64_MAX ? 1 : -1;
| #endif
|   int check_uint_least8: (uint_least8_t) -1 == UINT_LEAST8_MAX ? 1 : -1;
|   int check_uint_least16: (uint_least16_t) -1 == UINT_LEAST16_MAX ? 1 : -1;
|   int check_uint_least32: (uint_least32_t) -1 == UINT_LEAST32_MAX ? 1 : -1;
|   int check_uint_least64: (uint_least64_t) -1 == UINT_LEAST64_MAX ? 1 : -1;
|   int check_uint_fast8: (uint_fast8_t) -1 == UINT_FAST8_MAX ? 1 : -1;
|   int check_uint_fast16: (uint_fast16_t) -1 == UINT_FAST16_MAX ? 1 : -1;
|   int check_uint_fast32: (uint_fast32_t) -1 == UINT_FAST32_MAX ? 1 : -1;
|   int check_uint_fast64: (uint_fast64_t) -1 == UINT_FAST64_MAX ? 1 : -1;
|   int check_uintptr: (uintptr_t) -1 == UINTPTR_MAX ? 1 : -1;
|   int check_uintmax: (uintmax_t) -1 == UINTMAX_MAX ? 1 : -1;
|   int check_size: (size_t) -1 == SIZE_MAX ? 1 : -1;
| };
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:27329: result: no
configure:27350: checking sys/inttypes.h usability
configure:27362: gcc -c -g -O2  conftest.c >&5
conftest.c:113:26: sys/inttypes.h: No such file or directory
configure:27368: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnupdf"
| #define VERSION "0.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_FPURGE 1
| #define HAVE_LSTAT 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_GETLINE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_INCLUDE_NEXT 1
| #define HAVE_MATH_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_DECL_FPURGE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_INLINE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define HAVE_REALLOC_POSIX 1
| #define HAVE_RMDIR 1
| #define HAVE_STDINT_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 <sys/inttypes.h>
configure:27391: result: no
configure:27395: checking sys/inttypes.h presence
configure:27405: gcc -E  conftest.c
conftest.c:79:26: sys/inttypes.h: No such file or directory
configure:27411: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnupdf"
| #define VERSION "0.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_FPURGE 1
| #define HAVE_LSTAT 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_GETLINE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_INCLUDE_NEXT 1
| #define HAVE_MATH_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_DECL_FPURGE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_INLINE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define HAVE_REALLOC_POSIX 1
| #define HAVE_RMDIR 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h.  */
| #include <sys/inttypes.h>
configure:27431: result: no
configure:27466: checking for sys/inttypes.h
configure:27473: result: no
configure:27350: checking sys/bitypes.h usability
configure:27362: gcc -c -g -O2  conftest.c >&5
conftest.c:113:25: sys/bitypes.h: No such file or directory
configure:27368: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnupdf"
| #define VERSION "0.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_FPURGE 1
| #define HAVE_LSTAT 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_GETLINE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_INCLUDE_NEXT 1
| #define HAVE_MATH_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_DECL_FPURGE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_INLINE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define HAVE_REALLOC_POSIX 1
| #define HAVE_RMDIR 1
| #define HAVE_STDINT_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 <sys/bitypes.h>
configure:27391: result: no
configure:27395: checking sys/bitypes.h presence
configure:27405: gcc -E  conftest.c
conftest.c:79:25: sys/bitypes.h: No such file or directory
configure:27411: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnupdf"
| #define VERSION "0.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_FPURGE 1
| #define HAVE_LSTAT 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_GETLINE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_INCLUDE_NEXT 1
| #define HAVE_MATH_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_DECL_FPURGE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_INLINE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define HAVE_REALLOC_POSIX 1
| #define HAVE_RMDIR 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h.  */
| #include <sys/bitypes.h>
configure:27431: result: no
configure:27466: checking for sys/bitypes.h
configure:27473: result: no
configure:27516: checking for bit size of ptrdiff_t
configure:27892: gcc -o conftest -g -O2   conftest.c  >&5
configure:27895: $? = 0
configure:27897: ./conftest
configure:27900: $? = 0
configure:27918: result: 32
configure:27516: checking for bit size of sig_atomic_t
configure:27892: gcc -o conftest -g -O2   conftest.c  >&5
configure:27895: $? = 0
configure:27897: ./conftest
configure:27900: $? = 0
configure:27918: result: 32
configure:27516: checking for bit size of size_t
configure:27892: gcc -o conftest -g -O2   conftest.c  >&5
configure:27895: $? = 0
configure:27897: ./conftest
configure:27900: $? = 0
configure:27918: result: 32
configure:27516: checking for bit size of wchar_t
configure:27892: gcc -o conftest -g -O2   conftest.c  >&5
configure:27895: $? = 0
configure:27897: ./conftest
configure:27900: $? = 0
configure:27918: result: 32
configure:27516: checking for bit size of wint_t
configure:27892: gcc -o conftest -g -O2   conftest.c  >&5
configure:27895: $? = 0
configure:27897: ./conftest
configure:27900: $? = 0
configure:27918: result: 32
configure:27939: checking whether sig_atomic_t is signed
configure:27971: gcc -c -g -O2  conftest.c >&5
configure:27977: $? = 0
configure:27981: test -z 
                         || test ! -s conftest.err
configure:27984: $? = 0
configure:27987: test -s conftest.o
configure:27990: $? = 0
configure:28003: result: yes
configure:27939: checking whether wchar_t is signed
configure:27971: gcc -c -g -O2  conftest.c >&5
configure:27977: $? = 0
configure:27981: test -z 
                         || test ! -s conftest.err
configure:27984: $? = 0
configure:27987: test -s conftest.o
configure:27990: $? = 0
configure:28003: result: yes
configure:27939: checking whether wint_t is signed
configure:27971: gcc -c -g -O2  conftest.c >&5
configure:27977: $? = 0
configure:27981: test -z 
                         || test ! -s conftest.err
configure:27984: $? = 0
configure:27987: test -s conftest.o
configure:27990: $? = 0
configure:28003: result: yes
configure:28029: checking for ptrdiff_t integer literal suffix
configure:28080: gcc -c -g -O2  conftest.c >&5
conftest.c:99: error: conflicting types for `foo'
conftest.c:98: error: previous declaration of `foo'
configure:28086: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnupdf"
| #define VERSION "0.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_FPURGE 1
| #define HAVE_LSTAT 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_GETLINE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_INCLUDE_NEXT 1
| #define HAVE_MATH_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_DECL_FPURGE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_INLINE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define HAVE_REALLOC_POSIX 1
| #define HAVE_RMDIR 1
| #define HAVE_STDINT_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| /* end confdefs.h.  */
| 
|   /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
|      included before <wchar.h>.  */
|   #include <stddef.h>
|   #include <signal.h>
|   #if HAVE_WCHAR_H
|   # include <stdio.h>
|   # include <time.h>
|   # include <wchar.h>
|   #endif
| 
|               extern ptrdiff_t foo;
|               extern int foo;
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:28080: gcc -c -g -O2  conftest.c >&5
configure:28086: $? = 0
configure:28090: test -z 
                         || test ! -s conftest.err
configure:28093: $? = 0
configure:28096: test -s conftest.o
configure:28099: $? = 0
configure:28112: result: l
configure:28029: checking for sig_atomic_t integer literal suffix
configure:28080: gcc -c -g -O2  conftest.c >&5
configure:28086: $? = 0
configure:28090: test -z 
                         || test ! -s conftest.err
configure:28093: $? = 0
configure:28096: test -s conftest.o
configure:28099: $? = 0
configure:28112: result: 
configure:28029: checking for size_t integer literal suffix
configure:28080: gcc -c -g -O2  conftest.c >&5
conftest.c:101: error: conflicting types for `foo'
conftest.c:100: error: previous declaration of `foo'
configure:28086: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnupdf"
| #define VERSION "0.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_FPURGE 1
| #define HAVE_LSTAT 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_GETLINE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_INCLUDE_NEXT 1
| #define HAVE_MATH_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_DECL_FPURGE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_INLINE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define HAVE_REALLOC_POSIX 1
| #define HAVE_RMDIR 1
| #define HAVE_STDINT_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIG_ATOMIC_T_SUFFIX 
| /* end confdefs.h.  */
| 
|   /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
|      included before <wchar.h>.  */
|   #include <stddef.h>
|   #include <signal.h>
|   #if HAVE_WCHAR_H
|   # include <stdio.h>
|   # include <time.h>
|   # include <wchar.h>
|   #endif
| 
|               extern size_t foo;
|               extern unsigned int foo;
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:28080: gcc -c -g -O2  conftest.c >&5
configure:28086: $? = 0
configure:28090: test -z 
                         || test ! -s conftest.err
configure:28093: $? = 0
configure:28096: test -s conftest.o
configure:28099: $? = 0
configure:28112: result: ul
configure:28029: checking for wchar_t integer literal suffix
configure:28080: gcc -c -g -O2  conftest.c >&5
configure:28086: $? = 0
configure:28090: test -z 
                         || test ! -s conftest.err
configure:28093: $? = 0
configure:28096: test -s conftest.o
configure:28099: $? = 0
configure:28112: result: 
configure:28029: checking for wint_t integer literal suffix
configure:28080: gcc -c -g -O2  conftest.c >&5
configure:28086: $? = 0
configure:28090: test -z 
                         || test ! -s conftest.err
configure:28093: $? = 0
configure:28096: test -s conftest.o
configure:28099: $? = 0
configure:28112: result: 
configure:28277: checking for working strndup
configure:28425: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c: In function `main':
conftest.c:103: warning: assignment makes pointer from integer without a cast
conftest.c:105: warning: assignment makes pointer from integer without a cast
/tmp//ccFy1238.o(.text+0x1c): In function `main':
/home/zbrown/bzr-libgnupdf/conftest.c:103: undefined reference to `strndup'
/tmp//ccFy1238.o(.text+0x32):/home/zbrown/bzr-libgnupdf/conftest.c:105: 
undefined reference to `strndup'
collect2: ld returned 1 exit status
configure:28428: $? = 1
configure: program exited with status 1
configure: failed program was:
| 
|        /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnupdf"
| #define VERSION "0.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_FPURGE 1
| #define HAVE_LSTAT 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_GETLINE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_INCLUDE_NEXT 1
| #define HAVE_MATH_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_DECL_FPURGE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_INLINE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define HAVE_REALLOC_POSIX 1
| #define HAVE_RMDIR 1
| #define HAVE_STDINT_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIG_ATOMIC_T_SUFFIX 
| #define SIZE_T_SUFFIX ul
| #define WCHAR_T_SUFFIX 
| #define WINT_T_SUFFIX 
| /* end confdefs.h.  */
| #include <string.h>
|                        #include <stdlib.h>
| int
| main ()
| {
| 
| #ifndef HAVE_DECL_STRNDUP
|   extern char *strndup (const char *, size_t);
| #endif
|   char *s;
|   s = strndup ("some longer string", 15);
|   free (s);
|   s = strndup ("shorter string", 13);
|   return s[13] != '\0';
|   ;
|   return 0;
| }
configure:28447: result: no
configure:28489: checking for working strnlen
configure:28528: gcc -o conftest -g -O2   conftest.c  >&5
/tmp//ccDD9829.o(.text+0x2e): In function `main':
/home/zbrown/bzr-libgnupdf/conftest.c:140: undefined reference to `strnlen'
collect2: ld returned 1 exit status
configure:28531: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnupdf"
| #define VERSION "0.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_FPURGE 1
| #define HAVE_LSTAT 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_GETLINE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_INCLUDE_NEXT 1
| #define HAVE_MATH_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_DECL_FPURGE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_INLINE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define HAVE_REALLOC_POSIX 1
| #define HAVE_RMDIR 1
| #define HAVE_STDINT_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIG_ATOMIC_T_SUFFIX 
| #define SIZE_T_SUFFIX ul
| #define WCHAR_T_SUFFIX 
| #define WINT_T_SUFFIX 
| /* 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 ()
| {
| 
| #define S "foobar"
| #define S_LEN (sizeof S - 1)
| 
|   /* At least one implementation is buggy: that of AIX 4.3 would
|      give strnlen (S, 1) == 3.  */
| 
|   int i;
|   for (i = 0; i < S_LEN + 1; ++i)
|     {
|       int expected = i <= S_LEN ? i : S_LEN;
|       if (strnlen (S, i) != expected)
|       exit (1);
|     }
|   exit (0);
| 
|   ;
|   return 0;
| }
configure:28550: result: no
configure:28653: checking for nlink_t
configure:28679: gcc -c -g -O2  conftest.c >&5
configure:28685: $? = 0
configure:28689: test -z 
                         || test ! -s conftest.err
configure:28692: $? = 0
configure:28695: test -s conftest.o
configure:28698: $? = 0
configure:28709: result: yes
configure:28794: checking whether <wchar.h> is standalone
configure:28804: gcc -c -g -O2  conftest.c >&5
configure:28810: $? = 0
configure:28814: test -z 
                         || test ! -s conftest.err
configure:28817: $? = 0
configure:28820: test -s conftest.o
configure:28823: $? = 0
configure:28834: result: yes
configure:28931: checking for stdint.h
configure:28936: result: yes
configure:29125: checking malloc.h usability
configure:29137: gcc -c -g -O2  conftest.c >&5
In file included from conftest.c:128:
/usr/include/malloc.h:4:2: warning: #warning "<malloc.h> is obsolete, use 
<stdlib.h>"
configure:29143: $? = 0
configure:29147: test -z 
                         || test ! -s conftest.err
configure:29150: $? = 0
configure:29153: test -s conftest.o
configure:29156: $? = 0
configure:29166: result: yes
configure:29170: checking malloc.h presence
configure:29180: gcc -E  conftest.c
In file included from conftest.c:94:
/usr/include/malloc.h:4:2: warning: #warning "<malloc.h> is obsolete, use 
<stdlib.h>"
configure:29186: $? = 0
configure:29206: result: yes
configure:29241: checking for malloc.h
configure:29248: result: yes
configure:29262: checking for size_t
configure:29286: gcc -c -g -O2  conftest.c >&5
configure:29292: $? = 0
configure:29296: test -z 
                         || test ! -s conftest.err
configure:29299: $? = 0
configure:29302: test -s conftest.o
configure:29305: $? = 0
configure:29316: result: yes
configure:29328: checking for off_t
configure:29352: gcc -c -g -O2  conftest.c >&5
configure:29358: $? = 0
configure:29362: test -z 
                         || test ! -s conftest.err
configure:29365: $? = 0
configure:29368: test -s conftest.o
configure:29371: $? = 0
configure:29382: result: yes
configure:29395: checking for _LARGEFILE_SOURCE value needed for large files
configure:29494: result: no
configure:29508: checking for fseeko
configure:29560: result: yes
configure:29574: checking if zlib is wanted
configure:29621: checking for inflateEnd in -lz
configure:29651: gcc -o conftest -g -O2  -I/usr/include  -L/usr/lib conftest.c 
-lz   >&5
configure:29657: $? = 0
configure:29661: test -z 
                         || test ! -s conftest.err
configure:29664: $? = 0
configure:29667: test -s conftest
configure:29670: $? = 0
configure:29683: result: yes
configure:29701: checking zlib.h usability
configure:29713: gcc -c -g -O2  -I/usr/include conftest.c >&5
configure:29719: $? = 0
configure:29723: test -z 
                         || test ! -s conftest.err
configure:29726: $? = 0
configure:29729: test -s conftest.o
configure:29732: $? = 0
configure:29742: result: yes
configure:29746: checking zlib.h presence
configure:29756: gcc -E  -I/usr/include conftest.c
configure:29762: $? = 0
configure:29782: result: yes
configure:29817: checking for zlib.h
configure:29824: result: yes
configure:29847: checking for inflateEnd in -lz
configure:29909: result: yes
configure:29920: checking zlib in /usr
configure:29922: result: ok
configure:29956: checking for exp in -lm
configure:29986: gcc -o conftest -g -O2  -I/usr/include  -L/usr/lib conftest.c 
-lm  -lz  >&5
conftest.c:104: warning: conflicting types for built-in function `exp'
configure:29992: $? = 0
configure:29996: test -z 
                         || test ! -s conftest.err
configure:29999: $? = 0
configure:30002: test -s conftest
configure:30005: $? = 0
configure:30018: result: yes
configure:30029: checking for suite_create in -lcheck
configure:30059: gcc -o conftest -g -O2  -I/usr/include  -L/usr/lib conftest.c 
-lcheck  -lm -lz  >&5
/usr/bin/ld: cannot find -lcheck
collect2: ld returned 1 exit status
configure:30065: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnupdf"
| #define VERSION "0.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_FPURGE 1
| #define HAVE_LSTAT 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_GETLINE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_INCLUDE_NEXT 1
| #define HAVE_MATH_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_DECL_FPURGE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_INLINE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define HAVE_REALLOC_POSIX 1
| #define HAVE_RMDIR 1
| #define HAVE_STDINT_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIG_ATOMIC_T_SUFFIX 
| #define SIZE_T_SUFFIX ul
| #define WCHAR_T_SUFFIX 
| #define WINT_T_SUFFIX 
| #define strnlen rpl_strnlen
| #define HAVE_STDINT_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBM 1
| /* end confdefs.h.  */
| 
| /* 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 suite_create ();
| int
| main ()
| {
| suite_create ();
|   ;
|   return 0;
| }
configure:30091: result: no
configure:30117: checking for iconv_open in -liconv
configure:30147: gcc -o conftest -g -O2  -I/usr/include  -L/usr/lib conftest.c 
-liconv  -lm -lz  >&5
/usr/bin/ld: cannot find -liconv
collect2: ld returned 1 exit status
configure:30153: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnupdf"
| #define VERSION "0.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_FPURGE 1
| #define HAVE_LSTAT 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_GETLINE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_INCLUDE_NEXT 1
| #define HAVE_MATH_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_DECL_FPURGE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_INLINE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define HAVE_REALLOC_POSIX 1
| #define HAVE_RMDIR 1
| #define HAVE_STDINT_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIG_ATOMIC_T_SUFFIX 
| #define SIZE_T_SUFFIX ul
| #define WCHAR_T_SUFFIX 
| #define WINT_T_SUFFIX 
| #define strnlen rpl_strnlen
| #define HAVE_STDINT_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBM 1
| #define HAVE_CHECK 1
| /* end confdefs.h.  */
| 
| /* 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 iconv_open ();
| int
| main ()
| {
| iconv_open ();
|   ;
|   return 0;
| }
configure:30179: result: no
configure:30202: checking for gawk
configure:30228: result: nawk
configure:30245: checking for nawk
configure:30263: found /usr/bin/nawk
configure:30275: result: /usr/bin/nawk
configure:30286: checking for makeinfo
configure:30302: found /usr/bin/makeinfo
configure:30313: result: yes
configure:30328: checking for texi2html
configure:30355: result: no
configure:30380: checking for taskjuggler
configure:30407: result: no
configure:30818: checking whether byte ordering is bigendian
configure:30845: gcc -c -g -O2  -I/usr/include conftest.c >&5
configure:30851: $? = 0
configure:30855: test -z 
                         || test ! -s conftest.err
configure:30858: $? = 0
configure:30861: test -s conftest.o
configure:30864: $? = 0
configure:30888: gcc -c -g -O2  -I/usr/include conftest.c >&5
conftest.c: In function `main':
conftest.c:107: error: syntax error before "big"
configure:30894: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnupdf"
| #define VERSION "0.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_FPURGE 1
| #define HAVE_LSTAT 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_GETLINE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_INCLUDE_NEXT 1
| #define HAVE_MATH_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 0
| #define HAVE_DECL_FPURGE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_INLINE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define HAVE_REALLOC_POSIX 1
| #define HAVE_RMDIR 1
| #define HAVE_STDINT_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_WCHAR_T 32
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WCHAR_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIG_ATOMIC_T_SUFFIX 
| #define SIZE_T_SUFFIX ul
| #define WCHAR_T_SUFFIX 
| #define WINT_T_SUFFIX 
| #define strnlen rpl_strnlen
| #define HAVE_STDINT_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBM 1
| #define HAVE_CHECK 1
| #define HAVE_NOCHECK 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <sys/param.h>
| 
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
|  not big endian
| #endif
| 
|   ;
|   return 0;
| }
configure:31029: result: no
configure:31346: creating ./config.status

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

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

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

on testes-open.localdomain

config.status:1021: creating Makefile
config.status:1021: creating lib/Makefile
config.status:1021: creating src/Makefile
config.status:1021: creating torture/Makefile
config.status:1021: creating torture/unit/Makefile
config.status:1021: creating doc/Makefile
config.status:1021: creating utils/Makefile
config.status:1021: creating prmgt/Makefile
config.status:1021: creating prmgt/pmccabe2html
config.status:1021: creating prmgt/apic2wiki
config.status:1021: creating prmgt/testlog2wiki
config.status:1021: creating prmgt/docfuncs
config.status:1021: creating prmgt/tsdfuncs
config.status:1021: creating src/extract-public-hdr
config.status:1021: creating build-aux/Makefile
config.status:1125: creating src/config.h
config.status:1601: executing depfiles commands

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

ac_cv_build=i386-unknown-openbsd4.3
ac_cv_build_alias=i386-unknown-openbsd4.3
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_inline=inline
ac_cv_c_restrict=__restrict
ac_cv_cxx_compiler_gnu=yes
ac_cv_decl_EOVERFLOW=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_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_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_PDFLIB_LEVEL_set=
ac_cv_env_PDFLIB_LEVEL_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_f77_compiler_gnu=yes
ac_cv_func___fpurge=no
ac_cv_func___freading=no
ac_cv_func_flockfile=yes
ac_cv_func_fpurge=yes
ac_cv_func_fseeko=yes
ac_cv_func_funlockfile=yes
ac_cv_func_getdelim=no
ac_cv_func_getline=no
ac_cv_func_getopt_long_only=yes
ac_cv_func_lstat=yes
ac_cv_func_malloc_0_nonnull=yes
ac_cv_func_rmdir=yes
ac_cv_func_setlocale=yes
ac_cv_func_strerror_r=yes
ac_cv_func_strerror_r_char_p=no
ac_cv_func_strnlen_working=no
ac_cv_gnu_library_2_1=no
ac_cv_have_decl_fpurge=yes
ac_cv_have_decl_getc_unlocked=yes
ac_cv_have_decl_getdelim=no
ac_cv_have_decl_getenv=yes
ac_cv_have_decl_getline=no
ac_cv_have_decl_optreset=yes
ac_cv_have_decl_strerror_r=yes
ac_cv_have_decl_strndup=no
ac_cv_have_decl_strnlen=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_getopt_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_malloc_h=yes
ac_cv_header_math_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_stat_broken=no
ac_cv_header_stdbool_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_bitypes_h=no
ac_cv_header_sys_inttypes_h=no
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_wchar_h=yes
ac_cv_header_zlib_h=yes
ac_cv_host=i386-unknown-openbsd4.3
ac_cv_host_alias=i386-unknown-openbsd4.3
ac_cv_lib_check_suite_create=no
ac_cv_lib_error_at_line=no
ac_cv_lib_iconv_iconv_open=no
ac_cv_lib_m_exp=yes
ac_cv_lib_z_inflateEnd=yes
ac_cv_objext=o
ac_cv_path_PATH_TO_AWK=/usr/bin/nawk
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=nawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_F77=g77
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep='grep -E'
ac_cv_prog_f77_g=yes
ac_cv_prog_have_makeinfo=yes
ac_cv_prog_have_taskjuggler=no
ac_cv_prog_have_texi2html=no
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_sys_largefile_source=no
ac_cv_type__Bool=yes
ac_cv_type_long_long_int=yes
ac_cv_type_nlink_t=yes
ac_cv_type_off_t=yes
ac_cv_type_size_t=yes
ac_cv_type_unsigned_long_long_int=yes
ac_cv_win_or_dos=no
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_func_working_getline=no
am_cv_langinfo_codeset=yes
gl_cv_bitsizeof_ptrdiff_t=32
gl_cv_bitsizeof_sig_atomic_t=32
gl_cv_bitsizeof_size_t=32
gl_cv_bitsizeof_wchar_t=32
gl_cv_bitsizeof_wint_t=32
gl_cv_c_inline_effective=yes
gl_cv_double_slash_root=no
gl_cv_func_fflush_stdin=no
gl_cv_func_fseeko=yes
gl_cv_func_ftello=yes
gl_cv_func_lseek_pipe=yes
gl_cv_func_malloc_posix=yes
gl_cv_func_mkdir_trailing_slash_bug=no
gl_cv_func_strndup=no
gl_cv_func_working_strerror=yes
gl_cv_have_include_next=yes
gl_cv_header_math_huge_val_works=yes
gl_cv_header_math_nan_works=yes
gl_cv_header_wchar_h_standalone=yes
gl_cv_header_working_stdint_h=no
gl_cv_next_math_h='<math.h>'
gl_cv_next_stdint_h='<stdint.h>'
gl_cv_next_stdio_h='<stdio.h>'
gl_cv_next_stdlib_h='<stdlib.h>'
gl_cv_next_string_h='<string.h>'
gl_cv_next_sys_stat_h='<sys/stat.h>'
gl_cv_next_unistd_h='<unistd.h>'
gl_cv_next_wchar_h='<wchar.h>'
gl_cv_size_max=yes
gl_cv_type_ptrdiff_t_signed=yes
gl_cv_type_ptrdiff_t_suffix=l
gl_cv_type_sig_atomic_t_signed=yes
gl_cv_type_sig_atomic_t_suffix=
gl_cv_type_size_t_signed=no
gl_cv_type_size_t_suffix=ul
gl_cv_type_wchar_t_signed=yes
gl_cv_type_wchar_t_suffix=
gl_cv_type_wint_t_signed=yes
gl_cv_type_wint_t_suffix=
gl_cv_var_stdin_large_offset=yes
gt_cv_func_CFLocaleCopyCurrent=no
gt_cv_func_CFPreferencesCopyAppValue=no
gt_cv_val_LC_MESSAGES=yes
lt_cv_deplibs_check_method='match_pattern 
/lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/usr/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_c_o_F77=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_gnu_ld=no
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[      
]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 
\2/p'\'
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  
{\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", 
(lt_ptr) \&\2},/p'\'
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int 
\1;/p'\'
lt_cv_sys_max_cmd_len=196608
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_prog_compiler_c_o_F77='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[  
]\\([BCDEGRST][BCDEGRST]*\\)[   ][      ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 
\\2 \\2/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) 
\$/  {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ 
]*\\)\$/  {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern 
int \\1;/p'\''"'
zlib_cv_libz=yes
zlib_cv_zlib_h=yes

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

ACLOCAL='${SHELL} /home/zbrown/bzr-libgnupdf/missing --run aclocal-1.9'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/zbrown/bzr-libgnupdf/missing --run tar'
AR='ar'
AUTOCONF='${SHELL} /home/zbrown/bzr-libgnupdf/missing --run autoconf'
AUTOHEADER='${SHELL} /home/zbrown/bzr-libgnupdf/missing --run autoheader'
AUTOMAKE='${SHELL} /home/zbrown/bzr-libgnupdf/missing --run automake-1.9'
AWK='nawk'
BITSIZEOF_PTRDIFF_T='32'
BITSIZEOF_SIG_ATOMIC_T='32'
BITSIZEOF_SIZE_T='32'
BITSIZEOF_WCHAR_T='32'
BITSIZEOF_WINT_T='32'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CHECK_FALSE=''
CHECK_TRUE='#'
COMPILE_BASE_LAYER_FALSE='#'
COMPILE_BASE_LAYER_TRUE=''
COMPILE_DOCUMENT_LAYER_FALSE='#'
COMPILE_DOCUMENT_LAYER_TRUE=''
COMPILE_OBJECT_LAYER_FALSE='#'
COMPILE_OBJECT_LAYER_TRUE=''
COMPILE_PAGE_LAYER_FALSE='#'
COMPILE_PAGE_LAYER_TRUE=''
COMPILE_UT_FALSE='#'
COMPILE_UT_TRUE=''
COMPILE_W32_SYSTEM_FALSE=''
COMPILE_W32_SYSTEM_TRUE='#'
CPP='gcc -E'
CPPFLAGS=' -I/usr/include'
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO='/bin/echo'
ECHO_C=''ECHO_N=''
ECHO_T=''
EGREP='grep -E'
EOVERFLOW=''
EXEEXT=''
F77='g77'
FFLAGS='-g -O2'
GETOPT_H='getopt.h'
GLIBC21='no'
GL_COND_LIBTOOL_FALSE='#'
GL_COND_LIBTOOL_TRUE=''
GNULIB_CALLOC_POSIX='0'
GNULIB_CEILF='0'
GNULIB_CEILL='0'
GNULIB_CHOWN='0'
GNULIB_DUP2='0'
GNULIB_ENVIRON='0'
GNULIB_FCHDIR='0'
GNULIB_FFLUSH='1'
GNULIB_FLOORF='0'
GNULIB_FLOORL='0'
GNULIB_FOPEN='0'
GNULIB_FPRINTF_POSIX='0'
GNULIB_FREOPEN='0'
GNULIB_FREXP='0'
GNULIB_FREXPL='0'
GNULIB_FSEEK='0'
GNULIB_FSEEKO='1'
GNULIB_FTELL='0'
GNULIB_FTELLO='1'
GNULIB_FTRUNCATE='0'
GNULIB_GETCWD='0'
GNULIB_GETDELIM='1'
GNULIB_GETLINE='1'
GNULIB_GETLOGIN_R='0'
GNULIB_GETPAGESIZE='0'
GNULIB_GETSUBOPT='0'
GNULIB_ISFINITE='0'
GNULIB_ISINF='0'
GNULIB_ISNAN='0'
GNULIB_LCHOWN='0'
GNULIB_LDEXPL='0'
GNULIB_LSEEK='1'
GNULIB_MALLOC_POSIX='1'
GNULIB_MATHL='0'
GNULIB_MBSCASECMP='0'
GNULIB_MBSCASESTR='0'
GNULIB_MBSCHR='0'
GNULIB_MBSCSPN='0'
GNULIB_MBSLEN='0'
GNULIB_MBSNCASECMP='0'
GNULIB_MBSNLEN='0'
GNULIB_MBSPBRK='0'
GNULIB_MBSPCASECMP='0'
GNULIB_MBSRCHR='0'
GNULIB_MBSSEP='0'
GNULIB_MBSSPN='0'
GNULIB_MBSSTR='0'
GNULIB_MBSTOK_R='0'
GNULIB_MEMMEM='0'
GNULIB_MEMPCPY='0'
GNULIB_MEMRCHR='0'
GNULIB_MKDTEMP='0'
GNULIB_MKSTEMP='0'
GNULIB_OBSTACK_PRINTF='0'
GNULIB_OBSTACK_PRINTF_POSIX='0'
GNULIB_PRINTF_POSIX='0'
GNULIB_PUTENV='0'
GNULIB_RAWMEMCHR='0'
GNULIB_READLINK='0'
GNULIB_REALLOC_POSIX='1'
GNULIB_ROUND='0'
GNULIB_ROUNDF='0'
GNULIB_ROUNDL='0'
GNULIB_RPMATCH='0'
GNULIB_SETENV='0'
GNULIB_SIGNBIT='0'
GNULIB_SLEEP='0'
GNULIB_SNPRINTF='0'
GNULIB_SPRINTF_POSIX='0'
GNULIB_STPCPY='0'
GNULIB_STPNCPY='0'
GNULIB_STRCASESTR='0'
GNULIB_STRCHRNUL='0'
GNULIB_STRDUP='0'
GNULIB_STRERROR='1'
GNULIB_STRNDUP='1'
GNULIB_STRNLEN='1'
GNULIB_STRPBRK='0'
GNULIB_STRSEP='0'
GNULIB_STRSIGNAL='0'
GNULIB_STRSTR='0'
GNULIB_STRTOD='0'
GNULIB_STRTOK_R='0'
GNULIB_STRVERSCMP='0'
GNULIB_TRUNC='0'
GNULIB_TRUNCF='0'
GNULIB_TRUNCL='0'
GNULIB_UNSETENV='0'
GNULIB_VASPRINTF='0'
GNULIB_VFPRINTF_POSIX='0'
GNULIB_VPRINTF_POSIX='0'
GNULIB_VSNPRINTF='0'
GNULIB_VSPRINTF_POSIX='0'
GNULIB_WCWIDTH='0'
HAVE_CALLOC_POSIX='1'
HAVE_DECL_ACOSL='1'
HAVE_DECL_ASINL='1'
HAVE_DECL_ATANL='1'
HAVE_DECL_COSL='1'
HAVE_DECL_ENVIRON='1'
HAVE_DECL_EXPL='1'
HAVE_DECL_FREXPL='1'
HAVE_DECL_GETDELIM='0'
HAVE_DECL_GETLINE='0'
HAVE_DECL_GETLOGIN_R='1'
HAVE_DECL_LDEXPL='1'
HAVE_DECL_LOGL='1'
HAVE_DECL_MEMMEM='1'
HAVE_DECL_MEMRCHR='1'
HAVE_DECL_OBSTACK_PRINTF='1'
HAVE_DECL_SINL='1'
HAVE_DECL_SNPRINTF='1'
HAVE_DECL_SQRTL='1'
HAVE_DECL_STRDUP='1'
HAVE_DECL_STRERROR='1'
HAVE_DECL_STRNDUP='0'
HAVE_DECL_STRNLEN='0'
HAVE_DECL_STRSIGNAL='1'
HAVE_DECL_STRTOK_R='1'
HAVE_DECL_TANL='1'
HAVE_DECL_TRUNC='1'
HAVE_DECL_TRUNCF='1'
HAVE_DECL_VSNPRINTF='1'
HAVE_DECL_WCWIDTH='1'
HAVE_DUP2='1'
HAVE_FSEEKO='1'
HAVE_FTELLO='1'
HAVE_FTRUNCATE='1'
HAVE_GETPAGESIZE='1'
HAVE_GETSUBOPT='1'
HAVE_INTTYPES_H='1'
HAVE_LONG_LONG_INT='1'
HAVE_LSTAT='1'
HAVE_MALLOC_POSIX='1'
HAVE_MEMPCPY='1'
HAVE_MKDTEMP='1'
HAVE_OS_H='0'
HAVE_RAWMEMCHR='1'
HAVE_READLINK='1'
HAVE_REALLOC_POSIX='1'
HAVE_RPMATCH='1'
HAVE_SETENV='1'
HAVE_SIGNED_SIG_ATOMIC_T='1'
HAVE_SIGNED_WCHAR_T='1'
HAVE_SIGNED_WINT_T='1'
HAVE_SLEEP='1'
HAVE_STDINT_H='1'
HAVE_STPCPY='1'
HAVE_STPNCPY='1'
HAVE_STRCASESTR='1'
HAVE_STRCHRNUL='1'
HAVE_STRNDUP='0'
HAVE_STRPBRK='1'
HAVE_STRSEP='1'
HAVE_STRTOD='1'
HAVE_STRVERSCMP='1'
HAVE_SYS_BITYPES_H='0'
HAVE_SYS_INTTYPES_H='0'
HAVE_SYS_PARAM_H='0'
HAVE_SYS_TYPES_H='1'
HAVE_UNISTD_H='1'
HAVE_UNSETENV='1'
HAVE_UNSIGNED_LONG_LONG_INT='1'
HAVE_VASPRINTF='1'
HAVE_WCHAR_H='1'
HAVE__BOOL='1'
ICONV_FALSE=''
ICONV_TRUE='#'
INCLUDE_NEXT='include_next'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
INTL_MACOSX_LIBS=''
LDFLAGS=' -L/usr/lib'
LIBINTL=''
LIBOBJS=''
LIBS='-lm -lz '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LOCALCHARSET_TESTS_ENVIRONMENT='CHARSETALIASDIR="$(top_builddir)/lib"'
LTLIBINTL=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/zbrown/bzr-libgnupdf/missing --run makeinfo'
MKDIR_P='$(mkdir_p)'
NEXT_MATH_H='<math.h>'
NEXT_STDINT_H='<stdint.h>'
NEXT_STDIO_H='<stdio.h>'
NEXT_STDLIB_H='<stdlib.h>'
NEXT_STRING_H='<string.h>'
NEXT_SYS_STAT_H='<sys/stat.h>'
NEXT_UNISTD_H='<unistd.h>'
NEXT_WCHAR_H='<wchar.h>'
NOCHECK_FALSE='#'
NOCHECK_TRUE=''
OBJEXT='o'
PACKAGE='gnupdf'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PATH_TO_AWK='/usr/bin/nawk'
PDFLIB_LEVEL='3'
PRMGT_FALSE=''
PRMGT_TRUE='#'
PTRDIFF_T_SUFFIX='l'
RANLIB='ranlib'
REPLACE_CEILF='0'
REPLACE_CEILL='0'
REPLACE_CHOWN='0'
REPLACE_FCHDIR='0'
REPLACE_FFLUSH='1'
REPLACE_FLOORF='0'
REPLACE_FLOORL='0'
REPLACE_FOPEN='0'
REPLACE_FPRINTF='0'
REPLACE_FREOPEN='0'
REPLACE_FREXP='0'
REPLACE_FREXPL='0'
REPLACE_FSEEK='0'
REPLACE_FSEEKO='1'
REPLACE_FTELL='0'
REPLACE_FTELLO='0'
REPLACE_GETCWD='0'
REPLACE_GETLINE='1'
REPLACE_GETPAGESIZE='0'
REPLACE_HUGE_VAL='0'
REPLACE_ISFINITE='0'
REPLACE_ISINF='0'
REPLACE_ISNAN='0'
REPLACE_LCHOWN='0'
REPLACE_LDEXPL='0'
REPLACE_LSEEK='0'
REPLACE_MEMMEM='0'
REPLACE_MKDIR='0'
REPLACE_MKSTEMP='0'
REPLACE_NAN='0'
REPLACE_OBSTACK_PRINTF='0'
REPLACE_PRINTF='0'
REPLACE_PUTENV='0'
REPLACE_ROUND='0'
REPLACE_ROUNDF='0'
REPLACE_ROUNDL='0'
REPLACE_SIGNBIT='0'
REPLACE_SIGNBIT_USING_GCC='0'
REPLACE_SNPRINTF='0'
REPLACE_SPRINTF='0'
REPLACE_STRCASESTR='0'
REPLACE_STRERROR='0'
REPLACE_STRSIGNAL='0'
REPLACE_STRSTR='0'
REPLACE_STRTOD='0'
REPLACE_TRUNCL='0'
REPLACE_VASPRINTF='0'
REPLACE_VFPRINTF='0'
REPLACE_VPRINTF='0'
REPLACE_VSNPRINTF='0'
REPLACE_VSPRINTF='0'
REPLACE_WCWIDTH='0'
SET_MAKE=''
SHELL='/bin/sh'
SIG_ATOMIC_T_SUFFIX=''
SIZE_T_SUFFIX='ul'
STDBOOL_H=''
STDINT_H='stdint.h'
STRIP='strip'
SYS_STAT_H='sys/stat.h'
TASKJUGGLER_FALSE=''
TASKJUGGLER_TRUE='#'
TCLSH=''
TEXI2HTML_FALSE=''
TEXI2HTML_TRUE='#'
USE_COVERAGE_FALSE=''
USE_COVERAGE_TRUE='#'
VERSION='0.1'
VOID_UNSETENV='0'
WCHAR_H=''
WCHAR_T_SUFFIX=''
WINT_T_SUFFIX=''
ZLIB_FALSE='#'
ZLIB_TRUE=''
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77='g77'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i386-unknown-openbsd4.3'
build_alias=''
build_cpu='i386'
build_os='openbsd4.3'
build_vendor='unknown'
datadir='${prefix}/share'
exec_prefix='${prefix}'
gl_LIBOBJS=' basename.o dirname.o error.o exitfail.o fflush.o fseeko.o 
getdelim.o getline.o getopt.o getopt1.o stripslash.o strndup.o strnlen.o 
xmalloc.o'
gl_LTLIBOBJS=' basename.lo dirname.lo error.lo exitfail.lo fflush.lo fseeko.lo 
getdelim.lo getline.lo getopt.lo getopt1.lo stripslash.lo strndup.lo strnlen.lo 
xmalloc.lo'
gltests_LIBOBJS=''
gltests_LTLIBOBJS=''
have_dot=''
have_fdp=''
have_makeinfo='yes'
have_pmccabe=''
have_taskjuggler='no'
have_texi2html='no'
host='i386-unknown-openbsd4.3'
host_alias=''
host_cpu='i386'
host_os='openbsd4.3'
host_vendor='unknown'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/zbrown/bzr-libgnupdf/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='$(SHELL) $(install_sh) -d'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

#define BITSIZEOF_PTRDIFF_T 32
#define BITSIZEOF_SIG_ATOMIC_T 32
#define BITSIZEOF_SIZE_T 32
#define BITSIZEOF_WCHAR_T 32
#define BITSIZEOF_WINT_T 32
#define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
#define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
#define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
#define GNULIB_MALLOC_GNU 1
#define HAVE_CHECK 1
#define HAVE_DECL_FPURGE 1
#define HAVE_DECL_GETC_UNLOCKED 1
#define HAVE_DECL_GETC_UNLOCKED 1
#define HAVE_DECL_GETC_UNLOCKED 1
#define HAVE_DECL_GETDELIM 0
#define HAVE_DECL_GETENV 1
#define HAVE_DECL_GETLINE 0
#define HAVE_DECL_STRERROR_R 1
#define HAVE_DECL_STRNDUP 0
#define HAVE_DECL_STRNLEN 0
#define HAVE_DLFCN_H 1
#define HAVE_FLOCKFILE 1
#define HAVE_FLOCKFILE 1
#define HAVE_FPURGE 1
#define HAVE_FSEEKO 1
#define HAVE_FSEEKO 1
#define HAVE_FUNLOCKFILE 1
#define HAVE_FUNLOCKFILE 1
#define HAVE_GETOPT_H 1
#define HAVE_GETOPT_LONG_ONLY 1
#define HAVE_INCLUDE_NEXT 1
#define HAVE_INLINE 1
#define HAVE_INTTYPES_H 1
#define HAVE_LANGINFO_CODESET 1
#define HAVE_LC_MESSAGES 1
#define HAVE_LIBM 1
#define HAVE_LIBZ 1
#define HAVE_LONG_LONG_INT 1
#define HAVE_LSTAT 1
#define HAVE_MALLOC 1
#define HAVE_MALLOC_H 1
#define HAVE_MALLOC_POSIX 1
#define HAVE_MATH_H 1
#define HAVE_MEMORY_H 1
#define HAVE_NOCHECK 1
#define HAVE_REALLOC_POSIX 1
#define HAVE_RMDIR 1
#define HAVE_SETLOCALE 1
#define HAVE_SIGNED_SIG_ATOMIC_T 1
#define HAVE_SIGNED_WCHAR_T 1
#define HAVE_SIGNED_WINT_T 1
#define HAVE_STDBOOL_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDIO_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRERROR_R 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNSIGNED_LONG_LONG_INT 1
#define HAVE_WCHAR_H 1
#define HAVE__BOOL 1
#define PACKAGE "gnupdf"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PDF_IS_BIG_ENDIAN 0
#define PTRDIFF_T_SUFFIX l
#define SIG_ATOMIC_T_SUFFIX 
#define SIZE_T_SUFFIX ul
#define STDC_HEADERS 1
#define VERSION "0.1"
#define WCHAR_T_SUFFIX 
#define WINT_T_SUFFIX 
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define __EXTENSIONS__ 1
#define __GETOPT_PREFIX rpl_
#define restrict __restrict
#define strnlen rpl_strnlen
#endif
#ifdef __cplusplus
extern "C" void std::exit (int) throw (); using std::exit;

configure: exit 0

reply via email to

[Prev in Thread] Current Thread [Next in Thread]