mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
the src/contrib/top part right now). This tools is simply too system- dependant to maintain it in the ports collection.
5 lines
125 B
C
5 lines
125 B
C
/* My favorite names for boolean values */
|
|
#define No 0
|
|
#define Yes 1
|
|
#define Maybe 2 /* tri-state boolean, actually */
|
|
|