aboutsummaryrefslogtreecommitdiff
path: root/locale/src/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'locale/src/config.h.in')
-rw-r--r--locale/src/config.h.in21
1 files changed, 12 insertions, 9 deletions
diff --git a/locale/src/config.h.in b/locale/src/config.h.in
index 40f0f0d..dbf3680 100644
--- a/locale/src/config.h.in
+++ b/locale/src/config.h.in
@@ -61,12 +61,21 @@
/* Define to 1 if you have the <wchar.h> header file. */
#undef HAVE_WCHAR_H
+/* Define this to include debugging code for the 'locale' external. */
+#undef LOCALE_DEBUG
+
/* Name of package */
#undef PACKAGE
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
+/* Date this package was configured */
+#undef PACKAGE_BUILD_DATE
+
+/* User who configured this package */
+#undef PACKAGE_BUILD_USER
+
/* Define to the full name of this package. */
#undef PACKAGE_NAME
@@ -79,14 +88,8 @@
/* Define to the version of this package. */
#undef PACKAGE_VERSION
-/* Date this external was configured */
-#undef PDMOOEXT_DATE
-
-/* User who configured this external */
-#undef PDMOOEXT_USER
-
-/* Define this to include debugging code for the 'rawfile' external. */
-#undef RAWFILE_DEBUG
-
/* Version number of package */
#undef VERSION
+
+/* Define this if you are building single-object externals */
+#undef WANT_OBJECT_EXTERNALS