home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 2 / RISC_DISC_2.iso / pd_share / utilities / cli / pgp2 / src / h / global < prev    next >
Encoding:
Text File  |  1994-07-15  |  236 b   |  16 lines

  1. /* Needed by RSAREF */
  2.  
  3. #ifdef __alpha
  4. typedef unsigned UINT4;
  5. #else
  6. typedef unsigned long UINT4;
  7. #endif
  8.  
  9. typedef unsigned short UINT2;
  10.  
  11. typedef void *POINTER;
  12. #define NULL_PTR ((POINTER)0)
  13.  
  14. #define PROTOTYPES 1
  15. #define PROTO_LIST(x) x
  16.