Problem compiling latest CVS version

Steven J. Backus backus at math.utah.edu
Fri Apr 12 10:05:12 EDT 2002


> >  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



More information about the FreeTDS mailing list