--- embedaddon/iftop/config.h.in 2012/02/21 16:57:34 1.1.1.1 +++ embedaddon/iftop/config.h.in 2016/10/18 14:04:50 1.1.1.2 @@ -1,4 +1,4 @@ -/* config.h.in. Generated from configure.in by autoheader. */ +/* config.h.in. Generated from configure.ac by autoheader. */ /* 7-argument gethostbyaddr_r returns struct hostent* */ #undef GETHOSTBYADDR_R_RETURNS_HOSTENT_P @@ -42,6 +42,9 @@ /* Define to 1 if you have the `select' function. */ #undef HAVE_SELECT +/* Define to 1 if you have the header file. */ +#undef HAVE_SGTTY_H + /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H @@ -81,12 +84,15 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H +/* Define to 1 if you have the header file. */ +#undef HAVE_TERMIOS_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_TERMIO_H + /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H -/* The iftop version number */ -#undef IFTOP_VERSION - /* Enable default promiscuous mode to capture outgoing packets */ #undef NEED_PROMISCUOUS_FOR_OUTGOING @@ -105,16 +111,19 @@ /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME +/* Define to the home page for this package. */ +#undef PACKAGE_URL + /* Define to the version of this package. */ #undef PACKAGE_VERSION -/* The size of a `unsigned int', as computed by sizeof. */ +/* The size of `unsigned int', as computed by sizeof. */ #undef SIZEOF_UNSIGNED_INT -/* The size of a `unsigned long int', as computed by sizeof. */ +/* The size of `unsigned long int', as computed by sizeof. */ #undef SIZEOF_UNSIGNED_LONG_INT -/* The size of a `unsigned short int', as computed by sizeof. */ +/* The size of `unsigned short int', as computed by sizeof. */ #undef SIZEOF_UNSIGNED_SHORT_INT /* size of u_int16_t */ @@ -153,5 +162,5 @@ /* Define to empty if `const' does not conform to ANSI C. */ #undef const -/* Define to `unsigned' if does not define. */ +/* Define to `unsigned int' if does not define. */ #undef size_t