From: David Reid Date: Mon, 23 Oct 2000 19:30:30 +0000 (+0000) Subject: Fix a breakage due to Maoj's suexec patch of earlier today. X-Git-Tag: APACHE_2_0_ALPHA_8~263 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3e1f93c1b2bf4599c422085275ee7ba343d8b6a8;p=thirdparty%2Fapache%2Fhttpd.git Fix a breakage due to Maoj's suexec patch of earlier today. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86723 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/mappers/mod_userdir.c b/modules/mappers/mod_userdir.c index 2008c954efb..308f3798c43 100644 --- a/modules/mappers/mod_userdir.c +++ b/modules/mappers/mod_userdir.c @@ -91,7 +91,7 @@ * disabled, except those explicitly turned on with the "enabled" keyword. */ -#if !defined(WIN32) && !defined(OS2) +#if !defined(WIN32) && !defined(OS2) && !defined(BEOS) #define HAVE_UNIX_SUEXEC #endif