view src/s/hpux11.h @ 46299:72e949fc6d1e

(BROKEN_SA_RESTART): Defined.
author Richard M. Stallman <rms@gnu.org>
date Thu, 11 Jul 2002 17:31:10 +0000
parents 30f51cb6803a
children a61f957ee22f
line wrap: on
line source

#include "hpux10.h"

#define HPUX11

#ifdef POSIX_SIGNALS
#undef POSIX_SIGNALS
#endif
#define POSIX_SIGNALS 1

/* SA_RESTART resets the timeout of `select', so don't use it.  */
#define BROKEN_SA_RESTART