blob: 51bc0edb00026b71107423f99fefdc9f24a66f44 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
/* Define to `int' if <sys/types.h> does not define. */
/* #undef ssize_t */
/* Define to 1 to enable debug output. */
/* #undef DEBUGBUILD */
/* Define to 1 if you have the <arpa/inet.h> header file. */
#define HAVE_ARPA_INET_H 1
/* Define to 1 if you have the <netinet/in.h> header file. */
#define HAVE_NETINET_IN_H 1
/* Define to 1 if you have the <netinet/ip.h> header file. */
#define HAVE_NETINET_IP_H 1
/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1
/* Define to 1 if you have the <sys/endian.h> header file. */
/* #undef HAVE_SYS_ENDIAN_H */
/* Define to 1 if you have the <endian.h> header file. */
#define HAVE_ENDIAN_H 1
/* Define to 1 if you have the <byteswap.h> header file. */
#define HAVE_BYTESWAP_H 1
/* Define to 1 if you have the <asm/types.h> header file. */
#define HAVE_ASM_TYPES_H 1
/* Define to 1 if you have the <linux/netlink.h> header file. */
#define HAVE_LINUX_NETLINK_H 1
/* Define to 1 if you have the <linux/rtnetlink.h> header file. */
#define HAVE_LINUX_RTNETLINK_H 1
/* Define to 1 if you have the `be64toh' function, otherwise 0. */
#define HAVE_DECL_BE64TOH 1
/* Define to 1 if you have the `bswap_64' function, otherwise 0. */
#define HAVE_DECL_BSWAP_64 1
/* Define WORDS_BIGENDIAN to 1 if target architecture is big
endian. */
/* #undef WORDS_BIGENDIAN */
/* Define to 1 if you have `libbrotlienc` and `libbrotlidec` libraries. */
/* #undef HAVE_LIBBROTLI */
/* Define to 1 if you have the `explicit_bzero' function. */
#define HAVE_EXPLICIT_BZERO 1
/* Define to 1 if you have the `memset_s' function. */
/* #undef HAVE_MEMSET_S */
|