diff options
| author | Eli Zaretskii | 2008-08-02 16:19:03 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-08-02 16:19:03 +0000 |
| commit | 40c5931ce41449f10fc7dd012df9e01a7b4cb062 (patch) | |
| tree | 3d6b578cdcac5a0ebe4f29816f8614896ceb7d10 /src/s/gnu-linux.h | |
| parent | 96cac6f17c5d3fa2dfbf1e7aa1ca1b8845b99642 (diff) | |
| download | emacs-40c5931ce41449f10fc7dd012df9e01a7b4cb062.tar.gz emacs-40c5931ce41449f10fc7dd012df9e01a7b4cb062.zip | |
(HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
Diffstat (limited to 'src/s/gnu-linux.h')
| -rw-r--r-- | src/s/gnu-linux.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 09a09b2f19c..bd0acd36302 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -105,6 +105,11 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 105 | 105 | ||
| 106 | #define BSTRING | 106 | #define BSTRING |
| 107 | 107 | ||
| 108 | /* These are used in Flist_system_processes and Fsystem_process_attributes. */ | ||
| 109 | #define HAVE_PROCFS 1 | ||
| 110 | #define LISTPROC procfs_list_system_processes | ||
| 111 | #define PROCATTR procfs_system_process_attributes | ||
| 112 | |||
| 108 | /* define MAIL_USE_FLOCK if the mailer uses flock | 113 | /* define MAIL_USE_FLOCK if the mailer uses flock |
| 109 | to interlock access to /usr/spool/mail/$USER. | 114 | to interlock access to /usr/spool/mail/$USER. |
| 110 | The alternative is that a lock file named | 115 | The alternative is that a lock file named |