From 7371f4bb3311310d6a1007c20732fa4f6ea493cc Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 22 Dec 2000 20:57:00 +0200 Subject: Style fix - keep os-specific stuff together. configure.in: - move extra bsdi fix up with other os-specific hacks include/global.h: - move extra bsdi fix up with other os-specific hacks --- include/global.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/global.h b/include/global.h index 4119b690031..ce3fc80770f 100644 --- a/include/global.h +++ b/include/global.h @@ -351,6 +351,10 @@ typedef int (*qsort_cmp)(const void *,const void *); typedef SOCKET_SIZE_TYPE size_socket; #endif +#ifndef SOCKOPT_OPTLEN_TYPE +#define SOCKOPT_OPTLEN_TYPE size_socket +#endif + /* file create flags */ #ifndef O_SHARE -- cgit v1.2.1