#ifndef __MENU #define __MENU #include "setup.t" #define BACKGROUND "#ffffff" #define TEXTCOLOR "#000000" #define MENUTEXT "#ffffff" #define MENUCOLOR "#e0e0ff" #define BLACK "#000000" #ifndef NOBODY
#endif #define SEP
#include "ad.t"
#ifdef DEVEL_INDEX LINK(x, Develop Index) #else VLINK(/dev/, Develop Index, Development section front page) #endif #ifdef DEVEL_BUILDS LINK(x, Autobuilds) #else VLINK(/dev/builds.html, Autobuilds, Automated non-stop builds) #endif #ifdef DEVEL_BUILDSTATS LINK(x, Autobuild Stats) #else VLINK(/dev/summary.html, Autobuild Stats, Stats from the autobuilds) #endif #ifdef DEVEL_BUILDHOWTO LINK(x, Autobuild HOWTO) #else VLINK(/dev/howto.html, Autobuild HOWTO, Description on how to run autobuilds) #endif #ifdef DEVEL_RECENT LINK(x, Source Activity) #else VLINK(/dev/sourceactivity.html, Source Activity, Recent activity in the code repo) #endif #ifdef DEVEL_GITSTATS LINK(x, git stats) #else VLINK(/gitstats/, git stats », Lots of statistics from the git repo) #endif #ifdef DEVEL_TRACKER LINK(x, Bugtracker) #else VLINK(https://sourceforge.net/p/curl/bugs/, Bugtracker », Sourceforge bug tracker) #endif #ifdef DEVEL_RELEASENOTES LINK(x, Release Notes) #else VLINK(/dev/release-notes.html, Release Notes, The pending RELEASE-NOTES) #endif #ifdef DEVEL_RELEASEPROC LINK(x, Release Procedure) #else VLINK(/dev/release-procedure.html, Release Procedure, How to release and when) #endif #ifdef DEVEL_SOURCE LINK(x, Source code) #else VLINK(/dev/source.html, Source code, How to get or view the source code) #endif #ifdef DEVEL_CONTRIBUTE LINK(x, Contribute) #else VLINK(/dev/contribute.html, Contribute, How to Contribute) #endif #ifdef DEVEL_INTERNALS LINK(x, Internals) #else VLINK(/dev/internals.html, Internals, Internals described) #endif #ifdef DEVEL_ROADMAP LINK(x, Roadmap) #else VLINK(/dev/roadmap.html, Roadmap, Roadmap for the nearest future) #endif #ifdef DEVEL_RUNTESTS LINK(x, Run Tests) #else VLINK(/dev/runtests.html, Run Tests, How to run the test suite) #endif #ifdef DEVEL_SECURITY LINK(x, Security) #else VLINK(/dev/security.html, Security, Security for curl developers) #endif #ifdef DEVEL_SPECS LINK(x, Specifications) #else VLINK(/rfc/, Specifications, Specs and RFSs that concern us) #endif #ifdef DEVEL_TESTCURL LINK(x, Test curl) #else VLINK(/dev/testcurl.html, Test curl, The automatic curl testing tool) #endif READMEs: #ifdef DEVEL_README_ares LINK(x, ares) #else VLINK(/dev/readme-ares.html, ares, How to build libcurl with ares support) #endif #ifdef DEVEL_README_curl_off_t LINK(x, curl_off_t) #else VLINK(/dev/readme-curl_off_t.html, curl_off_t, curl_off_t explained) #endif #ifdef DEVEL_README_curlx LINK(x, curlx) #else VLINK(/dev/readme-curlx.html, curlx, curlx explained) #endif #ifdef DEVEL_README_encoding LINK(x, encoding) #else VLINK(/dev/readme-encoding.html, encoding, HTTP Content Encoding explained) #endif #ifdef DEVEL_README_hostip LINK(x, hostip) #else VLINK(/dev/readme-hostip.html, hostip, hostip explained) #endif #ifdef DEVEL_README_httpauth LINK(x, httpauth) #else VLINK(/dev/readme-httpauth.html, httpauth, httpauth explained) #endif #ifdef DEVEL_README_http2 LINK(x, http2) #else VLINK(/dev/readme-http2.html, http2, http2 explained) #endif #ifdef DEVEL_README_memoryleak LINK(x, memoryleak) #else VLINK(/dev/readme-memoryleak.html, memoryleak, How to track down memoryleaks) #endif #ifdef DEVEL_README_multi_socket LINK(x, multi_socket) #else VLINK(/dev/readme-multi_socket.html, multi_socket, multi_socket explained) #endif #ifdef DEVEL_README_pingpong LINK(x, pingpong) #else VLINK(/dev/readme-pingpong.html, pingpong, pingpong explained) #endif #ifdef DEVEL_README_pipelining LINK(x, pipelining) #else VLINK(/dev/readme-pipelining.html, pipelining, pipelining explained) #endif | #endif |