[Sumover-dev] [svn commit] r4059 - common/trunk/src

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Tue Jun 5 17:50:00 BST 2007


Author: piers
Date: Tue Jun  5 17:50:00 2007
New Revision: 4059

Modified:
   common/trunk/src/inet_pton.c

Log:
Changed #ifndef HAVE_INET_PTON to #ifdef NEED_INET_PTON


Modified: common/trunk/src/inet_pton.c
==============================================================================
--- common/trunk/src/inet_pton.c	(original)
+++ common/trunk/src/inet_pton.c	Tue Jun  5 17:50:00 2007
@@ -16,7 +16,7 @@
  * SOFTWARE.
  */
 
-#ifndef HAVE_INET_PTON
+#ifdef NEED_INET_PTON
 #include "config_unix.h"
 #include "config_win32.h"
 #include "inet_pton.h"
@@ -217,4 +217,3 @@
 }
 
 #endif
-



More information about the Sumover-dev mailing list