Enable IPv6 for Mac OS X

This commit is contained in:
kreatordxx 2010-09-17 09:44:45 +00:00
parent 733f6fc5d8
commit e669670e47
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,9 @@
D1X-Rebirth Changelog
20100917
--------
arch/carbon/conf.h: Enable IPv6 for Mac OS X
20100904
--------
main/titles.c: In briefing_init() init robot angles properly because in show_spinning_robot_frame() robot_angles.h is incremented only but not initialized

View file

@ -45,7 +45,9 @@
/* Define if you want a network build */
# define NETWORK
# define USE_UDP
# define USE_IPX
//# define USE_IPX
#define IPv6
/* Define to 1 if the system has the type `struct timespec'. */
#define HAVE_STRUCT_TIMESPEC 1