From: Ted Lemon Date: Mon, 31 Mar 1997 23:35:57 +0000 (+0000) Subject: Define PTRSIZE_64BIT on alpha X-Git-Tag: DHCP-970602~59 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e6ba52d44f8608cd5bec26b627cd421a4d1f5007;p=thirdparty%2Fdhcp.git Define PTRSIZE_64BIT on alpha --- diff --git a/includes/cf/alphaosf.h b/includes/cf/alphaosf.h index 0f56f73cc..58c4bfbd3 100644 --- a/includes/cf/alphaosf.h +++ b/includes/cf/alphaosf.h @@ -99,3 +99,5 @@ extern int h_errno; #if defined (USE_DEFAULT_NETWORK) # define USE_BPF #endif + +#define PTRSIZE_64BIT diff --git a/includes/cf/netbsd.h b/includes/cf/netbsd.h index 3d8e770c5..f359d1dc6 100644 --- a/includes/cf/netbsd.h +++ b/includes/cf/netbsd.h @@ -89,3 +89,7 @@ extern int h_errno; #if defined (USE_DEFAULT_NETWORK) # define USE_BPF #endif + +#ifdef __alpha__ +#define PTRSIZE_64BIT +#endif