summaryrefslogtreecommitdiff
path: root/benchmarks/dbench/files/patch-aa
blob: eee67cada75605350e42ed9c8e48baaefff109b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
*** dbench.h.orig	Fri Jan  5 06:49:41 2001
--- dbench.h	Sun Feb 17 02:06:34 2002
***************
*** 42,49 ****
  #define MSG_WAITALL 0x100
  #endif
  
  #define MIN(x,y) ((x)<(y)?(x):(y))
! 
  #define TCP_PORT 7003
  #define TCP_OPTIONS "TCP_NODELAY SO_REUSEADDR"
  
--- 42,50 ----
  #define MSG_WAITALL 0x100
  #endif
  
+ #ifndef MIN
  #define MIN(x,y) ((x)<(y)?(x):(y))
! #endif /* MIN */
  #define TCP_PORT 7003
  #define TCP_OPTIONS "TCP_NODELAY SO_REUSEADDR"