summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)) && \