ArchWizard

DGD/

source navigation ]
diff markup ]
identifier search ]
file search ]
Version: [ 1.0.a0 ] [ 1.1 ] [ 1.2 ] [ 1.2p1 ] [ 1.2p2 ] [ 1.2p3 ] [ 1.2p4 ] [ 1.2.151 ]

  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 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.