1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

The configure test to see if we have a prototype for strncasecmp() is

totally bogus with a ISO-C++ compiler.  And the ical provided strncasecmp()
prototype is also bogus.  So just force things to know we have a proper
prototype in strings.h.
This commit is contained in:
David E. O'Brien 2002-09-09 00:18:41 +00:00
parent c24ffe47f2
commit 37f72c4a9f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65866

View File

@ -0,0 +1,5 @@
--- config.h.in.orig Sun Jul 2 15:12:55 1995
+++ config.h.in Sun Sep 8 17:15:59 2002
@@ -28 +28 @@
-#undef HAVE_STRNCASECMP_PROTO
+#define HAVE_STRNCASECMP_PROTO 1