lynx-dev
[Top][All Lists]
Advanced

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

Re: LYNX-DEV http://lynx.browser.org/


From: Foteos Macrides
Subject: Re: LYNX-DEV http://lynx.browser.org/
Date: Tue, 08 Apr 1997 10:44:37 -0500 (EST)

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

=========================================================================
 Foteos Macrides            Worcester Foundation for Biomedical Research
 address@hidden         222 Maple Avenue, Shrewsbury, MA 01545
=========================================================================
;
; 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]