diff options
Diffstat (limited to 'external/bsd/bind/include/isc')
| -rw-r--r-- | external/bsd/bind/include/isc/platform.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/external/bsd/bind/include/isc/platform.h b/external/bsd/bind/include/isc/platform.h index d4aa7c166e2..6bb12c33b70 100644 --- a/external/bsd/bind/include/isc/platform.h +++ b/external/bsd/bind/include/isc/platform.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2010, 2013-2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2010, 2013-2017 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -321,6 +321,12 @@ #define ISC_PLATFORM_HAVECMPXCHG 1 /* + * If <stdatomic.h> is available on this architecture, + * ISC_PLATFORM_HAVESTDATOMIC will be defined. + */ +/* #undef ISC_PLATFORM_HAVESTDATOMIC */ + +/* * Define if gcc ASM extension is available */ #define ISC_PLATFORM_USEGCCASM 1 |
