summaryrefslogtreecommitdiffstats
path: root/stream/network.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream/network.h')
-rw-r--r--stream/network.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/stream/network.h b/stream/network.h
index 2f8d4123ab..c00bffd5e5 100644
--- a/stream/network.h
+++ b/stream/network.h
@@ -12,7 +12,7 @@
#include <sys/types.h>
#include "config.h"
-#ifndef HAVE_WINSOCK2_H
+#if !HAVE_WINSOCK2_H
#include <netdb.h>
#include <netinet/in.h>
#include <sys/socket.h>
@@ -22,10 +22,10 @@
#include "url.h"
#include "http.h"
-#ifndef HAVE_CLOSESOCKET
+#if !HAVE_CLOSESOCKET
#define closesocket close
#endif
-#ifndef HAVE_SOCKLEN_T
+#if !HAVE_SOCKLEN_T
typedef int socklen_t;
#endif