lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev Re: dev17 problem (still)


From: Philip Webb
Subject: Re: lynx-dev Re: dev17 problem (still)
Date: Fri, 19 Feb 1999 10:18:29 -0500 (EST)

990218 Thomas Dickey wrote:
> 990218 Kim DeVaughn wrote:
>> what *is*  inet_addr  and what is it used for? 
> It's a function that came unstuck with Klaus' recent change
> I made a test to pick up that or a couple of alternatives.
> But it works on the machines I've tested.
>> problems relating to the  inet_addr  thingy started  3 - 4  versions ago.
>> There was a distribution that would not build at all
>> without applying a patch that someone (don't recall who) posted 
>> shortly after the distribution announcement was made.
>> With their patch, that distribution built fine. 
>> you noted the problem (in response to their patch posting), 
>> and the next distribution *did* build without any patching,
>> *but* the above warning began getting issued then
>> and has been continuing on all distributions since.

KW & TD seem to be closing in on this one:
is there a simple change/addition i can apply by hand ...
  
>> All of which probably has nothing to do with PW's problem,
>> but may be indicative of a different continuing build quirk/problem
>> that should be looked at, and/or fixed.

... thereby determining whether this & my big problem are related?
 
> A copy of the config.log might show me what's going wrong with the script
> (actually config.cache and config.status, too).
 
meanwhile, there remain  2  problems:
2-8-2dev.17 is not recognising  --libdir , hence misplacing  lynx.cfg ;
there's a basic problem at keyboard/screen level (see earlier accounts).

appended are my configure script,  config.log/cache/status ,
& diffs of  config.cache  &  lynx_cfg.h  for 2-8-1rel.1 & 2-8-2dev.17 :
that should be enough to get brains working.
i'ld rather not have to compile earlier versions to track the change down,
but i could start with dev.9 , then keep dividing by 2
(it would take  c 2 hrs each ) ...

configure script:

./configure --disable-echo \
--prefix=$HOME/ld17/lynx2-8-2 --exec-prefix=$HOME/ld17/lynx2-8-2 \
--libdir=$HOME/ld17/lynx2-8-2 --mandir=$HOME/ld17/lynx2-8-2/lynx_help \
--enable-nsl-fork --enable-persistent-cookies \
--disable-dired --disable-long-list --disable-debug

2-8-2dev.17: config.log :

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:616: checking host system type
configure:641: checking for gcc
configure:671: checking for cc
configure:754: checking whether the C compiler (cc  ) works
configure:770: cc -o conftest    conftest.c  1>&5
configure:796: checking whether the C compiler (cc  ) is a cross-compiler
configure:801: checking whether we are using GNU C
configure:810: cc -E conftest.c
configure:829: checking whether cc accepts -g
configure:861: checking how to run the C preprocessor
configure:882: cc -E  conftest.c >/dev/null 2>conftest.out
configure:943: checking for ranlib
configure:971: checking whether make sets ${MAKE}
configure:999: checking for style of include in makefiles
configure:1061: checking for a BSD compatible install
configure:1118: checking for lint
configure:1149: checking for AIX
configure:1173: checking for POSIXized ISC
configure:1199: checking if you want to see long compiling messages
configure:1247: checking if you want to check memory-leaks
configure:1271: checking if you want to enable debug-code
configure:1453: checking for ANSI C header files
configure:1466: cc -E  conftest.c >/dev/null 2>conftest.out
configure:1533: cc -o conftest    conftest.c  1>&5
configure:1557: checking for working const
configure:1611: cc -c   conftest.c 1>&5
configure:1632: checking for inline
configure:1646: cc -c   conftest.c 1>&5
cfe: Error: configure, line 1642: Syntax Error
 } inline foo() {
 ---------^
configure: failed program was:
#line 1639 "configure"
#include "confdefs.h"

int main() {
} inline foo() {
; return 0; }
configure:1646: cc -c   conftest.c 1>&5
cfe: Error: configure, line 1642: Syntax Error
 } __inline__ foo() {
 -------------^
configure: failed program was:
#line 1639 "configure"
#include "confdefs.h"

int main() {
} __inline__ foo() {
; return 0; }
configure:1646: cc -c   conftest.c 1>&5
configure:1672: checking for off_t
configure:1705: checking for size_t
configure:1740: checking for working alloca.h
configure:1752: cc -o conftest    conftest.c  1>&5
configure:1773: checking for alloca
configure:1806: cc -o conftest    conftest.c  1>&5
configure:1975: checking for unistd.h
configure:1985: cc -E  conftest.c >/dev/null 2>conftest.out
configure:2014: checking for getpagesize
configure:2042: cc -o conftest    conftest.c  1>&5
configure:2067: checking for working mmap
configure:2215: cc -o conftest    conftest.c  1>&5
configure:2243: checking for argz.h
configure:2253: cc -E  conftest.c >/dev/null 2>conftest.out
cfe: Error: configure: 2249: Cannot open file argz.h for #include
configure: failed program was:
#line 2248 "configure"
#include "confdefs.h"
#include <argz.h>
configure:2243: checking for limits.h
configure:2253: cc -E  conftest.c >/dev/null 2>conftest.out
configure:2243: checking for locale.h
configure:2253: cc -E  conftest.c >/dev/null 2>conftest.out
configure:2243: checking for nl_types.h
configure:2253: cc -E  conftest.c >/dev/null 2>conftest.out
configure:2243: checking for malloc.h
configure:2253: cc -E  conftest.c >/dev/null 2>conftest.out
configure:2243: checking for string.h
configure:2253: cc -E  conftest.c >/dev/null 2>conftest.out
configure:2243: checking for unistd.h
configure:2243: checking for values.h
configure:2253: cc -E  conftest.c >/dev/null 2>conftest.out
configure:2243: checking for sys/param.h
configure:2253: cc -E  conftest.c >/dev/null 2>conftest.out
configure:2283: checking for getcwd
configure:2311: cc -o conftest    conftest.c  1>&5
configure:2283: checking for munmap
configure:2311: cc -o conftest    conftest.c  1>&5
configure:2283: checking for putenv
configure:2311: cc -o conftest    conftest.c  1>&5
configure:2283: checking for setenv
configure:2311: cc -o conftest    conftest.c  1>&5
ld32: ERROR 33: Unresolved text symbol "setenv" -- 1st referenced by conftest.o.
ld32: INFO 60: Output file removed because of error.
configure: failed program was:
#line 2288 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char setenv(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char setenv();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_setenv) || defined (__stub___setenv)
choke me
#else
setenv();
#endif

; return 0; }
configure:2283: checking for setlocale
configure:2311: cc -o conftest    conftest.c  1>&5
configure:2283: checking for strchr
configure:2311: cc -o conftest    conftest.c  1>&5
configure:2283: checking for strcasecmp
configure:2311: cc -o conftest    conftest.c  1>&5
configure:2283: checking for __argz_count
configure:2311: cc -o conftest    conftest.c  1>&5
ld32: ERROR 33: Unresolved text symbol "__argz_count" -- 1st referenced by 
conftest.o.
ld32: INFO 60: Output file removed because of error.
configure: failed program was:
#line 2288 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char __argz_count(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char __argz_count();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub___argz_count) || defined (__stub_____argz_count)
choke me
#else
__argz_count();
#endif

; return 0; }
configure:2283: checking for __argz_stringify
configure:2311: cc -o conftest    conftest.c  1>&5
ld32: ERROR 33: Unresolved text symbol "__argz_stringify" -- 1st referenced by 
conftest.o.
ld32: INFO 60: Output file removed because of error.
configure: failed program was:
#line 2288 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char __argz_stringify(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char __argz_stringify();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub___argz_stringify) || defined (__stub_____argz_stringify)
choke me
#else
__argz_stringify();
#endif

; return 0; }
configure:2283: checking for __argz_next
configure:2311: cc -o conftest    conftest.c  1>&5
ld32: ERROR 33: Unresolved text symbol "__argz_next" -- 1st referenced by 
conftest.o.
ld32: INFO 60: Output file removed because of error.
configure: failed program was:
#line 2288 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char __argz_next(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char __argz_next();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub___argz_next) || defined (__stub_____argz_next)
choke me
#else
__argz_next();
#endif

; return 0; }
configure:2340: checking for stpcpy
configure:2368: cc -o conftest    conftest.c  1>&5
ld32: ERROR 33: Unresolved text symbol "stpcpy" -- 1st referenced by conftest.o.
ld32: INFO 60: Output file removed because of error.
configure: failed program was:
#line 2345 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char stpcpy(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char stpcpy();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_stpcpy) || defined (__stub___stpcpy)
choke me
#else
stpcpy();
#endif

; return 0; }
configure:2402: checking for LC_MESSAGES
configure:2414: cc -o conftest    conftest.c  1>&5
configure:2435: checking whether NLS is requested
configure:3469: checking if you want full utility pathnames
configure:3490: checking for system mailer
configure:3517: checking system mail flags
configure:3545: checking for chmod
configure:3622: checking for compress
configure:3699: checking for cp
configure:3776: checking for gzip
configure:3853: checking for mkdir
configure:3930: checking for mv
configure:4007: checking for rm
configure:4084: checking for tar
configure:4161: checking for touch
configure:4238: checking for gunzip
configure:4315: checking for unzip
configure:4392: checking for bzip2
configure:4469: checking for uudecode
configure:4546: checking for zcat
configure:4623: checking for zip
configure:4700: checking for telnet
configure:4777: checking for tn3270
configure:4854: checking for rlogin
configure:4950: checking for cc option to accept ANSI C
configure:4990: cc -c  -DCC_HAS_PROTOS  conftest.c 1>&5
configure:5018: checking for working const
configure:5396: checking if you want socks library
configure:5416: checking if you want socks5 library
configure:5620: checking for network libraries
configure:5631: checking for gethostname
configure:5659: cc -o conftest    conftest.c  1>&5
configure:5797: checking for -linet
configure:5811: cc -o conftest    conftest.c -linet   1>&5
ld32: FATAL 9: I/O error (-linet): No such file or directory
configure: failed program was:
#line 5804 "configure"
#include "confdefs.h"

int main() {
main()
; return 0; }
configure:5834: checking for socket
configure:5862: cc -o conftest    conftest.c  1>&5
configure:6001: checking for gethostbyname
configure:6029: cc -o conftest    conftest.c  1>&5
configure:6112: checking for strcasecmp
configure:6228: checking for inet_aton function
configure:6245: cc -o conftest    conftest.c   1>&5
cfe: Error: /usr/include/sys/socket.h, line 164: Syntax Error
        uid_t            *rlu_uidp;
 ----   ^
cfe: Error: /usr/include/sys/socket.h, line 164: Empty declaration specifiers
        uid_t            *rlu_uidp;
 ----   -----           --^
cfe: Error: /usr/include/sys/socket.h, line 165: Syntax Error
 };
 ^
cfe: Warning 625: /usr/include/sys/socket.h, line 165: Empty declaration
 };
 -^
cfe: Error: /usr/include/sys/socket.h, line 233: Syntax Error
        dev_t           dev;     
        ^
cfe: Error: /usr/include/sys/socket.h, line 233: Empty declaration specifiers
        dev_t           dev;     
        ----------------^
cfe: Error: /usr/include/sys/socket.h, line 235: Syntax Error
 };
 ^
cfe: Warning 625: /usr/include/sys/socket.h, line 235: Empty declaration
 };
 -^
cfe: Error: /usr/include/sys/socket.h, line 283: Syntax Error
        caddr_t msg_name;                
        ^
cfe: Error: /usr/include/sys/socket.h, line 283: Empty declaration specifiers
        caddr_t msg_name;                
        ------- ^
cfe: Error: /usr/include/sys/socket.h, line 287: Syntax Error
        caddr_t msg_accrights;           
        ------- ^
cfe: Error: /usr/include/sys/socket.h, line 287: Empty declaration specifiers
        caddr_t msg_accrights;           
        ------- ^
cfe: Error: /usr/include/sys/socket.h, line 289: Syntax Error
 };
 ^
cfe: Warning 625: /usr/include/sys/socket.h, line 289: Empty declaration
 };
 -^
configure: failed program was:
#line 6234 "configure"
#include "confdefs.h"

#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>

int main() {
inet_aton(0, (struct in_addr *)0)
; return 0; }
configure:6265: checking for inet_addr function
configure:6282: cc -o conftest    conftest.c   1>&5
cfe: Error: /usr/include/sys/socket.h, line 164: Syntax Error
        uid_t            *rlu_uidp;
 ----   ^
cfe: Error: /usr/include/sys/socket.h, line 164: Empty declaration specifiers
        uid_t            *rlu_uidp;
 ----   -----           --^
cfe: Error: /usr/include/sys/socket.h, line 165: Syntax Error
 };
 ^
cfe: Warning 625: /usr/include/sys/socket.h, line 165: Empty declaration
 };
 -^
cfe: Error: /usr/include/sys/socket.h, line 233: Syntax Error
        dev_t           dev;     
        ^
cfe: Error: /usr/include/sys/socket.h, line 233: Empty declaration specifiers
        dev_t           dev;     
        ----------------^
cfe: Error: /usr/include/sys/socket.h, line 235: Syntax Error
 };
 ^
cfe: Warning 625: /usr/include/sys/socket.h, line 235: Empty declaration
 };
 -^
cfe: Error: /usr/include/sys/socket.h, line 283: Syntax Error
        caddr_t msg_name;                
        ^
cfe: Error: /usr/include/sys/socket.h, line 283: Empty declaration specifiers
        caddr_t msg_name;                
        ------- ^
cfe: Error: /usr/include/sys/socket.h, line 287: Syntax Error
        caddr_t msg_accrights;           
        ------- ^
cfe: Error: /usr/include/sys/socket.h, line 287: Empty declaration specifiers
        caddr_t msg_accrights;           
        ------- ^
cfe: Error: /usr/include/sys/socket.h, line 289: Syntax Error
 };
 ^
cfe: Warning 625: /usr/include/sys/socket.h, line 289: Empty declaration
 };
 -^
configure: failed program was:
#line 6271 "configure"
#include "confdefs.h"

#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
    
int main() {
inet_addr(0)
; return 0; }
configure:6297: checking for library with inet_addr
configure:6318: cc -o conftest    conftest.c   -lbind 1>&5
cfe: Error: /usr/include/sys/socket.h, line 164: Syntax Error
        uid_t            *rlu_uidp;
 ----   ^
cfe: Error: /usr/include/sys/socket.h, line 164: Empty declaration specifiers
        uid_t            *rlu_uidp;
 ----   -----           --^
cfe: Error: /usr/include/sys/socket.h, line 165: Syntax Error
 };
 ^
cfe: Warning 625: /usr/include/sys/socket.h, line 165: Empty declaration
 };
 -^
cfe: Error: /usr/include/sys/socket.h, line 233: Syntax Error
        dev_t           dev;     
        ^
cfe: Error: /usr/include/sys/socket.h, line 233: Empty declaration specifiers
        dev_t           dev;     
        ----------------^
cfe: Error: /usr/include/sys/socket.h, line 235: Syntax Error
 };
 ^
cfe: Warning 625: /usr/include/sys/socket.h, line 235: Empty declaration
 };
 -^
cfe: Error: /usr/include/sys/socket.h, line 283: Syntax Error
        caddr_t msg_name;                
        ^
cfe: Error: /usr/include/sys/socket.h, line 283: Empty declaration specifiers
        caddr_t msg_name;                
        ------- ^
cfe: Error: /usr/include/sys/socket.h, line 287: Syntax Error
        caddr_t msg_accrights;           
        ------- ^
cfe: Error: /usr/include/sys/socket.h, line 287: Empty declaration specifiers
        caddr_t msg_accrights;           
        ------- ^
cfe: Error: /usr/include/sys/socket.h, line 289: Syntax Error
 };
 ^
cfe: Warning 625: /usr/include/sys/socket.h, line 289: Empty declaration
 };
 -^
configure: failed program was:
#line 6307 "configure"
#include "confdefs.h"

#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
                
int main() {
inet_addr(0)
; return 0; }
configure:6318: cc -o conftest    conftest.c   -lresolv 1>&5
cfe: Error: /usr/include/sys/socket.h, line 164: Syntax Error
        uid_t            *rlu_uidp;
 ----   ^
cfe: Error: /usr/include/sys/socket.h, line 164: Empty declaration specifiers
        uid_t            *rlu_uidp;
 ----   -----           --^
cfe: Error: /usr/include/sys/socket.h, line 165: Syntax Error
 };
 ^
cfe: Warning 625: /usr/include/sys/socket.h, line 165: Empty declaration
 };
 -^
cfe: Error: /usr/include/sys/socket.h, line 233: Syntax Error
        dev_t           dev;     
        ^
cfe: Error: /usr/include/sys/socket.h, line 233: Empty declaration specifiers
        dev_t           dev;     
        ----------------^
cfe: Error: /usr/include/sys/socket.h, line 235: Syntax Error
 };
 ^
cfe: Warning 625: /usr/include/sys/socket.h, line 235: Empty declaration
 };
 -^
cfe: Error: /usr/include/sys/socket.h, line 283: Syntax Error
        caddr_t msg_name;                
        ^
cfe: Error: /usr/include/sys/socket.h, line 283: Empty declaration specifiers
        caddr_t msg_name;                
        ------- ^
cfe: Error: /usr/include/sys/socket.h, line 287: Syntax Error
        caddr_t msg_accrights;           
        ------- ^
cfe: Error: /usr/include/sys/socket.h, line 287: Empty declaration specifiers
        caddr_t msg_accrights;           
        ------- ^
cfe: Error: /usr/include/sys/socket.h, line 289: Syntax Error
 };
 ^
cfe: Warning 625: /usr/include/sys/socket.h, line 289: Empty declaration
 };
 -^
configure: failed program was:
#line 6307 "configure"
#include "confdefs.h"

#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
                
int main() {
inet_addr(0)
; return 0; }
configure:6345: checking for screen type
configure:6380: checking for initscr
configure:6408: cc -o conftest    conftest.c   1>&5
ld32: ERROR 33: Unresolved text symbol "initscr" -- 1st referenced by 
conftest.o.
ld32: INFO 60: Output file removed because of error.
configure: failed program was:
#line 6385 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char initscr(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char initscr();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_initscr) || defined (__stub___initscr)
choke me
#else
initscr();
#endif

; return 0; }
configure:6582: checking for tgoto
configure:6610: cc -o conftest    conftest.c   1>&5
ld32: ERROR 33: Unresolved text symbol "tgoto" -- 1st referenced by conftest.o.
ld32: INFO 60: Output file removed because of error.
configure: failed program was:
#line 6587 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char tgoto(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char tgoto();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_tgoto) || defined (__stub___tgoto)
choke me
#else
tgoto();
#endif

; return 0; }
configure:6631: checking for tgoto in -ltermcap
configure:6650: cc -o conftest    conftest.c -ltermcap    1>&5
configure:6680: checking for initscr in -lcursesX
configure:6699: cc -o conftest    conftest.c -lcursesX  -ltermcap   1>&5
ld32: FATAL 9: I/O error (-lcursesX): No such file or directory
configure: failed program was:
#line 6688 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char initscr();

int main() {
initscr()
; return 0; }
configure:6680: checking for initscr in -lcurses
configure:6699: cc -o conftest    conftest.c -lcurses  -ltermcap   1>&5
configure:6748: checking if we need both curses and termcap libraries
configure:6757: cc -o conftest    conftest.c -lcurses   1>&5
configure:6796: checking for curses performance tradeoff
configure:6817: cc -c   conftest.c 1>&5
cfe: Error: configure, line 6811: Syntax Error
        int x = ;        
        --------^
configure: failed program was:
#line 6803 "configure"
#include "confdefs.h"

#include <curses.h>
int main() {

#if defined(wbkgdset) && defined(clearok) && defined(getbkgd)
        int x = ERR;
#else
        int x = ;       /* force an error */
#endif
        
; return 0; }
configure:8005: checking for location of config-file
configure:8015: checking for ANSI C header files
configure:8119: checking whether time.h and sys/time.h may both be included
configure:8133: cc -c   conftest.c 1>&5
configure:8158: checking for dirent.h that defines DIR
configure:8171: cc -c   conftest.c 1>&5
configure:8196: checking for opendir in -ldir
configure:8215: cc -o conftest    conftest.c -ldir  -lcurses   1>&5
ld32: FATAL 9: I/O error (-ldir): No such file or directory
configure: failed program was:
#line 8204 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char opendir();

int main() {
opendir()
; return 0; }
configure:8295: checking for fcntl.h
configure:8305: cc -E  conftest.c >/dev/null 2>conftest.out
configure:8295: checking for limits.h
configure:8295: checking for stdlib.h
configure:8305: cc -E  conftest.c >/dev/null 2>conftest.out
configure:8295: checking for string.h
configure:8295: checking for sys/fcntl.h
configure:8305: cc -E  conftest.c >/dev/null 2>conftest.out
configure:8295: checking for sys/filio.h
configure:8305: cc -E  conftest.c >/dev/null 2>conftest.out
configure:8295: checking for sys/ioctl.h
configure:8305: cc -E  conftest.c >/dev/null 2>conftest.out
configure:8295: checking for sys/param.h
configure:8295: checking for sys/time.h
configure:8305: cc -E  conftest.c >/dev/null 2>conftest.out
configure:8295: checking for termio.h
configure:8305: cc -E  conftest.c >/dev/null 2>conftest.out
configure:8295: checking for termios.h
configure:8305: cc -E  conftest.c >/dev/null 2>conftest.out
configure:8295: checking for unistd.h
configure:8333: checking termio.h and termios.h
configure:8352: cc -c   conftest.c 1>&5
configure:8375: checking for sys/wait.h
configure:8385: cc -E  conftest.c >/dev/null 2>conftest.out
configure:8513: checking for union wait
configure:8530: cc -o conftest    conftest.c -lcurses   1>&5
ld32: WARNING 84: /usr/lib/libcurses.so is not used for resolving any symbol.
compiles ok w/o union wait
configure:8655: checking for stdarg.h
configure:8665: cc -E  conftest.c >/dev/null 2>conftest.out
configure:8655: checking for varargs.h
configure:8665: cc -E  conftest.c >/dev/null 2>conftest.out
configure:8692: checking for standard varargs
configure:8713: cc -c   conftest.c 1>&5
configure:8733: checking for uid_t in sys/types.h
configure:8767: checking type of array argument to getgroups
configure:8800: cc -o conftest    conftest.c -lcurses   1>&5
ld32: WARNING 84: /usr/lib/libcurses.so is not used for resolving any symbol.
configure:8838: checking for pid_t
configure:8871: checking for uid_t in sys/types.h
configure:8905: checking for mode_t
configure:8941: checking for vfork.h
configure:8951: cc -E  conftest.c >/dev/null 2>conftest.out
cfe: Error: configure: 8947: Cannot open file vfork.h for #include
configure: failed program was:
#line 8946 "configure"
#include "confdefs.h"
#include <vfork.h>
configure:8976: checking for working vfork
configure:9127: cc -o conftest    conftest.c -lcurses   1>&5
cfe: Warning 630: configure, line 9074: The number of arguments doesn't agree 
with the number in the declaration.
   sparc_address_test ();
 ---------------------^
ld32: WARNING 84: /usr/lib/libcurses.so is not used for resolving any symbol.
ld32: ERROR 33: Unresolved text symbol "vfork" -- 1st referenced by conftest.o.
ld32: INFO 60: Output file removed because of error.
configure: failed program was:
#line 9032 "configure"
#include "confdefs.h"
/* Thanks to Paul Eggert for this test.  */
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#ifdef HAVE_VFORK_H
#include <vfork.h>
#endif
/* On some sparc systems, changes by the child to local and incoming
   argument registers are propagated back to the parent.
   The compiler is told about this with #include <vfork.h>,
   but some compilers (e.g. gcc -O) don't grok <vfork.h>.
   Test for this by using a static variable whose address
   is put into a register that is clobbered by the vfork.  */
static
#ifdef __cplusplus
sparc_address_test (int arg)
#else
sparc_address_test (arg) int arg;
#endif
{
  static pid_t child;
  if (!child) {
    child = vfork ();
    if (child < 0) {
      perror ("vfork");
      _exit(2);
    }
    if (!child) {
      arg = getpid();
      write(-1, "", 0);
      _exit (arg);
    }
  }
}
main() {
  pid_t parent = getpid ();
  pid_t child;

  sparc_address_test ();

  child = vfork ();

  if (child == 0) {
    /* Here is another test for sparc vfork register problems.
       This test uses lots of local variables, at least
       as many local variables as main has allocated so far
       including compiler temporaries.  4 locals are enough for
       gcc 1.40.3 on a Solaris 4.1.3 sparc, but we use 8 to be safe.
       A buggy compiler should reuse the register of parent
       for one of the local variables, since it will think that
       parent can't possibly be used any more in this routine.
       Assigning to the local variable will thus munge parent
       in the parent process.  */
    pid_t
      p = getpid(), p1 = getpid(), p2 = getpid(), p3 = getpid(),
      p4 = getpid(), p5 = getpid(), p6 = getpid(), p7 = getpid();
    /* Convince the compiler that p..p7 are live; otherwise, it might
       use the same hardware register for all 8 local variables.  */
    if (p != p1 || p != p2 || p != p3 || p != p4
        || p != p5 || p != p6 || p != p7)
      _exit(1);

    /* On some systems (e.g. IRIX 3.3),
       vfork doesn't separate parent from child file descriptors.
       If the child closes a descriptor before it execs or exits,
       this munges the parent's descriptor as well.
       Test for this by closing stdout in the child.  */
    _exit(close(fileno(stdout)) != 0);
  } else {
    int status;
    struct stat st;

    while (wait(&status) != child)
      ;
    exit(
         /* Was there some problem with vforking?  */
         child < 0

         /* Did the child fail?  (This shouldn't happen.)  */
         || status

         /* Did the vfork/compiler bug occur?  */
         || parent != getpid()

         /* Did the file descriptor bug occur?  */
         || fstat(fileno(stdout), &st) != 0
         );
  }
}
configure:9151: checking if we should use fcntl or ioctl
configure:9169: cc -o conftest    conftest.c -lcurses   1>&5
ld32: WARNING 84: /usr/lib/libcurses.so is not used for resolving any symbol.
configure:9218: checking for broken/missing definition of remove
configure:9231: cc -o conftest    conftest.c -lcurses   1>&5
ld32: WARNING 84: /usr/lib/libcurses.so is not used for resolving any symbol.
configure:9271: checking for lstat
configure:9286: cc -o conftest    conftest.c -lcurses   1>&5
ld32: WARNING 84: /usr/lib/libcurses.so is not used for resolving any symbol.
configure:9320: checking for cuserid
configure:9348: cc -o conftest    conftest.c -lcurses   1>&5
ld32: WARNING 84: /usr/lib/libcurses.so is not used for resolving any symbol 
main()
{
        FILE *fp = fopen("out22695", "w");
#ifdef NCURSES_VERSION
# ifdef NCURSES_VERSION_PATCH
        fprintf(fp, "%s.%d\n", NCURSES_VERSION, NCURSES_VERSION_PATCH);
# else
        fprintf(fp, "%s\n", NCURSES_VERSION);
# endif
#else
# ifdef __NCURSES_H
        fprintf(fp, "old\n");
# else
        make an error
# endif
#endif
        exit(0);
}
configure:10227: checking if curses supports color attributes
configure:10248: cc -o conftest    conftest.c -lcurses   1>&5
configure:10275: checking declaration of size-change
configure:10328: cc -c   conftest.c 1>&5
size-change succeeded ()
configure:10360: checking if ttytype is declared in curses library
configure:10373: cc -o conftest    conftest.c -lcurses   1>&5
configure:10401: checking for cbreak
configure:10429: cc -o conftest    conftest.c -lcurses   1>&5
configure:10401: checking for define_key
configure:10429: cc -o conftest    conftest.c -lcurses   1>&5
ld32: WARNING 84: /usr/lib/libcurses.so is not used for resolving any symbol.
ld32: ERROR 33: Unresolved text symbol "define_key" -- 1st referenced by 
conftest.o.
ld32: INFO 60: Output file removed because of error.
configure: failed program was:
#line 10406 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char define_key(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char define_key();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_define_key) || defined (__stub___define_key)
choke me
#else
define_key();
#endif

; return 0; }
configure:10401: checking for keypad
configure:10429: cc -o conftest    conftest.c -lcurses   1>&5
configure:10401: checking for use_default_colors
configure:10429: cc -o conftest    conftest.c -lcurses   1>&5
ld32: WARNING 84: /usr/lib/libcurses.so is not used for resolving any symbol.
ld32: ERROR 33: Unresolved text symbol "use_default_colors" -- 1st referenced 
by conftest.o.
ld32: INFO 60: Output file removed because of error.
configure: failed program was:
#line 10406 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char use_default_colors(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char use_default_colors();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_use_default_colors) || defined (__stub___use_default_colors)
choke me
#else
use_default_colors();
#endif

; return 0; }
configure:10401: checking for wborder
configure:10429: cc -o conftest    conftest.c -lcurses   1>&5
configure:10459: checking if new-style forms-based options screen should be used
configure:10483: checking if old-style options menu should be used
configure:10507: checking if configuration info should be browsable
configure:10531: checking if experimental alternative line-edit bindings should 
be used
configure:10555: checking if experimental keyboard-layout logic should be used
configure:10579: checking if experimental persistent-cookie logic should be used
configure:10603: checking if color-style code should be used
configure:10664: checking if partial-display should be used
configure:10718: checking if you want to use extended HTML DTD logic
configure:10742: checking if you want to use external commands
configure:10766: checking if you want to use setfont support
configure:10790: checking if you want cgi-link support
configure:10809: checking if you want exec-links support
configure:10828: checking if you want exec-scripts support
configure:10847: checking if you want internal-links feature
configure:10871: checking if you want to fork NSL requests
configure:10895: checking if you want to log URL requests via syslog
configure:10919: checking if you want to underline links
configure:10943: checking if help files should be gzip'ed
configure:10972: checking if you want to use zlib for decompression of some 
gzip files
configure:11125: checking if directory-editor code should be used
configure:11151: checking if you wish to allow extracting from archives via 
DirEd
configure:11170: checking if you wish to allow users to redefine DirEd keys
configure:11196: checking if you wish to allow permissions commands via DirEd
configure:11222: checking if you wish to allow executable-permission commands 
via DirEd
configure:11241: checking if you wish to allow tar commands from DirEd
configure:11267: checking if you wish to allow uudecode commands from DirEd
configure:11293: checking if you wish to allow zip and unzip commands from DirEd
configure:11319: checking if you wish to allow gzip and gunzip commands from 
DirEd
configure:11346: checking if you want long-directory listings
configure:11372: checking if parent-directory references are permitted
configure:11392: checking if we can include termio.h with curses
configure:11410: cc -c  -DHAVE_CONFIG_H -I. -I. -I./src 
-I./WWW/Library/Implementation  conftest.c 1>&5

2-8-2dev.17: config.cache :

# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
# scripts and configure runs.  It is not useful on other systems.
# If it contains results you don't want to keep, you may remove or edit it.
#
# By default, configure uses ./config.cache as the cache file,
# creating it if it does not exist already.  You can give configure
# the --cache-file=FILE option to use a different cache file; that is
# what configure does when it calls configure scripts in
# subdirectories, so they share the cache.
# Giving --cache-file=/dev/null disables caching, for debugging configure.
# config.status only pays attention to the cache file if you give it the
# --recheck option to rerun configure.
#
ac_cv_c_const=${ac_cv_c_const='yes'}
ac_cv_c_inline=${ac_cv_c_inline='__inline'}
ac_cv_func___argz_count=${ac_cv_func___argz_count='no'}
ac_cv_func___argz_next=${ac_cv_func___argz_next='no'}
ac_cv_func___argz_stringify=${ac_cv_func___argz_stringify='no'}
ac_cv_func_alloca_works=${ac_cv_func_alloca_works='yes'}
ac_cv_func_cbreak=${ac_cv_func_cbreak='yes'}
ac_cv_func_cuserid=${ac_cv_func_cuserid='yes'}
ac_cv_func_decl_getgrgid=${ac_cv_func_decl_getgrgid='yes'}
ac_cv_func_decl_getgrnam=${ac_cv_func_decl_getgrnam='yes'}
ac_cv_func_decl_strstr=${ac_cv_func_decl_strstr='yes'}
ac_cv_func_define_key=${ac_cv_func_define_key='no'}
ac_cv_func_getcwd=${ac_cv_func_getcwd='yes'}
ac_cv_func_getgroups=${ac_cv_func_getgroups='yes'}
ac_cv_func_gethostbyname=${ac_cv_func_gethostbyname='yes'}
ac_cv_func_gethostname=${ac_cv_func_gethostname='yes'}
ac_cv_func_getpagesize=${ac_cv_func_getpagesize='yes'}
ac_cv_func_gettimeofday=${ac_cv_func_gettimeofday='yes'}
ac_cv_func_initscr=${ac_cv_func_initscr='no'}
ac_cv_func_keypad=${ac_cv_func_keypad='yes'}
ac_cv_func_lstat=${ac_cv_func_lstat='yes'}
ac_cv_func_mktime=${ac_cv_func_mktime='yes'}
ac_cv_func_mmap_fixed_mapped=${ac_cv_func_mmap_fixed_mapped='yes'}
ac_cv_func_munmap=${ac_cv_func_munmap='yes'}
ac_cv_func_popen=${ac_cv_func_popen='yes'}
ac_cv_func_putenv=${ac_cv_func_putenv='yes'}
ac_cv_func_readdir=${ac_cv_func_readdir='yes'}
ac_cv_func_setenv=${ac_cv_func_setenv='no'}
ac_cv_func_setlocale=${ac_cv_func_setlocale='yes'}
ac_cv_func_socket=${ac_cv_func_socket='yes'}
ac_cv_func_stpcpy=${ac_cv_func_stpcpy='no'}
ac_cv_func_strcasecmp=${ac_cv_func_strcasecmp='yes'}
ac_cv_func_strchr=${ac_cv_func_strchr='yes'}
ac_cv_func_strerror=${ac_cv_func_strerror='yes'}
ac_cv_func_strstr=${ac_cv_func_strstr='yes'}
ac_cv_func_tgoto=${ac_cv_func_tgoto='no'}
ac_cv_func_use_default_colors=${ac_cv_func_use_default_colors='no'}
ac_cv_func_vfork_works=${ac_cv_func_vfork_works='no'}
ac_cv_func_waitpid=${ac_cv_func_waitpid='yes'}
ac_cv_func_wborder=${ac_cv_func_wborder='yes'}
ac_cv_header_alloca_h=${ac_cv_header_alloca_h='yes'}
ac_cv_header_argz_h=${ac_cv_header_argz_h='no'}
ac_cv_header_dirent_dirent_h=${ac_cv_header_dirent_dirent_h='yes'}
ac_cv_header_fcntl_h=${ac_cv_header_fcntl_h='yes'}
ac_cv_header_limits_h=${ac_cv_header_limits_h='yes'}
ac_cv_header_locale_h=${ac_cv_header_locale_h='yes'}
ac_cv_header_malloc_h=${ac_cv_header_malloc_h='yes'}
ac_cv_header_nl_types_h=${ac_cv_header_nl_types_h='yes'}
ac_cv_header_stdarg_h=${ac_cv_header_stdarg_h='yes'}
ac_cv_header_stdc=${ac_cv_header_stdc='yes'}
ac_cv_header_stdlib_h=${ac_cv_header_stdlib_h='yes'}
ac_cv_header_string_h=${ac_cv_header_string_h='yes'}
ac_cv_header_sys_fcntl_h=${ac_cv_header_sys_fcntl_h='yes'}
ac_cv_header_sys_filio_h=${ac_cv_header_sys_filio_h='yes'}
ac_cv_header_sys_ioctl_h=${ac_cv_header_sys_ioctl_h='yes'}
ac_cv_header_sys_param_h=${ac_cv_header_sys_param_h='yes'}
ac_cv_header_sys_time_h=${ac_cv_header_sys_time_h='yes'}
ac_cv_header_sys_wait_h=${ac_cv_header_sys_wait_h='yes'}
ac_cv_header_termio_h=${ac_cv_header_termio_h='yes'}
ac_cv_header_termios_h=${ac_cv_header_termios_h='yes'}
ac_cv_header_time=${ac_cv_header_time='yes'}
ac_cv_header_unistd_h=${ac_cv_header_unistd_h='yes'}
ac_cv_header_values_h=${ac_cv_header_values_h='yes'}
ac_cv_header_varargs_h=${ac_cv_header_varargs_h='yes'}
ac_cv_header_vfork_h=${ac_cv_header_vfork_h='no'}
ac_cv_lib_cursesX_initscr=${ac_cv_lib_cursesX_initscr='no'}
ac_cv_lib_curses_initscr=${ac_cv_lib_curses_initscr='yes'}
ac_cv_lib_dir_opendir=${ac_cv_lib_dir_opendir='no'}
ac_cv_lib_inet=${ac_cv_lib_inet='no'}
ac_cv_lib_termcap_tgoto=${ac_cv_lib_termcap_tgoto='yes'}
ac_cv_path_BZIP2=${ac_cv_path_BZIP2='bzip2'}
ac_cv_path_CHMOD=${ac_cv_path_CHMOD='/bin/chmod'}
ac_cv_path_COMPRESS=${ac_cv_path_COMPRESS='/usr/local/bin/compress'}
ac_cv_path_COPY=${ac_cv_path_COPY='/usr/local/safe/cp'}
ac_cv_path_GZIP=${ac_cv_path_GZIP='/usr/local/bin/gzip'}
ac_cv_path_MKDIR=${ac_cv_path_MKDIR='/bin/mkdir'}
ac_cv_path_MV=${ac_cv_path_MV='/usr/local/safe/mv'}
ac_cv_path_RLOGIN=${ac_cv_path_RLOGIN='/usr/bsd/rlogin'}
ac_cv_path_RM=${ac_cv_path_RM='/usr/local/safe/rm'}
ac_cv_path_TAR=${ac_cv_path_TAR='/bin/tar'}
ac_cv_path_TELNET=${ac_cv_path_TELNET='/usr/bsd/telnet'}
ac_cv_path_TN3270=${ac_cv_path_TN3270='/usr/local/bin/tn3270'}
ac_cv_path_TOUCH=${ac_cv_path_TOUCH='/bin/touch'}
ac_cv_path_UNCOMPRESS=${ac_cv_path_UNCOMPRESS='/usr/local/bin/gunzip'}
ac_cv_path_UNZIP=${ac_cv_path_UNZIP='/usr/local/bin/unzip'}
ac_cv_path_UUDECODE=${ac_cv_path_UUDECODE='/usr/bsd/uudecode'}
ac_cv_path_ZCAT=${ac_cv_path_ZCAT='/usr/local/bin/zcat'}
ac_cv_path_ZIP=${ac_cv_path_ZIP='/usr/local/bin/zip'}
ac_cv_prog_CC=${ac_cv_prog_CC='cc'}
ac_cv_prog_CPP=${ac_cv_prog_CPP='cc -E'}
ac_cv_prog_LINT=${ac_cv_prog_LINT='lint'}
ac_cv_prog_RANLIB=${ac_cv_prog_RANLIB='ranlib'}
ac_cv_prog_cc_cross=${ac_cv_prog_cc_cross='no'}
ac_cv_prog_cc_g=${ac_cv_prog_cc_g='yes'}
ac_cv_prog_cc_works=${ac_cv_prog_cc_works='yes'}
ac_cv_prog_gcc=${ac_cv_prog_gcc='no'}
ac_cv_prog_make_make_set=${ac_cv_prog_make_make_set='yes'}
ac_cv_type_getgroups=${ac_cv_type_getgroups='gid_t'}
ac_cv_type_mode_t=${ac_cv_type_mode_t='yes'}
ac_cv_type_off_t=${ac_cv_type_off_t='yes'}
ac_cv_type_pid_t=${ac_cv_type_pid_t='yes'}
ac_cv_type_size_t=${ac_cv_type_size_t='yes'}
ac_cv_type_uid_t=${ac_cv_type_uid_t='yes'}
am_cv_val_LC_MESSAGES=${am_cv_val_LC_MESSAGES='yes'}
cf_cv_SYSTEM_MAIL=${cf_cv_SYSTEM_MAIL='/usr/lib/sendmail'}
cf_cv_alt_char_set=${cf_cv_alt_char_set='acs_map'}
cf_cv_ansi_cc=${cf_cv_ansi_cc='-DCC_HAS_PROTOS'}
cf_cv_ansi_varargs=${cf_cv_ansi_varargs='yes'}
cf_cv_baddef_remove=${cf_cv_baddef_remove='no'}
cf_cv_bool_defs=${cf_cv_bool_defs='yes'}
cf_cv_color_curses=${cf_cv_color_curses='yes'}
cf_cv_curs_performance=${cf_cv_curs_performance='no'}
cf_cv_dcl_errno=${cf_cv_dcl_errno='yes'}
cf_cv_dcl_sys_errlist=${cf_cv_dcl_sys_errlist='yes'}
cf_cv_dcl_sys_nerr=${cf_cv_dcl_sys_nerr='yes'}
cf_cv_ebcdic=${cf_cv_ebcdic='yes'}
cf_cv_fancy_curses=${cf_cv_fancy_curses='yes'}
cf_cv_fionbio=${cf_cv_fionbio='ioctl'}
cf_cv_have_errno=${cf_cv_have_errno='yes'}
cf_cv_have_inet_addr=${cf_cv_have_inet_addr='no'}
cf_cv_have_inet_aton=${cf_cv_have_inet_aton='no'}
cf_cv_have_sys_errlist=${cf_cv_have_sys_errlist='yes'}
cf_cv_have_sys_nerr=${cf_cv_have_sys_nerr='yes'}
cf_cv_have_ttytype=${cf_cv_have_ttytype='yes'}
cf_cv_have_utmp=${cf_cv_have_utmp='utmpx'}
cf_cv_lib_inet_addr=${cf_cv_lib_inet_addr='no'}
cf_cv_locale=${cf_cv_locale='yes'}
cf_cv_ncurses_header=${cf_cv_ncurses_header='curses.h'}
cf_cv_ncurses_version=${cf_cv_ncurses_version='no'}
cf_cv_netlibs=${cf_cv_netlibs=''}
cf_cv_ngroups=${cf_cv_ngroups='yes'}
cf_cv_screen=${cf_cv_screen='curses'}
cf_cv_sizechange=${cf_cv_sizechange='yes'}
cf_cv_system_mail_flags=${cf_cv_system_mail_flags='-t -oi'}
cf_cv_termio_and_curses=${cf_cv_termio_and_curses='yes'}
cf_cv_termio_and_termios=${cf_cv_termio_and_termios='yes'}
cf_cv_type_unionwait=${cf_cv_type_unionwait='no'}
cf_cv_use_libsocks=${cf_cv_use_libsocks='no'}
cf_cv_use_libsocks5=${cf_cv_use_libsocks5='no'}
nls_cv_header_intl=${nls_cv_header_intl='intl/libintl.h'}
nls_cv_header_libgt=${nls_cv_header_libgt='intl/libgettext.h'}

2-8-2dev.17: config.status :

#! /bin/sh
# Generated automatically by configure.
# Run this file to recreate the current configuration.
# This directory was configured as follows,
# on host chass.utoronto.ca:
#
# ./configure 
#
# Compiler output produced by configure, useful for debugging
# configure, is in ./config.log if it exists.

ac_cs_usage="Usage: ./config.status [--recheck] [--version] [--help]"
for ac_option
do
  case "$ac_option" in
  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
    echo "running ${CONFIG_SHELL-/bin/sh} ./configure  --no-create 
--no-recursion"
    exec ${CONFIG_SHELL-/bin/sh} ./configure  --no-create --no-recursion ;;
  -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
    echo "./config.status generated by autoconf version 2.13.19990117"
    exit 0 ;;
  -help | --help | --hel | --he | --h)
    echo "$ac_cs_usage"; exit 0 ;;
  *) echo "$ac_cs_usage"; exit 1 ;;
  esac
done

ac_given_srcdir=.
ac_given_INSTALL="./install.sh -c"

trap 'rm -fr makefile   WWW/Library/unix/makefile       src/makefile    
src/chrtrans/makefile   
         lynx_cfg.h conftest*; exit 1' 1 2 15

# Protect against being on the right side of a sed subst in config.status.
sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g;
 s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
/^[     ]*VPATH[        ]*=[^:]*$/d

address@hidden@%/bin/sh%g
address@hidden@% %g
address@hidden@%%g
address@hidden@%%g
address@hidden@%%g
address@hidden@%-DHAVE_CONFIG_H%g
address@hidden@%%g
address@hidden@%-lcurses  %g
address@hidden@%${prefix}%g
address@hidden@%/usr/local%g
address@hidden@%s,x,x,%g
address@hidden@%${exec_prefix}/bin%g
address@hidden@%${exec_prefix}/sbin%g
address@hidden@%${exec_prefix}/libexec%g
address@hidden@%${prefix}/share%g
address@hidden@%${prefix}/etc%g
address@hidden@%${prefix}/com%g
address@hidden@%${prefix}/var%g
address@hidden@%${exec_prefix}/lib%g
address@hidden@%${prefix}/include%g
address@hidden@%/usr/include%g
address@hidden@%${prefix}/info%g
address@hidden@%${prefix}/man%g
address@hidden@%mips-sgi-irix5.3%g
address@hidden@%mips-sgi-irix5.3%g
address@hidden@%mips%g
address@hidden@%sgi%g
address@hidden@%irix5.3%g
address@hidden@%cc%g
address@hidden@%cc -E%g
address@hidden@%ranlib%g
address@hidden@%%g
address@hidden@%include %g
address@hidden@%%g
address@hidden@%${INSTALL}%g
address@hidden@%${INSTALL_PROGRAM}%g
address@hidden@%${INSTALL} -m 644%g
address@hidden@%lint%g
address@hidden@%%g
address@hidden@%# compiling%g
address@hidden@%# compiling%g
address@hidden@%%g
address@hidden@%%g
address@hidden@%%g
address@hidden@%%g
address@hidden@%no%g
address@hidden@%%g
address@hidden@%%g
address@hidden@%%g
address@hidden@%%g
address@hidden@%no%g
address@hidden@%%g
address@hidden@%%g
address@hidden@%share%g
address@hidden@% de.gmo es.gmo fr.gmo it.gmo ko.gmo nl.gmo no.gmo pl.gmo pt.gmo 
sl.gmo sv.gmo%g
address@hidden@%%g
address@hidden@%%g
address@hidden@%%g
address@hidden@%%g
address@hidden@% de.po es.po fr.po it.po ko.po nl.po no.po pl.po pt.po sl.po 
sv.po%g
address@hidden@%%g
address@hidden@%#include <locale.h>%g
address@hidden@%%g
address@hidden@%#YES#%g
address@hidden@%./mkdirs.sh%g
address@hidden@%%g
address@hidden@%/usr/local/share%g
address@hidden@%%g
address@hidden@%#%g
address@hidden@%#%g
address@hidden@%/bin/chmod%g
address@hidden@%/usr/local/bin/compress%g
address@hidden@%/usr/local/safe/cp%g
address@hidden@%/usr/local/bin/gzip%g
address@hidden@%/bin/mkdir%g
address@hidden@%/usr/local/safe/mv%g
address@hidden@%/usr/local/safe/rm%g
address@hidden@%/bin/tar%g
address@hidden@%/bin/touch%g
address@hidden@%/usr/local/bin/gunzip%g
address@hidden@%/usr/local/bin/unzip%g
address@hidden@%bzip2%g
address@hidden@%/usr/bsd/uudecode%g
address@hidden@%/usr/local/bin/zcat%g
address@hidden@%/usr/local/bin/zip%g
address@hidden@%/usr/bsd/telnet%g
address@hidden@%/usr/local/bin/tn3270%g
address@hidden@%/usr/bsd/rlogin%g
address@hidden@%%g
address@hidden@%%g
address@hidden@%%g
address@hidden@%%g
address@hidden@%%g
address@hidden@%/bin/sh%g
address@hidden@%#%g

CEOF

# Split the substitutions into bite-sized pieces for seds with
# small command number limits, like on Digital OSF/1 and HP-UX.
ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
ac_file=1 # Number of current file.
ac_beg=1 # First line for current file.
ac_end=$ac_max_sed_cmds # Line after last line for current file.
ac_more_lines=:
ac_sed_cmds=""
while $ac_more_lines; do
  if test $ac_beg -gt 1; then
    sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
  else
    sed "${ac_end}q" conftest.subs > conftest.s$ac_file
  fi
  if test ! -s conftest.s$ac_file; then
    ac_more_lines=false
    rm -f conftest.s$ac_file
  else
    if test -z "$ac_sed_cmds"; then
      ac_sed_cmds="sed -f conftest.s$ac_file"
    else
      ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
    fi
    ac_file=`expr $ac_file + 1`
    ac_beg=$ac_end
    ac_end=`expr $ac_end + $ac_max_sed_cmds`
  fi
done
if test -z "$ac_sed_cmds"; then
  ac_sed_cmds=cat
fi

CONFIG_FILES=${CONFIG_FILES-"makefile   WWW/Library/unix/makefile       
src/makefile    src/chrtrans/makefile   
        "}
for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  case "$ac_file" in
  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  *) ac_file_in="${ac_file}.in" ;;
  esac

  # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.

  # Remove last slash and all that follows it.  Not all systems have dirname.
  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
    # The file is in a subdirectory.
    test ! -d "$ac_dir" && mkdir "$ac_dir"
    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
    # A "../" for each directory in $ac_dir_suffix.
    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  else
    ac_dir_suffix= ac_dots=
  fi

  case "$ac_given_srcdir" in
  .)  srcdir=.
      if test -z "$ac_dots"; then top_srcdir=.
      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  *) # Relative path.
    srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
    top_srcdir="$ac_dots$ac_given_srcdir" ;;
  esac

  case "$ac_given_INSTALL" in
  [/$]*) INSTALL="$ac_given_INSTALL" ;;
  *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  esac

  echo creating "$ac_file"
  rm -f "$ac_file"
  configure_input="Generated automatically from `echo $ac_file_in|sed 
's%.*/%%'` by configure."
  case "$ac_file" in
  *Makefile*) ac_comsub="1i\\
# $configure_input" ;;
  *) ac_comsub= ;;
  esac

  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% 
$ac_given_srcdir/%g"`
  sed -e "$ac_comsub
address@hidden@%$configure_input%g
address@hidden@%$srcdir%g
address@hidden@%$top_srcdir%g
address@hidden@%$INSTALL%g
" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
fi; done
rm -f conftest.s*

# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
# NAME is the cpp macro being defined and VALUE is the value it is being given.
#
# ac_d sets the value in "#define NAME VALUE" lines.
ac_dA='s%^\([   ]*\)#\([        ]*define[       ][      ]*\)'
ac_dB='\([      ][      ]*\)[^  ]*%\1#\2'
ac_dC='\3'
ac_dD='%g'
# ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
ac_uA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
ac_uB='\([      ]\)%\1#\2define\3'
ac_uC=' '
ac_uD='\4%g'
# ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
ac_eA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
ac_eB='$%\1#\2define\3'
ac_eC=' '
ac_eD='%g'

if test "${CONFIG_HEADERS+set}" != set; then
  CONFIG_HEADERS="lynx_cfg.h:config.hin"
fi
for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  case "$ac_file" in
  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  *) ac_file_in="${ac_file}.in" ;;
  esac

  echo creating $ac_file

  rm -f conftest.frag conftest.in conftest.out
  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% 
$ac_given_srcdir/%g"`
  cat $ac_file_inputs > conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}STDC_HEADERS${ac_dB}STDC_HEADERS${ac_dC}1${ac_dD}
${ac_uA}STDC_HEADERS${ac_uB}STDC_HEADERS${ac_uC}1${ac_uD}
${ac_eA}STDC_HEADERS${ac_eB}STDC_HEADERS${ac_eC}1${ac_eD}
${ac_dA}inline${ac_dB}inline${ac_dC}__inline${ac_dD}
${ac_uA}inline${ac_uB}inline${ac_uC}__inline${ac_uD}
${ac_eA}inline${ac_eB}inline${ac_eC}__inline${ac_eD}
${ac_dA}HAVE_ALLOCA_H${ac_dB}HAVE_ALLOCA_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_ALLOCA_H${ac_uB}HAVE_ALLOCA_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_ALLOCA_H${ac_eB}HAVE_ALLOCA_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_ALLOCA${ac_dB}HAVE_ALLOCA${ac_dC}1${ac_dD}
${ac_uA}HAVE_ALLOCA${ac_uB}HAVE_ALLOCA${ac_uC}1${ac_uD}
${ac_eA}HAVE_ALLOCA${ac_eB}HAVE_ALLOCA${ac_eC}1${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}HAVE_UNISTD_H${ac_dB}HAVE_UNISTD_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_UNISTD_H${ac_uB}HAVE_UNISTD_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_UNISTD_H${ac_eB}HAVE_UNISTD_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_GETPAGESIZE${ac_dB}HAVE_GETPAGESIZE${ac_dC}1${ac_dD}
${ac_uA}HAVE_GETPAGESIZE${ac_uB}HAVE_GETPAGESIZE${ac_uC}1${ac_uD}
${ac_eA}HAVE_GETPAGESIZE${ac_eB}HAVE_GETPAGESIZE${ac_eC}1${ac_eD}
${ac_dA}HAVE_MMAP${ac_dB}HAVE_MMAP${ac_dC}1${ac_dD}
${ac_uA}HAVE_MMAP${ac_uB}HAVE_MMAP${ac_uC}1${ac_uD}
${ac_eA}HAVE_MMAP${ac_eB}HAVE_MMAP${ac_eC}1${ac_eD}
${ac_dA}HAVE_LIMITS_H${ac_dB}HAVE_LIMITS_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_LIMITS_H${ac_uB}HAVE_LIMITS_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_LIMITS_H${ac_eB}HAVE_LIMITS_H${ac_eC}1${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}HAVE_LOCALE_H${ac_dB}HAVE_LOCALE_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_LOCALE_H${ac_uB}HAVE_LOCALE_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_LOCALE_H${ac_eB}HAVE_LOCALE_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_NL_TYPES_H${ac_dB}HAVE_NL_TYPES_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_NL_TYPES_H${ac_uB}HAVE_NL_TYPES_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_NL_TYPES_H${ac_eB}HAVE_NL_TYPES_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_MALLOC_H${ac_dB}HAVE_MALLOC_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_MALLOC_H${ac_uB}HAVE_MALLOC_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_MALLOC_H${ac_eB}HAVE_MALLOC_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_STRING_H${ac_dB}HAVE_STRING_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_STRING_H${ac_uB}HAVE_STRING_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_STRING_H${ac_eB}HAVE_STRING_H${ac_eC}1${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}HAVE_UNISTD_H${ac_dB}HAVE_UNISTD_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_UNISTD_H${ac_uB}HAVE_UNISTD_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_UNISTD_H${ac_eB}HAVE_UNISTD_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_VALUES_H${ac_dB}HAVE_VALUES_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_VALUES_H${ac_uB}HAVE_VALUES_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_VALUES_H${ac_eB}HAVE_VALUES_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_SYS_PARAM_H${ac_dB}HAVE_SYS_PARAM_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_SYS_PARAM_H${ac_uB}HAVE_SYS_PARAM_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_SYS_PARAM_H${ac_eB}HAVE_SYS_PARAM_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_GETCWD${ac_dB}HAVE_GETCWD${ac_dC}1${ac_dD}
${ac_uA}HAVE_GETCWD${ac_uB}HAVE_GETCWD${ac_uC}1${ac_uD}
${ac_eA}HAVE_GETCWD${ac_eB}HAVE_GETCWD${ac_eC}1${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}HAVE_MUNMAP${ac_dB}HAVE_MUNMAP${ac_dC}1${ac_dD}
${ac_uA}HAVE_MUNMAP${ac_uB}HAVE_MUNMAP${ac_uC}1${ac_uD}
${ac_eA}HAVE_MUNMAP${ac_eB}HAVE_MUNMAP${ac_eC}1${ac_eD}
${ac_dA}HAVE_PUTENV${ac_dB}HAVE_PUTENV${ac_dC}1${ac_dD}
${ac_uA}HAVE_PUTENV${ac_uB}HAVE_PUTENV${ac_uC}1${ac_uD}
${ac_eA}HAVE_PUTENV${ac_eB}HAVE_PUTENV${ac_eC}1${ac_eD}
${ac_dA}HAVE_SETLOCALE${ac_dB}HAVE_SETLOCALE${ac_dC}1${ac_dD}
${ac_uA}HAVE_SETLOCALE${ac_uB}HAVE_SETLOCALE${ac_uC}1${ac_uD}
${ac_eA}HAVE_SETLOCALE${ac_eB}HAVE_SETLOCALE${ac_eC}1${ac_eD}
${ac_dA}HAVE_STRCHR${ac_dB}HAVE_STRCHR${ac_dC}1${ac_dD}
${ac_uA}HAVE_STRCHR${ac_uB}HAVE_STRCHR${ac_uC}1${ac_uD}
${ac_eA}HAVE_STRCHR${ac_eB}HAVE_STRCHR${ac_eC}1${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}HAVE_STRCASECMP${ac_dB}HAVE_STRCASECMP${ac_dC}1${ac_dD}
${ac_uA}HAVE_STRCASECMP${ac_uB}HAVE_STRCASECMP${ac_uC}1${ac_uD}
${ac_eA}HAVE_STRCASECMP${ac_eB}HAVE_STRCASECMP${ac_eC}1${ac_eD}
${ac_dA}HAVE_LC_MESSAGES${ac_dB}HAVE_LC_MESSAGES${ac_dC}1${ac_dD}
${ac_uA}HAVE_LC_MESSAGES${ac_uB}HAVE_LC_MESSAGES${ac_uC}1${ac_uD}
${ac_eA}HAVE_LC_MESSAGES${ac_eB}HAVE_LC_MESSAGES${ac_eC}1${ac_eD}
${ac_dA}SYSTEM_MAIL${ac_dB}SYSTEM_MAIL${ac_dC}"/usr/lib/sendmail"${ac_dD}
${ac_uA}SYSTEM_MAIL${ac_uB}SYSTEM_MAIL${ac_uC}"/usr/lib/sendmail"${ac_uD}
${ac_eA}SYSTEM_MAIL${ac_eB}SYSTEM_MAIL${ac_eC}"/usr/lib/sendmail"${ac_eD}
${ac_dA}SYSTEM_MAIL_FLAGS${ac_dB}SYSTEM_MAIL_FLAGS${ac_dC}"-t -oi"${ac_dD}
${ac_uA}SYSTEM_MAIL_FLAGS${ac_uB}SYSTEM_MAIL_FLAGS${ac_uC}"-t -oi"${ac_uD}
${ac_eA}SYSTEM_MAIL_FLAGS${ac_eB}SYSTEM_MAIL_FLAGS${ac_eC}"-t -oi"${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}CHMOD_PATH${ac_dB}CHMOD_PATH${ac_dC}"/bin/chmod"${ac_dD}
${ac_uA}CHMOD_PATH${ac_uB}CHMOD_PATH${ac_uC}"/bin/chmod"${ac_uD}
${ac_eA}CHMOD_PATH${ac_eB}CHMOD_PATH${ac_eC}"/bin/chmod"${ac_eD}
${ac_dA}COMPRESS_PATH${ac_dB}COMPRESS_PATH${ac_dC}"/usr/local/bin/compress"${ac_dD}
${ac_uA}COMPRESS_PATH${ac_uB}COMPRESS_PATH${ac_uC}"/usr/local/bin/compress"${ac_uD}
${ac_eA}COMPRESS_PATH${ac_eB}COMPRESS_PATH${ac_eC}"/usr/local/bin/compress"${ac_eD}
${ac_dA}COPY_PATH${ac_dB}COPY_PATH${ac_dC}"/usr/local/safe/cp"${ac_dD}
${ac_uA}COPY_PATH${ac_uB}COPY_PATH${ac_uC}"/usr/local/safe/cp"${ac_uD}
${ac_eA}COPY_PATH${ac_eB}COPY_PATH${ac_eC}"/usr/local/safe/cp"${ac_eD}
${ac_dA}GZIP_PATH${ac_dB}GZIP_PATH${ac_dC}"/usr/local/bin/gzip"${ac_dD}
${ac_uA}GZIP_PATH${ac_uB}GZIP_PATH${ac_uC}"/usr/local/bin/gzip"${ac_uD}
${ac_eA}GZIP_PATH${ac_eB}GZIP_PATH${ac_eC}"/usr/local/bin/gzip"${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}MKDIR_PATH${ac_dB}MKDIR_PATH${ac_dC}"/bin/mkdir"${ac_dD}
${ac_uA}MKDIR_PATH${ac_uB}MKDIR_PATH${ac_uC}"/bin/mkdir"${ac_uD}
${ac_eA}MKDIR_PATH${ac_eB}MKDIR_PATH${ac_eC}"/bin/mkdir"${ac_eD}
${ac_dA}MV_PATH${ac_dB}MV_PATH${ac_dC}"/usr/local/safe/mv"${ac_dD}
${ac_uA}MV_PATH${ac_uB}MV_PATH${ac_uC}"/usr/local/safe/mv"${ac_uD}
${ac_eA}MV_PATH${ac_eB}MV_PATH${ac_eC}"/usr/local/safe/mv"${ac_eD}
${ac_dA}RM_PATH${ac_dB}RM_PATH${ac_dC}"/usr/local/safe/rm"${ac_dD}
${ac_uA}RM_PATH${ac_uB}RM_PATH${ac_uC}"/usr/local/safe/rm"${ac_uD}
${ac_eA}RM_PATH${ac_eB}RM_PATH${ac_eC}"/usr/local/safe/rm"${ac_eD}
${ac_dA}TAR_PATH${ac_dB}TAR_PATH${ac_dC}"/bin/tar"${ac_dD}
${ac_uA}TAR_PATH${ac_uB}TAR_PATH${ac_uC}"/bin/tar"${ac_uD}
${ac_eA}TAR_PATH${ac_eB}TAR_PATH${ac_eC}"/bin/tar"${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}TOUCH_PATH${ac_dB}TOUCH_PATH${ac_dC}"/bin/touch"${ac_dD}
${ac_uA}TOUCH_PATH${ac_uB}TOUCH_PATH${ac_uC}"/bin/touch"${ac_uD}
${ac_eA}TOUCH_PATH${ac_eB}TOUCH_PATH${ac_eC}"/bin/touch"${ac_eD}
${ac_dA}UNCOMPRESS_PATH${ac_dB}UNCOMPRESS_PATH${ac_dC}"/usr/local/bin/gunzip"${ac_dD}
${ac_uA}UNCOMPRESS_PATH${ac_uB}UNCOMPRESS_PATH${ac_uC}"/usr/local/bin/gunzip"${ac_uD}
${ac_eA}UNCOMPRESS_PATH${ac_eB}UNCOMPRESS_PATH${ac_eC}"/usr/local/bin/gunzip"${ac_eD}
${ac_dA}UNZIP_PATH${ac_dB}UNZIP_PATH${ac_dC}"/usr/local/bin/unzip"${ac_dD}
${ac_uA}UNZIP_PATH${ac_uB}UNZIP_PATH${ac_uC}"/usr/local/bin/unzip"${ac_uD}
${ac_eA}UNZIP_PATH${ac_eB}UNZIP_PATH${ac_eC}"/usr/local/bin/unzip"${ac_eD}
${ac_dA}BZIP2_PATH${ac_dB}BZIP2_PATH${ac_dC}"bzip2"${ac_dD}
${ac_uA}BZIP2_PATH${ac_uB}BZIP2_PATH${ac_uC}"bzip2"${ac_uD}
${ac_eA}BZIP2_PATH${ac_eB}BZIP2_PATH${ac_eC}"bzip2"${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}UUDECODE_PATH${ac_dB}UUDECODE_PATH${ac_dC}"/usr/bsd/uudecode"${ac_dD}
${ac_uA}UUDECODE_PATH${ac_uB}UUDECODE_PATH${ac_uC}"/usr/bsd/uudecode"${ac_uD}
${ac_eA}UUDECODE_PATH${ac_eB}UUDECODE_PATH${ac_eC}"/usr/bsd/uudecode"${ac_eD}
${ac_dA}ZCAT_PATH${ac_dB}ZCAT_PATH${ac_dC}"/usr/local/bin/zcat"${ac_dD}
${ac_uA}ZCAT_PATH${ac_uB}ZCAT_PATH${ac_uC}"/usr/local/bin/zcat"${ac_uD}
${ac_eA}ZCAT_PATH${ac_eB}ZCAT_PATH${ac_eC}"/usr/local/bin/zcat"${ac_eD}
${ac_dA}ZIP_PATH${ac_dB}ZIP_PATH${ac_dC}"/usr/local/bin/zip"${ac_dD}
${ac_uA}ZIP_PATH${ac_uB}ZIP_PATH${ac_uC}"/usr/local/bin/zip"${ac_uD}
${ac_eA}ZIP_PATH${ac_eB}ZIP_PATH${ac_eC}"/usr/local/bin/zip"${ac_eD}
${ac_dA}TELNET_PATH${ac_dB}TELNET_PATH${ac_dC}"/usr/bsd/telnet"${ac_dD}
${ac_uA}TELNET_PATH${ac_uB}TELNET_PATH${ac_uC}"/usr/bsd/telnet"${ac_uD}
${ac_eA}TELNET_PATH${ac_eB}TELNET_PATH${ac_eC}"/usr/bsd/telnet"${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}TN3270_PATH${ac_dB}TN3270_PATH${ac_dC}"/usr/local/bin/tn3270"${ac_dD}
${ac_uA}TN3270_PATH${ac_uB}TN3270_PATH${ac_uC}"/usr/local/bin/tn3270"${ac_uD}
${ac_eA}TN3270_PATH${ac_eB}TN3270_PATH${ac_eC}"/usr/local/bin/tn3270"${ac_eD}
${ac_dA}RLOGIN_PATH${ac_dB}RLOGIN_PATH${ac_dC}"/usr/bsd/rlogin"${ac_dD}
${ac_uA}RLOGIN_PATH${ac_uB}RLOGIN_PATH${ac_uC}"/usr/bsd/rlogin"${ac_uD}
${ac_eA}RLOGIN_PATH${ac_eB}RLOGIN_PATH${ac_eC}"/usr/bsd/rlogin"${ac_eD}
${ac_dA}INSTALL_PATH${ac_dB}INSTALL_PATH${ac_dC}"install"${ac_dD}
${ac_uA}INSTALL_PATH${ac_uB}INSTALL_PATH${ac_uC}"install"${ac_uD}
${ac_eA}INSTALL_PATH${ac_eB}INSTALL_PATH${ac_eC}"install"${ac_eD}
${ac_dA}UNIX${ac_dB}UNIX${ac_dC}1${ac_dD}
${ac_uA}UNIX${ac_uB}UNIX${ac_uC}1${ac_uD}
${ac_eA}UNIX${ac_eB}UNIX${ac_eC}1${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}CC_HAS_PROTOS${ac_dB}CC_HAS_PROTOS${ac_dC}1${ac_dD}
${ac_uA}CC_HAS_PROTOS${ac_uB}CC_HAS_PROTOS${ac_uC}1${ac_uD}
${ac_eA}CC_HAS_PROTOS${ac_eB}CC_HAS_PROTOS${ac_eC}1${ac_eD}
${ac_dA}HAVE_GETHOSTNAME${ac_dB}HAVE_GETHOSTNAME${ac_dC}1${ac_dD}
${ac_uA}HAVE_GETHOSTNAME${ac_uB}HAVE_GETHOSTNAME${ac_uC}1${ac_uD}
${ac_eA}HAVE_GETHOSTNAME${ac_eB}HAVE_GETHOSTNAME${ac_eC}1${ac_eD}
${ac_dA}HAVE_SOCKET${ac_dB}HAVE_SOCKET${ac_dC}1${ac_dD}
${ac_uA}HAVE_SOCKET${ac_uB}HAVE_SOCKET${ac_uC}1${ac_uD}
${ac_eA}HAVE_SOCKET${ac_eB}HAVE_SOCKET${ac_eC}1${ac_eD}
${ac_dA}HAVE_GETHOSTBYNAME${ac_dB}HAVE_GETHOSTBYNAME${ac_dC}1${ac_dD}
${ac_uA}HAVE_GETHOSTBYNAME${ac_uB}HAVE_GETHOSTBYNAME${ac_uC}1${ac_uD}
${ac_eA}HAVE_GETHOSTBYNAME${ac_eB}HAVE_GETHOSTBYNAME${ac_eC}1${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}HAVE_STRCASECMP${ac_dB}HAVE_STRCASECMP${ac_dC}1${ac_dD}
${ac_uA}HAVE_STRCASECMP${ac_uB}HAVE_STRCASECMP${ac_uC}1${ac_uD}
${ac_eA}HAVE_STRCASECMP${ac_eB}HAVE_STRCASECMP${ac_eC}1${ac_eD}
${ac_dA}LYNX_CFG_FILE${ac_dB}LYNX_CFG_FILE${ac_dC}"/usr/local/lib/lynx.cfg"${ac_dD}
${ac_uA}LYNX_CFG_FILE${ac_uB}LYNX_CFG_FILE${ac_uC}"/usr/local/lib/lynx.cfg"${ac_uD}
${ac_eA}LYNX_CFG_FILE${ac_eB}LYNX_CFG_FILE${ac_eC}"/usr/local/lib/lynx.cfg"${ac_eD}
${ac_dA}STDC_HEADERS${ac_dB}STDC_HEADERS${ac_dC}1${ac_dD}
${ac_uA}STDC_HEADERS${ac_uB}STDC_HEADERS${ac_uC}1${ac_uD}
${ac_eA}STDC_HEADERS${ac_eB}STDC_HEADERS${ac_eC}1${ac_eD}
${ac_dA}TIME_WITH_SYS_TIME${ac_dB}TIME_WITH_SYS_TIME${ac_dC}1${ac_dD}
${ac_uA}TIME_WITH_SYS_TIME${ac_uB}TIME_WITH_SYS_TIME${ac_uC}1${ac_uD}
${ac_eA}TIME_WITH_SYS_TIME${ac_eB}TIME_WITH_SYS_TIME${ac_eC}1${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}HAVE_DIRENT_H${ac_dB}HAVE_DIRENT_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_DIRENT_H${ac_uB}HAVE_DIRENT_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_DIRENT_H${ac_eB}HAVE_DIRENT_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_FCNTL_H${ac_dB}HAVE_FCNTL_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_FCNTL_H${ac_uB}HAVE_FCNTL_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_FCNTL_H${ac_eB}HAVE_FCNTL_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_LIMITS_H${ac_dB}HAVE_LIMITS_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_LIMITS_H${ac_uB}HAVE_LIMITS_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_LIMITS_H${ac_eB}HAVE_LIMITS_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_STDLIB_H${ac_dB}HAVE_STDLIB_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_STDLIB_H${ac_uB}HAVE_STDLIB_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_STDLIB_H${ac_eB}HAVE_STDLIB_H${ac_eC}1${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}HAVE_STRING_H${ac_dB}HAVE_STRING_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_STRING_H${ac_uB}HAVE_STRING_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_STRING_H${ac_eB}HAVE_STRING_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_SYS_FCNTL_H${ac_dB}HAVE_SYS_FCNTL_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_SYS_FCNTL_H${ac_uB}HAVE_SYS_FCNTL_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_SYS_FCNTL_H${ac_eB}HAVE_SYS_FCNTL_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_SYS_FILIO_H${ac_dB}HAVE_SYS_FILIO_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_SYS_FILIO_H${ac_uB}HAVE_SYS_FILIO_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_SYS_FILIO_H${ac_eB}HAVE_SYS_FILIO_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_SYS_IOCTL_H${ac_dB}HAVE_SYS_IOCTL_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_SYS_IOCTL_H${ac_uB}HAVE_SYS_IOCTL_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_SYS_IOCTL_H${ac_eB}HAVE_SYS_IOCTL_H${ac_eC}1${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}HAVE_SYS_PARAM_H${ac_dB}HAVE_SYS_PARAM_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_SYS_PARAM_H${ac_uB}HAVE_SYS_PARAM_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_SYS_PARAM_H${ac_eB}HAVE_SYS_PARAM_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_SYS_TIME_H${ac_dB}HAVE_SYS_TIME_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_SYS_TIME_H${ac_uB}HAVE_SYS_TIME_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_SYS_TIME_H${ac_eB}HAVE_SYS_TIME_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_TERMIO_H${ac_dB}HAVE_TERMIO_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_TERMIO_H${ac_uB}HAVE_TERMIO_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_TERMIO_H${ac_eB}HAVE_TERMIO_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_TERMIOS_H${ac_dB}HAVE_TERMIOS_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_TERMIOS_H${ac_uB}HAVE_TERMIOS_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_TERMIOS_H${ac_eB}HAVE_TERMIOS_H${ac_eC}1${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}HAVE_UNISTD_H${ac_dB}HAVE_UNISTD_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_UNISTD_H${ac_uB}HAVE_UNISTD_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_UNISTD_H${ac_eB}HAVE_UNISTD_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_SYS_WAIT_H${ac_dB}HAVE_SYS_WAIT_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_SYS_WAIT_H${ac_uB}HAVE_SYS_WAIT_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_SYS_WAIT_H${ac_eB}HAVE_SYS_WAIT_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_STDARG_H${ac_dB}HAVE_STDARG_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_STDARG_H${ac_uB}HAVE_STDARG_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_STDARG_H${ac_eB}HAVE_STDARG_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_VARARGS_H${ac_dB}HAVE_VARARGS_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_VARARGS_H${ac_uB}HAVE_VARARGS_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_VARARGS_H${ac_eB}HAVE_VARARGS_H${ac_eC}1${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}ANSI_VARARGS${ac_dB}ANSI_VARARGS${ac_dC}1${ac_dD}
${ac_uA}ANSI_VARARGS${ac_uB}ANSI_VARARGS${ac_uC}1${ac_uD}
${ac_eA}ANSI_VARARGS${ac_eB}ANSI_VARARGS${ac_eC}1${ac_eD}
${ac_dA}GETGROUPS_T${ac_dB}GETGROUPS_T${ac_dC}gid_t${ac_dD}
${ac_uA}GETGROUPS_T${ac_uB}GETGROUPS_T${ac_uC}gid_t${ac_uD}
${ac_eA}GETGROUPS_T${ac_eB}GETGROUPS_T${ac_eC}gid_t${ac_eD}
${ac_dA}vfork${ac_dB}vfork${ac_dC}fork${ac_dD}
${ac_uA}vfork${ac_uB}vfork${ac_uC}fork${ac_uD}
${ac_eA}vfork${ac_eB}vfork${ac_eC}fork${ac_eD}
${ac_dA}HAVE_LSTAT${ac_dB}HAVE_LSTAT${ac_dC}1${ac_dD}
${ac_uA}HAVE_LSTAT${ac_uB}HAVE_LSTAT${ac_uC}1${ac_uD}
${ac_eA}HAVE_LSTAT${ac_eB}HAVE_LSTAT${ac_eC}1${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}HAVE_CUSERID${ac_dB}HAVE_CUSERID${ac_dC}1${ac_dD}
${ac_uA}HAVE_CUSERID${ac_uB}HAVE_CUSERID${ac_uC}1${ac_uD}
${ac_eA}HAVE_CUSERID${ac_eB}HAVE_CUSERID${ac_eC}1${ac_eD}
${ac_dA}HAVE_GETCWD${ac_dB}HAVE_GETCWD${ac_dC}1${ac_dD}
${ac_uA}HAVE_GETCWD${ac_uB}HAVE_GETCWD${ac_uC}1${ac_uD}
${ac_eA}HAVE_GETCWD${ac_eB}HAVE_GETCWD${ac_eC}1${ac_eD}
${ac_dA}HAVE_GETGROUPS${ac_dB}HAVE_GETGROUPS${ac_dC}1${ac_dD}
${ac_uA}HAVE_GETGROUPS${ac_uB}HAVE_GETGROUPS${ac_uC}1${ac_uD}
${ac_eA}HAVE_GETGROUPS${ac_eB}HAVE_GETGROUPS${ac_eC}1${ac_eD}
${ac_dA}HAVE_GETTIMEOFDAY${ac_dB}HAVE_GETTIMEOFDAY${ac_dC}1${ac_dD}
${ac_uA}HAVE_GETTIMEOFDAY${ac_uB}HAVE_GETTIMEOFDAY${ac_uC}1${ac_uD}
${ac_eA}HAVE_GETTIMEOFDAY${ac_eB}HAVE_GETTIMEOFDAY${ac_eC}1${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}HAVE_POPEN${ac_dB}HAVE_POPEN${ac_dC}1${ac_dD}
${ac_uA}HAVE_POPEN${ac_uB}HAVE_POPEN${ac_uC}1${ac_uD}
${ac_eA}HAVE_POPEN${ac_eB}HAVE_POPEN${ac_eC}1${ac_eD}
${ac_dA}HAVE_PUTENV${ac_dB}HAVE_PUTENV${ac_dC}1${ac_dD}
${ac_uA}HAVE_PUTENV${ac_uB}HAVE_PUTENV${ac_uC}1${ac_uD}
${ac_eA}HAVE_PUTENV${ac_eB}HAVE_PUTENV${ac_eC}1${ac_eD}
${ac_dA}HAVE_READDIR${ac_dB}HAVE_READDIR${ac_dC}1${ac_dD}
${ac_uA}HAVE_READDIR${ac_uB}HAVE_READDIR${ac_uC}1${ac_uD}
${ac_eA}HAVE_READDIR${ac_eB}HAVE_READDIR${ac_eC}1${ac_eD}
${ac_dA}HAVE_STRERROR${ac_dB}HAVE_STRERROR${ac_dC}1${ac_dD}
${ac_uA}HAVE_STRERROR${ac_uB}HAVE_STRERROR${ac_uC}1${ac_uD}
${ac_eA}HAVE_STRERROR${ac_eB}HAVE_STRERROR${ac_eC}1${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}HAVE_WAITPID${ac_dB}HAVE_WAITPID${ac_dC}1${ac_dD}
${ac_uA}HAVE_WAITPID${ac_uB}HAVE_WAITPID${ac_uC}1${ac_uD}
${ac_eA}HAVE_WAITPID${ac_eB}HAVE_WAITPID${ac_eC}1${ac_eD}
${ac_dA}HAVE_MKTIME${ac_dB}HAVE_MKTIME${ac_dC}1${ac_dD}
${ac_uA}HAVE_MKTIME${ac_uB}HAVE_MKTIME${ac_uC}1${ac_uD}
${ac_eA}HAVE_MKTIME${ac_eB}HAVE_MKTIME${ac_eC}1${ac_eD}
${ac_dA}HAVE_STRSTR${ac_dB}HAVE_STRSTR${ac_dC}1${ac_dD}
${ac_uA}HAVE_STRSTR${ac_uB}HAVE_STRSTR${ac_uC}1${ac_uD}
${ac_eA}HAVE_STRSTR${ac_eB}HAVE_STRSTR${ac_eC}1${ac_eD}
${ac_dA}HAVE_ERRNO${ac_dB}HAVE_ERRNO${ac_dC}1${ac_dD}
${ac_uA}HAVE_ERRNO${ac_uB}HAVE_ERRNO${ac_uC}1${ac_uD}
${ac_eA}HAVE_ERRNO${ac_eB}HAVE_ERRNO${ac_eC}1${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}LOCALE${ac_dB}LOCALE${ac_dC}1${ac_dD}
${ac_uA}LOCALE${ac_uB}LOCALE${ac_uC}1${ac_uD}
${ac_eA}LOCALE${ac_eB}LOCALE${ac_eC}1${ac_eD}
${ac_dA}HAVE_SYS_NERR${ac_dB}HAVE_SYS_NERR${ac_dC}1${ac_dD}
${ac_uA}HAVE_SYS_NERR${ac_uB}HAVE_SYS_NERR${ac_uC}1${ac_uD}
${ac_eA}HAVE_SYS_NERR${ac_eB}HAVE_SYS_NERR${ac_eC}1${ac_eD}
${ac_dA}HAVE_SYS_ERRLIST${ac_dB}HAVE_SYS_ERRLIST${ac_dC}1${ac_dD}
${ac_uA}HAVE_SYS_ERRLIST${ac_uB}HAVE_SYS_ERRLIST${ac_uC}1${ac_uD}
${ac_eA}HAVE_SYS_ERRLIST${ac_eB}HAVE_SYS_ERRLIST${ac_eC}1${ac_eD}
${ac_dA}HAVE_UTMP${ac_dB}HAVE_UTMP${ac_dC}1${ac_dD}
${ac_uA}HAVE_UTMP${ac_uB}HAVE_UTMP${ac_uC}1${ac_uD}
${ac_eA}HAVE_UTMP${ac_eB}HAVE_UTMP${ac_eC}1${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}UTMPX_FOR_UTMP${ac_dB}UTMPX_FOR_UTMP${ac_dC}1${ac_dD}
${ac_uA}UTMPX_FOR_UTMP${ac_uB}UTMPX_FOR_UTMP${ac_uC}1${ac_uD}
${ac_eA}UTMPX_FOR_UTMP${ac_eB}UTMPX_FOR_UTMP${ac_eC}1${ac_eD}
${ac_dA}EBCDIC${ac_dB}EBCDIC${ac_dC}1${ac_dD}
${ac_uA}EBCDIC${ac_uB}EBCDIC${ac_uC}1${ac_uD}
${ac_eA}EBCDIC${ac_eB}EBCDIC${ac_eC}1${ac_eD}
${ac_dA}NOT_ASCII${ac_dB}NOT_ASCII${ac_dC}1${ac_dD}
${ac_uA}NOT_ASCII${ac_uB}NOT_ASCII${ac_uC}1${ac_uD}
${ac_eA}NOT_ASCII${ac_eB}NOT_ASCII${ac_eC}1${ac_eD}
${ac_dA}ALT_CHAR_SET${ac_dB}ALT_CHAR_SET${ac_dC}acs_map${ac_dD}
${ac_uA}ALT_CHAR_SET${ac_uB}ALT_CHAR_SET${ac_uC}acs_map${ac_uD}
${ac_eA}ALT_CHAR_SET${ac_eB}ALT_CHAR_SET${ac_eC}acs_map${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}FANCY_CURSES${ac_dB}FANCY_CURSES${ac_dC}1${ac_dD}
${ac_uA}FANCY_CURSES${ac_uB}FANCY_CURSES${ac_uC}1${ac_uD}
${ac_eA}FANCY_CURSES${ac_eB}FANCY_CURSES${ac_eC}1${ac_eD}
${ac_dA}COLOR_CURSES${ac_dB}COLOR_CURSES${ac_dC}1${ac_dD}
${ac_uA}COLOR_CURSES${ac_uB}COLOR_CURSES${ac_uC}1${ac_uD}
${ac_eA}COLOR_CURSES${ac_eB}COLOR_CURSES${ac_eC}1${ac_eD}
${ac_dA}HAVE_GETBKGD${ac_dB}HAVE_GETBKGD${ac_dC}1${ac_dD}
${ac_uA}HAVE_GETBKGD${ac_uB}HAVE_GETBKGD${ac_uC}1${ac_uD}
${ac_eA}HAVE_GETBKGD${ac_eB}HAVE_GETBKGD${ac_eC}1${ac_eD}
${ac_dA}HAVE_SIZECHANGE${ac_dB}HAVE_SIZECHANGE${ac_dC}1${ac_dD}
${ac_uA}HAVE_SIZECHANGE${ac_uB}HAVE_SIZECHANGE${ac_uC}1${ac_uD}
${ac_eA}HAVE_SIZECHANGE${ac_eB}HAVE_SIZECHANGE${ac_eC}1${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}HAVE_TTYTYPE${ac_dB}HAVE_TTYTYPE${ac_dC}1${ac_dD}
${ac_uA}HAVE_TTYTYPE${ac_uB}HAVE_TTYTYPE${ac_uC}1${ac_uD}
${ac_eA}HAVE_TTYTYPE${ac_eB}HAVE_TTYTYPE${ac_eC}1${ac_eD}
${ac_dA}HAVE_CBREAK${ac_dB}HAVE_CBREAK${ac_dC}1${ac_dD}
${ac_uA}HAVE_CBREAK${ac_uB}HAVE_CBREAK${ac_uC}1${ac_uD}
${ac_eA}HAVE_CBREAK${ac_eB}HAVE_CBREAK${ac_eC}1${ac_eD}
${ac_dA}HAVE_KEYPAD${ac_dB}HAVE_KEYPAD${ac_dC}1${ac_dD}
${ac_uA}HAVE_KEYPAD${ac_uB}HAVE_KEYPAD${ac_uC}1${ac_uD}
${ac_eA}HAVE_KEYPAD${ac_eB}HAVE_KEYPAD${ac_eC}1${ac_eD}
${ac_dA}HAVE_WBORDER${ac_dB}HAVE_WBORDER${ac_dC}1${ac_dD}
${ac_uA}HAVE_WBORDER${ac_uB}HAVE_WBORDER${ac_uC}1${ac_uD}
${ac_eA}HAVE_WBORDER${ac_eB}HAVE_WBORDER${ac_eC}1${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}DISP_PARTIAL${ac_dB}DISP_PARTIAL${ac_dC}1${ac_dD}
${ac_uA}DISP_PARTIAL${ac_uB}DISP_PARTIAL${ac_uC}1${ac_uD}
${ac_eA}DISP_PARTIAL${ac_eB}DISP_PARTIAL${ac_eC}1${ac_eD}
${ac_dA}USE_EXTERNALS${ac_dB}USE_EXTERNALS${ac_dC}1${ac_dD}
${ac_uA}USE_EXTERNALS${ac_uB}USE_EXTERNALS${ac_uC}1${ac_uD}
${ac_eA}USE_EXTERNALS${ac_eB}USE_EXTERNALS${ac_eC}1${ac_eD}
${ac_dA}DONT_TRACK_INTERNAL_LINKS${ac_dB}DONT_TRACK_INTERNAL_LINKS${ac_dC}1${ac_dD}
${ac_uA}DONT_TRACK_INTERNAL_LINKS${ac_uB}DONT_TRACK_INTERNAL_LINKS${ac_uC}1${ac_uD}
${ac_eA}DONT_TRACK_INTERNAL_LINKS${ac_eB}DONT_TRACK_INTERNAL_LINKS${ac_eC}1${ac_eD}
${ac_dA}DIRED_SUPPORT${ac_dB}DIRED_SUPPORT${ac_dC}1${ac_dD}
${ac_uA}DIRED_SUPPORT${ac_uB}DIRED_SUPPORT${ac_uC}1${ac_uD}
${ac_eA}DIRED_SUPPORT${ac_eB}DIRED_SUPPORT${ac_eC}1${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}OK_OVERRIDE${ac_dB}OK_OVERRIDE${ac_dC}1${ac_dD}
${ac_uA}OK_OVERRIDE${ac_uB}OK_OVERRIDE${ac_uC}1${ac_uD}
${ac_eA}OK_OVERRIDE${ac_eB}OK_OVERRIDE${ac_eC}1${ac_eD}
${ac_dA}OK_PERMIT${ac_dB}OK_PERMIT${ac_dC}1${ac_dD}
${ac_uA}OK_PERMIT${ac_uB}OK_PERMIT${ac_uC}1${ac_uD}
${ac_eA}OK_PERMIT${ac_eB}OK_PERMIT${ac_eC}1${ac_eD}
${ac_dA}OK_TAR${ac_dB}OK_TAR${ac_dC}1${ac_dD}
${ac_uA}OK_TAR${ac_uB}OK_TAR${ac_uC}1${ac_uD}
${ac_eA}OK_TAR${ac_eB}OK_TAR${ac_eC}1${ac_eD}
${ac_dA}OK_UUDECODE${ac_dB}OK_UUDECODE${ac_dC}1${ac_dD}
${ac_uA}OK_UUDECODE${ac_uB}OK_UUDECODE${ac_uC}1${ac_uD}
${ac_eA}OK_UUDECODE${ac_eB}OK_UUDECODE${ac_eC}1${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
${ac_dA}OK_ZIP${ac_dB}OK_ZIP${ac_dC}1${ac_dD}
${ac_uA}OK_ZIP${ac_uB}OK_ZIP${ac_uC}1${ac_uD}
${ac_eA}OK_ZIP${ac_eB}OK_ZIP${ac_eC}1${ac_eD}
${ac_dA}OK_GZIP${ac_dB}OK_GZIP${ac_dC}1${ac_dD}
${ac_uA}OK_GZIP${ac_uB}OK_GZIP${ac_uC}1${ac_uD}
${ac_eA}OK_GZIP${ac_eB}OK_GZIP${ac_eC}1${ac_eD}
${ac_dA}LONG_LIST${ac_dB}LONG_LIST${ac_dC}1${ac_dD}
${ac_uA}LONG_LIST${ac_uB}LONG_LIST${ac_uC}1${ac_uD}
${ac_eA}LONG_LIST${ac_eB}LONG_LIST${ac_eC}1${ac_eD}
${ac_dA}TERMIO_AND_CURSES${ac_dB}TERMIO_AND_CURSES${ac_dC}1${ac_dD}
${ac_uA}TERMIO_AND_CURSES${ac_uB}TERMIO_AND_CURSES${ac_uC}1${ac_uD}
${ac_eA}TERMIO_AND_CURSES${ac_eB}TERMIO_AND_CURSES${ac_eC}1${ac_eD}
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  cat > conftest.frag <<CEOF
s%^[    ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in

  rm -f conftest.frag conftest.h
  echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
  cat conftest.in >> conftest.h
  rm -f conftest.in
  if cmp -s $ac_file conftest.h 2>/dev/null; then
    echo "$ac_file is unchanged"
    rm -f conftest.h
  else
    # Remove last slash and all that follows it.  Not all systems have dirname.
      ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
      if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
      # The file is in a subdirectory.
      test ! -d "$ac_dir" && mkdir "$ac_dir"
    fi
    rm -f $ac_file
    mv conftest.h $ac_file
  fi
fi; done

# Extra initialization commands, if any

        USE_NLS=no
        

# Extra commands, if any

        if test "$USE_NLS" = yes ; then
                echo creating po/makefile
                rm -f   po/temp$$
                sed     -e 'address@hidden@../LYMessages.c@' \
                        -e '$s/\\//' po/POTFILES >po/temp$$
                sed     -e "/POTFILES =/r po/temp$$" \
                        po/makefile.in > po/makefile
                rm -f   po/temp$$
        fi
        
exit 0

diff: config.cache:

16,20d15
< ac_cv_c_inline=${ac_cv_c_inline='__inline'}
< ac_cv_func___argz_count=${ac_cv_func___argz_count='no'}
< ac_cv_func___argz_next=${ac_cv_func___argz_next='no'}
< ac_cv_func___argz_stringify=${ac_cv_func___argz_stringify='no'}
< ac_cv_func_alloca_works=${ac_cv_func_alloca_works='yes'}
31,32d25
< ac_cv_func_getpagesize=${ac_cv_func_getpagesize='yes'}
< ac_cv_func_gettimeofday=${ac_cv_func_gettimeofday='yes'}
37,39d29
< ac_cv_func_mmap_fixed_mapped=${ac_cv_func_mmap_fixed_mapped='yes'}
< ac_cv_func_munmap=${ac_cv_func_munmap='yes'}
< ac_cv_func_popen=${ac_cv_func_popen='yes'}
42,43d31
< ac_cv_func_setenv=${ac_cv_func_setenv='no'}
< ac_cv_func_setlocale=${ac_cv_func_setlocale='yes'}
45d32
< ac_cv_func_stpcpy=${ac_cv_func_stpcpy='no'}
47d33
< ac_cv_func_strchr=${ac_cv_func_strchr='yes'}
55,56d40
< ac_cv_header_alloca_h=${ac_cv_header_alloca_h='yes'}
< ac_cv_header_argz_h=${ac_cv_header_argz_h='no'}
60,63d43
< ac_cv_header_locale_h=${ac_cv_header_locale_h='yes'}
< ac_cv_header_malloc_h=${ac_cv_header_malloc_h='yes'}
< ac_cv_header_nl_types_h=${ac_cv_header_nl_types_h='yes'}
< ac_cv_header_stdarg_h=${ac_cv_header_stdarg_h='yes'}
77,78d56
< ac_cv_header_values_h=${ac_cv_header_values_h='yes'}
< ac_cv_header_varargs_h=${ac_cv_header_varargs_h='yes'}
85d62
< ac_cv_path_BZIP2=${ac_cv_path_BZIP2='bzip2'}
92d68
< ac_cv_path_RLOGIN=${ac_cv_path_RLOGIN='/usr/bsd/rlogin'}
95,96d70
< ac_cv_path_TELNET=${ac_cv_path_TELNET='/usr/bsd/telnet'}
< ac_cv_path_TN3270=${ac_cv_path_TN3270='/usr/local/bin/tn3270'}
108d81
< ac_cv_prog_cc_g=${ac_cv_prog_cc_g='yes'}
114d86
< ac_cv_type_off_t=${ac_cv_type_off_t='yes'}
116d87
< ac_cv_type_size_t=${ac_cv_type_size_t='yes'}
118d88
< am_cv_val_LC_MESSAGES=${am_cv_val_LC_MESSAGES='yes'}
122d91
< cf_cv_ansi_varargs=${cf_cv_ansi_varargs='yes'}
130d98
< cf_cv_ebcdic=${cf_cv_ebcdic='yes'}
134,135d101
< cf_cv_have_inet_addr=${cf_cv_have_inet_addr='no'}
< cf_cv_have_inet_aton=${cf_cv_have_inet_aton='no'}
140d105
< cf_cv_lib_inet_addr=${cf_cv_lib_inet_addr='no'}
154,155d118
< nls_cv_header_intl=${nls_cv_header_intl='intl/libintl.h'}
< nls_cv_header_libgt=${nls_cv_header_libgt='intl/libgettext.h'}

diff: lynx_cfg.h

7d6
< #define ANSI_VARARGS 1                /* CF_VARARGS */
9d7
< #define BZIP2_PATH "bzip2"            /* CF_PATH_PROG(bzip2) */
20c18
< #define DIRED_SUPPORT 1               /* AC_ARG_WITH(dired) */
---
> /* #undef DIRED_SUPPORT */            /* AC_ARG_WITH(dired) */
23,24d20
< #define EBCDIC 1                      /* CF_EBCDIC */
< /* #undef ENABLE_NLS */               /* defined if NLS is requested */
27d22
< /* #undef EXP_ALT_BINDINGS */         /* AC_ARG_ENABLE(alt-bindings) */
29,30c24
< /* #undef EXP_KEYBOARD_LAYOUT */      /* AC_ARG_ENABLE(kbd-layout) */
< /* #undef EXP_PERSISTENT_COOKIES */   /* AC_ARG_ENABLE(persistent-cookies) */
---
> #define EXP_PERSISTENT_COOKIES 1      /* AC_ARG_ENABLE(persistent-cookies) */
32d25
< /* #undef GCC_PRINTF */               /* CF_GCC_ATTRIBUTES */
36,39d28
< #define HAVE_ALLOCA 1         /* defined by AM_GNU_GETTEXT */
< #define HAVE_ALLOCA_H 1               /* defined by AM_GNU_GETTEXT */
< /* #undef HAVE_ARGZ_H */              /* defined by AM_GNU_GETTEXT */
< /* #undef HAVE_CATGETS */             /* defined if you want to use non-GNU 
catgets */
43d31
< /* #undef HAVE_DCGETTEXT */           /* defined by AM_GNU_GETTEXT */
50,52d37
< /* #undef HAVE_GETTEXT */             /* defined if you want to use non-GNU 
gettext */
< #define HAVE_GETTIMEOFDAY 1
< /* #undef HAVE_INET_ATON */           /* CF_INET_ADDR */
55,56d39
< #define HAVE_LC_MESSAGES 1            /* locale messages */
< /* #undef HAVE_LIBINTL_H */           /* AM_GNU_GETTEXT, or cleanup from that 
*/
58d40
< #define HAVE_LOCALE_H 1
60,62d41
< #define HAVE_MALLOC_H 1               /* defined by AM_GNU_GETTEXT */
< #define HAVE_MMAP 1           /* defined by AM_GNU_GETTEXT */
< #define HAVE_MUNMAP 1         /* defined by AM_GNU_GETTEXT */
64,65d42
< #define HAVE_NL_TYPES_H 1             /* defined by AM_GNU_GETTEXT */
< #define HAVE_POPEN 1
68,70d44
< /* #undef HAVE_RESOLV_H */
< /* #undef HAVE_SETENV */              /* defined by AM_GNU_GETTEXT */
< #define HAVE_SETLOCALE 1
72d45
< #define HAVE_STDARG_H 1               /* CF_VARARGS */
74,76d46
< /* #undef HAVE_STPCPY */              /* defined by AM_GNU_GETTEXT */
< #define HAVE_STRCASECMP 1             /* defined by AM_GNU_GETTEXT */
< #define HAVE_STRCHR 1         /* defined by AM_GNU_GETTEXT */
84d53
< #define HAVE_SYS_PARAM_H 1            /* defined by AM_GNU_GETTEXT */
93,94d61
< #define HAVE_VALUES_H 1               /* defined by AM_GNU_GETTEXT */
< #define HAVE_VARARGS_H 1              /* CF_VARARGS */
97,99d63
< /* #undef HAVE___ARGZ_COUNT */        /* defined by AM_GNU_GETTEXT */
< /* #undef HAVE___ARGZ_NEXT */         /* defined by AM_GNU_GETTEXT */
< /* #undef HAVE___ARGZ_STRINGIFY */    /* defined by AM_GNU_GETTEXT */
106c70
< #define LONG_LIST 1           /* CF_ARG_DISABLE(long-list) */
---
> /* #undef LONG_LIST */                /* CF_ARG_DISABLE(long-list) */
108c72
< #define LYNX_CFG_FILE "/usr/local/lib/lynx.cfg"               /* 
$libdir/lynx.cfg */
---
> #define LYNX_CFG_FILE "/homes/purslow/lr1/lynx2-8-1/lynx.cfg"         /* 
> $libdir/lynx.cfg */
118d81
< #define NOT_ASCII 1           /* CF_NOT_ASCII */
125,132c88,94
< /* #undef NSL_FORK */                 /* CF_ARG_ENABLE(nsl-fork) */
< #define OK_GZIP 1                     /* CF_ARG_DISABLE(dired-gzip) */
< #define OK_OVERRIDE 1         /* CF_ARG_DISABLE(dired-override) */
< #define OK_PERMIT 1           /* CF_ARG_DISABLE(dired-permit) */
< #define OK_TAR 1                      /* CF_ARG_DISABLE(dired-tar) */
< #define OK_UUDECODE 1         /* CF_ARG_DISABLE(dired-uudecode) */
< #define OK_ZIP 1                      /* CF_ARG_DISABLE(dired-zip) */
< #define RLOGIN_PATH "/usr/bsd/rlogin"         /* CF_PATH_PROG(rlogin) */
---
> #define NSL_FORK 1                    /* CF_ARG_ENABLE(nsl-fork) */
> /* #undef OK_GZIP */                  /* CF_ARG_DISABLE(dired-gzip) */
> /* #undef OK_OVERRIDE */              /* CF_ARG_DISABLE(dired-override) */
> /* #undef OK_PERMIT */                /* CF_ARG_DISABLE(dired-permit) */
> /* #undef OK_TAR */                   /* CF_ARG_DISABLE(dired-tar) */
> /* #undef OK_UUDECODE */              /* CF_ARG_DISABLE(dired-uudecode) */
> /* #undef OK_ZIP */                   /* CF_ARG_DISABLE(dired-zip) */
140d101
< #define TELNET_PATH "/usr/bsd/telnet"         /* CF_PATH_PROG(telnet) */
143d103
< #define TN3270_PATH "/usr/local/bin/tn3270"           /* CF_PATH_PROG(tn3270) 
*/
167c127
< #define inline __inline                       /* defined by AC_C_INLINE */
---
> /* #undef const */                    /* defined by AC_C_CONST */
169d128
< /* #undef off_t */                    /* defined by AC_TYPE_OFF_T */
173,177d131
< 
< /* 'const' may be defined externally by the compiler-wrapper, as in 'unproto' 
*/
< #ifndef const
< /* #undef const */                    /* defined by AC_C_CONST */
< #endif

-- 
========================,,============================================
SUPPORT     ___________//___,  Philip Webb : address@hidden
ELECTRIC   /] [] [] [] [] []|  Centre for Urban & Community Studies
TRANSIT    `-O----------O---'  University of Toronto

reply via email to

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