summaryrefslogtreecommitdiff
path: root/test/regress_zlib.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2009-11-06 21:46:57 +0000
committerNick Mathewson <nickm@torproject.org>2009-11-06 21:46:57 +0000
commit784b8773a452f36a68b71a42104e241074d208ee (patch)
tree1c053cff4f2a80094bfc92c7a6162bd704891720 /test/regress_zlib.c
parent4d48cf61a2734aa37a7a5904f5c1454a62aa943a (diff)
downloadlibevent-784b8773a452f36a68b71a42104e241074d208ee.tar.gz
We do not work any more without an event-config.h; stop pretending that it is meaningful to check for HAVE_CONFIG_H
svn:r1516
Diffstat (limited to 'test/regress_zlib.c')
-rw-r--r--test/regress_zlib.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/regress_zlib.c b/test/regress_zlib.c
index 25cba6df..148240df 100644
--- a/test/regress_zlib.c
+++ b/test/regress_zlib.c
@@ -29,9 +29,7 @@
#include <windows.h>
#endif
-#ifdef HAVE_CONFIG_H
#include "event-config.h"
-#endif
#include <sys/types.h>
#ifndef WIN32