config.h.cmake.in 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. /* config.h. Generated from config.h.in by configure. */
  2. /* config.h.in. Generated from configure.ac by autoheader. */
  3. /* Define if __attribute__((destructor)) is accepted */
  4. #cmakedefine ATTRIBUTE_DESTRUCTOR @ATTRIBUTE_DESTRUCTOR@
  5. /* Type cast for the gethostbyname() argument */
  6. #cmakedefine GETHOSTBYNAME_ARG_CAST @GETHOSTBYNAME_ARG_CAST@
  7. /* Define to 1 if you have the <arpa/inet.h> header file. */
  8. #cmakedefine HAVE_ARPA_INET_H 1
  9. /* Define to 1 if you have the <arpa/nameser.h> header file. */
  10. #cmakedefine HAVE_ARPA_NAMESER_H 1
  11. /* Whether struct sockaddr::__ss_family exists */
  12. #cmakedefine HAVE_BROKEN_SS_FAMILY 1
  13. /* Define to 1 if you have the <dlfcn.h> header file. */
  14. #cmakedefine HAVE_DLFCN_H 1
  15. /* Have dlopen based dso */
  16. #cmakedefine HAVE_DLOPEN 1
  17. /* Define to 1 if you have the <dl.h> header file. */
  18. #cmakedefine HAVE_DL_H 1
  19. /* Define to 1 if you have the <fcntl.h> header file. */
  20. #cmakedefine HAVE_FCNTL_H 1
  21. /* Define to 1 if you have the `ftime' function. */
  22. #cmakedefine HAVE_FTIME 1
  23. /* Define if getaddrinfo is there */
  24. #cmakedefine HAVE_GETADDRINFO 1
  25. /* Define to 1 if you have the `gettimeofday' function. */
  26. #cmakedefine HAVE_GETTIMEOFDAY 1
  27. /* Define to 1 if you have the <inttypes.h> header file. */
  28. #cmakedefine HAVE_INTTYPES_H 1
  29. /* Define to 1 if you have the `isascii' function. */
  30. #cmakedefine HAVE_ISASCII 1
  31. /* Define if history library is there (-lhistory) */
  32. #cmakedefine HAVE_LIBHISTORY 1
  33. /* Define if readline library is there (-lreadline) */
  34. #cmakedefine HAVE_LIBREADLINE 1
  35. /* Define to 1 if you have the `mmap' function. */
  36. #cmakedefine HAVE_MMAP 1
  37. /* Define to 1 if you have the `munmap' function. */
  38. #cmakedefine HAVE_MUNMAP 1
  39. /* mmap() is no good without munmap() */
  40. #if defined(HAVE_MMAP) && !defined(HAVE_MUNMAP)
  41. # undef /**/ HAVE_MMAP
  42. #endif
  43. /* Define to 1 if you have the <netdb.h> header file. */
  44. #cmakedefine HAVE_NETDB_H 1
  45. /* Define to 1 if you have the <netinet/in.h> header file. */
  46. #cmakedefine HAVE_NETINET_IN_H 1
  47. /* Define to 1 if you have the <poll.h> header file. */
  48. #cmakedefine HAVE_POLL_H 1
  49. /* Define if <pthread.h> is there */
  50. #cmakedefine HAVE_PTHREAD_H 1
  51. /* Define to 1 if you have the `putenv' function. */
  52. #cmakedefine HAVE_PUTENV 1
  53. /* Define to 1 if you have the `rand_r' function. */
  54. #cmakedefine HAVE_RAND_R 1
  55. /* Define to 1 if you have the <resolv.h> header file. */
  56. #cmakedefine HAVE_RESOLV_H 1
  57. /* Have shl_load based dso */
  58. #cmakedefine HAVE_SHLLOAD 1
  59. /* Define to 1 if you have the `stat' function. */
  60. #cmakedefine HAVE_STAT 1
  61. /* Define to 1 if you have the <stdint.h> header file. */
  62. #cmakedefine HAVE_STDINT_H 1
  63. /* Define to 1 if you have the <sys/mman.h> header file. */
  64. #cmakedefine HAVE_SYS_MMAN_H 1
  65. /* Define to 1 if you have the <sys/select.h> header file. */
  66. #cmakedefine HAVE_SYS_SELECT_H 1
  67. /* Define to 1 if you have the <sys/socket.h> header file. */
  68. #cmakedefine HAVE_SYS_SOCKET_H 1
  69. /* Define to 1 if you have the <sys/stat.h> header file. */
  70. #cmakedefine HAVE_SYS_STAT_H 1
  71. /* Define to 1 if you have the <sys/timeb.h> header file. */
  72. #cmakedefine HAVE_SYS_TIMEB_H 1
  73. /* Define to 1 if you have the <sys/time.h> header file. */
  74. #cmakedefine HAVE_SYS_TIME_H 1
  75. /* Define to 1 if you have the <sys/types.h> header file. */
  76. #cmakedefine HAVE_SYS_TYPES_H 1
  77. /* Define to 1 if you have the <unistd.h> header file. */
  78. #cmakedefine HAVE_UNISTD_H 1
  79. /* Whether va_copy() is available */
  80. #cmakedefine HAVE_VA_COPY 1
  81. /* Define to 1 if you have the <zlib.h> header file. */
  82. #cmakedefine HAVE_ZLIB_H 1
  83. /* Whether __va_copy() is available */
  84. #cmakedefine HAVE___VA_COPY 1
  85. /* Define to the sub-directory where libtool stores uninstalled libraries. */
  86. #cmakedefine LT_OBJDIR "@LT_OBJDIR@"
  87. /* Name of package */
  88. #define PACKAGE "@PACKAGE@"
  89. /* Define to the address where bug reports for this package should be sent. */
  90. #define PACKAGE_BUGREPORT "@PACKAGE_BUGREPORT@"
  91. /* Define to the full name of this package. */
  92. #define PACKAGE_NAME "@PACKAGE_NAME@"
  93. /* Define to the full name and version of this package. */
  94. #define PACKAGE_STRING "@PACKAGE_STRING@"
  95. /* Define to the one symbol short name of this package. */
  96. #define PACKAGE_TARNAME "@PACKAGE_TARNAME@"
  97. /* Define to the home page for this package. */
  98. #define PACKAGE_URL "@PACKAGE_URL@"
  99. /* Define to the version of this package. */
  100. #define PACKAGE_VERSION "@PACKAGE_VERSION@"
  101. /* Type cast for the send() function 2nd arg */
  102. #cmakedefine SEND_ARG2_CAST @SEND_ARG2_CAST@
  103. /* Support for IPv6 */
  104. #cmakedefine SUPPORT_IP6 1
  105. /* Define if va_list is an array type */
  106. #cmakedefine VA_LIST_IS_ARRAY 1
  107. /* Version number of package */
  108. #cmakedefine VERSION "@VERSION@"
  109. /* Determine what socket length (socklen_t) data type is */
  110. #cmakedefine XML_SOCKLEN_T @XML_SOCKLEN_T@
  111. /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
  112. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  113. #define below would cause a syntax error. */
  114. #cmakedefine _UINT32_T @_UINT32_T@
  115. /* ss_family is not defined here, use __ss_family instead */
  116. #cmakedefine ss_family @ss_family@
  117. /* Define to the type of an unsigned integer type of width exactly 32 bits if
  118. such a type exists and the standard includes do not define it. */
  119. #cmakedefine uint32_t @uint32_t@