mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-26 08:08:24 -05:00
bfca444b92
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`.
16 lines
389 B
C
16 lines
389 B
C
#if defined(_MSC_VER)
|
|
# pragma warning(push,1)
|
|
#endif
|
|
|
|
#include <cm3p/kwiml/abi.h>
|
|
#include <cm3p/kwiml/int.h>
|
|
|
|
/* Define to `int' if <sys/types.h> does not define. */
|
|
#cmakedefine ssize_t @ssize_t@
|
|
|
|
/* Define to 1 if you have the <arpa/inet.h> header file. */
|
|
#cmakedefine HAVE_ARPA_INET_H 1
|
|
|
|
/* Define to 1 if you have the <netinet/in.h> header file. */
|
|
#cmakedefine HAVE_NETINET_IN_H 1
|