netstat(1): Remove some unused prototypes.
[dragonfly.git] / test / dfregress / framework / dfregress.h
1 #define RESULT_TIMEOUT          0x01
2 #define RESULT_SIGNALLED        0x02
3 #define RESULT_NOTRUN           0x03
4 #define RESULT_FAIL             0x04
5 #define RESULT_PASS             0x05
6 #define RESULT_UNKNOWN          0x06
7 #define RESULT_PREFAIL          0x07
8 #define RESULT_POSTFAIL         0x08
9 #define RESULT_BUILDFAIL        0x09
10
11 #define EXIT_NOTRUN             127