Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_con


Modified Files:
        Ecore_Con.h Makefile.am ecore_con.c 


Log Message:
integration of evil in ecore. It's compiling on windows and my ubuntu. The 
commit is big, please report any problem

===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_con/Ecore_Con.h,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -3 -r1.37 -r1.38
--- Ecore_Con.h 11 Mar 2008 19:51:32 -0000      1.37
+++ Ecore_Con.h 26 May 2008 05:16:33 -0000      1.38
@@ -26,7 +26,9 @@
 #endif
 
 #include <time.h>
-#include <netdb.h>
+#ifdef HAVE_NETDB_H
+# include <netdb.h>
+#endif
 #include <Ecore_Data.h>
 
 /**
===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_con/Makefile.am,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- Makefile.am 4 Nov 2007 09:29:18 -0000       1.13
+++ Makefile.am 26 May 2008 05:16:33 -0000      1.14
@@ -21,7 +21,7 @@
 
 libecore_con_la_LIBADD = \
 $(top_builddir)/src/lib/ecore/libecore.la \
[EMAIL PROTECTED]@ @winsock_libs@ @CURL_LIBS@
[EMAIL PROTECTED]@ @CURL_LIBS@
 
 libecore_con_la_LDFLAGS = -version-info @version_info@
 
===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_con/ecore_con.c,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -3 -r1.94 -r1.95
--- ecore_con.c 2 Mar 2008 08:39:21 -0000       1.94
+++ ecore_con.c 26 May 2008 05:16:33 -0000      1.95
@@ -7,7 +7,6 @@
 #include <sys/socket.h>
 #include <sys/un.h>
 #include <errno.h>
-#include <netdb.h>
 
 #include <config.h>
 



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to