diff options
author | Ted Lemon <source@isc.org> | 1998-06-26 18:20:10 +0000 |
---|---|---|
committer | Ted Lemon <source@isc.org> | 1998-06-26 18:20:10 +0000 |
commit | 8587ab6b402f59955328d42ba19c0c2afdcc3306 (patch) | |
tree | a4249b3b228fb5cd79c42211482a30f47681117f /includes | |
parent | 39c9c4eeacf8606a932b1302e6b7ebdeab26e7d6 (diff) | |
download | isc-dhcp-8587ab6b402f59955328d42ba19c0c2afdcc3306.tar.gz |
Use DLPI on Solaris
Diffstat (limited to 'includes')
-rw-r--r-- | includes/cf/sunos5-5.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/includes/cf/sunos5-5.h b/includes/cf/sunos5-5.h index f88084f6..dbc989a4 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 |