diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2017-02-28 19:18:43 +0100 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2017-02-28 14:02:37 -0500 |
commit | 957e8db38f27932d353e86e9aa69cf16778b18f1 (patch) | |
tree | e6238772aab3a0a5b928fa56eaec343d1553c36c /include/dix-config.h.in | |
parent | d7ac755f0b618eb1259d93c8a16ec6e39a18627c (diff) |
Use arc4random_buf(3) if available to generate cookies.
Reviewed-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: Matthieu Herrb <matthieu@herrb.eu>
Diffstat (limited to 'include/dix-config.h.in')
-rw-r--r-- | include/dix-config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/dix-config.h.in b/include/dix-config.h.in index 4b86c1a3c..d357910a6 100644 --- a/include/dix-config.h.in +++ b/include/dix-config.h.in @@ -125,6 +125,9 @@ /* Build a standalone xpbproxy */ #undef STANDALONE_XPBPROXY +/* Define to 1 if you have the `bsd' library (-lbsd). */ +#undef HAVE_LIBBSD + /* Define to 1 if you have the `m' library (-lm). */ #undef HAVE_LIBM @@ -161,6 +164,9 @@ /* Define to 1 if you have the <rpcsvc/dbm.h> header file. */ #undef HAVE_RPCSVC_DBM_H +/* Define to 1 if you have the `arc4random_buf' function. */ +#undef HAVE_ARC4RANDOM_BUF + /* Define to use libc SHA1 functions */ #undef HAVE_SHA1_IN_LIBC |