aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpg-error.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpg-error.h.in')
-rw-r--r--src/gpg-error.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gpg-error.h.in b/src/gpg-error.h.in
index ccacf35..161a3ad 100644
--- a/src/gpg-error.h.in
+++ b/src/gpg-error.h.in
@@ -1087,6 +1087,9 @@ void _gpgrt_log_assert (const char *expr, const char *file, int line,
#define GPGRT_SPAWN_NONBLOCK 16 /* Set the streams to non-blocking. */
#define GPGRT_SPAWN_RUN_ASFW 64 /* Use AllowSetForegroundWindow on W32. */
#define GPGRT_SPAWN_DETACHED 128 /* Start the process in the background. */
+#define GPGRT_SPAWN_KEEP_STDIN 256
+#define GPGRT_SPAWN_KEEP_STDOUT 512
+#define GPGRT_SPAWN_KEEP_STDERR 1024
#if 0