aboutsummaryrefslogtreecommitdiff
path: root/deque/src/config.h.in
diff options
context:
space:
mode:
authorBryan Jurish <mukau@users.sourceforge.net>2009-02-14 21:18:20 +0000
committerBryan Jurish <mukau@users.sourceforge.net>2009-02-14 21:18:20 +0000
commit7a9e12e93e520afc485185644e8cb336def835f8 (patch)
treec5ea585eed1d8ed5da4a418a524f6392d5dca1d9 /deque/src/config.h.in
parentb9a028724784fd844c98df9c74201ffed935ff2f (diff)
+ updated 'deque' external to use new centralized autotools macros
svn path=/trunk/externals/moocow/; revision=10773
Diffstat (limited to 'deque/src/config.h.in')
-rw-r--r--deque/src/config.h.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/deque/src/config.h.in b/deque/src/config.h.in
index c147f4b..591c1ce 100644
--- a/deque/src/config.h.in
+++ b/deque/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
@@ -32,3 +38,6 @@
/* Version number of package */
#undef VERSION
+
+/* Define this if you are building single-object externals */
+#undef WANT_OBJECT_EXTERNALS