mirror of
git://git.gnupg.org/gnupg.git
synced 2025-05-15 08:23:24 +02:00
exechelp: Clean up macros.
Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
5717d9ec1e
commit
5d4c3b79ee
@ -73,13 +73,6 @@ gpg_error_t gnupg_create_pipe (int filedes[2]);
|
|||||||
void gnupg_close_pipe (int fd);
|
void gnupg_close_pipe (int fd);
|
||||||
|
|
||||||
|
|
||||||
#define GNUPG_SPAWN_NONBLOCK 16
|
|
||||||
#define GNUPG_SPAWN_RUN_ASFW 64
|
|
||||||
#define GNUPG_SPAWN_DETACHED 128
|
|
||||||
#define GNUPG_SPAWN_KEEP_STDIN 256
|
|
||||||
#define GNUPG_SPAWN_KEEP_STDOUT 512
|
|
||||||
#define GNUPG_SPAWN_KEEP_STDERR 1024
|
|
||||||
|
|
||||||
/* The opaque type for a subprocess. */
|
/* The opaque type for a subprocess. */
|
||||||
typedef struct gnupg_process *gnupg_process_t;
|
typedef struct gnupg_process *gnupg_process_t;
|
||||||
#ifdef HAVE_W32_SYSTEM
|
#ifdef HAVE_W32_SYSTEM
|
||||||
@ -101,9 +94,6 @@ struct spawn_cb_arg {
|
|||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Internal flag to ihnerit file descriptor/handle */
|
|
||||||
#define GNUPG_PROCESS_INHERIT_FILE (1 << 0)
|
|
||||||
|
|
||||||
#define GNUPG_PROCESS_DETACHED (1 << 1)
|
#define GNUPG_PROCESS_DETACHED (1 << 1)
|
||||||
|
|
||||||
/* Specify how to keep/connect standard fds. */
|
/* Specify how to keep/connect standard fds. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user