File:  [Public] / libwww / Library / src / WWWWAIS.html
Revision 2.5: download - view: text, annotated - select for diffs
Tue Apr 16 16:23:40 1996 UTC (28 years, 1 month ago) by frystyk
Branches: MAIN
CVS tags: Release-5-0a, Release-5-0, Release-4-1b5, Release-4-1b4, Release-4-1b3, Release-4-1b1, PIPELINE1, HEAD
new WWW*.h files

<HTML>
<HEAD>
<TITLE>W3C Reference Library libwww WAIS CLIENT</TITLE>
<!-- Changed by: Henrik Frystyk Nielsen, 16-Apr-1996 -->
<NEXTID N="z11">
</HEAD>
<BODY>

<H1>Declaration of W3C Reference WAIS MODULE</H1>

<PRE>
/*
**	(c) COPYRIGHT MIT 1995.
**	Please first read the full copyright statement in the file COPYRIGH.
*/
</PRE>

This is the include file for the basic WAIS module that can be used
together with the core of the W3C Reference Library. It contains all
WAIS specific modules which are required to compile and build the WAIS
DLL.<P>

<PRE>
#ifndef WWWWAIS_H
#define WWWWAIS_H
</PRE>

<PRE>
#ifdef __cplusplus
extern "C" { 
#endif
</PRE>

<H2>System dependencies</H2>

The <A HREF="sysdep.html">sysdep.h</A> file includes system-specific include
files and flags for I/O to network and disk. The only reason for this
file is that the Internet world is more complicated than Posix and
ANSI.

<PRE>
#include "sysdep.h"
</PRE>

<H2>Library Includes</H2>

<PRE>
#include "HTWAIS.h"			        /* WAIS client state machine */
</PRE>

End of WAIS module

<PRE>
#ifdef __cplusplus
} /* end extern C definitions */
#endif

#endif
</PRE>

<HR>
<ADDRESS>
@(#) $Id: WWWWAIS.html,v 2.5 1996/04/16 16:23:40 frystyk Exp $
</ADDRESS>
</BODY>
</HTML>


Webmaster