autoreconf

Synchronize pg_config.h.in with configure.in (someone must have
forgotten to run autoheader or autoreconf), and clean up some spurious
change in configure introduced by the last commit there.
This commit is contained in:
Peter Eisentraut 2011-01-27 01:03:55 +02:00
parent 5829738868
commit 6fe5e4e63e
2 changed files with 3 additions and 2 deletions

2
configure vendored
View File

@ -850,7 +850,6 @@ with_gnu_ld
enable_largefile
enable_float4_byval
enable_float8_byval
enable_float8_byval
'
ac_precious_vars='build_alias
host_alias
@ -861,7 +860,6 @@ LDFLAGS
LIBS
CPPFLAGS
CPP
CPPFLAGS
LDFLAGS_EX
LDFLAGS_SL
DOCBOOKSTYLE'

View File

@ -305,6 +305,9 @@
/* Define if you have a function readline library */
#undef HAVE_LIBREADLINE
/* Define to 1 if you have the `selinux' library (-lselinux). */
#undef HAVE_LIBSELINUX
/* Define to 1 if you have the `ssl' library (-lssl). */
#undef HAVE_LIBSSL