/* * things of global importance to functions that use the mail routing * stuff in route.c */ #ifndef _ROUTE_D #define _ROUTE_D #define ADDR_BAD 0 #define ADDR_DOMAIN 1 #define ADDR_BANG 2 #define ADDR_LOCAL 3 #endif