Changeset 1775
- Timestamp:
- 02/17/98 01:45:27 (11 years ago)
- Files:
-
- branches/GNU/src/s/dgux5-4-3.h (added)
- branches/GNU/src/s/gnu.h (modified) (1 diff)
- branches/GNU/src/s/irix4-0.h (modified) (1 diff)
- branches/GNU/src/s/irix6-0.h (modified) (1 diff)
- branches/GNU/src/s/ms-w32.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/GNU/src/s/gnu.h
r1773 r1775 28 28 #undef SYSTEM_TYPE 29 29 #define SYSTEM_TYPE "gnu" 30 31 #undef NLIST_STRUCT32 30 33 31 /* XXX should getloadavg be in libc? Should we have a libutil? branches/GNU/src/s/irix4-0.h
r1761 r1775 57 57 strcpy (pty_name, name); \ 58 58 } 59 60 /* jpff@maths.bath.ac.uk reports `struct exception' is not defined 61 on this system, so inhibit use of matherr. */ 62 #define NO_MATHERR branches/GNU/src/s/irix6-0.h
r1761 r1775 35 35 Larry Hunter <hunter@nlm.nih.gov> said this was needed 36 36 for Irix 6.5. Let's see if it is safe in 6.N, N<5, as well. */ 37 /* Extrapolating from Irix 6.5, the problem is that (at least) the 38 bzero definition breaks what the X headers do. The following means 39 that we lack prototypes for these functions, and we presumably lose 40 at least in the 64-bit ABI (though that's only supported on Irix 41 6.5, which I can test). We may be saved by the fact that these 42 appear to be intrinsics in the SGI (Cray) compiler. It's probably 43 appropriate to include strings.h here, but I can't test it. See 44 irix6-5.h. -- fx */ 37 #undef TIOCSIGSEND 45 38 #undef bcopy 46 39 #undef bcmp 47 40 #undef bzero 48 49 #undef TIOCSIGSENDbranches/GNU/src/s/ms-w32.h
r1771 r1775 238 238 #define HAVE_RENAME 1 239 239 #define HAVE_CLOSEDIR 1 240 #define HAVE_FSYNC 1 /* fsync is called _commit in MSVC. */241 240 242 241 #undef TM_IN_SYS_TIME … … 302 301 #ifdef emacs 303 302 304 /* calls that are emulated or shadowed */303 /* IO calls that are emulated or shadowed */ 305 304 #undef access 306 305 #define access sys_access … … 332 331 #define select sys_select 333 332 #define sleep sys_sleep 334 #define strerror sys_strerror335 333 #undef unlink 336 334 #define unlink sys_unlink … … 355 353 #define flushall _flushall 356 354 #define fputchar _fputchar 357 #define fsync _commit358 #define ftruncate _chsize359 355 #define getw _getw 360 356 #define getpid _getpid
