diff options
Diffstat (limited to 'src/lisp.h')
| -rw-r--r-- | src/lisp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h index 7290386b255..7b8f1e754d8 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -4167,7 +4167,7 @@ extern bool no_site_lisp; | |||
| 4167 | extern bool build_details; | 4167 | extern bool build_details; |
| 4168 | 4168 | ||
| 4169 | #ifndef WINDOWSNT | 4169 | #ifndef WINDOWSNT |
| 4170 | /* 0 not a daemon, 1 new-style (foreground), 2 old-style (background). */ | 4170 | /* 0 not a daemon, 1 foreground daemon, 2 background daemon. */ |
| 4171 | extern int daemon_type; | 4171 | extern int daemon_type; |
| 4172 | #define IS_DAEMON (daemon_type != 0) | 4172 | #define IS_DAEMON (daemon_type != 0) |
| 4173 | #define DAEMON_RUNNING (daemon_type >= 0) | 4173 | #define DAEMON_RUNNING (daemon_type >= 0) |