From: Ted Lemon Date: Thu, 16 May 1996 09:43:14 +0000 (+0000) Subject: Default network API is NIT X-Git-Tag: BETA-2~107 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33c95d3bc42326b4e08cb00ee5f9fbcf527bcb71;p=thirdparty%2Fdhcp.git Default network API is NIT --- diff --git a/cf/sunos4.h b/cf/sunos4.h index cded96017..372d50402 100644 --- a/cf/sunos4.h +++ b/cf/sunos4.h @@ -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 * diff --git a/includes/cf/sunos4.h b/includes/cf/sunos4.h index cded96017..372d50402 100644 --- a/includes/cf/sunos4.h +++ b/includes/cf/sunos4.h @@ -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 *