From 3ca027189b09f87cb3fb710d67ba2340411707c0 Mon Sep 17 00:00:00 2001 From: Stéphane Aulery Date: Wed, 26 Nov 2014 18:50:13 +0100 Subject: Drop a dependency for the unused external function strcasestr MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Aulery Signed-off-by: Gerd Hoffmann --- parseconfig.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'parseconfig.h') 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; -- cgit