]> granicus.if.org Git - apache/commitdiff
Fix a breakage due to Maoj's suexec patch of earlier today.
authorDavid Reid <dreid@apache.org>
Mon, 23 Oct 2000 19:30:30 +0000 (19:30 +0000)
committerDavid Reid <dreid@apache.org>
Mon, 23 Oct 2000 19:30:30 +0000 (19:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86723 13f79535-47bb-0310-9956-ffa450edef68

modules/mappers/mod_userdir.c

index 2008c954efb6f4b3729c05c7e27f1df3f30ef82b..308f3798c43e790d20cb7065e5d50c4707cbc796 100644 (file)
@@ -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