Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/src/lib Modified Files: e_main.c e_private.h Log Message: ipc is #defineable (rough for now - maybe able to be undefined and eventually entirely removed - later though). also config shoudl be able to go up versiosn more easily now. =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/lib/e_main.c,v retrieving revision 1.38 retrieving revision 1.39 diff -u -3 -r1.38 -r1.39 --- e_main.c 2 Mar 2006 13:10:20 -0000 1.38 +++ e_main.c 10 Mar 2006 05:48:46 -0000 1.39 @@ -23,6 +23,7 @@ #include "E_Lib.h" #include "e.h" +#ifdef USE_IPC #include "e_ipc_codec.c" typedef struct _Opt Opt; @@ -635,4 +636,4 @@ free(e); } - +#endif \ No newline at end of file =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/lib/e_private.h,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- e_private.h 3 Jun 2005 03:18:05 -0000 1.7 +++ e_private.h 10 Mar 2006 05:48:46 -0000 1.8 @@ -5,6 +5,8 @@ #include <config.h> #endif +#ifdef USE_IPC + #if HAVE___ATTRIBUTE__ #define __UNUSED__ __attribute__((unused)) #else @@ -25,4 +27,6 @@ #endif +#endif + ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs