Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

Dir     : e17/apps/e


Modified Files:
        configure.in 


Log Message:
Create a define which can be used to wrap internal E stuff. This works as
the define is created in config.h which isn't exported.

This will break modules which still uses _() to wrap NLS strings. It is an
error that they use it as modules strings wont be defined in E's domain.
Modules should use D_() and define it to lock up strings in their own
domain.

===================================================================
RCS file: /cvs/e/e17/apps/e/configure.in,v
retrieving revision 1.196
retrieving revision 1.197
diff -u -3 -r1.196 -r1.197
--- configure.in        9 Dec 2007 17:32:22 -0000       1.196
+++ configure.in        10 Jan 2008 07:43:01 -0000      1.197
@@ -232,6 +232,8 @@
 ])
 AC_SUBST(edje_cc)
 
+AC_DEFINE(E_INTERNAL, 1, "This define can be used to wrap internal E stuff, as 
config.h isn't exported")
+
 
 AC_OUTPUT([
 Makefile



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to