Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
2e61d171
Commit
2e61d171
authored
Dec 05, 2008
by
Mark Andrews
Browse files
2505. [port] Treat amd64 similarly to x86_64 when determining
atomic operation support. [RT #19031]
parent
76fe0791
Changes
4
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
2e61d171
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
View file @
2e61d171
/* 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
...
...
@@ -16,7 +16,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: config.h.in,v 1.1
08
2008/12/
01 07:50
:1
7
marka Exp $ */
/* $Id: config.h.in,v 1.1
11
2008/12/
22 04:27
:1
5
marka Exp $ */
/*! \file */
...
...
@@ -109,7 +109,7 @@ int sigwait(const unsigned int *set, int *sig);
* The silly continuation line is to keep configure from
* commenting out the #undef.
*/
#undef \
va_start
#define va_start(ap, last) \
...
...
configure
View file @
2e61d171
...
...
@@ -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.44
5
2008/12/0
1
0
7:50
:1
7
marka Exp $
# $Id: configure,v 1.44
6
2008/12/0
5
0
2:02
:1
2
marka Exp $
#
# Portions Copyright (C) 1996-2001 Nominum, Inc.
#
...
...
@@ -29,7 +29,7 @@
# 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.4
59
.
# From configure.in Revision: 1.4
60
.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61.
#
...
...
@@ -29588,7 +29588,7 @@ fi
;;
x86_64-*)
x86_64-*
|amd64-*
)
have_xaddq=yes
arch=x86_64
;;
...
...
configure.in
View file @
2e61d171
...
...
@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(1)dnl
esyscmd([sed "s/^/# /" COPYRIGHT])dnl
AC_DIVERT_POP()dnl
AC_REVISION($Revision: 1.4
59
$)
AC_REVISION($Revision: 1.4
60
$)
AC_INIT(lib/dns/name.c)
AC_PREREQ(2.59)
...
...
@@ -2241,7 +2241,7 @@ main() {
[arch=x86_32],
[arch=x86_32])
;;
x86_64-*)
x86_64-*
|amd64-*
)
have_xaddq=yes
arch=x86_64
;;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment