> > config.c:523: `INADDR_NONE' undeclared (first use in this function) > > config.c:523: (Each undeclared identifier is reported only once > > config.c:523: for each function it appears in.) Put: #define INADDR_NONE ((in_addr_t) 0xffffffff) in config.c. This is a known bug and will be fixed soon no doubt. Steve