]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/cgicc/fix-define.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / cgicc / fix-define.patch
1 diff --git a/cgicc/config.h.in b/cgicc/config.h.in
2 index 6870cc2..ee7b5b4 100644
3 --- a/cgicc/config.h.in
4 +++ b/cgicc/config.h.in
5 @@ -76,7 +76,7 @@
6 #undef HAVE__BOOL
7
8 /* The host system cgicc was configured for */
9 -#undef HOST
10 +#cmakedefine HOST "@HOST@"
11
12 /* Define to the sub-directory where libtool stores uninstalled libraries. */
13 #undef LT_OBJDIR
14 @@ -106,7 +106,7 @@
15 #undef STDC_HEADERS
16
17 /* Version number of package */
18 -#undef VERSION
19 +#cmakedefine VERSION "@VERSION@"
20
21 /* Define to `__inline__' or `__inline' if that's what the C compiler
22 calls it, or to nothing if 'inline' is not supported under any name. */