Date: Sun, 18 May 1997 15:10:31 -0700 (MST) From: Terry Lambert <terry@lambert.org> To: khetan@iafrica.com Cc: hackers@FreeBSD.ORG Subject: Re: MZ-Telnet ? Message-ID: <199705182210.PAA22855@phaeton.artisoft.com> In-Reply-To: <Pine.BSF.3.96.970518014045.547B-100000@chain.iafrica.com> from "Khetan Gajjar" at May 18, 97 01:49:02 am
next in thread | previous in thread | raw e-mail | index | archive | help
> #if defined(linux) || defined(sgi) || defined(__NetBSD__) || defined(hpux) > int > #else > unsigned long > #endif > inet_aton(cp, addr) > > I'm afraid I don't know how to add a preprocessor definition for FreeBSD :-( > Any help appreciated! Add "|| defined(__FreeBSD__)" to the end of the "#if" line he references. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199705182210.PAA22855>