Mercurial > emacs
diff src/s/gnu-linux.h @ 97225:3866542dcfee
(HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
| author | Eli Zaretskii <eliz@gnu.org> |
|---|---|
| date | Sat, 02 Aug 2008 16:19:03 +0000 |
| parents | e58e8418725b |
| children | 876b289a899e |
line wrap: on
line diff
--- a/src/s/gnu-linux.h Sat Aug 02 16:18:09 2008 +0000 +++ b/src/s/gnu-linux.h Sat Aug 02 16:19:03 2008 +0000 @@ -105,6 +105,11 @@ #define BSTRING +/* These are used in Flist_system_processes and Fsystem_process_attributes. */ +#define HAVE_PROCFS 1 +#define LISTPROC procfs_list_system_processes +#define PROCATTR procfs_system_process_attributes + /* define MAIL_USE_FLOCK if the mailer uses flock to interlock access to /usr/spool/mail/$USER. The alternative is that a lock file named
