aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2008-08-02 18:56:20 +0000
committerEli Zaretskii2008-08-02 18:56:20 +0000
commitc3179b06e3e4c3f44a50bcaaf89c5bd8d31a915f (patch)
tree5ac5d9504588bfd00117e1e970b7656b8f032462
parent5d692341d3519f8bedb5fd62a5d7dfcc9c749738 (diff)
downloademacs-c3179b06e3e4c3f44a50bcaaf89c5bd8d31a915f.tar.gz
emacs-c3179b06e3e4c3f44a50bcaaf89c5bd8d31a915f.zip
Add defines for accessing system processes.
-rw-r--r--admin/CPP-DEFINES7
-rw-r--r--admin/ChangeLog4
2 files changed, 11 insertions, 0 deletions
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).
37FRAME_W32_P A frame using native MS-Windows GUI. 37FRAME_W32_P A frame using native MS-Windows GUI.
38FRAME_WINDOW_P A GUI frame (like X, w32, etc.) 38FRAME_WINDOW_P A GUI frame (like X, w32, etc.)
39 39
40** Support for accessing other processes on the system **
41
42HAVE_PROCFS The /proc filesystem is supported.
43LISTPROC A function that returns a list of PIDs of system processes.
44PROCATTR A function that returns attributes of a process.
45
40** Compile-time options ** 46** Compile-time options **
47
41REL_ALLOC Compile in the relocatable memory allocator ralloc.c. 48REL_ALLOC Compile in the relocatable memory allocator ralloc.c.
42SYSTEM_MALLOC Use the system library's malloc. 49SYSTEM_MALLOC Use the system library's malloc.
43subprocesses System can use subprocesses (for M-x shell for example). Defined by default, only MSDOS undefines it. 50subprocesses 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 @@
12008-08-02 Eli Zaretskii <eliz@gnu.org>
2
3 * CPP-DEFINES: Add defines for accessing system processes.
4
12008-07-27 Dan Nicolaescu <dann@ics.uci.edu> 52008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2 6
3 * make-tarball.txt: 7 * make-tarball.txt: