]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
SunOS needs inet_aton
authorTed Lemon <source@isc.org>
Sat, 29 Mar 1997 10:38:38 +0000 (10:38 +0000)
committerTed Lemon <source@isc.org>
Sat, 29 Mar 1997 10:38:38 +0000 (10:38 +0000)
includes/cf/sunos4.h

index b3de9dd1c537f7c7ffe6c0bd847239ab900e1165..4110d8223b01e5524fc97dce1ea2a8f82b04c225 100644 (file)
@@ -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