1 /* acconfig.h -- used by autoheader when generating c-auto.in.
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.
7 Copyright 1994-97, 2008 Karl Berry.
8 Copyright 1997-99, 2002, 2005 Olaf Weber.
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.
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.
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/>. */
23 /* Guard against double inclusion. */
24 #ifndef KPATHSEA_C_AUTO_H
25 #define KPATHSEA_C_AUTO_H
27 /* kpathsea: the version string. */
28 #define KPSEVERSION "REPLACE-WITH-KPSEVERSION"
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
36 #undef HAVE_STRCASECMP
42 /* Define if your compiler understands prototypes. */
43 #undef HAVE_PROTOTYPES
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
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
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
64 #endif /* !KPATHSEA_C_AUTO_H */