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