summaryrefslogtreecommitdiff
path: root/Utilities/cmnghttp2/cmakeconfig.h.in
blob: 60698fb99b8b3fea6bc740c745c0bc682a37d2cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#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@

/* 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

/* Define to 1 if you have the <netinet/in.h> header file. */
#cmakedefine HAVE_NETINET_IN_H 1