Annotation of libwww/Library/src/WWWWAIS.html, revision 2.5

2.1       frystyk     1: <HTML>
                      2: <HEAD>
2.2       frystyk     3: <TITLE>W3C Reference Library libwww WAIS CLIENT</TITLE>
2.5     ! frystyk     4: <!-- Changed by: Henrik Frystyk Nielsen, 16-Apr-1996 -->
2.1       frystyk     5: <NEXTID N="z11">
                      6: </HEAD>
                      7: <BODY>
                      8: 
                      9: <H1>Declaration of W3C Reference WAIS MODULE</H1>
                     10: 
                     11: <PRE>
                     12: /*
                     13: **     (c) COPYRIGHT MIT 1995.
                     14: **     Please first read the full copyright statement in the file COPYRIGH.
                     15: */
                     16: </PRE>
                     17: 
                     18: This is the include file for the basic WAIS module that can be used
                     19: together with the core of the W3C Reference Library. It contains all
                     20: WAIS specific modules which are required to compile and build the WAIS
                     21: DLL.<P>
                     22: 
                     23: <PRE>
                     24: #ifndef WWWWAIS_H
                     25: #define WWWWAIS_H
                     26: </PRE>
                     27: 
                     28: <PRE>
                     29: #ifdef __cplusplus
                     30: extern "C" { 
                     31: #endif
                     32: </PRE>
                     33: 
2.5     ! frystyk    34: <H2>System dependencies</H2>
        !            35: 
        !            36: The <A HREF="sysdep.html">sysdep.h</A> file includes system-specific include
        !            37: files and flags for I/O to network and disk. The only reason for this
        !            38: file is that the Internet world is more complicated than Posix and
        !            39: ANSI.
        !            40: 
2.1       frystyk    41: <PRE>
2.5     ! frystyk    42: #include "sysdep.h"
        !            43: </PRE>
        !            44: 
        !            45: <H2>Library Includes</H2>
        !            46: 
        !            47: <PRE>
2.4       frystyk    48: #include "HTWAIS.h"                            /* WAIS client state machine */
2.1       frystyk    49: </PRE>
                     50: 
                     51: End of WAIS module
                     52: 
                     53: <PRE>
                     54: #ifdef __cplusplus
                     55: } /* end extern C definitions */
                     56: #endif
                     57: 
                     58: #endif
                     59: </PRE>
                     60: 
2.3       frystyk    61: <HR>
                     62: <ADDRESS>
2.5     ! frystyk    63: @(#) $Id: WWWWAIS.html,v 2.4 1996/04/14 01:23:29 frystyk Exp $
2.3       frystyk    64: </ADDRESS>
2.1       frystyk    65: </BODY>
                     66: </HTML>
2.3       frystyk    67: 

Webmaster