macro on those platforms that have it defined in 1.3. The only platform
that doesn't work yet is Linux 2.2.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86933
13f79535-47bb-0310-9956-
ffa450edef68
AC_DEFINE(AP_USING_AUTOCONF, 1,
[Using autoconf to configure Apache])
+echo "FOOBAR:::: $SINGLE_LISTEN_UNSERIALIZED_ACCEPT"
+if test "$SINGLE_LISTEN_UNSERIALIZED_ACCEPT" = "1"; then
+ AC_DEFINE(SINGLE_LISTEN_UNSERIALIZED_ACCEPT, 1, [ ])
+fi
+
dnl check for endianness
if test "$cross_compiling" = "no"; then
AC_C_BIGENDIAN