diff options
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 |