=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/less/opttbl.c,v retrieving revision 1.8 retrieving revision 1.9 diff -c -r1.8 -r1.9 *** src/usr.bin/less/opttbl.c 2003/04/14 15:09:57 1.8 --- src/usr.bin/less/opttbl.c 2010/07/03 16:29:46 1.9 *************** *** 30,36 **** --- 30,38 ---- public int quit_if_one_screen; /* Quit if EOF on first screen */ public int squeeze; /* Squeeze multiple blank lines into one */ public int be_helpful; /* more(1) style -d */ + #ifndef SMALL_PROGRAM public int tabstop; /* Tab settings */ + #endif public int back_scroll; /* Repaint screen on backwards movement */ public int forw_scroll; /* Repaint screen on forward movement */ public int caseless; /* Do "caseless" searches */