diff options
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | src/support.h | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac index 83a47a7d1..67ea2e3bb 100644 --- a/configure.ac +++ b/configure.ac @@ -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]), ,) diff --git a/src/support.h b/src/support.h index 16dd7ae13..95bde4691 100644 --- a/src/support.h +++ b/src/support.h @@ -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 { |