=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/ftp_var.h,v retrieving revision 1.26 retrieving revision 1.27 diff -c -r1.26 -r1.27 *** src/usr.bin/ftp/ftp_var.h 2008/06/25 21:15:19 1.26 --- src/usr.bin/ftp/ftp_var.h 2008/07/08 21:07:57 1.27 *************** *** 1,4 **** ! /* $OpenBSD: ftp_var.h,v 1.26 2008/06/25 21:15:19 martynas Exp $ */ /* $NetBSD: ftp_var.h,v 1.18 1997/08/18 10:20:25 lukem Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: ftp_var.h,v 1.27 2008/07/08 21:07:57 martynas Exp $ */ /* $NetBSD: ftp_var.h,v 1.18 1997/08/18 10:20:25 lukem Exp $ */ /* *************** *** 110,116 **** --- 110,118 ---- int fromatty; /* input is from a terminal */ int interactive; /* interactively prompt on m* cmds */ int confirmrest; /* confirm rest of current m* cmd */ + #ifndef SMALL int debug; /* debugging level */ + #endif /* !SMALL */ int bell; /* ring bell on cmd completion */ int doglob; /* glob local file names */ int autologin; /* establish user account on connection */