aboutsummaryrefslogtreecommitdiff
path: root/auto.def
diff options
context:
space:
mode:
authorDima Krasner <dima@dimakrasner.com>2015-08-24 00:04:55 +0300
committerSteve Bennett <steveb@workware.net.au>2016-03-28 09:14:24 +1000
commit62a0e4db89bb9c5cc022ca4272aa0ea64af51b99 (patch)
tree6ddc7ba3ee6dfec218ee7136b190caf88d9a95dd /auto.def
parentb4968142db02207a1632213c566c1b25cc5555ba (diff)
downloadjimtcl-62a0e4db89bb9c5cc022ca4272aa0ea64af51b99.zip
jimtcl-62a0e4db89bb9c5cc022ca4272aa0ea64af51b99.tar.gz
jimtcl-62a0e4db89bb9c5cc022ca4272aa0ea64af51b99.tar.bz2
zlib: add zlib bindings
Including documentation and tests
Diffstat (limited to 'auto.def')
-rw-r--r--auto.def3
1 files changed, 3 insertions, 0 deletions
diff --git a/auto.def b/auto.def
index 4625b63..18d8a9f 100644
--- a/auto.def
+++ b/auto.def
@@ -54,6 +54,7 @@ options {
mk - Interface to Metakit
tclprefix - Support for the tcl::prefix command
sqlite3 - Interface to sqlite3
+ zlib - Interface to zlib
win32 - Interface to win32
}
with-out-jim-ext: {without-ext:"default|ext1 ext2 ..."} => {
@@ -252,6 +253,7 @@ dict set extdb attrs {
sdl { optional }
signal { static }
sqlite3 { optional }
+ zlib { optional }
stdlib { tcl static }
syslog {}
tclcompat { tcl static }
@@ -281,6 +283,7 @@ dict set extdb info {
}
signal { check {[have-feature sigaction] && [have-feature vfork]} }
sqlite3 { check {[cc-check-function-in-lib sqlite3_prepare_v2 sqlite3]} libdep lib_sqlite3_prepare_v2 }
+ zlib { check {[cc-check-function-in-lib deflate z]} libdep lib_deflate }
syslog { check {[have-feature syslog]} }
tree { dep oo }
win32 { check {[have-feature windows]} }