diff stream/network.h @ 28402:c884d17bd005

Convert HAVE_WINSOCK2_H into a 0/1 definition.
author diego
date Sun, 01 Feb 2009 13:42:27 +0000
parents 28406057a982
children ce0122361a39
line wrap: on
line diff
--- a/stream/network.h	Sun Feb 01 13:40:15 2009 +0000
+++ b/stream/network.h	Sun Feb 01 13:42:27 2009 +0000
@@ -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>