Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2015-10-20 06:06:29 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-10-20 06:06:29 +0300
commit70dfb6130042cea53956c2044d409a55fb814d2f (patch)
tree0ebcd4ec29de9373d459c2a75dd5b04fea38b46a /source/gameengine/Ketsji/KX_PythonInit.cpp
parented7c7a0a051b99b888c2898f4590740023b2bb7f (diff)
Cleanup: remove _POSIX_C_SOURCE undefine
Diffstat (limited to 'source/gameengine/Ketsji/KX_PythonInit.cpp')
-rw-r--r--source/gameengine/Ketsji/KX_PythonInit.cpp3
1 files changed, 0 insertions, 3 deletions
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