dvitomp fix from Akira
[mplib] / src / texk / kpathsea / c-auto.in
1 /* c-auto.in.  Generated from configure.in by autoheader.  */
2
3 /* c-auto.h: defines for kpathsea, as determined by configure.
4
5    Copyright 1994-97, 2008 Karl Berry.
6    Copyright 1997-99, 2002, 2005 Olaf Weber.
7
8    This library is free software; you can redistribute it and/or
9    modify it under the terms of the GNU Lesser General Public
10    License as published by the Free Software Foundation; either
11    version 2.1 of the License, or (at your option) any later version.
12
13    This library is distributed in the hope that it will be useful,
14    but WITHOUT ANY WARRANTY; without even the implied warranty of
15    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16    Lesser General Public License for more details.
17
18    You should have received a copy of the GNU Lesser General Public License
19    along with this library; if not, see <http://www.gnu.org/licenses/>.  */
20
21 /* Guard against double inclusion. */
22 #ifndef KPATHSEA_C_AUTO_H
23 #define KPATHSEA_C_AUTO_H
24
25 /* kpathsea: the version string. */
26 #define KPSEVERSION "REPLACE-WITH-KPSEVERSION"
27
28 /* Define to 1 if the `closedir' function returns void instead of `int'. */
29 #undef CLOSEDIR_VOID
30
31 /* Define to 1 if getcwd is implemented using fork or vfork. Let me know if
32    you have to add this by hand because configure failed to detect it. */
33 #undef GETCWD_FORKS
34
35 /* Define to 1 if you have the <assert.h> header file. */
36 #undef HAVE_ASSERT_H
37
38 /* Define to 1 if you have the `bcmp' function. */
39 #undef HAVE_BCMP
40
41 /* Define to 1 if you have the `bcopy' function. */
42 #undef HAVE_BCOPY
43
44 /* Define to 1 if you have the `bzero' function. */
45 #undef HAVE_BZERO
46
47 /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
48    */
49 #undef HAVE_DECL_STRSTR
50
51 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
52    */
53 #undef HAVE_DIRENT_H
54
55 /* Define to 1 if you have the <dlfcn.h> header file. */
56 #undef HAVE_DLFCN_H
57
58 /* Define to 1 if you have the <float.h> header file. */
59 #undef HAVE_FLOAT_H
60
61 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
62 #undef HAVE_FSEEKO
63
64 /* Define to 1 if you have the `getcwd' function. */
65 #undef HAVE_GETCWD
66
67 /* Define to 1 if you have the `getwd' function. */
68 #undef HAVE_GETWD
69
70 /* Define to 1 if you have the `index' function. */
71 #undef HAVE_INDEX
72
73 /* Define to 1 if you have the <inttypes.h> header file. */
74 #undef HAVE_INTTYPES_H
75
76 /* Define to 1 if you have the `m' library (-lm). */
77 #undef HAVE_LIBM
78
79 /* Define to 1 if you have the <limits.h> header file. */
80 #undef HAVE_LIMITS_H
81
82 /* Define to 1 if you have the `memcmp' function. */
83 #undef HAVE_MEMCMP
84
85 /* Define to 1 if you have the `memcpy' function. */
86 #undef HAVE_MEMCPY
87
88 /* Define to 1 if you have the <memory.h> header file. */
89 #undef HAVE_MEMORY_H
90
91 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
92 #undef HAVE_NDIR_H
93
94 /* Define to 1 if you are using GNU libc or otherwise have global variables
95    `program_invocation_name' and `program_invocation_short_name'. */
96 #undef HAVE_PROGRAM_INVOCATION_NAME
97
98 /* Define to 1 if your compiler understands prototypes. */
99 #undef HAVE_PROTOTYPES
100
101 /* Define to 1 if you have the `putenv' function. */
102 #undef HAVE_PUTENV
103
104 /* Define to 1 if you have the <pwd.h> header file. */
105 #undef HAVE_PWD_H
106
107 /* Define to 1 if you have the `rindex' function. */
108 #undef HAVE_RINDEX
109
110 /* Define to 1 if you have the <stdint.h> header file. */
111 #undef HAVE_STDINT_H
112
113 /* Define to 1 if you have the <stdlib.h> header file. */
114 #undef HAVE_STDLIB_H
115
116 /* Define to 1 if you have the `strcasecmp' function. */
117 #undef HAVE_STRCASECMP
118
119 /* Define to 1 if you have the `strchr' function. */
120 #undef HAVE_STRCHR
121
122 /* Define to 1 if you have the <strings.h> header file. */
123 #undef HAVE_STRINGS_H
124
125 /* Define to 1 if you have the <string.h> header file. */
126 #undef HAVE_STRING_H
127
128 /* Define to 1 if you have the `strrchr' function. */
129 #undef HAVE_STRRCHR
130
131 /* Define to 1 if you have the `strstr' function. */
132 #undef HAVE_STRSTR
133
134 /* Define to 1 if you have the `strtol' function. */
135 #undef HAVE_STRTOL
136
137 /* Define to 1 if `st_mtim' is member of `struct stat'. */
138 #undef HAVE_STRUCT_STAT_ST_MTIM
139
140 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
141    */
142 #undef HAVE_SYS_DIR_H
143
144 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
145    */
146 #undef HAVE_SYS_NDIR_H
147
148 /* Define to 1 if you have the <sys/param.h> header file. */
149 #undef HAVE_SYS_PARAM_H
150
151 /* Define to 1 if you have the <sys/stat.h> header file. */
152 #undef HAVE_SYS_STAT_H
153
154 /* Define to 1 if you have the <sys/types.h> header file. */
155 #undef HAVE_SYS_TYPES_H
156
157 /* Define to 1 if you have the <unistd.h> header file. */
158 #undef HAVE_UNISTD_H
159
160 /* Define to 1 if you want to run mkocp if OCP file missing, and to 0 if you
161    don't. */
162 #undef MAKE_OMEGA_OCP_BY_DEFAULT
163
164 /* Define to 1 if you want to run mkofm if OFM file missing, and to 0 if you
165    don't. */
166 #undef MAKE_OMEGA_OFM_BY_DEFAULT
167
168 /* Define to 1 if you want to run mktexfmt if format file missing, and to 0 if
169    you don't. */
170 #undef MAKE_TEX_FMT_BY_DEFAULT
171
172 /* Define to 1 if you want to run mktexmf if MF source missing, and to 0 if
173    you don't. */
174 #undef MAKE_TEX_MF_BY_DEFAULT
175
176 /* Define to 1 if you want to run mktexpk if PK font missing, and to 0 if you
177    don't. */
178 #undef MAKE_TEX_PK_BY_DEFAULT
179
180 /* Define to 1 if you want to run mktextex if TeX source missing, and to 0 if
181    you don't. */
182 #undef MAKE_TEX_TEX_BY_DEFAULT
183
184 /* Define to 1 if you want to run mktextfm if TFM file missing, and to 0 if
185    you don't. */
186 #undef MAKE_TEX_TFM_BY_DEFAULT
187
188 /* Define to the address where bug reports for this package should be sent. */
189 #undef PACKAGE_BUGREPORT
190
191 /* Define to the full name of this package. */
192 #undef PACKAGE_NAME
193
194 /* Define to the full name and version of this package. */
195 #undef PACKAGE_STRING
196
197 /* Define to the one symbol short name of this package. */
198 #undef PACKAGE_TARNAME
199
200 /* Define to the version of this package. */
201 #undef PACKAGE_VERSION
202
203 /* Define to 1 if you have the ANSI C header files. */
204 #undef STDC_HEADERS
205
206 /* Number of bits in a file offset, on hosts where this is settable. */
207 #undef _FILE_OFFSET_BITS
208
209 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
210 #undef _LARGEFILE_SOURCE
211
212 /* Define for large files, on AIX-style hosts. */
213 #undef _LARGE_FILES
214
215 /* Define to empty if `const' does not conform to ANSI C. */
216 #undef const
217
218 #endif /* !KPATHSEA_C_AUTO_H */