summaryrefslogtreecommitdiff
path: root/lib/make/cctk_Config.h.in
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-09-16 18:14:12 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-09-16 18:14:12 +0000
commit7e1c25207259f594de7af786dd2704dae2881073 (patch)
tree7aacbcd48b607ce37500d03d3aeb2d2238f3cc45 /lib/make/cctk_Config.h.in
parentd1a6a4626a4072c237c1ecc2bc4e82296852c0ec (diff)
Add #defines for the machine Cactus is being built on.
CCTK_BUILD_OS, CCTK_BUILD_CPU, CCTK_BUILD_VENDOR git-svn-id: http://svn.cactuscode.org/flesh/trunk@3003 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 d79acbf3..a660afd0 100644
--- a/lib/make/cctk_Config.h.in
+++ b/lib/make/cctk_Config.h.in
@@ -150,6 +150,11 @@
/* Define the type of a 4 byte float */
#undef CCTK_REAL4
+/* Define the machine architecture for the build */
+#undef CCTK_BUILD_OS
+#undef CCTK_BUILD_CPU
+#undef CCTK_BUILD_VENDOR
+
#ifdef __cplusplus
/* Some C++ compilers don't have bool ! */