From 9b47f46e5c7da1e467b4f792cd93a9fa4639dbf9 Mon Sep 17 00:00:00 2001 From: kreatordxx <> Date: Fri, 17 Sep 2010 09:44:45 +0000 Subject: [PATCH] Enable IPv6 for Mac OS X --- CHANGELOG.txt | 4 ++++ arch/carbon/conf.h | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 2ce5192e8..24a3a5073 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,9 @@ D2X-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 diff --git a/arch/carbon/conf.h b/arch/carbon/conf.h index 3dd253485..58e3c09a1 100644 --- a/arch/carbon/conf.h +++ b/arch/carbon/conf.h @@ -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