diff options
author | Vicent Marti <tanoku@gmail.com> | 2011-07-01 17:34:27 +0200 |
---|---|---|
committer | Vicent Marti <tanoku@gmail.com> | 2011-07-01 17:34:27 +0200 |
commit | ec62685345654cba50f3985c4ca44ce0e641d83c (patch) | |
tree | 4ec20a90a9a6ae562403adf37e7547f6c52f1469 /deps | |
parent | 17d523041df6247c21160cb19fa0e783ae40e43c (diff) | |
download | libgit2-ec62685345654cba50f3985c4ca44ce0e641d83c.tar.gz |
zlib: Declare preprocessor directives at build time
Diffstat (limited to 'deps')
-rw-r--r-- | deps/zlib/zconf.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/deps/zlib/zconf.h b/deps/zlib/zconf.h index 683cba88b..150814361 100644 --- a/deps/zlib/zconf.h +++ b/deps/zlib/zconf.h @@ -10,10 +10,6 @@ #include "../../src/common.h" -#define NO_GZIP -#define STDC -#define NO_VIZ - /* Jeez, don't complain about non-prototype * forms, we didn't write zlib */ #if defined(_MSC_VER) |