Ignore:
Timestamp:
2000-07-13T10:21:53+12:00 (24 years ago)
Author:
sjboddie
Message:

merged changes to trunk into New_Config_Format branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/New_Config_Format-branch/gsdl/packages/mg/sysfuncs.h

    r821 r1279  
    194194
    195195/* On MSDOS, there are missing things from <sys/stat.h>.  */
    196 #ifdef __MSDOS__
     196#if defined(__MSDOS__)
    197197#define S_ISUID 0
    198198#define S_ISGID 0
    199199#define S_ISVTX 0
     200#endif
     201
     202#if defined(__GNUC__) && defined(__WIN32__)
     203#include <limits.h>
    200204#endif
    201205
Note: See TracChangeset for help on using the changeset viewer.