summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBo Peng2025-12-26 00:37:09 +0000
committerBo Peng2025-12-26 00:37:09 +0000
commitdbeff91725f423717a90ececdad37baba1d1f9f1 (patch)
treed0cca7c1be0da50a7c92bca1e38aff5216ba5228
parent5f3bc96ce79340d2782b1de3c92d2bc8546217ae (diff)
Update configure file.V4_3_STABLE
-rwxr-xr-xconfigure25
-rw-r--r--src/include/config.h.in4
-rw-r--r--src/parser/scan.c12
3 files changed, 25 insertions, 16 deletions
diff --git a/configure b/configure
index b94d7b8ee..b75c9464f 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for pgpool-II 4.3.17.
+# Generated by GNU Autoconf 2.69 for pgpool-II 4.3.18.
#
# Report bugs to <pgpool-hackers@lists.postgresql.org>.
#
@@ -590,8 +590,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='pgpool-II'
PACKAGE_TARNAME='pgpool-II'
-PACKAGE_VERSION='4.3.17'
-PACKAGE_STRING='pgpool-II 4.3.17'
+PACKAGE_VERSION='4.3.18'
+PACKAGE_STRING='pgpool-II 4.3.18'
PACKAGE_BUGREPORT='pgpool-hackers@lists.postgresql.org'
PACKAGE_URL=''
@@ -1367,7 +1367,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures pgpool-II 4.3.17 to adapt to many kinds of systems.
+\`configure' configures pgpool-II 4.3.18 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1438,7 +1438,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of pgpool-II 4.3.17:";;
+ short | recursive ) echo "Configuration of pgpool-II 4.3.18:";;
esac
cat <<\_ACEOF
@@ -1567,7 +1567,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-pgpool-II configure 4.3.17
+pgpool-II configure 4.3.18
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2230,7 +2230,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by pgpool-II $as_me 4.3.17, which was
+It was created by pgpool-II $as_me 4.3.18, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -4126,7 +4126,7 @@ fi
# Define the identity of the package.
PACKAGE='pgpool-II'
- VERSION='4.3.17'
+ VERSION='4.3.18'
cat >>confdefs.h <<_ACEOF
@@ -15220,6 +15220,11 @@ fi
if test "$with_openssl" = yes || test "$with_openssl" = auto; then
+ # Minimum required OpenSSL version is 1.0.2
+
+$as_echo "#define OPENSSL_API_COMPAT 0x10002000L" >>confdefs.h
+
+
for ac_header in openssl/ssl.h
do :
ac_fn_c_check_header_mongrel "$LINENO" "openssl/ssl.h" "ac_cv_header_openssl_ssl_h" "$ac_includes_default"
@@ -16360,7 +16365,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by pgpool-II $as_me 4.3.17, which was
+This file was extended by pgpool-II $as_me 4.3.18, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -16426,7 +16431,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-pgpool-II config.status 4.3.17
+pgpool-II config.status 4.3.18
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/src/include/config.h.in b/src/include/config.h.in
index 4f12604d5..88dcdb26c 100644
--- a/src/include/config.h.in
+++ b/src/include/config.h.in
@@ -280,6 +280,10 @@
*/
#undef LT_OBJDIR
+/* Define to the OpenSSL API version in use. This avoids deprecation warnings
+ from newer OpenSSL versions. */
+#undef OPENSSL_API_COMPAT
+
/* Name of package */
#undef PACKAGE
diff --git a/src/parser/scan.c b/src/parser/scan.c
index ebcbda5a3..4f0ee2540 100644
--- a/src/parser/scan.c
+++ b/src/parser/scan.c
@@ -1,4 +1,4 @@
-#line 2 "scan.c"
+#line 1 "scan.c"
/*-------------------------------------------------------------------------
*
* scan.l
@@ -47,7 +47,7 @@
#include "utils/palloc.h"
#include "utils/elog.h"
-#line 51 "scan.c"
+#line 50 "scan.c"
#define YY_INT_ALIGNED short int
@@ -1014,7 +1014,7 @@ static void check_escape_warning(core_yyscan_t yyscanner);
extern int core_yyget_column(yyscan_t yyscanner);
extern void core_yyset_column(int column_no, yyscan_t yyscanner);
-#line 1018 "scan.c"
+#line 1017 "scan.c"
#define YY_NO_INPUT 1
/*
* OK, here is a short description of lex/flex rules behavior.
@@ -1162,7 +1162,7 @@ extern void core_yyset_column(int column_no, yyscan_t yyscanner);
* Note that xcstart must appear before operator, as explained above!
* Also whitespace (comment) must appear before operator.
*/
-#line 1166 "scan.c"
+#line 1165 "scan.c"
#define INITIAL 0
#define xb 1
@@ -1458,7 +1458,7 @@ YY_DECL
#line 425 "scan.l"
-#line 1462 "scan.c"
+#line 1461 "scan.c"
while ( /*CONSTCOND*/1 ) /* loops until end-of-file is reached */
{
@@ -2396,7 +2396,7 @@ YY_RULE_SETUP
#line 1058 "scan.l"
YY_FATAL_ERROR( "flex scanner jammed" );
YY_BREAK
-#line 2400 "scan.c"
+#line 2399 "scan.c"
case YY_END_OF_BUFFER:
{