Mercurial > emacs
annotate src/s/hpux11.h @ 46394:1dd68094031a
(scan_c_file): Warn about missing `usage' info.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 15 Jul 2002 19:59:53 +0000 |
parents | 72e949fc6d1e |
children | a61f957ee22f |
rev | line source |
---|---|
40578 | 1 #include "hpux10.h" |
2 | |
3 #define HPUX11 | |
4 | |
5 #ifdef POSIX_SIGNALS | |
6 #undef POSIX_SIGNALS | |
7 #endif | |
8 #define POSIX_SIGNALS 1 | |
46299
72e949fc6d1e
(BROKEN_SA_RESTART): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
40578
diff
changeset
|
9 |
72e949fc6d1e
(BROKEN_SA_RESTART): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
40578
diff
changeset
|
10 /* SA_RESTART resets the timeout of `select', so don't use it. */ |
72e949fc6d1e
(BROKEN_SA_RESTART): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
40578
diff
changeset
|
11 #define BROKEN_SA_RESTART |