Mercurial > hg > xemacs-beta
comparison src/s/sunos4-1.h @ 110:fe104dbd9147 r20-1b7
Import from CVS: tag r20-1b7
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:19:45 +0200 |
parents | 131b0175ea99 |
children | 6b37e6ddd302 |
comparison
equal
deleted
inserted
replaced
109:e183fc049578 | 110:fe104dbd9147 |
---|---|
48 | 48 |
49 /* SunOS does not define strerror since it is ANSI C, but SunPro C does. */ | 49 /* SunOS does not define strerror since it is ANSI C, but SunPro C does. */ |
50 #if !defined(HAVE_STRERROR) && defined(__SUNPRO_C) | 50 #if !defined(HAVE_STRERROR) && defined(__SUNPRO_C) |
51 #define HAVE_STRERROR | 51 #define HAVE_STRERROR |
52 #endif | 52 #endif |
53 | |
54 /* This appears to be broken on SunOS4.1.[123] */ | |
55 #define BROKEN_SIGIO |