1/* aconf.h.in.  Generated from configure.ac by autoheader.  */
2
3/*
4 * aconf.h
5 *
6 * Copyright 2002-2003 Glyph & Cog, LLC
7 */
8
9#ifndef ACONF_H
10#define ACONF_H
11
12#include <aconf2.h>
13
14/*
15 * Enable C++ exceptions.
16 */
17#undef USE_EXCEPTIONS
18
19/* Use A4 paper size instead of Letter for PostScript output */
20#undef A4_PAPER
21
22/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
23   */
24#undef HAVE_DIRENT_H
25
26/* Define to 1 if you have the `fseek64' function. */
27#undef HAVE_FSEEK64
28
29/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
30#undef HAVE_FSEEKO
31
32/* Define to 1 if you have the <inttypes.h> header file. */
33#undef HAVE_INTTYPES_H
34
35/* Define to 1 if you have the <memory.h> header file. */
36#undef HAVE_MEMORY_H
37
38/* Define to 1 if you have the `mkstemp' function. */
39#undef HAVE_MKSTEMP
40
41/* Define to 1 if you have the `mkstemps' function. */
42#undef HAVE_MKSTEMPS
43
44/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
45#undef HAVE_NDIR_H
46
47/* Define to 1 if you have the `popen' function. */
48#undef HAVE_POPEN
49
50/* Define to 1 if you have the <stdint.h> header file. */
51#undef HAVE_STDINT_H
52
53/* Define to 1 if you have the <stdlib.h> header file. */
54#undef HAVE_STDLIB_H
55
56/* Define to 1 if you have the <strings.h> header file. */
57#undef HAVE_STRINGS_H
58
59/* Define to 1 if you have the <string.h> header file. */
60#undef HAVE_STRING_H
61
62/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
63   */
64#undef HAVE_SYS_DIR_H
65
66/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
67   */
68#undef HAVE_SYS_NDIR_H
69
70/* Define to 1 if you have the <sys/select.h> header file. */
71#undef HAVE_SYS_SELECT_H
72
73/* Define to 1 if you have the <sys/stat.h> header file. */
74#undef HAVE_SYS_STAT_H
75
76/* Define to 1 if you have the <sys/types.h> header file. */
77#undef HAVE_SYS_TYPES_H
78
79/* Define to 1 if you have the <time.h> header file. */
80#undef HAVE_TIME_H
81
82/* Define to 1 if you have the <unistd.h> header file. */
83#undef HAVE_UNISTD_H
84
85/* Enable multithreading support */
86#undef MULTITHREADED
87
88/* Include support for OPI comments */
89#undef OPI_SUPPORT
90
91/* Define to the address where bug reports for this package should be sent. */
92#undef PACKAGE_BUGREPORT
93
94/* Define to the full name of this package. */
95#undef PACKAGE_NAME
96
97/* Define to the full name and version of this package. */
98#undef PACKAGE_STRING
99
100/* Define to the one symbol short name of this package. */
101#undef PACKAGE_TARNAME
102
103/* Define to the home page for this package. */
104#undef PACKAGE_URL
105
106/* Define to the version of this package. */
107#undef PACKAGE_VERSION
108
109/* Define to 1 if you have the ANSI C header files. */
110#undef STDC_HEADERS
111
112/* Enable large inode numbers on Mac OS X 10.5.  */
113#ifndef _DARWIN_USE_64_BIT_INODE
114# define _DARWIN_USE_64_BIT_INODE 1
115#endif
116
117/* Number of bits in a file offset, on hosts where this is settable. */
118#undef _FILE_OFFSET_BITS
119
120/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
121#undef _LARGEFILE_SOURCE
122
123/* Define for large files, on AIX-style hosts. */
124#undef _LARGE_FILES
125
126#endif
127