--- rxvt-unicode/src/init.h 2003/11/24 17:31:27 1.2 +++ rxvt-unicode/src/init.h 2004/01/17 01:20:01 1.4 @@ -1,9 +1,5 @@ -/* - * $Id: init.h,v 1.2 2003/11/24 17:31:27 pcg Exp $ - */ - -#ifndef _INIT_H_ -#define _INIT_H_ +#ifndef INIT_H_ +#define INIT_H_ #undef CERASE /* TODO */ #define CERASE '\010' /* ^H */ @@ -146,9 +142,6 @@ #ifndef O_NOCTTY # define O_NOCTTY 0 #endif -#ifndef O_NDELAY -# define O_NDELAY O_NONBLOCK /* QNX, at least */ -#endif #ifndef ONLCR # define ONLCR 0 /* QNX, at least */ #endif