IPv6 support enabled by configure instead of manually

This commit is contained in:
Pontus Lidman 2000-04-17 19:28:42 +00:00
parent 4f80cc6a08
commit ded6ff6045

View file

@ -97,11 +97,8 @@ endif
SOUND_SRC += snd_mem.c snd_mix.c
# Networking source files
#
# Uncomment the second line to add IPv6 support
QW_NET_SRC = net_udp.c net_com.c mdfour.c
#QW_NET_SRC = net_udp6.c net_com.c mdfour.c
QW_NET_SRC = @NET_SOURCE@ net_com.c mdfour.c
###########################################################################