aboutsummaryrefslogtreecommitdiff
path: root/locale/src/config.h.in
diff options
context:
space:
mode:
authorBryan Jurish <mukau@users.sourceforge.net>2009-02-15 20:41:13 +0000
committerBryan Jurish <mukau@users.sourceforge.net>2009-02-15 20:41:13 +0000
commita154d88d889a40dc8fd5641aa0d2458d777c4c5a (patch)
treece2e3e952bceaf578c4b27d5841ff33757e997a8 /locale/src/config.h.in
parentc9ad45306352cb29d341409fa7123a6ae62cb57f (diff)
+ finished centralization of build logic
svn path=/trunk/externals/moocow/; revision=10779
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