needs _UINT8_T and _UINT64_T defines as well, to avoid clashes
with system headers. Report by Bruno Haible.
+2006-06-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * lib/autoconf/types.m4 (_AC_TYPE_UNSIGNED_INT): Solaris 2.5.1
+ needs _UINT8_T and _UINT64_T defines as well, to avoid clashes
+ with system headers. Report by Bruno Haible.
+
2006-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* config/config.guess, config/config.sub: Sync from upstream.
case $ac_cv_c_uint$1_t in #(
no|uint$1_t) ;; #(
*)
- m4_if([$1], 32,
+ m4_bmatch([$1], [^\(8\|32\|64\)$],
[AC_DEFINE([_UINT$1_T], 1,
[Define for Solaris 2.5.1 so the uint$1_t typedef from
<sys/synch.h>, <pthread.h>, or <semaphore.h> is not used.