summaryrefslogtreecommitdiff
path: root/include/main.h
diff options
context:
space:
mode:
authororoborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-03-18 15:59:56 +0000
committeroroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-03-18 15:59:56 +0000
commit11239bc45b51f9cc9eaec8272e58a0dea0e10b93 (patch)
treeb326f1e9f0a7e7be456da7abd28fb28083efe2b5 /include/main.h
parent42f5cf229efa2b20c642c7c0d7a2f3cd98b9a890 (diff)
- drobne upravy v suboroch, hlavne v scriptoch
git-svn-id: http://opensvn.csie.org/tuxanci_ng@26 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'include/main.h')
-rw-r--r--include/main.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/main.h b/include/main.h
index da5b7ca..f0b15c1 100644
--- a/include/main.h
+++ b/include/main.h
@@ -4,6 +4,13 @@
#define MAIN_H
#include "../config.h"
+
+#if defined SUPPORT_NET_UNIX_UDP && defined SUPPORT_NET_SDL_UDP
+
+#undef SUPPORT_NET_SDL_UDP
+
+#endif
+
#include "bool.h"
#include "string_length.h"
#include "path.h"