Skip to content

Commit 6eeeb98

Browse files
committed
Fix ph_config.h.win32
1 parent 011ba82 commit 6eeeb98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/pg_config.h.win32

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@
604604
#define PG_KRB_SRVNAM "postgres"
605605

606606
/* A string containing the version number, platform, and C compiler */
607-
#define PG_VERSION_STR "Uninitialized version string (win32)"
607+
#define PG_VERSION_STR "PostgreSQL 9.6.12 (win32)"
608608

609609
/* The size of `long', as computed by sizeof. */
610610
#define SIZEOF_LONG 4
@@ -652,7 +652,7 @@
652652
/* #undef USE_NAMED_POSIX_SEMAPHORES */
653653

654654
/* Define to build with OpenSSL support. (--with-openssl) */
655-
/* #undef USE_OPENSSL */
655+
#define USE_OPENSSL
656656

657657
/* Define to 1 to build with PAM support. (--with-pam) */
658658
/* #undef USE_PAM */

0 commit comments

Comments
 (0)