changeset 5878:2b44331388e9

Rename HAVE_SYSTEM_INTTYPES macro.
author Bruno Haible <bruno@clisp.org>
date Mon, 23 May 2005 10:21:48 +0000
parents aafd5b8ee85f
children dc26ae8b485e
files lib/ChangeLog lib/stdint_.h
diffstat 2 files changed, 9 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -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,
--- a/lib/stdint_.h
+++ b/lib/stdint_.h
@@ -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>
@@ -46,13 +46,13 @@
      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 @@
 
 #endif
 
-#endif  /* !HAVE_SYSTEM_INTTYPES */
+#endif  /* !_STDINT_H_HAVE_SYSTEM_INTTYPES */
 
 #endif /* _STDINT_H */