diff options
Diffstat (limited to 'src/include/pg_config.h.in')
-rw-r--r-- | src/include/pg_config.h.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index 4383ad5172c..5bdfa470dcf 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -778,15 +778,15 @@ /* Define to select named POSIX semaphores. */ #undef USE_NAMED_POSIX_SEMAPHORES +/* Define to build with OpenSSL support. (--with-openssl) */ +#undef USE_OPENSSL + /* Define to 1 to build with PAM support. (--with-pam) */ #undef USE_PAM /* Use replacement snprintf() functions. */ #undef USE_REPL_SNPRINTF -/* Define to build with (Open)SSL support. (--with-openssl) */ -#undef USE_SSL - /* Define to select SysV-style semaphores. */ #undef USE_SYSV_SEMAPHORES |