summaryrefslogtreecommitdiff
path: root/src/process.h
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-07-31 18:24:49 -0400
committerGlenn Morris <rgm@gnu.org>2012-07-31 18:24:49 -0400
commitb2c7a1068135e78b065d05069012f2fb240fea9d (patch)
treed45770f1ce4c3463b5448c95c799649ae4b555ec /src/process.h
parentd66060f8240bda3945e812d9172df3e6a7e4d67a (diff)
downloademacs-b2c7a1068135e78b065d05069012f2fb240fea9d.tar.gz
* 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.h6
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;
this is exit code of synchronous subprocess. */
extern int synch_process_retcode;
-/* The name of the file open to get a null file, or a data sink.
- MS-DOS, and OS/2 redefine this. */
-#ifndef NULL_DEVICE
-#define NULL_DEVICE "/dev/null"
-#endif
-
/* Nonzero means don't run process sentinels. This is used
when exiting. */
extern int inhibit_sentinels;