1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-06 23:17:47 +02:00

common/exechelp: Disable debugging by default.

* common/exechelp-w32.c (DEBUG_W32_SPAWN): Set to 0.

Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
Justus Winter 2016-01-26 12:43:40 +01:00
parent dd670366d7
commit 5d8f7b16c8

View File

@ -65,7 +65,7 @@
#include "exechelp.h" #include "exechelp.h"
/* Define to 1 do enable debugging. */ /* Define to 1 do enable debugging. */
#define DEBUG_W32_SPAWN 1 #define DEBUG_W32_SPAWN 0
/* It seems Vista doesn't grok X_OK and so fails access() tests. /* It seems Vista doesn't grok X_OK and so fails access() tests.