From 286748e1a8500f647c3bccfb467b02bf3a37f398 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Thu, 25 Nov 2010 21:22:47 +0200 Subject: Add POSIX string comparison with strcoll. --- configh.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configh.in') diff --git a/configh.in b/configh.in index edcef5f0..b3168c0a 100644 --- a/configh.in +++ b/configh.in @@ -197,6 +197,9 @@ /* Define to 1 if you have the `strchr' function. */ #undef HAVE_STRCHR +/* Define to 1 if you have the `strcoll' function. */ +#undef HAVE_STRCOLL + /* Define to 1 if you have the `strerror' function. */ #undef HAVE_STRERROR -- cgit v1.2.1