summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/pg_config.h.win323
-rw-r--r--src/tools/msvc/Solution.pm1
2 files changed, 4 insertions, 0 deletions
diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32
index a8c0d2c35cf..dd751e557b3 100644
--- a/src/include/pg_config.h.win32
+++ b/src/include/pg_config.h.win32
@@ -389,6 +389,9 @@
/* Define to 1 if you have the `SSL_clear_options' function. */
#define HAVE_SSL_CLEAR_OPTIONS 1
+/* Define to 1 if you have the `SSL_CTX_set_num_tickets' function. */
+/* #undef HAVE_SSL_CTX_SET_NUM_TICKETS */
+
/* Define to 1 if you have the `SSL_get_current_compression' function. */
#define HAVE_SSL_GET_CURRENT_COMPRESSION 1
diff --git a/src/tools/msvc/Solution.pm b/src/tools/msvc/Solution.pm
index a7e5fdbda94..ec232802e45 100644
--- a/src/tools/msvc/Solution.pm
+++ b/src/tools/msvc/Solution.pm
@@ -266,6 +266,7 @@ sub GenerateFiles
|| ($digit1 >= '1' && $digit2 >= '1' && $digit3 >= '1'))
{
print $o "#define HAVE_X509_GET_SIGNATURE_INFO 1\n";
+ print $o "#define HAVE_SSL_CTX_SET_NUM_TICKETS 1\n";
}
# Symbols needed with OpenSSL 1.1.0 and above.