Browse code

remove dead check for HAVE_CONTROL_IN_MSGHDR

aCaB authored on 2010/01/26 22:35:49
Showing 2 changed files
... ...
@@ -138,9 +138,6 @@
138 138
 /* Define to 1 if you have the `closedir' function. */
139 139
 #undef HAVE_CLOSEDIR
140 140
 
141
-/* ancillary data style fd pass */
142
-#undef HAVE_CONTROL_IN_MSGHDR
143
-
144 141
 /* Define to 1 if you have the `ctime_r' function. */
145 142
 #undef HAVE_CTIME_R
146 143
 
... ...
@@ -17800,10 +17800,6 @@ fi
17800 17800
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_control_in_msghdr" >&5
17801 17801
 $as_echo "$ac_cv_have_control_in_msghdr" >&6; }
17802 17802
 if test "x$ac_cv_have_control_in_msghdr" = "xyes" ; then
17803
-
17804
-$as_echo "#define HAVE_CONTROL_IN_MSGHDR 1" >>confdefs.h
17805
-
17806
-
17807 17803
         { $as_echo "$as_me:${as_lineno-$LINENO}: checking BSD 4.4 / RFC2292 style fd passing" >&5
17808 17804
 $as_echo_n "checking BSD 4.4 / RFC2292 style fd passing... " >&6; }
17809 17805
     # Check whether --enable-fdpassing was given.