lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

LYNX-DEV ver


From: Robert Wilkens
Subject: LYNX-DEV ver
Date: Tue, 8 Apr 1997 13:40:59 -0400 (EDT)

FYI: The release I'm using is 2.7.1.

-Rob

-----------<SNIP>----------------
address@hidden wrote:
>Just wanted to inform you of a compile problem.  I'm building on 
>PowerMax_OS (based on SVR4), and ran into the following problem:
>
>WWW/Library/Implementation/HTFile.c
>
>uses a macro NGROUPS.  That macro does not exist on our system
>(and I suspect others).  The macro I'm guessing was intended is
>NGROUPS_MAX (from <limits.h>).

        You don't indicate what version/code set you are using.
In the formal releases, HTFile.c has:

#ifndef NGROUPS
#ifdef NGROUPS_MAX
#define NGROUPS NGROUPS_MAX
#else
#define NGROUPS 32
#endif /* NGROUPS_MAX */
#endif /* NGROUPS */

which for years now has covered all the bases.

                                Fote

;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

[Prev in Thread] Current Thread [Next in Thread]