--- rxvt-unicode/src/ptytty.h 2006/01/22 04:01:52 1.20 +++ rxvt-unicode/src/ptytty.h 2006/01/23 12:05:12 1.21 @@ -7,6 +7,10 @@ #include "libptytty.h" #include "ptytty_conf.h" +#if PTYTTY_REENTRANT +# define PTYTTY_NO_PID_CHECK 1 +#endif + #if defined(HAVE__GETPTY) || defined(HAVE_OPENPTY) || defined(UNIX98_PTY) # define NO_SETOWNER_TTYDEV 1 #endif