diff options
Diffstat (limited to 'gnu/usr.bin/grep/config.h')
-rw-r--r-- | gnu/usr.bin/grep/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/grep/config.h b/gnu/usr.bin/grep/config.h index 70fdeb6..2bae7dc 100644 --- a/gnu/usr.bin/grep/config.h +++ b/gnu/usr.bin/grep/config.h @@ -64,7 +64,7 @@ /* Hack for Visual C++ suggested by irox. */ /* #undef alloca */ -/* #undef HAVE_STPCPY */ +#define HAVE_STPCPY 1 /* #undef ENABLE_NLS */ @@ -125,7 +125,7 @@ #define HAVE_SETMODE 1 /* Define if you have the stpcpy function. */ -/* #undef HAVE_STPCPY */ +#define HAVE_STPCPY 1 /* Define if you have the strcasecmp function. */ #define HAVE_STRCASECMP 1 |