From fa820f9dd78c606989dc7cc7be4e567ce189b234 Mon Sep 17 00:00:00 2001 From: Christian Kroll Date: Mon, 14 Mar 2011 10:29:33 +0000 Subject: [PATCH] _XOPEN_SOURCE macro is now set via compiler commandline option --- scrolltext/scrolltext3.c | 2 -- simulator/main.c | 1 - simulator/util.c | 2 -- 3 files changed, 5 deletions(-) diff --git a/scrolltext/scrolltext3.c b/scrolltext/scrolltext3.c index 34d9fbe..57dbcd1 100644 --- a/scrolltext/scrolltext3.c +++ b/scrolltext/scrolltext3.c @@ -1,7 +1,5 @@ #define SCROLLTEXT_C -#define _XOPEN_SOURCE 600 - #include #include #include diff --git a/simulator/main.c b/simulator/main.c index 5e543af..6f8f87d 100644 --- a/simulator/main.c +++ b/simulator/main.c @@ -4,7 +4,6 @@ #include #define pthread_t int #else - #define _XOPEN_SOURCE 500 #ifdef OSX_ #include #else diff --git a/simulator/util.c b/simulator/util.c index 57c49cb..cc0d394 100644 --- a/simulator/util.c +++ b/simulator/util.c @@ -1,7 +1,5 @@ #ifdef _WIN32 #include -#else - #define _XOPEN_SOURCE 500 #endif #include