Enlightenment CVS committal

Author  : mej
Project : eterm
Module  : Eterm

Dir     : eterm/Eterm/src


Modified Files:
        defaultfont.c feature.h 


Log Message:
Fri Jul 23 12:21:25 2004                        Michael Jennings (mej)

Kirby Kuehl <[EMAIL PROTECTED]> pointed out some portability
issues.  These should now be fixed.
----------------------------------------------------------------------

===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/defaultfont.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- defaultfont.c       8 Jun 2002 15:44:06 -0000       1.6
+++ defaultfont.c       23 Jul 2004 16:23:06 -0000      1.7
@@ -188,7 +188,7 @@
      * The current encoding is available via nl_langinfo().
      * Otherwise, it comes from locale name.
      */
-#ifdef HAVE_NL_LANGINFO
+#if defined(HAVE_NL_LANGINFO) && defined(CODESET)
     encoding_str = nl_langinfo(CODESET);
 #else
     encoding_str = NULL;
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/feature.h,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -3 -r1.43 -r1.44
--- feature.h   16 Jul 2004 22:01:47 -0000      1.43
+++ feature.h   23 Jul 2004 16:23:06 -0000      1.44
@@ -304,7 +304,7 @@
 # define PATH_ENV "ETERMPATH"
 #endif
 
-#if defined(_POSIX_VERSION) && defined(_POSIX_SAVED_IDS) && (_POSIX_SAVED_IDS == 1)
+#if defined(_POSIX_VERSION) && defined(_POSIX_SAVED_IDS)
 #  ifdef HAVE_SAVED_UIDS
 #    undef HAVE_SAVED_UIDS
 #  endif




-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to