summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2005-07-28 18:34:02 +0000
committerchristos <christos@NetBSD.org>2005-07-28 18:34:02 +0000
commit0834c5e84be3ca7ebe3baa39b95e5c67d7da6bb6 (patch)
tree1755ae297bc7da3cb934ed4e98e77b0a14e37fff /gnu
parent7ad8526195a77f18fdddc44d1a9c4c0b3e62083d (diff)
We have strerror_r now.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/grep/include/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/grep/include/config.h b/gnu/usr.bin/grep/include/config.h
index 924f26ded5f..54777743b54 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 <stdlib.h> 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 <strings.h> header file. */
#define HAVE_STRINGS_H 1