Ticket #14016: patch-xterm.h
| File patch-xterm.h, 391 bytes (added by afb@…, 4 years ago) |
|---|
| Line | |
|---|---|
| 1 | --- xterm.h.orig 2007-07-22 22:14:48.000000000 +0200 |
| 2 | +++ xterm.h 2008-01-21 12:10:49.000000000 +0100 |
| 3 | @@ -280,7 +280,7 @@ |
| 4 | #include <proto.h> |
| 5 | #include <ptyx.h> |
| 6 | |
| 7 | -#if (XtSpecificationRelease >= 6) && !defined(NO_XPOLL_H) && !defined(sun) |
| 8 | +#if (XtSpecificationRelease >= 6) && !defined(NO_XPOLL_H) && !defined(sun) && !defined(__APPLE__) |
| 9 | #include <X11/Xpoll.h> |
| 10 | #define USE_XPOLL_H 1 |
| 11 | #else |

