summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorStephen Hemminger <shemminger@vyatta.com>2011-09-13 17:15:51 +0400
committerDenis Ovsienko <infrastation@yandex.ru>2011-09-25 18:14:23 +0400
commit3f0d3a1f9c7b7f751473d9293ba2272a28e2a8f2 (patch)
treef4433dac67dcaeeaf8a3cc3689c146413fef08f7 /lib
parentb38639ca49e2d0348bdc774f987a8f2f9d2ede74 (diff)
configure: dismiss libutil.h
Recent versions of libc on Linux (Debian Testing) create lots of compile warnings about direct usage of libutil.h
Diffstat (limited to 'lib')
-rw-r--r--lib/zebra.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/zebra.h b/lib/zebra.h
index 6d19910c..c4c69d3d 100644
--- a/lib/zebra.h
+++ b/lib/zebra.h
@@ -237,10 +237,6 @@ typedef int socklen_t;
#define UINT32_MAX (4294967295U)
#endif
-#ifdef HAVE_LIBUTIL_H
-#include <libutil.h>
-#endif /* HAVE_LIBUTIL_H */
-
#ifdef HAVE_GLIBC_BACKTRACE
#include <execinfo.h>
#endif /* HAVE_GLIBC_BACKTRACE */