diff options
| author | Glenn Morris | 2012-07-31 18:24:49 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-07-31 18:24:49 -0400 |
| commit | b2c7a1068135e78b065d05069012f2fb240fea9d (patch) | |
| tree | d45770f1ce4c3463b5448c95c799649ae4b555ec /src/process.h | |
| parent | d66060f8240bda3945e812d9172df3e6a7e4d67a (diff) | |
| download | emacs-b2c7a1068135e78b065d05069012f2fb240fea9d.tar.gz emacs-b2c7a1068135e78b065d05069012f2fb240fea9d.zip | |
* configure.ac (NULL_DEVICE, SEPCHAR, USER_FULL_NAME): Move here from src.
* src/editfns.c (USER_FULL_NAME):
* src/emacs.c (SEPCHAR):
* src/process.h (NULL_DEVICE): Let configure set them.
Diffstat (limited to 'src/process.h')
| -rw-r--r-- | src/process.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/process.h b/src/process.h index 649056a99ff..747540f26a9 100644 --- a/src/process.h +++ b/src/process.h | |||
| @@ -163,12 +163,6 @@ extern int synch_process_termsig; | |||
| 163 | this is exit code of synchronous subprocess. */ | 163 | this is exit code of synchronous subprocess. */ |
| 164 | extern int synch_process_retcode; | 164 | extern int synch_process_retcode; |
| 165 | 165 | ||
| 166 | /* The name of the file open to get a null file, or a data sink. | ||
| 167 | MS-DOS, and OS/2 redefine this. */ | ||
| 168 | #ifndef NULL_DEVICE | ||
| 169 | #define NULL_DEVICE "/dev/null" | ||
| 170 | #endif | ||
| 171 | |||
| 172 | /* Nonzero means don't run process sentinels. This is used | 166 | /* Nonzero means don't run process sentinels. This is used |
| 173 | when exiting. */ | 167 | when exiting. */ |
| 174 | extern int inhibit_sentinels; | 168 | extern int inhibit_sentinels; |