[cvs] / netsukuku / src / CITE.h Repository:
ViewVC logotype

View of /netsukuku/src/CITE.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (download) (as text) (annotate)
Wed Jan 3 16:46:49 2007 UTC (3 years, 8 months ago) by alpt
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +8 -0 lines
* rewriting map.[ch] (see m2.[ch])
* Buffer array macros. See :bufarr_t:
    1 /*\
    2  * CITE.h
    3  * ------
    4  *
    5  * The bibliography of the source code.
    6  *
    7  * Use cscope (or grep) to see where each reference is cited.
    8 \*/
    9 
   10 /*\
   11  *
   12  *  * * *  Main documentation  * * *
   13  *
   14 \*/
   15 
   16 /*
   17  * QSPN v2 document
   18  *
   19  * http://netsukuku.freaknet.org/doc/main_doc/qspn.pdf
   20  */
   21 #define CITE_Q2_DOC
   22 
   23 /*
   24  * Netsukuku topology document
   25  *
   26  * http://netsukuku.freaknet.org/doc/main_doc/topology.pdf
   27  */
   28 #define CITE_TOPOLOGY_DOC
   29 
   30 /*
   31  * ANDNA document
   32  *
   33  * http://netsukuku.freaknet.org/doc/main_doc/andna.pdf
   34  */
   35 #define CITE_ANDNA_DOC
   36 
   37 
   38 /*\
   39  *
   40  *  * * *  Misc stuff  * * *
   41 \*/
   42 
   43 /*
   44  * Gcc bug affecting dynamic packed structures
   45  *
   46  * http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27945
   47  */
   48 #define CITE_GCC_STRUCT_BUG
   49 
   50 /*
   51  * CIDR
   52  *
   53  * Classless InterDomain Routing
   54  * http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing
   55  */
   56 #define CITE_CIDR

alpt (at) freaknet (dot) org
ViewVC Help
Powered by ViewVC 1.1-dev