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

Revision 8789, 737 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 BSDUNIX
2#define BITS32
3#define BIG
4#if defined(i386) || defined(__i386__)
5#define LSBFIRST
6#define HOST_BYTE_ORDER LSB_FIRST
7#endif
8
9#if 0
10#define MSBFIRST
11#define HOST_BYTE_ORDER MSB_FIRST
12#endif
13
14typedef void sigtype;   /* Signal handler functions are declared "void".  */
15
16/* Reportedly, SVR4 does NOT include the NDBM library */
17/*   /usr/include/rpcsvc/dbm.h ???   */
18/* This unsets the #define in conf.h which makes NDBM the default.  */
19#undef  NDBM
20
21/* Used in various places, appl/bsd, email/POP, kadmin, lib/krb */
22#define USE_UNISTD_H    1
23
24/* Used in appl/bsd/login.c and kuser/ksu.c. */
25#define NO_SETPRIORITY  1
26
27/* Used in lib/des/random_key.h, lib/kstream/kstream_des.c */
28#define random  lrand48
29#define srandom srand48
Note: See TracBrowser for help on using the repository browser.