| 1234567891011 |
- --- xterm-325.orig/ptyx.h 2016-05-29 22:32:48.000000000 +0200
- +++ xterm-325/ptyx.h 2016-09-09 22:25:42.000000000 +0200
- @@ -176,7 +176,7 @@
- #define USE_PTY_DEVICE 1
- #define USE_PTY_SEARCH 1
-
- -#if defined(__osf__) || (defined(linux) && defined(__GLIBC__) && (__GLIBC__ >= 2) && (__GLIBC_MINOR__ >= 1)) || defined(__DragonFly__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__APPLE__)
- +#if defined(__osf__) || defined(linux) || defined(__DragonFly__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__APPLE__)
- #undef USE_PTY_DEVICE
- #undef USE_PTY_SEARCH
- #define USE_PTS_DEVICE 1
|