diff options
Diffstat (limited to 'include/main.h')
| -rw-r--r-- | include/main.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/main.h b/include/main.h index f0b15c1..0b96144 100644 --- a/include/main.h +++ b/include/main.h @@ -5,9 +5,11 @@ #include "../config.h" -#if defined SUPPORT_NET_UNIX_UDP && defined SUPPORT_NET_SDL_UDP +#if defined PUBLIC_SERVER +#undef DESTDIR #undef SUPPORT_NET_SDL_UDP +#undef SUPPORT_NET_UNIX_TCP #endif |