Mercurial > hg > xemacs-beta
comparison src/s/sunos4-1.h @ 70:131b0175ea99 r20-0b30
Import from CVS: tag r20-0b30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:02:59 +0200 |
parents | e04119814345 |
children | fe104dbd9147 |
comparison
equal
deleted
inserted
replaced
69:804d1389bcd6 | 70:131b0175ea99 |
---|---|
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 |