add ID keywords
[unix-history] / usr / src / usr.sbin / sendmail / src / useful.h
/*
** USEFUL.H -- Some useful stuff.
**
** @(#)useful.h 1.2 %G%
*/
# define bool int
# define TRUE 1
# define FALSE 0
# ifndef NULL
# define NULL 0
# endif NULL