2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-30 05:47:45 +00:00

Default network API is NIT

This commit is contained in:
Ted Lemon 1996-05-16 09:43:14 +00:00
parent fda0441fd8
commit 33c95d3bc4
2 changed files with 12 additions and 0 deletions

View 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 *

View 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 *