aboutsummaryrefslogtreecommitdiff
path: root/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
commitd6e8cff18b7895847b3a0890bd2a2b7c3015718e (patch)
tree2bb22496ecca31fd9a857371bd94dec1f9aeb0c7 /src/config.h.in
parentfa91a07f8f6ced306f2a42ccfd4c30d478ee11a6 (diff)
+ finished centralization of build logic
svn path=/trunk/externals/moocow/pdstring/; revision=10779
Diffstat (limited to 'src/config.h.in')
-rw-r--r--src/config.h.in18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/config.h.in b/src/config.h.in
index 748fa6a..4e57271 100644
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -15,6 +15,12 @@
/* 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
@@ -27,14 +33,8 @@
/* Define to the version of this package. */
#undef PACKAGE_VERSION
-/* Date this external was configured */
-#undef PDSTRING_DATE
-
-/* Define this if you are building single-object externals */
-#undef PDSTRING_OBJECT_EXTERNALS
-
-/* User who configured this external */
-#undef PDSTRING_USER
-
/* Version number of package */
#undef VERSION
+
+/* Define this if you are building single-object externals */
+#undef WANT_OBJECT_EXTERNALS