/* ** (c) COPYRIGHT MIT 1995. ** Please first read the full copyright statement in the file COPYRIGH. */This module does not actually perform the WAIS protocol directly, but it does using one or more libraries of the freeWAIS distribution. The ui.a library came with the old free WAIS from TMC, the client.a and wais.a libraries are needed from the freeWAIS from CNIDR.
Note: The current version suppored is freeWAIS-0.3, June 1994
If you include this module in the library, you must also
A WAIS-WWW gateway is just a normal W3 server with a libwww compiled with this module.
This module is implemented by HTWAIS.c, and it is a part of the Library of Common Code.
#ifndef HTWAIS_H #define HTWAIS_H #include "HTAccess.h"
extern int HTMaxWAISLines; GLOBALREF HTProtocol HTWAIS;End of Difinition module
#endifTim BL