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

Revision 8789, 704 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 * c-hpsnake.h
3 *
4 * Copyright 1988 by the Massachusetts Institute of Technology.
5 *
6 * For copying and distribution information, please see the file
7 * <mit-copyright.h>.
8 *
9 * Machine-type definitions: HP "snake" (HP 9000/series 700, hpux 8)
10 */
11 
12#include "mit-copyright.h"
13 
14#define BITS32
15#define BIG
16#define MSBFIRST
17#define HOST_BYTE_ORDER MSB_FIRST
18#define BSDUNIX
19#define MUSTALIGN
20
21typedef void sigtype;   /* Signal handler functions are declared "void".  */
22
23/* Used in appl/bsd/kcmd.c */
24#define HIDE_RUSEROK    1
25
26/* Used in appl/bsd/login.c, kuser/ksu.c */
27#define NO_SETPRIORITY  1
28
29/* Used in lib/des/random_key.h, lib/kstream/kstream_des.c */
30#define random  lrand48
31#define srandom srand48
Note: See TracBrowser for help on using the repository browser.