Mercurial > emacs
changeset 97234:f8a5916934ac
Add defines for accessing system processes.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 02 Aug 2008 18:55:55 +0000 |
parents | e440b06f6be8 |
children | e618125d7c61 |
files | admin/CPP-DEFINES |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/admin/CPP-DEFINES Sat Aug 02 17:18:32 2008 +0000 +++ b/admin/CPP-DEFINES Sat Aug 02 18:55:55 2008 +0000 @@ -37,7 +37,14 @@ 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.