diff options
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h index 3d412d93c8780..14eca17cf8216 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007, 2008, 2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2008, 2012, 2014 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -73,6 +73,9 @@ /** define if arc4random() exists */ #undef HAVE_ARC4RANDOM +/** define if arc4random_addrandom() exists */ +#undef HAVE_ARC4RANDOM_ADDRANDOM + /** * define if pthread_setconcurrency() should be called to tell the * OS how many threads we might want to run. |