mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-30 22:05:23 +00:00
Default network API is NIT
This commit is contained in:
@@ -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 *
|
||||
|
||||
|
@@ -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 *
|
||||
|
||||
|
Reference in New Issue
Block a user