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

Revision 8789, 786 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/*
2 * Copyright 1988 by the Massachusetts Institute of Technology.
3 *
4 * For copying and distribution information, please see the file
5 * <mit-copyright.h>.
6 *
7 * Machine-type definitions: SPARC with BSD Unix, e.g. SUN-4
8 */
9
10#include "mit-copyright.h"
11
12#define BITS32
13#define BIG
14#define MSBFIRST
15#define HOST_BYTE_ORDER MSB_FIRST
16#define BSDUNIX
17#define MUSTALIGN
18#define DES_SHIFT_SHIFT
19typedef void sigtype;   /* Signal handler functions are declared "void".  */
20#define BSD42   1
21#define ATHENA  1
22#define HAVE_VSPRINTF   1
23#define HAS_STRDUP      1
24#define UIDGID_T        1
25#define VARARGS 1
26#define NEED_SYS_ERRLIST        1
27#define HOST_BYTE_ORDER MSB_FIRST
28#define RPROGS_IN_USR_UCB       1
29#define MOVE_WITH_BCOPY 1
30
31/* Used in various places, appl/bsd, email/POP, kadmin, lib/krb */
32#define USE_UNISTD_H    1
Note: See TracBrowser for help on using the repository browser.