Rename HAVE_SYSTEM_INTTYPES macro.
authorBruno Haible <bruno@clisp.org>
Mon, 23 May 2005 10:21:48 +0000 (10:21 +0000)
committerBruno Haible <bruno@clisp.org>
Mon, 23 May 2005 10:21:48 +0000 (10:21 +0000)
lib/ChangeLog
lib/stdint_.h

index 4e7b22a7148de8187b0c0b42d3887c0f3265ecf3..845e5e3386ddcce23da97eea721a8c1d0147a656 100644 (file)
@@ -1,3 +1,8 @@
+2005-05-22  Bruno Haible  <bruno@clisp.org>
+
+       * stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
+       HAVE_SYSTEM_INTTYPES.
+
 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
 
        * fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
index 75afd20e59cce4d844be3885892f347a4b31d158..d9c4a0f794752df215a2b66c0b249eb0c4e0fdc8 100644 (file)
@@ -38,7 +38,7 @@
   /* Solaris 7 <sys/inttypes.h> has the types except the *_fast*_t types, and
      the macros except for *_FAST*_*, INTPTR_MIN, PTRDIFF_MIN, PTRDIFF_MAX.
      But note that <sys/int_types.h> contains only the type definitions!  */
-# define HAVE_SYSTEM_INTTYPES
+# define _STDINT_H_HAVE_SYSTEM_INTTYPES
 #endif
 #if (defined(__hpux) || defined(_AIX)) && HAVE_INTTYPES_H
 # include <inttypes.h>
      UINT_FAST8_MAX, PTRDIFF_MIN, PTRDIFF_MAX.  */
   /* AIX 4 <inttypes.h> has nearly everything, except INTPTR_MIN, INTPTR_MAX,
      UINTPTR_MAX, PTRDIFF_MIN, PTRDIFF_MAX.  */
-# define HAVE_SYSTEM_INTTYPES
+# define _STDINT_H_HAVE_SYSTEM_INTTYPES
 #endif
 #if !(defined(UNIX_CYGWIN32) && defined(__BIT_TYPES_DEFINED__))
 # define NEED_SIGNED_INT_TYPES
 #endif
 
-#if !defined(HAVE_SYSTEM_INTTYPES)
+#if !defined(_STDINT_H_HAVE_SYSTEM_INTTYPES)
 
 /* 7.18.1.1. Exact-width integer types */
 
@@ -275,6 +275,6 @@ typedef uint32_t uintmax_t;
 
 #endif
 
-#endif  /* !HAVE_SYSTEM_INTTYPES */
+#endif  /* !_STDINT_H_HAVE_SYSTEM_INTTYPES */
 
 #endif /* _STDINT_H */