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 config.h.in ...


From: Jim Hyslop
Subject: [Cvs-cvs] ccvs/windows-NT ChangeLog config.h config.h.in ...
Date: Fri, 07 Jul 2006 01:41:02 +0000

CVSROOT:        /cvsroot/cvs
Module name:    ccvs
Changes by:     Jim Hyslop <jhyslop>    06/07/07 01:41:02

Modified files:
        windows-NT     : ChangeLog config.h config.h.in config.h.in.in 

Log message:
                * config.h.in.in: added HAVE_DECL_SNPRINTF and removed 
HAVE_ISASCII
                to conform to ../config.h.in;
                updated declarations of HAVE_DECL_WCWIDTH, HAVE_WCWIDTH to 
compile
                properly.
                * config.h.in, config.h: regenerated.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/ccvs/windows-NT/ChangeLog?cvsroot=cvs&r1=1.372&r2=1.373
http://cvs.savannah.gnu.org/viewcvs/ccvs/windows-NT/config.h?cvsroot=cvs&r1=1.199&r2=1.200
http://cvs.savannah.gnu.org/viewcvs/ccvs/windows-NT/config.h.in?cvsroot=cvs&r1=1.127&r2=1.128
http://cvs.savannah.gnu.org/viewcvs/ccvs/windows-NT/config.h.in.in?cvsroot=cvs&r1=1.52&r2=1.53

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/cvs/ccvs/windows-NT/ChangeLog,v
retrieving revision 1.372
retrieving revision 1.373
diff -u -b -r1.372 -r1.373
--- ChangeLog   7 Jul 2006 01:11:17 -0000       1.372
+++ ChangeLog   7 Jul 2006 01:41:02 -0000       1.373
@@ -1,3 +1,11 @@
+2006-07-06  Jim Hyslop <address@hidden>
+
+       * config.h.in.in: added HAVE_DECL_SNPRINTF and removed HAVE_ISASCII
+       to conform to ../config.h.in;
+       updated declarations of HAVE_DECL_WCWIDTH, HAVE_WCWIDTH to compile
+       properly.
+       * config.h.in, config.h: regenerated.
+
 2006-07-06  Mark D. Baushke  <address@hidden>
 
        * Makefile.am (stamp-sh2): Update sed commands used to create

Index: config.h
===================================================================
RCS file: /cvsroot/cvs/ccvs/windows-NT/config.h,v
retrieving revision 1.199
retrieving revision 1.200
diff -u -b -r1.199 -r1.200
--- config.h    7 Jul 2006 01:11:17 -0000       1.199
+++ config.h    7 Jul 2006 01:41:02 -0000       1.200
@@ -386,7 +386,7 @@
 
 /* Define to 1 if you have the declaration of `wcwidth', and to 0 if you
    don't. */
-#undef HAVE_DECL_WCWIDTH
+#define HAVE_DECL_WCWIDTH 0
 
 /* Define to 1 if you have the declaration of `__fpending', and to 0 if you
    don't. */
@@ -974,7 +974,7 @@
 #define HAVE_WCTYPE_H 1
 
 /* Define to 1 if you have the `wcwidth' function. */
-#undef HAVE_WCWIDTH
+#define HAVE_WCWIDTH 0
 
 /* Define to 1 if you have the <winsock2.h> header file. */
 #define HAVE_WINSOCK2_H 1

Index: config.h.in
===================================================================
RCS file: /cvsroot/cvs/ccvs/windows-NT/config.h.in,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -b -r1.127 -r1.128
--- config.h.in 7 Jul 2006 01:11:17 -0000       1.127
+++ config.h.in 7 Jul 2006 01:41:02 -0000       1.128
@@ -379,7 +379,7 @@
 
 /* Define to 1 if you have the declaration of `wcwidth', and to 0 if you
    don't. */
-#undef HAVE_DECL_WCWIDTH
+#define HAVE_DECL_WCWIDTH 0
 
 /* Define to 1 if you have the declaration of `__fpending', and to 0 if you
    don't. */
@@ -967,7 +967,7 @@
 #define HAVE_WCTYPE_H 1
 
 /* Define to 1 if you have the `wcwidth' function. */
-#undef HAVE_WCWIDTH
+#define HAVE_WCWIDTH 0
 
 /* Define to 1 if you have the <winsock2.h> header file. */
 #define HAVE_WINSOCK2_H 1

Index: config.h.in.in
===================================================================
RCS file: /cvsroot/cvs/ccvs/windows-NT/config.h.in.in,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -b -r1.52 -r1.53
--- config.h.in.in      7 Jul 2006 01:11:17 -0000       1.52
+++ config.h.in.in      7 Jul 2006 01:41:02 -0000       1.53
@@ -331,6 +331,10 @@
    don't. */
 #undef HAVE_DECL_PUTC_UNLOCKED
 
+/* Define to 1 if you have the declaration of `snprintf', and to 0 if you
+   don't. */
+#undef HAVE_DECL_SNPRINTF
+
 /* Define to 1 if you have the declaration of `strdup', and to 0 if you don't.
    */
 #define HAVE_DECL_STRDUP 1
@@ -369,7 +373,7 @@
 
 /* Define to 1 if you have the declaration of `wcwidth', and to 0 if you
    don't. */
-#undef HAVE_DECL_WCWIDTH
+#define HAVE_DECL_WCWIDTH 0
 
 /* Define to 1 if you have the declaration of `__fpending', and to 0 if you
    don't. */
@@ -513,9 +517,6 @@
 /* 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
 
@@ -981,7 +982,7 @@
 #define HAVE_WCTYPE_H 1
 
 /* Define to 1 if you have the `wcwidth' function. */
-#undef HAVE_WCWIDTH
+#define HAVE_WCWIDTH 0
 
 /* Define to 1 if you have the <winsock2.h> header file. */
 #define HAVE_WINSOCK2_H 1




reply via email to

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