diff options
Diffstat (limited to 'xorg-server/os')
-rw-r--r-- | xorg-server/os/utils.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xorg-server/os/utils.c b/xorg-server/os/utils.c index 43842c067..29ee9ab24 100644 --- a/xorg-server/os/utils.c +++ b/xorg-server/os/utils.c @@ -1700,7 +1700,6 @@ System(const char *cmdline) */ /* Consider LD* variables insecure? */ -#ifndef _MSC_VER #ifndef REMOVE_ENV_LD #define REMOVE_ENV_LD 1 #endif @@ -1709,7 +1708,6 @@ System(const char *cmdline) #ifndef REMOVE_LONG_ENV #define REMOVE_LONG_ENV 1 #endif -#endif /* * Disallow stdout or stderr as pipes? It's possible to block the X server |