3 #ifndef _NAMADR_LIST_H_INCLUDED_
4 #define _NAMADR_LIST_H_INCLUDED_
10 /* name/address membership
12 /* #include <namadr_list.h>
19 #include <match_list.h>
20 #include <match_ops.h>
25 #define NAMADR_LIST MATCH_LIST
27 #define namadr_list_init(f, p) \
28 match_list_init((f), (p), 2, match_hostname, match_hostaddr)
29 #define namadr_list_match match_list_match
30 #define namadr_list_free match_list_free
35 /* The Secure Mailer license must be distributed with this software.
38 /* IBM T.J. Watson Research
40 /* Yorktown Heights, NY 10598, USA