summaryrefslogtreecommitdiff
path: root/pr/include/prinet.h
diff options
context:
space:
mode:
Diffstat (limited to 'pr/include/prinet.h')
-rw-r--r--pr/include/prinet.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/pr/include/prinet.h b/pr/include/prinet.h
index 2c733b0b..02dfef6f 100644
--- a/pr/include/prinet.h
+++ b/pr/include/prinet.h
@@ -60,10 +60,6 @@
#define prinet_h__
#if defined(XP_UNIX) || defined(XP_OS2) || defined(XP_BEOS)
-#ifdef LINUX
-#undef __STRICT_ANSI__
-#define __STRICT_ANSI__
-#endif
#include <sys/types.h>
#include <sys/socket.h> /* AF_INET */
#include <netinet/in.h> /* INADDR_ANY, ..., ntohl(), ... */