From 6fe5e4e63ee274e66c36dce999978a3fee8cf4c6 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 27 Jan 2011 01:03:55 +0200 Subject: 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. --- src/include/pg_config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index 613ef89eb60..5d84350c45c 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -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 -- cgit v1.2.3