Commit dedc8920 authored by Kenton Varda's avatar Kenton Varda

Changed my mind about define name.

parent cafdcf2e
......@@ -19,7 +19,7 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
#if KJ_HAS_GZIP
#if KJ_HAS_ZLIB
#include "gzip.h"
#include <kj/test.h>
......@@ -190,4 +190,4 @@ KJ_TEST("gzip huge round trip") {
} // namespace
} // namespace kj
#endif // KJ_HAS_GZIP
#endif // KJ_HAS_ZLIB
......@@ -19,7 +19,7 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
#if KJ_HAS_GZIP
#if KJ_HAS_ZLIB
#include "gzip.h"
#include <kj/debug.h>
......@@ -177,4 +177,4 @@ kj::Promise<void> GzipAsyncOutputStream::pump() {
} // namespace kj
#endif // KJ_HAS_GZIP
#endif // KJ_HAS_ZLIB
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment