[Python-checkins] CVS: python/dist/src/PC pyconfig.h,1.6,1.7

Martin v. L?wis loewis@users.sourceforge.net
Fri, 01 Mar 2002 00:31:09 -0800


Update of /cvsroot/python/python/dist/src/PC
In directory usw-pr-cvs1:/tmp/cvs-serv30289/PC

Modified Files:
	pyconfig.h 
Log Message:
Patch #520062: Support IPv6 with VC.NET.


Index: pyconfig.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/pyconfig.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** pyconfig.h	21 Dec 2001 22:06:12 -0000	1.6
--- pyconfig.h	1 Mar 2002 08:31:07 -0000	1.7
***************
*** 409,413 ****
--- 409,417 ----
  
  /* Define to `int' if <sys/types.h> doesn't define.  */
+ #if _MSC_VER + 0 >= 1300
+ /* VC.NET typedefs socklen_t in ws2tcpip.h. */
+ #else
  #define socklen_t int
+ #endif
  
  /* Define if you have the ANSI C header files.  */