From 63bd46464d6d4587c20c1ca62fb6a6e3be132db9 Mon Sep 17 00:00:00 2001 From: obrien Date: Sun, 20 Oct 2002 07:50:20 +0000 Subject: We HAVE_STPCPY now. --- gnu/usr.bin/binutils/ld/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/usr.bin/binutils/ld/config.h') diff --git a/gnu/usr.bin/binutils/ld/config.h b/gnu/usr.bin/binutils/ld/config.h index 722ec8f..4623347 100644 --- a/gnu/usr.bin/binutils/ld/config.h +++ b/gnu/usr.bin/binutils/ld/config.h @@ -83,7 +83,7 @@ #define HAVE_SETLOCALE 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 @@ -149,7 +149,7 @@ /* #define VERSION "2.13" */ /* Define if you have the stpcpy function */ -/* #undef HAVE_STPCPY */ +#define HAVE_STPCPY 1 /* Define if your locale.h file contains LC_MESSAGES. */ #define HAVE_LC_MESSAGES 1 -- cgit v1.1