1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-04 19:23:13 +02:00

Allow win32 SSL inconsistencies

Fix issue in previous commit
This commit is contained in:
Travis McArthur
2015-05-20 02:57:14 -04:00
parent aea09603a4
commit 2dc8cb9e84
+5 -1
View File
@@ -39,7 +39,11 @@
* but this prevents (most) binary incompatability problems
* making it easier for module coders to ship dll's.
*/
#define MYTOKEN_SSL "/SSL"
#ifndef _WIN32
#define MYTOKEN_SSL "/SSL"
#else
#define MYTOKEN_SSL ""
#endif
#if !defined(NO_FLOOD_AWAY)
#define MYTOKEN_NOFLDAWAY "/NONFA"
#else