head	1.3;
access;
symbols
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.2
	RELEASE_4_1_0:1.2
	RELEASE_3_5_0:1.2
	RELEASE_4_0_0:1.2
	RELEASE_3_4_0:1.2
	RELEASE_3_3_0:1.2
	RELEASE_3_2_0:1.2
	RELEASE_3_1_0:1.2
	RELEASE_2_2_8:1.2
	RELEASE_3_0_0:1.2;
locks; strict;
comment	@# @;


1.3
date	2003.10.05.03.58.53;	author kris;	state dead;
branches;
next	1.2;

1.2
date	98.09.28.02.14.33;	author dima;	state Exp;
branches;
next	1.1;

1.1
date	98.09.26.19.35.05;	author dima;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Remove the rsaref port, which fulfilled its usefulness a long time ago.
@
text
@*** global.h.ORIG	Sat Sep 26 12:26:48 1998
--- global.h	Sat Sep 26 12:27:44 1998
***************
*** 19,29 ****
--- 19,35 ----
  /* POINTER defines a generic pointer type */
  typedef unsigned char *POINTER;
  
+ #if 0
  /* UINT2 defines a two byte word */
  typedef unsigned short int UINT2;
  
  /* UINT4 defines a four byte word */
  typedef unsigned long int UINT4;
+ #else
+ #include <sys/types.h>
+ typedef u_int16_t UINT2;
+ typedef u_int32_t UINT4;
+ #endif
  
  #ifndef NULL_PTR
  #define NULL_PTR ((POINTER)0)
@


1.2
log
@oops. fix my previous commit.
@
text
@@


1.1
log
@Fix it for alpha.
@
text
@d16 1
a16 1
+ #include <machine/types.h>
@
