Add amd64 settings.

Approved by:  re (scottl)
This commit is contained in:
Peter Wemm 2003-05-08 06:33:49 +00:00
parent 991e6f718b
commit 203fc38a60
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=114831

View File

@ -65,6 +65,9 @@
#ifdef __ia64__
#define PTRDIFF_IS_LONG 1
#define SIZEOF_IS_ULONG 1
#elif __amd64__
#define PTRDIFF_IS_LONG 1
#define SIZEOF_IS_ULONG 1
#elif __alpha__
#define PTRDIFF_IS_LONG 1
#define SIZEOF_IS_ULONG 1