Commit 531cd44f authored by Tom Lane's avatar Tom Lane

Remove no-longer-used STRERROR2 config symbol.

parent a2405d55
This diff is collapsed.
...@@ -839,9 +839,8 @@ AC_CHECK_FUNC(inet_aton, ...@@ -839,9 +839,8 @@ AC_CHECK_FUNC(inet_aton,
AC_SUBST(INET_ATON) AC_SUBST(INET_ATON)
AC_CHECK_FUNC(strerror, AC_CHECK_FUNC(strerror,
AC_DEFINE(HAVE_STRERROR), AC_DEFINE(HAVE_STRERROR),
[STRERROR='strerror.o' STRERROR2='../../backend/port/strerror.o']) STRERROR='strerror.o')
AC_SUBST(STRERROR) AC_SUBST(STRERROR)
AC_SUBST(STRERROR2)
AC_CHECK_FUNC(strdup, AC_CHECK_FUNC(strdup,
AC_DEFINE(HAVE_STRDUP), AC_DEFINE(HAVE_STRDUP),
STRDUP='../../utils/strdup.o') STRDUP='../../utils/strdup.o')
......
# -*-makefile-*- # -*-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, # All PostgreSQL makefiles include this file and use the variables it sets,
...@@ -286,7 +286,6 @@ endif ...@@ -286,7 +286,6 @@ endif
INET_ATON = @INET_ATON@ INET_ATON = @INET_ATON@
STRERROR = @STRERROR@ STRERROR = @STRERROR@
STRERROR2 = @STRERROR2@
SNPRINTF = @SNPRINTF@ SNPRINTF = @SNPRINTF@
STRDUP = @STRDUP@ STRDUP = @STRDUP@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment