5 * Revision 1.4 1995/02/20 21:16:18 adam
6 * FML support. Bug fixes. Profile for drewdb.
8 * Revision 1.3 1995/02/16 18:35:08 adam
9 * First use of Zdist library. Search requests are supported.
10 * Present requests are not supported yet.
12 * Revision 1.2 1995/02/16 13:20:59 adam
13 * Organization of resource files for targets and conversion
14 * language implemented.
16 * Revision 1.1 1995/02/15 17:45:29 adam
17 * First version of email gateway kernel. Email requests are read
18 * from stdin. The output is transferred to an MTA if 'From' is
19 * found in the header - or stdout if absent. No Z39.50 client is used.
35 struct gw_kernel_info {
38 const char *default_res;
39 const char *override_res;
44 const char *override_portno;
45 const char *override_hostname;
53 extern struct gw_kernel_info info;
55 extern FILE *reply_fd;
57 void read_kernel_res (void);