From 974849a9a0cea5819ab52b432cd04d01ef16066a Mon Sep 17 00:00:00 2001 From: Kovarththanan Rajaratnam Date: Mon, 31 Aug 2009 19:47:50 +0000 Subject: Remove strcasecmp. We use g_ascii_strcasecmp exclusively svn path=/trunk/; revision=29643 --- packaging/macosx/native-gtk/config.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'packaging') diff --git a/packaging/macosx/native-gtk/config.h b/packaging/macosx/native-gtk/config.h index 49d05c88b2..4422a770e9 100644 --- a/packaging/macosx/native-gtk/config.h +++ b/packaging/macosx/native-gtk/config.h @@ -292,9 +292,6 @@ /* Define to 1 if you have the `stpcpy' function. */ #define HAVE_STPCPY 1 -/* Define to 1 if you have the `strcasecmp' function. */ -#define HAVE_STRCASECMP 1 - /* Define to 1 if you have the `strerror' function. */ #define HAVE_STRERROR 1 -- cgit v1.2.3