+2505. [port] Treat amd64 similarly to x86_64 when determining
+ atomic operation support. [RT #19031]
+
2504. [bug] Address race condition in the socket code. [RT #18899]
2503. [port] linux: improve compatibility with Linux Standard
/* config.h.in. Generated from configure.in by autoheader. */
/*
- * Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2008 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: config.h.in,v 1.108 2008/12/01 07:50:17 marka Exp $ */
+/* $Id: config.h.in,v 1.111 2008/12/22 04:27:15 marka Exp $ */
/*! \file */
* The silly continuation line is to keep configure from
* commenting out the #undef.
*/
-
+
#undef \
va_start
#define va_start(ap, last) \
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
#
-# $Id: configure,v 1.445 2008/12/01 07:50:17 marka Exp $
+# $Id: configure,v 1.446 2008/12/05 02:02:12 marka Exp $
#
# Portions Copyright (C) 1996-2001 Nominum, Inc.
#
# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
# OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-# From configure.in Revision: 1.459 .
+# From configure.in Revision: 1.460 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61.
#
;;
- x86_64-*)
+ x86_64-*|amd64-*)
have_xaddq=yes
arch=x86_64
;;
esyscmd([sed "s/^/# /" COPYRIGHT])dnl
AC_DIVERT_POP()dnl
-AC_REVISION($Revision: 1.459 $)
+AC_REVISION($Revision: 1.460 $)
AC_INIT(lib/dns/name.c)
AC_PREREQ(2.59)
[arch=x86_32],
[arch=x86_32])
;;
- x86_64-*)
+ x86_64-*|amd64-*)
have_xaddq=yes
arch=x86_64
;;