]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Define PTRSIZE_64BIT on alpha
authorTed Lemon <source@isc.org>
Mon, 31 Mar 1997 23:35:57 +0000 (23:35 +0000)
committerTed Lemon <source@isc.org>
Mon, 31 Mar 1997 23:35:57 +0000 (23:35 +0000)
includes/cf/alphaosf.h
includes/cf/netbsd.h

index 0f56f73ccd2717bb5bd1f4cdbb0b2581b2bbefc7..58c4bfbd3f71923abe28fb61fb5f31f7ad2c7e82 100644 (file)
@@ -99,3 +99,5 @@ extern int h_errno;
 #if defined (USE_DEFAULT_NETWORK)
 #  define USE_BPF
 #endif
+
+#define PTRSIZE_64BIT
index 3d8e770c5fffdd4233b2f41b4828cc632890d85c..f359d1dc6ca104eabe5a27694295898c1e0404ec 100644 (file)
@@ -89,3 +89,7 @@ extern int h_errno;
 #if defined (USE_DEFAULT_NETWORK)
 #  define USE_BPF
 #endif
+
+#ifdef __alpha__
+#define PTRSIZE_64BIT
+#endif