summaryrefslogtreecommitdiffstats
path: root/botan/src/entropy/proc_walk/info.txt
diff options
context:
space:
mode:
Diffstat (limited to 'botan/src/entropy/proc_walk/info.txt')
-rw-r--r--botan/src/entropy/proc_walk/info.txt34
1 files changed, 34 insertions, 0 deletions
diff --git a/botan/src/entropy/proc_walk/info.txt b/botan/src/entropy/proc_walk/info.txt
new file mode 100644
index 0000000..db96ccd
--- /dev/null
+++ b/botan/src/entropy/proc_walk/info.txt
@@ -0,0 +1,34 @@
+realname "File Tree Walking Entropy Source"
+
+define ENTROPY_SRC_FTW
+
+load_on auto
+modset unix
+
+<add>
+es_ftw.h
+es_ftw.cpp
+</add>
+
+<os>
+aix
+cygwin
+darwin
+freebsd
+dragonfly
+hpux
+irix
+linux
+openbsd
+qnx
+solaris
+tru64
+
+# Doesn't build on 2.0.2/x86 due to libc/libstdc++ header issues; no
+# big deal since it has /dev/*random
+#netbsd
+</os>
+
+<requires>
+alloc
+</requires>