From: Martin Kraemer Date: Wed, 21 Feb 2001 13:34:51 +0000 (+0000) Subject: Display APACHE_MPM_DIR in the list of #defines, and X-Git-Tag: 2.0.12~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d11e5429554c8914d6a7bdd4e66d430305088a92;p=thirdparty%2Fapache%2Fhttpd.git Display APACHE_MPM_DIR in the list of #defines, and remove the duplicate APR_HAS_MMAP test. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88260 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/main.c b/server/main.c index 74f79f59398..26669d81c0f 100644 --- a/server/main.c +++ b/server/main.c @@ -96,8 +96,8 @@ static void show_compile_settings(void) #ifdef SECURITY_HOLE_PASS_AUTHORIZATION printf(" -D SECURITY_HOLE_PASS_AUTHORIZATION\n"); #endif -#if APR_HAS_MMAP - printf(" -D HAVE_MMAP\n"); +#if APACHE_MPM_DIR + printf(" -D APACHE_MPM_DIR=\"%s\"\n", APACHE_MPM_DIR); #endif #ifdef HAVE_SHMGET printf(" -D HAVE_SHMGET\n");