/[grep]/grep/src/search.c
ViewVC logotype

Diff of /grep/src/search.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.28 by kasal, Fri Nov 19 16:48:15 2004 UTC revision 1.29 by kasal, Mon Nov 22 13:40:56 2004 UTC
# Line 21  Line 21 
21  #ifdef HAVE_CONFIG_H  #ifdef HAVE_CONFIG_H
22  # include <config.h>  # include <config.h>
23  #endif  #endif
24    
25  #include <sys/types.h>  #include <sys/types.h>
26  #if defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H && defined HAVE_MBRTOWC  
27  /* We can handle multibyte string.  */  #include "mbsupport.h"
28  # define MBS_SUPPORT  #ifdef MBS_SUPPORT
29    /* We can handle multibyte strings. */
30  # include <wchar.h>  # include <wchar.h>
31  # include <wctype.h>  # include <wctype.h>
32  #endif  #endif

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26