aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2021-03-28 00:58:36 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2021-03-28 00:58:36 +0000
commit9ccb556a21f1aa2c8d08052622aa4471b7acd6a3 (patch)
tree47fbc1779312c01ed306b1685e3f4494abc0ee44 /config.h.in
parent865ab8e10f0e1dfadc31bd27e51d4fdac1075293 (diff)
downloadsg3_utils-9ccb556a21f1aa2c8d08052622aa4471b7acd6a3.tar.gz
sg_dd: setup conditional auto rule for getrandom()
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@883 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index f575e87a..02d3725c 100644
--- a/config.h.in
+++ b/config.h.in
@@ -12,6 +12,9 @@
/* Define to 1 if you have the `getopt_long' function. */
#undef HAVE_GETOPT_LONG
+/* Found sys/random.h */
+#undef HAVE_GETRANDOM
+
/* Define to 1 if you have the `gettimeofday' function. */
#undef HAVE_GETTIMEOFDAY
@@ -69,6 +72,9 @@
/* Define to 1 if you have the `sysconf' function. */
#undef HAVE_SYSCONF
+/* Define to 1 if you have the <sys/random.h> header file. */
+#undef HAVE_SYS_RANDOM_H
+
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H