Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/config


Modified Files:
        definitions 


Log Message:
Fix multiple inclusions.

===================================================================
RCS file: /cvs/e/e16/e/config/definitions,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- definitions 12 Nov 2005 17:51:11 -0000      1.6
+++ definitions 22 Jan 2007 02:33:23 -0000      1.7
@@ -3,6 +3,8 @@
 /* This file determines keyword values and conveience macros for E */
 /* This file is sourced for every file E has to parse              */
 /*******************************************************************/
+#ifndef __E16_DEFINITIONS__
+#define __E16_DEFINITIONS__
 
 /* section begin/end stuff */
 #define __BGN 999
@@ -967,3 +969,5 @@
 
 /*********** Directory definition macros **************************/
 #define E_SCRIPTS_DIR ENLIGHTENMENT_ROOT/scripts/
+
+#endif /* __E16_DEFINITIONS__ */



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to