summaryrefslogtreecommitdiff
path: root/lib/make/cctk_Config.h.in
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-05-12 10:31:27 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-05-12 10:31:27 +0000
commitb7d3f2b9e7597a728a317b98d205be822ce5304a (patch)
tree87c93afe53d11ecd898d05ae3c4fd55edadf9f8b /lib/make/cctk_Config.h.in
parent175188cc458279a9080b0a99c1b5e1c448105ef2 (diff)
Check, using C++, for the presence of vector and vector.h . This should
help routines using the C++ STL to include the appropriate headers. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1651 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/cctk_Config.h.in')
-rw-r--r--lib/make/cctk_Config.h.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/make/cctk_Config.h.in b/lib/make/cctk_Config.h.in
index 42d9dd6a..27570447 100644
--- a/lib/make/cctk_Config.h.in
+++ b/lib/make/cctk_Config.h.in
@@ -89,6 +89,11 @@
#undef HAVE_UNISTD_H
#undef HAVE_STRING_H
+/* Which format does the C++ STL on this machine provide. */
+
+#undef HAVE_VECTOR
+#undef HAVE_VECTOR_H
+
/* Timing stuff */
#undef HAVE_TIME_GETTIMEOFDAY