On Thu, 24 Feb 2011, RR - Rod Regier wrote:
DSA2:[DYMAX.LYNX.LYNX2-8-7.WWW.LIBRARY.IMPLEMENTATION]htformat.hstruct _HTPresentation { HTAtom *rep; /* representation name atomized */ HTAtom *rep_out; /* resulting representation */ HTConverter *converter; /* routine to gen the stream stack */ char *command; /* MIME-format command string */ char *testcommand; /* MIME-format test string */ float quality; /* Between 0 (bad) and 1 (good) */ float secs; float secs_per_byte; off_t maxbytes; BOOL get_accept; /* list in "Accept:" for GET */ int accept_opt; /* matches against LYAcceptMedia */ }; GOOGLE "maxbytes" lynx vms htformat.h may supply background From: RR - Rod Regier Sent: February 23, 2011 10:25 AM To: RR - Rod Regier Subject: Lynx 2.8.7 build attempt DYMD::RR_01 10:22:09 (DCL) CPU=00:00:01.75 PF=3844 IO=11945 MEM=319 V:LYNX> @DSA2:[DYMAX.LYNX.LYNX2-8-7]build.com Default directory: DSA2:[DYMAX.LYNX.LYNX2-8-7] Acceptable TCP/IP agents are [1] MULTINET (default) [2] UCX [3] WIN_TCP [4] CMU_TCP [5] SOCKETSHR_TCP [6] TCPWARE [7] DECNET [8] TCPIP Agent [1,2,3,4,5,6,7,8] (RETURN = [1]) 8 $! $! Build the WWWLibrary $! $ set default [.WWW.Library.VMS] $ v1 = f$verify(v0) $ show sym cc CC = "CC/DECC/PREFIX=ALL /NOMEMBER /WARNING=(DISABLE=IMPLICITFUNC) /DEFINE=(TC PIP,ACCESS_AUTH,_DECC_V4_SOURCE,TCPIP_SERVICES) /INCLUDE=([-.IMPLEMENTATION],[-- -.SRC],[---.SRC.CHRTRANS],[---])" $ cc [-.Implementation]HTString.c
just reading the source, I'd expect types.h to be included via this chain: HTString.c includes HTUtils.h HTUtils.h includes www_tcp.h www_tcp.h includes types.h (ifdef'd by TCPIP_SERVICES). -- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net _______________________________________________ Lynx-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lynx-dev
