#!/bin/sh
+LE=../libevent-1.4.0-beta
+
if ! [ -e evbuffer.c ]; then
echo do not run this programm unless you know what you are doing
exit 1
rm -f configure.ac
-LE=../libevent-1.4.0-beta
-
cp $LE/evdns.h .
+perl -i -pe 's%^/.libevent-include./%#include "event_compat.h"%' event.h
+
perl -ne '
s/\s+char buf\[64\];/\tchar buf[96];/;
if (/#include "event.h"/) {