summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/forkfd_qt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/io/forkfd_qt.cpp')
-rw-r--r--src/corelib/io/forkfd_qt.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/corelib/io/forkfd_qt.cpp b/src/corelib/io/forkfd_qt.cpp
index d282c08fbd..b226332cc1 100644
--- a/src/corelib/io/forkfd_qt.cpp
+++ b/src/corelib/io/forkfd_qt.cpp
@@ -32,22 +32,6 @@
****************************************************************************/
// these might be defined via precompiled headers
-#ifndef _POSIX_C_SOURCE
-# define _POSIX_C_SOURCE 200809L
-#endif
-#if !defined(_XOPEN_SOURCE) && !defined(__QNXNTO__) && !defined(ANDROID)
-# define _XOPEN_SOURCE 700
-#endif
-
-// Define BSD visibility macros. These are also defined in forkfd.c, but the
-// headers using them may be included before forkfd.c itself.
-#ifndef _NETBSD_SOURCE
-# define _NETBSD_SOURCE 1
-#endif
-#ifndef __BSD_VISIBLE
-# define __BSD_VISIBLE 1
-#endif
-
#include <QtCore/qatomic.h>
#include "qprocess_p.h"