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.in.in mkconf...


From: Derek Robert Price
Subject: [Cvs-cvs] ccvs/windows-NT ChangeLog config.h.in.in mkconf...
Date: Mon, 12 Jun 2006 12:46:53 +0000

CVSROOT:        /cvsroot/cvs
Module name:    ccvs
Changes by:     Derek Robert Price <dprice>     06/06/12 12:46:53

Modified files:
        windows-NT     : ChangeLog config.h.in.in mkconfig.pl stamp-chi 

Log message:
        * config.h.in.in: Undo trailing space addition from previous change
        by Jim Hyslop.
        * mkconfig.pl (make_config_h): Fix #define regex.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/ccvs/windows-NT/ChangeLog?cvsroot=cvs&r1=1.358&r2=1.359
http://cvs.savannah.gnu.org/viewcvs/ccvs/windows-NT/config.h.in.in?cvsroot=cvs&r1=1.46&r2=1.47
http://cvs.savannah.gnu.org/viewcvs/ccvs/windows-NT/mkconfig.pl?cvsroot=cvs&r1=1.11&r2=1.12
http://cvs.savannah.gnu.org/viewcvs/ccvs/windows-NT/stamp-chi?cvsroot=cvs&r1=1.101&r2=1.102

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/cvs/ccvs/windows-NT/ChangeLog,v
retrieving revision 1.358
retrieving revision 1.359
diff -u -b -r1.358 -r1.359
--- ChangeLog   12 Jun 2006 02:43:48 -0000      1.358
+++ ChangeLog   12 Jun 2006 12:46:53 -0000      1.359
@@ -1,3 +1,9 @@
+2006-06-12  Derek Price  <address@hidden>
+
+       * config.h.in.in: Undo trailing space addition from previous change
+       by Jim Hyslop.
+       * mkconfig.pl (make_config_h): Fix #define regex.
+
 2006-06-11  Jim Hyslop <address@hidden>
 
        * .cvsignore: Ignore the WinDebug and WinRel directories, which hold

Index: config.h.in.in
===================================================================
RCS file: /cvsroot/cvs/ccvs/windows-NT/config.h.in.in,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -b -r1.46 -r1.47

Index: mkconfig.pl
===================================================================
RCS file: /cvsroot/cvs/ccvs/windows-NT/mkconfig.pl,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- mkconfig.pl 12 Jun 2006 02:33:47 -0000      1.11
+++ mkconfig.pl 12 Jun 2006 12:46:53 -0000      1.12
@@ -164,7 +164,7 @@
     my %build_macros;
     while (<FINP>)
     {
-       if (/^#\s*define\s*(\w+)(\s+(.+))?$/)
+       if (/^#\s*define\s+(\w+)(\s+(.*?))?$/)
        {
            if (exists $build_macros{$1})
            {

Index: stamp-chi
===================================================================
RCS file: /cvsroot/cvs/ccvs/windows-NT/stamp-chi,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -b -r1.101 -r1.102
--- stamp-chi   12 Jun 2006 02:33:47 -0000      1.101
+++ stamp-chi   12 Jun 2006 12:46:53 -0000      1.102
@@ -28,7 +28,7 @@
 #undef AUTH_SERVER_SUPPORT
 
 /* Define if you want CVS to be able to be a remote repository client. */
-#undef CLIENT_SUPPORT
+#define CLIENT_SUPPORT 
 
 /* Define to 1 if the `closedir' function returns void instead of `int'. */
 #undef CLOSEDIR_VOID
@@ -67,19 +67,19 @@
    option which flags files as text files, when necessary, and the empty
    string, otherwise. `%@' is substituted with a list of arguments provided by
    the user. */
-#undef DEFAULT_SIGN_TEMPLATE
+#define DEFAULT_SIGN_TEMPLATE ""
 
 /* Define to the option string that the OpenPGP program used in the
    DEFAULT_SIGN_TEMPLATE & DEFAULT_VERIFY_TEMPLATE would like to see for text
    files (substituted at run time in place of `%M' in both templates). */
-#undef DEFAULT_SIGN_TEXTMODE
+#define DEFAULT_SIGN_TEXTMODE ""
 
 /* Define to a command line template that will read an OpenPGP signature from
    the file `%s' and use it to verify the integrity of the file `%d'. `%M' is
    substituted at run time with an option which flags files as text files,
    when necessary, and the empty string, otherwise. `%@' is substituted with a
    list of arguments provided by the user. */
-#undef DEFAULT_VERIFY_TEMPLATE
+#define DEFAULT_VERIFY_TEMPLATE ""
 
 /* Define if there is a member named d_ino in the struct describing directory
    headers. */
@@ -184,7 +184,7 @@
 #undef HAVE_COMPOUND_LITERALS
 
 /* Define if you have the connect function. */
-#undef HAVE_CONNECT
+#define HAVE_CONNECT 
 
 /* Define if you have the crypt function. */
 #undef HAVE_CRYPT
@@ -318,11 +318,11 @@
 
 /* Define to 1 if you have the declaration of `strtoll', and to 0 if you
    don't. */
-#undef HAVE_DECL_STRTOLL
+#define HAVE_DECL_STRTOLL 0
 
 /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
    don't. */
-#undef HAVE_DECL_STRTOULL
+#define HAVE_DECL_STRTOULL 0
 
 /* Define to 1 if you have the declaration of `strtoumax', and to 0 if you
    don't. */
@@ -958,7 +958,7 @@
    like this code disabled, you can disable it by passing the
    "--disable-lock-compatibility" option to configure or by commenting out the
    lines below. */
-#undef LOCK_COMPATIBILITY
+#define LOCK_COMPATIBILITY 
 
 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
    slash. */
@@ -974,7 +974,7 @@
    (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. */
-#undef MY_NDBM
+#define MY_NDBM 
 
 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
 #undef NO_MINUS_C_MINUS_O
@@ -1183,7 +1183,7 @@
 
 /* Define if utime requires write access to the file (true on Windows, but not
    Unix). */
-#undef UTIME_EXPECTS_WRITABLE
+#define UTIME_EXPECTS_WRITABLE 
 
 /* Define if unsetenv() returns void, not int. */
 #undef VOID_UNSETENV
@@ -1381,7 +1381,7 @@
 
 /* Define to equivalent of C99 restrict keyword, or to nothing if this is not
    supported. Do not define if restrict is supported directly. */
-#undef restrict
+#define restrict 
 
 /* Define to rpl_select if the replacement function should be used. */
 #undef select




reply via email to

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