CVSROOT: /cvs Module name: src Changes by: bcal...@cvs.openbsd.org 2015/03/19 15:48:05
Modified files: usr.bin/mg : buffer.c cmode.c dired.c grep.c kbd.h keymap.c theo.c tty.c ttydef.h Log message: More unifdef cleanup: -UDIRED_XMAPS and -UFUND_XMAPS: you can't build mg the other way. -DTIOCGWINSZ: you have this if you have term.h Remove a #define TERMCAP which isn't being used. Remove defines for NDIRED_XMAPS, NFUND_XMAPS, and IMAPEXT. They are all defined to be 0 and are only ever used in addition. We don't need to add 0. Simply lines that were using those defines. ok florian@