]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Define default network API to use
authorTed Lemon <source@isc.org>
Mon, 13 May 1996 00:10:37 +0000 (00:10 +0000)
committerTed Lemon <source@isc.org>
Mon, 13 May 1996 00:10:37 +0000 (00:10 +0000)
cf/bsdos.h
cf/freebsd.h
cf/linux.h
cf/netbsd.h
cf/ultrix.h
includes/cf/bsdos.h
includes/cf/freebsd.h
includes/cf/linux.h
includes/cf/netbsd.h
includes/cf/ultrix.h

index 4c86cafe6a72c0ee92b3c4a0639726e1c7fd8a30..828efbcab3d61294fc8e60d1011894d21fd091ba 100644 (file)
@@ -71,3 +71,7 @@ extern int h_errno;
 #define SET_TIME(x, y) (*(x) = (y))
 #define ADD_TIME(d, s1, s2) (*(d) = *(s1) + *(s2))
 #define SET_MAX_TIME(x)        (*(x) = INT_MAX)
+
+#if defined (USE_DEFAULT_NETWORK)
+#  define USE_BPF
+#endif
index d76a8271f2715cb3a9997e32879a47fece4e181e..ab58fd8ccf11baf3252cbe1638e3c50441aaa84e 100644 (file)
@@ -75,3 +75,7 @@ extern int h_errno;
 #define SET_MAX_TIME(x)        (*(x) = INT_MAX)
 
 #define HAVE_SIN_LEN
+
+#if defined (USE_DEFAULT_NETWORK)
+#  define USE_BPF
+#endif
index ffbefbdfe29794936df800a36a04d7ef080d95f5..eab26304c13b5ceeadc7f6002d1402bc1baa8732 100644 (file)
@@ -109,5 +109,6 @@ extern int h_errno;
 #define ADD_TIME(d, s1, s2) (*(d) = *(s1) + *(s2))
 #define SET_MAX_TIME(x)        (*(x) = INT_MAX)
 
-
-
+#if defined (USE_DEFAULT_NETWORK)
+#  define USE_SOCKETS
+#endif
index f78bbc7c0e98bd323e7faf47b79938d401c8e34a..aa7b3c8242dbd76b30a3899f87949d33234e73a1 100644 (file)
@@ -74,3 +74,7 @@ extern int h_errno;
 #define SET_MAX_TIME(x)        (*(x) = INT_MAX)
 
 #define HAVE_SIN_LEN
+
+#if defined (USE_DEFAULT_NETWORK)
+#  define USE_BPF
+#endif
index 2aff6f6f42f0abc06862d8a343932cdd371dfd31..d179dcde7200c77f2daed2b846102a485148da64 100644 (file)
@@ -101,3 +101,8 @@ extern int h_errno;
 #define SET_TIME(x, y) (*(x) = (y))
 #define ADD_TIME(d, s1, s2) (*(d) = *(s1) + *(s2))
 #define SET_MAX_TIME(x)        (*(x) = INT_MAX)
+
+
+#if defined (USE_DEFAULT_NETWORK)
+#  define USE_SOCKETS
+#endif
index 4c86cafe6a72c0ee92b3c4a0639726e1c7fd8a30..828efbcab3d61294fc8e60d1011894d21fd091ba 100644 (file)
@@ -71,3 +71,7 @@ extern int h_errno;
 #define SET_TIME(x, y) (*(x) = (y))
 #define ADD_TIME(d, s1, s2) (*(d) = *(s1) + *(s2))
 #define SET_MAX_TIME(x)        (*(x) = INT_MAX)
+
+#if defined (USE_DEFAULT_NETWORK)
+#  define USE_BPF
+#endif
index d76a8271f2715cb3a9997e32879a47fece4e181e..ab58fd8ccf11baf3252cbe1638e3c50441aaa84e 100644 (file)
@@ -75,3 +75,7 @@ extern int h_errno;
 #define SET_MAX_TIME(x)        (*(x) = INT_MAX)
 
 #define HAVE_SIN_LEN
+
+#if defined (USE_DEFAULT_NETWORK)
+#  define USE_BPF
+#endif
index ffbefbdfe29794936df800a36a04d7ef080d95f5..eab26304c13b5ceeadc7f6002d1402bc1baa8732 100644 (file)
@@ -109,5 +109,6 @@ extern int h_errno;
 #define ADD_TIME(d, s1, s2) (*(d) = *(s1) + *(s2))
 #define SET_MAX_TIME(x)        (*(x) = INT_MAX)
 
-
-
+#if defined (USE_DEFAULT_NETWORK)
+#  define USE_SOCKETS
+#endif
index f78bbc7c0e98bd323e7faf47b79938d401c8e34a..aa7b3c8242dbd76b30a3899f87949d33234e73a1 100644 (file)
@@ -74,3 +74,7 @@ extern int h_errno;
 #define SET_MAX_TIME(x)        (*(x) = INT_MAX)
 
 #define HAVE_SIN_LEN
+
+#if defined (USE_DEFAULT_NETWORK)
+#  define USE_BPF
+#endif
index 2aff6f6f42f0abc06862d8a343932cdd371dfd31..d179dcde7200c77f2daed2b846102a485148da64 100644 (file)
@@ -101,3 +101,8 @@ extern int h_errno;
 #define SET_TIME(x, y) (*(x) = (y))
 #define ADD_TIME(d, s1, s2) (*(d) = *(s1) + *(s2))
 #define SET_MAX_TIME(x)        (*(x) = INT_MAX)
+
+
+#if defined (USE_DEFAULT_NETWORK)
+#  define USE_SOCKETS
+#endif