config-mac.h 931 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. #define OS "mac"
  2. #define HAVE_NETINET_IN_H 1
  3. #define HAVE_SYS_SOCKET_H 1
  4. #define HAVE_SYS_SELECT_H 1
  5. #define HAVE_NETDB_H 1
  6. #define HAVE_ARPA_INET_H 1
  7. #define HAVE_UNISTD_H 1
  8. #define HAVE_NET_IF_H 1
  9. #define HAVE_SYS_TYPES_H 1
  10. #define HAVE_GETTIMEOFDAY 1
  11. #define HAVE_FCNTL_H 1
  12. #define HAVE_SYS_STAT_H 1
  13. #define HAVE_ALLOCA_H 1
  14. #define HAVE_TIME_H 1
  15. #define HAVE_STDLIB_H 1
  16. #define HAVE_UTIME_H 1
  17. #define TIME_WITH_SYS_TIME 1
  18. #define HAVE_STRDUP 1
  19. #define HAVE_UTIME 1
  20. #define HAVE_INET_NTOA 1
  21. #define HAVE_SETVBUF 1
  22. #define HAVE_STRFTIME 1
  23. #define HAVE_INET_ADDR 1
  24. #define HAVE_MEMCPY 1
  25. #define HAVE_SELECT 1
  26. #define HAVE_SOCKET 1
  27. //#define HAVE_STRICMP 1
  28. #define HAVE_SIGACTION 1
  29. #ifdef MACOS_SSL_SUPPORT
  30. # define USE_SSLEAY 1
  31. # define USE_OPENSSL 1
  32. #endif
  33. #define HAVE_RAND_STATUS 1
  34. #define HAVE_RAND_EGD 1
  35. #define HAVE_FIONBIO 1
  36. #include <extra/stricmp.h>
  37. #include <extra/strdup.h>