Ralf Wildenhues <[EMAIL PROTECTED]> writes: > * 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.
That looks good; please install, since it's clearly an improvement. For what it's worth, <http://gcc.gnu.org/ml/fortran/2005-11/msg00832.html> says that Solaris 2.5.1 <pthread.h> "defines uint8_t, uint32_t and uint64_t (and only those, not the full C99 set)". <http://www.cs.usm.maine.edu/class/cos478/opj-1.6.5/include/solaris/jni_md.h> says that Solaris 2.5.1 <sys/synch.h> is similar. For <semaphore.h> I could find traces on the net only of _UINT32_T.
