Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
WWWInit.h
Package: arena-beta-2b-src.tar.gz [view]
Upload User: zlh9724
Upload Date: 2007-01-04
Package Size: 1991k
Code Size: 1k
Category:
Browser Client
Development Platform:
Unix_Linux
- /* Non-Mandatory Initialization Module
- NON-MANDATORY INITIALIZATION MODULE
- */
- /*
- ** (c) COPYRIGHT MIT 1995.
- ** Please first read the full copyright statement in the file COPYRIGH.
- */
- /*
- */
- #ifndef WWWINIT_H
- #define WWWINIT_H
- /*
- The core parts of the Library is a framework for adding functionality. It has hooks for
- adding protocol modules, like for example HTTP, FTP, and also for adding streams that
- can convert from one media type to some other type, or presenting the result to the
- user. In the distribution file of the Library you will find a large set of protocol
- modules and streams already implemented. However, in order to use these you need to
- initialize them. This can be done by using the files in the HTInit module. You can
- modify this module as you like to fit your particular needs.
- */
- #ifdef __cplusplus
- extern "C" {
- #endif
- /*
- */
- #include "HTInit.h"
- #include "HTBInit.h"
- /*
- */
- #ifdef __cplusplus
- } /* end extern C definitions */
- #endif
- #endif
- /*
- End of WWWINIT declaration */