Enlightenment CVS committal Author : mej Project : eterm Module : Eterm
Dir : eterm/Eterm/src Modified Files: command.h defaultfont.h Log Message: Mon Apr 18 16:00:22 2005 Michael Jennings (mej) Remove unused NO_XLOCALE crap and do it right. ---------------------------------------------------------------------- =================================================================== RCS file: /cvsroot/enlightenment/eterm/Eterm/src/command.h,v retrieving revision 1.19 retrieving revision 1.20 diff -u -3 -r1.19 -r1.20 --- command.h 3 Jun 2002 00:24:21 -0000 1.19 +++ command.h 18 Apr 2005 20:01:55 -0000 1.20 @@ -26,11 +26,10 @@ # include <X11/Xproto.h> # include <X11/keysym.h> -# if defined(NO_XLOCALE) || !defined(HAVE_X11_LOCALE_H) -# include <locale.h> -# else +# ifdef HAVE_X11_LOCALE_H # include <X11/Xlocale.h> # endif +# include <locale.h> # include "options.h" # include "system.h" /* For RETSIGTYPE */ =================================================================== RCS file: /cvsroot/enlightenment/eterm/Eterm/src/defaultfont.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- defaultfont.h 24 Apr 2003 18:30:16 -0000 1.3 +++ defaultfont.h 18 Apr 2005 20:01:59 -0000 1.4 @@ -1,11 +1,11 @@ #ifndef _DEFAULTFONT_H_ #define _DEFAULTFONT_H_ -#if defined (NO_XLOCALE) || !defined(HAVE_X11_LOCALE_H) -# include <locale.h> -#else -# include <X11/Xlocale.h> -#endif +# ifdef HAVE_X11_LOCALE_H +# include <X11/Xlocale.h> +# else +# include <locale.h> +# endif #ifdef HAVE_NL_LANGINFO # include <langinfo.h> ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs