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:
@@ -99,3 +99,5 @@ extern int h_errno;
|
||||
#if defined (USE_DEFAULT_NETWORK)
|
||||
# define USE_BPF
|
||||
#endif
|
||||
|
||||
#define PTRSIZE_64BIT
|
||||
|
@@ -89,3 +89,7 @@ extern int h_errno;
|
||||
#if defined (USE_DEFAULT_NETWORK)
|
||||
# define USE_BPF
|
||||
#endif
|
||||
|
||||
#ifdef __alpha__
|
||||
#define PTRSIZE_64BIT
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user