diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2001-01-20 22:56:33 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2001-01-20 22:56:33 +0000 |
commit | 531cd44fd12f57384b41af762ff7d331f018f7d8 (patch) | |
tree | 325f58e887dfc8a909c08fcd5b97f4e19ea94831 /src | |
parent | a2405d5554e1cf85d554fe7d99612023ed813ab7 (diff) | |
download | postgresql-531cd44fd12f57384b41af762ff7d331f018f7d8.tar.gz postgresql-531cd44fd12f57384b41af762ff7d331f018f7d8.zip |
Remove no-longer-used STRERROR2 config symbol.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.global.in | 3 |
1 files changed, 1 insertions, 2 deletions
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@ |