diff options
| author | christos <christos@NetBSD.org> | 2005-07-28 18:34:02 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2005-07-28 18:34:02 +0000 |
| commit | 0834c5e84be3ca7ebe3baa39b95e5c67d7da6bb6 (patch) | |
| tree | 1755ae297bc7da3cb934ed4e98e77b0a14e37fff /gnu/usr.bin/grep/include | |
| parent | 7ad8526195a77f18fdddc44d1a9c4c0b3e62083d (diff) | |
We have strerror_r now.
Diffstat (limited to 'gnu/usr.bin/grep/include')
| -rw-r--r-- | gnu/usr.bin/grep/include/config.h | 4 |
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 |
