(gl_AC_TYPE_UINT32_T): When determining uint32_t
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 3 Nov 2004 17:20:32 +0000 (17:20 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 3 Nov 2004 17:20:32 +0000 (17:20 +0000)
commit3bb73d6281c29341174b36e73b5f4ea5802d38c1
treeefad5d076a101e095c699d7e1d23f071ed815592
parentdf5a12b2b38be89aab88d96bb5c62de82374085a
(gl_AC_TYPE_UINT32_T): When determining uint32_t
equivalent, substitute $ac_type for equivalent type rather than
blindly using uint32_t *always* which won't work if uint32_t is not
available.  Define _UINT32_T to work around typedef of uint32_t if
<sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
2.5.1.
m4/uint32_t.m4