From 70dfb6130042cea53956c2044d409a55fb814d2f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 20 Oct 2015 14:06:29 +1100 Subject: Cleanup: remove _POSIX_C_SOURCE undefine --- source/gameengine/Ketsji/KX_PythonInit.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'source/gameengine/Ketsji/KX_PythonInit.cpp') diff --git a/source/gameengine/Ketsji/KX_PythonInit.cpp b/source/gameengine/Ketsji/KX_PythonInit.cpp index 48d8be55120..37768c75ba5 100644 --- a/source/gameengine/Ketsji/KX_PythonInit.cpp +++ b/source/gameengine/Ketsji/KX_PythonInit.cpp @@ -37,9 +37,6 @@ #endif #ifdef WITH_PYTHON -# ifdef _POSIX_C_SOURCE -# undef _POSIX_C_SOURCE -# endif # ifdef _XOPEN_SOURCE # undef _XOPEN_SOURCE # endif -- cgit v1.2.3