From 531cd44fd12f57384b41af762ff7d331f018f7d8 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sat, 20 Jan 2001 22:56:33 +0000 Subject: Remove no-longer-used STRERROR2 config symbol. --- src/Makefile.global.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/Makefile.global.in b/src/Makefile.global.in index f1e425a0138..d17405e3ca2 100644 --- a/src/Makefile.global.in +++ b/src/Makefile.global.in @@ -1,5 +1,5 @@ # -*-makefile-*- -# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.116 2000/12/29 20:39:06 tgl Exp $ +# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.117 2001/01/20 22:56:33 tgl Exp $ #------------------------------------------------------------------------------ # All PostgreSQL makefiles include this file and use the variables it sets, @@ -286,7 +286,6 @@ endif INET_ATON = @INET_ATON@ STRERROR = @STRERROR@ -STRERROR2 = @STRERROR2@ SNPRINTF = @SNPRINTF@ STRDUP = @STRDUP@ -- cgit v1.2.3