Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e/src Modified Files: E.h Log Message: Remove obsolete (I think) sgi _NO_ANSIMODE stuff. Cleanups. =================================================================== RCS file: /cvs/e/e16/e/src/E.h,v retrieving revision 1.615 retrieving revision 1.616 diff -u -3 -r1.615 -r1.616 --- E.h 30 Mar 2008 12:13:14 -0000 1.615 +++ E.h 30 Mar 2008 12:21:38 -0000 1.616 @@ -73,40 +73,12 @@ #define ENABLE_TRANSPARENCY 1 #define ENABLE_THEME_TRANSPARENCY 1 -/* sgi's stdio.h has: - * - * #if _SGIAPI && _NO_ANSIMODE - * extern int vsnprintf(char *, ssize_t, const char *, char *); - * #endif - * - * so workaround... - */ - -#ifdef __sgi -#ifdef _NO_ANSIMODE -#undef _NO_ANSIMODE -#endif -#endif - #include <stdio.h> #include <stdlib.h> #include <stdarg.h> #include <string.h> #include <sys/types.h> #include <unistd.h> - -#ifndef HAVE_GETCWD -#error "ERROR: Enlightenment needs a system with getcwd() in it's libs." -#error "You may have to upgrade your Operating system, Distribution, base" -#error "system libraries etc. Please see the the instructions for your" -#error "particular Operating System or Distribution" -#endif -#ifndef HAVE_MKDIR -#error "ERROR: Enlightenment needs a system with mkdir() in it's libs." -#error "You may have to upgrade your Operating system, Distribution, base" -#error "system libraries etc. Please see the the instructions for your" -#error "particular Operating System or Distribution" -#endif #ifndef HAVE_STRCASESTR # define strcasestr(haystack, needle) strstr(haystack, needle) ------------------------------------------------------------------------- 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