2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 14:25:41 +00:00

Define PTRSIZE_64BIT on alpha

This commit is contained in:
Ted Lemon
1997-03-31 23:35:57 +00:00
parent eebefd1be0
commit e6ba52d44f
2 changed files with 6 additions and 0 deletions

View File

@@ -99,3 +99,5 @@ extern int h_errno;
#if defined (USE_DEFAULT_NETWORK)
# define USE_BPF
#endif
#define PTRSIZE_64BIT

View File

@@ -89,3 +89,7 @@ extern int h_errno;
#if defined (USE_DEFAULT_NETWORK)
# define USE_BPF
#endif
#ifdef __alpha__
#define PTRSIZE_64BIT
#endif