Fresco/Prague/include/Prague config.hh,1.4,1.5

Tobias Hunger <[email protected]> Thu, 08 Jan 2004 16:18:11 +0100
Newsgroups gmane.comp.video.fresco.cvs
Message-ID <[email protected]>
Update of /cvs/fresco/Fresco/Prague/include/Prague
In directory purcel:/tmp/cvs-serv30427/Prague/include/Prague

Modified Files:
	config.hh 
Log Message:
Improve socklen_t detection based on code from curl. Lets hope this will
work on Linux and FreeBSD:-)


Index: config.hh
===================================================================
RCS file: /cvs/fresco/Fresco/Prague/include/Prague/config.hh,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- config.hh	8 May 2003 04:11:32 -0000	1.4
+++ config.hh	8 Jan 2004 15:17:11 -0000	1.5
@@ -23,7 +23,7 @@
 #endif
 
 #ifndef HAVE_SOCKLEN_T
-typedef int socklen_t;
+typedef SOCKLEN_T_EQUIV socklen_t;
 #endif
 
 #endif