diff options
author | Werner Koch <wk@gnupg.org> | 1997-11-23 16:38:27 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1997-11-23 16:38:27 +0100 |
commit | db19a275188b4b3226ac4bbfc121f85ff373d331 (patch) | |
tree | 936dfd3ee12828d5392c19f50024ff70c7171371 /config.h.in | |
parent | Armor works now (diff) | |
download | gnupg2-db19a275188b4b3226ac4bbfc121f85ff373d331.tar.xz gnupg2-db19a275188b4b3226ac4bbfc121f85ff373d331.zip |
compress stuff implemented
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index e17daa8c0..8f3ed5927 100644 --- a/config.h.in +++ b/config.h.in @@ -62,4 +62,7 @@ /* Define if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H +/* Define if you have the <zlib.h> header file. */ +#undef HAVE_ZLIB_H + #endif /*G10_CONFIG_H*/ |