ftp.nice.ch/pub/next/unix/network/www/lynx.2.7.2.NIHS.bs.tar.gz#/lynx.2.7.2.NIHS.bs/src/WWW/Library/Implementation/HTWAIS.h

This is HTWAIS.h in view mode; [Download] [Up]

/*                                                    WAIS protocol module for the W3 library
                                 WAIS PROTOCOL INTERFACE
                                             
   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.
   
   If you include this module in the library, you must also
   
      Register the HTWAIS protocol at initialisation (e.g. HTInit or HTSInit) by compiling
      it with -DDIRECT_WAIS
      
      Link with the WAIS libraries
      
   The wais source files are parsed by a separate and independent module, HTWSRC .   You
   can include HTWSRC without including direct wais using this module, and your WWW code
   will be able to read source files, and access WAIS indexes through a gateway.
   
   A WAIS-WWW gateway is just a normal W3 server with a libwww compiled with this module.
   
   Anyways, this interface won't change much:
   
 */
#ifndef HTWAIS_H
#define HTWAIS_H

#ifndef HTUTILS_H
#include "HTUtils.h"
#endif /* HTUTILS_H */
#include "HTAccess.h"

#ifdef GLOBALREF_IS_MACRO
extern GLOBALREF(HTProtocol, HTWAIS);
#else
GLOBALREF HTProtocol HTWAIS;
#endif /* GLOBALDEF_IS_MACRO */

#endif /* HTWAIS_H */

/*
                                                                  Tim BL
                                                                            
*/

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.