summaryrefslogtreecommitdiff
path: root/testing/irc_syncbot.c
diff options
context:
space:
mode:
Diffstat (limited to 'testing/irc_syncbot.c')
-rw-r--r--testing/irc_syncbot.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/irc_syncbot.c b/testing/irc_syncbot.c
index b63b6151..783be51a 100644
--- a/testing/irc_syncbot.c
+++ b/testing/irc_syncbot.c
@@ -23,6 +23,10 @@
23#define MSG_NOSIGNAL 0 23#define MSG_NOSIGNAL 0
24#endif 24#endif
25 25
26#if defined(__FreeBSD__) && !defined(MSG_NOSIGNAL)
27#define MSG_NOSIGNAL 0x20000 // only defined on FreeBSD for some __POSIX_VISIBLE, causes compilation failures
28#endif
29
26//IRC name and channel. 30//IRC name and channel.
27#define IRC_NAME "Tox_syncbot" 31#define IRC_NAME "Tox_syncbot"
28#define IRC_CHANNEL "#tox-real-ontopic" 32#define IRC_CHANNEL "#tox-real-ontopic"