aboutsummaryrefslogtreecommitdiff
path: root/src/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/config.h')
-rw-r--r--src/include/config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/config.h b/src/include/config.h
index e761015..f5312fd 100644
--- a/src/include/config.h
+++ b/src/include/config.h
@@ -1,6 +1,9 @@
/* config.h -- compile-time configuration for AHFinderDirect */
/* $Header$ */
+#ifndef AHFINDERDIRECT__CONFIG_H
+#define AHFINDERDIRECT__CONFIG_H
+
/*
* This header file is #included by C++ and C files, and also by
* Fortran 77 files which are run through a C-like preprocessor. Alas,
@@ -97,3 +100,5 @@ typedef CCTK_INT integer;
#ifdef HAVE_ROW_SPARSE_JACOBIAN__ILUCG
#define HAVE_ROW_SPARSE_JACOBIAN
#endif
+
+#endif /* AHFINDERDIRECT__CONFIG_H */