cmake_config.h.in 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. /**
  2. * Licensed to the Apache Software Foundation (ASF) under one
  3. * or more contributor license agreements. See the NOTICE file
  4. * distributed with this work for additional information
  5. * regarding copyright ownership. The ASF licenses this file
  6. * to you under the Apache License, Version 2.0 (the
  7. * "License"); you may not use this file except in compliance
  8. * with the License. You may obtain a copy of the License at
  9. *
  10. * http://www.apache.org/licenses/LICENSE-2.0
  11. *
  12. * Unless required by applicable law or agreed to in writing, software
  13. * distributed under the License is distributed on an "AS IS" BASIS,
  14. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  15. * See the License for the specific language governing permissions and
  16. * limitations under the License.
  17. */
  18. #ifndef CONFIG_H_
  19. #define CONFIG_H_
  20. /* Define to 1 if you have the <arpa/inet.h> header file. */
  21. #cmakedefine HAVE_ARPA_INET_H 1
  22. /* Define to 1 if you have the <dlfcn.h> header file. */
  23. #cmakedefine HAVE_DLFCN_H 1
  24. /* Define to 1 if you have the <fcntl.h> header file. */
  25. #cmakedefine HAVE_FCNTL_H 1
  26. /* Define to 1 if you have the file `generated/zookeeper.jute.c'. */
  27. #cmakedefine HAVE_GENERATED_ZOOKEEPER_JUTE_C 1
  28. /* Define to 1 if you have the file `generated/zookeeper.jute.h'. */
  29. #cmakedefine HAVE_GENERATED_ZOOKEEPER_JUTE_H 1
  30. /* Define to 1 if you have the `getcwd' function. */
  31. #cmakedefine HAVE_GETCWD 1
  32. /* Define to 1 if you have the `gethostbyname' function. */
  33. #cmakedefine HAVE_GETHOSTBYNAME 1
  34. /* Define to 1 if you have the `gethostname' function. */
  35. #cmakedefine HAVE_GETHOSTNAME 1
  36. /* Define to 1 if you have the `getlogin' function. */
  37. #cmakedefine HAVE_GETLOGIN 1
  38. /* Define to 1 if you have the `getpwuid_r' function. */
  39. #cmakedefine HAVE_GETPWUID_R 1
  40. /* Define to 1 if you have the `gettimeofday' function. */
  41. #cmakedefine HAVE_GETTIMEOFDAY 1
  42. /* Define to 1 if you have the `getuid' function. */
  43. #cmakedefine HAVE_GETUID 1
  44. /* Define to 1 if you have the <inttypes.h> header file. */
  45. #cmakedefine HAVE_INTTYPES_H 1
  46. /* Define to 1 if you have the `rt' library (-lrt). */
  47. #cmakedefine HAVE_LIBRT 1
  48. /* Define to 1 if you have the `memmove' function. */
  49. #cmakedefine HAVE_MEMMOVE 1
  50. /* Define to 1 if you have the <memory.h> header file. */
  51. #cmakedefine HAVE_MEMORY_H 1
  52. /* Define to 1 if you have the `memset' function. */
  53. #cmakedefine HAVE_MEMSET 1
  54. /* Define to 1 if you have the <netdb.h> header file. */
  55. #cmakedefine HAVE_NETDB_H 1
  56. /* Define to 1 if you have the <netinet/in.h> header file. */
  57. #cmakedefine HAVE_NETINET_IN_H 1
  58. /* Define to 1 if you have the `poll' function. */
  59. #cmakedefine HAVE_POLL 1
  60. /* Define to 1 if you have the `socket' function. */
  61. #cmakedefine HAVE_SOCKET 1
  62. /* Define to 1 if you have the <stdint.h> header file. */
  63. #cmakedefine HAVE_STDINT_H 1
  64. /* Define to 1 if you have the <stdlib.h> header file. */
  65. #cmakedefine HAVE_STDLIB_H 1
  66. /* Define to 1 if you have the `strchr' function. */
  67. #cmakedefine HAVE_STRCHR 1
  68. /* Define to 1 if you have the `strdup' function. */
  69. #cmakedefine HAVE_STRDUP 1
  70. /* Define to 1 if you have the `strerror' function. */
  71. #cmakedefine HAVE_STRERROR 1
  72. /* Define to 1 if you have the <strings.h> header file. */
  73. #cmakedefine HAVE_STRINGS_H 1
  74. /* Define to 1 if you have the <string.h> header file. */
  75. #cmakedefine HAVE_STRING_H 1
  76. /* Define to 1 if you have the `strtol' function. */
  77. #cmakedefine HAVE_STRTOL 1
  78. /* Define to 1 if you have the <sys/socket.h> header file. */
  79. #cmakedefine HAVE_SYS_SOCKET_H 1
  80. /* Define to 1 if you have the <sys/stat.h> header file. */
  81. #cmakedefine HAVE_SYS_STAT_H 1
  82. /* Define to 1 if you have the <sys/time.h> header file. */
  83. #cmakedefine HAVE_SYS_TIME_H 1
  84. /* Define to 1 if you have the <sys/types.h> header file. */
  85. #cmakedefine HAVE_SYS_TYPES_H 1
  86. /* Define to 1 if you have the <sys/utsname.h> header file. */
  87. #cmakedefine HAVE_SYS_UTSNAME_H 1
  88. /* Define to 1 if you have the <unistd.h> header file. */
  89. #cmakedefine HAVE_UNISTD_H 1
  90. /* Define to 1 if IPv6 support is available. */
  91. #cmakedefine ZOO_IPV6_ENABLED 1
  92. /* Define to 1 if SOCK_CLOEXEC is available and wanted */
  93. #cmakedefine SOCK_CLOEXEC_ENABLED 1
  94. /* poll() second argument type */
  95. #define POLL_NFDS_TYPE nfds_t
  96. /* Name of package */
  97. #define PACKAGE "${PROJECT_NAME}"
  98. /* Define to the address where bug reports for this package should be sent. */
  99. #define PACKAGE_BUGREPORT "${email}"
  100. /* Define to the full name of this package. */
  101. #define PACKAGE_NAME "${description}"
  102. /* Define to the full name and version of this package. */
  103. #define PACKAGE_STRING "${description} ${PROJECT_VERSION}"
  104. /* Define to the one symbol short name of this package. */
  105. #define PACKAGE_TARNAME "${PROJECT_NAME}"
  106. /* Define to the version of this package. */
  107. #define PACKAGE_VERSION "${PROJECT_VERSION}"
  108. /* Version number of package */
  109. #define VERSION "${PROJECT_VERSION}"
  110. #endif