]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/top/boolean.h
add -n option to suppress clearing the build tree and add -DNO_CLEAN
[FreeBSD/FreeBSD.git] / contrib / top / boolean.h
1 /* My favorite names for boolean values */
2 #define  No     0
3 #define  Yes    1
4 #define  Maybe  2               /* tri-state boolean, actually */
5