From 37f72c4a9fee3c4fae6b0ac9ec30199c155e2b73 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Mon, 9 Sep 2002 00:18:41 +0000 Subject: 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. --- deskutils/ical/files/patch-config.h.in | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 deskutils/ical/files/patch-config.h.in (limited to 'deskutils/ical') diff --git a/deskutils/ical/files/patch-config.h.in b/deskutils/ical/files/patch-config.h.in new file mode 100644 index 000000000000..d82b45cc377e --- /dev/null +++ b/deskutils/ical/files/patch-config.h.in @@ -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 -- cgit v1.2.3