mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-09-04 08:15:14 +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)
|
#if defined (USE_DEFAULT_NETWORK)
|
||||||
# define USE_BPF
|
# define USE_BPF
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define PTRSIZE_64BIT
|
||||||
|
@@ -89,3 +89,7 @@ extern int h_errno;
|
|||||||
#if defined (USE_DEFAULT_NETWORK)
|
#if defined (USE_DEFAULT_NETWORK)
|
||||||
# define USE_BPF
|
# define USE_BPF
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef __alpha__
|
||||||
|
#define PTRSIZE_64BIT
|
||||||
|
#endif
|
||||||
|
Reference in New Issue
Block a user