aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.c b/main.c
index 04116fd..8c87c54 100644
--- a/main.c
+++ b/main.c
@@ -50,6 +50,9 @@ main(int argc, char *argv[])
#ifdef HAVE_STRLCAT
printf("HAVE_STRLCAT\n");
#endif
+#ifdef HAVE_ARC4RANDOM_UNIFORM
+ printf("HAVE_ARC4RANDOM_UNIFORM\n");
+#endif
return EXIT_SUCCESS;
}
}