aboutsummaryrefslogtreecommitdiff
path: root/streamin13~.c
diff options
context:
space:
mode:
Diffstat (limited to 'streamin13~.c')
-rw-r--r--streamin13~.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/streamin13~.c b/streamin13~.c
index d0d7529..3eaac24 100644
--- a/streamin13~.c
+++ b/streamin13~.c
@@ -107,7 +107,7 @@ static int streamin13_listen(t_streamin13 *x,int portno)
server.sin_family = AF_INET;
server.sin_addr.s_addr = INADDR_ANY;
- #if defined(UNIX) || defined(unix)
+ #if defined(__linux__) || defined(__APPLE__)
if (setsockopt(sockfd, SOL_SOCKET, SO_REUSEADDR, &on, sizeof(on)) < 0)
post("setsockopt failed\n");
#endif