You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
389 B
16 lines
389 B
#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
|