config-linux.h 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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 <netinet/in.h> header file. */
  8. #define HAVE_NETINET_IN_H 1
  9. /* Define to 1 if you have the <netinet/ip.h> header file. */
  10. #define HAVE_NETINET_IP_H 1
  11. /* Define to 1 if you have the <unistd.h> header file. */
  12. #define HAVE_UNISTD_H 1
  13. /* Define to 1 if you have the <sys/endian.h> header file. */
  14. /* #undef HAVE_SYS_ENDIAN_H */
  15. /* Define to 1 if you have the <endian.h> header file. */
  16. #define HAVE_ENDIAN_H 1
  17. /* Define to 1 if you have the <byteswap.h> header file. */
  18. #define HAVE_BYTESWAP_H 1
  19. /* Define to 1 if you have the <asm/types.h> header file. */
  20. #define HAVE_ASM_TYPES_H 1
  21. /* Define to 1 if you have the <linux/netlink.h> header file. */
  22. #define HAVE_LINUX_NETLINK_H 1
  23. /* Define to 1 if you have the <linux/rtnetlink.h> header file. */
  24. #define HAVE_LINUX_RTNETLINK_H 1
  25. /* Define to 1 if you have the `be64toh' function, otherwise 0. */
  26. #define HAVE_DECL_BE64TOH 1
  27. /* Define to 1 if you have the `bswap_64' function, otherwise 0. */
  28. #define HAVE_DECL_BSWAP_64 1
  29. /* Define WORDS_BIGENDIAN to 1 if target architecture is big
  30. endian. */
  31. /* #undef WORDS_BIGENDIAN */
  32. /* Define to 1 if you have `libbrotlienc` and `libbrotlidec` libraries. */
  33. /* #undef HAVE_LIBBROTLI */
  34. /* Define to 1 if you have the `explicit_bzero' function. */
  35. #define HAVE_EXPLICIT_BZERO 1
  36. /* Define to 1 if you have the `memset_s' function. */
  37. /* #undef HAVE_MEMSET_S */