diff options
Diffstat (limited to 'src/allocation/alloc_mmap/modinfo.txt')
-rw-r--r-- | src/allocation/alloc_mmap/modinfo.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/allocation/alloc_mmap/modinfo.txt b/src/allocation/alloc_mmap/modinfo.txt new file mode 100644 index 000000000..8cc2b206e --- /dev/null +++ b/src/allocation/alloc_mmap/modinfo.txt @@ -0,0 +1,25 @@ +realname "Disk Based Allocation System" + +define ALLOC_MMAP +modset unix + +load_on auto + +<add> +mmap_mem.cpp +mmap_mem.h +</add> + +<os> +linux +freebsd +openbsd +netbsd +solaris +qnx +darwin +tru64 + +# Only without -ansi, otherwise can't get mkstemp +#cygwin +</os> |