source: trunk/third/cns/src/include/c-386sco.h @ 8789

Revision 8789, 648 bytes checked in by ghudson, 28 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r8788, which included commits to RCS files with non-trunk default branches.
Line 
1#define BITS32
2#define BIG
3#define LSBFIRST
4#define HOST_BYTE_ORDER LSB_FIRST
5#define BSDUNIX
6/* from Imakefile... */
7#define ATHENA
8#define HAVE_VSPRINTF
9
10#define NOVFORK
11#define NEED_UTIMES
12
13/* Used in lib/des/random_key.h, lib/kstream/kstream_des.c */
14#define random  lrand48
15#define srandom srand48
16       
17#define NO_FSYNC
18#define NO_SIGCONTEXT
19       
20#define HAS_DIRENT
21#define NOSTBLKSIZE
22#define NO_FCHMOD
23#define NO_SETPRIORITY
24       
25#define NO_GETUSERSHELL
26#define NOUTHOST
27#define ftruncate(fd,sz) fcntl(fd,F_CHSIZE,sz)
28
29#define NO_GETHOSTID_
30
31#define HAVE_SYS_PTEM_H
32
33typedef void sigtype;   /* Signal handler functions are declared "void".  */
Note: See TracBrowser for help on using the repository browser.