|
43 | 43 | /* Define this symbol if you have __builtin_clzll */
|
44 | 44 | #cmakedefine HAVE_BUILTIN_CLZLL 1
|
45 | 45 |
|
46 |
| -/* Define to 1 if you have the <byteswap.h> header file. */ |
47 |
| -#cmakedefine HAVE_BYTESWAP_H 1 |
48 |
| - |
49 |
| -/* Define to 1 if you have the declaration of `be16toh', and to 0 if you |
50 |
| - don't. */ |
51 |
| -#cmakedefine01 HAVE_DECL_BE16TOH |
52 |
| - |
53 |
| -/* Define to 1 if you have the declaration of `be32toh', and to 0 if you |
54 |
| - don't. */ |
55 |
| -#cmakedefine01 HAVE_DECL_BE32TOH |
56 |
| - |
57 |
| -/* Define to 1 if you have the declaration of `be64toh', and to 0 if you |
58 |
| - don't. */ |
59 |
| -#cmakedefine01 HAVE_DECL_BE64TOH |
60 |
| - |
61 |
| -/* Define to 1 if you have the declaration of `bswap_16', and to 0 if you |
62 |
| - don't. */ |
63 |
| -#cmakedefine01 HAVE_DECL_BSWAP_16 |
64 |
| - |
65 |
| -/* Define to 1 if you have the declaration of `bswap_32', and to 0 if you |
66 |
| - don't. */ |
67 |
| -#cmakedefine01 HAVE_DECL_BSWAP_32 |
68 |
| - |
69 |
| -/* Define to 1 if you have the declaration of `bswap_64', and to 0 if you |
70 |
| - don't. */ |
71 |
| -#cmakedefine01 HAVE_DECL_BSWAP_64 |
72 |
| - |
73 | 46 | /* Define to 1 if you have the declaration of `fork', and to 0 if you don't.
|
74 | 47 | */
|
75 | 48 | #cmakedefine01 HAVE_DECL_FORK
|
|
82 | 55 | don't. */
|
83 | 56 | #cmakedefine01 HAVE_DECL_GETIFADDRS
|
84 | 57 |
|
85 |
| -/* Define to 1 if you have the declaration of `htobe16', and to 0 if you |
86 |
| - don't. */ |
87 |
| -#cmakedefine01 HAVE_DECL_HTOBE16 |
88 |
| - |
89 |
| -/* Define to 1 if you have the declaration of `htobe32', and to 0 if you |
90 |
| - don't. */ |
91 |
| -#cmakedefine01 HAVE_DECL_HTOBE32 |
92 |
| - |
93 |
| -/* Define to 1 if you have the declaration of `htobe64', and to 0 if you |
94 |
| - don't. */ |
95 |
| -#cmakedefine01 HAVE_DECL_HTOBE64 |
96 |
| - |
97 |
| -/* Define to 1 if you have the declaration of `htole16', and to 0 if you |
98 |
| - don't. */ |
99 |
| -#cmakedefine01 HAVE_DECL_HTOLE16 |
100 |
| - |
101 |
| -/* Define to 1 if you have the declaration of `htole32', and to 0 if you |
102 |
| - don't. */ |
103 |
| -#cmakedefine01 HAVE_DECL_HTOLE32 |
104 |
| - |
105 |
| -/* Define to 1 if you have the declaration of `htole64', and to 0 if you |
106 |
| - don't. */ |
107 |
| -#cmakedefine01 HAVE_DECL_HTOLE64 |
108 |
| - |
109 |
| -/* Define to 1 if you have the declaration of `le16toh', and to 0 if you |
110 |
| - don't. */ |
111 |
| -#cmakedefine01 HAVE_DECL_LE16TOH |
112 |
| - |
113 |
| -/* Define to 1 if you have the declaration of `le32toh', and to 0 if you |
114 |
| - don't. */ |
115 |
| -#cmakedefine01 HAVE_DECL_LE32TOH |
116 |
| - |
117 |
| -/* Define to 1 if you have the declaration of `le64toh', and to 0 if you |
118 |
| - don't. */ |
119 |
| -#cmakedefine01 HAVE_DECL_LE64TOH |
120 |
| - |
121 | 58 | /* Define to 1 if you have the declaration of `pipe2', and to 0 if you don't.
|
122 | 59 | */
|
123 | 60 | #cmakedefine01 HAVE_DECL_PIPE2
|
|
132 | 69 | /* Define if the dllexport attribute is supported. */
|
133 | 70 | #cmakedefine HAVE_DLLEXPORT_ATTRIBUTE 1
|
134 | 71 |
|
135 |
| -/* Define to 1 if you have the <endian.h> header file. */ |
136 |
| -#cmakedefine HAVE_ENDIAN_H 1 |
137 |
| - |
138 | 72 | /* Define to 1 if fdatasync is available. */
|
139 | 73 | #cmakedefine HAVE_FDATASYNC 1
|
140 | 74 |
|
|
169 | 103 | /* Define to 1 if std::system or ::wsystem is available. */
|
170 | 104 | #cmakedefine HAVE_SYSTEM 1
|
171 | 105 |
|
172 |
| -/* Define to 1 if you have the <sys/endian.h> header file. */ |
173 |
| -#cmakedefine HAVE_SYS_ENDIAN_H 1 |
174 |
| - |
175 | 106 | /* Define this symbol if the Linux getrandom system call is available */
|
176 | 107 | #cmakedefine HAVE_SYS_GETRANDOM 1
|
177 | 108 |
|
|
0 commit comments