1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-21 06:55:39 +00:00

Add defines for accessing system processes.

This commit is contained in:
Eli Zaretskii 2008-08-02 18:56:20 +00:00
parent 5d692341d3
commit c3179b06e3
2 changed files with 11 additions and 0 deletions

View File

@ -37,7 +37,14 @@ FRAME_MSDOS_P An MS-DOS frame (used only by the DOS port).
FRAME_W32_P A frame using native MS-Windows GUI.
FRAME_WINDOW_P A GUI frame (like X, w32, etc.)
** Support for accessing other processes on the system **
HAVE_PROCFS The /proc filesystem is supported.
LISTPROC A function that returns a list of PIDs of system processes.
PROCATTR A function that returns attributes of a process.
** Compile-time options **
REL_ALLOC Compile in the relocatable memory allocator ralloc.c.
SYSTEM_MALLOC Use the system library's malloc.
subprocesses System can use subprocesses (for M-x shell for example). Defined by default, only MSDOS undefines it.

View File

@ -1,3 +1,7 @@
2008-08-02 Eli Zaretskii <eliz@gnu.org>
* CPP-DEFINES: Add defines for accessing system processes.
2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
* make-tarball.txt: