|
41 | 41 | /* Define this symbol to enable ZMQ functions */ |
42 | 42 | #define ENABLE_ZMQ 1 |
43 | 43 |
|
44 | | -/* Define to 1 if you have the declaration of `be16toh', and to 0 if you |
45 | | - don't. */ |
46 | | -#define HAVE_DECL_BE16TOH 0 |
47 | | - |
48 | | -/* Define to 1 if you have the declaration of `be32toh', and to 0 if you |
49 | | - don't. */ |
50 | | -#define HAVE_DECL_BE32TOH 0 |
51 | | - |
52 | | -/* Define to 1 if you have the declaration of `be64toh', and to 0 if you |
53 | | - don't. */ |
54 | | -#define HAVE_DECL_BE64TOH 0 |
55 | | - |
56 | | -/* Define to 1 if you have the declaration of `bswap_16', and to 0 if you |
57 | | - don't. */ |
58 | | -#define HAVE_DECL_BSWAP_16 0 |
59 | | - |
60 | | -/* Define to 1 if you have the declaration of `bswap_32', and to 0 if you |
61 | | - don't. */ |
62 | | -#define HAVE_DECL_BSWAP_32 0 |
63 | | - |
64 | | -/* Define to 1 if you have the declaration of `bswap_64', and to 0 if you |
65 | | - don't. */ |
66 | | -#define HAVE_DECL_BSWAP_64 0 |
67 | | - |
68 | 44 | /* Define to 1 if you have the declaration of `fork', and to 0 if you don't. |
69 | 45 | */ |
70 | 46 | #define HAVE_DECL_FORK 0 |
71 | 47 |
|
72 | | -/* Define to 1 if you have the declaration of `htobe16', and to 0 if you |
73 | | - don't. */ |
74 | | -#define HAVE_DECL_HTOBE16 0 |
75 | | - |
76 | | -/* Define to 1 if you have the declaration of `htobe32', and to 0 if you |
77 | | - don't. */ |
78 | | -#define HAVE_DECL_HTOBE32 0 |
79 | | - |
80 | | -/* Define to 1 if you have the declaration of `htobe64', and to 0 if you |
81 | | - don't. */ |
82 | | -#define HAVE_DECL_HTOBE64 0 |
83 | | - |
84 | | -/* Define to 1 if you have the declaration of `htole16', and to 0 if you |
85 | | - don't. */ |
86 | | -#define HAVE_DECL_HTOLE16 0 |
87 | | - |
88 | | -/* Define to 1 if you have the declaration of `htole32', and to 0 if you |
89 | | - don't. */ |
90 | | -#define HAVE_DECL_HTOLE32 0 |
91 | | - |
92 | | -/* Define to 1 if you have the declaration of `htole64', and to 0 if you |
93 | | - don't. */ |
94 | | -#define HAVE_DECL_HTOLE64 0 |
95 | | - |
96 | | -/* Define to 1 if you have the declaration of `le16toh', and to 0 if you |
97 | | - don't. */ |
98 | | -#define HAVE_DECL_LE16TOH 0 |
99 | | - |
100 | | -/* Define to 1 if you have the declaration of `le32toh', and to 0 if you |
101 | | - don't. */ |
102 | | -#define HAVE_DECL_LE32TOH 0 |
103 | | - |
104 | | -/* Define to 1 if you have the declaration of `le64toh', and to 0 if you |
105 | | - don't. */ |
106 | | -#define HAVE_DECL_LE64TOH 0 |
107 | | - |
108 | 48 | /* Define to 1 if you have the declaration of `setsid', and to 0 if you don't. |
109 | 49 | */ |
110 | 50 | #define HAVE_DECL_SETSID 0 |
|
0 commit comments