3af6ee36fe42005a9f45c17574772917a70d19f8
[unix-history] / usr / src / usr.sbin / sendmail / src / useful.h
/*
** USEFUL.H -- Some useful stuff.
**
** @(#)useful.h 2.1 %G%
*/
# define bool char
# define TRUE 1
# define FALSE 0
# ifndef NULL
# define NULL 0
# endif NULL