config.h.in 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* 7-argument gethostbyaddr_r returns struct hostent* */
  3. #undef GETHOSTBYADDR_R_RETURNS_HOSTENT_P
  4. /* 8-argument gethostbyaddr_r returns int */
  5. #undef GETHOSTBYADDR_R_RETURNS_INT
  6. /* C99 fixed-width int types available */
  7. #undef HAVE_C99_INTS
  8. /* Are we running on a STREAMS system with DLPI? */
  9. #undef HAVE_DLPI
  10. /* Define to 1 if you have the `inet_aton' function. */
  11. #undef HAVE_INET_ATON
  12. /* Define to 1 if you have the `inet_pton' function. */
  13. #undef HAVE_INET_PTON
  14. /* Define to 1 if you have the <inttypes.h> header file. */
  15. #undef HAVE_INTTYPES_H
  16. /* Define to 1 if you have the `nsl' library (-lnsl). */
  17. #undef HAVE_LIBNSL
  18. /* Define to 1 if you have the `pcap' library (-lpcap). */
  19. #undef HAVE_LIBPCAP
  20. /* Define to 1 if you have the <memory.h> header file. */
  21. #undef HAVE_MEMORY_H
  22. /* Define to 1 if you have the <pcap.h> header file. */
  23. #undef HAVE_PCAP_H
  24. /* Define to 1 if you have the <pcap/pcap.h> header file. */
  25. #undef HAVE_PCAP_PCAP_H
  26. /* Define to 1 if you have the `regcomp' function. */
  27. #undef HAVE_REGCOMP
  28. /* Define to 1 if you have the `select' function. */
  29. #undef HAVE_SELECT
  30. /* Define to 1 if you have the <sgtty.h> header file. */
  31. #undef HAVE_SGTTY_H
  32. /* Define to 1 if you have the <stdint.h> header file. */
  33. #undef HAVE_STDINT_H
  34. /* Define to 1 if you have the <stdlib.h> header file. */
  35. #undef HAVE_STDLIB_H
  36. /* Define to 1 if you have the `strdup' function. */
  37. #undef HAVE_STRDUP
  38. /* Define to 1 if you have the `strerror' function. */
  39. #undef HAVE_STRERROR
  40. /* Define to 1 if you have the <strings.h> header file. */
  41. #undef HAVE_STRINGS_H
  42. /* Define to 1 if you have the <string.h> header file. */
  43. #undef HAVE_STRING_H
  44. /* Define to 1 if you have the `strspn' function. */
  45. #undef HAVE_STRSPN
  46. /* Define to 1 if you have the <sys/inttypes.h> header file. */
  47. #undef HAVE_SYS_INTTYPES_H
  48. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  49. #undef HAVE_SYS_IOCTL_H
  50. /* Define to 1 if you have the <sys/sockio.h> header file. */
  51. #undef HAVE_SYS_SOCKIO_H
  52. /* Define to 1 if you have the <sys/stat.h> header file. */
  53. #undef HAVE_SYS_STAT_H
  54. /* Define to 1 if you have the <sys/time.h> header file. */
  55. #undef HAVE_SYS_TIME_H
  56. /* Define to 1 if you have the <sys/types.h> header file. */
  57. #undef HAVE_SYS_TYPES_H
  58. /* Define to 1 if you have the <termios.h> header file. */
  59. #undef HAVE_TERMIOS_H
  60. /* Define to 1 if you have the <termio.h> header file. */
  61. #undef HAVE_TERMIO_H
  62. /* Define to 1 if you have the <unistd.h> header file. */
  63. #undef HAVE_UNISTD_H
  64. /* Enable default promiscuous mode to capture outgoing packets */
  65. #undef NEED_PROMISCUOUS_FOR_OUTGOING
  66. /* Name of package */
  67. #undef PACKAGE
  68. /* Define to the address where bug reports for this package should be sent. */
  69. #undef PACKAGE_BUGREPORT
  70. /* Define to the full name of this package. */
  71. #undef PACKAGE_NAME
  72. /* Define to the full name and version of this package. */
  73. #undef PACKAGE_STRING
  74. /* Define to the one symbol short name of this package. */
  75. #undef PACKAGE_TARNAME
  76. /* Define to the home page for this package. */
  77. #undef PACKAGE_URL
  78. /* Define to the version of this package. */
  79. #undef PACKAGE_VERSION
  80. /* The size of `unsigned int', as computed by sizeof. */
  81. #undef SIZEOF_UNSIGNED_INT
  82. /* The size of `unsigned long int', as computed by sizeof. */
  83. #undef SIZEOF_UNSIGNED_LONG_INT
  84. /* The size of `unsigned short int', as computed by sizeof. */
  85. #undef SIZEOF_UNSIGNED_SHORT_INT
  86. /* size of u_int16_t */
  87. #undef SIZEOF_U_INT16_T
  88. /* size of u_int32_t */
  89. #undef SIZEOF_U_INT32_T
  90. /* size of u_int8_t */
  91. #undef SIZEOF_U_INT8_T
  92. /* Define to 1 if you have the ANSI C header files. */
  93. #undef STDC_HEADERS
  94. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  95. #undef TIME_WITH_SYS_TIME
  96. /* use ARES for name resolution */
  97. #undef USE_ARES
  98. /* use a REALLY SUCKY forking resolver for name resolution */
  99. #undef USE_FORKING_RESOLVER
  100. /* use gethostbyaddr for name resolution */
  101. #undef USE_GETHOSTBYADDR
  102. /* use gethostbyaddr_r for name resolution */
  103. #undef USE_GETHOSTBYADDR_R
  104. /* use getnameinfo for name resolution */
  105. #undef USE_GETNAMEINFO
  106. /* Version number of package */
  107. #undef VERSION
  108. /* Define to empty if `const' does not conform to ANSI C. */
  109. #undef const
  110. /* Define to `unsigned int' if <sys/types.h> does not define. */
  111. #undef size_t