repo.or.cz
/
emacs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
New Lisp manual nodes, Applying Customizations and Custom Themes.
[emacs.git]
/
src
/
s
/
sol2-10.h
blob
b20476e7fba328c30b5da2ccf5acdca5505df9c3
1
/* Handle Solaris 2.10. */
2
3
#include
"sol2-6.h"
4
5
/* This is used in list_system_processes. */
6
#define HAVE_PROCFS 1
7
8
/* This is needed for the system_process_attributes implementation. */
9
#define _STRUCTURED_PROC 1
10