summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Storey <will@summercat.com>2017-10-09 13:14:59 -0700
committerWill Storey <will@summercat.com>2017-10-09 13:14:59 -0700
commit3b3939b146bb2f80182d572a2afc08ba405037a1 (patch)
treeced356afc4952a3e638453daf2a5fa5e48895e2f
parentcb5f3cba1f2b5dbad67bcc107f3fe4a1875cc52d (diff)
downloadirssi-3b3939b146bb2f80182d572a2afc08ba405037a1.zip
Delete commented out CYGWIN define
-rw-r--r--src/core/network.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/network.c b/src/core/network.c
index 36e04c7a..38f4e65a 100644
--- a/src/core/network.c
+++ b/src/core/network.c
@@ -48,9 +48,6 @@ GIOChannel *g_io_channel_new(int handle)
return chan;
}
-/* Cygwin need this, don't know others.. */
-/*#define BLOCKING_SOCKETS 1*/
-
IPADDR ip4_any = {
AF_INET,
#if defined(IN6ADDR_ANY_INIT)