beta-0.89.2
[luatex.git] / source / libs / poppler / config.h.in
blob94f471a34b72e462c3a951e6e7fe240c175349c9
1 /* config.h.in. Generated from configure.ac by autoheader. */
3 /* Use zlib instead of builtin zlib decoder. */
4 #undef ENABLE_ZLIB
6 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
7 */
8 #undef HAVE_DIRENT_H
10 /* Define to 1 if you have the `fseek64' function. */
11 #undef HAVE_FSEEK64
13 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
14 #undef HAVE_FSEEKO
16 /* Define to 1 if you have the `gettimeofday' function. */
17 #undef HAVE_GETTIMEOFDAY
19 /* Define to 1 if you have the `gmtime_r' function. */
20 #undef HAVE_GMTIME_R
22 /* Define to 1 if you have the <inttypes.h> header file. */
23 #undef HAVE_INTTYPES_H
25 /* Define to 1 if you have the <memory.h> header file. */
26 #undef HAVE_MEMORY_H
28 /* Define to 1 if you have the `mkstemp' function. */
29 #undef HAVE_MKSTEMP
31 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
32 #undef HAVE_NDIR_H
34 /* Define to 1 if you have the `popen' function. */
35 #undef HAVE_POPEN
37 /* Define to 1 if you have the `rand_r' function. */
38 #undef HAVE_RAND_R
40 /* Define to 1 if you have the <stdint.h> header file. */
41 #undef HAVE_STDINT_H
43 /* Define to 1 if you have the <stdlib.h> header file. */
44 #undef HAVE_STDLIB_H
46 /* Define to 1 if you have the <strings.h> header file. */
47 #undef HAVE_STRINGS_H
49 /* Define to 1 if you have the <string.h> header file. */
50 #undef HAVE_STRING_H
52 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
54 #undef HAVE_SYS_DIR_H
56 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
58 #undef HAVE_SYS_NDIR_H
60 /* Define to 1 if you have the <sys/stat.h> header file. */
61 #undef HAVE_SYS_STAT_H
63 /* Define to 1 if you have the <sys/types.h> header file. */
64 #undef HAVE_SYS_TYPES_H
66 /* Define to 1 if you have the <unistd.h> header file. */
67 #undef HAVE_UNISTD_H
69 /* Define to 1 if you have the <zlib.h> header file. */
70 #undef HAVE_ZLIB_H
72 /* Enable multithreading support. */
73 #undef MULTITHREADED
75 /* Generate OPI comments in PS output. */
76 #undef OPI_SUPPORT
78 /* Define to the address where bug reports for this package should be sent. */
79 #undef PACKAGE_BUGREPORT
81 /* Define to the full name of this package. */
82 #undef PACKAGE_NAME
84 /* Define to the full name and version of this package. */
85 #undef PACKAGE_STRING
87 /* Define to the one symbol short name of this package. */
88 #undef PACKAGE_TARNAME
90 /* Define to the home page for this package. */
91 #undef PACKAGE_URL
93 /* Define to the version of this package. */
94 #undef PACKAGE_VERSION
96 /* Define to the poppler version. */
97 #undef POPPLER_VERSION
99 /* The size of `long long', as computed by sizeof. */
100 #undef SIZEOF_LONG_LONG
102 /* Define to 1 if you have the ANSI C header files. */
103 #undef STDC_HEADERS
105 /* Throw exceptions to deal with not enough memory and similar problems */
106 #undef USE_EXCEPTIONS
108 /* Use fixed point arithmetic */
109 #undef USE_FIXEDPOINT
111 /* Define to 1 if <zlib.h> declares 'z_const'. */
112 #undef ZLIB_CONST
114 /* Enable large inode numbers on Mac OS X 10.5. */
115 #ifndef _DARWIN_USE_64_BIT_INODE
116 # define _DARWIN_USE_64_BIT_INODE 1
117 #endif
119 /* Number of bits in a file offset, on hosts where this is settable. */
120 #undef _FILE_OFFSET_BITS
122 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
123 #undef _LARGEFILE_SOURCE
125 /* Define for large files, on AIX-style hosts. */
126 #undef _LARGE_FILES
128 /* Define for MinGW32 to 0x0500 to declare `GetFileSizeEx'. */
129 #undef _WIN32_WINNT
131 /* Define as empty if not declared in <zlib.h>. */
132 #undef z_const