Code

Do not include libgen.h, it is unneeded after commit 44ecb.
authorEmanuele Giaquinta <e.giaquinta@glauco.it>
Sat, 4 Oct 2008 10:23:47 +0000 (12:23 +0200)
committerMax Kellermann <max@duempel.org>
Sat, 4 Oct 2008 10:23:47 +0000 (12:23 +0200)
configure.ac
src/support.h

index 83a47a7d11311d22917fa71630afb61bbd66df11..67ea2e3bb1d8e2f9b44d914dd2c12e93558df0c8 100644 (file)
@@ -32,10 +32,6 @@ dnl
 dnl Check for headers
 dnl
 
-AC_CHECK_HEADER([libgen.h],
-                AC_DEFINE([HAVE_LIBGEN_H], [1], [glibc - libgen.h]),
-               ,)
-
 AC_CHECK_HEADER([locale.h],
                AC_DEFINE([HAVE_LOCALE_H], [1], [locale.h]),
                ,)
index 16dd7ae13c96d5b782ec87b1abc5b7097e5203ec..95bde46913338d65f307a810b6409b584af90cc3 100644 (file)
@@ -3,10 +3,6 @@
 
 #include <glib.h>
 
-#ifdef HAVE_LIBGEN_H
-#include <libgen.h>
-#endif
-
 const char *strcasestr(const char *haystack, const char *needle);
 
 typedef struct {