summaryrefslogtreecommitdiff
path: root/lib/make/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'lib/make/config.h.in')
-rw-r--r--lib/make/config.h.in8
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/make/config.h.in b/lib/make/config.h.in
index 788c514f..6b8c4ccc 100644
--- a/lib/make/config.h.in
+++ b/lib/make/config.h.in
@@ -57,11 +57,6 @@
#undef FMODIFIER
-/******************************************************************************
- *********************** MPI stuff ********************************************
- ******************************************************************************/
-
-#undef MPI
/******************************************************************************/
@@ -104,4 +99,7 @@ typedef CCTK_INT4 Int;
/* Include any other stuff which is specific to this architecture */
#include "cctk_archdefs.h"
+/* Include any extra stuff from optional extra packages. */
+#include "cctk_extradefs.h"
+
#endif /* _CONFIG_H_ */