aboutsummaryrefslogtreecommitdiff
path: root/tcp_timer.c
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2004-07-12 22:33:07 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2004-07-12 22:33:07 +0000
commit57c3d6480861f11f1558708967fc58e3a80da2b4 (patch)
tree0814d528e6c2f2dae157a17ec825d52db6a4f992 /tcp_timer.c
parent25267a3cd019af1e37e200977d28f357c4a4ea14 (diff)
downloadslirp-57c3d6480861f11f1558708967fc58e3a80da2b4.zip
slirp-57c3d6480861f11f1558708967fc58e3a80da2b4.tar.gz
slirp-57c3d6480861f11f1558708967fc58e3a80da2b4.tar.bz2
win32 compile
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1016 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'tcp_timer.c')
-rw-r--r--tcp_timer.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tcp_timer.c b/tcp_timer.c
index e23a1d0..9b984f6 100644
--- a/tcp_timer.c
+++ b/tcp_timer.c
@@ -36,9 +36,6 @@
#include <slirp.h>
-#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;