From: Eli Zaretskii Date: Sat, 2 Aug 2008 18:56:20 +0000 (+0000) Subject: Add defines for accessing system processes. X-Git-Tag: emacs-pretest-23.0.90~3691 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c3179b06e3e4c3f44a50bcaaf89c5bd8d31a915f;p=emacs.git Add defines for accessing system processes. --- diff --git a/admin/CPP-DEFINES b/admin/CPP-DEFINES index c32c235ca1c..564c48e3f42 100644 --- a/admin/CPP-DEFINES +++ b/admin/CPP-DEFINES @@ -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. diff --git a/admin/ChangeLog b/admin/ChangeLog index 06ad75ce5e9..3507b4ecf76 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog @@ -1,3 +1,7 @@ +2008-08-02 Eli Zaretskii + + * CPP-DEFINES: Add defines for accessing system processes. + 2008-07-27 Dan Nicolaescu * make-tarball.txt: