summaryrefslogtreecommitdiffstats
path: root/botan/src/alloc/alloc_mmap/info.txt
diff options
context:
space:
mode:
Diffstat (limited to 'botan/src/alloc/alloc_mmap/info.txt')
-rw-r--r--botan/src/alloc/alloc_mmap/info.txt30
1 files changed, 30 insertions, 0 deletions
diff --git a/botan/src/alloc/alloc_mmap/info.txt b/botan/src/alloc/alloc_mmap/info.txt
new file mode 100644
index 0000000..65d9b29
--- /dev/null
+++ b/botan/src/alloc/alloc_mmap/info.txt
@@ -0,0 +1,30 @@
+realname "Disk Based Allocation System"
+
+define ALLOC_MMAP
+modset unix
+
+load_on auto
+
+<add>
+mmap_mem.cpp
+mmap_mem.h
+</add>
+
+<os>
+linux
+freebsd
+dragonfly
+openbsd
+netbsd
+solaris
+qnx
+darwin
+tru64
+
+# Only without -ansi, otherwise can't get mkstemp
+#cygwin
+</os>
+
+<requires>
+mem_pool
+</requires>