projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae02cf3
)
On some systems
must be included before
.
author
Tom Lane
Sat, 12 Apr 2003 23:25:42 +0000
(23:25 +0000)
committer
Tom Lane
Sat, 12 Apr 2003 23:25:42 +0000
(23:25 +0000)
config/c-library.m4
patch
|
blob
|
blame
|
history
configure
patch
|
blob
|
blame
|
history
diff --git
a/config/c-library.m4
b/config/c-library.m4
index 0def9c0e69a2fe6ed668b36c8dcdd8ee6de97c17..44a36686367e1b8476765b1d49f1296e724b64b7 100644
(file)
--- a/
config/c-library.m4
+++ b/
config/c-library.m4
@@
-1,5
+1,5
@@
# Macros that test various C library quirks
-# $Header: /cvsroot/pgsql/config/c-library.m4,v 1.1
7 2003/04/06 22:45:22 petere
Exp $
+# $Header: /cvsroot/pgsql/config/c-library.m4,v 1.1
8 2003/04/12 23:25:42 tgl
Exp $
# PGAC_VAR_INT_TIMEZONE
@@
-72,7
+72,8
@@
AC_DEFUN([PGAC_STRUCT_SOCKADDR_UN],
# If `struct addrinfo' exists, define HAVE_STRUCT_ADDRINFO.
AC_DEFUN([PGAC_STRUCT_ADDRINFO],
[AC_CHECK_TYPES([struct addrinfo], [], [],
-[#include
+[#include
+#include
#include
])])# PGAC_STRUCT_ADDRINFO
diff --git
a/configure
b/configure
index 37fdb671321ecb83375067ce9c321995dd103d3f..18daf4e8dc00819710d0789c3b6db9ea1f0ffe64 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-9360,6
+9360,7
@@
else
cat >conftest.$ac_ext <<_ACEOF
#line $LINENO "configure"
#include "confdefs.h"
+#include
#include
#include