From: Ted Lemon Date: Sat, 29 Mar 1997 10:38:38 +0000 (+0000) Subject: SunOS needs inet_aton X-Git-Tag: DHCP-970329~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=62d7dca5af2824c220d9cf1d11e74bdd56840ab8;p=thirdparty%2Fdhcp.git SunOS needs inet_aton --- diff --git a/includes/cf/sunos4.h b/includes/cf/sunos4.h index b3de9dd1c..4110d8223 100644 --- a/includes/cf/sunos4.h +++ b/includes/cf/sunos4.h @@ -119,6 +119,8 @@ extern int h_errno; #define NO_STRERROR char *strerror PROTO ((int)); +#define NEED_INET_ATON + /* SunOS select() doesn't work on streams, so we have to use poll - as usual, SysV can't do networking to save its life. */ #define USE_POLL