1 # define USR "/usr" /* default user directory */
2
3 # undef SYS_PERSISTENT /* off by default */
4 # undef SYS_DATAGRAMS /* off by default */
5
6 # ifdef __SKOTOS__
7 # define SYS_NETWORKING /* Skotos server has networking capabilities */
8 # endif
9
10 # ifdef SYS_NETWORKING
11 # define TELNET_PORT 6047 /* default telnet port */
12 # define BINARY_PORT 6048 /* default binary port */
13 # endif
14
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.