diff options
author | obrien <obrien@FreeBSD.org> | 2002-10-20 07:50:20 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-10-20 07:50:20 +0000 |
commit | 63bd46464d6d4587c20c1ca62fb6a6e3be132db9 (patch) | |
tree | e4e2f125f51ea07b8efe96352fc4a190c4493425 /gnu | |
parent | 8e471edd4918a64a054f07e0000c6b10e386d22d (diff) | |
download | FreeBSD-src-63bd46464d6d4587c20c1ca62fb6a6e3be132db9.zip FreeBSD-src-63bd46464d6d4587c20c1ca62fb6a6e3be132db9.tar.gz |
We HAVE_STPCPY now.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/binutils/as/alpha-freebsd/config.h | 4 | ||||
-rw-r--r-- | gnu/usr.bin/binutils/as/i386-freebsd/config.h | 4 | ||||
-rw-r--r-- | gnu/usr.bin/binutils/as/ia64-freebsd/config.h | 4 | ||||
-rw-r--r-- | gnu/usr.bin/binutils/as/powerpc-freebsd/config.h | 4 | ||||
-rw-r--r-- | gnu/usr.bin/binutils/as/sparc64-freebsd/config.h | 4 | ||||
-rw-r--r-- | gnu/usr.bin/binutils/as/x86-64-freebsd/config.h | 4 | ||||
-rw-r--r-- | gnu/usr.bin/binutils/gdb/config.h | 4 | ||||
-rw-r--r-- | gnu/usr.bin/binutils/ld/config.h | 4 | ||||
-rw-r--r-- | gnu/usr.bin/binutils/libbfd/config.h.fbsd | 4 | ||||
-rw-r--r-- | gnu/usr.bin/binutils/libbinutils/config.h | 4 | ||||
-rw-r--r-- | gnu/usr.bin/binutils/libopcodes/config.h | 4 | ||||
-rw-r--r-- | gnu/usr.bin/cc/cc_tools/auto-host.h | 2 | ||||
-rw-r--r-- | gnu/usr.bin/grep/Makefile | 3 | ||||
-rw-r--r-- | gnu/usr.bin/grep/config.h | 4 | ||||
-rw-r--r-- | gnu/usr.bin/sort/config.h | 4 | ||||
-rw-r--r-- | gnu/usr.bin/tar/config.h | 2 |
16 files changed, 29 insertions, 30 deletions
diff --git a/gnu/usr.bin/binutils/as/alpha-freebsd/config.h b/gnu/usr.bin/binutils/as/alpha-freebsd/config.h index 5180934..b294051 100644 --- a/gnu/usr.bin/binutils/as/alpha-freebsd/config.h +++ b/gnu/usr.bin/binutils/as/alpha-freebsd/config.h @@ -88,7 +88,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 @@ -241,7 +241,7 @@ #define TARGET_OS "freebsd5.0" /* 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 diff --git a/gnu/usr.bin/binutils/as/i386-freebsd/config.h b/gnu/usr.bin/binutils/as/i386-freebsd/config.h index 5251d61..42fd248 100644 --- a/gnu/usr.bin/binutils/as/i386-freebsd/config.h +++ b/gnu/usr.bin/binutils/as/i386-freebsd/config.h @@ -88,7 +88,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 @@ -241,7 +241,7 @@ #define TARGET_OS "freebsd5.0" /* 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 diff --git a/gnu/usr.bin/binutils/as/ia64-freebsd/config.h b/gnu/usr.bin/binutils/as/ia64-freebsd/config.h index 63a62c1..7b2d777 100644 --- a/gnu/usr.bin/binutils/as/ia64-freebsd/config.h +++ b/gnu/usr.bin/binutils/as/ia64-freebsd/config.h @@ -88,7 +88,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 @@ -244,7 +244,7 @@ #define TARGET_OS "freebsd5.0" /* 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 diff --git a/gnu/usr.bin/binutils/as/powerpc-freebsd/config.h b/gnu/usr.bin/binutils/as/powerpc-freebsd/config.h index 8e352ef..e7abf15 100644 --- a/gnu/usr.bin/binutils/as/powerpc-freebsd/config.h +++ b/gnu/usr.bin/binutils/as/powerpc-freebsd/config.h @@ -88,7 +88,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 @@ -244,7 +244,7 @@ #define TARGET_OS "freebsd5.0" /* 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 diff --git a/gnu/usr.bin/binutils/as/sparc64-freebsd/config.h b/gnu/usr.bin/binutils/as/sparc64-freebsd/config.h index bc0a3f1..425723e 100644 --- a/gnu/usr.bin/binutils/as/sparc64-freebsd/config.h +++ b/gnu/usr.bin/binutils/as/sparc64-freebsd/config.h @@ -88,7 +88,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 @@ -241,7 +241,7 @@ #define TARGET_OS "freebsd5.0" /* 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 diff --git a/gnu/usr.bin/binutils/as/x86-64-freebsd/config.h b/gnu/usr.bin/binutils/as/x86-64-freebsd/config.h index 809723f..54a08b4 100644 --- a/gnu/usr.bin/binutils/as/x86-64-freebsd/config.h +++ b/gnu/usr.bin/binutils/as/x86-64-freebsd/config.h @@ -88,7 +88,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 @@ -247,7 +247,7 @@ #define TARGET_OS "freebsd5" /* 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 diff --git a/gnu/usr.bin/binutils/gdb/config.h b/gnu/usr.bin/binutils/gdb/config.h index 1e62d71..a573126 100644 --- a/gnu/usr.bin/binutils/gdb/config.h +++ b/gnu/usr.bin/binutils/gdb/config.h @@ -260,7 +260,7 @@ #define HAVE_SOCKETPAIR 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 @@ -428,7 +428,7 @@ /* #undef HAVE_LIBW */ /* 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 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 diff --git a/gnu/usr.bin/binutils/libbfd/config.h.fbsd b/gnu/usr.bin/binutils/libbfd/config.h.fbsd index 05f3409..5955063 100644 --- a/gnu/usr.bin/binutils/libbfd/config.h.fbsd +++ b/gnu/usr.bin/binutils/libbfd/config.h.fbsd @@ -101,7 +101,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 @@ -188,7 +188,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 diff --git a/gnu/usr.bin/binutils/libbinutils/config.h b/gnu/usr.bin/binutils/libbinutils/config.h index 16b5ea7..75f28a9 100644 --- a/gnu/usr.bin/binutils/libbinutils/config.h +++ b/gnu/usr.bin/binutils/libbinutils/config.h @@ -95,7 +95,7 @@ #define HAVE_SETMODE 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 @@ -161,7 +161,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 diff --git a/gnu/usr.bin/binutils/libopcodes/config.h b/gnu/usr.bin/binutils/libopcodes/config.h index bce0fce..2e26a1c 100644 --- a/gnu/usr.bin/binutils/libopcodes/config.h +++ b/gnu/usr.bin/binutils/libopcodes/config.h @@ -74,7 +74,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 @@ -122,7 +122,7 @@ /* #define VERSION "2.12" */ /* 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 diff --git a/gnu/usr.bin/cc/cc_tools/auto-host.h b/gnu/usr.bin/cc/cc_tools/auto-host.h index 67c0e00..a25c9b6 100644 --- a/gnu/usr.bin/cc/cc_tools/auto-host.h +++ b/gnu/usr.bin/cc/cc_tools/auto-host.h @@ -189,7 +189,7 @@ #define HAVE_SETRLIMIT 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 diff --git a/gnu/usr.bin/grep/Makefile b/gnu/usr.bin/grep/Makefile index 5f6ecdd..9c4224c 100644 --- a/gnu/usr.bin/grep/Makefile +++ b/gnu/usr.bin/grep/Makefile @@ -3,8 +3,7 @@ GREP_LIBZ=YES PROG= grep -SRCS= dfa.c getopt.c getopt1.c grep.c kwset.c obstack.c savedir.c search.c \ - stpcpy.c +SRCS= dfa.c getopt.c getopt1.c grep.c kwset.c obstack.c savedir.c search.c CFLAGS+=-I${.CURDIR} -DHAVE_CONFIG_H diff --git a/gnu/usr.bin/grep/config.h b/gnu/usr.bin/grep/config.h index 70fdeb6..2bae7dc 100644 --- a/gnu/usr.bin/grep/config.h +++ b/gnu/usr.bin/grep/config.h @@ -64,7 +64,7 @@ /* Hack for Visual C++ suggested by irox. */ /* #undef alloca */ -/* #undef HAVE_STPCPY */ +#define HAVE_STPCPY 1 /* #undef ENABLE_NLS */ @@ -125,7 +125,7 @@ #define HAVE_SETMODE 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 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 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 |