patch-ptyx_h 653 B

1234567891011
  1. --- xterm-297.orig/ptyx.h 2013-09-10 20:10:00.000000000 +0200
  2. +++ xterm-297/ptyx.h 2013-10-30 10:30:07.000000000 +0100
  3. @@ -169,7 +169,7 @@
  4. #define USE_PTY_DEVICE 1
  5. #define USE_PTY_SEARCH 1
  6. -#if defined(__osf__) || (defined(linux) && defined(__GLIBC__) && (__GLIBC__ >= 2) && (__GLIBC_MINOR__ >= 1)) || defined(__DragonFly__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__APPLE__)
  7. +#if defined(__osf__) || defined(linux) || defined(__DragonFly__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__APPLE__)
  8. #undef USE_PTY_DEVICE
  9. #undef USE_PTY_SEARCH
  10. #define USE_PTS_DEVICE 1