Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
531cd44f
Commit
531cd44f
authored
Jan 20, 2001
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove no-longer-used STRERROR2 config symbol.
parent
a2405d55
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
94 additions
and
98 deletions
+94
-98
configure
configure
+92
-94
configure.in
configure.in
+1
-2
src/Makefile.global.in
src/Makefile.global.in
+1
-2
No files found.
configure
View file @
531cd44f
This diff is collapsed.
Click to expand it.
configure.in
View file @
531cd44f
...
@@ -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')
...
...
src/Makefile.global.in
View file @
531cd44f
# -*-makefile-*-
# -*-makefile-*-
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.11
6 2000/12/29 20:39:06
tgl Exp $
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.11
7 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@
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment