First attempt at debianization
[erwise] / Cl / WWWLibrary / WWW.h
1 /*      Include file for WorldWideWeb project-wide definitions
2 */
3
4 /*      Formats:
5 */
6
7 #ifndef WWW_H
8 #define WWW_H
9
10 /*      Bit fields describing the capabilities for a node:
11 */
12 #define WWW_READ                1
13 #define WWW_WRITE               2
14 #define WWW_LINK_TO_NODE        4
15 #define WWW_LINK_TO_PART        8
16 #define WWW_LINK_FROM_NODE      16
17 #define WWW_LINK_FROM_PART      32
18 #define WWW_DO_ANYTHING         63
19
20 #endif /* WWW_H */