diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2011-01-27 01:03:55 +0200 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2011-01-27 01:19:45 +0200 |
commit | 6fe5e4e63ee274e66c36dce999978a3fee8cf4c6 (patch) | |
tree | 49b9251a3c3e9c29524e607d4814c588be052d5d /src | |
parent | 5829738868f8d87263b6d31675e08147d8d7c188 (diff) | |
download | postgresql-6fe5e4e63ee274e66c36dce999978a3fee8cf4c6.tar.gz postgresql-6fe5e4e63ee274e66c36dce999978a3fee8cf4c6.zip |
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.
Diffstat (limited to 'src')
-rw-r--r-- | src/include/pg_config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
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 |