From: Manoj Kasichainula Date: Mon, 6 Sep 1999 03:23:39 +0000 (+0000) Subject: The closesocket define causes problems on BeOS. Get rid of it where X-Git-Tag: 1.3.10~336 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=127b62666a832e5746d86487b4e79128e8c09fd4;p=apache The closesocket define causes problems on BeOS. Get rid of it where appropriate. Submitted by: In part by David Reid git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83872 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/ap_config.h b/include/ap_config.h index 757be99fa2..811b7d4e78 100644 --- a/include/ap_config.h +++ b/include/ap_config.h @@ -1068,7 +1068,6 @@ typedef int rlim_t; #include #include #include -#define closesocket(s) close(s) #ifndef O_BINARY #define O_BINARY (0) #endif