Expand PMF_FN_* macros.
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / src / global / mynetworks.h
blob54afcbb550a6c9ba73389972b437a715095663cc
1 /* $NetBSD$ */
3 #ifndef _MYNETWORKS_H_INCLUDED_
4 #define _MYNETWORKS_H_INCLUDED_
6 /*++
7 /* NAME
8 /* mynetworks 3h
9 /* SUMMARY
10 /* lookup patterns for my own interface addresses
11 /* SYNOPSIS
12 /* #include <mynetworks.h>
13 /* DESCRIPTION
14 /* .nf
17 * External interface.
19 extern const char *mynetworks(void);
21 /* LICENSE
22 /* .ad
23 /* .fi
24 /* The Secure Mailer license must be distributed with this software.
25 /* AUTHOR(S)
26 /* Wietse Venema
27 /* IBM T.J. Watson Research
28 /* P.O. Box 704
29 /* Yorktown Heights, NY 10598, USA
30 /*--*/
32 #endif