dvitomp fix from Akira
[mplib] / src / texk / kpathsea / acconfig.h
1 /* acconfig.h -- used by autoheader when generating c-auto.in.
2
3    If you're thinking of editing acconfig.h to fix a configuration
4    problem, don't. Edit the c-auto.h file created by configure,
5    instead.  Even better, fix configure to give the right answer.
6
7    Copyright 1994-97, 2008 Karl Berry.
8    Copyright 1997-99, 2002, 2005 Olaf Weber.
9
10    This library is free software; you can redistribute it and/or
11    modify it under the terms of the GNU Lesser General Public
12    License as published by the Free Software Foundation; either
13    version 2.1 of the License, or (at your option) any later version.
14
15    This library is distributed in the hope that it will be useful,
16    but WITHOUT ANY WARRANTY; without even the implied warranty of
17    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
18    Lesser General Public License for more details.
19
20    You should have received a copy of the GNU Lesser General Public License
21    along with this library; if not, see <http://www.gnu.org/licenses/>.  */
22
23 /* Guard against double inclusion. */
24 #ifndef KPATHSEA_C_AUTO_H
25 #define KPATHSEA_C_AUTO_H
26
27 /* kpathsea: the version string. */
28 #define KPSEVERSION "REPLACE-WITH-KPSEVERSION"
29
30 /* kpathsea/configure.in tests for these functions with
31    kb_AC_KLIBTOOL_REPLACE_FUNCS, and naturally Autoheader doesn't know
32    about that macro.  Since the shared library stuff is all preliminary
33    anyway, I decided not to change Autoheader, but rather to hack them
34    in here.  */
35 #undef HAVE_PUTENV
36 #undef HAVE_STRCASECMP
37 #undef HAVE_STRTOL
38 #undef HAVE_STRSTR
39
40 @TOP@
41
42 /* Define if your compiler understands prototypes.  */
43 #undef HAVE_PROTOTYPES
44
45 /* Define if getcwd if implemented using fork or vfork.  Let me know
46    if you have to add this by hand because configure failed to detect
47    it. */
48 #undef GETCWD_FORKS
49
50 /* Define if you are using GNU libc or otherwise have global variables
51    `program_invocation_name' and `program_invocation_short_name'.  */
52 #undef HAVE_PROGRAM_INVOCATION_NAME
53
54 /* all: Define to enable running scripts when missing input files.  */
55 #define MAKE_TEX_MF_BY_DEFAULT 0
56 #define MAKE_TEX_PK_BY_DEFAULT 0
57 #define MAKE_TEX_TEX_BY_DEFAULT 0
58 #define MAKE_TEX_TFM_BY_DEFAULT 0
59 #define MAKE_TEX_FMT_BY_DEFAULT 0
60 #define MAKE_OMEGA_OFM_BY_DEFAULT 0
61 #define MAKE_OMEGA_OCP_BY_DEFAULT 0
62
63 @BOTTOM@
64 #endif /* !KPATHSEA_C_AUTO_H */