From: Ted Lemon Date: Fri, 26 Jun 1998 18:20:10 +0000 (+0000) Subject: Use DLPI on Solaris X-Git-Tag: V2-BETA-1-PATCH-5~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8587ab6b402f59955328d42ba19c0c2afdcc3306;p=thirdparty%2Fdhcp.git Use DLPI on Solaris --- diff --git a/includes/cf/sunos5-5.h b/includes/cf/sunos5-5.h index f88084f6d..dbc989a44 100644 --- a/includes/cf/sunos5-5.h +++ b/includes/cf/sunos5-5.h @@ -3,7 +3,8 @@ System dependencies for Solaris 2.x (tested on 2.5 with gcc)... */ /* - * Copyright (c) 1996 The Internet Software Consortium. All rights reserved. + * Copyright (c) 1996, 1998 The Internet Software Consortium. + * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -120,7 +121,7 @@ extern int h_errno; This actually works pretty well on Solaris, which doesn't censor the all-ones broadcast address. */ #if defined (USE_DEFAULT_NETWORK) -# define USE_SOCKETS +# define USE_DLPI #endif #define USE_POLL