]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Default network API is NIT
authorTed Lemon <source@isc.org>
Thu, 16 May 1996 09:43:14 +0000 (09:43 +0000)
committerTed Lemon <source@isc.org>
Thu, 16 May 1996 09:43:14 +0000 (09:43 +0000)
cf/sunos4.h
includes/cf/sunos4.h

index cded960170dd4f2a2b843025b6cd1688e02e3039..372d504026103336e91f91233800c583a876ffa6 100644 (file)
@@ -124,6 +124,12 @@ char *strerror PROTO ((int));
    as usual, SysV can't do networking to save its life. */
 #define USE_POLL
 
+/* By default, use NIT API for receiving and sending packets... */
+#if defined (USE_DEFAULT_NETWORK)
+#  define USE_NIT
+#endif
+
+
 #define EOL    '\n'
 #define VOIDPTR        void *
 
index cded960170dd4f2a2b843025b6cd1688e02e3039..372d504026103336e91f91233800c583a876ffa6 100644 (file)
@@ -124,6 +124,12 @@ char *strerror PROTO ((int));
    as usual, SysV can't do networking to save its life. */
 #define USE_POLL
 
+/* By default, use NIT API for receiving and sending packets... */
+#if defined (USE_DEFAULT_NETWORK)
+#  define USE_NIT
+#endif
+
+
 #define EOL    '\n'
 #define VOIDPTR        void *