diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-11-06 04:57:48 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-11-06 04:57:48 +0000 |
commit | d7efe3e1c632740f02ba12df73f663ee51482513 (patch) | |
tree | 833e766c7fd17aab828b6e75aef0d4e0a5c1b834 /src/s/hpux10.h | |
parent | f4f008275cd9faa9153106e455e4f5b5e2658a9a (diff) | |
download | emacs-d7efe3e1c632740f02ba12df73f663ee51482513.tar.gz |
(POLLING_PROBLEM_IN_SELECT): Defined.
Diffstat (limited to 'src/s/hpux10.h')
-rw-r--r-- | src/s/hpux10.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/hpux10.h b/src/s/hpux10.h index dc9caf6e002..c547a1845ab 100644 --- a/src/s/hpux10.h +++ b/src/s/hpux10.h @@ -55,3 +55,6 @@ /* Don't define _BSD */ #undef C_SWITCH_SYSTEM + +/* HPUX 10.10 needs this; HPUX 10.20 does not. */ +#define POLLING_PROBLEM_IN_SELECT |