cvs-cvs
[Top][All Lists]
Advanced

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

[Cvs-cvs] ccvs/windows-NT ChangeLog config.h [cvs1-12-13-win-fix]


From: Jim Hyslop
Subject: [Cvs-cvs] ccvs/windows-NT ChangeLog config.h [cvs1-12-13-win-fix]
Date: Thu, 18 May 2006 20:00:35 +0000

CVSROOT:        /cvsroot/cvs
Module name:    ccvs
Branch:         cvs1-12-13-win-fix
Changes by:     Jim Hyslop <address@hidden>     06/05/18 20:00:34

Modified files:
        windows-NT     : ChangeLog config.h 

Log message:
        Added 'a' to the version number for Windows, to handle the incorrect 
build
        (missing a #define in libcvs).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/windows-NT/ChangeLog.diff?only_with_tag=cvs1-12-13-win-fix&tr1=1.344&tr2=1.344.6.1&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/windows-NT/config.h.diff?only_with_tag=cvs1-12-13-win-fix&tr1=1.169&tr2=1.169.2.1&r1=text&r2=text

Patches:
Index: ccvs/windows-NT/ChangeLog
diff -u /dev/null ccvs/windows-NT/ChangeLog:1.344.6.1
--- /dev/null   Thu May 18 20:00:34 2006
+++ ccvs/windows-NT/ChangeLog   Thu May 18 20:00:34 2006
@@ -0,0 +1,1879 @@
+2006-05-18  Jim Hyslop <address@hidden>
+
+       * Manually changed config.h (I know I'm supposed to change
+         config.h.in.in but mkconfig.pl doesn't seem to work properly
+         for me)
+         Appended an 'a' to the version number, to indicate new build
+         for fixed .DSP file.
+
+2005-09-30  Conrad T. Pino  <address@hidden>
+
+       * woe32.c woe32.h: Add "woe32_fd_select" function.
+
+2005-09-29  Conrad T. Pino  <address@hidden>
+
+       * run.c:  Add "bool fix_stderr" argument to "piped_child" function.
+       Add "false" to "piped_child" call in "run_piped" function.
+
+2005-09-26  Conrad T. Pino  <address@hidden>
+
+       * config.h.in.footer: Extend "mbsinit" Visual C++ 6.0 implementation
+       to add Visual C++ 5.0, Visual C++ .NET, Visual C++ .NET 2003.
+
+       * config.h config.h.in stamp-chi: Regenerated on UNIX.
+
+2005-09-26  Derek Price  <address@hidden>
+
+       * Makefile.am (EXTRA_DIST): Add unistd.c, woe32.h.
+
+2005-09-25  Derek Price  <address@hidden>
+
+       * Makefile.am (EXTRA_DIST): Add new files.
+
+2005-09-25  Conrad T. Pino  <address@hidden>
+
+       * filesubr.c: Change <windows.h> to <sys/socket.h> which includes
+       <windows.h> through <winsock2.h> include.
+
+       * rcmd.c sockerror.c startserver.c unistd.c woe32.c: Change
+       <winsock.h> to <sys/socket.h> which includes <winsock2.h>.
+
+       * unistd.h: Change "gethostname" prototype to match <winsock2.h>.
+
+2005-09-25  Conrad T. Pino  <address@hidden>
+
+       * filesubr.c: New (get_system_temp_dir push_env_temp_dir) functions.
+
+2005-09-25  Conrad T. Pino  <address@hidden>
+
+       * config.h.in.footer: Add "#pragma once" in "#ifdef _MSC_VER" block.
+       Add "#define HAVE_DECL__SNPRINTF 1" macro.  Add "#include <direct.h>"
+       and "#define mkdir wnt_mkdir" macro.  Add "mbsinit" implementation as
+       an inline function for Microsoft Visual C++ 6.0 only.
+
+       * config.h.in.in: Remove (GLOB_PREFIX HAVE_HSTRERROR HAVE_STRCASECMP
+       HAVE_STRSTR ST_MTIM_NSEC _SYS_CDEFS_H) macros which now obsolete.
+       Change (HAVE_ATEXIT HAVE_DECL_GETENV HAVE_DUP2 HAVE_ENVIRON_DECL
+       HAVE_ERRNO_DECL HAVE_GETHOSTNAME HAVE_ISASCII HAVE_MBLEN HAVE_MBRLEN
+       HAVE_MBSRTOWCS HAVE_MBSTATE_T HAVE_MEMCHR HAVE_MEMMOVE HAVE_PTRDIFF_T
+       HAVE_SEARCH_H HAVE_STRCHR HAVE_STRTOUL HAVE_STRUCT_STAT_ST_RDEV
+       HAVE_TZNAME HAVE_TZSET HAVE_WCSLEN HAVE_WCTYPE_H HAVE_WINT_T
+       HAVE_WMEMCHR HAVE_WMEMCPY) from "#undef ..." to "#define ... 1".
+       Change from "#define HAVE_DIRECT_H 1" to "#undef HAVE_DIRECT_H" since
+       some functions aren't POSIX compliant.
+       Change (SIZEOF_CHAR SIZEOF_DOUBLE SIZEOF_FLOAT SIZEOF_INT SIZEOF_LONG
+       SIZEOF_LONG_DOUBLE SIZEOF_PTRDIFF_T SIZEOF_SHORT SIZEOF_SIZE_T
+       SIZEOF_WINT_T) from "#undef ..." to "#define ... constant" where
+       "constant" is the size in Microsoft Visual C++ 6.0 for 32-bit API.
+       Add (ALLOW_CONFIG_OVERRIDE HAVE_BP_SYM_H HAVE_DECL_GETDELIM
+       HAVE_DECL_GETLINE HAVE_FLOCKFILE HAVE_FUNLOCKFILE HAVE_GAI_STRERROR
+       HAVE_GETADDRINFO HAVE_IPV6 HAVE_ISBLANK HAVE_LANGINFO_CODESET
+       HAVE_TCGETATTR HAVE_TCSETATTR HAVE_TERMIOS_H HAVE___FSETLOCKING
+       _REGEX_LARGE_OFFSETS) as "#undef ..." macro.
+       Add (HAVE_IPV4 HAVE_LOCALE_H HAVE_WCRTOMB HAVE_WCSCOLL) as
+       "#define ... 1" macro.
+       Add "#define strcasecmp rpl_strcasecmp" macro.
+
+       * config.h config.h.in: Regenerated on UNIX for "config.h.in.footer"
+       and "config.h.in.in" changes.
+
+       * filesubr.c mkdir.c: Add "#undef mkdir" to use Microsoft function.
+
+       * unistd.h: Don't include Microsoft "mkdir" function from here, done
+       in "config.h.in.footer" file per Derek Price.
+
+2005-09-22  Conrad T. Pino  <address@hidden>
+
+       * config.h.in.footer: Move macros to correct section in sorted order.
+
+2005-09-21  Conrad T. Pino  <address@hidden>
+
+       * fix-msvc-mak.pl: Remove "basetsd" from "../lib/libcvs.dep".
+
+2005-09-20  Derek Price  <address@hidden>
+
+       * Makefile.am (EXTRA_DIST): s/netdb.c/netdb.h/.
+
+       * Makefile.am (EXTRA_DIST): Add netdb.h, sys/socket.h, & sys/types.h.
+
+2005-09-20  Conrad T. Pino  <address@hidden>
+
+       * netdb.h: Add empty file since Windows doesn't provide one.
+
+2005-09-19  Conrad T. Pino  <address@hidden>
+
+       * pwd.c: Replace include of "woe32.h" with "config.h" which 
+       includes "woe32.h" to fix compile error in "lib/timespec.h"
+       that depends on "config.h".
+
+2005-09-19  Conrad T. Pino  <address@hidden>
+
+       * filesubr.c: Remove "extern char *Tmpdir" reference.
+
+2005-09-19  Derek Price  <address@hidden>
+
+       * Makefile.am (stamp-ch): Sub PACKAGE_STRING rather than reconstructing
+       it.  Sub PACKAGE_BUGREPORT.
+       (stamp-chi): Fix grammar in comment.
+       * config.h.in.in (PACKAGE_BUGREPORT): Define macro.
+       (PACKAGE_STRING): Use $PACKAGE_STRING directly.
+
+2005-09-04  Derek Price  <address@hidden>
+
+       * config.h.in.in (HAVE_PUTENV): Remove.
+
+2005-09-01  Derek Price  <address@hidden>
+
+       * README, sys/types.h: Update links and email addresses.
+
+2005-08-12  Derek Price  <address@hidden>
+
+       * config.h.in.in (HAVE_GETCWD): Remove this macro.
+
+2005-08-03  Jim Hyslop  <address@hidden>
+
+       * filesubr.c: don't expand "." to the name of the current directory.
+       * config.h, config.h.in, config.h.in.in: enabled HAVE_PRINTF_PTR and
+       HAVE_GETCWD.
+
+2005-07-12  Derek Price  <address@hidden>
+
+       * mkdir.c, startserver.c, woe32.c: Add copyright notices.
+
+2005-07-12  Derek Price  <address@hidden>
+
+       * config.h.in.footer: Restore missing FIXME response.
+
+2005-07-11  Derek Price  <address@hidden>
+
+       * mkdir.c, startserver.c, woe32.c: Update license notices.
+
+2005-07-07  Derek Price  <address@hidden>
+
+       * config.h.in.footer (WOE32): New macro.
+
+2005-06-10  Derek Price  <address@hidden>
+
+       * config.h.in.in: Remove HAVE_LSTAT_EMPTY_STRING_BUG,
+       HAVE_STAT_EMPTY_STRING_BUG, stat, and lstat definitions.
+       * config.h.in.footer: Add stat & lstat definitions.
+
+2005-05-31  Conrad T. Pino  <address@hidden>
+
+       * config.h, config.h.in, stamp-chi: Regenerated on Solaris for updates
+       to config.h.in.footer and config.h.in.in committed on Windows.
+
+2005-05-31  Conrad T. Pino  <address@hidden>
+
+       * config.h.in.in: Change macros (gid_t,pid_t,uid_t) to #undef.
+       * pwd.c, pwd.h: Prototypes now (gid_t,uid_t) instead of "int".
+       * pwd.c: Stop useing "root:root" for "uid:gid" values.
+       * unistd.h: Use "windows-NT/sys/types.h" for definitions.
+
+2005-05-31  Conrad T. Pino  <address@hidden>
+
+       * unistd.c, unistd.c: Add new "usleep" function using "my_usleep"
+         logic taken from "woe32.c" file.
+       * woe32.c, woe32.h: Add new (woe32_home_dir,woe32_shell) functions.
+       * woe32.c: Modify "woe32_nanosleep" to use "unistd.h" "usleep".
+       * filesubr.c: Modify "get_homedir" to use "woe32_home_dir".
+       * pwd.c: Modify "getpwuid" to use "woe32_home_dir" & "woe32_shell".
+         Append "USERNAME" to "login_strings" array.
+
+
+2005-05-30  Conrad T. Pino  <address@hidden>
+
+       * woe32.c, woe32.h: Move functions into alpabetical order.
+
+2005-05-30  Conrad T. Pino  <address@hidden>
+
+       * woe32.c: Remove function (getpass,getpid,sleep) implementations.
+       * unistd.c: Add function (getpass,getpid,sleep) implementations.
+
+2005-05-30  Conrad T. Pino  <address@hidden>
+
+       * config.h, config.h.in, stamp-chi: Regenerated on Solaris for updates
+       to config.h.in.footer and config.h.in.in committed on Windows.
+
+2005-05-30  Conrad T. Pino  <address@hidden>
+
+       * woe32.h: Create header file with ANSI style function prototypes.
+       * woe32.c: Use "woe32.h" header and ANSI style function prototypes.
+         Use minimal #include file set (#include "cvs.h" dropped).  Rename:
+               function "init_winsock" to "woe32_init_winsock"
+               function "wnt_cleanup" to "woe32_cleanup"
+               function "nanosleep" to "woe32_nanosleep"
+               function "win32getlogin" to "woe32_getlogin"
+         Change function "sleep" return type to "unsigned int" was "unsigned".
+       * unistd.h: Move function (getpass,getpid,sleep) prototypes here.
+       * config.h.in.footer: Update 2 macros for the above changes:
+               #define SYSTEM_CLEANUP woe32_cleanup
+               #define SYSTEM_INITIALIZE(pargc,pargv) woe32_init_winsock()
+         Use "woe32.h" header file and remove function prototypes:
+               pid_t getpid (void);
+               void init_winsock (void);
+               unsigned int sleep (unsigned int);
+               void wnt_cleanup (void);
+       * config.h.in.in: Modify 3 macros:
+               #define HAVE_DECL_GETPASS 1 /* was 0 */
+               #define HAVE_DECL_NANOSLEEP 1 /* was #undef */
+               #define nanosleep woe32_nanosleep /* was #undef */
+       * pwd.c: Update to use "woe32.h" and renamed "woe32.c" function.
+
+2005-05-28  Derek Price  <address@hidden>
+
+       * config.h.in.in (MISSING_SYS_CDEFS_H): Rename...
+       (_SYS_CDEFS_H): ...as this.
+
+2005-05-28  Conrad T. Pino  <address@hidden>
+
+       * run.c: Implement functions "run_add_arg_p" and "run_arg_free_p" by
+       copying from "../src/run.c" and change all K&R style function argument
+       declarations to ANSI style.
+
+2005-05-26  Derek Price  <address@hidden>
+
+       * pwd.h, pwd.c: Reformat to CVS conventions.
+
+2005-05-26  Derek Price  <address@hidden>
+
+       * ndir.h, ndir.c: Reformatting to CVS conventions.
+
+2005-05-26  Conrad T. Pino  <address@hidden>
+
+       * filesubr.c: Remove "wnt_lstat" function.  Collapse static function
+       "check_statbuf" logic into "wnt_stat" function body.
+
+2005-05-26  Conrad T. Pino  <address@hidden>
+
+       * config.h, config.h.in, stamp-chi: Regenerated on Solaris for updates
+       to config.h.in.footer and config.h.in.in committed on Windows.
+
+2005-05-26  Conrad T. Pino  <address@hidden>
+
+       * config.h.in.footer: Reorganize into 3 sections (macros, typedefs and
+       function prototypes) and alphabetize each section.  Synchronize with
+       GNULib import so Windows build succeeds.
+       * config.h.in.in: Synchronize with GNULib import so Windows build
+       succeeds.
+       * unistd.h: Include standard function prototypes from Microsoft files
+       to decrease warnings in GNULib import.
+
+2005-05-25  Derek Price  <address@hidden>
+
+       * config.h.in.in (_POSIX_PTHREAD_SEMANTICS): Undef on Windows.
+
+2005-05-25  Derek Price  <address@hidden>
+
+       * config.h.in.in (MISSING_SYS_CDEFS_H): Guess this should be defined.
+
+2005-05-23  Derek Price  <address@hidden>
+
+       * filesubr.c (xresolvepath): Remove this function.
+
+2005-05-17  Conrad T. Pino  <address@hidden>
+
+       * pwd.c, pwd.h: Add "const" modifier to "getpwnam" & "getgrnam" function
+       "char *" argument to elminate warning in "../lib/glob.c" module.
+
+2005-05-02  Derek Price  <address@hidden>
+
+       * config.h.in.in: Define LOCK_COMPATIBILITY.
+
+2005-04-25  Mark D. Baushke  <address@hidden>
+
+       * config.h.in.in: Syncronize with ../config.h.in file.
+       Added: #undef HAVE_DECL_MEMRCHR, #undef HAVE_PAM_PAM_APPL_H,
+       #undef HAVE_SECURITY_PAM_APPL_H
+       * config.h, config.h.in: Regenerated.
+
+2005-03-22  Mark D. Baushke  <address@hidden>
+
+       * Makefile.am, stdint.h: Updated from GNULIB.
+       * Makefile.in: Regenerated.
+
+2005-03-16  Derek Price  <address@hidden>
+
+       * filesubr.c (open_file): Remove this function.
+
+2005-03-09  Derek Price  <address@hidden>
+
+       * .cvsignore: Remove mkconfig & fix-msvc-mak.
+       * Makefile.am (EXTRA_DIST): Include mkconfig.pl & fix-msvc-mak.pl.
+       (stamp-chi): Call $(PERL) mkconfig.pl explicitly.
+       * plhead.pl: Remove this file.
+       * mkconfig.pl, fix-msvc-mak.pl: Turn on warnings.
+
+2005-03-07  Conrad T. Pino  <address@hidden>
+
+       * config.h, config.h.in: Regenerate for config.h.in.in change.
+
+2005-03-07  Conrad T. Pino  <address@hidden>
+
+       * config.h.in.in: Synchronize with ../config.h.in file.
+       Removed:
+               #define HAVE_GETCWD 1
+               #define HAVE_GETCWD_NULL 1
+               #undef HAVE_MKDIR
+               #undef HAVE_RENAME
+               #undef HAVE_VALLOC
+       Added:
+               #undef D_INO_IN_DIRENT
+               #undef HAVE_CFLOCALECOPYCURRENT
+               #undef HAVE_CFPREFERENCESCOPYAPPVALUE
+               #define HAVE_CHSIZE 1
+               #define HAVE_DECL___FPENDING 0
+               #define HAVE_DECL_GETCWD 1
+               #define HAVE_ISWPRINT 1
+               #undef HAVE_MAP_ANONYMOUS
+               #define HAVE_MBRTOWC 1
+               #undef HAVE_MBSINIT
+               #undef HAVE_MEMRCHR
+               #undef HAVE_NANOTIME
+               #undef HAVE_OPENAT
+               #undef HAVE_PARTLY_WORKING_GETCWD
+               #undef HAVE_POSIX_MEMALIGN
+               #define HAVE_STRTOL 1
+               #undef HAVE___FPENDING
+               #undef MAP_ANONYMOUS
+               #define PENDING_OUTPUT_N_BYTES ( fp ? fp->_ptr - fp->_base : 0 )
+               #undef RENAME_TRAILING_SLASH_BUG
+               #undef __GETCWD_PREFIX
+               #undef __OPENAT_PREFIX
+               #undef mkdir
+               #undef rename
+       Changed:
+               #undef HAVE_WCHAR_H replaced with #define HAVE_WCHAR_H 1
+               #undef HAVE_WCHAR_T replaced with #define HAVE_WCHAR_T 1
+
+2005-03-01  Derek Price  <address@hidden>
+
+       * config.h.in.footer: Remove obsolete timeb stuff.
+
+2005-02-22  Derek Price  <address@hidden>
+
+       * run.c: Sync with src/run.c.
+       (Patch from Conrad Pino <address@hidden>.)
+
+       * run.c (run_add_arg): Some cleanup.
+
+2005-02-22  Derek Price  <address@hidden>
+
+       * run.c: Remove several unneeded declarations.
+       (Suggestion from Conrad Pino <address@hidden>.)
+
+2005-01-31  Derek Price  <address@hidden>
+
+       * Makefile.am: Update copyright notices.
+
+2004-12-14  Derek Price  <address@hidden>
+
+       * Makefile.am (stamp-chi): Comment dist stamp-chi reasoning.
+
+2004-12-14  Derek Price  <address@hidden>
+
+       * Makefile.am (EXTRA_DIST): Add stamp-chi.
+       (config.h.in, stamp-chi, DISTCLEANFILES, MAINTAINERCLEANFILES):
+       Reorganize for distributing stamp-chi.
+       * stamp-chi: Restore this file.
+
+2004-12-14  Derek Price  <address@hidden>
+
+       * stamp-chi: Remove this file - it is generated only in maintainer
+       mode.
+
+2004-11-29  Conrad T. Pino  <address@hidden>
+
+       * unistd.h: FIXME gethostname prototype for lib/xgethostname.c
+
+2004-11-17  Derek Price  <address@hidden>
+
+       * mkconfig.pl (make_config_h): Use stricter regex to avoid warning of
+       the use of "#define" in comments.
+
+2004-11-17  Derek Price  <address@hidden>
+
+       * Makefile.am (EXTRA_DIST): Add JmgStat.c & JmgStat.h.
+       (Thanks to a report from Chris Bohn <address@hidden>.)
+
+2004-11-17  Derek Price  <address@hidden>
+
+       * Makefile.am (EXTRA_DIST): Add unistd.h.
+       (Thanks to a report from Chris Bohn <address@hidden>.)
+
+2004-11-17  Derek Price  <address@hidden>
+
+       * config.h.in.in (getopt, getopt_long, getopt_long_only, optarg,
+       opterr, optind, optopt): Remove obsolete definitions.
+       (__GETOPT_PREFIX): Define this for GNULIB getopt.
+
+2004-11-16  Derek Price  <address@hidden>
+
+       * Makefile.am (EXTRA_DIST): Remove stamp-chi.
+       ($(srcdir)/stamp-chi, $(srcdir)/config.h.in): Rename to...
+       (stamp-chi, config.h.in): Respectively, including associated required
+       target changes.
+
+2004-11-16  Derek Price  <address@hidden>
+
+       * Makefile.am (stamp-ch): Replace dependency on Makefile with a
+       dependency on configure.
+
+2004-11-16  Derek Price  <address@hidden>
+
+       * Makefile.am (stamp-chi, config.h.in): Rename to...
+       ($(srcdir)/stamp-chi, $(srcdir)/config.h.in): Respectively, including
+       associated required target changes.
+
+2004-11-16  Derek Price  <address@hidden>
+
+       * mkconfig.pl (save_copy): Revert previous change.
+       (make_config_h): Don't output full paths to generated comment.
+
+2004-11-15  Derek Price  <address@hidden>
+
+       * mkconfig.pl (save_copy): Try to deal with not having write
+       permissions.
+
+2004-11-15  Derek Price  <address@hidden>
+
+       * mkconfig.pl: Improve diagnostic messages.
+       (make_config_h): Don't use dir when creating temp file.
+       (save_copy): Use File::Copy::move to portably rename the file, possibly
+       across device boundries.
+
+2004-11-15  Derek Price  <address@hidden>
+
+       * mkconfig.pl (make_config_h): Improve diagnostic message.
+
+2004-11-11  Mark D. Baushke  <address@hidden>
+
+       * config.h.in.in (opterr): Define as rpl_opterr for consistency.
+       * config.h.in, config.h: Regenerated.
+
+2004-11-05  Mark D. Baushke  <address@hidden>
+
+       * filesubr.c (readlink): Removed. Use lib/readlink.c instead.
+
+2004-11-03  Mark D. Baushke  <address@hidden>
+
+       * config.h.in.in (_UINT32_T): Add from top-level config.h.in file.
+       * Makefile.in, config.h.in, config.h, stamp-chi: Regenerated.
+               
+2004-11-02  Mark D. Baushke  <address@hidden>
+
+       * config.h.in.in (HAVE_DECL_FLOCKFILE, HAVE_DECL_FUNLOCKFILE,
+       HAVE_ENVIRON_DECL, HAVE_ERRNO_DECL, HAVE_SEARCH_H, HAVE_SETENV,
+       HAVE_TSEARCH, HAVE_UNSETENV, MALLOC_0_IS_NONNULL, VOID_UNSETENV):
+       Add new config options from top-level config.h.in using #undef.
+       Some of these probably exist under Windows and need to be defined.
+       (nanosleep): Move into alphabetical order.
+       (TRUST_OS_FILE_CACHE): Removed as obsolete.
+       * config.h.in, config.h, stamp-chi: Regenerated.
+       
+2004-10-30  Mark D. Baushke  <address@hidden>
+
+       * config.h.in.in, config.h.in, config.h: Regenerated
+
+2004-10-26  Derek Price  <address@hidden>
+
+       * Makefile.am (config.h.in): Allow this file to be built even when not
+       in maintainer mode when it is actually missing.  Add comment.
+       (stamp-chi): Remove maintainer mode restriction.  Add comments.
+
+2004-10-25  Derek Price  <address@hidden>
+
+       * config.h.in.in (HAVE_RPMATCH): Undef this irrelevant macro on WOE32.
+
+2004-10-23  Conrad T. Pino  <address@hidden>
+
+       * config.h.in.in: Change #undef HAVE_STDINT_H to #define ... 1.
+       Change #undef HAVE_STDINT_H_WITH_UINTMAX to #define ... 1.
+       * config.h.in: Regenerated for "config.h.in.in" change.
+       * config.h Regenerated for "config.h.in.in" change.
+
+2004-10-22  Mark D. Baushke  <address@hidden>
+
+       * .cvsignore: Ignore stamp-sh2
+
+2004-10-22  Mark D. Baushke  <address@hidden>
+
+       * Makefile.am (EXTRA_DIST): Add stdint.h.
+       * stdint.h: Regenerated.
+       * Makefile.in: Ditto.
+       
+       * config.h.in.in (HAVE_SYS_INTTYPES_H): Update from GNULIB.
+       * Makefile.am (stamp-sh2): Add stdint from GNULIB.
+
+2004-10-22  Derek Price  <address@hidden>
+
+       * config.h.in.in (UINT32_MAX, WORDS_BIGENDIAN, uint32_t): Guess that
+       these should all be undef on WOE32.
+
+2004-10-22  Mark D. Baushke  <address@hidden>
+
+       * config.h.in.footer (getpagesize): Define as 4096 because GNULIB
+       assumes it can include <sys/param.h> which is not available.
+       * config.h.in, config.h, stamp-chi: Regenerated.
+       
+2004-10-21  Derek Price  <address@hidden>
+
+       * config.h.in.in (HAVE_OS_H): Undef this on Windoze.
+
+2004-10-20  Derek Price  <address@hidden>
+
+       * config.h.in.in (select): Undef this for new sunos57-select.
+
+2004-10-20  Mark D. Baushke  <address@hidden>
+
+       * Makefile.in: Regenerate for new configure.in.
+
+2004-10-15  Derek Price  <address@hidden>
+
+       * config.h.in.in (HAVE_VASPRINTF): Define this for GNULIB.
+
+2004-10-11  Conrad T. Pino  <address@hidden>
+
+       * config.h.in.in: Add #undef for "HAVE_STDIO_EXT_H", "HAVE_STRCASECMP",
+       "HAVE_STRNCASECMP", "HAVE_WMEMCHR" and "HAVE_WMEMCPY".
+
+2004-10-09  Derek Price  <address@hidden>
+
+       * config.h.in.in (HAVE_DECL_FREE): Remove this define.
+
+2004-10-09  Derek Price  <address@hidden>
+
+       * config.h.in.in (optopt, optind, optarg): Define these for GNULIB.
+
+2004-10-07  Derek Price  <address@hidden>
+
+       * Makefile.am (EXTRA_DIST): Remove stripslash.c.
+
+2004-10-06  Derek Price  <address@hidden>
+
+       * mkconfig.pl: Check definition is defined, not false, before deciding
+       not to print it.
+
+2004-10-06  Derek Price  <address@hidden>
+
+       Use getpass proto from getpass.h.
+       * config.h.in.in: Undo last defn.
+       * unistd.h (getpass): Remove proto.
+
+2004-10-06  Derek Price  <address@hidden>
+
+       * config.h.in.in: Tell compiler we have a decl for getpass().
+
+2004-10-06  Derek Price  <address@hidden>
+
+       * config.h.in.in: Define use of replacement getopt functions.
+
+2004-10-06  Derek Price  <address@hidden>
+
+       * config.h.in.in: Undef HAVE_GETOPT_H and HAVE_GETOPT_LONG_ONLY.  It
+       sounds like a fairly safe bet that Windoze doesn't have them.
+
+2004-10-06  Mark D. Baushke  <address@hidden>
+
+       * unistd.h: Add prototype entries for chdir and close
+
+2004-10-05  Derek Price  <address@hidden>
+
+       * config.h.in.in: s/FILESYSTEM/FILE_SYSTEM/ in keeping with GNULIB.
+       
+2004-10-05  Conrad T. Pino  <address@hidden>
+
+       * config.h.in.in: Add #define EOVERFLOW, HAVE_GETCWD, HAVE_GETCWD_NULL.
+       * config.h.in: Regenerated for "config.h.in.in" change.
+
+2004-10-05  Derek Price  <address@hidden>
+
+       * filesubr.c (xresolvepath): s/xgetwd/xgetcwd/.
+
+2004-10-05  Derek Price  <address@hidden>
+
+       * config.h.in.in: #undef USE_UNLOCKED_IO.
+
+2004-09-17  Derek Price  <address@hidden>
+
+       * config.h.in: Remove TRUST_OS_FILE_CACHE.
+
+2004-09-17  Derek Price  <address@hidden>
+
+       * stripslash.c: Remove file.
+
+2004-09-14  Mark D. Baushke  <address@hidden>
+
+       * filesubr.c (cvs_casecmp): Moved to src/subr.c
+
+2004-09-09  Mark D. Baushke  <address@hidden>
+
+       * filesubr.c (check_statbuf): Remove unused variables.
+
+2004-09-08  Derek Price  <address@hidden>
+
+       * JmgStat.c, JmgStat.h: Convert to use UNIX line endings on UNIX.
+       (Thanks to report from Conrad T. Pino <address@hidden>.)
+
+2004-09-07  Derek Price  <address@hidden>
+
+       * JmgStat.c, JmgStat.h: New files.
+       * filesubr.c (check_statbuf): Use new Windows mod time routine.
+       (Thanks to a report from Chris Bohn <address@hidden>, help from J. C.
+       Hamlin <address@hidden>, and a published patch from Jonathan
+       Gilligan.)
+
+2004-09-02  Derek Price  <address@hidden>
+
+       * config.h.in.in (PROXY_SUPPORT, TRUST_OS_FILE_CACHE): New defines.
+
+2004-06-24  Derek Price  <address@hidden>
+
+       * config.h.in.in (restrict): Define empty for Windows.
+       (Patch submitted by Conrad T. Pino <address@hidden>.)
+
+2004-06-24  Derek Price  <address@hidden>
+
+       * config.h.in.in (HAVE_RUN_TZSET_TEST, my_strftime): Define to values
+       more appropriate for Windows.
+       (Original patch submitted by Conrad T. Pino <address@hidden>.)
+
+2004-06-22  Derek Price  <address@hidden>
+
+       * config.h.in: Add "inline" & "SIZE_MAX" macros for "xsize.h" header.
+       * config.h: Regenerated for "config.h.in" change.
+       (Original patch from Conrad T. Pino <address@hidden>.)
+
+2004-06-09  Derek Price  <address@hidden>
+
+       * Makefile.am (EXTRA_DIST): Remove some files that are included by
+       virtue of appearing in configure.in rules.
+
+2004-05-20  Derek Price  <address@hidden>
+
+       * config.h.in.footer (ssize_t): Move...
+       * config.h.in (size_t): ...here.
+       (MBLEN, MBRLEN, HAVE_RUN_TZSET_TEST, HAVE_STRFTIME,
+       TZSET_CLOBBERS_LOCALTIME_BUFFER, my_strftime, tzset): New macros.
+       * config.h.in, stamp-chi: Regenerated.
+
+2004-05-20  Derek Price  <address@hidden>
+
+       * Makefile.am (stamp-chi): Don't cross line boundries since this does
+       not work portably when @MAINTAINER_MODE_TRUE@ is replaced with a
+       comment.  Add config.h.in.footer.
+       * Makefile.in: Regenerated.
+
+2004-05-19  Derek Price  <address@hidden>
+
+       * Makefile.am (stamp-chi): This should be a copy of config.h.in, not
+       config.h.
+       * mkconfig.pl: Accept a -q argument to limit verbosity.
+       * Makefile.in, stamp-chi: Regenerated.
+
+2004-05-19  Derek Price  <address@hidden>
+
+       * .cvsignore: Ignore recently removed stamp files & mkconfig.
+
+2004-05-19  Derek Price  <address@hidden>
+
+       * config.h.in.in, config.h.in.footer: New files.
+       (Original patch from Conrad Pino <address@hidden>.)
+
+       * Makefile.am (config.h.in): New target.
+       (EXTRA_DIST): Add new files, fix-msvc-mak.pl, & plhead.pl.  Remove
+       stamp-ch & stamp-sh.
+       (DISTCLEANFILES): Add stamp-ch & stamp-sh.
+       (MAINTAINERCLEANFILES): Add config.h.in & stamp-chi.
+       * stamp-ch, stamp-sh: Remove these files.  There is no need to check in
+       targets that don't require maintainer tools to build.
+       * fix-msvc-mak-head.pl: Move to...
+       * plhead.pl: ...here.
+       * mkconfig.pl: New file.
+
+       * Makefile.in, config.h, config.h.in: Regenerated.
+
+2004-05-15  Derek Price  <address@hidden>
+
+       * ndir.c, pwd.c: Include xmalloc.h.
+       (Patch from Conrad Pino <address@hidden>.)
+
+2004-05-14  Derek Price  <address@hidden>
+
+       * woe32.c (my_usleep): Declare as static.
+       (Report from Conrad Pino <address@hidden>.)
+
+2004-05-14  Derek Price  <address@hidden>
+
+       * woe32.c: Fix typo in last commit.
+       (Patch from Conrad Pino <address@hidden>.)
+
+2004-05-14  Derek Price  <address@hidden>
+
+       * stamp-ch: Regenerated.
+
+2004-05-14  Derek Price  <address@hidden>
+
+       * woe32.c (usleep): Remove.
+       (my_usleep, nanosleep): New functions.
+       (Reported by Conrad Pino <address@hidden>.)
+
+2004-05-12  Mark D. Baushke  <address@hidden>
+
+       * unistd.h: New file (to provide a getpass prototype).
+       * config.h.in (HAVE_UNISTD_H): #define instead of #undef.
+       * config.h: Regenerated.
+       (Original from Conrad Pino <address@hidden>)
+
+2004-05-11  Derek Price  <address@hidden>
+
+       * filesubr.c (last_component): s/ISDIRSEP/ISSLASH/.
+
+2004-04-27  Derek Price  <address@hidden>
+
+       * config.h.in (FILENAMES_CASE_INSENSITIVE,
+       FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX,
+       FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR, FILESYSTEM_PREFIX_LEN,
+       ISSLASH): Define these.
+       * config.h, stamp-ch: Regenerated.
+
+2004-04-26  Derek Price  <address@hidden>
+
+       * fix-msvc-mak.pl: Default to RECURSE=1 for cvsnt.mak.
+
+2004-04-25  Derek Price  <address@hidden>
+
+       * Makefile.am (stamp-sh): s/\$\(HAVE__BOOL\)/0/.  Windows does not
+       HAVE__BOOL.
+       * stdbool.h, stamp-sh, Makefile.in: Regenerated.
+
+2004-04-23  Derek Price  <address@hidden>
+
+       * stamp-ch: Regenerated.
+
+2004-04-23  Derek Price  <address@hidden>
+
+       * Makefile.am (EXTRA_DIST): Add stdbool.h & stamp-sh.
+       (stdbool.h, stamp-sh): New targets.
+       * stdbool.h, stamp-sh: New files.
+       * Makefile.in: Regenerated.
+
+2004-04-23  Derek Price  <address@hidden>
+
+       * config.h.in: Don't define HAVE_ALLOCA.  Let alloca_.h do it instead.
+       * config.h: Regenerated.
+
+2004-04-20  Derek Price  <address@hidden>
+
+       * filesubr.c (deep_remove_dir): Correct typo.
+
+2004-04-20  Derek Price  <address@hidden>
+
+       * filesubr.c (unlink_file_dir, deep_remove_dir): Handle errno of
+       ENOTEMPTY from dirs under Windows XP.
+       (Report and suggested fix from Ken Raeburn <address@hidden>.)
+
+2004-04-15  Derek Price  <address@hidden>
+
+       * config.h.in: Define HAVE_ALLOCA_H and HAVE_ALLOCA to get around the
+       dain bramage of a few GNULIB modules.
+       * config.h, stamp-ch: Regenerated.
+
+2004-04-15  Derek Price  <address@hidden>
+
+       * fix-msvc-mak.pl: Remove default build configuration hooks.
+
+2004-04-15  Derek Price  <address@hidden>
+
+       * fix-msvc-mak.pl: Set default build configuration to Debug.
+
+2004-04-14  Derek Price  <address@hidden>
+
+       * cvsntfix.pl: Rename to...
+       * fix-msvc-mak.pl: ...this.
+       * fix-msvc-mak-head.pl: New file.
+       * .cvsignore: Add fix-msvc-mak.
+
+2004-04-14  Derek Price  <address@hidden>
+
+       * cvsntfix.pl: New file.
+       (Original from Conrad Pino <address@hidden>.)
+
+2004-04-05  Derek Price  <address@hidden>
+
+       * filesubr.c (isabsolute): Remove this function for real.
+
+2004-04-04  Derek Price  <address@hidden>
+
+       * filesubr.c (isabsolute): Remove this function.
+
+2004-03-29  Derek Price  <address@hidden>
+
+       * README: Note makefiles geenerated with MSVC++ 5.x.
+
+2004-03-28  Derek Price  <address@hidden>
+
+       * README: Note MSVC pathing problem when exporting makefiles.
+
+2004-03-26  Derek Price  <address@hidden>
+
+       * README: Note build files generated using MSVC 6.0.  Erase uneccessary
+       jab at Microsoft's inability to create a portable makefile.
+
+2004-03-25  Derek Price  <address@hidden>
+
+       * config.h.in: Define realloc to rpl_realloc to use the version from
+       lib/realloc.c.
+       * config.h: Regenerated.
+
+2004-03-20  Derek Price  <address@hidden>
+
+       * filesubr.c (mkdir_if_needed, xchmod, last_component), run.c
+       (piped_child): Comply with new prototypes.
+
+2004-03-11  Derek Price  <address@hidden>
+
+       * config.h.in (SIZE_MAX): Define.
+
+2004-02-26  Derek Price  <address@hidden>
+
+       * config.h.in: Add definition for inline for GNULIB xalloc module.
+       * config.h, stamp-ch: Regenerated.
+
+2003-12-18  Derek Price  <address@hidden>
+
+       * config.h, stamp-ch: Regenerated for 1.12.5.1.
+
+2003-12-18  Derek Price  <address@hidden>
+
+       * config.h, stamp-ch: Regenerated for release 1.12.5.
+
+2003-12-10  Derek Price  <address@hidden>
+
+       * Makefile.am: Include code to put a warning at the beginning of the
+       generated config.h that it should not be edited and to edit config.h.in
+       instead.
+       * Makefile.in, config.h: Regenerated.
+
+2003-12-10  Derek Price  <address@hidden>
+
+       * config.h.in (SYSTEM_CLEANUP): That's because you need to change it
+       here.
+       * config.h: Regenerated.
+
+2003-12-10  Mark D. Baushke  <address@hidden>
+
+       * config.h (SYSTEM_CLEANUP): Update macro to be a name
+       replacement rather than a macro function. Note: This
+       change seems to be undone by 'autoreconf'.
+
+2003-12-10  Mark D. Baushke  <address@hidden>
+
+       * config.h (SYSTEM_CLEANUP): Update macro to be a name replacement
+       rather than a macro function.
+       (Patch from Rob Clevenger <address@hidden>.)
+       
+2003-12-09  Derek Price  <address@hidden>
+
+       * config.h, stamp-ch: Regenerated for release 1.12.4.1.
+
+2003-12-09  Derek Price  <address@hidden>
+
+       * config.h, stamp-ch: Regenerated for release 1.12.4.
+
+2003-12-05  Mark D. Baushke  <address@hidden>
+
+       * filesubr.c (xresolvepath): Comment out assert() call.
+
+2003-12-05  Derek Price  <address@hidden>
+
+       * config.h, stamp-ch: Regenerated for dev version 1.12.3.1.
+
+2003-12-04  Derek Price  <address@hidden>
+
+       * config.h, stamp-ch: Regenerated for release 1.12.3.
+
+2003-11-25  Mark D. Baushke  <address@hidden>
+
+       * Makefile.in: Regenerate for new configure.in.
+
+2003-10-27  Derek Price  <address@hidden>
+
+       * config.h, stamp-ch: Regenerated for 1.12.2.1.
+
+2003-10-27  Derek Price  <address@hidden>
+
+       * config.h, stamp-ch: Regenerated for 1.12.2.
+
+2003-10-27  Derek Price  <address@hidden>
+
+       * Makefile.am (EXTRA_DIST): Add stamp-ch.
+       * Makefile.in: Regenerated.
+
+2003-07-30  Derek Price  <address@hidden>
+
+       * README: Correct name and links to the Cygwin project.
+       (Original patch from Max Bowsher <address@hidden>.)
+
+2003-07-17  Derek Price  <address@hidden>
+
+       * stamp-ch: Regenerated.
+
+2003-07-17  Larry Jones  <address@hidden>
+
+       * config.h.in (PROTOTYPES): Remove as per config.h.
+
+2003-07-16  Derek Price  <address@hidden>
+
+       * config.h (PROTOTYPES): Remove definition.
+       * filesubr.c: s/PROTO/.
+       * run.c: Ditto.
+
+2003-06-13  Derek Price  <address@hidden>
+
+       * filesubr.c (cvs_temp_file): Add a FIXME comment in regards to using
+       mkstemp() from GNULIB (already in lib/mkstemp.c).
+
+2003-06-11  Larry Jones  <address@hidden>
+
+       * filesubr.c (xresolvepath): Fix memory leak.
+       (Original patch from Kenneth Lorber <address@hidden>.)
+
+2003-06-11  Derek Price  <address@hidden>
+
+       * Makefile.in: Regenerate for new configure.in.
+
+2003-07-30  Derek Price  <address@hidden>
+
+       * README: Correct name and links to the Cygwin project.
+       (Original patch from Max Bowsher <address@hidden>.)
+
+2003-06-09  Derek Price  <address@hidden>
+
+       * win32.c (gethostname): Remove this function.  It has been commented
+       out since 1995-08-30 and...
+       (*): ...move the rest of the contents...
+       * woe32.c: ...to this new file in accordance with the GNU convention to
+       avoid implying that we consider the Microsoft Windows Operating
+       Environment any sort of "win".
+       * Makefile.am (EXTRA_DIST): Rename win32.c woe32.c.
+
+       * Makefile.in: Regenerated.
+
+2003-06-04  Derek Price  <address@hidden>
+
+       * config.h.in (RSH_DFLT): Replace accidentally deleted macro.
+       (USE_PROTOTYPES): Move back to...
+       (PROTOTYPES): ...here.
+       (HAVE_STDLIB_H, HAVE_SYS_TYPES_H, HAVE_SYS_STAT_H, HAVE_MALLOC,
+       HAVE_REALLOC): New defines to sync with UNIX code.
+       * filesubr.c (locate_rcs, find_file_in_dir): Remove these functions
+       since they are now available in the generic source.
+
+       * config.h: Regenerated.
+
+2003-06-04  Derek Price  <address@hidden>
+
+       * config.h: Regenerated, but move the contents...
+       * config.h.in: ...into this new file first and stick a token in...
+       (PACKAGE_STRING): ...here in place of the CVS version number.
+       * Makefile.am (all-local, stamp-ch, config.h): New targets providing
+       for dynamic generation of config.h so that I can no longer forget to
+       update the version number in config.h when I update configure.in.
+       * stamp-ch: New file.
+
+       * Makefile.in: Regenerated.
+
+2003-05-21  Derek Price  <address@hidden>
+
+       * Makefile.in: Regenerate with Automake version 1.7.5.
+
+2003-05-20  Derek Price  <address@hidden>
+
+       * Makefile.in: Regenerated.
+
+2003-05-19  Derek Price  <address@hidden>
+
+       * config.h (PACKAGE_STRING): updated to 1.12.0.1;
+       changed USE_PROTOTYPES to PROTOTYPES
+       * filesubr.c: synchronized logic in deep_remove_dir() with
+       src/filesubr.c; copied xresolvepath(), cvs_casecmp(),
+       locate_file_in_dir(), and locate_rcs().
+       (Patch from Anthon Pang <address@hidden>.)
+
+2003-05-09  Derek Price  <address@hidden>
+
+       * Makefile.in: Regenerated.
+
+2003-04-30  Derek Price  <address@hidden>
+
+       * Makefile.in: Regenerated.
+
+2003-04-10  Larry Jones  <address@hidden>
+
+       * Makefile.in: Regenerated.
+
+2003-03-24  Derek Price  <address@hidden>
+
+       * Makefile.am: Update copyright notice.
+
+       * Makefile.in: Regenerated.
+
+2003-03-19  Mark D. Baushke  <address@hidden>
+
+       * config.h (RSH_DFLT): Default to "rsh".
+
+       * Makefile.in: Regenerated.
+
+2003-03-19  Derek Price  <address@hidden>
+
+       * Makefile.in: Regenerated.
+
+2003-02-25  Derek Price  <address@hidden>
+
+       * Makefile.in: Regenerated.
+
+2003-01-20  Derek Price  <address@hidden>
+
+       * config.h: Update to dev version 1.11.5.1.
+
+2003-01-16  Derek Price  <address@hidden>
+
+       * config.h: Update to CVS version 1.11.5.
+
+2003-01-16  Derek Price  <address@hidden>
+
+       * config.h (PACKAGE_STRING): Update for dev version (1.11.4.1).
+
+2002-12-28  Derek Price  <address@hidden>
+
+       * config.h (PACKAGE_STRING): Add FIXME.
+
+2002-12-28  Derek Price  <address@hidden>
+
+       * config.h (PACKAGE_STRING): Define.
+       * filesubr.c (strcat_filename_onto_homedir): New function.
+       (Thanks to Stephane Rouleau <address@hidden>,
+        Cristopher Seawood <address@hidden>, and
+        Frederico Costa <address@hidden> for all their hints,
+        tips, and patches for this problem.)
+
+2002-12-19  Derek Price  <address@hidden>
+
+       * Makefile.am: Remove reference to options.h.
+       * options.h: Remove file and move relevant content...
+       * config.h: ...here.
+
+       * Makefile.in: Regenerated.
+
+2002-12-06  Derek Price  <address@hidden>
+
+       * ndir.c: Replace some calls to malloc with calls to xmalloc.
+       * pwd.c: Ditto.
+       (Reported by Dan Peterson <address@hidden>.)
+
+2002-09-24  Derek Price  <address@hidden>
+
+       * options.h: Remove prototype of STDC exit().
+
+2002-09-24  Derek Price  <address@hidden>
+
+       * Makefile.in: Regenerated using Automake 1.6.3.
+
+2002-09-24  Derek Price  <address@hidden>
+
+       * Makefile.in: Regenerated.
+
+2002-09-24  Larry Jones  <address@hidden>
+
+       * options.h: Remove PATCH_PROGRAM.
+
+2002-08-16  Derek Price  <address@hidden>
+
+       * options.h: Remove RELATIVE_REPOS & move CVS_BADROOT...
+       * config.h: ...here.
+
+2002-04-30  Derek Price  <address@hidden>
+
+       * Makefile.in: Regenerated with automake 1.6.
+
+2001-09-18  Derek Price  <address@hidden>
+
+       * win32.c: config.h should be #included with double quotes; and be the
+        first among the headers.
+       (Patch from Corey Minyard  <address@hidden> via 
+       Alexey Mahotkin <address@hidden>.)
+
+2001-09-04  Derek Price  <address@hidden>
+
+       * Makefile.in: Regenerated with automake 1.5.
+
+2001-08-09  Derek Price  <address@hidden>
+
+       * config.h: Back out the HAVE_GETPAGESIZE thing.  That was a mistake.
+
+2001-08-09  Derek Price  <address@hidden>
+
+       * config.h: Define ssize_t as int.
+       (Bug report and patch from "Manfred Klug" <address@hidden>.)
+
+2001-08-09  Derek Price  <address@hidden>
+
+       * config.h: Define HAVE_GETPAGESIZE under Windows.
+       (Bug report from "Manfred Klug" <address@hidden>.)
+
+2001-08-06  Derek Price  <address@hidden>
+
+       * Makefile.in: Regenerated.
+
+2001-07-04  Derek Price  <address@hidden>
+
+       * Makefile.in: Regenerated with new Automake release candidate 1.4h.
+
+2001-06-28  Derek Price  <address@hidden>
+
+       * Makefile.in: Regenerated with new version of Automake.
+
+2001-04-25  Derek Price  <address@hidden>
+
+       * Makefile.in: Regenerated using AM 1.4e as of today at 18:10 -0400.
+
+2001-03-14  Derek Price  <address@hidden>
+
+        * Makefile.in: Regenerated
+
+2001-02-15  Derek Price  <address@hidden>
+           Laine Stump  <address@hidden>
+
+       * config.h: Define HAVE_USLEEP and define a prototype for usleep.
+       * win32.c (usleep): New function.
+
+2000-12-22  Derek Price  <address@hidden>
+
+        * Makefile.in: Regenerated
+
+2000-12-21  Derek Price  <address@hidden>
+
+       * Makefile.am: New file needed by Automake
+       * Makefile.in: Regenerated
+
+2000-11-21  Derek Price  <address@hidden>
+
+       * filesubr.c (check_statbuf): subtract 3600 from the times returned
+       by the stat function when daylight savings time is in effect due to a
+       bug in Windoze.  Fixes a bug where CVS thinks all files have been
+       touched after a transition to or from daylight savings time.
+
+2000-11-20  Derek Price  <address@hidden>
+
+       * filesubr.c (cvs_temp_file): add this function to match the one in
+       src/filesubr.c
+       (cvs_temp_name): wrap cvs_temp_file as in src/filesubr.c
+
+2000-10-18  Derek Price  <address@hidden>
+
+       * config.h: Add () to a macro function to supress a warning.
+
+2000-06-26  Larry Jones  <address@hidden>
+
+       * config.h: Define REGEX_MALLOC and _REGEX_RE_COMP.
+
+2000-01-02  Karl Fogel  <address@hidden>
+
+       * pwd.c (getlogin): try to find login name in environment
+       variables before asking the operating system.
+
+1999-02-26  Jim Kingdon  <http://www.cyclic.com>
+
+       * options.h: Make RELATIVE_REPOS the default, as in
+       ../src/options.h.in.
+       Remove CVS_DIFFDATE; removed from CVS on 27 Jun 1996.
+
+1998-10-13  Jim Kingdon
+
+       * README: Update information about make/project files, cygwin and
+       the (lack of) need for RCS 5.7.  Tweak a few more things.
+
+1998-10-03  Jim Kingdon
+
+       * win32.c: Include cvs.h and only check server_active if
+       SERVER_SUPPORT is defined.
+
+1998-10-02  Jim Kingdon  <address@hidden>
+
+       (This was reported by someone else but I don't remember who).
+       * config.h: Define SYSTEM_CLEANUP.
+       * win32.c (wnt_cleanup): New function, implements it.
+
+1998-09-28  Johannes Stezenbach <address@hidden>
+           and Jim Kingdon
+
+       * config.h (CVS_RENAME): Define.
+       * filesubr.c, config.h (wnt_rename): New function.
+       * filesubr.c (rename_file): Call CVS_RENAME not rename.
+
+1998-09-04  Jim Kingdon  <address@hidden>
+
+       * win32.c (gethostname): Expand comment about gethostname
+       vs. GetComputerName (reported by Randy Coulman).
+
+1998-07-01  Jim Kingdon  <address@hidden>
+
+       * startserver.c (wnt_shutdown_server): Check for errors from close().
+
+1998-06-30  Noel Cragg
+
+    * startserver.c: add a global variable which notes if we've opened
+       a socket.  Since the code in client.c will call wnt_shutdown_server
+       regardless of which client method we've selected, we need to make
+       sure and not call shutdown or closesocket on a pipe (it won't work).
+       (wnt_shutdown_server): use the new global to decide whether or not
+       to call socket routines or simply use close.
+       
+
+1998-06-11  Jim Kingdon
+
+       * config.h (CVS_STAT, CVS_LSTAT): Define.
+       * filesubr.c, config.h (wnt_stat, wnt_lstat, check_statbuf):
+       New functions.
+
+1998-04-09  Jim Kingdon  <address@hidden>
+
+       * filesubr.c (link_file): Remove; no longer used.
+
+Tue Feb 17 02:31:41 1998  Noel Cragg  <address@hidden>
+
+       * filesubr.c (last_component): return the top-level directory when
+       asked about the top-level directory.
+
+Fri Jan 16 00:57:31 1998  Jim Kingdon  <address@hidden>
+
+       * sanity.sh: Remove.  As far as I know the Windows hacks in this
+       file have been superceded by improvements to Cygwin and/or Ian's
+       recent changes to src/sanity.sh.  The ones I noticed: we had been
+       working around lack of /dev/null (apprently Cygwin now has it); we
+       had been not expecting rm -rf to delete readonly files (apparently
+       it now does); there was an issue with case of arguments passed on
+       command line (it would seem like Cygwin has changed this).
+       I also notice that the file had not even been in the distribution
+       because it was missing from Makefile.in (ugh).
+
+13 Jan 1998  Jim Kingdon
+
+       * run.c (run_exec): Change parameters from char * to const char *.
+
+Tue Jan 13 16:57:56 1998  Ian Lance Taylor  <address@hidden>
+
+       * config.h (FOLD_FN_CHAR): Don't define; instead move to
+       lib/system.h, where it is defined conditionally.
+       (FILENAMES_CASE_INSENSITIVE, ISDIRSEP): Likewise.
+       (WNT_filename_classes, fncmp, fnfold): Likewise for declarations.
+       * filesubr.c (WNT_filename_classes): Remove; now in lib/fncase.c.
+       (fncmp, fnfold): Likewise.
+
+Tue Jan 13 13:15:34 1998  Jim Kingdon  <address@hidden>
+
+       * run.c: Adjust run_setup for new calling convention.
+
+       * config.h (DIFF): Remove; no longer used.
+       * options.h (DIFF, RCSBIN_DFLT): Remove; no longer used.
+
+Wed Dec 31 10:56:39 1997  Jim Kingdon  <address@hidden>
+
+       * config.h, filesubr.c (convert_file): Remove; no longer used
+       (except for BROKEN_READWRITE_CONVERSION which doesn't apply).
+
+Sat Dec 27 16:57:41 1997  Jim Kingdon  <address@hidden>
+
+       * options.h (HAVE_RCS5): Remove; no longer used.
+
+       * config.h (LINES_CRLF_TERMINATED): Remove; no longer used.
+
+Tue Dec 23 08:28:44 1997  Jim Kingdon  <address@hidden>
+
+       * README: Change bug-cvs address from prep.ai.mit.edu to gnu.org
+       per email from Martin Hamilton.
+
+Sun Nov 30 18:03:02 1997  Jim Kingdon  <address@hidden>
+
+       * run.c (run_args): Remove; nowhere used.
+
+Sat Nov 29 22:21:19 1997  Jim Kingdon  <address@hidden>
+
+       * options.h: Remove declaration of getwd; see lib/ChangeLog for
+       rationale.
+
+Wed, 12 Nov 1997  Jim Kingdon
+
+       * config.h: Define same_file.
+
+Sun, 9 Nov 1997  Jim Kingdon
+
+       * config.h: Define HAVE_SETMODE.
+
+Mon Nov 10 11:15:54 1997  Jim Kingdon  <address@hidden>
+
+       * run.c (call_diff, call_diff3): Removed, per change to
+       src/rcscmds.c.
+
+Fri Oct 31 16:52:30 1997  Abe Feldman
+
+       * config.h: Define UTIME_EXPECTS_WRITABLE.
+
+Tue Oct 28 14:50:37 1997  Jim Kingdon  <address@hidden>
+
+       * run.c: Also define call_diff and call_diff3.
+
+Sat Sep 13 20:13:09 1997    <address@hidden>
+       indentation/whitespace fixes by Jim Kingdon
+
+       * run.c (quote): quote any " included in argument string to
+       avoid having ci choke on message string format.
+
+Sun Sep  7 19:59:56 1997  Jim Kingdon  <address@hidden>
+
+       * README: Add section on coding standards (win32, ANSI, &c).
+
+Fri Aug 29 19:13:56 1997  Jim Kingdon  <address@hidden>
+
+       * filesubr.c (isabsolute): Add comment about interaction with
+       strip_trailing_slashes (reported by Jin S Choi <address@hidden>).
+
+Thu Aug 28 12:06:37 1997  Jim Kingdon  <address@hidden>
+
+       * filesubr.c (link_file): Remove #if 0'd version; the real version
+       is elsewhere in this file.
+
+Sun Aug 10 21:08:12 1997  Jim Kingdon  <address@hidden>
+
+       * ndir.c, ndir.h, pwd.c, pwd.h: Remove $Header; we decided to
+       get rid of these some time ago.
+
+Sun Aug  3 21:14:33 1997  Jim Kingdon  <address@hidden>
+
+       * README: Note KLUDGE_FOR_WNT_TESTSUITE when discussing tests.
+
+Fri Jul 18 09:49:52 1997  Jim Kingdon  <address@hidden>
+
+       * README: Adjust discussion of makefiles to deal with Visual C++
+       5.x.  One doesn't need patch if client and server are current.
+
+10 Jul 1997  Jim Kingdon
+
+       * config.h: Define USE_SETMODE_STDOUT.
+
+8 Jul 1997  Jim Kingdon
+
+       * rcmd.c (rcmd_authenticate): With error message, print the
+       user names that we were attempting to use.
+       * win32.c (win32getlogin): If GetUserName returns "", return
+       NULL.
+
+Sun, 22 Jun 1997  Jim Kingdon
+
+       * win32.c: Also include winsock.h.
+       Include stdlib.h (for exit()).
+       * rcmd.c: Move include of cvs.h above test of HAVE_WINSOCK_H.
+
+Tue Jun 17 16:35:06 1997  Jim Kingdon  (address@hidden)
+
+       * rcmd.c: Check HAVE_WINSOCK_H in figuring out which files
+       to include (see comment about making this portable).  If not
+       HAVE_WINSOCK_H, make various #definitions.
+       * rcmd.c (init_winsock): Move from here...
+       * win32.c: ...to here.
+       * rcmd.c (bind_and_connect, resolve_address): Shut up gcc -Wall
+       (which doesn't know that error (1, ...) doesn't return).
+
+Sun Jun  8 23:43:21 1997  Jim Kingdon  <address@hidden>
+
+       * config.h (HAVE_MKFIFO): Remove; not used anywhere.
+
+Sat May  3 11:15:46 1997  Jim Kingdon  <address@hidden>
+
+       * rcmd.c: Add "copyright" notice.
+
+Thu Apr 17 00:15:36 1997  Jim Kingdon  <address@hidden>
+
+       * Makefile.in: Add sockerror.c.
+
+Wed Apr  9 15:29:45 1997  Jim Kingdon  <address@hidden>
+
+       * filesubr.c (expand_wild): Add comments about "." and comparing
+       NULL pointers.
+
+8 Apr 1997  Jim Kingdon
+
+       * rcmd.c: Instead of returning -1 and passing that back to
+       startserver.c which will print a very vague error message, call
+       error() right away with a specific message.  This also fixes
+       some places where we had bogusly called GetLastError instead of
+       WSAGetLastError.
+       (init_winsock): Remove call to setsockopt.  It was an artifact
+       from before the time that we defined NO_SOCKET_TO_FD, doesn't
+       seem to be needed any more, and fails with some non-Microsoft
+       winsock implementations.
+
+Wed Apr  2 14:08:10 1997  Vince Del Vecchio  <address@hidden>
+                         and Jim Kingdon
+
+       * sockerror.c: New file.
+       * config.h (SOCK_STRERROR, SOCK_ERRNO): New macros.
+       * startserver.c: In reporting errors from socket calls, use
+       SOCK_STRERROR and SOCK_ERRNO since strerror(errno) doesn't work
+       for Win32.
+       * rcmd.c (rcmd_authenticate): Use WSASetLastError instead of
+       assigning to errno, since that is where the caller will look.
+
+Sun Apr  6 17:22:19 1997  Jim Kingdon  <address@hidden>
+
+       * filesubr.c (copy_file): Add comment about CopyFile.
+
+Wed Mar 26 13:13:41 1997  Jim Kingdon  <address@hidden>
+
+       * README: Also mention tar and gzip.
+
+       * README: Binaries are now under 1.9, not 1.8.3, on
+       ftp.cyclic.com.  Also mention http URL.
+
+13 Mar 1997  Jim Kingdon  <address@hidden>
+
+       * filesubr.c (get_homedir): Allocate pathbuf; removes arbitrary
+       limit.
+
+Wed Mar 12 16:10:01 1997  Jim Kingdon  <address@hidden>
+
+       * filesubr.c (get_homedir): Expand comment about HOME
+       vs. HOMEDRIVE/HOMEPATH.
+
+       * config.h (HAVE_SETVBUF): Removed; no longer used.
+
+Thu Mar  6 19:46:53 1997  Jim Kingdon  <address@hidden>
+
+       * README: tab stop setting apparently was under "Editor" in Visual
+       C++ 2.x but it is under "Tabs" in Visual C++ 4.x.
+       List number of warnings for regex.c (103, which is actually down
+       from 121 prior to the change I just made to regex.c).
+
+Sat Feb 15 15:27:39 1997  Jim Kingdon  <address@hidden>
+
+       * Makefile.in (dist-dir): Also handle SUBDIRS.
+       (SUBDIRS): New variable.
+
+Wed Jan 29 18:28:17 1997  Jim Kingdon  <address@hidden>
+
+       * config.h, options.h (GREP): Remove; no longer used.
+
+Tue Jan 28 18:29:03 1997  Jim Kingdon  <address@hidden>
+
+       * config.h: Remove SIZEOF_INT and SIZEOF_LONG; no longer needed
+       with lib/md5.c changes.
+
+1997-01-08  Jim Kingdon
+
+       * filesubr.c (expand_wild): If we just find a file (that
+       is, without expanding a wildcard), return the file name
+       as specified rather than as it exists in the filesystem.
+
+Thu Jan  2 13:30:56 1997  Jim Kingdon  <address@hidden>
+
+       * filesubr.c, ndir.c, ndir.h, pwd.c, pwd.h, run.c, stripslash.c:
+       Remove "675" paragraph; see ../ChangeLog for rationale.
+
+Wed Jan  1 22:51:01 1997  Jim Kingdon  <address@hidden>
+
+       * options.h: Reword comment for TMPDIR_DFLT to make it clear that
+       this isn't specific to the pserver server.
+
+Tue Dec 31 14:17:38 1996  Jim Kingdon  <address@hidden>
+
+       * README: Remove another mention of grep; CVS no longer uses it.
+
+Tue Dec 31 11:01:29 1996  Noel Cragg  <address@hidden>
+
+       * README: Add note that the various support utilities can also be
+       found at the Cyclic FTP site; things move around on the net.
+
+Tue Dec 31 12:33:29 1996  Jim Kingdon  <address@hidden>
+
+       * README: Add note about lack of need for rsh.  I don't know if
+       this is the best place to talk about this, but many people get
+       confused by it.
+
+Sat Nov 30 15:33:22 1996  Jim Kingdon  <address@hidden>
+
+       * README: Grep is no longer required.  Specify when gzip is required.
+
+Tue Nov 19 17:19:35 1996  Jim Kingdon  <address@hidden>
+
+       * Makefile.in (SOURCES): Remove strippath.c.
+       * strippath.c: Removed.
+
+Sun Nov 10 22:54:04 1996  Paul Sanders <address@hidden>
+                         and Jim Kingdon  <address@hidden>
+
+       * run.c (run_popen): Save and restore file descriptors.
+
+Fri Oct 18 16:54:00 1996  Tony Brusseau  <address@hidden>
+                         and Jim Kingdon  <address@hidden>
+
+       * strippath.c (strip_path): Leave leading "\\" unmolested for UNC.
+
+Thu Oct 17 10:57:06 1996  Jim Kingdon  <address@hidden>
+
+       * README: Clarify who it is who needs to be able to mount the
+       repository.
+
+Mon Oct 14 08:30:38 1996  Jim Kingdon  <address@hidden>
+
+       * README: Remove item about markso Win95 web site now that it is
+       merged in.  Mention Win95 at beginning.
+
+Tue Oct  8 12:37:54 1996  Ian Lance Taylor  <address@hidden>
+
+       * options.h (HAD_RCS4): Remove; no longer used.
+
+Wed Sep 25 14:31:51 1996  Jim Kingdon  <address@hidden>
+
+       * options.h (TMPDIR_DFLT): Change from c:\temp to c:\\temp.
+
+Tue Sep 24 14:37:29 1996  Jim Kingdon  <address@hidden>
+
+       * options.h: Add TMPDIR_DFLT.
+
+Tue Sep 10 19:20:25 1996  Mark A. Solinski  <address@hidden>
+                         and Jim Kingdon  <address@hidden>
+
+       This is said to be the last set of changes needed for Win95:
+       * rcmd.c: Include cvs.h.
+       (rcmd_authenticate): Use send/recv instead of read/write.
+       (rcmd): Don't call _open_osfhandle; just return the socket.
+       * options.h: Move NO_SOCKET_TO_FD from here...
+       * config.h: ...to here.  Update comment.
+       * config.h (START_SERVER_RETURNS_SOCKET, SEND_NEVER_PARTIAL):
+       Define.
+       * startserver.c (shutdown_fd): Remove; it is unused.
+       (wnt_start_server): Don't dup the file descriptor; instead set
+       both *tofd and *fromfd to read_fd.
+       (wnt_shutdown_server): Don't call _get_osfhandle; just use the
+       argument as the socket.
+
+Wed Sep  4 1996  Jim Kingdon  <address@hidden>
+
+       * filesubr.c (mkdir_if_needed): mkdir on NT only takes one,
+       not two, arguments.
+
+Thu Aug 29 09:47:33 1996  Mark A. Solinski  <address@hidden>
+                         and Jim Kingdon  <address@hidden>
+
+       * filesubr.c (deep_remove_dir, unlink_file_dir): ENOENT can also
+       mean that we tried to unlink a directory (Win95).
+
+Mon Aug 26 12:47:58 1996  Jim Kingdon  <address@hidden>
+
+       * filesubr.c (mkdir_if_needed): Added.
+
+Thu Aug 22 19:12:17 1996  Jim Kingdon  <address@hidden>
+
+       The following changes are said to be necessary (but not
+       sufficient) for Win95:
+       * config.h (sleep): Use "unsigned int" not just "unsigned".
+       * filesubr.c (deep_remove_dir): Treat EACCES as well as ENOTEMPTY
+       as an indication that we need to remove the directory.
+
+Fri Aug 16 16:06:22 1996  Norbert Kiesel  <address@hidden>
+
+       * Makefile.in (installdirs): new (empty) target
+
+Mon Aug 12 14:45:16 1996  Jim Kingdon  <address@hidden>
+
+       * config.h: Remove CLIENT_ONLY; it is nowhere used.
+
+Mon Jul 15 1996  Jim Kingdon  <address@hidden>
+
+       * README: Add note about tab stop setting.
+
+Fri Jun  7 13:07:37 1996  Jim Kingdon  <address@hidden>
+
+       * config.h: Change INITIALIZE_SOCKET_SUBSYSTEM to
+       SYSTEM_INITIALIZE to reflect change in ../src/main.c.
+
+Mon Jun 03 01:00:08 1996  noel  <address@hidden>
+
+       * sanity.sh: include new tests from ../src/sanity.sh.
+
+       * filesubr.c (copy_file): use open with O_CREAT instead of creat
+       so we can also use O_BINARY -- we don't want to do any LF -> CR/LF
+       translations when we copy files.
+
+Fri May 17 11:53:13 1996  Jim Kingdon  <address@hidden>
+
+       * README: In a few places it used to say "server" when it meant
+       "client".  Fix it.  Say explicitly that there is no server on NT.
+       Fix typos (4,0 -> 4.0; CVS.system -> CVS).
+
+Thu May 16 16:52:45 1996  Noel Cragg  <address@hidden>
+
+       * README: explain which utilities are required for client support
+       and local support in separate paragraphs.
+
+       * filesubr.c (expand_wild): rename max to cvs_max to avoid
+       conflicts with other already-defined routines.
+       (get_homedir): rename min to cvs_min.
+
+Thu May 16 01:18:22 1996  noel  <address@hidden>
+
+       * sanity.sh: Hacked version of src/sanity.sh for use under
+       CYGWIN32.
+
+       * filesubr.c (expand_wild): Since FindFirstFile and FindNextFile
+       don't return the pathname of a file, we need to keep track of it
+       ourselves.
+
+       * options.h: Fix defines for DIFF and GREP. 
+
+       * run.c (run_exec): Flush stdout and stderr so we end up with the
+       correct interleaving of output for sanity.sh.  This can be removed
+       later, if desired.
+
+Wed May 15 23:51:49 1996  Noel Cragg  <address@hidden>
+
+       * README: mention that grep is mandatory.
+
+Tue May 14 1996  Jim Kingdon  <address@hidden>
+
+       * filesubr.c (cvs_temp_name): Call _tempnam not tmpnam.
+
+Tue May 14 13:38:51 1996  Jim Kingdon  <address@hidden>
+
+       * filesubr.c (cvs_temp_name): New function..
+
+Wed May 01 01:28:41 1996  noel  <address@hidden>
+
+       * filesubr.c (get_homedir): use both HOMEDRIVE and HOMEPATH to
+       construct the user's home directory.
+
+Tue Apr  9 20:56:14 1996  Jim Kingdon  <address@hidden>
+
+       * README: Mention CRLF for src/server.c.
+
+Mon Mar 25 1996  Jim Kingdon  <address@hidden>
+
+       * filesubr.c (expand_wild): New function.
+
+Tue Mar 19 17:55:39 1996  Norbert Kiesel  <address@hidden>
+
+       * startserver.c (wnt_start_server): Cleaned up code to get port
+         (and thus made consistent with VMS and Mac)
+
+Mon Mar 18 14:54:50 1996  Jim Kingdon  <address@hidden>
+
+       * config.h: Don't declare gethostname; main.c already includes
+       winsock.h.  Define FILENAMES_CASE_INSENSITIVE.
+
+Fri Mar 15 1996  Jim Kingdon  <address@hidden>
+
+       * filesubr.c (fncmp): Fix typo (n1 -> n2) which had caused the
+       function to always return 0.
+
+Thu Mar  7 08:55:39 1996  Jim Blandy  <address@hidden>
+
+       * Makefile.in (HEADERS): Remove alloca.h from list.
+
+Wed Feb 28 11:08:06 1996  Jim Kingdon  <address@hidden>
+
+       * options.h: Remove AUTH_SERVER_SUPPORT; no longer should be
+       defined in options.h.
+
+       * config.h: Remove C_ALLOCA, CRAY_STACKSEG_END, HAVE_ALLOCA,
+       HAVE_ALLOCA_H, and STACK_DIRECTION to reflect alloca removal.
+       * startserver.c (wnt_start_server): Don't use alloca.
+       * alloca.h: Removed.
+
+Fri Feb 23 18:00:00 1996  Jim Kingdon  <address@hidden>
+
+       * options.h: Define AUTH_CLIENT_SUPPORT and NO_SOCKET_TO_FD.
+       * config.h: Define HAVE_WINSOCK_H.
+       * win32.c (getpass): New function.
+       * filesubr.c (get_homedir): New function.
+
+Mon Feb 12 16:09:24 1996  Norbert Kiesel  <address@hidden>
+
+       * run.c (run_popen): Changed more Popen() to run_popen()
+
+Mon Feb 12 03:33:27 1996  Benjamin J. Lee  <address@hidden>
+
+        * run.c: Changed Popen() to run_popen() for the benefit of
+        case-insensitive linkers (VMS) which confuse Popen() with popen()
+
+Fri Feb  9 22:10:12 1996  Jim Kingdon  <address@hidden>
+
+       * Makefile.in (distclean): Remove Makefile.
+
+       * config.h: Remove SYSTEM_COMMENT_TABLE.
+
+Thu Feb  1 15:09:17 1996  Jim Kingdon  <address@hidden>
+
+       * options.h: Remove RM; no longer used.
+
+       * filesubr.c: Remove rcsid.
+
+Thu Jan 11 16:01:27 1996  Jim Kingdon  <address@hidden>
+
+       * README: Update with information for Visual C++ 4.0, some
+       warnings that weren't mentioned, etc.
+
+Thu Jan 11 12:04:42 1996  Norbert Kiesel  <address@hidden>
+
+       * options.h: remove CVS_NOADMIN
+
+Wed Jan  3 16:17:19 1996  Jon Dart  <address@hidden>
+                         and Jim Kingdon  <address@hidden>
+
+       * run.c (filter_stream_through_program): If pidp is NULL, don't
+       store to *pidp.
+       * ndir.h: Change MAXNAMLEN to 255.
+       * run.c (build_command): Deal with it if there are no arguments at
+       all.
+
+Mon Jan  1 23:40:01 1996  Jim Kingdon  <address@hidden>
+
+       * filesubr.c (link_file): New function.
+
+       * README: Mention CRLF vs. LF in cvsnt.mak.  Other minor revisions.
+
+Fri Dec 22 12:00:00 1995  Jim Kingdon  <address@hidden>
+
+       * run.c (filter_stream_through_program): On error, error() rather
+       than returning -1.
+
+Thu Dec 21 16:00:00 1995  Jim Kingdon  <address@hidden>
+
+       * options.h: Don't define NO_SOCKET_TO_FD.
+
+Mon Dec 18 09:57:29 1995  Jim Kingdon  <address@hidden>
+
+       * options.h: Explain NO_SOCKET_TO_FD some more.
+
+Sun Dec 17 21:19:18 1995  Karl Fogel  <address@hidden>
+
+        * options.h (NO_SOCKET_TO_FD): define to 1.
+
+Tue Dec 12 19:18:00 1995  Karl Fogel  <address@hidden>
+
+        * options.h (AUTH_CLIENT_SUPPORT, AUTH_SERVER_SUPPORT): these
+        replace CVS_LOGIN.
+        (RCSBIN_DFLT): expand comment.
+
+Mon Dec 11 12:43:35 1995  adamg  <address@hidden>
+
+       * config.h: Add INITIALIZE_SOCKET_SUBSYSTEM macro to ensure that
+       winsock is initialized early enough for the gethostname() in
+       main.c to succeed.
+       * rcmd.c: Remove from init_winsock(), and rcmd() code that
+       initialized winsock on demand.
+
+Thu Dec  7 14:49:16 1995  Jim Meyering  (address@hidden)
+
+       * filesubr.c (isaccessible): Rename from isaccessable.
+       Update callers.
+
+Mon Dec  4 10:46:31 1995  Jim Kingdon  <address@hidden>
+
+       * The following change was copied from src/filesubr.c.  This is
+       because we need filesubr.c to compile, not because we are trying
+       to make set*id work on NT (if it even has set*id).
+       * filesubr.c (isaccessable): new function.  Checks access-rights
+       for files like access(), but is getxid-safe.  Falls back to
+       access() if SETXID_SUPPORT is not enabled.
+       (isfile): replace stat() by isaccessable(file, F_OK)
+       (isreadable): replace access() by isaccessable()
+       (iswritable): ditto
+       (make_directory): rename local variable buf to sb
+
+Fri Nov 24 11:17:16 EST 1995  Boleslaw Ciesielski  <address@hidden>
+
+       * filesubr.c (convert_file): Pass S_IWRITE to open when creating
+       file (fixes problem with deleting temporary files).
+
+Fri Nov 24 11:12:47 1995  Boleslaw Ciesielski  <address@hidden>
+
+       * run.c (build_command): Move len++ inside loop, to make room for
+       spaces between arguments.
+
+Thu Oct 26 10:12:51 1995  Jim Kingdon  <address@hidden>
+
+       * README: Say that patch is required, not optional.
+
+Wed Oct 25 07:40:17 1995  Noel Cragg  <address@hidden>
+
+       * startserver.c (wnt_start_server): removed NTOHS call; since the
+       resulting number was passed as the port number to rcmd which
+       called NTOHS again, we did a complicated NOOP.
+
+Tue Oct 24 10:59:03 1995  Norbert Kiesel  <address@hidden>
+
+       * Makefile.in: insert autoconf variables. This allows e.g. make
+         dist to work when configure was called from within a subdir.
+
+       * Makefile.in (dist): replace by rule which honors $(srcdir)
+
+Mon Oct 23 18:51:49 1995  Karl Fogel  <address@hidden>
+
+        * Makefile.in (clean): new rule, does nothing but satisfy
+        top-level Makefile's beliefs about what its children can do.
+
+Fri Oct 20 11:09:55 1995  Norbert Kiesel  <address@hidden>
+
+       * config.h: use same layout and comments as current ../config.h.in
+
+       * options.h: as above for ../src/options.h.in
+
+Tue Oct 10 16:04:18 1995  Jim Kingdon  <address@hidden>
+
+       * README: Update to remove obsolete information (e.g. ftp
+       distributions).
+
+Thu Oct  5 17:28:52 1995  Kevin Layer  <address@hidden>
+
+       * filesubr.c: Add semicolon after USE.
+
+Thu Sep 7  19:18:00 1995  Jim Blandy  <address@hidden>
+
+       * config.h (CVS_SUPPORT): #define this.
+
+       * ndir.c (opendir): Make the directory name argument a const
+       char *, instead of just a char *.
+       * ndir.h (opendir): Extern declaration changed to match.
+
+Thu Aug 31 12:00:08 1995  Jim Blandy  <address@hidden>
+
+       * Makefile.in (HEADERS, SOURCES): New variables.
+       (DISTFILES): Refer to them, and include README, Makefile.in, and
+       .cvsignore.
+
+       * filesubr.c (unlink_file_dir, deep_remove_dir): New functions,
+       originally added to src/filesubr.c and then adapted here for
+       Windows NT.
+
+Wed Aug 30 15:39:57 1995  Jim Blandy  <address@hidden>
+
+        * Windows NT port merged.
+       * README, config.h, filesubr.c, mkdir.c, ndir.c, ndir.h,
+       options.h, pwd.c, pwd.h, rcmd.c, rcmd.h, run.c, startserver.c,
+       strippath.c, stripslash.c, waitpid.c, win32.c: Changed or added.
+
+Thu Aug 10 13:30:00 1995  Jim Blandy <address@hidden>
+
+       * filesubr.c, mkdir.c, pwd.c, run.c, win32.c: New source files.
+       * pwd.h: New header file.
+
+Wed Jul 19 18:00:00 1995  Jim Blandy <address@hidden>
+
+       * alloca.h: New file.
+
+       * config.h (HAVE_IO_H): Define this.
+
+Tue Jul 18 21:18:00 1995  Jim Blandy <address@hidden>
+
+       * config.h, options.h, pwd.h: New files.
Index: ccvs/windows-NT/config.h
diff -u /dev/null ccvs/windows-NT/config.h:1.169.2.1
--- /dev/null   Thu May 18 20:00:34 2006
+++ ccvs/windows-NT/config.h    Thu May 18 20:00:34 2006
@@ -0,0 +1,1452 @@
+/* This file is generated via a rule in Makefile.am from the
+ * config.h.in file.
+ *
+ * *** DO NOT EDIT THIS FILE DIRECTLY ***
+ *
+ * Edit config.h.in instead.
+ */
+/***
+ *** config.h.in, generated by mkconfig.pl:
+ ***
+ ***   (config.h.in.in
+ ***    + ../config.h.in)
+ ***   . config.h.in.footer
+ ***   --> config.h.in
+ ***
+ *** ***** DO NOT ALTER THIS FILE!!! *****
+ ***
+ *** Changes to this file will be overwritten by automatic script runs.
+ *** Changes should be made to the config.h.in.in & config.h.in.footer
+ *** files instead.
+ ***/
+
+/* config.h.in.  Generated from configure.in by autoheader.  */
+
+/* Define this to a NULL terminated list of allowed path prefixes (for
+   directories) and paths to files the CVS server will allow configuration to
+   be read from when specified from the command line. */
+#undef ALLOW_CONFIG_OVERRIDE
+
+/* Enable AUTH_CLIENT_SUPPORT to enable pserver as a remote access method in
+   the CVS client (default) */
+#define AUTH_CLIENT_SUPPORT 1
+
+/* Define if you want to use the password authenticated server. */
+#undef AUTH_SERVER_SUPPORT
+
+/* Define if you want CVS to be able to be a remote repository client. */
+#define CLIENT_SUPPORT
+
+/* Define to 1 if the `closedir' function returns void instead of `int'. */
+#undef CLOSEDIR_VOID
+
+/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
+   systems. This function is required for `alloca.c' support on those systems.
+   */
+#undef CRAY_STACKSEG_END
+
+/* define if cross compiling */
+#undef CROSS_COMPILING
+
+/* The CVS admin command is restricted to the members of the group
+   CVS_ADMIN_GROUP. If this group does not exist, all users are allowed to run
+   CVS admin. To disable the CVS admin command for all users, create an empty
+   CVS_ADMIN_GROUP by running configure with the --with-cvs-admin-group=
+   option. To disable access control for CVS admin, run configure with the
+   --without-cvs-admin-group option in order to comment out the define below.
+   */
+#undef CVS_ADMIN_GROUP
+
+/* When committing a permanent change, CVS and RCS make a log entry of who
+   committed the change. If you are committing the change logged in as "root"
+   (not under "su" or other root-priv giving program), CVS/RCS cannot
+   determine who is actually making the change. As such, by default, CVS
+   prohibits changes committed by users logged in as "root". You can disable
+   checking by passing the "--enable-rootcommit" option to configure or by
+   commenting out the lines below. */
+#undef CVS_BADROOT
+
+/* Define to 1 if using `alloca.c'. */
+#undef C_ALLOCA
+
+/* Define if there is a member named d_ino in the struct describing directory
+   headers. */
+#undef D_INO_IN_DIRENT
+
+/* The default editor to use, if one does not specify the "-e" option to cvs,
+   or does not have an EDITOR environment variable. If this is not set to an
+   absolute path to an executable, use the shell to find where the editor
+   actually is. This allows sites with /usr/bin/vi or /usr/ucb/vi to work
+   equally well (assuming that their PATH is reasonable). */
+#define EDITOR_DFLT "notepad"
+
+/* Define to 1 if translation of program messages to the user's native
+   language is requested. */
+#undef ENABLE_NLS
+
+/* Define to enable encryption support. */
+#undef ENCRYPTION
+
+/* Define as good substitute value for EOVERFLOW. */
+#define EOVERFLOW EINVAL
+
+/* Define if this executable will be running on case insensitive file systems.
+   In the client case, this means that it will request that the server pretend
+   to be case insensitive if it isn't already. */
+#define FILENAMES_CASE_INSENSITIVE 1
+
+/* Define on systems for which file names may have a so-called `drive letter'
+   prefix, define this to compute the length of that prefix, including the
+   colon. */
+#define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 1
+
+/* Define if the backslash character may also serve as a file name component
+   separator. */
+#define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 1
+
+#if FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX
+# define FILE_SYSTEM_PREFIX_LEN(Filename) \
+  ((Filename)[0] && (Filename)[1] == ':' ? 2 : 0)
+#else
+# define FILE_SYSTEM_PREFIX_LEN(Filename) 0
+#endif
+
+/* When committing or importing files, you must enter a log message. Normally,
+   you can do this either via the -m flag on the command line, the -F flag on
+   the command line, or an editor will be started for you. If you like to use
+   logging templates (the rcsinfo file within the $CVSROOT/CVSROOT directory),
+   you might want to force people to use the editor even if they specify a
+   message with -m or -F. Enabling FORCE_USE_EDITOR will cause the -m or -F
+   message to be appended to the temp file when the editor is started. */
+#undef FORCE_USE_EDITOR
+
+/* Define to an alternative value if GSS_C_NT_HOSTBASED_SERVICE isn't defined
+   in the gssapi.h header file. MIT Kerberos 1.2.1 requires this. Only
+   relevant when using GSSAPI. */
+#undef GSS_C_NT_HOSTBASED_SERVICE
+
+/* Define to 1 if you have the `alarm' function. */
+#undef HAVE_ALARM
+
+/* Define to 1 if you have `alloca' after including <alloca.h>, a header that
+   may be supplied by this distribution. */
+#undef HAVE_ALLOCA
+
+/* Define HAVE_ALLOCA_H for backward compatibility with older code that
+   includes <alloca.h> only if HAVE_ALLOCA_H is defined. */
+#define HAVE_ALLOCA_H 1
+
+/* Define to 1 if you have the `atexit' function. */
+#define HAVE_ATEXIT 1
+
+/* Define to 1 if you have the <bp-sym.h> header file. */
+#undef HAVE_BP_SYM_H
+
+/* Define to 1 if you have the `btowc' function. */
+#undef HAVE_BTOWC
+
+/* Define to 1 if you have the `canonicalize_file_name' function. */
+#undef HAVE_CANONICALIZE_FILE_NAME
+
+/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
+   CoreFoundation framework. */
+#undef HAVE_CFLOCALECOPYCURRENT
+
+/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
+   the CoreFoundation framework. */
+#undef HAVE_CFPREFERENCESCOPYAPPVALUE
+
+/* Define to 1 if you have the `chsize' function. */
+#define HAVE_CHSIZE 1
+
+/* Define to 1 if you have the `clock_gettime' function. */
+#undef HAVE_CLOCK_GETTIME
+
+/* Define to 1 if you have the `clock_settime' function. */
+#undef HAVE_CLOCK_SETTIME
+
+/* Define if you have the connect function. */
+#define HAVE_CONNECT
+
+/* Define if you have the crypt function. */
+#undef HAVE_CRYPT
+
+/* Define if the GNU dcgettext() function is already present or preinstalled.
+   */
+#undef HAVE_DCGETTEXT
+
+/* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
+   you don't. */
+#undef HAVE_DECL_CLEARERR_UNLOCKED
+
+/* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
+   don't. */
+#undef HAVE_DECL_FEOF_UNLOCKED
+
+/* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
+   you don't. */
+#undef HAVE_DECL_FERROR_UNLOCKED
+
+/* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
+   you don't. */
+#undef HAVE_DECL_FFLUSH_UNLOCKED
+
+/* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
+   you don't. */
+#undef HAVE_DECL_FGETS_UNLOCKED
+
+/* Define to 1 if you have the declaration of `flockfile', and to 0 if you
+   don't. */
+#undef HAVE_DECL_FLOCKFILE
+
+/* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
+   you don't. */
+#undef HAVE_DECL_FPUTC_UNLOCKED
+
+/* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
+   you don't. */
+#undef HAVE_DECL_FPUTS_UNLOCKED
+
+/* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
+   you don't. */
+#undef HAVE_DECL_FREAD_UNLOCKED
+
+/* Define to 1 if you have the declaration of `funlockfile', and to 0 if you
+   don't. */
+#undef HAVE_DECL_FUNLOCKFILE
+
+/* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
+   you don't. */
+#undef HAVE_DECL_FWRITE_UNLOCKED
+
+/* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
+   you don't. */
+#undef HAVE_DECL_GETCHAR_UNLOCKED
+
+/* Define to 1 if you have the declaration of `getcwd', and to 0 if you don't.
+   */
+#define HAVE_DECL_GETCWD 1
+
+/* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
+   don't. */
+#undef HAVE_DECL_GETC_UNLOCKED
+
+/* Define to 1 if you have the declaration of `getdelim', and to 0 if you
+   don't. */
+#undef HAVE_DECL_GETDELIM
+
+/* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
+   */
+#define HAVE_DECL_GETENV 1
+
+/* Define to 1 if you have the declaration of `getline', and to 0 if you
+   don't. */
+#undef HAVE_DECL_GETLINE
+
+/* Define to 1 if you have the declaration of `getlogin', and to 0 if you
+   don't. */
+#undef HAVE_DECL_GETLOGIN
+
+/* Define to 1 if you have the declaration of `getlogin_r', and to 0 if you
+   don't. */
+#undef HAVE_DECL_GETLOGIN_R
+
+/* Define to 1 if you have the declaration of `getpass', and to 0 if you
+   don't. */
+#define HAVE_DECL_GETPASS 1
+
+/* Define to 1 if you have the declaration of `memrchr', and to 0 if you
+   don't. */
+#undef HAVE_DECL_MEMRCHR
+
+/* Define to 1 if you have the declaration of `nanosleep', and to 0 if you
+   don't. */
+#define HAVE_DECL_NANOSLEEP 1
+
+/* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
+   you don't. */
+#undef HAVE_DECL_PUTCHAR_UNLOCKED
+
+/* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
+   don't. */
+#undef HAVE_DECL_PUTC_UNLOCKED
+
+/* Define to 1 if you have the declaration of `strdup', and to 0 if you don't.
+   */
+#define HAVE_DECL_STRDUP 1
+
+/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
+   don't. */
+#undef HAVE_DECL_STRERROR_R
+
+/* Define to 1 if you have the declaration of `__fpending', and to 0 if you
+   don't. */
+#define HAVE_DECL___FPENDING 0
+
+/* Define to 1 if you have the <direct.h> header file. */
+#undef HAVE_DIRECT_H
+
+/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
+   */
+#undef HAVE_DIRENT_H
+
+/* Define to 1 if you have the `dup2' function. */
+#define HAVE_DUP2 1
+
+/* Define if you have the declaration of environ. */
+#define HAVE_ENVIRON_DECL 1
+
+/* Define if you have the declaration of errno. */
+#define HAVE_ERRNO_DECL 1
+
+/* Define to 1 if you have the `fchdir' function. */
+#undef HAVE_FCHDIR
+
+/* Define to 1 if you have the `fchmod' function. */
+#undef HAVE_FCHMOD
+
+/* Define to 1 if you have the <fcntl.h> header file. */
+#define HAVE_FCNTL_H 1
+
+/* Define to 1 if you have the `flockfile' function. */
+#undef HAVE_FLOCKFILE
+
+/* Define to 1 if you have the `fork' function. */
+#undef HAVE_FORK
+
+/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
+#undef HAVE_FSEEKO
+
+/* Define to 1 if you have the `fsync' function. */
+#undef HAVE_FSYNC
+
+/* Define to 1 if you have the `ftime' function. */
+#define HAVE_FTIME 1
+
+/* Define to 1 if you have the `ftruncate' function. */
+#undef HAVE_FTRUNCATE
+
+/* Define to 1 if you have the `funlockfile' function. */
+#undef HAVE_FUNLOCKFILE
+
+/* Define to 1 if you have the `gai_strerror' function. */
+#undef HAVE_GAI_STRERROR
+
+/* Define to 1 if you have the `getaddrinfo' function. */
+#undef HAVE_GETADDRINFO
+
+/* Define to 1 if you have the `getdelim' function. */
+#undef HAVE_GETDELIM
+
+/* Define to 1 if you have the `geteuid' function. */
+#undef HAVE_GETEUID
+
+/* Define to 1 if you have the `getgroups' function. */
+#undef HAVE_GETGROUPS
+
+/* Define to 1 if you have the `gethostname' function. */
+#define HAVE_GETHOSTNAME 1
+
+/* Define to 1 if you have the `getlogin_r' function. */
+#undef HAVE_GETLOGIN_R
+
+/* Define to 1 if you have the <getopt.h> header file. */
+#undef HAVE_GETOPT_H
+
+/* Define to 1 if you have the `getopt_long_only' function. */
+#undef HAVE_GETOPT_LONG_ONLY
+
+/* Define to 1 if you have the `getpagesize' function. */
+#undef HAVE_GETPAGESIZE
+
+/* Define to 1 if you have the `getpwnam_r' function. */
+#undef HAVE_GETPWNAM_R
+
+/* Define if you have the getspnam function. */
+#undef HAVE_GETSPNAM
+
+/* Define if the GNU gettext() function is already present or preinstalled. */
+#undef HAVE_GETTEXT
+
+/* Define to 1 if you have the `gettimeofday' function. */
+#undef HAVE_GETTIMEOFDAY
+
+/* Define to 1 if you have the <glob.h> header file. */
+#define HAVE_GLOB_H 1
+
+/* Define if you have GSSAPI with Kerberos version 5 available. */
+#undef HAVE_GSSAPI
+
+/* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
+#undef HAVE_GSSAPI_GSSAPI_GENERIC_H
+
+/* Define to 1 if you have the <gssapi/gssapi.h> header file. */
+#undef HAVE_GSSAPI_GSSAPI_H
+
+/* Define to 1 if you have the <gssapi.h> header file. */
+#undef HAVE_GSSAPI_H
+
+/* Define if you have the iconv() function. */
+#undef HAVE_ICONV
+
+/* Define to 1 if you have the `initgroups' function. */
+#undef HAVE_INITGROUPS
+
+/* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
+#undef HAVE_INTMAX_T
+
+/* Define if <inttypes.h> exists and doesn't clash with <sys/types.h>. */
+#undef HAVE_INTTYPES_H
+
+/* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
+   declares uintmax_t. */
+#undef HAVE_INTTYPES_H_WITH_UINTMAX
+
+/* Define to 1 if you have the <io.h> header file. */
+#define HAVE_IO_H 1
+
+/* Define to 1 if <sys/socket.h> defines AF_INET. */
+#define HAVE_IPV4 1
+
+/* Define to 1 if <sys/socket.h> defines AF_INET6. */
+#undef HAVE_IPV6
+
+/* Define to 1 if you have the `isascii' function. */
+#define HAVE_ISASCII 1
+
+/* Define to 1 if you have the `isblank' function. */
+#undef HAVE_ISBLANK
+
+/* Define to 1 if you have the `iswprint' function. */
+#define HAVE_ISWPRINT 1
+
+/* Define if you have MIT Kerberos version 4 available. */
+#undef HAVE_KERBEROS
+
+/* Define to 1 if you have the <krb5.h> header file. */
+#undef HAVE_KRB5_H
+
+/* Define to 1 if you have the `krb_get_err_text' function. */
+#undef HAVE_KRB_GET_ERR_TEXT
+
+/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
+#undef HAVE_LANGINFO_CODESET
+
+/* Define to 1 if you have the `krb' library (-lkrb). */
+#undef HAVE_LIBKRB
+
+/* Define to 1 if you have the `krb4' library (-lkrb4). */
+#undef HAVE_LIBKRB4
+
+/* Define to 1 if you have the `nsl' library (-lnsl). */
+#undef HAVE_LIBNSL
+
+/* Define to 1 if you have the <locale.h> header file. */
+#define HAVE_LOCALE_H 1
+
+/* Define to 1 if you have the `login' function. */
+#undef HAVE_LOGIN
+
+/* Define to 1 if you have the `logout' function. */
+#undef HAVE_LOGOUT
+
+/* Define if you have the 'long double' type. */
+#undef HAVE_LONG_DOUBLE
+
+/* Define to 1 if you support file names longer than 14 characters. */
+#define HAVE_LONG_FILE_NAMES 1
+
+/* Define if you have the 'long long' type. */
+#undef HAVE_LONG_LONG
+
+/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
+   to 0 otherwise. */
+#define HAVE_MALLOC 1
+
+/* Define to 1 if mmap()'s MAP_ANONYMOUS flag is available after including
+   config.h and <sys/mman.h>. */
+#undef HAVE_MAP_ANONYMOUS
+
+/* Define to 1 if you have the `mblen' function. */
+#define HAVE_MBLEN 1
+
+/* Define to 1 if you have the `mbrlen' function. */
+#define HAVE_MBRLEN 1
+
+/* Define to 1 if mbrtowc and mbstate_t are properly declared. */
+#define HAVE_MBRTOWC 1
+
+/* Define to 1 if you have the `mbsinit' function. */
+#undef HAVE_MBSINIT
+
+/* Define to 1 if you have the `mbsrtowcs' function. */
+#define HAVE_MBSRTOWCS 1
+
+/* Define to 1 if <wchar.h> declares mbstate_t. */
+#define HAVE_MBSTATE_T 1
+
+/* Define if you have memchr (always for CVS). */
+#define HAVE_MEMCHR 1
+
+/* Define to 1 if you have the `memmove' function. */
+#define HAVE_MEMMOVE 1
+
+/* Define to 1 if you have the <memory.h> header file. */
+#define HAVE_MEMORY_H 1
+
+/* Define to 1 if you have the `mempcpy' function. */
+#undef HAVE_MEMPCPY
+
+/* Define to 1 if you have the `memrchr' function. */
+#undef HAVE_MEMRCHR
+
+/* Define to 1 if <limits.h> defines the MIN and MAX macros. */
+#define HAVE_MINMAX_IN_LIMITS_H 1
+
+/* Define to 1 if <sys/param.h> defines the MIN and MAX macros. */
+#undef HAVE_MINMAX_IN_SYS_PARAM_H
+
+/* Define to 1 if you have the `mknod' function. */
+#undef HAVE_MKNOD
+
+/* Define to 1 if you have the `mkstemp' function. */
+#undef HAVE_MKSTEMP
+
+/* Define to 1 if you have a working `mmap' system call. */
+#undef HAVE_MMAP
+
+/* Define to 1 if you have the `nanotime' function. */
+#undef HAVE_NANOTIME
+
+/* Define to 1 if you have the <ndbm.h> header file. */
+#undef HAVE_NDBM_H
+
+/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
+#define HAVE_NDIR_H 1
+
+/* Define to 1 if you have the `openat' function. */
+#undef HAVE_OPENAT
+
+/* Define to 1 if you have the <OS.h> header file. */
+#undef HAVE_OS_H
+
+/* Define to enable system authentication with PAM instead of using the simple
+   getpwnam interface. This allows authentication (in theory) with any PAM
+   module, e.g. on systems with shadow passwords or via LDAP */
+#undef HAVE_PAM
+
+/* Define to 1 if pam/pam_appl.h is available */
+#undef HAVE_PAM_PAM_APPL_H
+
+/* Define to 1 if getcwd works, except it sometimes fails when it shouldn't,
+   setting errno to ERANGE, ENAMETOOLONG, or ENOENT. If __GETCWD_PREFIX is not
+   defined, it doesn't matter whether HAVE_PARTLY_WORKING_GETCWD is defined.
+   */
+#undef HAVE_PARTLY_WORKING_GETCWD
+
+/* Define to 1 if you have the `posix_memalign' function. */
+#undef HAVE_POSIX_MEMALIGN
+
+/* Define to 1 if the `printf' function supports the %p format for printing
+   pointers. */
+#define HAVE_PRINTF_PTR 1
+
+/* Define to 1 if the system has the type `ptrdiff_t'. */
+#define HAVE_PTRDIFF_T 1
+
+/* Define to 1 if you have the `readlink' function. */
+#undef HAVE_READLINK
+
+/* Define to 1 if your system has a GNU libc compatible `realloc' function,
+   and to 0 otherwise. */
+#define HAVE_REALLOC 1
+
+/* Define to 1 if you have the `regcomp' function. */
+#undef HAVE_REGCOMP
+
+/* Define to 1 if you have the `regerror' function. */
+#undef HAVE_REGERROR
+
+/* Define to 1 if you have the `regexec' function. */
+#undef HAVE_REGEXEC
+
+/* Define to 1 if you have the `regfree' function. */
+#undef HAVE_REGFREE
+
+/* Define to 1 if you have the `resolvepath' function. */
+#undef HAVE_RESOLVEPATH
+
+/* Define to 1 if you have the `rpmatch' function. */
+#undef HAVE_RPMATCH
+
+/* Define to 1 if you have run the test for working tzset. */
+#define HAVE_RUN_TZSET_TEST 1
+
+/* Define to 1 if you have the <search.h> header file. */
+#define HAVE_SEARCH_H 1
+
+/* Define to 1 if security/pam_appl.h is available */
+#undef HAVE_SECURITY_PAM_APPL_H
+
+/* Define to 1 if you have the `setenv' function. */
+#undef HAVE_SETENV
+
+/* Define if the diff library should use setmode for binary files. */
+#define HAVE_SETMODE 1
+
+/* Define to 1 if you have the `sigaction' function. */
+#undef HAVE_SIGACTION
+
+/* Define to 1 if you have the `sigblock' function. */
+#undef HAVE_SIGBLOCK
+
+/* Define to 1 if you have the `siginterrupt' function. */
+#undef HAVE_SIGINTERRUPT
+
+/* Define to 1 if you have the `sigprocmask' function. */
+#undef HAVE_SIGPROCMASK
+
+/* Define to 1 if you have the `sigsetmask' function. */
+#undef HAVE_SIGSETMASK
+
+/* Define to 1 if you have the `sigvec' function. */
+#undef HAVE_SIGVEC
+
+/* Define to 1 if you have the `snprintf' function. */
+#undef HAVE_SNPRINTF
+
+/* Define to 1 if stdbool.h conforms to C99. */
+#undef HAVE_STDBOOL_H
+
+/* Define to 1 if you have the <stdint.h> header file. */
+#define HAVE_STDINT_H 1
+
+/* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
+   uintmax_t. */
+#define HAVE_STDINT_H_WITH_UINTMAX 1
+
+/* Define to 1 if you have the <stdio_ext.h> header file. */
+#undef HAVE_STDIO_EXT_H
+
+/* Define to 1 if you have the <stdlib.h> header file. */
+#define HAVE_STDLIB_H 1
+
+/* Define if you have strchr (always for CVS). */
+#define HAVE_STRCHR 1
+
+/* Define to 1 if you have the `strdup' function. */
+#define HAVE_STRDUP 1
+
+/* Define to 1 if you have the `strerror' function. */
+#define HAVE_STRERROR 1
+
+/* Define to 1 if you have the `strerror_r' function. */
+#undef HAVE_STRERROR_R
+
+/* Define to 1 if you have the `strftime' function. */
+#define HAVE_STRFTIME 1
+
+/* Define to 1 if you have the <strings.h> header file. */
+#undef HAVE_STRINGS_H
+
+/* Define to 1 if you have the <string.h> header file. */
+#define HAVE_STRING_H 1
+
+/* Define to 1 if you have the `strncasecmp' function. */
+#undef HAVE_STRNCASECMP
+
+/* Define to 1 if you have the `strtol' function. */
+#define HAVE_STRTOL 1
+
+/* Define to 1 if you have the `strtoul' function. */
+#define HAVE_STRTOUL 1
+
+/* Define if there is a member named d_type in the struct describing directory
+   headers. */
+#undef HAVE_STRUCT_DIRENT_D_TYPE
+
+/* Define to 1 if `st_blksize' is member of `struct stat'. */
+#undef HAVE_STRUCT_STAT_ST_BLKSIZE
+
+/* Define to 1 if `st_rdev' is member of `struct stat'. */
+#define HAVE_STRUCT_STAT_ST_RDEV 1
+
+/* Define if struct timespec is declared in <time.h>. */
+#undef HAVE_STRUCT_TIMESPEC
+
+/* Define to 1 if `tm_zone' is member of `struct tm'. */
+#undef HAVE_STRUCT_TM_TM_ZONE
+
+/* Define to 1 if you have the <syslog.h> header file. */
+#undef HAVE_SYSLOG_H
+
+/* Define to 1 if you have the <sys/bsdtypes.h> header file. */
+#undef HAVE_SYS_BSDTYPES_H
+
+/* Define to 1 if you have the <sys/cdefs.h> header file. */
+#undef HAVE_SYS_CDEFS_H
+
+/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
+   */
+#undef HAVE_SYS_DIR_H
+
+/* Define to 1 if you have the <sys/file.h> header file. */
+#undef HAVE_SYS_FILE_H
+
+/* Define to 1 if you have the <sys/inttypes.h> header file. */
+#undef HAVE_SYS_INTTYPES_H
+
+/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
+   */
+#undef HAVE_SYS_NDIR_H
+
+/* Define to 1 if you have the <sys/param.h> header file. */
+#undef HAVE_SYS_PARAM_H
+
+/* Define to 1 if you have the <sys/resource.h> header file. */
+#undef HAVE_SYS_RESOURCE_H
+
+/* Define to 1 if you have the <sys/select.h> header file. */
+#undef HAVE_SYS_SELECT_H
+
+/* Define to 1 if you have the <sys/stat.h> header file. */
+#define HAVE_SYS_STAT_H 1
+
+/* Define to 1 if you have the <sys/time.h> header file. */
+#undef HAVE_SYS_TIME_H
+
+/* Define to 1 if you have the <sys/types.h> header file. */
+#define HAVE_SYS_TYPES_H 1
+
+/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
+#undef HAVE_SYS_WAIT_H
+
+/* Define to 1 if you have the `tcgetattr' function. */
+#undef HAVE_TCGETATTR
+
+/* Define to 1 if you have the `tcsetattr' function. */
+#undef HAVE_TCSETATTR
+
+/* Define to 1 if you have the <termios.h> header file. */
+#undef HAVE_TERMIOS_H
+
+/* Define to 1 if you have the `timezone' function. */
+#undef HAVE_TIMEZONE
+
+/* Define to 1 if localtime_r, etc. have the type signatures that POSIX
+   requires. */
+#undef HAVE_TIME_R_POSIX
+
+/* Define if struct tm has the tm_gmtoff member. */
+#undef HAVE_TM_GMTOFF
+
+/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
+   `HAVE_STRUCT_TM_TM_ZONE' instead. */
+#undef HAVE_TM_ZONE
+
+/* Define to 1 if you have the `tsearch' function. */
+#undef HAVE_TSEARCH
+
+/* Define to 1 if you don't have `tm_zone' but do have the external array
+   `tzname'. */
+#define HAVE_TZNAME 1
+
+/* Define to 1 if you have the `tzset' function. */
+#define HAVE_TZSET 1
+
+/* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */
+#undef HAVE_UINTMAX_T
+
+/* Define to 1 if you have the `uname' function. */
+#undef HAVE_UNAME
+
+/* Define to 1 if you have the <unistd.h> header file. */
+#define HAVE_UNISTD_H 1
+
+/* Define to 1 if you have the `unsetenv' function. */
+#undef HAVE_UNSETENV
+
+/* Define if you have the 'unsigned long long' type. */
+#undef HAVE_UNSIGNED_LONG_LONG
+
+/* Define to 1 if you have the <utime.h> header file. */
+#undef HAVE_UTIME_H
+
+/* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */
+#define HAVE_UTIME_NULL 1
+
+/* Define to 1 if you have the `vasnprintf' function. */
+#undef HAVE_VASNPRINTF
+
+/* Define to 1 if you have the `vasprintf' function. */
+#undef HAVE_VASPRINTF
+
+/* Define to 1 if you have the `vfork' function. */
+#undef HAVE_VFORK
+
+/* Define to 1 if you have the <vfork.h> header file. */
+#undef HAVE_VFORK_H
+
+/* Define to 1 if you have the `vprintf' function. */
+#define HAVE_VPRINTF 1
+
+/* Define to 1 if you have the `wait3' function. */
+#undef HAVE_WAIT3
+
+/* Define to 1 if you have the `waitpid' function. */
+#undef HAVE_WAITPID
+
+/* Define to 1 if you have the <wchar.h> header file. */
+#define HAVE_WCHAR_H 1
+
+/* Define if you have the 'wchar_t' type. */
+#define HAVE_WCHAR_T 1
+
+/* Define to 1 if you have the `wcrtomb' function. */
+#define HAVE_WCRTOMB 1
+
+/* Define to 1 if you have the `wcscoll' function. */
+#define HAVE_WCSCOLL 1
+
+/* Define to 1 if you have the `wcslen' function. */
+#define HAVE_WCSLEN 1
+
+/* Define to 1 if you have the <wctype.h> header file. */
+#define HAVE_WCTYPE_H 1
+
+/* Define if you have the 'wint_t' type. */
+#define HAVE_WINT_T 1
+
+/* Define to 1 if you have the `wmemchr' function. */
+#define HAVE_WMEMCHR 1
+
+/* Define to 1 if you have the `wmemcpy' function. */
+#define HAVE_WMEMCPY 1
+
+/* Define to 1 if you have the `wmempcpy' function. */
+#undef HAVE_WMEMPCPY
+
+/* Define to 1 if `fork' works. */
+#undef HAVE_WORKING_FORK
+
+/* Define to 1 if `vfork' works. */
+#undef HAVE_WORKING_VFORK
+
+/* Define to 1 if you have the <zlib.h> header file. */
+#undef HAVE_ZLIB_H
+
+/* Define to 1 if the system has the type `_Bool'. */
+#undef HAVE__BOOL
+
+/* Define to 1 if you have the `__fpending' function. */
+#undef HAVE___FPENDING
+
+/* Define to 1 if you have the `__fsetlocking' function. */
+#undef HAVE___FSETLOCKING
+
+/* Define to 1 if you have the `__secure_getenv' function. */
+#undef HAVE___SECURE_GETENV
+
+#if FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
+# define ISSLASH(C) ((C) == '/' || (C) == '\\')
+#else
+# define ISSLASH(C) ((C) == '/')
+#endif
+
+/* Define to include locking code which prevents versions of CVS earlier than
+   1.12.4 directly accessing the same repositiory as this executable from
+   ignoring this executable's promotable read locks. If only CVS versions
+   1.12.4 and later will be accessing your repository directly (as a server or
+   locally), you can safely disable this option in return for fewer disk
+   accesses and a small speed increase. Disabling this option when versions of
+   CVS earlier than 1,12,4 _will_ be accessing your repository, however, is
+   *VERY* *VERY* *VERY* dangerous and could result in data loss. As such, by
+   default, CVS is compiled with this code enabled. If you are sure you would
+   like this code disabled, you can disable it by passing the
+   "--disable-lock-compatibility" option to configure or by commenting out the
+   lines below. */
+#define LOCK_COMPATIBILITY
+
+/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
+   slash. */
+#undef LSTAT_FOLLOWS_SLASHED_SYMLINK
+
+/* If malloc(0) is != NULL, define this to 1. Otherwise define this to 0. */
+#undef MALLOC_0_IS_NONNULL
+
+/* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */
+#undef MAP_ANONYMOUS
+
+/* By default, CVS stores its modules and other such items in flat text files
+   (MY_NDBM enables this). Turning off MY_NDBM causes CVS to look for a
+   system-supplied ndbm database library and use it instead. That may speed
+   things up, but the default setting generally works fine too. */
+#define MY_NDBM
+
+/* Define to 1 if your C compiler doesn't accept -c and -o together. */
+#undef NO_MINUS_C_MINUS_O
+
+/* Define to the address where bug reports for this package should be sent. */
+#define PACKAGE_BUGREPORT "address@hidden"
+
+/* Define to the full name of this package. */
+#undef PACKAGE_NAME
+
+/* Define to the full name and version of this package. */
+#define PACKAGE_STRING "Concurrent Versions System (CVS) 1.12.13a"
+
+/* Define to the one symbol short name of this package. */
+#undef PACKAGE_TARNAME
+
+/* Define to the version of this package. */
+#undef PACKAGE_VERSION
+
+/* Define to set a service name for PAM. This must be defined. Define to
+   `program_name', without the quotes, to use whatever name CVS was invoked
+   as. Otherwise, define to a double-quoted literal string, such as `"cvs"'.
+   */
+#undef PAM_SERVICE_NAME
+
+/* the number of pending output bytes on stream `fp' */
+#define PENDING_OUTPUT_N_BYTES ( fp ? fp->_ptr - fp->_base : 0 )
+
+/* Define if you want CVS to be able to serve as a transparent proxy for write
+   operations. Disabling this may produce a slight performance gain on some
+   systems, at the expense of write proxy support. */
+#undef PROXY_SUPPORT
+
+/* Path to the pr utility */
+#undef PR_PROGRAM
+
+/* Define to force lib/regex.c to use malloc instead of alloca. */
+#define REGEX_MALLOC 1
+
+/* Define if rename does not work for source file names with a trailing slash,
+   like the one from SunOS 4.1.1_U1. */
+#undef RENAME_TRAILING_SLASH_BUG
+
+/* Define as the return type of signal handlers (`int' or `void'). */
+#define RETSIGTYPE void
+
+/* The default remote shell to use, if one does not specify the CVS_RSH
+   environment variable. */
+#define RSH_DFLT "rsh"
+
+/* If you are working with a large remote repository and a 'cvs checkout' is
+   swamping your network and memory, define these to enable flow control. You
+   will end up with even less probability of a consistent checkout (see
+   Concurrency in cvs.texinfo), but CVS doesn't try to guarantee that anyway.
+   The master server process will monitor how far it is getting behind, if it
+   reaches the high water mark, it will signal the child process to stop
+   generating data when convenient (ie: no locks are held, currently at the
+   beginning of a new directory). Once the buffer has drained sufficiently to
+   reach the low water mark, it will be signalled to start again. */
+#undef SERVER_FLOWCONTROL
+
+/* The high water mark in bytes for server flow control. Required if
+   SERVER_FLOWCONTROL is defined, and useless otherwise. */
+#undef SERVER_HI_WATER
+
+/* The low water mark in bytes for server flow control. Required if
+   SERVER_FLOWCONTROL is defined, and useless otherwise. */
+#undef SERVER_LO_WATER
+
+/* Define if you want CVS to be able to serve repositories to remote clients.
+   */
+#undef SERVER_SUPPORT
+
+/* The size of a `char', as computed by sizeof. */
+#define SIZEOF_CHAR 1
+
+/* The size of a `double', as computed by sizeof. */
+#define SIZEOF_DOUBLE 8
+
+/* The size of a `float', as computed by sizeof. */
+#define SIZEOF_FLOAT 4
+
+/* The size of a `int', as computed by sizeof. */
+#define SIZEOF_INT 4
+
+/* The size of a `intmax_t', as computed by sizeof. */
+#undef SIZEOF_INTMAX_T
+
+/* The size of a `long', as computed by sizeof. */
+#define SIZEOF_LONG 4
+
+/* The size of a `long double', as computed by sizeof. */
+#define SIZEOF_LONG_DOUBLE 8
+
+/* The size of a `long long', as computed by sizeof. */
+#undef SIZEOF_LONG_LONG
+
+/* The size of a `ptrdiff_t', as computed by sizeof. */
+#define SIZEOF_PTRDIFF_T 4
+
+/* The size of a `short', as computed by sizeof. */
+#define SIZEOF_SHORT 2
+
+/* The size of a `size_t', as computed by sizeof. */
+#define SIZEOF_SIZE_T 4
+
+/* The size of a `wint_t', as computed by sizeof. */
+#define SIZEOF_WINT_T 2
+
+/* Define as the maximum value of type 'size_t', if the system doesn't define
+   it. */
+#define SIZE_MAX (~(size_t)0)
+
+/* If using the C implementation of alloca, define if you know the
+   direction of stack growth for your system; otherwise it will be
+   automatically deduced at run-time.
+       STACK_DIRECTION > 0 => grows toward higher addresses
+       STACK_DIRECTION < 0 => grows toward lower addresses
+       STACK_DIRECTION = 0 => direction of growth unknown */
+#undef STACK_DIRECTION
+
+/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
+#define STAT_MACROS_BROKEN 1
+
+/* Define to 1 if you have the ANSI C header files. */
+#define STDC_HEADERS 1
+
+/* Define to 1 if strerror_r returns char *. */
+#undef STRERROR_R_CHAR_P
+
+/* Enable support for the pre 1.12.1 *info scripting hook format strings.
+   Disable this option for a smaller executable once your scripting hooks have
+   been updated to use the new *info format strings by passing
+   "--disable-old-info-format-support" option to configure or by commenting
+   out the line below. */
+#undef SUPPORT_OLD_INFO_FMT_STRINGS
+
+/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
+#undef TIME_WITH_SYS_TIME
+
+/* Directory used for storing temporary files, if not overridden by
+   environment variables or the -T global option. There should be little need
+   to change this (-T is a better mechanism if you need to use a different
+   directory for temporary files). */
+#define TMPDIR_DFLT "c:\\temp"
+
+/* Define to 1 if your <sys/time.h> declares `struct tm'. */
+#undef TM_IN_SYS_TIME
+
+/* Define if tzset clobbers localtime's static buffer. */
+#undef TZSET_CLOBBERS_LOCALTIME_BUFFER
+
+/* Define to its maximum value if an unsigned integer type of width exactly 32
+   bits exists and the standard includes do not define UINT32_MAX. */
+#undef UINT32_MAX
+
+/* The default umask to use when creating or otherwise setting file or
+   directory permissions in the repository. Must be a value in the range of 0
+   through 0777. For example, a value of 002 allows group rwx access and world
+   rx access; a value of 007 allows group rwx access but no world access. This
+   value is overridden by the value of the CVSUMASK environment variable,
+   which is interpreted as an octal number. */
+#define UMASK_DFLT 002
+
+/* Define if double is the first floating point type detected with its size.
+   */
+#undef UNIQUE_FLOAT_TYPE_DOUBLE
+
+/* Define if float is the first floating point type detected with its size. */
+#undef UNIQUE_FLOAT_TYPE_FLOAT
+
+/* Define if long double is the first floating point type detected with its
+   size. */
+#undef UNIQUE_FLOAT_TYPE_LONG_DOUBLE
+
+/* Define if char is the first integer type detected with its size. */
+#undef UNIQUE_INT_TYPE_CHAR
+
+/* Define if int is the first integer type detected with its size. */
+#undef UNIQUE_INT_TYPE_INT
+
+/* Define if intmax_t is the first integer type detected with its size. */
+#undef UNIQUE_INT_TYPE_INTMAX_T
+
+/* Define if long int is the first integer type detected with its size. */
+#undef UNIQUE_INT_TYPE_LONG
+
+/* Define if long long is the first integer type detected with its size. */
+#undef UNIQUE_INT_TYPE_LONG_LONG
+
+/* Define if ptrdiff_t is the first integer type detected with its size. */
+#undef UNIQUE_INT_TYPE_PTRDIFF_T
+
+/* Define if short is the first integer type detected with its size. */
+#undef UNIQUE_INT_TYPE_SHORT
+
+/* Define if size_t is the first integer type detected with its size. */
+#undef UNIQUE_INT_TYPE_SIZE_T
+
+/* Define if wint_t is the first integer type detected with its size. */
+#undef UNIQUE_INT_TYPE_WINT_T
+
+/* Define if setmode is required when writing binary data to stdout. */
+#define USE_SETMODE_STDOUT 1
+
+/* Define to 1 if you want getc etc. to use unlocked I/O if available.
+   Unlocked I/O can improve performance in unithreaded apps, but it is not
+   safe for multithreaded apps. */
+#undef USE_UNLOCKED_IO
+
+/* Define if utime requires write access to the file (true on Windows, but not
+   Unix). */
+#define UTIME_EXPECTS_WRITABLE
+
+/* Define if unsetenv() returns void, not int. */
+#undef VOID_UNSETENV
+
+/* Define to 1 if your processor stores words with the most significant byte
+   first (like Motorola and SPARC, unlike Intel and VAX). */
+#undef WORDS_BIGENDIAN
+
+/* Define to 1 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
+
+/* Number of bits in a file offset, on hosts where this is settable. */
+#undef _FILE_OFFSET_BITS
+
+/* Enable GNU extensions on systems that have them.  */
+#ifndef _GNU_SOURCE
+# undef _GNU_SOURCE
+#endif
+
+/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
+#undef _LARGEFILE_SOURCE
+
+/* Define for large files, on AIX-style hosts. */
+#undef _LARGE_FILES
+
+/* Define to 1 if on MINIX. */
+#undef _MINIX
+
+/* Define to 2 if the system does not provide POSIX.1 features except with
+   this defined. */
+#undef _POSIX_1_SOURCE
+
+/* Define to 1 if you need to in order for `stat' and other things to work. */
+#undef _POSIX_SOURCE
+
+/* Define if you want regoff_t to be at least as wide POSIX requires. */
+#undef _REGEX_LARGE_OFFSETS
+
+/* Define to force lib/regex.c to define re_comp et al. */
+#define _REGEX_RE_COMP 1
+
+/* Define for Solaris 2.5.1 so uint32_t typedef from <sys/synch.h>,
+   <pthread.h>, or <semaphore.h> is not used. If the typedef was allowed, the
+   #define below would cause a syntax error. */
+#undef _UINT32_T
+
+/* Enable extensions on Solaris.  */
+#ifndef __EXTENSIONS__
+# undef __EXTENSIONS__
+#endif
+#ifndef _POSIX_PTHREAD_SEMANTICS
+# undef _POSIX_PTHREAD_SEMANTICS
+#endif
+
+/* Define to rpl_ if the getcwd replacement function should be used. */
+#undef __GETCWD_PREFIX
+
+/* Define to rpl_ if the getopt replacement functions and variables should be
+   used. */
+#define __GETOPT_PREFIX rpl_
+
+/* Define to rpl_ if the openat replacement function should be used. */
+#undef __OPENAT_PREFIX
+
+/* Define to empty if `const' does not conform to ANSI C. */
+#undef const
+
+/* Define to a replacement function name for fnmatch(). */
+#undef fnmatch
+
+/* Define to a replacement function name for getline(). */
+#undef getline
+
+/* Define to a replacement function name for getpass(). */
+#undef getpass
+
+/* Define to rpl_gettimeofday if the replacement function should be used. */
+#undef gettimeofday
+
+/* Define to `int' if <sys/types.h> doesn't define. */
+#undef gid_t
+
+/* Define to rpl_gmtime if the replacement function should be used. */
+#undef gmtime
+
+/* Define to `__inline__' or `__inline' if that's what the C compiler
+   calls it, or to nothing if 'inline' is not supported under any name.  */
+#ifndef __cplusplus
+#define inline __inline
+#endif
+
+/* Define to long or long long if <inttypes.h> and <stdint.h> don't define. */
+#undef intmax_t
+
+/* Define to rpl_localtime if the replacement function should be used. */
+#undef localtime
+
+/* Define to rpl_malloc if the replacement function should be used. */
+#undef malloc
+
+/* Define to a type if <wchar.h> does not define. */
+#undef mbstate_t
+
+/* Define to rpl_mkdir if the replacement function should be used. */
+#undef mkdir
+
+/* Define to rpl_mkstemp if the replacement function should be used. */
+#undef mkstemp
+
+/* Define to rpl_mktime if the replacement function should be used. */
+#undef mktime
+
+/* Define to `int' if <sys/types.h> does not define. */
+#define mode_t int
+
+/* Define to the name of the strftime replacement function. */
+#define my_strftime nstrftime
+
+/* Define to rpl_nanosleep if the replacement function should be used. */
+#define nanosleep woe32_nanosleep
+
+/* Define to `int' if <sys/types.h> does not define. */
+#undef pid_t
+
+/* Define to rpl_realloc if the replacement function should be used. */
+#define realloc rpl_realloc
+
+/* Define to rpl_rename if the replacement function should be used. */
+#undef rename
+
+/* Define to equivalent of C99 restrict keyword, or to nothing if this is not
+   supported. Do not define if restrict is supported directly. */
+#define restrict
+
+/* Define to rpl_select if the replacement function should be used. */
+#undef select
+
+/* Define to empty if the C compiler doesn't support this keyword. */
+#undef signed
+
+/* Define to `unsigned' if <sys/types.h> does not define. */
+#undef size_t
+
+/* Define as a signed type of the same size as size_t. */
+#define ssize_t int
+
+/* Define to rpl_strcasecmp always. */
+#define strcasecmp rpl_strcasecmp
+
+/* Define to rpl_tzset if the wrapper function should be used. */
+#undef tzset
+
+/* Define to `int' if <sys/types.h> doesn't define. */
+#undef uid_t
+
+/* Define to the type of a unsigned integer type of width exactly 32 bits if
+   such a type exists and the standard includes do not define it. */
+#undef uint32_t
+
+/* Define to unsigned long or unsigned long long if <stdint.h> and
+   <inttypes.h> don't define. */
+#undef uintmax_t
+
+/* Define as `fork' if `vfork' does not work. */
+#undef vfork
+/*============================================================================*/
+/* config.h.in.footer:  configuration file for Windows NT
+   Conrad T. Pino <address@hidden> --- May 2004 */
+
+/* This file lives in the windows-NT subdirectory, which is only included
+   in your header search path if you're working under Microsoft Visual C++,
+   and use ../cvsnt.mak for your project.  Thus, this is the right place to
+   put configuration information for Windows NT.  */
+
+/* This file is getting chaotic and will be organized as follows:
+
+               Macros appears first alphabetized in case sensitive order.
+               Typedefs appear next alphabetized in case sensitive order.
+               Function prototypes alphabetized in case sensitive order.
+
+       Reorgnized by Conrad T. Pino <address@hidden> May 25, 2005 */
+
+/* just one time please */
+#ifdef _MSC_VER
+#pragma once
+#endif
+
+/* ======================= Macro Definnitions Follow ====================== */
+
+/* Under Windows NT, mkdir only takes one argument.  */
+#define CVS_MKDIR wnt_mkdir
+
+#define CVS_RENAME wnt_rename
+
+/* This is where old bits go to die under Windows NT.  */
+#define DEVNULL "nul"
+
+/* Windows has no ELOOP value in errno.h */
+#define ELOOP EMLINK
+
+/* Windows has _snprintf function.
+   HAVE_DECL__SNPRINTF used in ../lib/vasnprintf.c */
+#define HAVE_DECL__SNPRINTF 1
+
+#define HAVE_WINSOCK_H
+
+/* This tells the client that it must use send()/recv() to talk to the
+   server if it is connected to the server via a socket; Win95 needs
+   it because _open_osfhandle doesn't work.  */
+#define NO_SOCKET_TO_FD 1
+
+/* Is this true on NT?  Seems like I remember reports that NT 3.51 has
+   problems with 200K writes (of course, the issue of large writes is
+   moot since the use of buffer.c ensures that writes will only be as big
+   as the buffers).  */
+#define SEND_NEVER_PARTIAL 1
+
+/* Stop server macro */
+#define SHUTDOWN_SERVER wnt_shutdown_server
+
+/* This tells the client that, in addition to needing to use
+   send()/recv() to do socket I/O, the error codes for send()/recv()
+   and other socket operations are not available through errno.
+   Instead, this macro should be used to obtain an error code. */
+#define SOCK_ERRNO (WSAGetLastError ())
+
+/* This tells the client that, in addition to needing to use
+   send()/recv() to do socket I/O, the error codes for send()/recv()
+   and other socket operations are not known to strerror.  Instead,
+   this macro should be used to convert the error codes to strings. */
+#define SOCK_STRERROR sock_strerror
+
+/* Start server macro */
+#define START_SERVER wnt_start_server
+
+/* The internal rsh client uses sockets not file descriptors.  Note
+   that as the code stands now, it often takes values from a SOCKET and
+   puts them in an int.  This is ugly but it seems like sizeof
+   (SOCKET) <= sizeof (int) on win32, even the 64-bit variants.  */
+#define START_SERVER_RETURNS_SOCKET 1
+
+/* Macro name tells the story */
+#define SYSTEM_CLEANUP woe32_cleanup
+
+/* Macro name tells the story */
+#define SYSTEM_INITIALIZE(pargc,pargv) woe32_init_winsock()
+
+/*
+ * According to GNU conventions, we should avoid referencing any macro
+ * containing "WIN" as a reference to Microsoft Windows, as we would like to
+ * avoid any implication that we consider Microsoft Windows any sort of "win".
+ *
+ * FIXME: As of 2003-06-09, folks on the GNULIB project were discussing
+ * defining a configure macro to define WOE32 appropriately.  If they ever do
+ * write such a beast, we should use it, though in most cases it would be
+ * preferable to avoid referencing any OS or compiler anyhow, per Autoconf
+ * convention, and reference only tested features of the system.
+ *
+ * re FIXME: This definition would still be necessary since systems which run
+ * configure do not use this config.h and vice-versa.
+ */
+#define WOE32 1
+
+/* Define POSIX name to Microsoft name */
+#define dup _dup
+
+/* getpagesize is missing on Windows, 4096 does the right thing. */
+#define getpagesize() 4096
+
+/* Define to a substitute for the `lstat' function. */
+#define lstat stat
+
+/* Define POSIX name to Microsoft name */
+#define popen _popen
+
+/* Define POSIX name to Microsoft name */
+#define pclose _pclose
+
+/* Diff needs us to define this.  I think it could always be
+   -1 for CVS, because we pass temporary files to diff, but
+   config.h seems like the easiest place to put this, so for
+   now we put it here.  */
+#define same_file(s,t) (-1)
+
+/* Define to a substitute for the stat function. */
+#define stat wnt_stat
+
+/* ====================== Typedef Declarations Follow ===================== */
+
+/* ====================== Function Prototypes Follow ====================== */
+
+#include <woe32.h>
+
+/* #define SOCK_STRERROR sock_strerror */
+char *sock_strerror (int errnum);
+
+/* #define CVS_MKDIR wnt_mkdir */
+int wnt_mkdir (const char *PATH, int MODE);
+
+/* #define CVS_RENAME wnt_rename */
+int wnt_rename (const char *, const char *);
+
+/* #define SHUTDOWN_SERVER wnt_shutdown_server */
+void wnt_shutdown_server (int fd);
+
+/* #define START_SERVER wnt_start_server */
+void wnt_start_server (int *tofd, int *fromfd,
+                      char *client_user,
+                      char *server_user,
+                      char *server_host,
+                      char *server_cvsroot);
+
+/* #define stat wnt_stat and #define lstat wnt_stat */
+int wnt_stat (const char *file, struct wnt_stat *sb);
+
+/* =============== Special mkdir Prototype Handling Follows =============== */
+
+#include <direct.h>
+#define mkdir wnt_mkdir
+
+/* ===================== Special Function Definitions ===================== */
+
+/*
+       Microsoft defines "mbinit" in <wchar.h> for C++ code only.
+
+       Expect link errors for versions:
+
+               earlier than Visual C++ 5.0
+
+               later than Visual C++ .NET 2003
+
+       and Visual C++ .NET is just a guess which might be wrong.
+*/
+
+#if _MSC_VER >= 1100 && _MSC_VER <= 1200
+
+/* If within Visual C++ 5.0 to Visual C++ 6.0 */
+
+inline int mbsinit (const void * arg)
+       { return 1; }
+
+#elif _MSC_VER >= 1300 && _MSC_VER <= 1310
+
+/* If within Visual C++ .NET to Visual C++ .NET 2003 */
+
+inline int mbsinit (const int * arg)
+        { return arg == NULL || ! *arg; }
+
+#endif
+
+/* =========================== End Of This File =========================== */




reply via email to

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