mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 23:57:54 +01:00
aee34003d7
the src/contrib/top part right now). This tools is simply too system- dependant to maintain it in the ports collection.
6 lines
125 B
C
6 lines
125 B
C
/* My favorite names for boolean values */
|
|
#define No 0
|
|
#define Yes 1
|
|
#define Maybe 2 /* tri-state boolean, actually */
|
|
|