/*  This is a named-pipe (socket) device */

PIPE:      
    Handler = L:Pipe-Handler
    Stacksize = 6000
    Priority = 5
    GlobVec = -1
#

/* replacement for NIL: device. Works with some tasks that can't */
/* use NIL: */
NULL:
    Handler = L:null-handler
    Stacksize = 500
    Priority = 5
    GlobVec = 1
#

