diff options
| author | Richard M. Stallman | 2002-11-06 04:57:48 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-11-06 04:57:48 +0000 |
| commit | d7efe3e1c632740f02ba12df73f663ee51482513 (patch) | |
| tree | 833e766c7fd17aab828b6e75aef0d4e0a5c1b834 | |
| parent | f4f008275cd9faa9153106e455e4f5b5e2658a9a (diff) | |
| download | emacs-d7efe3e1c632740f02ba12df73f663ee51482513.tar.gz emacs-d7efe3e1c632740f02ba12df73f663ee51482513.zip | |
(POLLING_PROBLEM_IN_SELECT): Defined.
| -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 @@ | |||
| 55 | 55 | ||
| 56 | /* Don't define _BSD */ | 56 | /* Don't define _BSD */ |
| 57 | #undef C_SWITCH_SYSTEM | 57 | #undef C_SWITCH_SYSTEM |
| 58 | |||
| 59 | /* HPUX 10.10 needs this; HPUX 10.20 does not. */ | ||
| 60 | #define POLLING_PROBLEM_IN_SELECT | ||