]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Define SETFAMILYFLAGS, tidy.
authorMark Andrews <marka@isc.org>
Mon, 27 May 2002 07:54:35 +0000 (07:54 +0000)
committerMark Andrews <marka@isc.org>
Mon, 27 May 2002 07:54:35 +0000 (07:54 +0000)
lib/bind/irs/gethostent.c

index 4d2223cdb31bc4a869b0f0e2aac843ccd9c9f4cc..3a137ea4877cd8290f62efdff7c8daaf824e71b9 100644 (file)
@@ -16,7 +16,7 @@
  */
 
 #if !defined(LINT) && !defined(CODECENTER)
-static const char rcsid[] = "$Id: gethostent.c,v 1.2 2002/05/24 06:52:39 marka Exp $";
+static const char rcsid[] = "$Id: gethostent.c,v 1.3 2002/05/27 07:54:35 marka Exp $";
 #endif
 
 /* Imports */
@@ -461,19 +461,16 @@ freehostent(struct hostent *he) {
 #if defined(SIOCGLIFCONF) && defined(SIOCGLIFADDR) && \
     !defined(IRIX_EMUL_IOCTL_SIOCGIFCONF) 
 
-/* #ifdef HAVEIF_LADDRCONF */
 #ifdef __hpux
 #define lifc_len iflc_len
 #define lifc_buf iflc_buf
 #define lifc_req iflc_req
 #define LIFCONF if_laddrconf
 #else
-#define ISC_HAVE_LIFC_FAMILY 1
-#define ISC_HAVE_LIFC_FLAGS 1
+#define SETFAMILYFLAGS
 #define LIFCONF lifconf
 #endif
  
-/* #ifdef HAVEIF_LADDRREQ */
 #ifdef __hpux
 #define lifr_addr iflr_addr
 #define lifr_name iflr_name