diff options
Diffstat (limited to '')
-rw-r--r-- | acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index e3b4f29e7..de4e44f5a 100644 --- a/acconfig.h +++ b/acconfig.h @@ -70,6 +70,9 @@ /* and the real names of the random devices */ #undef NAME_OF_DEV_RANDOM #undef NAME_OF_DEV_URANDOM +/* Linux has an ioctl */ +#undef HAVE_DEV_RANDOM_IOCTL + #undef USE_DYNAMIC_LINKING #undef HAVE_DL_DLOPEN |