From 78db496dd7422c61cae1294f6863be9918b4bba9 Mon Sep 17 00:00:00 2001 From: Emanuele Giaquinta Date: Sat, 4 Oct 2008 12:23:47 +0200 Subject: [PATCH] Do not include libgen.h, it is unneeded after commit 44ecb. --- configure.ac | 4 ---- src/support.h | 4 ---- 2 files changed, 8 deletions(-) diff --git a/configure.ac b/configure.ac index 83a47a7..67ea2e3 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 16dd7ae..95bde46 100644 --- a/src/support.h +++ b/src/support.h @@ -3,10 +3,6 @@ #include -#ifdef HAVE_LIBGEN_H -#include -#endif - const char *strcasestr(const char *haystack, const char *needle); typedef struct { -- 2.30.2