diff options
-rw-r--r-- | GNUmakefile | 1 | ||||
-rw-r--r-- | parseconfig.h | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/GNUmakefile b/GNUmakefile index 5c477f2..fdd5091 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -41,7 +41,6 @@ HAVE_ENDIAN_H := $(call ac_header,endian.h) HAVE_LINUX_FB_H := $(call ac_header,linux/fb.h) HAVE_NEW_EXIF := $(call ac_header,libexif/exif-log.h) HAVE_GLIBC := $(call ac_func,fopencookie) -HAVE_STRCASESTR := $(call ac_func,strcasestr) HAVE_STRSIGNAL := $(call ac_func,strsignal) HAVE_LIBPCD := $(call ac_lib,pcd_open,pcd) HAVE_LIBGIF := $(call ac_lib,DGifOpenFileName,gif) diff --git a/parseconfig.h b/parseconfig.h index 12fd5a7..da87571 100644 --- a/parseconfig.h +++ b/parseconfig.h @@ -1,7 +1,3 @@ -#ifndef HAVE_STRCASESTR -extern char* strcasestr(char *haystack, char *needle); -#endif - /* config options */ struct cfg_option { char *domain; |