mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-09-02 15:25:48 +00:00
SunOS needs inet_aton
This commit is contained in:
@@ -119,6 +119,8 @@ extern int h_errno;
|
|||||||
#define NO_STRERROR
|
#define NO_STRERROR
|
||||||
char *strerror PROTO ((int));
|
char *strerror PROTO ((int));
|
||||||
|
|
||||||
|
#define NEED_INET_ATON
|
||||||
|
|
||||||
/* SunOS select() doesn't work on streams, so we have to use poll -
|
/* SunOS select() doesn't work on streams, so we have to use poll -
|
||||||
as usual, SysV can't do networking to save its life. */
|
as usual, SysV can't do networking to save its life. */
|
||||||
#define USE_POLL
|
#define USE_POLL
|
||||||
|
Reference in New Issue
Block a user