aboutsummaryrefslogtreecommitdiff
path: root/ports/cgns/defines.patch
blob: e17d488287a6a67c63dc552af325840134b67e01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/src/cgnstypes.h.in b/src/cgnstypes.h.in
index 98c4e7fdc..8c6bcea62 100644
--- a/src/cgnstypes.h.in
+++ b/src/cgnstypes.h.in
@@ -29,6 +29,11 @@
 #ifndef CGNSTYPES_H
 #define CGNSTYPES_H
 
+#define CG_BUILD_HDF5      @BUILDHDF5@
+#define CG_BUILD_FORTRAN   @BUILDFORTRAN@
+#define CG_BUILD_PARALLEL  @BUILDPARALLEL@
+#define CG_BUILD_BASESCOPE @BUILDBASESCOPE@
+
 #define CG_BUILD_LEGACY @BUILDLEGACY@
 #define CG_BUILD_64BIT  @BUILD64BIT@
 #define CG_BUILD_SCOPE  @BUILDSCOPE@