From 379ff53dc964ee1dc9442dac230c87a595e06a12 Mon Sep 17 00:00:00 2001 From: bellard Date: Mon, 12 Jul 2004 22:33:07 +0000 Subject: win32 compile git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1016 c046a42c-6fe2-441c-8c8c-71466251a162 --- slirp/tcp_timer.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'slirp/tcp_timer.c') diff --git a/slirp/tcp_timer.c b/slirp/tcp_timer.c index 166979a3e2..d3146db587 100644 --- a/slirp/tcp_timer.c +++ b/slirp/tcp_timer.c @@ -36,9 +36,6 @@ #include -#define max(x,y) ((x) > (y) ? (x) : (y)) -#define min(x,y) ((x) < (y) ? (x) : (y)) - int tcp_keepidle = TCPTV_KEEP_IDLE; int tcp_keepintvl = TCPTV_KEEPINTVL; int tcp_maxidle; -- cgit v1.2.3