wget 1.8.2 as built by default on UWIN 3.1 doesn't work correctly;
it always reports an invalid last-modified-date.

I traced the problem to strptime().

The workaround is to manually edit src/config.h after
running configure to change
#define HAVE_STRPTIME 1
to
#undef HAVE_STRPTIME

Relevant config.* files are attached.
# 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_bigendian=${ac_cv_c_bigendian=no}
ac_cv_c_const=${ac_cv_c_const=yes}
ac_cv_c_inline=${ac_cv_c_inline=__inline}
ac_cv_cygwin=${ac_cv_cygwin=no}
ac_cv_exeext=${ac_cv_exeext=.exe}
ac_cv_func_access=${ac_cv_func_access=yes}
ac_cv_func_alloca_works=${ac_cv_func_alloca_works=yes}
ac_cv_func_gethostbyname=${ac_cv_func_gethostbyname=yes}
ac_cv_func_gethostname=${ac_cv_func_gethostname=yes}
ac_cv_func_getopt_long=${ac_cv_func_getopt_long=no}
ac_cv_func_getpagesize=${ac_cv_func_getpagesize=yes}
ac_cv_func_gettext=${ac_cv_func_gettext=no}
ac_cv_func_gettimeofday=${ac_cv_func_gettimeofday=yes}
ac_cv_func_inet_ntoa=${ac_cv_func_inet_ntoa=yes}
ac_cv_func_isatty=${ac_cv_func_isatty=yes}
ac_cv_func_memmove=${ac_cv_func_memmove=yes}
ac_cv_func_mktime=${ac_cv_func_mktime=yes}
ac_cv_func_mmap_fixed_mapped=${ac_cv_func_mmap_fixed_mapped=no}
ac_cv_func_select=${ac_cv_func_select=yes}
ac_cv_func_signal=${ac_cv_func_signal=yes}
ac_cv_func_snprintf=${ac_cv_func_snprintf=yes}
ac_cv_func_strcasecmp=${ac_cv_func_strcasecmp=yes}
ac_cv_func_strdup=${ac_cv_func_strdup=yes}
ac_cv_func_strerror=${ac_cv_func_strerror=yes}
ac_cv_func_strncasecmp=${ac_cv_func_strncasecmp=yes}
ac_cv_func_strpbrk=${ac_cv_func_strpbrk=yes}
ac_cv_func_strptime=${ac_cv_func_strptime=yes}
ac_cv_func_strstr=${ac_cv_func_strstr=yes}
ac_cv_func_symlink=${ac_cv_func_symlink=yes}
ac_cv_func_uname=${ac_cv_func_uname=yes}
ac_cv_func_usleep=${ac_cv_func_usleep=yes}
ac_cv_func_vsnprintf=${ac_cv_func_vsnprintf=yes}
ac_cv_header_alloca_h=${ac_cv_header_alloca_h=yes}
ac_cv_header_dlfcn_h=${ac_cv_header_dlfcn_h=yes}
ac_cv_header_libintl_h=${ac_cv_header_libintl_h=no}
ac_cv_header_locale_h=${ac_cv_header_locale_h=yes}
ac_cv_header_pwd_h=${ac_cv_header_pwd_h=yes}
ac_cv_header_signal_h=${ac_cv_header_signal_h=yes}
ac_cv_header_stdarg_h=${ac_cv_header_stdarg_h=yes}
ac_cv_header_string_h=${ac_cv_header_string_h=yes}
ac_cv_header_sys_ioctl_h=${ac_cv_header_sys_ioctl_h=yes}
ac_cv_header_sys_select_h=${ac_cv_header_sys_select_h=yes}
ac_cv_header_sys_time_h=${ac_cv_header_sys_time_h=yes}
ac_cv_header_sys_utime_h=${ac_cv_header_sys_utime_h=yes}
ac_cv_header_sys_utsname_h=${ac_cv_header_sys_utsname_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_utime_h=${ac_cv_header_utime_h=yes}
ac_cv_lib_dl_dlopen=${ac_cv_lib_dl_dlopen=no}
ac_cv_lib_dl_shl_load=${ac_cv_lib_dl_shl_load=no}
ac_cv_lib_intl_gettext=${ac_cv_lib_intl_gettext=no}
ac_cv_lib_md5_md5_calc=${ac_cv_lib_md5_md5_calc=no}
ac_cv_lib_socket_socket=${ac_cv_lib_socket_socket=no}
ac_cv_mingw32=${ac_cv_mingw32=no}
ac_cv_objext=${ac_cv_objext=o}
ac_cv_path_GMSGFMT=${ac_cv_path_GMSGFMT=msgfmt}
ac_cv_path_MSGFMT=${ac_cv_path_MSGFMT=msgfmt}
ac_cv_path_PERL=${ac_cv_path_PERL=/usr/bin/perl}
ac_cv_path_POD2MAN=${ac_cv_path_POD2MAN=/usr/bin/pod2man}
ac_cv_path_XGETTEXT=${ac_cv_path_XGETTEXT=:}
ac_cv_path_install=${ac_cv_path_install='/usr/bin/install -c'}
ac_cv_prog_CC=${ac_cv_prog_CC=cc}
ac_cv_prog_CPP=${ac_cv_prog_CPP='cc -E'}
ac_cv_prog_LN_S=${ac_cv_prog_LN_S='ln -s'}
ac_cv_prog_MAKEINFO=${ac_cv_prog_MAKEINFO=makeinfo}
ac_cv_prog_RANLIB=${ac_cv_prog_RANLIB=ranlib}
ac_cv_prog_STRIP=${ac_cv_prog_STRIP=strip}
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_sizeof_long=${ac_cv_sizeof_long=4}
ac_cv_sizeof_long_long=${ac_cv_sizeof_long_long=8}
ac_cv_type_pid_t=${ac_cv_type_pid_t=yes}
ac_cv_type_signal=${ac_cv_type_signal=void}
ac_cv_type_size_t=${ac_cv_type_size_t=yes}
am_cv_prog_cc_stdc=${am_cv_prog_cc_stdc=''}
lt_cv_compiler_c_o=${lt_cv_compiler_c_o=yes}
lt_cv_compiler_o_lo=${lt_cv_compiler_o_lo=yes}
lt_cv_deplibs_check_method=${lt_cv_deplibs_check_method=unknown}
lt_cv_file_magic_cmd=${lt_cv_file_magic_cmd='$MAGIC_CMD'}
lt_cv_file_magic_test_file=${lt_cv_file_magic_test_file=''}
lt_cv_global_symbol_to_c_name_address=${lt_cv_global_symbol_to_c_name_address=$'sed -n 
-e \'s/^: \\([^ ]*\\) $/  {\\"\\1\\", (lt_ptr) 0},/p\' -e \'s/^[BCDEGRST] \\([^ ]*\\) 
\\([^ ]*\\)$/  {"\\2", (lt_ptr) \\&\\2},/p\''}
lt_cv_global_symbol_to_cdecl=${lt_cv_global_symbol_to_cdecl=$'sed -n -e \'s/^. .* 
\\(.*\\)$/extern char \\1;/p\''}
lt_cv_ld_reload_flag=${lt_cv_ld_reload_flag=-r}
lt_cv_path_LD=${lt_cv_path_LD=/usr/bin/ld}
lt_cv_path_NM=${lt_cv_path_NM='/usr/bin/nm -B'}
lt_cv_prog_cc_can_build_shared=${lt_cv_prog_cc_can_build_shared=no}
lt_cv_prog_cc_no_builtin=${lt_cv_prog_cc_no_builtin=''}
lt_cv_prog_cc_pic=${lt_cv_prog_cc_pic=''}
lt_cv_prog_cc_shlib=${lt_cv_prog_cc_shlib=''}
lt_cv_prog_cc_static=${lt_cv_prog_cc_static=''}
lt_cv_prog_cc_static_works=${lt_cv_prog_cc_static_works=yes}
lt_cv_prog_cc_wl=${lt_cv_prog_cc_wl=''}
lt_cv_prog_gnu_ld=${lt_cv_prog_gnu_ld=no}
lt_cv_sys_global_symbol_pipe=${lt_cv_sys_global_symbol_pipe=$'sed -n -e \'s/^.*[ 
\t]\\([BCDEGRST][BCDEGRST]*\\)[ \t][ \t]*\\(_\\)\\([_A-Za-z][_A-Za-z0-9]*\\)$/\\1 
\\2\\3 \\3/p\''}
lt_cv_sys_path_separator=${lt_cv_sys_path_separator=:}
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:744: checking host system type
configure:837: checking whether make sets ${MAKE}
configure:876: checking for a BSD compatible install
configure:936: checking for gcc
configure:966: checking for cc
configure:1049: checking whether the C compiler (cc  ) works
configure:1065: cc -o conftest    conftest.c  1>&5
configure:1091: checking whether the C compiler (cc  ) is a cross-compiler
configure:1096: checking whether we are using GNU C
configure:1105: cc -E conftest.c
configure:1124: checking whether cc accepts -g
configure:1169: checking how to run the C preprocessor
configure:1190: cc -E  conftest.c >/dev/null 2>conftest.out
configure:1249: checking for AIX
configure:1285: checking for Cygwin environment
configure:1301: cc -c  -O  conftest.c 1>&5
configure(1297) : error C2065: '__CYGWIN32__' : undeclared identifier
configure: failed program was:
#line 1290 "configure"
#include "confdefs.h"

int main() {

#ifndef __CYGWIN__
#define __CYGWIN__ __CYGWIN32__
#endif
return __CYGWIN__;
; return 0; }
configure:1318: checking for mingw32 environment
configure:1330: cc -c  -O  conftest.c 1>&5
configure(1326) : error C2065: '__MINGW32__' : undeclared identifier
configure: failed program was:
#line 1323 "configure"
#include "confdefs.h"

int main() {
return __MINGW32__;
; return 0; }
configure:1416: checking build system type
configure:1478: checking for non-GNU ld
configure:1513: checking if the linker (/usr/bin/ld) is GNU ld
configure:1530: checking for /usr/bin/ld option to reload object files
configure:1542: checking for BSD-compatible nm
configure:1580: checking whether ln -s works
configure:1601: checking how to recognise dependant libraries
configure:1784: checking for object suffix
configure:1790: cc -c  -O  conftest.c 1>&5
configure:1810: checking for executable suffix
configure:1820: cc -o conftest  -O   conftest.c  1>&5
configure:1851: checking command to parse /usr/bin/nm -B output
configure:1931: cc -c  -O  conftest.c 1>&5
configure:1934: /usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ 
]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > 
conftest.nm
cannot find nm_test_var in conftest.nm
configure:1931: cc -c  -O  conftest.c 1>&5
configure:1934: /usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ 
]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > 
conftest.nm
configure:1985: cc -o conftest.exe  -O   conftest.c conftstm.o 1>&5
conftest.i
configure:2034: checking for dlfcn.h
configure:2044: cc -E  conftest.c >/dev/null 2>conftest.out
configure:2212: checking for ranlib
configure:2279: checking for strip
configure:2524: checking for objdir
configure:2555: checking for cc option to produce PIC
configure:2777: checking if cc static flag  works
configure:2792: cc -o conftest.exe  -O    conftest.c  1>&5
configure:2823: checking if cc supports -c -o file.o
configure:2842: cc -c  -O -o out/conftest2.o  conftest.c 1>&5
configure:2871: checking if cc supports -c -o file.lo
configure:2889: cc -c  -O -c -o conftest.lo  conftest.c 1>&5
configure:2991: checking whether the linker (/usr/bin/ld) supports shared libraries
configure:3679: checking how to hardcode library paths into programs
configure:3711: checking whether stripping libraries is possible
configure:3729: checking dynamic linker characteristics
configure:4130: checking if libtool supports shared libraries
configure:4138: checking whether to build shared libraries
configure:4165: checking whether to build static libraries
configure:5322: checking for cc option to accept ANSI C
configure:5355: cc  -c  -O  conftest.c 1>&5
configure:5377: checking for function prototypes
configure:5537: checking for working const
configure:5591: cc -c  -O  conftest.c 1>&5
configure(5547) : warning C4101: 'x' : unreferenced local variable
configure(5567) : warning C4700: local variable 't' used without having been 
initialized
configure(5582) : warning C4700: local variable 'b' used without having been 
initialized
configure:5612: checking for inline
configure:5626: cc -c  -O  conftest.c 1>&5
configure(5622) : error C2061: syntax error : identifier 'foo'
configure(5622) : error C2059: syntax error : ';'
configure(5622) : error C2059: syntax error : ')'
configure: failed program was:
#line 5619 "configure"
#include "confdefs.h"

int main() {
} inline foo() {
; return 0; }
configure:5626: cc -c  -O  conftest.c 1>&5
configure(5622) : error C2061: syntax error : identifier 'foo'
configure(5622) : error C2059: syntax error : ';'
configure(5622) : error C2059: syntax error : ')'
configure: failed program was:
#line 5619 "configure"
#include "confdefs.h"

int main() {
} __inline__ foo() {
; return 0; }
configure:5626: cc -c  -O  conftest.c 1>&5
configure:5652: checking for size_t
configure:5685: checking for pid_t
configure:5718: checking whether byte ordering is bigendian
configure:5736: cc -c  -O  conftest.c 1>&5
configure(5731) : error C2065: 'bogus' : undeclared identifier
configure(5731) : error C2146: syntax error : missing ';' before identifier 'endian'
configure(5731) : error C2065: 'endian' : undeclared identifier
configure(5731) : error C2146: syntax error : missing ';' before identifier 'macros'
configure(5733) : error C2065: 'macros' : undeclared identifier
configure: failed program was:
#line 5725 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/param.h>
int main() {

#if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
 bogus endian macros
#endif
; return 0; }
configure:5784: cc -o conftest.exe  -O   conftest.c  1>&5
configure(5780) : warning C4013: 'exit' undefined; assuming extern returning int
configure:5810: checking size of long
configure:5830: cc -o conftest.exe  -O   conftest.c  1>&5
configure(5824) : warning C4013: 'exit' undefined; assuming extern returning int
configure:5850: checking size of long long
configure:5870: cc -o conftest.exe  -O   conftest.c  1>&5
configure(5864) : warning C4013: 'exit' undefined; assuming extern returning int
configure:5894: checking for string.h
configure:5904: cc -E  conftest.c >/dev/null 2>conftest.out
configure:5894: checking for stdarg.h
configure:5904: cc -E  conftest.c >/dev/null 2>conftest.out
configure:5894: checking for unistd.h
configure:5904: cc -E  conftest.c >/dev/null 2>conftest.out
configure:5894: checking for sys/time.h
configure:5904: cc -E  conftest.c >/dev/null 2>conftest.out
configure:5894: checking for utime.h
configure:5904: cc -E  conftest.c >/dev/null 2>conftest.out
configure:5894: checking for sys/utime.h
configure:5904: cc -E  conftest.c >/dev/null 2>conftest.out
configure:5894: checking for pwd.h
configure:5904: cc -E  conftest.c >/dev/null 2>conftest.out
configure:5934: checking for termios.h
configure:5944: cc -E  conftest.c >/dev/null 2>conftest.out
configure:5934: checking for sys/ioctl.h
configure:5944: cc -E  conftest.c >/dev/null 2>conftest.out
configure:5934: checking for sys/select.h
configure:5944: cc -E  conftest.c >/dev/null 2>conftest.out
configure:5934: checking for sys/utsname.h
configure:5944: cc -E  conftest.c >/dev/null 2>conftest.out
configure:5934: checking for signal.h
configure:5944: cc -E  conftest.c >/dev/null 2>conftest.out
configure:5971: checking whether time.h and sys/time.h may both be included
configure:5985: cc -c  -O  conftest.c 1>&5
configure(5981) : warning C4101: 'tp' : unreferenced local variable
configure:6007: checking return type of signal handlers
configure:6029: cc -c  -O  conftest.c 1>&5
configure(6025) : warning C4101: 'i' : unreferenced local variable
configure:6049: checking for struct utimbuf
configure:6077: checking for working alloca.h
configure:6089: cc -o conftest.exe  -O   conftest.c  1>&5
configure:6110: checking for alloca
configure:6143: cc -o conftest.exe  -O   conftest.c  1>&5
configure:6312: checking for unistd.h
configure:6351: checking for getpagesize
configure:6379: cc -o conftest.exe  -O   conftest.c  1>&5
configure:6404: checking for working mmap
configure:6552: cc -o conftest.exe  -O   conftest.c  1>&5
configure(6493) : warning C4013: 'getpagesize' undefined; assuming extern returning int
configure(6500) : warning C4013: 'exit' undefined; assuming extern returning int
configure(6502) : warning C4013: 'rand' undefined; assuming extern returning int
configure(6507) : warning C4013: 'write' undefined; assuming extern returning int
configure(6509) : warning C4013: 'close' undefined; assuming extern returning int
configure(6540) : warning C4013: 'read' undefined; assuming extern returning int
configure(6546) : warning C4013: 'unlink' undefined; assuming extern returning int
configure: failed program was:
#line 6412 "configure"
#include "confdefs.h"

/* Thanks to Mike Haertel and Jim Avera for this test.
   Here is a matrix of mmap possibilities:
        mmap private not fixed
        mmap private fixed at somewhere currently unmapped
        mmap private fixed at somewhere already mapped
        mmap shared not fixed
        mmap shared fixed at somewhere currently unmapped
        mmap shared fixed at somewhere already mapped
   For private mappings, we should verify that changes cannot be read()
   back from the file, nor mmap's back from the file at a different
   address.  (There have been systems where private was not correctly
   implemented like the infamous i386 svr4.0, and systems where the
   VM page cache was not coherent with the filesystem buffer cache
   like early versions of FreeBSD and possibly contemporary NetBSD.)
   For shared mappings, we should conversely verify that changes get
   propogated back to all the places they're supposed to be.

   Grep wants private fixed already mapped.
   The main things grep needs to know about mmap are:
   * does it exist and is it safe to write into the mmap'd area
   * how to use it (BSD variants)  */
#include <sys/types.h>
#include <fcntl.h>
#include <sys/mman.h>

/* This mess was copied from the GNU getpagesize.h.  */
#ifndef HAVE_GETPAGESIZE
# ifdef HAVE_UNISTD_H
#  include <unistd.h>
# endif

/* Assume that all systems that can run configure have sys/param.h.  */
# ifndef HAVE_SYS_PARAM_H
#  define HAVE_SYS_PARAM_H 1
# endif

# ifdef _SC_PAGESIZE
#  define getpagesize() sysconf(_SC_PAGESIZE)
# else /* no _SC_PAGESIZE */
#  ifdef HAVE_SYS_PARAM_H
#   include <sys/param.h>
#   ifdef EXEC_PAGESIZE
#    define getpagesize() EXEC_PAGESIZE
#   else /* no EXEC_PAGESIZE */
#    ifdef NBPG
#     define getpagesize() NBPG * CLSIZE
#     ifndef CLSIZE
#      define CLSIZE 1
#     endif /* no CLSIZE */
#    else /* no NBPG */
#     ifdef NBPC
#      define getpagesize() NBPC
#     else /* no NBPC */
#      ifdef PAGESIZE
#       define getpagesize() PAGESIZE
#      endif /* PAGESIZE */
#     endif /* no NBPC */
#    endif /* no NBPG */
#   endif /* no EXEC_PAGESIZE */
#  else /* no HAVE_SYS_PARAM_H */
#   define getpagesize() 8192   /* punt totally */
#  endif /* no HAVE_SYS_PARAM_H */
# endif /* no _SC_PAGESIZE */

#endif /* no HAVE_GETPAGESIZE */

#ifdef __cplusplus
extern "C" { void *malloc(unsigned); }
#else
char *malloc();
#endif

int
main()
{
        char *data, *data2, *data3;
        int i, pagesize;
        int fd;

        pagesize = getpagesize();

        /*
         * First, make a file with some known garbage in it.
         */
        data = malloc(pagesize);
        if (!data)
                exit(1);
        for (i = 0; i < pagesize; ++i)
                *(data + i) = rand();
        umask(0);
        fd = creat("conftestmmap", 0600);
        if (fd < 0)
                exit(1);
        if (write(fd, data, pagesize) != pagesize)
                exit(1);
        close(fd);

        /*
         * Next, try to mmap the file at a fixed address which
         * already has something else allocated at it.  If we can,
         * also make sure that we see the same garbage.
         */
        fd = open("conftestmmap", O_RDWR);
        if (fd < 0)
                exit(1);
        data2 = malloc(2 * pagesize);
        if (!data2)
                exit(1);
        data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1);
        if (data2 != mmap(data2, pagesize, PROT_READ | PROT_WRITE,
            MAP_PRIVATE | MAP_FIXED, fd, 0L))
                exit(1);
        for (i = 0; i < pagesize; ++i)
                if (*(data + i) != *(data2 + i))
                        exit(1);

        /*
         * Finally, make sure that changes to the mapped area
         * do not percolate back to the file as seen by read().
         * (This is a bug on some variants of i386 svr4.0.)
         */
        for (i = 0; i < pagesize; ++i)
                *(data2 + i) = *(data2 + i) + 1;
        data3 = malloc(pagesize);
        if (!data3)
                exit(1);
        if (read(fd, data3, pagesize) != pagesize)
                exit(1);
        for (i = 0; i < pagesize; ++i)
                if (*(data + i) != *(data3 + i))
                        exit(1);
        close(fd);
        unlink("conftestmmap");
        exit(0);
}

configure:6577: checking for strdup
configure:6605: cc -o conftest.exe  -O   conftest.c  1>&5
configure:6577: checking for strstr
configure:6605: cc -o conftest.exe  -O   conftest.c  1>&5
configure:6577: checking for strcasecmp
configure:6605: cc -o conftest.exe  -O   conftest.c  1>&5
configure:6577: checking for strncasecmp
configure:6605: cc -o conftest.exe  -O   conftest.c  1>&5
configure:6577: checking for strpbrk
configure:6605: cc -o conftest.exe  -O   conftest.c  1>&5
configure:6577: checking for memmove
configure:6605: cc -o conftest.exe  -O   conftest.c  1>&5
configure:6632: checking for gettimeofday
configure:6660: cc -o conftest.exe  -O   conftest.c  1>&5
configure:6632: checking for mktime
configure:6660: cc -o conftest.exe  -O   conftest.c  1>&5
configure:6632: checking for strptime
configure:6660: cc -o conftest.exe  -O   conftest.c  1>&5
configure:6687: checking for strerror
configure:6715: cc -o conftest.exe  -O   conftest.c  1>&5
configure:6687: checking for snprintf
configure:6715: cc -o conftest.exe  -O   conftest.c  1>&5
configure:6687: checking for vsnprintf
configure:6715: cc -o conftest.exe  -O   conftest.c  1>&5
configure:6687: checking for select
configure:6715: cc -o conftest.exe  -O   conftest.c  1>&5
configure:6687: checking for signal
configure:6715: cc -o conftest.exe  -O   conftest.c  1>&5
configure:6687: checking for symlink
configure:6715: cc -o conftest.exe  -O   conftest.c  1>&5
configure:6687: checking for access
configure:6715: cc -o conftest.exe  -O   conftest.c  1>&5
configure:6687: checking for isatty
configure:6715: cc -o conftest.exe  -O   conftest.c  1>&5
configure:6742: checking for uname
configure:6770: cc -o conftest.exe  -O   conftest.c  1>&5
configure:6742: checking for gethostname
configure:6770: cc -o conftest.exe  -O   conftest.c  1>&5
configure:6742: checking for usleep
configure:6770: cc -o conftest.exe  -O   conftest.c  1>&5
configure:6796: checking for getopt_long
configure:6824: cc -o conftest.exe  -O   conftest.c  1>&5
conftest.o : error LNK2001: unresolved external symbol _getopt_long
conftest.exe : fatal error LNK1120: 1 unresolved externals
configure: failed program was:
#line 6801 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char getopt_long(); 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 getopt_long();

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_getopt_long) || defined (__stub___getopt_long)
choke me
#else
getopt_long();
#endif

; return 0; }
configure:6854: checking for gethostbyname
configure:6882: cc -o conftest.exe  -O   conftest.c  1>&5
configure:6911: checking for inet_ntoa
configure:6939: cc -o conftest.exe  -O   conftest.c  1>&5
configure:7016: checking for socket in -lsocket
configure:7035: cc -o conftest.exe  -O   conftest.c -lsocket   1>&5
conftest.i
cc: socket: library not found
configure: failed program was:
#line 7024 "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 socket();

int main() {
socket()
; return 0; }
configure:7185: checking for dlopen in -ldl
configure:7204: /bin/sh ./libtool cc -o conftest.exe  -O   conftest.c -ldl   1>&5
mkdir .libs
cc -o conftest.exe -O conftest.c  -ldl
conftest.i
cc: dl: library not found
configure: failed program was:
#line 7193 "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 dlopen();

int main() {
dlopen()
; return 0; }
configure:7232: checking for shl_load in -ldl
configure:7251: /bin/sh ./libtool cc -o conftest.exe  -O   conftest.c -ldl   1>&5
cc -o conftest.exe -O conftest.c  -ldl
conftest.i
cc: dl: library not found
configure: failed program was:
#line 7240 "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 shl_load();

int main() {
shl_load()
; return 0; }
configure:7297: checking for includes
configure:7307: cc -E   conftest.c >/dev/null 2>conftest.out
cpp: "configure", line 7301: openssl/ssl.h: cannot find include file
cpp: "configure", line 7302: openssl/rsa.h: cannot find include file
configure: failed program was:
#line 7300 "configure"
#include "confdefs.h"
#include <openssl/ssl.h>
#include <openssl/rsa.h>

configure:7297: checking for includes
configure:7307: cc -E -I/usr/local/ssl/include  conftest.c >/dev/null 2>conftest.out
cpp: "configure", line 7301: openssl/ssl.h: cannot find include file
cpp: "configure", line 7302: openssl/rsa.h: cannot find include file
configure: failed program was:
#line 7300 "configure"
#include "confdefs.h"
#include <openssl/ssl.h>
#include <openssl/rsa.h>

configure:7297: checking for includes
configure:7307: cc -E -I/usr/local/include  conftest.c >/dev/null 2>conftest.out
cpp: "configure", line 7301: openssl/ssl.h: cannot find include file
cpp: "configure", line 7302: openssl/rsa.h: cannot find include file
configure: failed program was:
#line 7300 "configure"
#include "confdefs.h"
#include <openssl/ssl.h>
#include <openssl/rsa.h>

configure:7297: checking for includes
configure:7307: cc -E -I/opt/include  conftest.c >/dev/null 2>conftest.out
cpp: "configure", line 7301: openssl/ssl.h: cannot find include file
cpp: "configure", line 7302: openssl/rsa.h: cannot find include file
configure: failed program was:
#line 7300 "configure"
#include "confdefs.h"
#include <openssl/ssl.h>
#include <openssl/rsa.h>

configure:7506: checking for md5_calc in -lmd5
configure:7525: cc -o conftest.exe  -O   conftest.c -lmd5   1>&5
conftest.i
cc: md5: library not found
configure: failed program was:
#line 7514 "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 md5_calc();

int main() {
md5_calc()
; return 0; }
configure:7583: checking whether NLS is requested
configure:7600: checking for msgfmt
configure:7634: checking for xgettext
configure:7669: checking for gmsgfmt
configure:7719: checking for locale.h
configure:7729: cc -E  conftest.c >/dev/null 2>conftest.out
configure:7719: checking for libintl.h
configure:7729: cc -E  conftest.c >/dev/null 2>conftest.out
cpp: "configure", line 7725: libintl.h: cannot find include file
configure: failed program was:
#line 7724 "configure"
#include "confdefs.h"
#include <libintl.h>
configure:7759: checking for gettext
configure:7787: cc -o conftest.exe  -O   conftest.c  1>&5
conftest.o : error LNK2001: unresolved external symbol _gettext
conftest.exe : fatal error LNK1120: 1 unresolved externals
configure: failed program was:
#line 7764 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char gettext(); 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 gettext();

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_gettext) || defined (__stub___gettext)
choke me
#else
gettext();
#endif

; return 0; }
configure:7809: checking for gettext in -lintl
configure:7828: cc -o conftest.exe  -O   conftest.c -lintl   1>&5
conftest.i
cc: intl: library not found
configure: failed program was:
#line 7817 "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 gettext();

int main() {
gettext()
; return 0; }
configure:7896: checking for makeinfo
configure:7938: checking for perl5
configure:7938: checking for perl
configure:7977: checking for pod2man
#! /bin/sh
# Generated automatically by configure.
# Run this file to recreate the current configuration.
# This directory was configured as follows,
# on host bog.blilly.com:
#
# ./configure  --p /usr
#
# 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  --p /usr --no-create 
--no-recursion"
    exec ${CONFIG_SHELL-/bin/sh} ./configure  --p /usr --no-create --no-recursion ;;
  -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
    echo "./config.status generated by autoconf version 2.13"
    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="/usr/bin/install -c"

trap 'rm -fr Makefile src/Makefile doc/Makefile util/Makefile po/Makefile.in
           windows/Makefile src/config.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

[EMAIL PROTECTED]@%/bin/sh%g
[EMAIL PROTECTED]@% -O%g
[EMAIL PROTECTED]@%%g
[EMAIL PROTECTED]@%%g
[EMAIL PROTECTED]@%%g
[EMAIL PROTECTED]@%-DHAVE_CONFIG_H%g
[EMAIL PROTECTED]@%%g
[EMAIL PROTECTED]@%%g
[EMAIL PROTECTED]@%${prefix}%g
[EMAIL PROTECTED]@%/usr%g
[EMAIL PROTECTED]@%s,x,x,%g
[EMAIL PROTECTED]@%${exec_prefix}/bin%g
[EMAIL PROTECTED]@%${exec_prefix}/sbin%g
[EMAIL PROTECTED]@%${exec_prefix}/libexec%g
[EMAIL PROTECTED]@%${prefix}/share%g
[EMAIL PROTECTED]@%${prefix}/etc%g
[EMAIL PROTECTED]@%${prefix}/com%g
[EMAIL PROTECTED]@%${prefix}/var%g
[EMAIL PROTECTED]@%${exec_prefix}/lib%g
[EMAIL PROTECTED]@%${prefix}/include%g
[EMAIL PROTECTED]@%/usr/include%g
[EMAIL PROTECTED]@%${prefix}/info%g
[EMAIL PROTECTED]@%${prefix}/man%g
[EMAIL PROTECTED]@%1.8.2%g
[EMAIL PROTECTED]@%wget%g
[EMAIL PROTECTED]@%i686-pc-uwin%g
[EMAIL PROTECTED]@%i686-pc-uwin%g
[EMAIL PROTECTED]@%i686%g
[EMAIL PROTECTED]@%pc%g
[EMAIL PROTECTED]@%uwin%g
[EMAIL PROTECTED]@%ftp-opie$o%g
[EMAIL PROTECTED]@%%g
[EMAIL PROTECTED]@%${INSTALL}%g
[EMAIL PROTECTED]@%${INSTALL_PROGRAM}%g
[EMAIL PROTECTED]@%${INSTALL} -m 644%g
[EMAIL PROTECTED]@%cc%g
[EMAIL PROTECTED]@%cc -E%g
[EMAIL PROTECTED]@%i686-pc-uwin%g
[EMAIL PROTECTED]@%i686-pc-uwin%g
[EMAIL PROTECTED]@%i686%g
[EMAIL PROTECTED]@%pc%g
[EMAIL PROTECTED]@%uwin%g
[EMAIL PROTECTED]@%ln -s%g
[EMAIL PROTECTED]@%o%g
[EMAIL PROTECTED]@%.exe%g
[EMAIL PROTECTED]@%print -r%g
[EMAIL PROTECTED]@%ranlib%g
[EMAIL PROTECTED]@%strip%g
[EMAIL PROTECTED]@%$(SHELL) $(top_builddir)/libtool%g
[EMAIL PROTECTED]@%./ltmain.sh%g
[EMAIL PROTECTED]@%%g
[EMAIL PROTECTED]@%%g
[EMAIL PROTECTED]@%%g
[EMAIL PROTECTED]@%%g
[EMAIL PROTECTED]@%getopt$o%g
[EMAIL PROTECTED]@%-I/opt/include%g
[EMAIL PROTECTED]@%%g
[EMAIL PROTECTED]@%gen-md5$o gnu-md5$o%g
[EMAIL PROTECTED]@%msgfmt%g
[EMAIL PROTECTED]@%:%g
[EMAIL PROTECTED]@%msgfmt%g
[EMAIL PROTECTED]@% bg.gmo ca.gmo cs.gmo da.gmo de.gmo el.gmo es.gmo et.gmo fr.gmo 
gl.gmo he.gmo hr.gmo hu.gmo it.gmo ja.gmo nl.gmo no.gmo pl.gmo pt_BR.gmo ru.gmo sk.gmo 
sl.gmo sv.gmo tr.gmo uk.gmo zh_TW.gmo%g
[EMAIL PROTECTED]@%.gmo%g
[EMAIL PROTECTED]@%share%g
[EMAIL PROTECTED]@% bg.gmo ca.gmo cs.gmo da.gmo de.gmo el.gmo es.gmo et.gmo fr.gmo 
gl.gmo he.gmo hr.gmo hu.gmo it.gmo ja.gmo nl.gmo no.gmo pl.gmo pt_BR.gmo ru.gmo sk.gmo 
sl.gmo sv.gmo tr.gmo uk.gmo zh_TW.gmo%g
[EMAIL PROTECTED]@%.mo%g
[EMAIL PROTECTED]@%%g
[EMAIL PROTECTED]@% bg.po ca.po cs.po da.po de.po el.po es.po et.po fr.po gl.po he.po 
hr.po hu.po it.po ja.po nl.po no.po pl.po pt_BR.po ru.po sk.po sl.po sv.po tr.po uk.po 
zh_TW.po%g
[EMAIL PROTECTED]@%no%g
[EMAIL PROTECTED]@%no%g
[EMAIL PROTECTED]@%makeinfo $(srcdir)/wget.texi%g
[EMAIL PROTECTED]@%/usr/bin/perl%g
[EMAIL PROTECTED]@%/usr/bin/pod2man%g
[EMAIL PROTECTED]@%%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 src/Makefile doc/Makefile util/Makefile 
po/Makefile.in
           windows/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
[EMAIL PROTECTED]@%$configure_input%g
[EMAIL PROTECTED]@%$srcdir%g
[EMAIL PROTECTED]@%$top_srcdir%g
[EMAIL PROTECTED]@%$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="src/config.h"
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}OS_TYPE${ac_dB}OS_TYPE${ac_dC}"uwin"${ac_dD}
${ac_uA}OS_TYPE${ac_uB}OS_TYPE${ac_uC}"uwin"${ac_uD}
${ac_eA}OS_TYPE${ac_eB}OS_TYPE${ac_eC}"uwin"${ac_eD}
${ac_dA}USE_OPIE${ac_dB}USE_OPIE${ac_dC}1${ac_dD}
${ac_uA}USE_OPIE${ac_uB}USE_OPIE${ac_uC}1${ac_uD}
${ac_eA}USE_OPIE${ac_eB}USE_OPIE${ac_eC}1${ac_eD}
${ac_dA}USE_DIGEST${ac_dB}USE_DIGEST${ac_dC}1${ac_dD}
${ac_uA}USE_DIGEST${ac_uB}USE_DIGEST${ac_uC}1${ac_uD}
${ac_eA}USE_DIGEST${ac_eB}USE_DIGEST${ac_eC}1${ac_eD}
${ac_dA}DEBUG${ac_dB}DEBUG${ac_dC}1${ac_dD}
${ac_uA}DEBUG${ac_uB}DEBUG${ac_uC}1${ac_uD}
${ac_eA}DEBUG${ac_eB}DEBUG${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_DLFCN_H${ac_dB}HAVE_DLFCN_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_DLFCN_H${ac_uB}HAVE_DLFCN_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_DLFCN_H${ac_eB}HAVE_DLFCN_H${ac_eC}1${ac_eD}
${ac_dA}PROTOTYPES${ac_dB}PROTOTYPES${ac_dC}1${ac_dD}
${ac_uA}PROTOTYPES${ac_uB}PROTOTYPES${ac_uC}1${ac_uD}
${ac_eA}PROTOTYPES${ac_eB}PROTOTYPES${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}SIZEOF_LONG${ac_dB}SIZEOF_LONG${ac_dC}4${ac_dD}
${ac_uA}SIZEOF_LONG${ac_uB}SIZEOF_LONG${ac_uC}4${ac_uD}
${ac_eA}SIZEOF_LONG${ac_eB}SIZEOF_LONG${ac_eC}4${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}SIZEOF_LONG_LONG${ac_dB}SIZEOF_LONG_LONG${ac_dC}8${ac_dD}
${ac_uA}SIZEOF_LONG_LONG${ac_uB}SIZEOF_LONG_LONG${ac_uC}8${ac_uD}
${ac_eA}SIZEOF_LONG_LONG${ac_eB}SIZEOF_LONG_LONG${ac_eC}8${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}
${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_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}
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_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_UTIME_H${ac_dB}HAVE_UTIME_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_UTIME_H${ac_uB}HAVE_UTIME_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_UTIME_H${ac_eB}HAVE_UTIME_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_SYS_UTIME_H${ac_dB}HAVE_SYS_UTIME_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_SYS_UTIME_H${ac_uB}HAVE_SYS_UTIME_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_SYS_UTIME_H${ac_eB}HAVE_SYS_UTIME_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_PWD_H${ac_dB}HAVE_PWD_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_PWD_H${ac_uB}HAVE_PWD_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_PWD_H${ac_eB}HAVE_PWD_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_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}
${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}
${ac_dA}HAVE_SYS_SELECT_H${ac_dB}HAVE_SYS_SELECT_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_SYS_SELECT_H${ac_uB}HAVE_SYS_SELECT_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_SYS_SELECT_H${ac_eB}HAVE_SYS_SELECT_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_SYS_UTSNAME_H${ac_dB}HAVE_SYS_UTSNAME_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_SYS_UTSNAME_H${ac_uB}HAVE_SYS_UTSNAME_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_SYS_UTSNAME_H${ac_eB}HAVE_SYS_UTSNAME_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_SIGNAL_H${ac_dB}HAVE_SIGNAL_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_SIGNAL_H${ac_uB}HAVE_SIGNAL_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_SIGNAL_H${ac_eB}HAVE_SIGNAL_H${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}
${ac_dA}RETSIGTYPE${ac_dB}RETSIGTYPE${ac_dC}void${ac_dD}
${ac_uA}RETSIGTYPE${ac_uB}RETSIGTYPE${ac_uC}void${ac_uD}
${ac_eA}RETSIGTYPE${ac_eB}RETSIGTYPE${ac_eC}void${ac_eD}
${ac_dA}HAVE_STRUCT_UTIMBUF${ac_dB}HAVE_STRUCT_UTIMBUF${ac_dC}1${ac_dD}
${ac_uA}HAVE_STRUCT_UTIMBUF${ac_uB}HAVE_STRUCT_UTIMBUF${ac_uC}1${ac_uD}
${ac_eA}HAVE_STRUCT_UTIMBUF${ac_eB}HAVE_STRUCT_UTIMBUF${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_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}
${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}
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_STRDUP${ac_dB}HAVE_STRDUP${ac_dC}1${ac_dD}
${ac_uA}HAVE_STRDUP${ac_uB}HAVE_STRDUP${ac_uC}1${ac_uD}
${ac_eA}HAVE_STRDUP${ac_eB}HAVE_STRDUP${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_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_STRNCASECMP${ac_dB}HAVE_STRNCASECMP${ac_dC}1${ac_dD}
${ac_uA}HAVE_STRNCASECMP${ac_uB}HAVE_STRNCASECMP${ac_uC}1${ac_uD}
${ac_eA}HAVE_STRNCASECMP${ac_eB}HAVE_STRNCASECMP${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_STRPBRK${ac_dB}HAVE_STRPBRK${ac_dC}1${ac_dD}
${ac_uA}HAVE_STRPBRK${ac_uB}HAVE_STRPBRK${ac_uC}1${ac_uD}
${ac_eA}HAVE_STRPBRK${ac_eB}HAVE_STRPBRK${ac_eC}1${ac_eD}
${ac_dA}HAVE_MEMMOVE${ac_dB}HAVE_MEMMOVE${ac_dC}1${ac_dD}
${ac_uA}HAVE_MEMMOVE${ac_uB}HAVE_MEMMOVE${ac_uC}1${ac_uD}
${ac_eA}HAVE_MEMMOVE${ac_eB}HAVE_MEMMOVE${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}
${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}
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_STRPTIME${ac_dB}HAVE_STRPTIME${ac_dC}1${ac_dD}
${ac_uA}HAVE_STRPTIME${ac_uB}HAVE_STRPTIME${ac_uC}1${ac_uD}
${ac_eA}HAVE_STRPTIME${ac_eB}HAVE_STRPTIME${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}
${ac_dA}HAVE_SNPRINTF${ac_dB}HAVE_SNPRINTF${ac_dC}1${ac_dD}
${ac_uA}HAVE_SNPRINTF${ac_uB}HAVE_SNPRINTF${ac_uC}1${ac_uD}
${ac_eA}HAVE_SNPRINTF${ac_eB}HAVE_SNPRINTF${ac_eC}1${ac_eD}
${ac_dA}HAVE_VSNPRINTF${ac_dB}HAVE_VSNPRINTF${ac_dC}1${ac_dD}
${ac_uA}HAVE_VSNPRINTF${ac_uB}HAVE_VSNPRINTF${ac_uC}1${ac_uD}
${ac_eA}HAVE_VSNPRINTF${ac_eB}HAVE_VSNPRINTF${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_SELECT${ac_dB}HAVE_SELECT${ac_dC}1${ac_dD}
${ac_uA}HAVE_SELECT${ac_uB}HAVE_SELECT${ac_uC}1${ac_uD}
${ac_eA}HAVE_SELECT${ac_eB}HAVE_SELECT${ac_eC}1${ac_eD}
${ac_dA}HAVE_SIGNAL${ac_dB}HAVE_SIGNAL${ac_dC}1${ac_dD}
${ac_uA}HAVE_SIGNAL${ac_uB}HAVE_SIGNAL${ac_uC}1${ac_uD}
${ac_eA}HAVE_SIGNAL${ac_eB}HAVE_SIGNAL${ac_eC}1${ac_eD}
${ac_dA}HAVE_SYMLINK${ac_dB}HAVE_SYMLINK${ac_dC}1${ac_dD}
${ac_uA}HAVE_SYMLINK${ac_uB}HAVE_SYMLINK${ac_uC}1${ac_uD}
${ac_eA}HAVE_SYMLINK${ac_eB}HAVE_SYMLINK${ac_eC}1${ac_eD}
${ac_dA}HAVE_ACCESS${ac_dB}HAVE_ACCESS${ac_dC}1${ac_dD}
${ac_uA}HAVE_ACCESS${ac_uB}HAVE_ACCESS${ac_uC}1${ac_uD}
${ac_eA}HAVE_ACCESS${ac_eB}HAVE_ACCESS${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_ISATTY${ac_dB}HAVE_ISATTY${ac_dC}1${ac_dD}
${ac_uA}HAVE_ISATTY${ac_uB}HAVE_ISATTY${ac_uC}1${ac_uD}
${ac_eA}HAVE_ISATTY${ac_eB}HAVE_ISATTY${ac_eC}1${ac_eD}
${ac_dA}HAVE_UNAME${ac_dB}HAVE_UNAME${ac_dC}1${ac_dD}
${ac_uA}HAVE_UNAME${ac_uB}HAVE_UNAME${ac_uC}1${ac_uD}
${ac_eA}HAVE_UNAME${ac_eB}HAVE_UNAME${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_USLEEP${ac_dB}HAVE_USLEEP${ac_dC}1${ac_dD}
${ac_uA}HAVE_USLEEP${ac_uB}HAVE_USLEEP${ac_uC}1${ac_uD}
${ac_eA}HAVE_USLEEP${ac_eB}HAVE_USLEEP${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_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}
${ac_dA}HAVE_INET_NTOA${ac_dB}HAVE_INET_NTOA${ac_dC}1${ac_dD}
${ac_uA}HAVE_INET_NTOA${ac_uB}HAVE_INET_NTOA${ac_uC}1${ac_uD}
${ac_eA}HAVE_INET_NTOA${ac_eB}HAVE_INET_NTOA${ac_eC}1${ac_eD}
${ac_dA}HAVE_BUILTIN_MD5${ac_dB}HAVE_BUILTIN_MD5${ac_dC}1${ac_dD}
${ac_uA}HAVE_BUILTIN_MD5${ac_uB}HAVE_BUILTIN_MD5${ac_uC}1${ac_uD}
${ac_eA}HAVE_BUILTIN_MD5${ac_eB}HAVE_BUILTIN_MD5${ac_eC}1${ac_eD}
${ac_dA}HAVE_MD5${ac_dB}HAVE_MD5${ac_dC}1${ac_dD}
${ac_uA}HAVE_MD5${ac_uB}HAVE_MD5${ac_uC}1${ac_uD}
${ac_eA}HAVE_MD5${ac_eB}HAVE_MD5${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}
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


srcdir=$ac_given_srcdir # Advanced autoconf hackery
      if test "x$srcdir" != "x."; then
     if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
       posrcprefix="$srcdir/"
     else
       posrcprefix="../$srcdir/"
     fi
   else
     posrcprefix="../"
   fi
   rm -f po/POTFILES
         echo "generating po/POTFILES from $srcdir/po/POTFILES.in"
   sed -e "/^#/d" -e "/^\$/d" -e "s,.*, $posrcprefix& \\\\,"  \
       -e "\$s/\(.*\) \\\\/\1/" \
        < $srcdir/po/POTFILES.in > po/POTFILES
   echo "creating po/Makefile"
   sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile
  
test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
exit 0
/* src/config.h.  Generated automatically by configure.  */
/* Configuration header file.
   Copyright (C) 1995, 1996, 1997, 1998, 2000, 2001
   Free Software Foundation, Inc.

This file is part of GNU Wget.

GNU Wget is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

GNU Wget is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Wget; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

In addition, as a special exception, the Free Software Foundation
gives permission to link the code of its release of Wget with the
OpenSSL project's "OpenSSL" library (or with modified versions of it
that use the same license as the "OpenSSL" library), and distribute
the linked executables.  You must obey the GNU General Public License
in all respects for all of the code used other than "OpenSSL".  If you
modify this file, you may extend this exception to your version of the
file, but you are not obligated to do so.  If you do not wish to do
so, delete this exception statement from your version.  */

#ifndef CONFIG_H
#define CONFIG_H

/* Define if you have the <alloca.h> header file.  */
#define HAVE_ALLOCA_H 1

/* AIX requires this to be the first thing in the file.  */
#ifdef __GNUC__
# define alloca __builtin_alloca
#else
# if HAVE_ALLOCA_H
#  include <alloca.h>
# else
#  ifdef _AIX
 #pragma alloca
#  else
#   ifndef alloca /* predefined by HP cc +Olibcalls */
char *alloca ();
#   endif
#  endif
# endif
#endif

/* Define if on AIX 3.
   System headers sometimes define this.
   We just want to avoid a redefinition error message.  */
#ifndef _ALL_SOURCE
/* #undef _ALL_SOURCE */
#endif

/* Define to empty if the keyword does not work.  */
/* #undef const */

/* Define to empty or __inline__ or __inline.  */
#define inline __inline

/* Define to `unsigned' if <sys/types.h> doesn't define.  */
/* #undef size_t */

/* Define to `int' if <sys/types.h> doesn't define.  */
/* #undef pid_t */

/* Define if you have the ANSI C header files.  */
/* #undef STDC_HEADERS */

/* Define as the return type of signal handlers (int or void).  */
#define RETSIGTYPE void

/* Define if your architecture is big endian (with the most
   significant byte first).  */
/* #undef WORDS_BIGENDIAN */

/* Define to the length of long. */
#define SIZEOF_LONG 4

/* Define to the length of long long. */
#define SIZEOF_LONG_LONG 8

/* #undef HAVE_LONG_LONG */
#if SIZEOF_LONG_LONG != 0
# define HAVE_LONG_LONG
#endif

/* Define this if you want the NLS support.  */
/* #undef HAVE_NLS */

/* Define if you want the FTP support for Opie compiled in.  */
#define USE_OPIE 1

/* Define if you want the HTTP Digest Authorization compiled in.  */
#define USE_DIGEST 1

/* Define if you want the debug output support compiled in.  */
#define DEBUG 1

/* Define if you have sys/time.h header.  */
#define HAVE_SYS_TIME_H 1

/* Define if you can safely include both <sys/time.h> and <time.h>.  */
#define TIME_WITH_SYS_TIME 1

/* Define if you have struct utimbuf.  */
#define HAVE_STRUCT_UTIMBUF 1

/* Define if you have the uname function.  */
#define HAVE_UNAME 1

/* Define if you have a working version of mmap.  */
/* #undef HAVE_MMAP */

/* Define if you have the gethostname function.  */
#define HAVE_GETHOSTNAME 1

/* Define if you have the select function.  */
#define HAVE_SELECT 1

/* Define if you have the gettimeofday function.  */
#define HAVE_GETTIMEOFDAY 1

/* Define if you have the strdup function.  */
#define HAVE_STRDUP 1

/* Define if you have the sys/utsname.h header.  */
#define HAVE_SYS_UTSNAME_H 1

/* Define if you have the strerror function.  */
#define HAVE_STRERROR 1

/* Define if you have the snprintf function.  */
#define HAVE_SNPRINTF 1

/* Define if you have the vsnprintf function.  */
#define HAVE_VSNPRINTF 1

/* Define if you have the strstr function.  */
#define HAVE_STRSTR 1

/* Define if you have the strcasecmp function.  */
#define HAVE_STRCASECMP 1

/* Define if you have the strncasecmp function.  */
#define HAVE_STRNCASECMP 1

/* Define if you have the strpbrk function.  */
#define HAVE_STRPBRK 1

/* Define if you have the memmove function.  */
#define HAVE_MEMMOVE 1

/* Define if you have the strptime function.  */
#undef HAVE_STRPTIME

/* Define if you have the mktime function.  */
#define HAVE_MKTIME 1

/* Define if you have the symlink function.  */
#define HAVE_SYMLINK 1

/* Define if you have the access function.  */
#define HAVE_ACCESS 1

/* Define if you have the isatty function.  */
#define HAVE_ISATTY 1

/* Define if you have the signal function.  */
#define HAVE_SIGNAL 1

/* Define if you have the gettext function.  */
/* #undef HAVE_GETTEXT */

/* Define if you have the usleep function.  */
#define HAVE_USLEEP 1

/* Define if you have the <string.h> header file.  */
#define HAVE_STRING_H 1

/* Define if you have the <stdarg.h> header file.  */
#define HAVE_STDARG_H 1

/* Define if you have the <unistd.h> header file.  */
#define HAVE_UNISTD_H 1

/* Define if you have the <utime.h> header file.  */
#define HAVE_UTIME_H 1

/* Define if you have the <sys/utime.h> header file.  */
#define HAVE_SYS_UTIME_H 1

/* Define if you have the <termios.h> header file.  */
#define HAVE_TERMIOS_H 1

/* Define if you have the <sys/ioctl.h> header file.  */
#define HAVE_SYS_IOCTL_H 1

/* Define if you have the <sys/select.h> header file.  */
#define HAVE_SYS_SELECT_H 1

/* Define if you have the <pwd.h> header file.  */
#define HAVE_PWD_H 1

/* Define if you have the <signal.h> header file.  */
#define HAVE_SIGNAL_H 1

/* Define if you have the <libintl.h> header file.  */
/* #undef HAVE_LIBINTL_H */

/* Define if you have the <locale.h> header file.  */
#define HAVE_LOCALE_H 1

/* Define to be the name of the operating system.  */
#define OS_TYPE "uwin"

/* Define if you wish to compile with socks support.  */
/* #undef HAVE_SOCKS */

/* Define to 1 if ANSI function prototypes are usable.  */
#define PROTOTYPES 1

/* Define if all libs needed for ssl support are existing */
/* #undef HAVE_SSL */

/* Define if we're compiling in support for MD5.  */
#define HAVE_MD5 1

/* Define if we're using Solaris libmd5.  */
/* #undef HAVE_SOLARIS_MD5 */

/* Define if we're using OpenSSL md5.  */
/* #undef HAVE_OPENSSL_MD5 */

/* Define if we're using builtin (GNU) md5.c.  */
#define HAVE_BUILTIN_MD5 1

/* First a gambit to see whether we're on Solaris.  We'll
   need it below.  */
#ifdef __sun
# ifdef __SVR4
#  define solaris
# endif
#endif

/* The following several lines can be very dangerous; they can cripple
   the header files and break compilation in _verY_ non-obvious ways.
   Because of that, we define them only on architectures we know
   about.  */

/* #undef NAMESPACE_TWEAKS */

#ifdef solaris
# define NAMESPACE_TWEAKS
#endif

#ifdef __linux__
# define NAMESPACE_TWEAKS
#endif

#ifdef NAMESPACE_TWEAKS

/* Request the "Unix 98 compilation environment". */
#define _XOPEN_SOURCE 500

/* For Solaris: request everything else that is available and doesn't
   conflict with the above.  */
#define __EXTENSIONS__

/* For Linux: request features of 4.3BSD and SVID (System V Interface
   Definition). */
#define _SVID_SOURCE
#define _BSD_SOURCE

#endif /* NAMESPACE_TWEAKS */

#endif /* CONFIG_H */

Reply via email to