]> git.karo-electronics.de Git - karo-tx-redboot.git/blobdiff - packages/services/compress/zlib/v2_0/cdl/compress_zlib.cdl
unified MX27, MX25, MX37 trees
[karo-tx-redboot.git] / packages / services / compress / zlib / v2_0 / cdl / compress_zlib.cdl
index 53939433dbe09ca7f50d911142b5b519ab57533d..cb0a7490495f0d9e5d44195eac553d4fe9165ac9 100644 (file)
@@ -87,6 +87,20 @@ cdl_package CYGPKG_COMPRESS_ZLIB {
            infrastructure."
     }
 
+    cdl_option CYGFUN_COMPRESS_ZLIB_GZIO {
+        display        "Include stdio-like utility functions"
+        flavor         bool
+        requires       CYGINT_ISO_STDIO_FILEPOS
+        requires       CYGINT_ISO_STRING_STRFUNCS
+        requires       CYGINT_ISO_STDIO_FORMATTED_IO
+        requires       CYGINT_ISO_STDIO_FILEACCESS
+        default_value  { CYGPKG_LIBC_STDIO_OPEN ? 1 : 0 }
+        compile        gzio.c
+        description    "
+           This option enables the stdio-like zlib utility functions
+           (gzread/gzwrite and friends) provided in gzio.c."
+    }
+
 
 # ====================================================================