diff options
author | Brad King <brad.king@kitware.com> | 2023-02-16 20:13:52 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-02-16 20:13:52 (GMT) |
commit | bfca444b92f6b1eb5db81ac17aafcd8241b94419 (patch) | |
tree | cdaa028b7c3468083508d0d3ff62d503ca4ac36f | |
parent | 2a758e34ea7fc28d085460b575a5640a6e18232d (diff) | |
download | CMake-bfca444b92f6b1eb5db81ac17aafcd8241b94419.zip CMake-bfca444b92f6b1eb5db81ac17aafcd8241b94419.tar.gz CMake-bfca444b92f6b1eb5db81ac17aafcd8241b94419.tar.bz2 |
nghttp2: Drop unused configuration value from build within CMake
Since commit 7ce2a682a3 (nghttp2 2022-09-21 (87fef4ab), 2022-09-21,
v3.26.0-rc1~455^2~1^2) we do not need `SIZEOF_INT_P`.
-rw-r--r-- | Utilities/cmnghttp2/cmakeconfig.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Utilities/cmnghttp2/cmakeconfig.h.in b/Utilities/cmnghttp2/cmakeconfig.h.in index 60698fb..8b14df2 100644 --- a/Utilities/cmnghttp2/cmakeconfig.h.in +++ b/Utilities/cmnghttp2/cmakeconfig.h.in @@ -8,9 +8,6 @@ /* Define to `int' if <sys/types.h> does not define. */ #cmakedefine ssize_t @ssize_t@ -/* sizeof(int *) */ -#define SIZEOF_INT_P KWIML_ABI_SIZEOF_DATA_PTR - /* Define to 1 if you have the <arpa/inet.h> header file. */ #cmakedefine HAVE_ARPA_INET_H 1 |