abyss_info.h
Go to the documentation of this file.00001 #ifndef ABYSS_INFO_H_INCLUDED
00002 #define ABYSS_INFO_H_INCLUDED
00003
00004 #define SERVER_VERSION "1.06"
00005
00006 #define SERVER_HVERSION "XMLRPC_ABYSS/1.06"
00007
00008 #define SERVER_HTML_INFO \
00009 "<p><HR><b><i><a href=\"http:\057\057xmlrpc-c.sourceforge.net\">" \
00010 "ABYSS Web Server for XML-RPC For C/C++</a></i></b> " \
00011 "version "SERVER_VERSION"<br>" \
00012 "</p>"
00013
00014 #define SERVER_PLAIN_INFO \
00015 CRLF "----------------------------------------" \
00016 "----------------------------------------" \
00017 CRLF "ABYSS Web Server for XML-RPC For C/C++ " \
00018 "version "SERVER_VERSION CRLF"See xmlrpc-c.sourceforge.net"
00019
00020 #endif