summaryrefslogtreecommitdiffstats
path: root/botan/src/codec/zlib/info.txt
diff options
context:
space:
mode:
Diffstat (limited to 'botan/src/codec/zlib/info.txt')
-rw-r--r--botan/src/codec/zlib/info.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/botan/src/codec/zlib/info.txt b/botan/src/codec/zlib/info.txt
new file mode 100644
index 0000000..9b1c35d
--- /dev/null
+++ b/botan/src/codec/zlib/info.txt
@@ -0,0 +1,23 @@
+realname "Zlib Compressor"
+#realname "Zlib/Gzip Compressor"
+
+define COMPRESSOR_ZLIB
+#define COMPRESSOR_ZLIB,COMPRESSOR_GZIP
+
+load_on request
+modset compression
+
+<add>
+zlib.h
+zlib.cpp
+#gzip.h
+#gzip.cpp
+</add>
+
+<libs>
+all -> z
+</libs>
+
+<requires>
+filters
+</requires>