diff options
Diffstat (limited to 'src/s/gnu-linux.h')
| -rw-r--r-- | src/s/gnu-linux.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 2e28b81f7d0..7437db5d8eb 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -105,10 +105,8 @@ 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. */ | 108 | /* This is used in list_system_processes. */ |
| 109 | #define HAVE_PROCFS 1 | 109 | #define HAVE_PROCFS 1 |
| 110 | #define LISTPROC procfs_list_system_processes | ||
| 111 | #define PROCATTR procfs_system_process_attributes | ||
| 112 | 110 | ||
| 113 | /* define MAIL_USE_FLOCK if the mailer uses flock | 111 | /* define MAIL_USE_FLOCK if the mailer uses flock |
| 114 | to interlock access to /usr/spool/mail/$USER. | 112 | to interlock access to /usr/spool/mail/$USER. |