comparison 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
comparison
equal deleted inserted replaced
97224:b68c6493157a 97225:3866542dcfee
103 103
104 /* Define this symbol if your system has the functions bcopy, etc. */ 104 /* Define this symbol if your system has the functions bcopy, etc. */
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
111 /usr/spool/mail/$USER.lock. */ 116 /usr/spool/mail/$USER.lock. */
112 117