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