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
44bc7ab2
Commit
44bc7ab2
authored
Jul 19, 1999
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Put back mistakenly removed configure test for HAVE_NETINET_IN_H.
parent
49e92cab
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
256 additions
and
212 deletions
+256
-212
src/configure
src/configure
+252
-212
src/configure.in
src/configure.in
+1
-0
src/include/config.h.in
src/include/config.h.in
+3
-0
No files found.
src/configure
View file @
44bc7ab2
This diff is collapsed.
Click to expand it.
src/configure.in
View file @
44bc7ab2
...
@@ -587,6 +587,7 @@ AC_CHECK_HEADERS(history.h)
...
@@ -587,6 +587,7 @@ AC_CHECK_HEADERS(history.h)
AC_CHECK_HEADERS(ieeefp.h)
AC_CHECK_HEADERS(ieeefp.h)
AC_CHECK_HEADERS(limits.h)
AC_CHECK_HEADERS(limits.h)
AC_CHECK_HEADERS(netdb.h)
AC_CHECK_HEADERS(netdb.h)
AC_CHECK_HEADERS(netinet/in.h)
AC_CHECK_HEADERS(readline.h)
AC_CHECK_HEADERS(readline.h)
AC_CHECK_HEADERS(readline/history.h)
AC_CHECK_HEADERS(readline/history.h)
AC_CHECK_HEADERS(readline/readline.h)
AC_CHECK_HEADERS(readline/readline.h)
...
...
src/include/config.h.in
View file @
44bc7ab2
...
@@ -250,6 +250,9 @@
...
@@ -250,6 +250,9 @@
/* Set to 1 if you have <netdb.h> */
/* Set to 1 if you have <netdb.h> */
#undef HAVE_NETDB_H
#undef HAVE_NETDB_H
/* Set to 1 if you have <netinet/in.h> */
#undef HAVE_NETINET_IN_H
/* Set to 1 if you have <readline.h> */
/* Set to 1 if you have <readline.h> */
#undef HAVE_READLINE_H
#undef HAVE_READLINE_H
...
...
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