cvs-cvs
[Top][All Lists]
Advanced

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

[Cvs-cvs] ccvs/windows-NT ChangeLog Makefile.am Makefile....


From: Mark D. Baushke
Subject: [Cvs-cvs] ccvs/windows-NT ChangeLog Makefile.am Makefile....
Date: Fri, 07 Jul 2006 01:11:17 +0000

CVSROOT:        /cvsroot/cvs
Module name:    ccvs
Changes by:     Mark D. Baushke <mdb>   06/07/07 01:11:17

Modified files:
        windows-NT     : ChangeLog Makefile.am Makefile.in config.h 
                         config.h.in config.h.in.in stdint.h 

Log message:
        * Makefile.am (stamp-sh2): Update sed commands used to create
        stdint.h based on lib/Makefile.am.
        * config.h.in.in: Merge changes from ../config.h.in
        * Makefile.in, config.h, config.h.in, stdint.h: Regenerated

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/ccvs/windows-NT/ChangeLog?cvsroot=cvs&r1=1.371&r2=1.372
http://cvs.savannah.gnu.org/viewcvs/ccvs/windows-NT/Makefile.am?cvsroot=cvs&r1=1.34&r2=1.35
http://cvs.savannah.gnu.org/viewcvs/ccvs/windows-NT/Makefile.in?cvsroot=cvs&r1=1.128&r2=1.129
http://cvs.savannah.gnu.org/viewcvs/ccvs/windows-NT/config.h?cvsroot=cvs&r1=1.198&r2=1.199
http://cvs.savannah.gnu.org/viewcvs/ccvs/windows-NT/config.h.in?cvsroot=cvs&r1=1.126&r2=1.127
http://cvs.savannah.gnu.org/viewcvs/ccvs/windows-NT/config.h.in.in?cvsroot=cvs&r1=1.51&r2=1.52
http://cvs.savannah.gnu.org/viewcvs/ccvs/windows-NT/stdint.h?cvsroot=cvs&r1=1.20&r2=1.21

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/cvs/ccvs/windows-NT/ChangeLog,v
retrieving revision 1.371
retrieving revision 1.372
diff -u -b -r1.371 -r1.372
--- ChangeLog   6 Jul 2006 13:58:47 -0000       1.371
+++ ChangeLog   7 Jul 2006 01:11:17 -0000       1.372
@@ -1,3 +1,10 @@
+2006-07-06  Mark D. Baushke  <address@hidden>
+
+       * Makefile.am (stamp-sh2): Update sed commands used to create
+       stdint.h based on lib/Makefile.am.
+       * config.h.in.in: Merge changes from ../config.h.in
+       * Makefile.in, config.h, config.h.in, stdint.h: Regenerated
+       
 2006-07-06  Derek Price  <address@hidden>
 
        * filesubr.c (last_component): Remove, in favor of GNULIB version from

Index: Makefile.am
===================================================================
RCS file: /cvsroot/cvs/ccvs/windows-NT/Makefile.am,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -b -r1.34 -r1.35
--- Makefile.am 26 Jun 2006 22:58:32 -0000      1.34
+++ Makefile.am 7 Jul 2006 01:11:17 -0000       1.35
@@ -142,88 +142,25 @@
        @echo " */" >>stdint.tmp
        sed -e 's/@''HAVE_WCHAR_H''@/1/g' \
            -e 's/@''HAVE_STDINT_H''@/0/g' \
-           -e 's|@''FULL_PATH_STDINT_H''@||g' \
+           -e 's/@''HAVE_SYS_TYPES_H''@/1/g' \
+           -e 's|@''ABSOLUTE_STDINT_H''@||g' \
            -e 's/@''HAVE_INTTYPES_H''@/0/g' \
-           -e 's|@''FULL_PATH_INTTYPES_H''@||g' \
            -e 's/@''HAVE_SYS_INTTYPES_H''@/0/g' \
            -e 's/@''HAVE_SYS_BITYPES_H''@/0/g' \
-           -e 's/@''HAVE_LONG_64BIT''@/0/g' \
-           -e 's/@''HAVE_LONG_LONG_64BIT''@/0/g' \
-           -e 's/@''HAVE_INT8_T''@/0/g' \
-           -e 's/@''HAVE_INT16_T''@/0/g' \
-           -e 's/@''HAVE_INT32_T''@/0/g' \
-           -e 's/@''HAVE_INT64_T''@/0/g' \
-           -e 's/@''HAVE_UINT8_T''@/0/g' \
-           -e 's/@''HAVE_UINT16_T''@/0/g' \
-           -e 's/@''HAVE_UINT32_T''@/0/g' \
-           -e 's/@''HAVE_UINT64_T''@/0/g' \
-           -e 's/@''HAVE_INT_LEAST8_T''@/0/g' \
-           -e 's/@''HAVE_INT_LEAST16_T''@/0/g' \
-           -e 's/@''HAVE_INT_LEAST32_T''@/0/g' \
-           -e 's/@''HAVE_INT_LEAST64_T''@/0/g' \
-           -e 's/@''HAVE_UINT_LEAST8_T''@/0/g' \
-           -e 's/@''HAVE_UINT_LEAST16_T''@/0/g' \
-           -e 's/@''HAVE_UINT_LEAST32_T''@/0/g' \
-           -e 's/@''HAVE_UINT_LEAST64_T''@/0/g' \
-           -e 's/@''HAVE_INT_FAST8_T''@/0/g' \
-           -e 's/@''HAVE_INT_FAST16_T''@/0/g' \
-           -e 's/@''HAVE_INT_FAST32_T''@/0/g' \
-           -e 's/@''HAVE_INT_FAST64_T''@/0/g' \
-           -e 's/@''HAVE_UINT_FAST8_T''@/0/g' \
-           -e 's/@''HAVE_UINT_FAST16_T''@/0/g' \
-           -e 's/@''HAVE_UINT_FAST32_T''@/0/g' \
-           -e 's/@''HAVE_UINT_FAST64_T''@/0/g' \
-           -e 's/@''HAVE_INTPTR_T''@/0/g' \
-           -e 's/@''HAVE_UINTPTR_T''@/0/g' \
-           -e 's/@''HAVE_INTMAX_T''@/0/g' \
-           -e 's/@''HAVE_UINTMAX_T''@/0/g' \
-           -e 's/@''BITSIZEOF_UNSIGNED_INT''@/32/g' \
-           -e 's/@''BITSIZEOF_LONG''@/32/g' \
-           -e 's/@''BITSIZEOF_UNSIGNED_LONG''@/32/g' \
-           -e 's/@''BITSIZEOF_INT8_T''@/8/g' \
-           -e 's/@''BITSIZEOF_INT16_T''@/16/g' \
-           -e 's/@''BITSIZEOF_INT32_T''@/32/g' \
-           -e 's/@''BITSIZEOF_INT64_T''@/64/g' \
-           -e 's/@''BITSIZEOF_UINT8_T''@/8/g' \
-           -e 's/@''BITSIZEOF_UINT16_T''@/16/g' \
-           -e 's/@''BITSIZEOF_UINT32_T''@/32/g' \
-           -e 's/@''BITSIZEOF_UINT64_T''@/64/g' \
-           -e 's/@''BITSIZEOF_INT_LEAST8_T''@/8/g' \
-           -e 's/@''BITSIZEOF_INT_LEAST16_T''@/16/g' \
-           -e 's/@''BITSIZEOF_INT_LEAST32_T''@/32/g' \
-           -e 's/@''BITSIZEOF_INT_LEAST64_T''@/64/g' \
-           -e 's/@''BITSIZEOF_UINT_LEAST8_T''@/8/g' \
-           -e 's/@''BITSIZEOF_UINT_LEAST16_T''@/16/g' \
-           -e 's/@''BITSIZEOF_UINT_LEAST32_T''@/32/g' \
-           -e 's/@''BITSIZEOF_UINT_LEAST64_T''@/64/g' \
-           -e 's/@''BITSIZEOF_INT_FAST8_T''@/32/g' \
-           -e 's/@''BITSIZEOF_INT_FAST16_T''@/32/g' \
-           -e 's/@''BITSIZEOF_INT_FAST32_T''@/32/g' \
-           -e 's/@''BITSIZEOF_INT_FAST64_T''@/64/g' \
-           -e 's/@''BITSIZEOF_UINT_FAST8_T''@/32/g' \
-           -e 's/@''BITSIZEOF_UINT_FAST16_T''@/32/g' \
-           -e 's/@''BITSIZEOF_UINT_FAST32_T''@/32/g' \
-           -e 's/@''BITSIZEOF_UINT_FAST64_T''@/64/g' \
-           -e 's/@''BITSIZEOF_INTPTR_T''@/32/g' \
-           -e 's/@''BITSIZEOF_UINTPTR_T''@/32/g' \
-           -e 's/@''BITSIZEOF_INTMAX_T''@/64/g' \
-           -e 's/@''BITSIZEOF_UINTMAX_T''@/64/g' \
+           -e 's/@''HAVE_LONG_LONG_INT''@/0/g' \
            -e 's/@''BITSIZEOF_PTRDIFF_T''@/32/g' \
-           -e 's/@''SAME_TYPE_PTRDIFF_T_LONG''@/0/g' \
+           -e 's/@''PTRDIFF_T_SUFFIX''@//g' \
            -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/32/g' \
-           -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/32/g' \
-           -e 's/@''SAME_TYPE_SIG_ATOMIC_T_LONG''@/0/g' \
-           -e 's/@''SAME_TYPE_SIG_ATOMIC_T_UNSIGNED_LONG''@/0/g' \
+           -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/0/g' \
+           -e 's/@''SIG_ATOMIC_T_SUFFIX''@//g' \
            -e 's/@''BITSIZEOF_SIZE_T''@/32/g' \
-           -e 's/@''SAME_TYPE_SIZE_T_UNSIGNED_LONG''@/0/g' \
+           -e 's/@''SIZE_T_SUFFIX''@//g' \
            -e 's/@''BITSIZEOF_WCHAR_T''@/32/g' \
            -e 's/@''HAVE_SIGNED_WCHAR_T''@/0/g' \
-           -e 's/@''SAME_TYPE_WCHAR_T_LONG''@/0/g' \
-           -e 's/@''SAME_TYPE_WCHAR_T_UNSIGNED_LONG''@/1/g' \
+           -e 's/@''WCHAR_T_SUFFIX''@//g' \
            -e 's/@''BITSIZEOF_WINT_T''@/32/g' \
            -e 's/@''HAVE_SIGNED_WINT_T''@/0/g' \
-           -e 's/@''SAME_TYPE_WINT_T_LONG''@/0/g' \
-           -e 's/@''SAME_TYPE_WINT_T_UNSIGNED_LONG''@/1/g' \
+           -e 's/@''WINT_T_SUFFIX''@//g' \
          <$(top_srcdir)/lib/stdint_.h >>stdint.tmp
        @cmp -s stdint.tmp $(srcdir)/stdint.h \
          || (echo "Updating stdint.h"; \

Index: Makefile.in
===================================================================
RCS file: /cvsroot/cvs/ccvs/windows-NT/Makefile.in,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -b -r1.128 -r1.129
--- Makefile.in 6 Jul 2006 13:49:40 -0000       1.128
+++ Makefile.in 7 Jul 2006 01:11:17 -0000       1.129
@@ -740,88 +740,25 @@
        @echo " */" >>stdint.tmp
        sed -e 's/@''HAVE_WCHAR_H''@/1/g' \
            -e 's/@''HAVE_STDINT_H''@/0/g' \
-           -e 's|@''FULL_PATH_STDINT_H''@||g' \
+           -e 's/@''HAVE_SYS_TYPES_H''@/1/g' \
+           -e 's|@''ABSOLUTE_STDINT_H''@||g' \
            -e 's/@''HAVE_INTTYPES_H''@/0/g' \
-           -e 's|@''FULL_PATH_INTTYPES_H''@||g' \
            -e 's/@''HAVE_SYS_INTTYPES_H''@/0/g' \
            -e 's/@''HAVE_SYS_BITYPES_H''@/0/g' \
-           -e 's/@''HAVE_LONG_64BIT''@/0/g' \
-           -e 's/@''HAVE_LONG_LONG_64BIT''@/0/g' \
-           -e 's/@''HAVE_INT8_T''@/0/g' \
-           -e 's/@''HAVE_INT16_T''@/0/g' \
-           -e 's/@''HAVE_INT32_T''@/0/g' \
-           -e 's/@''HAVE_INT64_T''@/0/g' \
-           -e 's/@''HAVE_UINT8_T''@/0/g' \
-           -e 's/@''HAVE_UINT16_T''@/0/g' \
-           -e 's/@''HAVE_UINT32_T''@/0/g' \
-           -e 's/@''HAVE_UINT64_T''@/0/g' \
-           -e 's/@''HAVE_INT_LEAST8_T''@/0/g' \
-           -e 's/@''HAVE_INT_LEAST16_T''@/0/g' \
-           -e 's/@''HAVE_INT_LEAST32_T''@/0/g' \
-           -e 's/@''HAVE_INT_LEAST64_T''@/0/g' \
-           -e 's/@''HAVE_UINT_LEAST8_T''@/0/g' \
-           -e 's/@''HAVE_UINT_LEAST16_T''@/0/g' \
-           -e 's/@''HAVE_UINT_LEAST32_T''@/0/g' \
-           -e 's/@''HAVE_UINT_LEAST64_T''@/0/g' \
-           -e 's/@''HAVE_INT_FAST8_T''@/0/g' \
-           -e 's/@''HAVE_INT_FAST16_T''@/0/g' \
-           -e 's/@''HAVE_INT_FAST32_T''@/0/g' \
-           -e 's/@''HAVE_INT_FAST64_T''@/0/g' \
-           -e 's/@''HAVE_UINT_FAST8_T''@/0/g' \
-           -e 's/@''HAVE_UINT_FAST16_T''@/0/g' \
-           -e 's/@''HAVE_UINT_FAST32_T''@/0/g' \
-           -e 's/@''HAVE_UINT_FAST64_T''@/0/g' \
-           -e 's/@''HAVE_INTPTR_T''@/0/g' \
-           -e 's/@''HAVE_UINTPTR_T''@/0/g' \
-           -e 's/@''HAVE_INTMAX_T''@/0/g' \
-           -e 's/@''HAVE_UINTMAX_T''@/0/g' \
-           -e 's/@''BITSIZEOF_UNSIGNED_INT''@/32/g' \
-           -e 's/@''BITSIZEOF_LONG''@/32/g' \
-           -e 's/@''BITSIZEOF_UNSIGNED_LONG''@/32/g' \
-           -e 's/@''BITSIZEOF_INT8_T''@/8/g' \
-           -e 's/@''BITSIZEOF_INT16_T''@/16/g' \
-           -e 's/@''BITSIZEOF_INT32_T''@/32/g' \
-           -e 's/@''BITSIZEOF_INT64_T''@/64/g' \
-           -e 's/@''BITSIZEOF_UINT8_T''@/8/g' \
-           -e 's/@''BITSIZEOF_UINT16_T''@/16/g' \
-           -e 's/@''BITSIZEOF_UINT32_T''@/32/g' \
-           -e 's/@''BITSIZEOF_UINT64_T''@/64/g' \
-           -e 's/@''BITSIZEOF_INT_LEAST8_T''@/8/g' \
-           -e 's/@''BITSIZEOF_INT_LEAST16_T''@/16/g' \
-           -e 's/@''BITSIZEOF_INT_LEAST32_T''@/32/g' \
-           -e 's/@''BITSIZEOF_INT_LEAST64_T''@/64/g' \
-           -e 's/@''BITSIZEOF_UINT_LEAST8_T''@/8/g' \
-           -e 's/@''BITSIZEOF_UINT_LEAST16_T''@/16/g' \
-           -e 's/@''BITSIZEOF_UINT_LEAST32_T''@/32/g' \
-           -e 's/@''BITSIZEOF_UINT_LEAST64_T''@/64/g' \
-           -e 's/@''BITSIZEOF_INT_FAST8_T''@/32/g' \
-           -e 's/@''BITSIZEOF_INT_FAST16_T''@/32/g' \
-           -e 's/@''BITSIZEOF_INT_FAST32_T''@/32/g' \
-           -e 's/@''BITSIZEOF_INT_FAST64_T''@/64/g' \
-           -e 's/@''BITSIZEOF_UINT_FAST8_T''@/32/g' \
-           -e 's/@''BITSIZEOF_UINT_FAST16_T''@/32/g' \
-           -e 's/@''BITSIZEOF_UINT_FAST32_T''@/32/g' \
-           -e 's/@''BITSIZEOF_UINT_FAST64_T''@/64/g' \
-           -e 's/@''BITSIZEOF_INTPTR_T''@/32/g' \
-           -e 's/@''BITSIZEOF_UINTPTR_T''@/32/g' \
-           -e 's/@''BITSIZEOF_INTMAX_T''@/64/g' \
-           -e 's/@''BITSIZEOF_UINTMAX_T''@/64/g' \
+           -e 's/@''HAVE_LONG_LONG_INT''@/0/g' \
            -e 's/@''BITSIZEOF_PTRDIFF_T''@/32/g' \
-           -e 's/@''SAME_TYPE_PTRDIFF_T_LONG''@/0/g' \
+           -e 's/@''PTRDIFF_T_SUFFIX''@//g' \
            -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/32/g' \
-           -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/32/g' \
-           -e 's/@''SAME_TYPE_SIG_ATOMIC_T_LONG''@/0/g' \
-           -e 's/@''SAME_TYPE_SIG_ATOMIC_T_UNSIGNED_LONG''@/0/g' \
+           -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/0/g' \
+           -e 's/@''SIG_ATOMIC_T_SUFFIX''@//g' \
            -e 's/@''BITSIZEOF_SIZE_T''@/32/g' \
-           -e 's/@''SAME_TYPE_SIZE_T_UNSIGNED_LONG''@/0/g' \
+           -e 's/@''SIZE_T_SUFFIX''@//g' \
            -e 's/@''BITSIZEOF_WCHAR_T''@/32/g' \
            -e 's/@''HAVE_SIGNED_WCHAR_T''@/0/g' \
-           -e 's/@''SAME_TYPE_WCHAR_T_LONG''@/0/g' \
-           -e 's/@''SAME_TYPE_WCHAR_T_UNSIGNED_LONG''@/1/g' \
+           -e 's/@''WCHAR_T_SUFFIX''@//g' \
            -e 's/@''BITSIZEOF_WINT_T''@/32/g' \
            -e 's/@''HAVE_SIGNED_WINT_T''@/0/g' \
-           -e 's/@''SAME_TYPE_WINT_T_LONG''@/0/g' \
-           -e 's/@''SAME_TYPE_WINT_T_UNSIGNED_LONG''@/1/g' \
+           -e 's/@''WINT_T_SUFFIX''@//g' \
          <$(top_srcdir)/lib/stdint_.h >>stdint.tmp
        @cmp -s stdint.tmp $(srcdir)/stdint.h \
          || (echo "Updating stdint.h"; \

Index: config.h
===================================================================
RCS file: /cvsroot/cvs/ccvs/windows-NT/config.h,v
retrieving revision 1.198
retrieving revision 1.199
diff -u -b -r1.198 -r1.199
--- config.h    6 Jul 2006 13:49:40 -0000       1.198
+++ config.h    7 Jul 2006 01:11:17 -0000       1.199
@@ -149,7 +149,7 @@
 
 /* Define if a drive letter prefix denotes a relative path if it is not
    followed by a file name component separator. */
-#undef FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE
+#define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 1
 
 /* 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

Index: config.h.in
===================================================================
RCS file: /cvsroot/cvs/ccvs/windows-NT/config.h.in,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -b -r1.126 -r1.127
--- config.h.in 6 Jul 2006 13:49:40 -0000       1.126
+++ config.h.in 7 Jul 2006 01:11:17 -0000       1.127
@@ -142,7 +142,7 @@
 
 /* Define if a drive letter prefix denotes a relative path if it is not
    followed by a file name component separator. */
-#undef FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE
+#define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 1
 
 /* 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

Index: config.h.in.in
===================================================================
RCS file: /cvsroot/cvs/ccvs/windows-NT/config.h.in.in,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -b -r1.51 -r1.52
--- config.h.in.in      28 Jun 2006 19:09:27 -0000      1.51
+++ config.h.in.in      7 Jul 2006 01:11:17 -0000       1.52
@@ -6,6 +6,15 @@
    and use ../cvsnt.mak for your project.  Thus, this is the right place to
    put configuration information for Windows NT.  */
 
+/* Define this to an absolute name of <inttypes.h>. */
+#undef ABSOLUTE_INTTYPES_H
+
+/* Define this to an absolute name of <stdint.h>. */
+#undef ABSOLUTE_STDINT_H
+
+/* Define this to an absolute name of <sys/stat.h>. */
+#undef ABSOLUTE_SYS_STAT_H
+
 /* 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. */
@@ -18,51 +27,6 @@
 /* Define if you want to use the password authenticated server. */
 #undef AUTH_SERVER_SUPPORT
 
-/* Define to the number of bits in type 'int16_t'. */
-#define BITSIZEOF_INT16_T 16
-
-/* Define to the number of bits in type 'int32_t'. */
-#define BITSIZEOF_INT32_T 32
-
-/* Define to the number of bits in type 'int64_t'. */
-#define BITSIZEOF_INT64_T 64
-
-/* Define to the number of bits in type 'int8_t'. */
-#define BITSIZEOF_INT8_T 8
-
-/* Define to the number of bits in type 'intmax_t'. */
-#define BITSIZEOF_INTMAX_T 64
-
-/* Define to the number of bits in type 'intptr_t'. */
-#define BITSIZEOF_INTPTR_T 32
-
-/* Define to the number of bits in type 'int_fast16_t'. */
-#define BITSIZEOF_INT_FAST16_T 32
-
-/* Define to the number of bits in type 'int_fast32_t'. */
-#define BITSIZEOF_INT_FAST32_T 32
-
-/* Define to the number of bits in type 'int_fast64_t'. */
-#define BITSIZEOF_INT_FAST64_T 64
-
-/* Define to the number of bits in type 'int_fast8_t'. */
-#define BITSIZEOF_INT_FAST8_T 32
-
-/* Define to the number of bits in type 'int_least16_t'. */
-#define BITSIZEOF_INT_LEAST16_T 16
-
-/* Define to the number of bits in type 'int_least32_t'. */
-#define BITSIZEOF_INT_LEAST32_T 32
-
-/* Define to the number of bits in type 'int_least64_t'. */
-#define BITSIZEOF_INT_LEAST64_T 64
-
-/* Define to the number of bits in type 'int_least8_t'. */
-#define BITSIZEOF_INT_LEAST8_T 8
-
-/* Define to the number of bits in type 'long'. */
-#define BITSIZEOF_LONG 32
-
 /* Define to the number of bits in type 'ptrdiff_t'. */
 #define BITSIZEOF_PTRDIFF_T 32
 
@@ -72,54 +36,6 @@
 /* Define to the number of bits in type 'size_t'. */
 #define BITSIZEOF_SIZE_T 32
 
-/* Define to the number of bits in type 'uint16_t'. */
-#define BITSIZEOF_UINT16_T 16
-
-/* Define to the number of bits in type 'uint32_t'. */
-#define BITSIZEOF_UINT32_T 32
-
-/* Define to the number of bits in type 'uint64_t'. */
-#define BITSIZEOF_UINT64_T 64
-
-/* Define to the number of bits in type 'uint8_t'. */
-#define BITSIZEOF_UINT8_T 8
-
-/* Define to the number of bits in type 'uintmax_t'. */
-#define BITSIZEOF_UINTMAX_T 64
-
-/* Define to the number of bits in type 'uintptr_t'. */
-#define BITSIZEOF_UINTPTR_T 32
-
-/* Define to the number of bits in type 'uint_fast16_t'. */
-#define BITSIZEOF_UINT_FAST16_T 32
-
-/* Define to the number of bits in type 'uint_fast32_t'. */
-#define BITSIZEOF_UINT_FAST32_T 32
-
-/* Define to the number of bits in type 'uint_fast64_t'. */
-#define BITSIZEOF_UINT_FAST64_T 64
-
-/* Define to the number of bits in type 'uint_fast8_t'. */
-#define BITSIZEOF_UINT_FAST8_T 32
-
-/* Define to the number of bits in type 'uint_least16_t'. */
-#define BITSIZEOF_UINT_LEAST16_T 16
-
-/* Define to the number of bits in type 'uint_least32_t'. */
-#define BITSIZEOF_UINT_LEAST32_T 32
-
-/* Define to the number of bits in type 'uint_least64_t'. */
-#define BITSIZEOF_UINT_LEAST64_T 64
-
-/* Define to the number of bits in type 'uint_least8_t'. */
-#define BITSIZEOF_UINT_LEAST8_T 8
-
-/* Define to the number of bits in type 'unsigned_int'. */
-#define BITSIZEOF_UNSIGNED_INT 32
-
-/* Define to the number of bits in type 'unsigned_long'. */
-#define BITSIZEOF_UNSIGNED_LONG 32
-
 /* Define to the number of bits in type 'wchar_t'. */
 #define BITSIZEOF_WCHAR_T 32
 
@@ -180,6 +96,9 @@
    list of arguments provided by the user. */
 #define DEFAULT_VERIFY_TEMPLATE ""
 
+/* Define to 1 if // is a file system root distinct from /. */
+#undef DOUBLE_SLASH_IS_DISTINCT_ROOT
+
 /* Define if there is a member named d_ino in the struct describing directory
    headers. */
 #undef D_INO_IN_DIRENT
@@ -215,6 +134,10 @@
    separator. */
 #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 1
 
+/* Define if a drive letter prefix denotes a relative path if it is not
+   followed by a file name component separator. */
+#define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 1
+
 /* 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
@@ -224,12 +147,6 @@
    message to be appended to the temp file when the editor is started. */
 #undef FORCE_USE_EDITOR
 
-/* Define this to the full path to <inttypes.h>. */
-#undef FULL_PATH_INTTYPES_H
-
-/* Define this to the full path to <stdint.h>. */
-#undef FULL_PATH_STDINT_H
-
 /* 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. */
@@ -246,6 +163,9 @@
    includes <alloca.h> only if HAVE_ALLOCA_H is defined. */
 #define HAVE_ALLOCA_H 1
 
+/* Define to 1 if you have the <arpa/inet.h> header file. */
+#undef HAVE_ARPA_INET_H
+
 /* Define to 1 if you have the `atexit' function. */
 #define HAVE_ATEXIT 1
 
@@ -379,14 +299,26 @@
    don't. */
 #undef HAVE_DECL_GETLOGIN_R
 
+/* Define to 1 if you have the declaration of `getnameinfo', and to 0 if you
+   don't. */
+#undef HAVE_DECL_GETNAMEINFO
+
 /* 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 `inet_ntop', and to 0 if you
+   don't. */
+#undef HAVE_DECL_INET_NTOP
+
 /* 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 `mkdir', and to 0 if you don't.
+   */
+#undef HAVE_DECL_MKDIR
+
 /* Define to 1 if you have the declaration of `nanosleep', and to 0 if you
    don't. */
 #define HAVE_DECL_NANOSLEEP 1
@@ -407,6 +339,14 @@
    don't. */
 #undef HAVE_DECL_STRERROR_R
 
+/* Define to 1 if you have the declaration of `strndup', and to 0 if you
+   don't. */
+#undef HAVE_DECL_STRNDUP
+
+/* Define to 1 if you have the declaration of `strnlen', and to 0 if you
+   don't. */
+#undef HAVE_DECL_STRNLEN
+
 /* Define to 1 if you have the declaration of `strtoimax', and to 0 if you
    don't. */
 #undef HAVE_DECL_STRTOIMAX
@@ -423,6 +363,14 @@
    don't. */
 #undef HAVE_DECL_STRTOUMAX
 
+/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
+   */
+#undef HAVE_DECL_TZNAME
+
+/* Define to 1 if you have the declaration of `wcwidth', and to 0 if you
+   don't. */
+#undef HAVE_DECL_WCWIDTH
+
 /* Define to 1 if you have the declaration of `__fpending', and to 0 if you
    don't. */
 #define HAVE_DECL___FPENDING 0
@@ -540,67 +488,22 @@
 /* Define if your compiler supports the #include_next directive. */
 #undef HAVE_INCLUDE_NEXT
 
+/* Define to 1 if you have the `inet_ntop' function. */
+#undef HAVE_INET_NTOP
+
 /* Define to 1 if you have the `initgroups' function. */
 #undef HAVE_INITGROUPS
 
-/* Define to 1 if the type 'int16_t' is already defined. */
-#undef HAVE_INT16_T
-
-/* Define to 1 if the type 'int32_t' is already defined. */
-#undef HAVE_INT32_T
-
-/* Define to 1 if the type 'int64_t' is already defined. */
-#undef HAVE_INT64_T
-
-/* Define to 1 if the type 'int64_t' is already definedin <stdint.h>. */
-#undef HAVE_INT64_T_IN_STDINT_H
-
-/* Define to 1 if the type 'int8_t' is already defined. */
-#undef HAVE_INT8_T
-
 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
 #undef HAVE_INTMAX_T
 
-/* Define to 1 if the type 'intptr_t' is already defined. */
-#undef HAVE_INTPTR_T
-
-/* Define if <inttypes.h> exists and doesn't clash with <sys/types.h>. */
+/* Define to 1 if you have the <inttypes.h> header file. */
 #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 the type 'int_fast16_t' is already defined. */
-#undef HAVE_INT_FAST16_T
-
-/* Define to 1 if the type 'int_fast32_t' is already defined. */
-#undef HAVE_INT_FAST32_T
-
-/* Define to 1 if the type 'int_fast64_t' is already defined. */
-#undef HAVE_INT_FAST64_T
-
-/* Define to 1 if the type 'int_fast64_t' is already definedin <stdint.h>. */
-#undef HAVE_INT_FAST64_T_IN_STDINT_H
-
-/* Define to 1 if the type 'int_fast8_t' is already defined. */
-#undef HAVE_INT_FAST8_T
-
-/* Define to 1 if the type 'int_least16_t' is already defined. */
-#undef HAVE_INT_LEAST16_T
-
-/* Define to 1 if the type 'int_least32_t' is already defined. */
-#undef HAVE_INT_LEAST32_T
-
-/* Define to 1 if the type 'int_least64_t' is already defined. */
-#undef HAVE_INT_LEAST64_T
-
-/* Define to 1 if the type 'int_least64_t' is already definedin <stdint.h>. */
-#undef HAVE_INT_LEAST64_T_IN_STDINT_H
-
-/* Define to 1 if the type 'int_least8_t' is already defined. */
-#undef HAVE_INT_LEAST8_T
-
 /* Define to 1 if you have the <io.h> header file. */
 #define HAVE_IO_H 1
 
@@ -658,6 +561,12 @@
 /* Define if you have the 'long long' type. */
 #undef HAVE_LONG_LONG
 
+/* Define to 1 if the system has the type `long long int'. */
+#undef HAVE_LONG_LONG_INT
+
+/* Define to 1 if you have the `lstat' function. */
+#undef HAVE_LSTAT
+
 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
    to 0 otherwise. */
 #define HAVE_MALLOC 1
@@ -866,9 +775,6 @@
 /* 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
 
@@ -878,6 +784,9 @@
 /* Define to 1 if you have the `strncasecmp' function. */
 #undef HAVE_STRNCASECMP
 
+/* Define if you have the strndup() function and it works. */
+#undef HAVE_STRNDUP
+
 /* Define to 1 if you have the `strtoimax' function. */
 #undef HAVE_STRTOIMAX
 
@@ -998,58 +907,22 @@
 /* Define to 1 if you have the `tzset' function. */
 #define HAVE_TZSET 1
 
-/* Define to 1 if the type 'uint16_t' is already defined. */
-#define HAVE_UINT16_T 1
-
-/* Define to 1 if the type 'uint32_t' is already defined. */
-#define HAVE_UINT32_T 1
-
-/* Define to 1 if the type 'uint64_t' is already defined. */
-#define HAVE_UINT64_T 1
-
 /* Define to 1 if the type 'uint64_t' is already definedin <stdint.h>. */
 #undef HAVE_UINT64_T_IN_STDINT_H
 
-/* Define to 1 if the type 'uint8_t' is already defined. */
-#define HAVE_UINT8_T 1
-
 /* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */
 #undef HAVE_UINTMAX_T
 
 /* Define to 1 if the type 'uintptr_t' is already defined. */
 #undef HAVE_UINTPTR_T
 
-/* Define to 1 if the type 'uint_fast16_t' is already defined. */
-#undef HAVE_UINT_FAST16_T
-
-/* Define to 1 if the type 'uint_fast32_t' is already defined. */
-#undef HAVE_UINT_FAST32_T
-
-/* Define to 1 if the type 'uint_fast64_t' is already defined. */
-#undef HAVE_UINT_FAST64_T
-
 /* Define to 1 if the type 'uint_fast64_t' is already definedin <stdint.h>. */
 #undef HAVE_UINT_FAST64_T_IN_STDINT_H
 
-/* Define to 1 if the type 'uint_fast8_t' is already defined. */
-#undef HAVE_UINT_FAST8_T
-
-/* Define to 1 if the type 'uint_least16_t' is already defined. */
-#undef HAVE_UINT_LEAST16_T
-
-/* Define to 1 if the type 'uint_least32_t' is already defined. */
-#undef HAVE_UINT_LEAST32_T
-
-/* Define to 1 if the type 'uint_least64_t' is already defined. */
-#undef HAVE_UINT_LEAST64_T
-
 /* Define to 1 if the type 'uint_least64_t' is already definedin <stdint.h>.
    */
 #undef HAVE_UINT_LEAST64_T_IN_STDINT_H
 
-/* Define to 1 if the type 'uint_least8_t' is already defined. */
-#undef HAVE_UINT_LEAST8_T
-
 /* Define to 1 if you have the `uname' function. */
 #undef HAVE_UNAME
 
@@ -1062,6 +935,9 @@
 /* Define if you have the 'unsigned long long' type. */
 #undef HAVE_UNSIGNED_LONG_LONG
 
+/* Define to 1 if the system has the type `unsigned long long int'. */
+#undef HAVE_UNSIGNED_LONG_LONG_INT
+
 /* Define to 1 if you have the <utime.h> header file. */
 #undef HAVE_UTIME_H
 
@@ -1104,6 +980,9 @@
 /* Define to 1 if you have the <wctype.h> header file. */
 #define HAVE_WCTYPE_H 1
 
+/* Define to 1 if you have the `wcwidth' function. */
+#undef HAVE_WCWIDTH
+
 /* Define to 1 if you have the <winsock2.h> header file. */
 #define HAVE_WINSOCK2_H 1
 
@@ -1257,6 +1136,9 @@
    things up, but the default setting generally works fine too. */
 #define MY_NDBM
 
+/* Define to 1 if assertions should be disabled. */
+#undef NDEBUG
+
 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
 #undef NO_MINUS_C_MINUS_O
 
@@ -1295,11 +1177,9 @@
 /* Path to the pr utility */
 #undef PR_PROGRAM
 
-/* Define if <stdint.h> doesn't define it. */
-#undef PTRDIFF_MAX
-
-/* Define if <stdint.h> doesn't define it. */
-#undef PTRDIFF_MIN
+/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
+   'ptrdiff_t'. */
+#undef PTRDIFF_T_SUFFIX
 
 /* Define to force lib/regex.c to use malloc instead of alloca. */
 #define REGEX_MALLOC 1
@@ -1338,52 +1218,54 @@
    */
 #undef SERVER_SUPPORT
 
-/* Define if <stdint.h> doesn't define it. */
-#undef SIG_ATOMIC_MAX
-
-/* Define if <stdint.h> doesn't define it. */
-#undef SIG_ATOMIC_MIN
+/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
+   'sig_atomic_t'. */
+#undef SIG_ATOMIC_T_SUFFIX
 
-/* The size of a `char', as computed by sizeof. */
+/* The size of `char', as computed by sizeof. */
 #define SIZEOF_CHAR 1
 
-/* The size of a `double', as computed by sizeof. */
+/* The size of `double', as computed by sizeof. */
 #define SIZEOF_DOUBLE 8
 
-/* The size of a `float', as computed by sizeof. */
+/* The size of `float', as computed by sizeof. */
 #define SIZEOF_FLOAT 4
 
-/* The size of a `int', as computed by sizeof. */
+/* The size of `int', as computed by sizeof. */
 #define SIZEOF_INT 4
 
-/* The size of a `intmax_t', as computed by sizeof. */
+/* The size of `intmax_t', as computed by sizeof. */
 #undef SIZEOF_INTMAX_T
 
-/* The size of a `long', as computed by sizeof. */
+/* The size of `long', as computed by sizeof. */
 #define SIZEOF_LONG 4
 
-/* The size of a `long double', as computed by sizeof. */
+/* The size of `long double', as computed by sizeof. */
 #define SIZEOF_LONG_DOUBLE 8
 
-/* The size of a `long long', as computed by sizeof. */
+/* The size of `long long', as computed by sizeof. */
 #undef SIZEOF_LONG_LONG
 
-/* The size of a `ptrdiff_t', as computed by sizeof. */
+/* The size of `ptrdiff_t', as computed by sizeof. */
 #define SIZEOF_PTRDIFF_T 4
 
-/* The size of a `short', as computed by sizeof. */
+/* The size of `short', as computed by sizeof. */
 #define SIZEOF_SHORT 2
 
-/* The size of a `size_t', as computed by sizeof. */
+/* The size of `size_t', as computed by sizeof. */
 #define SIZEOF_SIZE_T 4
 
-/* The size of a `wint_t', as computed by sizeof. */
+/* The size of `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)
 
+/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
+   'size_t'. */
+#undef SIZE_T_SUFFIX
+
 /* 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.
@@ -1526,11 +1408,13 @@
 /* Define if unsetenv() returns void, not int. */
 #undef VOID_UNSETENV
 
-/* Define if <stdint.h> doesn't define it. */
-#undef WINT_MAX
-
-/* Define if <stdint.h> doesn't define it. */
-#undef WINT_MIN
+/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
+   'wchar_t'. */
+#undef WCHAR_T_SUFFIX
+
+/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
+   'wint_t'. */
+#undef WINT_T_SUFFIX
 
 /* Define to 1 if your processor stores words with the most significant byte
    first (like Motorola and SPARC, unlike Intel and VAX). */
@@ -1573,11 +1457,6 @@
 /* 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__
@@ -1719,7 +1598,7 @@
 /* Define to empty if the C compiler doesn't support this keyword. */
 #undef signed
 
-/* Define to `unsigned' if <sys/types.h> does not define. */
+/* Define to `unsigned int' if <sys/types.h> does not define. */
 #undef size_t
 
 /* type to use in place of socklen_t if not defined */
@@ -1731,6 +1610,12 @@
 /* Define to rpl_strcasecmp always. */
 #define strcasecmp rpl_strcasecmp
 
+/* Define to rpl_strndup if the replacement function should be used, */
+#undef strndup rpl_strndup
+
+/* Define to rpl_strnlen if the replacement function should be used. */
+#undef strnlen rpl_strnlen
+
 /* Define to rpl_tzset if the wrapper function should be used. */
 #undef tzset
 

Index: stdint.h
===================================================================
RCS file: /cvsroot/cvs/ccvs/windows-NT/stdint.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- stdint.h    6 Jul 2006 02:21:13 -0000       1.20
+++ stdint.h    7 Jul 2006 01:11:17 -0000       1.21
@@ -50,15 +50,15 @@
      Include it before <inttypes.h>, since any "#include <stdint.h>"
      in <inttypes.h> would reinclude us, skipping our contents because
      _GL_STDINT_H is defined.  */
-# include @ABSOLUTE_STDINT_H@
+# include 
 #endif
 
 /* <sys/types.h> defines some of the stdint.h types as well, on glibc,
    IRIX 6.5, and OpenBSD 3.8 (via <machine/types.h>).
    MacOS X 10.4.6 <sys/types.h> includes <stdint.h> (which is us), but
    relies on the system <stdint.h> definitions, so include
-   <sys/types.h> after @address@hidden  */
-#if @HAVE_SYS_TYPES_H@
+   <sys/types.h> after .  */
+#if 1
 # include <sys/types.h>
 #endif
 
@@ -136,7 +136,7 @@
 #elif defined _MSC_VER
 # define int64_t __int64
 # define uint64_t unsigned __int64
-#elif @HAVE_LONG_LONG_INT@
+#elif 0
 # define int64_t long long int
 # define uint64_t unsigned long long int
 #endif
@@ -215,7 +215,7 @@
 
 #undef intmax_t
 #undef uintmax_t
-#if @HAVE_LONG_LONG_INT@ && LONG_MAX >> 30 == 1
+#if 0 && LONG_MAX >> 30 == 1
 # define intmax_t long long int
 # define uintmax_t unsigned long long int
 #elif defined int64_t
@@ -366,40 +366,40 @@
 #undef PTRDIFF_MIN
 #undef PTRDIFF_MAX
 #define PTRDIFF_MIN  \
-   _STDINT_MIN (1, 32, address@hidden@)
+   _STDINT_MIN (1, 32, 0)
 #define PTRDIFF_MAX  \
-   _STDINT_MAX (1, 32, address@hidden@)
+   _STDINT_MAX (1, 32, 0)
 
 /* sig_atomic_t limits */
 #undef SIG_ATOMIC_MIN
 #undef SIG_ATOMIC_MAX
 #define SIG_ATOMIC_MIN  \
-   _STDINT_MIN (32, 32, \
-               address@hidden@)
+   _STDINT_MIN (0, 32, \
+               0)
 #define SIG_ATOMIC_MAX  \
-   _STDINT_MAX (32, 32, \
-               address@hidden@)
+   _STDINT_MAX (0, 32, \
+               0)
 
 
 /* size_t limit */
 #undef SIZE_MAX
-#define SIZE_MAX  _STDINT_MAX (0, 32, address@hidden@)
+#define SIZE_MAX  _STDINT_MAX (0, 32, 0)
 
 /* wchar_t limits */
 #undef WCHAR_MIN
 #undef WCHAR_MAX
 #define WCHAR_MIN  \
-   _STDINT_MIN (0, 32, address@hidden@)
+   _STDINT_MIN (0, 32, 0)
 #define WCHAR_MAX  \
-   _STDINT_MAX (0, 32, address@hidden@)
+   _STDINT_MAX (0, 32, 0)
 
 /* wint_t limits */
 #undef WINT_MIN
 #undef WINT_MAX
 #define WINT_MIN  \
-   _STDINT_MIN (0, 32, address@hidden@)
+   _STDINT_MIN (0, 32, 0)
 #define WINT_MAX  \
-   _STDINT_MAX (0, 32, address@hidden@)
+   _STDINT_MAX (0, 32, 0)
 
 /* 7.18.4. Macros for integer constants */
 
@@ -432,7 +432,7 @@
 #elif defined _MSC_VER
 # define INT64_C(x) x##i64
 # define UINT64_C(x) x##ui64
-#elif @HAVE_LONG_LONG_INT@
+#elif 0
 # define INT64_C(x) x##LL
 # define UINT64_C(x) x##ULL
 #endif
@@ -441,7 +441,7 @@
 
 #undef INTMAX_C
 #undef UINTMAX_C
-#if @HAVE_LONG_LONG_INT@ && LONG_MAX >> 30 == 1
+#if 0 && LONG_MAX >> 30 == 1
 # define INTMAX_C(x)   x##LL
 # define UINTMAX_C(x)  x##ULL
 #elif defined int64_t




reply via email to

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