Added HAVE_IFADDRS_H Disable IPv6 support is ifaddrs.h is not available.

* configure.in: Added HAVE_IFADDRS_H
	* sysdeps/linux/netload.c: (glibtop_get_netload_s): Disable IPv6
	support is ifaddrs.h is not available.

	Closes #149376.
This commit is contained in:
Benoît Dejean
2004-08-09 08:02:54 +00:00
parent bce095739f
commit ab2881a412
3 changed files with 20 additions and 2 deletions

View File

@@ -1,3 +1,11 @@
2004-08-09 Benoît Dejean <tazforever@dlfp.org>
* configure.in: Added HAVE_IFADDRS_H
* sysdeps/linux/netload.c: (glibtop_get_netload_s): Disable IPv6
support is ifaddrs.h is not available.
Closes #149376.
2004-08-09 Benoît Dejean <tazforever@dlfp.org>
* configure.in: Added -gnu89 to CFLAGS.