config-linux.h 880 B

12345678910111213141516171819202122232425262728293031
  1. /* Define to `int' if <sys/types.h> does not define. */
  2. /* #undef ssize_t */
  3. /* Define to 1 to enable debug output. */
  4. /* #undef DEBUGBUILD */
  5. /* Define to 1 if you have the <arpa/inet.h> header file. */
  6. #define HAVE_ARPA_INET_H 1
  7. /* Define to 1 if you have the <unistd.h> header file. */
  8. #define HAVE_UNISTD_H 1
  9. /* Define to 1 if you have the <sys/endian.h> header file. */
  10. /* #undef HAVE_SYS_ENDIAN_H */
  11. /* Define to 1 if you have the <endian.h> header file. */
  12. #define HAVE_ENDIAN_H 1
  13. /* Define to 1 if you have the <byteswap.h> header file. */
  14. #define HAVE_BYTESWAP_H 1
  15. /* Define to 1 if you have the `be64toh' function, otherwise 0. */
  16. #define HAVE_DECL_BE64TOH 1
  17. /* Define to 1 if you have the `bswap_64' function, otherwise 0. */
  18. #define HAVE_DECL_BSWAP_64 1
  19. /* Define WORDS_BIGENDIAN to 1 if target architecture is big
  20. endian. */
  21. /* #undef WORDS_BIGENDIAN */