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 | |
| parent | 96cac6f17c5d3fa2dfbf1e7aa1ca1b8845b99642 (diff) | |
| download | emacs-40c5931ce41449f10fc7dd012df9e01a7b4cb062.tar.gz emacs-40c5931ce41449f10fc7dd012df9e01a7b4cb062.zip | |
(HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 3 | ||||
| -rw-r--r-- | src/s/gnu-linux.h | 5 |
2 files changed, 8 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h index d7fcd0a178c..cd9d0f5585a 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -3276,6 +3276,9 @@ extern void syms_of_ccl P_ ((void)); | |||
| 3276 | /* Defined in dired.c */ | 3276 | /* Defined in dired.c */ |
| 3277 | EXFUN (Ffile_attributes, 2); | 3277 | EXFUN (Ffile_attributes, 2); |
| 3278 | extern void syms_of_dired P_ ((void)); | 3278 | extern void syms_of_dired P_ ((void)); |
| 3279 | extern Lisp_Object directory_files_internal P_ ((Lisp_Object, Lisp_Object, | ||
| 3280 | Lisp_Object, Lisp_Object, | ||
| 3281 | int, Lisp_Object)); | ||
| 3279 | 3282 | ||
| 3280 | /* Defined in term.c */ | 3283 | /* Defined in term.c */ |
| 3281 | extern void syms_of_term P_ ((void)); | 3284 | extern void syms_of_term P_ ((void)); |
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 |