瀏覽代碼

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`.
Brad King 2 年之前
父節點
當前提交
bfca444b92
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      Utilities/cmnghttp2/cmakeconfig.h.in

+ 0 - 3
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