Re: error compiling squid-1.0.9

From: Stephane Bortzmeyer <bortzmeyer@dont-contact.us>
Date: Fri, 23 Aug 96 09:39:48 +0200

On Thursday 22 August 96, at 15 h 37, the keyboard of Edward Henigin
<ed@texas.net> wrote:

> I'm guessing that one solution is to #define INADDR_NONE
> to -1 in config.h?

Probably. That's what I do when I want to port a program to SunOS:

#ifndef INADDR_NONE /* SunOS */
#define INADDR_NONE (-1)
#endif
Received on Fri Aug 23 1996 - 00:41:46 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:32:50 MST