The type of the argument to usleep varies from system to system,
authorJim Blandy <jimb@red-bean.com>
Mon, 12 Oct 1998 21:07:43 +0000 (21:07 +0000)
committerJim Blandy <jimb@red-bean.com>
Mon, 12 Oct 1998 21:07:43 +0000 (21:07 +0000)
commit7b584d092ba6972e7813491d7cd78025b3efd75e
tree5e3981ec55fc4885b36e7a9a45f815d985ced5b6
parentb1d6e3363877c27451a018e6f732e18cb9299d40
The type of the argument to usleep varies from system to system,
as does the return type.  We really shouldn't be redefining usleep
at all, but I don't have time to clean that up before the 1.3
release.  It's on the schedule for afterwards.
* configure.in: Cache results from usleep return value test.
Test for the type of the usleep argument, and cache that too.
* acconfig.h (USLEEP_ARG_TYPE): New macro.
acconfig.h