Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/usr.bin/gettext/include correctly fix stpcpy



details:   https://anonhg.NetBSD.org/src/rev/053361141658
branches:  trunk
changeset: 791149:053361141658
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Nov 06 22:54:49 2013 +0000

description:
correctly fix stpcpy

diffstat:

 gnu/usr.bin/gettext/include/config.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r b97b15dd5d3d -r 053361141658 gnu/usr.bin/gettext/include/config.h
--- a/gnu/usr.bin/gettext/include/config.h      Wed Nov 06 21:44:44 2013 +0000
+++ b/gnu/usr.bin/gettext/include/config.h      Wed Nov 06 22:54:49 2013 +0000
@@ -382,10 +382,10 @@
 #define HAVE_STDLIB_H 1
 
 /* Define to 1 if you have the `stpcpy' function. */
-/* #undef HAVE_STPCPY */
+#define HAVE_STPCPY 1
 
 /* Define if you have the stpncpy() function and it works. */
-/* #undef HAVE_STPNCPY */
+#define HAVE_STPNCPY 1
 
 /* Define to 1 if you have the `strcasecmp' function. */
 #define HAVE_STRCASECMP 1



Home | Main Index | Thread Index | Old Index