diff options
Diffstat (limited to 'gnu/usr.bin/tar/config.h')
-rw-r--r-- | gnu/usr.bin/tar/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/tar/config.h b/gnu/usr.bin/tar/config.h index 6e72423..32c75f9 100644 --- a/gnu/usr.bin/tar/config.h +++ b/gnu/usr.bin/tar/config.h @@ -288,7 +288,7 @@ #define HAVE_STDLIB_H 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 |