diff options
-rw-r--r-- | src/emacs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c index 11dcdb33fe0..3836f179abc 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -171,7 +171,7 @@ static uintmax_t heap_bss_diff; We mark being in the exec'd process by a daemon name argument of form "--daemon=\nFD0,FD1\nNAME" where FD are the pipe file descriptors, NAME is the original daemon name, if any. */ -#if defined NS_IMPL_COCOA || (defined HAVE_NTGUI && defined CYGWIN) +#if defined NS_IMPL_COCOA || defined CYGWIN # define DAEMON_MUST_EXEC #endif |