summaryrefslogtreecommitdiffstats
path: root/usr.bin/mg/chrdef.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused METACH #define.bcallah2015-03-251-5/+1
| | | | | | No one is defining their own METABIT so remove the #ifndef around it. ok florian@
* Clean up the includes in mg.bcallah2015-03-191-3/+2
| | | | | | | | | | This does the following: Moves all POSIX headers from sysdef.h into the individual .c files so that each file now only includes what it needs. All headers are properly sorted. Moves the remainder of sysdef.h to other files (mostly def.h) and deletes sysdef.h now that it's no longer contains anything. Tweak a comment that references sysdef.h so that it no longer does that. ok florian@
* It is impossible to build mg without both -DFKEYS and -DXKEYS. So let'sbcallah2015-03-171-3/+1
| | | | | | | enforce that and remove the options. Mostly mechanical diff from unifdef with bonus removal of comments that no longer have any relevance. ok florian@
* Add explicit public domain notices to all public domain files.kjell2005-06-141-1/+3
| | | | ok millert@, deraadt@
* This is a no binary change which does:db2005-04-031-2/+2
| | | | | | | | | | - spelling, punctuation fixes - variable declaration lineup - use parentheses for return and sizeof - K&R function declarations -> ANSI - other minor code beautification ok henning@
* always define CHARMASKderaadt2002-02-211-3/+1
|
* Change character types definitions defines so they don't clash withvincent2002-02-141-13/+13
| | | | | | the system's ctype.h. ok art@
* $OpenBSD$niklas2001-01-291-0/+2
|
* The start of KNF + -Wall. The code has been run through indent butmillert2000-04-131-44/+44
| | | | needs hand fixup. I stopped at keymap.c...
* initial import of mg2aderaadt2000-02-251-0/+79