aboutsummaryrefslogtreecommitdiff
path: root/mail/mutt-ng/files/patch-intl_dcigettext.c
blob: 840167e151f8a7d808c25de223a3c83382bc2d6b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- intl/dcigettext.c.orig	Sat Jun 18 01:40:35 2005
+++ intl/dcigettext.c	Sat Jun 18 01:40:57 2005
@@ -58,11 +58,6 @@
 #include <stdlib.h>
 
 #include <string.h>
-#if !HAVE_STRCHR && !defined _LIBC
-# ifndef strchr
-#  define strchr index
-# endif
-#endif
 
 #if defined HAVE_UNISTD_H || defined _LIBC
 # include <unistd.h>