Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : libs/ecore

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


Modified Files:
        Ecore_Con.h 


Log Message:
Don't complain when we don't include netdb.h

===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_con/Ecore_Con.h,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -3 -r1.39 -r1.40
--- Ecore_Con.h 28 May 2008 09:02:39 -0000      1.39
+++ Ecore_Con.h 14 Jun 2008 10:18:00 -0000      1.40
@@ -209,9 +209,11 @@
    EAPI int               ecore_con_url_send(Ecore_Con_Url *url_con, void 
*data, size_t length, char *content_type);
    EAPI void              ecore_con_url_time(Ecore_Con_Url *url_con, 
Ecore_Con_Url_Time condition, time_t tm);
 
+#ifdef HAVE_NETDB_H
    EAPI int               ecore_con_dns_lookup(const char *name,
                                               void (*done_cb)(void *data, 
struct hostent *hostent),
                                               void *data);
+#endif
                                               
    EAPI int              ecore_con_url_ftp_upload(Ecore_Con_Url *url_con, char 
*filename, char *user, char *pass, char *uploadas);
 



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to