config.h 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398
  1. /* config.h. Generated from config.h.in by configure. */
  2. /* config.h.in. Generated from configure.in by autoheader. */
  3. /* define if you want to build the possibly-buggy SMB printer */
  4. #define ENABLE_SMB 1
  5. /* Define to 1 if you have the `alarm' function. */
  6. #define HAVE_ALARM 1
  7. /* Define to 1 if you have the `bpf_dump' function. */
  8. #define HAVE_BPF_DUMP 1
  9. /* capsicum support available */
  10. /* #undef HAVE_CAPSICUM */
  11. /* Define to 1 if you have the `cap_enter' function. */
  12. /* #undef HAVE_CAP_ENTER */
  13. /* Define to 1 if you have the `cap_ioctls_limit' function. */
  14. /* #undef HAVE_CAP_IOCTLS_LIMIT */
  15. /* Define to 1 if you have the <cap-ng.h> header file. */
  16. /* #undef HAVE_CAP_NG_H */
  17. /* Define to 1 if you have the `cap_rights_limit' function. */
  18. /* #undef HAVE_CAP_RIGHTS_LIMIT */
  19. /* Define to 1 if you have the declaration of `ether_ntohost', and to 0 if you
  20. don't. */
  21. /* #undef HAVE_DECL_ETHER_NTOHOST */
  22. /* define if you have the dnet_htoa function */
  23. /* #undef HAVE_DNET_HTOA */
  24. /* Define to 1 if you have the `ether_ntohost' function. */
  25. #define HAVE_ETHER_NTOHOST 1
  26. /* Define to 1 if you have the `EVP_CipherInit_ex' function. */
  27. #define HAVE_EVP_CIPHERINIT_EX 1
  28. /* Define to 1 if you have the `EVP_CIPHER_CTX_new' function. */
  29. #define HAVE_EVP_CIPHER_CTX_NEW 1
  30. /* Define to 1 if you have the <fcntl.h> header file. */
  31. #define HAVE_FCNTL_H 1
  32. /* Define to 1 if you have the `fork' function. */
  33. #define HAVE_FORK 1
  34. /* Define to 1 if you have the `getopt_long' function. */
  35. #define HAVE_GETOPT_LONG 1
  36. /* define if you have getrpcbynumber() */
  37. #define HAVE_GETRPCBYNUMBER 1
  38. /* Define to 1 if you have the <inttypes.h> header file. */
  39. #define HAVE_INTTYPES_H 1
  40. /* Define to 1 if you have the `cap-ng' library (-lcap-ng). */
  41. /* #undef HAVE_LIBCAP_NG */
  42. /* Define to 1 if you have the `crypto' library (-lcrypto). */
  43. #define HAVE_LIBCRYPTO 1
  44. /* Define to 1 if you have the `rpc' library (-lrpc). */
  45. /* #undef HAVE_LIBRPC */
  46. /* Define to 1 if you have the <memory.h> header file. */
  47. #define HAVE_MEMORY_H 1
  48. /* Define to 1 if you have the <netdnet/dnetdb.h> header file. */
  49. /* #undef HAVE_NETDNET_DNETDB_H */
  50. /* define if you have a dnet_htoa declaration in <netdnet/dnetdb.h> */
  51. /* #undef HAVE_NETDNET_DNETDB_H_DNET_HTOA */
  52. /* Define to 1 if you have the <netinet/ether.h> header file. */
  53. /* #undef HAVE_NETINET_ETHER_H */
  54. /* Define to 1 if you have the <netinet/if_ether.h> header file. */
  55. #define HAVE_NETINET_IF_ETHER_H 1
  56. /* Define to 1 if you have the <net/if_pflog.h> header file. */
  57. /* #undef HAVE_NET_IF_PFLOG_H */
  58. /* Define to 1 if you have the <net/pfvar.h> header file. */
  59. /* #undef HAVE_NET_PFVAR_H */
  60. /* Define to 1 if you have the `openat' function. */
  61. #define HAVE_OPENAT 1
  62. /* Define to 1 if you have the <openssl/evp.h> header file. */
  63. #define HAVE_OPENSSL_EVP_H 1
  64. /* define if the OS provides AF_INET6 and struct in6_addr */
  65. #define HAVE_OS_IPV6_SUPPORT 1
  66. /* if there's an os_proto.h for this platform, to use additional prototypes */
  67. /* #undef HAVE_OS_PROTO_H */
  68. /* Define to 1 if you have the <pcap/bluetooth.h> header file. */
  69. #define HAVE_PCAP_BLUETOOTH_H 1
  70. /* Define to 1 if you have the `pcap_breakloop' function. */
  71. #define HAVE_PCAP_BREAKLOOP 1
  72. /* Define to 1 if you have the `pcap_create' function. */
  73. #define HAVE_PCAP_CREATE 1
  74. /* define if libpcap has pcap_datalink_name_to_val() */
  75. #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1
  76. /* define if libpcap has pcap_datalink_val_to_description() */
  77. #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1
  78. /* define if libpcap has pcap_debug */
  79. /* #undef HAVE_PCAP_DEBUG */
  80. /* Define to 1 if you have the `pcap_dump_flush' function. */
  81. #define HAVE_PCAP_DUMP_FLUSH 1
  82. /* define if libpcap has pcap_dump_ftell() */
  83. #define HAVE_PCAP_DUMP_FTELL 1
  84. /* Define to 1 if you have the `pcap_findalldevs' function. */
  85. #define HAVE_PCAP_FINDALLDEVS 1
  86. /* Define to 1 if you have the `pcap_free_datalinks' function. */
  87. #define HAVE_PCAP_FREE_DATALINKS 1
  88. /* Define to 1 if the system has the type `pcap_if_t'. */
  89. #define HAVE_PCAP_IF_T 1
  90. /* Define to 1 if you have the `pcap_lib_version' function. */
  91. #define HAVE_PCAP_LIB_VERSION 1
  92. /* define if libpcap has pcap_list_datalinks() */
  93. #define HAVE_PCAP_LIST_DATALINKS 1
  94. /* Define to 1 if you have the <pcap/nflog.h> header file. */
  95. #define HAVE_PCAP_NFLOG_H 1
  96. /* Define to 1 if you have the `pcap_setdirection' function. */
  97. #define HAVE_PCAP_SETDIRECTION 1
  98. /* Define to 1 if you have the `pcap_set_datalink' function. */
  99. #define HAVE_PCAP_SET_DATALINK 1
  100. /* Define to 1 if you have the `pcap_set_immediate_mode' function. */
  101. #define HAVE_PCAP_SET_IMMEDIATE_MODE 1
  102. /* Define to 1 if you have the `pcap_set_optimizer_debug' function. */
  103. /* #undef HAVE_PCAP_SET_OPTIMIZER_DEBUG */
  104. /* Define to 1 if you have the `pcap_set_parser_debug' function. */
  105. /* #undef HAVE_PCAP_SET_PARSER_DEBUG */
  106. /* Define to 1 if you have the `pcap_set_tstamp_precision' function. */
  107. #define HAVE_PCAP_SET_TSTAMP_PRECISION 1
  108. /* Define to 1 if you have the `pcap_set_tstamp_type' function. */
  109. #define HAVE_PCAP_SET_TSTAMP_TYPE 1
  110. /* Define to 1 if you have the <pcap/usb.h> header file. */
  111. #define HAVE_PCAP_USB_H 1
  112. /* define if libpcap has pcap_version */
  113. /* #undef HAVE_PCAP_VERSION */
  114. /* Define to 1 if you have the `pfopen' function. */
  115. /* #undef HAVE_PFOPEN */
  116. /* Define to 1 if you have the <rpc/rpcent.h> header file. */
  117. /* #undef HAVE_RPC_RPCENT_H */
  118. /* Define to 1 if you have the <rpc/rpc.h> header file. */
  119. #define HAVE_RPC_RPC_H 1
  120. /* Define to 1 if you have the `setlinebuf' function. */
  121. #define HAVE_SETLINEBUF 1
  122. /* Define to 1 if you have the `sigaction' function. */
  123. #define HAVE_SIGACTION 1
  124. /* Define to 1 if you have the `sigset' function. */
  125. /* #undef HAVE_SIGSET */
  126. /* Define to 1 if you have the `snprintf' function. */
  127. #define HAVE_SNPRINTF 1
  128. /* if struct sockaddr has the sa_len member */
  129. /* #undef HAVE_SOCKADDR_SA_LEN */
  130. /* Define to 1 if you have the <stdint.h> header file. */
  131. #define HAVE_STDINT_H 1
  132. /* Define to 1 if you have the <stdlib.h> header file. */
  133. #define HAVE_STDLIB_H 1
  134. /* Define to 1 if you have the `strdup' function. */
  135. #define HAVE_STRDUP 1
  136. /* Define to 1 if you have the `strftime' function. */
  137. #define HAVE_STRFTIME 1
  138. /* Define to 1 if you have the <strings.h> header file. */
  139. #define HAVE_STRINGS_H 1
  140. /* Define to 1 if you have the <string.h> header file. */
  141. #define HAVE_STRING_H 1
  142. /* Define to 1 if you have the `strlcat' function. */
  143. /* #undef HAVE_STRLCAT */
  144. /* Define to 1 if you have the `strlcpy' function. */
  145. /* #undef HAVE_STRLCPY */
  146. /* Define to 1 if you have the `strsep' function. */
  147. #define HAVE_STRSEP 1
  148. /* Define to 1 if the system has the type `struct ether_addr'. */
  149. /* #undef HAVE_STRUCT_ETHER_ADDR */
  150. /* Define to 1 if you have the <sys/stat.h> header file. */
  151. #define HAVE_SYS_STAT_H 1
  152. /* Define to 1 if you have the <sys/types.h> header file. */
  153. #define HAVE_SYS_TYPES_H 1
  154. /* Define to 1 if the system has the type `uintptr_t'. */
  155. #define HAVE_UINTPTR_T 1
  156. /* Define to 1 if you have the <unistd.h> header file. */
  157. #define HAVE_UNISTD_H 1
  158. /* Define to 1 if you have the `vfork' function. */
  159. #define HAVE_VFORK 1
  160. /* Define to 1 if you have the `vfprintf' function. */
  161. #define HAVE_VFPRINTF 1
  162. /* Define to 1 if you have the `vsnprintf' function. */
  163. #define HAVE_VSNPRINTF 1
  164. /* define if libpcap has yydebug */
  165. /* #undef HAVE_YYDEBUG */
  166. /* define if your compiler has __attribute__ */
  167. #define HAVE___ATTRIBUTE__ 1
  168. /* if unaligned access fails */
  169. #define LBL_ALIGN 1
  170. /* Define to 1 if netinet/ether.h declares `ether_ntohost' */
  171. /* #undef NETINET_ETHER_H_DECLARES_ETHER_NTOHOST */
  172. /* Define to 1 if netinet/if_ether.h declares `ether_ntohost' */
  173. /* #undef NETINET_IF_ETHER_H_DECLARES_ETHER_NTOHOST */
  174. /* Define to the address where bug reports for this package should be sent. */
  175. #define PACKAGE_BUGREPORT ""
  176. /* Define to the full name of this package. */
  177. #define PACKAGE_NAME ""
  178. /* Define to the full name and version of this package. */
  179. #define PACKAGE_STRING ""
  180. /* Define to the one symbol short name of this package. */
  181. #define PACKAGE_TARNAME ""
  182. /* Define to the home page for this package. */
  183. #define PACKAGE_URL ""
  184. /* Define to the version of this package. */
  185. #define PACKAGE_VERSION ""
  186. /* define if the platform doesn't define PRId64 */
  187. /* #undef PRId64 */
  188. /* define if the platform doesn't define PRIo64 */
  189. /* #undef PRIo64 */
  190. /* define if the platform doesn't define PRIx64 */
  191. /* #undef PRIu64 */
  192. /* define if the platform doesn't define PRIu64 */
  193. /* #undef PRIx64 */
  194. /* Define as the return type of signal handlers (`int' or `void'). */
  195. #define RETSIGTYPE void
  196. /* return value of signal handlers */
  197. #define RETSIGVAL /**/
  198. /* Define to 1 if you have the ANSI C header files. */
  199. #define STDC_HEADERS 1
  200. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  201. #define TIME_WITH_SYS_TIME 1
  202. /* define if you have ether_ntohost() and it works */
  203. /* #undef USE_ETHER_NTOHOST */
  204. /* Define if you enable support for libsmi */
  205. /* #undef USE_LIBSMI */
  206. /* define if should chroot when dropping privileges */
  207. /* #undef WITH_CHROOT */
  208. /* define if should drop privileges by default */
  209. /* #undef WITH_USER */
  210. /* get BSD semantics on Irix */
  211. /* #undef _BSD_SIGNALS */
  212. /* define on AIX to get certain functions */
  213. /* #undef _SUN */
  214. /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
  215. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  216. #define below would cause a syntax error. */
  217. /* #undef _UINT32_T */
  218. /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
  219. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  220. #define below would cause a syntax error. */
  221. /* #undef _UINT64_T */
  222. /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
  223. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  224. #define below would cause a syntax error. */
  225. /* #undef _UINT8_T */
  226. /* define if your compiler allows __attribute__((format)) without a warning */
  227. #define __ATTRIBUTE___FORMAT_OK 1
  228. /* define if your compiler allows __attribute__((format)) to be applied to
  229. function pointers */
  230. #define __ATTRIBUTE___FORMAT_OK_FOR_FUNCTION_POINTERS 1
  231. /* define if your compiler allows __attribute__((noreturn)) to be applied to
  232. function pointers */
  233. #define __ATTRIBUTE___NORETURN_OK_FOR_FUNCTION_POINTERS 1
  234. /* to handle Ultrix compilers that don't support const in prototypes */
  235. /* #undef const */
  236. /* Define as token for inline if inlining supported */
  237. #define inline inline
  238. /* Define to the type of a signed integer type of width exactly 16 bits if
  239. such a type exists and the standard includes do not define it. */
  240. /* #undef int16_t */
  241. /* Define to the type of a signed integer type of width exactly 32 bits if
  242. such a type exists and the standard includes do not define it. */
  243. /* #undef int32_t */
  244. /* Define to the type of a signed integer type of width exactly 64 bits if
  245. such a type exists and the standard includes do not define it. */
  246. /* #undef int64_t */
  247. /* Define to the type of a signed integer type of width exactly 8 bits if such
  248. a type exists and the standard includes do not define it. */
  249. /* #undef int8_t */
  250. /* Define to `uint16_t' if u_int16_t not defined. */
  251. /* #undef u_int16_t */
  252. /* Define to `uint32_t' if u_int32_t not defined. */
  253. /* #undef u_int32_t */
  254. /* Define to `uint64_t' if u_int64_t not defined. */
  255. /* #undef u_int64_t */
  256. /* Define to `uint8_t' if u_int8_t not defined. */
  257. /* #undef u_int8_t */
  258. /* Define to the type of an unsigned integer type of width exactly 16 bits if
  259. such a type exists and the standard includes do not define it. */
  260. /* #undef uint16_t */
  261. /* Define to the type of an unsigned integer type of width exactly 32 bits if
  262. such a type exists and the standard includes do not define it. */
  263. /* #undef uint32_t */
  264. /* Define to the type of an unsigned integer type of width exactly 64 bits if
  265. such a type exists and the standard includes do not define it. */
  266. /* #undef uint64_t */
  267. /* Define to the type of an unsigned integer type of width exactly 8 bits if
  268. such a type exists and the standard includes do not define it. */
  269. /* #undef uint8_t */
  270. /* Define to the type of an unsigned integer type wide enough to hold a
  271. pointer, if such a type exists, and if the system does not define it. */
  272. /* #undef uintptr_t */