Mercurial > emacs
view src/s/sol2-10.h @ 112270:cc0887b67703
Merge from emacs-23 branch, up to r100382.
Note:
emacs-23 r100373 is rendered unnecessary by pre-existing 2010-05-20
trunk change.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 15 Jan 2011 12:38:27 -0800 |
parents | 6799ec1a7188 |
children | ef719132ddfa |
line wrap: on
line source
/* Handle Solaris 2.10. */ #include "sol2-6.h" /* This is used in list_system_processes. */ #define HAVE_PROCFS 1 /* This is needed for the system_process_attributes implementation. */ #define _STRUCTURED_PROC 1 /* arch-tag: 7c51a134-5469-4d16-aa00-d69224640eeb (do not change this comment) */