[The default soft limit on the number of concurrent connections, i.e., the default for the postmaster -N switch (--with-maxbackends)])
#
#
# Option to disable shared libraries
# Option to disable shared libraries
#
#
...
@@ -278,7 +266,9 @@ if test x"$GCC" = x"yes" ; then
...
@@ -278,7 +266,9 @@ if test x"$GCC" = x"yes" ; then
else
else
cc_string=$CC
cc_string=$CC
fi
fi
AC_DEFINE_UNQUOTED(PG_VERSION_STR, ["PostgreSQL $PACKAGE_VERSION on $host, compiled by $cc_string"], [A canonical string containing the version number, platform, and C compiler])
AC_DEFINE_UNQUOTED(PG_VERSION_STR,
["PostgreSQL $PACKAGE_VERSION on $host, compiled by $cc_string"],
[A string containing the version number, platform, and C compiler])
#
#
...
@@ -294,7 +284,7 @@ AC_SUBST(autodepend)
...
@@ -294,7 +284,7 @@ AC_SUBST(autodepend)
#
#
PGAC_ARG_BOOL(enable, cassert, no, [ --enable-cassert enable assertion checks (for debugging)],
PGAC_ARG_BOOL(enable, cassert, no, [ --enable-cassert enable assertion checks (for debugging)],
[AC_DEFINE([USE_ASSERT_CHECKING], 1,
[AC_DEFINE([USE_ASSERT_CHECKING], 1,
[Define to 1 to build with assertion checks])])
[Define to 1 to build with assertion checks. (--enable-cassert)])])
#
#
...
@@ -411,7 +401,7 @@ PGAC_ARG_OPTARG(with, krb4, [[ --with-krb4[=DIR] build with Kerberos 4 su
...
@@ -411,7 +401,7 @@ PGAC_ARG_OPTARG(with, krb4, [[ --with-krb4[=DIR] build with Kerberos 4 su
[krb4_prefix=$withval],
[krb4_prefix=$withval],
[
[
AC_MSG_RESULT(yes)
AC_MSG_RESULT(yes)
AC_DEFINE(KRB4, 1, [Define if you are building with Kerberos 4 support.])
AC_DEFINE(KRB4, 1, [Define to build with Kerberos 4 support. (--with-krb4)])
if test -d "$krb4_prefix/include"; then
if test -d "$krb4_prefix/include"; then
INCLUDES="$INCLUDES -I$krb4_prefix/include"
INCLUDES="$INCLUDES -I$krb4_prefix/include"
...
@@ -436,7 +426,7 @@ PGAC_ARG_OPTARG(with, krb5, [[ --with-krb5[=DIR] build with Kerberos 5 su
...
@@ -436,7 +426,7 @@ PGAC_ARG_OPTARG(with, krb5, [[ --with-krb5[=DIR] build with Kerberos 5 su
[krb5_prefix=$withval],
[krb5_prefix=$withval],
[
[
AC_MSG_RESULT([yes])
AC_MSG_RESULT([yes])
AC_DEFINE(KRB5, 1, [Define if you are building with Kerberos 5 support.])
AC_DEFINE(KRB5, 1, [Define to build with Kerberos 5 support. (--with-krb5)])