config.h 4.6 KB

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