#ifdef NDEBUG #define SERVERVERSION "harvid " ICSVERSION " ["ICSARCH"]" #else #define SERVERVERSION "harvid " ICSVERSION " ["ICSARCH" debug]" #endif #define HTMLBODYPERC(P) \ "" \ "
\"Harvid\"
\n" #define HTMLBODY HTMLBODYPERC("%") #define CENTERDIV \ "
\n" #define HTMLFOOTER \ "
"SERVERVERSION" at %s:%i
" #define ERRFOOTER \ "
"SERVERVERSION"
\n" #define OK200MSG(TXT) \ DOCTYPE HTMLOPEN "harvid admin" HTMLBODYPERC("") "

OK. " TXT " command successful

" ERRFOOTER