mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-25 05:11:23 +00:00
IPv6 support enabled by configure instead of manually
This commit is contained in:
parent
4f80cc6a08
commit
ded6ff6045
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
||||
###########################################################################
|
||||
|
|
Loading…
Reference in a new issue