verify: new macro 'assume'
[gnulib.git] / modules / sleep
1 Description:
2 sleep() function: pause execution of the current thread.
3
4 Files:
5 lib/sleep.c
6 m4/sleep.m4
7
8 Depends-on:
9 unistd
10 stdint          [test $HAVE_SLEEP = 0 || test $REPLACE_SLEEP = 1]
11 verify          [test $HAVE_SLEEP = 0 || test $REPLACE_SLEEP = 1]
12
13 configure.ac:
14 gl_FUNC_SLEEP
15 if test $HAVE_SLEEP = 0 || test $REPLACE_SLEEP = 1; then
16   AC_LIBOBJ([sleep])
17 fi
18 gl_UNISTD_MODULE_INDICATOR([sleep])
19
20 Makefile.am:
21
22 Include:
23 <unistd.h>
24
25 License:
26 LGPLv2+
27
28 Maintainer:
29 Bruno Haible
30