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:
parent
fda0441fd8
commit
33c95d3bc4
@ -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 *
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user