diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-10-20 07:50:20 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-10-20 07:50:20 +0000 |
| commit | 597e16e0129ec8b3f43db4523fa8247aa7286c6f (patch) | |
| tree | e4e2f125f51ea07b8efe96352fc4a190c4493425 /gnu/usr.bin/tar | |
| parent | 6f36eba2da406167ca4984cca84c72453d034530 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/tar')
| -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 6e7242386090..32c75f942e7f 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 |
