summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-07-17 22:29:26 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-07-17 22:29:26 -0700
commit195a991ef5e5d578d3499a5496d064d1b9b1dc7f (patch)
treef9e0a34254ccf14985974d610ebab1f19b9487b4
parent6770509fa149cf8bc148e2ed3c8e11e0b83a4ee1 (diff)
Clarify comment/#ifdefs for USE_SIOCGLIFCONF
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r--auth.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/auth.c b/auth.c
index 4af7d18..d0ec294 100644
--- a/auth.c
+++ b/auth.c
@@ -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)) && \