diff options
Diffstat (limited to 'src/gpg-error.h.in')
-rw-r--r-- | src/gpg-error.h.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gpg-error.h.in b/src/gpg-error.h.in index 46e8f53..dc6f637 100644 --- a/src/gpg-error.h.in +++ b/src/gpg-error.h.in @@ -1027,8 +1027,9 @@ void _gpgrt_log_assert (const char *expr, const char *file, int line, /* - * Spawn functions + * Spawn functions (Not yet available) */ +#if 0 #define GPGRT_SPAWN_NONBLOCK 16 /* Set the streams to non-blocking. */ #define GPGRT_SPAWN_RUN_ASFW 64 /* Use AllowSetForegroundWindow on W32. */ @@ -1075,6 +1076,8 @@ void gpgrt_kill_process (pid_t pid); /* Release process resources identified by PID. */ void gpgrt_release_process (pid_t pid); +#endif /*0*/ + /* * Time functions */ |