]> granicus.if.org Git - apache/commitdiff
Missed this one when I was making the support programs compile on
authorDavid Reid <dreid@apache.org>
Wed, 20 Oct 1999 23:11:48 +0000 (23:11 +0000)
committerDavid Reid <dreid@apache.org>
Wed, 20 Oct 1999 23:11:48 +0000 (23:11 +0000)
BeOS.  All should now compile on "vanilla" BeOS.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84014 13f79535-47bb-0310-9956-ffa450edef68

support/logresolve.c

index 914c2ed2a44769c60bdf2c3efa5c11940c1b9e98..c95fa7d6d25a80ceda39d9d35a3df77a776f5c7e 100644 (file)
@@ -44,7 +44,7 @@
 
 #include <ctype.h>
 
-#ifndef MPE
+#if !defined(MPE) && !defined(BEOS) 
 #include <arpa/inet.h>
 #endif