mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-17 00:07:04 -04:00
cmake: fix getrandom() detection
Fixes: 86f55b04 ("arc4random: replace sysctl() with getrandom (on linux)") (cherry picked from commit 194a5d822651c03fc988c1bf087e65ed20f453f7)
This commit is contained in:
parent
66ec78fddb
commit
e0e5f3bdd2
@ -76,7 +76,7 @@
|
|||||||
#define EVENT__HAVE_DECL_KERN_ARND @EVENT__HAVE_DECL_KERN_ARND@
|
#define EVENT__HAVE_DECL_KERN_ARND @EVENT__HAVE_DECL_KERN_ARND@
|
||||||
|
|
||||||
/* Define to 1 if you have `getrandom' function. */
|
/* Define to 1 if you have `getrandom' function. */
|
||||||
#define EVENT__HAVE_GETRANDOM @EVENT__HAVE_GETRANDOM@
|
#cmakedefine EVENT__HAVE_GETRANDOM 1
|
||||||
|
|
||||||
/* Define if /dev/poll is available */
|
/* Define if /dev/poll is available */
|
||||||
#cmakedefine EVENT__HAVE_DEVPOLL 1
|
#cmakedefine EVENT__HAVE_DEVPOLL 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user