#define LINK(l,t) t
#define VLINK(l,t,itle)
#ifdef CURL_MAIN
LINK("http://curl.haxx.se/", Front Page)
#else
VLINK("http://curl.haxx.se/", Front Page, curl site front page)
#endif
#ifdef CURL_DOWNLOAD
LINK("http://curl.haxx.se/download.html", Download)
#else
VLINK("http://curl.haxx.se/download.html", Download, Get curl packages)
#endif
#ifdef CURL_CHANGES
LINK("http://curl.haxx.se/changes.html", Changelog)
#else
VLINK("http://curl.haxx.se/changes.html", Changelog, The changes done in releases)
#endif
#ifdef CURL_DOCS
LINK("http://curl.haxx.se/docs/", Docs)
#include "docmenu.t"
#else
VLINK("http://curl.haxx.se/docs/", Docs », curl documentation)
#endif
#ifdef CURL_NEWS
LINK("http://curl.haxx.se/news.html", News)
#else
VLINK("http://curl.haxx.se/news.html", News, Recent events and news in the project)
#endif
#ifdef CURL_MAIL
LINK("http://curl.haxx.se/mail/", Mailing Lists)
#else
VLINK("http://curl.haxx.se/mail/", Mailing Lists, Mailing List info and archives)
#endif
#ifdef CURL_DEVEL
LINK("http://curl.haxx.se/dev/", Development)
#else
VLINK("http://curl.haxx.se/dev/", Development », Resources for development and developers)
#endif
#if 0
#ifdef CURL_FEEDBACK
LINK("http://curl.haxx.sehttp://curl.haxx.se/feedback/", Feedback)
#else
VLINK("http://curl.haxx.sehttp://curl.haxx.se/feedback/", Feedback, Provide or read others feedback on curl and the site)
#endif
#endif
VLINK("http://curl.haxx.se/libcurl/", libcurl », libcurl web site section)
#ifdef CURL_SUPPORT
LINK("http://curl.haxx.se/support.html", Support)
#else
VLINK("http://curl.haxx.se/support.html", Support, Buy commercial support from these companies)
#endif
#ifdef CURL_SEARCH
LINK("http://curl.haxx.se/search.html", Search)
#else
VLINK("http://curl.haxx.se/search.html", Search, Search the curl web site)
#endif
#ifdef INDEX_HTML
#include "sflogo-main.html"
#else
#include "sflogo.html"
#endif
|
#endif
|