From be5f5c7046f896ca16d7b4656c192f64c6d2e226 Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 1 Feb 2009 13:16:46 +0000 Subject: Convert HAVE_CLOSESOCKET and HAVE_SOCKLEN_T into 0/1 definitions. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28434 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/network.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stream') diff --git a/stream/network.h b/stream/network.h index 36b470dfe4..5c41ddc70c 100644 --- a/stream/network.h +++ b/stream/network.h @@ -22,10 +22,10 @@ #include "url.h" #include "http.h" -#ifndef HAVE_CLOSESOCKET +#if !HAVE_CLOSESOCKET #define closesocket close #endif -#ifndef HAVE_SOCKLEN_T +#if !HAVE_SOCKLEN_T typedef int socklen_t; #endif -- cgit v1.2.3