diff options
Diffstat (limited to 'src')
| -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 | ||