Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e.h 


Log Message:
this stuff only works with glibc, bsds compile now

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e.h,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -3 -r1.48 -r1.49
--- e.h 10 Jun 2006 22:05:50 -0000      1.48
+++ e.h 10 Jun 2006 23:32:50 -0000      1.49
@@ -41,9 +41,11 @@
 # include <memcheck.h>
 #endif
 
+#ifdef __GLIBC__
 #ifdef OBJECT_PARANOIA_CHECK
 #include <execinfo.h>
 #include <setjmp.h>
+#endif
 #endif
 
 #include <Evas.h>




_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to