mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-21 12:27:33 +00:00
(HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
This commit is contained in:
parent
96cac6f17c
commit
40c5931ce4
2 changed files with 8 additions and 0 deletions
|
|
@ -3276,6 +3276,9 @@ extern void syms_of_ccl P_ ((void));
|
|||
/* Defined in dired.c */
|
||||
EXFUN (Ffile_attributes, 2);
|
||||
extern void syms_of_dired P_ ((void));
|
||||
extern Lisp_Object directory_files_internal P_ ((Lisp_Object, Lisp_Object,
|
||||
Lisp_Object, Lisp_Object,
|
||||
int, Lisp_Object));
|
||||
|
||||
/* Defined in term.c */
|
||||
extern void syms_of_term P_ ((void));
|
||||
|
|
|
|||
|
|
@ -105,6 +105,11 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
|||
|
||||
#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
|
||||
|
|
|
|||
Loading…
Reference in a new issue