]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Don't use polling on SunOS4 - it seems to tweak an O.S. Bug.
authorTed Lemon <source@isc.org>
Mon, 2 Jun 1997 23:25:04 +0000 (23:25 +0000)
committerTed Lemon <source@isc.org>
Mon, 2 Jun 1997 23:25:04 +0000 (23:25 +0000)
includes/cf/sunos4.h

index 4110d8223b01e5524fc97dce1ea2a8f82b04c225..1fe1a04f342502f5c348c9d7f538961b8c827036 100644 (file)
@@ -121,10 +121,6 @@ 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
-
 /* By default, use NIT API for receiving and sending packets... */
 #if defined (USE_DEFAULT_NETWORK)
 #  define USE_NIT