comparison src/s/sunos4-1.h @ 32:e04119814345 r19-15b99

Import from CVS: tag r19-15b99
author cvs
date Mon, 13 Aug 2007 08:52:56 +0200
parents 376386a54a3c
children 131b0175ea99
comparison
equal deleted inserted replaced
31:b9328a10c56c 32:e04119814345
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