New macros NULL_DEVICE and EXEC_SUFFIXES, to give the name of the
authorJim Blandy <jimb@redhat.com>
Tue, 30 Mar 1993 23:05:56 +0000 (23:05 +0000)
committerJim Blandy <jimb@redhat.com>
Tue, 30 Mar 1993 23:05:56 +0000 (23:05 +0000)
commit5437e9f97e19ea0eba3288def1734e61a76ca3c7
tree8be32212f7335e07c582f04c0d5ea016a328117e
parent9115e9389c75ae7f0da5743421aebb3977016e6d
New macros NULL_DEVICE and EXEC_SUFFIXES, to give the name of the
equivalent of /dev/null, and the suffixes used by executable
files.  This is simple, and helps people porting Emacs to other
operating systems.
* process.h (NULL_DEVICE): Give this a default value.
* process.c (Fstart_process): Pass EXEC_SUFFIXES to openp.
(Fprocess_send_eof): Use NULL_DEVICE instead of "/dev/null".
* callproc.c (Fcall_process): Pass EXEC_SUFFIXES to openp.
Use NULL_DEVICE instead of "/dev/null".
src/callproc.c
src/process.c
src/process.h