diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ # $Id: Makefile 158 2004-10-01 03:45:15Z PoW $
CC = gcc -pipe
-PACKETDEF = -DPACKETVER=5 -DNEW_006b
+PACKETDEF = -DPACKETVER=5 -DNEW_006b -DSO_REUSEPORT
#PACKETDEF = -DPACKETVER=4 -DNEW_006b
#PACKETDEF = -DPACKETVER=3 -DNEW_006b
#PACKETDEF = -DPACKETVER=2 -DNEW_006b
|