emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/admin/CPP-DEFINES,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/admin/CPP-DEFINES,v
Date: Sat, 02 Aug 2008 18:55:56 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    08/08/02 18:55:56

Index: CPP-DEFINES
===================================================================
RCS file: /cvsroot/emacs/emacs/admin/CPP-DEFINES,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -b -r1.33 -r1.34
--- CPP-DEFINES 31 Jul 2008 05:33:35 -0000      1.33
+++ CPP-DEFINES 2 Aug 2008 18:55:55 -0000       1.34
@@ -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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]