view src/s/sol2-10.h @ 111228:6f50064cb399

Fix revno 102144 for non-CLASH_DETECTION platforms. emacs.c (main): Call syms_of_filelock unconditionally. filelock.c (syms_of_filelock): Move out of #ifdef CLASH_DETECTION clause, but keep part of it conditioned on CLASH_DETECTION.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 29 Oct 2010 12:43:38 +0200
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) */