comparison src/sysfile.h @ 462:0784d089fdc9 r21-2-46

Import from CVS: tag r21-2-46
author cvs
date Mon, 13 Aug 2007 11:44:37 +0200
parents 3078fd1074e8
children ed498ef2108b
comparison
equal deleted inserted replaced
461:120ed4009e51 462:0784d089fdc9
51 #include <sys/stat.h> 51 #include <sys/stat.h>
52 52
53 #ifndef WIN32_NATIVE 53 #ifndef WIN32_NATIVE
54 /* Some configuration files' definitions for the LOAD_AVE_CVT macro 54 /* Some configuration files' definitions for the LOAD_AVE_CVT macro
55 (like sparc.h's) use macros like FSCALE, defined here. */ 55 (like sparc.h's) use macros like FSCALE, defined here. */
56 #ifdef HAVE_GTK
57 /* I hate GTK */
58 #undef MIN
59 #undef MAX
60 #endif /* HAVE_GTK */
56 #include <sys/param.h> 61 #include <sys/param.h>
57 #endif 62 #endif
58 63
59 #if defined (NeXT) || defined(CYGWIN) 64 #if defined (NeXT) || defined(CYGWIN)
60 /* what is needed from here? Do others need it too? 65 /* what is needed from here? Do others need it too?