# HG changeset patch # User Eli Zaretskii # Date 1217703355 0 # Node ID f8a5916934aca863e4e156c782ce81d98efbfb37 # Parent e440b06f6be8b96ae51da78a193c483307cafdb8 Add defines for accessing system processes. diff -r e440b06f6be8 -r f8a5916934ac admin/CPP-DEFINES --- 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.