diff options
author | Stéphane Aulery <saulery@free.fr> | 2014-11-26 18:50:13 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2014-11-27 09:17:16 +0100 |
commit | 3ca027189b09f87cb3fb710d67ba2340411707c0 (patch) | |
tree | 007ce22f51109f6fa2f66d2498d5c1dc5f095161 | |
parent | 905e4b5768f043dcebf05c3ed90c4798cb9a9a15 (diff) | |
download | fbida-3ca027189b09f87cb3fb710d67ba2340411707c0.tar.gz |
Drop a dependency for the unused external function strcasestr
Signed-off-by: Stéphane Aulery <saulery@free.fr>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
-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; |