mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-21 13:28:05 +01:00
WINGs: Modernize wusleep()
- Change the wusleep abomination to be a simple wrapper around nanosleep (man says it's been POSIX for almost a decade) - Remove autoconf tests that became unnecessary along the way Signed-off-by: Tamas TEVESZ <ice@extreme.hu>
This commit is contained in:
committed by
Carlos R. Mafra
parent
de9fcef214
commit
1420e44bb1
@@ -230,10 +230,8 @@ dnl Checks for header files.
|
||||
dnl =======================
|
||||
AC_HEADER_SYS_WAIT
|
||||
AC_HEADER_TIME
|
||||
AC_CHECK_HEADERS(fcntl.h limits.h sys/ioctl.h sys/time.h sys/types.h \
|
||||
libintl.h sys/select.h poll.h malloc.h ctype.h string.h \
|
||||
strings.h)
|
||||
|
||||
AC_CHECK_HEADERS(fcntl.h limits.h sys/ioctl.h libintl.h poll.h malloc.h ctype.h \
|
||||
string.h strings.h)
|
||||
|
||||
|
||||
dnl Checks for typedefs, structures, and compiler characteristics.
|
||||
|
||||
Reference in New Issue
Block a user