Commit d241fc5f authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Make sure we have uintptr_t typedef.



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5665 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent e383306e
......@@ -8,6 +8,8 @@
#ifndef ZCONF_H
#define ZCONF_H
#include <stdint.h>
/*
* If you *really* need a unique prefix for all types and library functions,
* compile with -DZ_PREFIX. The "standard" zlib should be compiled without it.
......
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