summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/c-auto.in
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/kpathsea/c-auto.in')
-rw-r--r--Build/source/texk/kpathsea/c-auto.in51
1 files changed, 32 insertions, 19 deletions
diff --git a/Build/source/texk/kpathsea/c-auto.in b/Build/source/texk/kpathsea/c-auto.in
index f2e8e23dcde..2e62ebbe1bb 100644
--- a/Build/source/texk/kpathsea/c-auto.in
+++ b/Build/source/texk/kpathsea/c-auto.in
@@ -1,8 +1,8 @@
-/* c-auto.in. Generated from configure.in by autoheader. */
+/* c-auto.in. Generated from configure.ac by autoheader. */
/* c-auto.h: defines for kpathsea, as determined by configure.
- Copyright 1994-97, 2008 Karl Berry.
+ Copyright 1994-97, 2008, 2009 Karl Berry.
Copyright 1997-99, 2002, 2005 Olaf Weber.
This library is free software; you can redistribute it and/or
@@ -77,9 +77,6 @@
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
-/* Define to 1 if you have the `m' library (-lm). */
-#undef HAVE_LIBM
-
/* Define to 1 if you have the <limits.h> header file. */
#undef HAVE_LIMITS_H
@@ -161,34 +158,41 @@
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
-/* Define to 1 if you want to run mkocp if OCP file missing, and to 0 if you
- don't. */
+/* Define to the sub-directory in which libtool stores uninstalled libraries.
+ */
+#undef LT_OBJDIR
+
+/* Define to 1 if you want to run mkocp if OCP file is missing, and to 0 if
+ you don't */
#undef MAKE_OMEGA_OCP_BY_DEFAULT
-/* Define to 1 if you want to run mkofm if OFM file missing, and to 0 if you
- don't. */
+/* Define to 1 if you want to run mkofm if OFM file is missing, and to 0 if
+ you don't */
#undef MAKE_OMEGA_OFM_BY_DEFAULT
-/* Define to 1 if you want to run mktexfmt if format file missing, and to 0 if
- you don't. */
+/* Define to 1 if you want to run mktexfmt if format file is missing, and to 0
+ if you don't */
#undef MAKE_TEX_FMT_BY_DEFAULT
-/* Define to 1 if you want to run mktexmf if MF source missing, and to 0 if
- you don't. */
+/* Define to 1 if you want to run mktexmf if MF source is missing, and to 0 if
+ you don't */
#undef MAKE_TEX_MF_BY_DEFAULT
-/* Define to 1 if you want to run mktexpk if PK font missing, and to 0 if you
- don't. */
+/* Define to 1 if you want to run mktexpk if PK font is missing, and to 0 if
+ you don't */
#undef MAKE_TEX_PK_BY_DEFAULT
-/* Define to 1 if you want to run mktextex if TeX source missing, and to 0 if
- you don't. */
+/* Define to 1 if you want to run mktextex if TeX source is missing, and to 0
+ if you don't */
#undef MAKE_TEX_TEX_BY_DEFAULT
-/* Define to 1 if you want to run mktextfm if TFM file missing, and to 0 if
- you don't. */
+/* Define to 1 if you want to run mktextfm if TFM file is missing, and to 0 if
+ you don't */
#undef MAKE_TEX_TFM_BY_DEFAULT
+/* Name of package */
+#undef PACKAGE
+
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
@@ -207,6 +211,9 @@
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
+/* Version number of package */
+#undef VERSION
+
/* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS
@@ -219,4 +226,10 @@
/* Define to empty if `const' does not conform to ANSI C. */
#undef const
+/* Define to `__inline__' or `__inline' if that's what the C compiler
+ calls it, or to nothing if 'inline' is not supported under any name. */
+#ifndef __cplusplus
+#undef inline
+#endif
+
#endif /* !KPATHSEA_C_AUTO_H */