summaryrefslogtreecommitdiff
path: root/lib/make/cctk_Config.h.in
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-05-14 18:46:48 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-05-14 18:46:48 +0000
commit9ea344a738c629c90aeffd712ebd6e02a878a8ef (patch)
tree707006516422146480e62345e0e49d834c63e73f /lib/make/cctk_Config.h.in
parentf60bef6d00d56d1708fb091d11c95f1499e3866a (diff)
A few more checks for things. Now looks for regex.h and getopt.h and
if they don't exist it sets the make variables BUILD_REGEX and BUILD_GETOPT to no, otherwise they are yes. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1659 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/cctk_Config.h.in')
-rw-r--r--lib/make/cctk_Config.h.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/make/cctk_Config.h.in b/lib/make/cctk_Config.h.in
index 161a1f05..b1f288aa 100644
--- a/lib/make/cctk_Config.h.in
+++ b/lib/make/cctk_Config.h.in
@@ -82,10 +82,16 @@
#undef HAVE_MODE_T
/* Some include things */
-#undef TIME_WITH_SYS_TIME
#undef HAVE_TIME_H
+#undef HAVE_SYS_TIME_H
#undef HAVE_UNISTD_H
+#undef HAVE_ASSERT_H
#undef HAVE_STRING_H
+#undef HAVE_SYS_STAT_H
+#undef HAVE_GETOPT_H
+#undef HAVE_REGEX_H
+
+#undef TIME_WITH_SYS_TIME
/* Which format does the C++ STL on this machine provide. */