diff options
author | cinap_lenrek <cinap_lenrek@localhost> | 2011-05-03 09:56:35 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-05-03 09:56:35 +0000 |
commit | 3a742c699f6806c1145aea5149bf15de15a0afd7 (patch) | |
tree | a5e78c8189a2c13e2d122afd9c4cb76f4a13858a /sys/include/ape/zlib.h | |
parent | bfc9eceaa64730e0d6912b0251d323f5c0c2e813 (diff) |
add zlib, bzlib and openssl ape ports
Diffstat (limited to 'sys/include/ape/zlib.h')
-rw-r--r-- | sys/include/ape/zlib.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/include/ape/zlib.h b/sys/include/ape/zlib.h new file mode 100644 index 000000000..ffc1c4837 --- /dev/null +++ b/sys/include/ape/zlib.h @@ -0,0 +1,5 @@ +#ifndef __ZLIB +#define __ZLIB +#pragma lib "/$M/lib/ape/libz.a" +#include "/sys/src/cmd/gs/zlib/zlib.h" +#endif /* __ZLIB */ |