--- configure.in.orig 2018-05-30 15:09:00.000000000 -0400 +++ configure.in 2018-09-17 23:14:12.863301000 -0400 @@ -323,7 +323,7 @@ ;; esac ;; - *486-*-bsdi* | *-netbsd* | *-freebsd* | *-apple-darwin* | *-dec-osf* | *-qnx) + *486-*-bsdi* | *-netbsd* | *-bsdsunix* | *-freebsd* | *-apple-darwin* | *-dec-osf* | *-qnx) APR_SETVAR(SINGLE_LISTEN_UNSERIALIZED_ACCEPT, [1]) ;; *-solaris2*) @@ -815,7 +815,7 @@ *freebsd[[1234]].*) v4mapped=yes ;; - *freebsd*|*netbsd*|*openbsd*) + *bsdsunix*|*freebsd*|*netbsd*|*openbsd*) v4mapped=no ;; *) @@ -875,12 +875,18 @@ [Root directory of the Apache install area]) AC_DEFINE_UNQUOTED(SERVER_CONFIG_FILE, "${rel_sysconfdir}/${progname}.conf", [Location of the config file, relative to the Apache root directory]) +AC_DEFINE_UNQUOTED(DEFAULT_ERRORLOG, "${rel_logfiledir}/httpd-error.log", + [Location of error log file]) +AC_DEFINE_UNQUOTED(DEFAULT_SCOREBOARD, "${rel_runtimedir}/apache_runtime_status", + [Location of ScoreBoard file]) AC_DEFINE_UNQUOTED(AP_TYPES_CONFIG_FILE, "${rel_sysconfdir}/mime.types", [Location of the MIME types config file, relative to the Apache root directory]) +AC_DEFINE_UNQUOTED(DOCUMENT_LOCATION, "${rel_htdocsdir}", + [Location of document root]) -perlbin=`$ac_aux_dir/PrintPath perl` +perlbin=/usr/local/bin/perl if test "x$perlbin" = "x"; then - perlbin="/replace/with/path/to/perl/interpreter" + perlbin=/usr/local/bin/perl fi AC_SUBST(perlbin)