diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-29 16:16:16 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-29 16:16:16 (GMT) |
commit | a458d61af6c5586bdf154ca81963aa4aaa40caa3 (patch) | |
tree | b122437b91e71e26217aa84acb11350f9186d773 /unix/tkConfig.h.in | |
parent | c22482e6b68702c023d6c7ddf0f0935e97edd6f7 (diff) | |
parent | 1ee8159bc5bdcbf5785cab15202d946f861a2fd1 (diff) | |
download | tk-a458d61af6c5586bdf154ca81963aa4aaa40caa3.zip tk-a458d61af6c5586bdf154ca81963aa4aaa40caa3.tar.gz tk-a458d61af6c5586bdf154ca81963aa4aaa40caa3.tar.bz2 |
More progress in TIP #430 for Tk: zip file is now attached to the shared library, cannot be used by Wish yet.
Diffstat (limited to 'unix/tkConfig.h.in')
-rw-r--r-- | unix/tkConfig.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/unix/tkConfig.h.in b/unix/tkConfig.h.in index 5d7a512..c0db42c 100644 --- a/unix/tkConfig.h.in +++ b/unix/tkConfig.h.in @@ -180,6 +180,9 @@ # endif #endif +/* Are we building with zipfs enabled? */ +#undef ZIPFS_BUILD + /* Are Darwin SUSv3 extensions available? */ #undef _DARWIN_C_SOURCE |