From 0834c5e84be3ca7ebe3baa39b95e5c67d7da6bb6 Mon Sep 17 00:00:00 2001 From: christos Date: Thu, 28 Jul 2005 18:34:02 +0000 Subject: [PATCH] We have strerror_r now. --- gnu/usr.bin/grep/include/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/usr.bin/grep/include/config.h b/gnu/usr.bin/grep/include/config.h index 924f26ded5fe..54777743b54f 100644 --- a/gnu/usr.bin/grep/include/config.h +++ b/gnu/usr.bin/grep/include/config.h @@ -39,7 +39,7 @@ #define HAVE_DCGETTEXT 1 /* Define to 1 if strerror_r is declared. */ -#define HAVE_DECL_STRERROR_R 0 +#define HAVE_DECL_STRERROR_R 1 /* Define if declares strtoul. */ #define HAVE_DECL_STRTOUL 1 @@ -191,7 +191,7 @@ #define HAVE_STRERROR 1 /* Define to 1 if you have the `strerror_r' function. */ -/* #undef HAVE_STRERROR_R */ +#define HAVE_STRERROR_R 1 /* Define to 1 if you have the header file. */ #define HAVE_STRINGS_H 1