xref: /original-bsd/usr.sbin/sendmail/src/useful.h (revision 447ecad6)
1 /*
2 **  USEFUL.H -- Some useful stuff.
3 **
4 **	@(#)useful.h	1.2	07/25/80
5 */
6 
7 # define bool	int
8 # define TRUE	1
9 # define FALSE	0
10 
11 # ifndef NULL
12 # define NULL	0
13 # endif NULL
14