diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-07-17 22:29:26 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-07-17 22:29:26 -0700 |
commit | 195a991ef5e5d578d3499a5496d064d1b9b1dc7f (patch) | |
tree | f9e0a34254ccf14985974d610ebab1f19b9487b4 | |
parent | 6770509fa149cf8bc148e2ed3c8e11e0b83a4ee1 (diff) |
Clarify comment/#ifdefs for USE_SIOCGLIFCONF
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r-- | auth.c | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -88,17 +88,10 @@ from The Open Group. # include <netinet/in.h> #endif -/* Solaris provides an extended interface SIOCGLIFCONF. Other systems - * may have this as well, but the code has only been tested on Solaris - * so far, so we only enable it there. Other platforms may be added as - * needed. - * - * Test for Solaris commented out -- TSI @ UQV 2003.06.13 +/* Solaris provides an extended interface SIOCGLIFCONF for IPv6 support. */ #ifdef SIOCGLIFCONF -/* #if defined(sun) */ # define USE_SIOCGLIFCONF -/* #endif */ #endif #if ((defined(SVR4) && !defined(sun)) || defined(ISC)) && \ |