16 lines
422 B
Text
16 lines
422 B
Text
$NetBSD: patch-ae,v 1.8 2004/09/12 21:34:21 kristerw Exp $
|
|
|
|
--- support/strcasestr.c.orig 2000-07-01 19:36:29.000000000 +0100
|
|
+++ support/strcasestr.c 2004-09-08 16:25:25.000000000 +0100
|
|
@@ -25,4 +25,7 @@
|
|
|
|
****************************************************************************/
|
|
+#include "../src/config.h"
|
|
+
|
|
+#ifndef HAVE_STRCASESTR
|
|
#include <string.h>
|
|
/*
|
|
@@ -46,2 +49,3 @@
|
|
return ((char *) s);
|
|
}
|
|
+#endif
|