]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Use DLPI on Solaris
authorTed Lemon <source@isc.org>
Fri, 26 Jun 1998 18:20:10 +0000 (18:20 +0000)
committerTed Lemon <source@isc.org>
Fri, 26 Jun 1998 18:20:10 +0000 (18:20 +0000)
includes/cf/sunos5-5.h

index f88084f6d9eea62e44f88699f59f4ef28ed96913..dbc989a44c51bee3e91c8f8441c4322fd9c19812 100644 (file)
@@ -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