config.in 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. /* Define to 1 if you have the <arpa/inet.h> header file. */
  2. #cmakedefine HAVE_ARPA_INET_H @HAVE_ARPA_INET_H@
  3. /* Define to 1 if you have the <sys/socket.h> header file. */
  4. #cmakedefine HAVE_SYS_SOCKET_H @HAVE_SYS_SOCKET_H@
  5. /* Define to 1 if you have the <errno.h> header file. */
  6. #cmakedefine HAVE_ERRNO_H @HAVE_ERRNO_H@
  7. /* Define to 1 if you have the `getaddrinfo' function. */
  8. #cmakedefine HAVE_GETADDRINFO @HAVE_GETADDRINFO@
  9. /* Define to 1 if you have the `gmtime_r' function. */
  10. #cmakedefine HAVE_GMTIME_R @HAVE_GMTIME_R@
  11. /* Define to 1 if you have the <limits.h> header file. */
  12. #cmakedefine HAVE_LIMITS_H @HAVE_LIMITS_H@
  13. /* Define to 1 if you have the <pcap/pcap.h> header file. */
  14. #cmakedefine HAVE_PCAP_PCAP_H @HAVE_PCAP_PCAP_H@
  15. /* Define if you have POSIX threads libraries and header files. */
  16. #cmakedefine HAVE_PTHREAD @HAVE_PTHREAD@
  17. /* Define to 1 if you have the `strftime' function. */
  18. #cmakedefine HAVE_STRFTIME @HAVE_STRFTIME@
  19. /* Define to 1 if you have the <strings.h> header file. */
  20. #cmakedefine HAVE_STRINGS_H @HAVE_STRINGS_H@
  21. /* Define to 1 if you have the <string.h> header file. */
  22. #cmakedefine HAVE_STRING_H @HAVE_STRING_H@
  23. /* Define to 1 if you have the <sys/time.h> header file. */
  24. #cmakedefine HAVE_SYS_TIME_H @HAVE_SYS_TIME_H@
  25. /* Define to 1 if you have the <Security/SecTrustSettings.h> header file. */
  26. #cmakedefine HAVE_SECURITY_SECTRUSTSETTINGS_H @HAVE_SECURITY_SECTRUSTSETTINGS_H@
  27. /* Define to 1 if the system has the type `__uint128_t'. */
  28. #cmakedefine HAVE___UINT128_T @HAVE___UINT128_T@
  29. /* Define to the full name of this package. */
  30. #define PACKAGE_NAME "@CMAKE_PROJECT_NAME@"
  31. /* The size of `long', as computed by sizeof. */
  32. #cmakedefine SIZEOF_LONG @SIZEOF_LONG@
  33. /* The size of `long long', as computed by sizeof. */
  34. #cmakedefine SIZEOF_LONG_LONG @SIZEOF_LONG_LONG@
  35. /* The size of `time_t', as computed by sizeof. */
  36. #cmakedefine SIZEOF_TIME_T @SIZEOF_TIME_T@
  37. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  38. significant byte first (like Motorola and SPARC, unlike Intel). */
  39. #cmakedefine WORDS_BIGENDIAN