--- rxvt-unicode/src/fdpass.h 2005/12/23 14:46:34 1.1 +++ rxvt-unicode/src/fdpass.h 2006/01/22 00:48:13 1.4 @@ -20,12 +20,9 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. *----------------------------------------------------------------------*/ -#include "../config.h" /* NECESSARY */ +#include "../config.h" -#if ENABLE_FRILLS && HAVE_UNIX_FDPASS +int ptytty_send_fd (int socket, int fd); +int ptytty_recv_fd (int socket); -int rxvt_send_fd (int socket, int fd); -int rxvt_recv_fd (int socket); - -#endif