PageRenderTime 71ms CodeModel.GetById 29ms RepoModel.GetById 0ms app.codeStats 0ms

/usr.bin/drill/config.h

https://gitlab.com/tlevine/DragonFlyBSD
C Header | 297 lines | 118 code | 86 blank | 93 comment | 0 complexity | 27ea9b9ea22efdc49a4741fea7313130 MD5 | raw file
  1. /* config.h. Generated from config.h.in by configure. */
  2. /* config.h.in. Generated from configure.ac by autoheader. */
  3. /* Define to 1 if you have the <arpa/inet.h> header file. */
  4. #define HAVE_ARPA_INET_H 1
  5. /* Define to 1 if you have the <assert.h> header file. */
  6. #define HAVE_ASSERT_H 1
  7. /* Define to 1 if you have the <ctype.h> header file. */
  8. #define HAVE_CTYPE_H 1
  9. /* Whether getaddrinfo is available */
  10. #define HAVE_GETADDRINFO 1
  11. /* Define to 1 if you have the <getopt.h> header file. */
  12. #define HAVE_GETOPT_H 1
  13. /* If you have HMAC_CTX_init */
  14. #define HAVE_HMAC_CTX_INIT 1
  15. /* Define to 1 if you have the <inttypes.h> header file. */
  16. #define HAVE_INTTYPES_H 1
  17. /* Define to 1 if you have the `isblank' function. */
  18. #define HAVE_ISBLANK 1
  19. /* Define to 1 if you have the `ldns' library (-lldns). */
  20. #define HAVE_LIBLDNS 1
  21. /* Define to 1 if you have the <memory.h> header file. */
  22. #define HAVE_MEMORY_H 1
  23. /* Define to 1 if you have the <netinet/if_ether.h> header file. */
  24. #define HAVE_NETINET_IF_ETHER_H 1
  25. /* Define to 1 if you have the <netinet/in.h> header file. */
  26. #define HAVE_NETINET_IN_H 1
  27. /* Define to 1 if you have the <netinet/in_systm.h> header file. */
  28. #define HAVE_NETINET_IN_SYSTM_H 1
  29. /* Define to 1 if you have the <netinet/ip6.h> header file. */
  30. #define HAVE_NETINET_IP6_H 1
  31. /* Define to 1 if you have the <netinet/ip.h> header file. */
  32. #define HAVE_NETINET_IP_H 1
  33. /* Define to 1 if you have the <netinet/udp.h> header file. */
  34. #define HAVE_NETINET_UDP_H 1
  35. /* Define to 1 if you have the <net/if.h> header file. */
  36. #define HAVE_NET_IF_H 1
  37. /* Define to 1 if you have the <openssl/err.h> header file. */
  38. #define HAVE_OPENSSL_ERR_H 1
  39. /* Define to 1 if you have the <openssl/rand.h> header file. */
  40. #define HAVE_OPENSSL_RAND_H 1
  41. /* Define to 1 if you have the <openssl/ssl.h> header file. */
  42. #define HAVE_OPENSSL_SSL_H 1
  43. /* Define if you have the SSL libraries installed. */
  44. #define HAVE_SSL /**/
  45. /* Define to 1 if you have the <stdint.h> header file. */
  46. #define HAVE_STDINT_H 1
  47. /* Define to 1 if you have the <stdio.h> header file. */
  48. #define HAVE_STDIO_H 1
  49. /* Define to 1 if you have the <stdlib.h> header file. */
  50. #define HAVE_STDLIB_H 1
  51. /* Define to 1 if you have the <strings.h> header file. */
  52. #define HAVE_STRINGS_H 1
  53. /* Define to 1 if you have the <string.h> header file. */
  54. #define HAVE_STRING_H 1
  55. /* Define to 1 if you have the <sys/mount.h> header file. */
  56. #define HAVE_SYS_MOUNT_H 1
  57. /* Define to 1 if you have the <sys/param.h> header file. */
  58. #define HAVE_SYS_PARAM_H 1
  59. /* Define to 1 if you have the <sys/select.h> header file. */
  60. #define HAVE_SYS_SELECT_H 1
  61. /* Define to 1 if you have the <sys/socket.h> header file. */
  62. #define HAVE_SYS_SOCKET_H 1
  63. /* Define to 1 if you have the <sys/stat.h> header file. */
  64. #define HAVE_SYS_STAT_H 1
  65. /* Define to 1 if you have the <sys/time.h> header file. */
  66. #define HAVE_SYS_TIME_H 1
  67. /* Define to 1 if you have the <sys/types.h> header file. */
  68. #define HAVE_SYS_TYPES_H 1
  69. /* Define to 1 if you have the <time.h> header file. */
  70. #define HAVE_TIME_H 1
  71. /* Define to 1 if you have the <unistd.h> header file. */
  72. #define HAVE_UNISTD_H 1
  73. /* Define to 1 if you have the <winsock2.h> header file. */
  74. /* #undef HAVE_WINSOCK2_H */
  75. /* Define to 1 if you have the <ws2tcpip.h> header file. */
  76. /* #undef HAVE_WS2TCPIP_H */
  77. /* Default trust anchor file */
  78. #define LDNS_TRUST_ANCHOR_FILE "/usr/local/etc/unbound/root.key"
  79. /* Define to the address where bug reports for this package should be sent. */
  80. #define PACKAGE_BUGREPORT "libdns@nlnetlabs.nl"
  81. /* Define to the full name of this package. */
  82. #define PACKAGE_NAME "ldns"
  83. /* Define to the full name and version of this package. */
  84. #define PACKAGE_STRING "ldns 1.6.16"
  85. /* Define to the one symbol short name of this package. */
  86. #define PACKAGE_TARNAME "libdns"
  87. /* Define to the home page for this package. */
  88. #define PACKAGE_URL ""
  89. /* Define to the version of this package. */
  90. #define PACKAGE_VERSION "1.6.16"
  91. /* Define to 1 if you have the ANSI C header files. */
  92. #define STDC_HEADERS 1
  93. /* Enable extensions on AIX 3, Interix. */
  94. #ifndef _ALL_SOURCE
  95. # define _ALL_SOURCE 1
  96. #endif
  97. /* Enable GNU extensions on systems that have them. */
  98. #ifndef _GNU_SOURCE
  99. # define _GNU_SOURCE 1
  100. #endif
  101. /* Enable threading extensions on Solaris. */
  102. #ifndef _POSIX_PTHREAD_SEMANTICS
  103. # define _POSIX_PTHREAD_SEMANTICS 1
  104. #endif
  105. /* Enable extensions on HP NonStop. */
  106. #ifndef _TANDEM_SOURCE
  107. # define _TANDEM_SOURCE 1
  108. #endif
  109. /* Enable general extensions on Solaris. */
  110. #ifndef __EXTENSIONS__
  111. # define __EXTENSIONS__ 1
  112. #endif
  113. /* Whether the windows socket API is used */
  114. /* #undef USE_WINSOCK */
  115. /* the version of the windows API enabled */
  116. #define WINVER 0x0502
  117. /* Define to 1 if on MINIX. */
  118. /* #undef _MINIX */
  119. /* Define to 2 if the system does not provide POSIX.1 features except with
  120. this defined. */
  121. /* #undef _POSIX_1_SOURCE */
  122. /* Define to 1 if you need to in order for `stat' and other things to work. */
  123. /* #undef _POSIX_SOURCE */
  124. /* in_addr_t */
  125. /* #undef in_addr_t */
  126. /* in_port_t */
  127. /* #undef in_port_t */
  128. /* Define to `__inline__' or `__inline' if that's what the C compiler
  129. calls it, or to nothing if 'inline' is not supported under any name. */
  130. #ifndef __cplusplus
  131. /* #undef inline */
  132. #endif
  133. /* Define to `short' if <sys/types.h> does not define. */
  134. /* #undef int16_t */
  135. /* Define to `int' if <sys/types.h> does not define. */
  136. /* #undef int32_t */
  137. /* Define to `long long' if <sys/types.h> does not define. */
  138. /* #undef int64_t */
  139. /* Define to `char' if <sys/types.h> does not define. */
  140. /* #undef int8_t */
  141. /* Define to `unsigned int' if <sys/types.h> does not define. */
  142. /* #undef size_t */
  143. /* Define to 'int' if not defined */
  144. /* #undef socklen_t */
  145. /* Define to `int' if <sys/types.h> does not define. */
  146. /* #undef ssize_t */
  147. /* Define to `unsigned short' if <sys/types.h> does not define. */
  148. /* #undef uint16_t */
  149. /* Define to `unsigned int' if <sys/types.h> does not define. */
  150. /* #undef uint32_t */
  151. /* Define to `unsigned long long' if <sys/types.h> does not define. */
  152. /* #undef uint64_t */
  153. /* Define to `unsigned char' if <sys/types.h> does not define. */
  154. /* #undef uint8_t */
  155. #include <stdio.h>
  156. #include <string.h>
  157. #include <unistd.h>
  158. #include <assert.h>
  159. #if STDC_HEADERS
  160. #include <stdlib.h>
  161. #include <stddef.h>
  162. #endif
  163. #ifdef HAVE_STDINT_H
  164. #include <stdint.h>
  165. #endif
  166. #ifdef HAVE_SYS_SOCKET_H
  167. #include <sys/socket.h>
  168. #endif
  169. #ifdef HAVE_NETINET_IN_H
  170. #include <netinet/in.h>
  171. #endif
  172. #ifdef HAVE_ARPA_INET_H
  173. #include <arpa/inet.h>
  174. #endif
  175. #ifdef HAVE_NETINET_UDP_H
  176. #include <netinet/udp.h>
  177. #endif
  178. #ifdef HAVE_TIME_H
  179. #include <time.h>
  180. #endif
  181. #ifdef HAVE_NETINET_IN_SYSTM_H
  182. #include <netinet/in_systm.h>
  183. #endif
  184. #ifdef HAVE_NETINET_IP_H
  185. #include <netinet/ip.h>
  186. #endif
  187. #ifdef HAVE_NET_IF_H
  188. #include <net/if.h>
  189. #endif
  190. #ifdef HAVE_NETINET_IF_ETHER_H
  191. #include <netinet/if_ether.h>
  192. #endif
  193. #ifdef HAVE_WINSOCK2_H
  194. #define USE_WINSOCK 1
  195. #include <winsock2.h>
  196. #endif
  197. #ifdef HAVE_WS2TCPIP_H
  198. #include <ws2tcpip.h>
  199. #endif
  200. extern char *optarg;
  201. extern int optind, opterr;
  202. #ifndef EXIT_FAILURE
  203. #define EXIT_FAILURE 1
  204. #endif
  205. #ifndef EXIT_SUCCESS
  206. #define EXIT_SUCCESS 0
  207. #endif
  208. #ifdef S_SPLINT_S
  209. #define FD_ZERO(a) /* a */
  210. #define FD_SET(a,b) /* a, b */
  211. #endif