]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/cgns/defines.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / cgns / defines.patch
1 diff --git a/src/cgnstypes.h.in b/src/cgnstypes.h.in
2 index 98c4e7fdc..8c6bcea62 100644
3 --- a/src/cgnstypes.h.in
4 +++ b/src/cgnstypes.h.in
5 @@ -29,6 +29,11 @@
6 #ifndef CGNSTYPES_H
7 #define CGNSTYPES_H
8
9 +#define CG_BUILD_HDF5 @BUILDHDF5@
10 +#define CG_BUILD_FORTRAN @BUILDFORTRAN@
11 +#define CG_BUILD_PARALLEL @BUILDPARALLEL@
12 +#define CG_BUILD_BASESCOPE @BUILDBASESCOPE@
13 +
14 #define CG_BUILD_LEGACY @BUILDLEGACY@
15 #define CG_BUILD_64BIT @BUILD64BIT@
16 #define CG_BUILD_SCOPE @BUILDSCOPE@