regen
This commit is contained in:
14
configure
vendored
14
configure
vendored
@@ -14,7 +14,7 @@
|
||||
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||
# PERFORMANCE OF THIS SOFTWARE.
|
||||
#
|
||||
# $Id: configure,v 1.448 2008/12/22 04:27:15 marka Exp $
|
||||
# $Id: configure,v 1.449 2009/01/17 09:33:46 fdupont Exp $
|
||||
#
|
||||
# Portions Copyright (C) 1996-2001 Nominum, Inc.
|
||||
#
|
||||
@@ -2486,7 +2486,7 @@ esac
|
||||
#
|
||||
# Make very sure that these are the first files processed by
|
||||
# config.status, since we use the processed output as the input for
|
||||
# AC_SUBST_FILE() subsitutions in other files.
|
||||
# AC_SUBST_FILE() substitutions in other files.
|
||||
#
|
||||
ac_config_files="$ac_config_files make/rules make/includes"
|
||||
|
||||
@@ -3714,7 +3714,7 @@ fi
|
||||
# OS dependent CC flags
|
||||
#
|
||||
case "$host" in
|
||||
# OSF 5.0: recv/send are only avaliable with -D_POSIX_PII_SOCKET or
|
||||
# OSF 5.0: recv/send are only available with -D_POSIX_PII_SOCKET or
|
||||
# -D_XOPEN_SOURCE_EXTENDED.
|
||||
*-dec-osf*)
|
||||
STD_CDEFINES="$STD_CDEFINES -D_POSIX_PII_SOCKET"
|
||||
@@ -24919,7 +24919,7 @@ SA=a
|
||||
|
||||
#
|
||||
# Here begins a very long section to determine the system's networking
|
||||
# capabilities. The order of the tests is signficant.
|
||||
# capabilities. The order of the tests is significant.
|
||||
#
|
||||
|
||||
#
|
||||
@@ -27606,7 +27606,7 @@ fi
|
||||
# values of type isc_int64_t. This will normally be "ll", but where
|
||||
# the compiler treats "long long" as a alias for "long" and printf
|
||||
# doesn't know about "long long" use "l". Hopefully the sprintf
|
||||
# will produce a inconsistant result in the later case. If the compiler
|
||||
# will produce a inconsistent result in the later case. If the compiler
|
||||
# fails due to seeing "%lld" we fall back to "l".
|
||||
#
|
||||
# Digital Unix 4.0 (gcc?) (long long) is 64 bits as is its long. It uses
|
||||
@@ -28412,8 +28412,8 @@ _ACEOF
|
||||
fi
|
||||
|
||||
|
||||
{ echo "$as_me:$LINENO: checking for optarg decarartion" >&5
|
||||
echo $ECHO_N "checking for optarg decarartion... $ECHO_C" >&6; }
|
||||
{ echo "$as_me:$LINENO: checking for optarg declaration" >&5
|
||||
echo $ECHO_N "checking for optarg declaration... $ECHO_C" >&6; }
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
/* confdefs.h. */
|
||||
_ACEOF
|
||||
|
||||
Reference in New Issue
Block a user