summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/sort
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-10-20 07:50:20 +0000
committerobrien <obrien@FreeBSD.org>2002-10-20 07:50:20 +0000
commit63bd46464d6d4587c20c1ca62fb6a6e3be132db9 (patch)
treee4e2f125f51ea07b8efe96352fc4a190c4493425 /gnu/usr.bin/sort
parent8e471edd4918a64a054f07e0000c6b10e386d22d (diff)
downloadFreeBSD-src-63bd46464d6d4587c20c1ca62fb6a6e3be132db9.zip
FreeBSD-src-63bd46464d6d4587c20c1ca62fb6a6e3be132db9.tar.gz
We HAVE_STPCPY now.
Diffstat (limited to 'gnu/usr.bin/sort')
-rw-r--r--gnu/usr.bin/sort/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/sort/config.h b/gnu/usr.bin/sort/config.h
index 8fa7f9a..3f81afd 100644
--- a/gnu/usr.bin/sort/config.h
+++ b/gnu/usr.bin/sort/config.h
@@ -247,7 +247,7 @@
/* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
*/
-#define HAVE_DECL_STPCPY 0
+#define HAVE_DECL_STPCPY 1
/* Define to 1 if you have the declaration of `strerror', and to 0 if you
don't. */
@@ -720,7 +720,7 @@
/* #undef HAVE_STIME */
/* Define to 1 if you have the `stpcpy' function. */
-/* #undef HAVE_STPCPY */
+#define HAVE_STPCPY 1
/* Define to 1 if you have the `strcasecmp' function. */
#define HAVE_STRCASECMP 1
OpenPOWER on IntegriCloud