summaryrefslogtreecommitdiff
path: root/lib/make/cctk_Config.h.in
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-06-20 12:53:30 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-06-20 12:53:30 +0000
commitdb2300c2895b6ccffb78c3119a5f6209b76bcfaa (patch)
tree42930a92ce48c3279876ac074c97116597871fe7 /lib/make/cctk_Config.h.in
parent72883922349f6300eb17b220c27921673fce9401 (diff)
Introduce CCTK_HAVE_INT* and CCTK_HAVE_REAL* macros.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3774 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/cctk_Config.h.in')
-rw-r--r--lib/make/cctk_Config.h.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/make/cctk_Config.h.in b/lib/make/cctk_Config.h.in
index 22902190..f2f7b07e 100644
--- a/lib/make/cctk_Config.h.in
+++ b/lib/make/cctk_Config.h.in
@@ -135,6 +135,19 @@
/******************************************************************************/
+/* Integer sizes */
+#undef CCTK_HAVE_INT8
+#undef CCTK_HAVE_INT4
+#undef CCTK_HAVE_INT2
+#undef CCTK_HAVE_INT1
+
+/* Float sizes */
+#undef CCTK_HAVE_REAL16
+#undef CCTK_HAVE_REAL8
+#undef CCTK_HAVE_REAL4
+
+/******************************************************************************/
+
#ifdef CCODE
/* Integer sizes */