comparison admin/CPP-DEFINES @ 97234:f8a5916934ac

Add defines for accessing system processes.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 02 Aug 2008 18:55:55 +0000
parents c3512b2085a0
children 80acedef7417
comparison
equal deleted inserted replaced
97233:e440b06f6be8 97234:f8a5916934ac
35 FRAME_X_P A frame on X Window system. 35 FRAME_X_P A frame on X Window system.
36 FRAME_MSDOS_P An MS-DOS frame (used only by the DOS port). 36 FRAME_MSDOS_P An MS-DOS frame (used only by the DOS port).
37 FRAME_W32_P A frame using native MS-Windows GUI. 37 FRAME_W32_P A frame using native MS-Windows GUI.
38 FRAME_WINDOW_P A GUI frame (like X, w32, etc.) 38 FRAME_WINDOW_P A GUI frame (like X, w32, etc.)
39 39
40 ** Support for accessing other processes on the system **
41
42 HAVE_PROCFS The /proc filesystem is supported.
43 LISTPROC A function that returns a list of PIDs of system processes.
44 PROCATTR A function that returns attributes of a process.
45
40 ** Compile-time options ** 46 ** Compile-time options **
47
41 REL_ALLOC Compile in the relocatable memory allocator ralloc.c. 48 REL_ALLOC Compile in the relocatable memory allocator ralloc.c.
42 SYSTEM_MALLOC Use the system library's malloc. 49 SYSTEM_MALLOC Use the system library's malloc.
43 subprocesses System can use subprocesses (for M-x shell for example). Defined by default, only MSDOS undefines it. 50 subprocesses System can use subprocesses (for M-x shell for example). Defined by default, only MSDOS undefines it.
44 51
45 ** Replace, the definition is trivial: SWITCH_ENUM_CAST 52 ** Replace, the definition is trivial: SWITCH_ENUM_CAST