aboutsummaryrefslogtreecommitdiff
path: root/weightmap/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 /weightmap/src/config.h.in
parentc9ad45306352cb29d341409fa7123a6ae62cb57f (diff)
+ finished centralization of build logic
svn path=/trunk/externals/moocow/; revision=10779
Diffstat (limited to 'weightmap/src/config.h.in')
-rw-r--r--weightmap/src/config.h.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/weightmap/src/config.h.in b/weightmap/src/config.h.in
index 7c6bd70..cf84752 100644
--- a/weightmap/src/config.h.in
+++ b/weightmap/src/config.h.in
@@ -9,6 +9,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
@@ -24,5 +30,8 @@
/* Version number of package */
#undef VERSION
+/* Define this if you are building single-object externals */
+#undef WANT_OBJECT_EXTERNALS
+
/* Define this to include debugging code for the 'weightmap' external. */
#undef WEIGHTMAP_DEBUG