Skip to content
Snippets Groups Projects
Commit ea959d79 authored by Per Hedbor's avatar Per Hedbor
Browse files

Added some missing checks (from 0.6) for priority management

Rev: src/configure.in:1.262
parent c51fb765
No related branches found
No related tags found
No related merge requests found
AC_REVISION("$Id: configure.in,v 1.261 1999/01/29 12:25:25 hubbe Exp $") AC_REVISION("$Id: configure.in,v 1.262 1999/02/01 03:13:40 per Exp $")
AC_INIT(interpret.c) AC_INIT(interpret.c)
AC_CONFIG_HEADER(machine.h) AC_CONFIG_HEADER(machine.h)
...@@ -850,7 +850,7 @@ locale.h sys/resource.h sys/select.h sys/mman.h setjmp.h limits.h pthread.h \ ...@@ -850,7 +850,7 @@ locale.h sys/resource.h sys/select.h sys/mman.h setjmp.h limits.h pthread.h \
thread.h dlfcn.h dld.h dl.h sys/times.h sched.h sys/procfs.h sys/param.h \ thread.h dlfcn.h dld.h dl.h sys/times.h sched.h sys/procfs.h sys/param.h \
winsock.h sys/ioct.h sys/socket.h malloc.h netinet/in.h sys/wait.h winbase.h \ winsock.h sys/ioct.h sys/socket.h malloc.h netinet/in.h sys/wait.h winbase.h \
grp.h pwd.h passwd.h group.h winsock2.h signal.h sys/file.h poll.h sys/poll.h \ grp.h pwd.h passwd.h group.h winsock2.h signal.h sys/file.h poll.h sys/poll.h \
socket.h ieeefp.h fp_class.h floatingpoint.h) socket.h ieeefp.h fp_class.h floatingpoint.h sys/priocntl.h sched.h )
AC_CHECK_SIZEOF(char *,4) AC_CHECK_SIZEOF(char *,4)
AC_CHECK_SIZEOF(long,4) AC_CHECK_SIZEOF(long,4)
...@@ -1292,6 +1292,9 @@ AC_CHECK_FUNCS( \ ...@@ -1292,6 +1292,9 @@ AC_CHECK_FUNCS( \
finite \ finite \
signbit \ signbit \
nice \ nice \
__priocntl \
sched_setscheduler \
setpriority \
) )
AC_MSG_CHECKING(if the last argument to accept is a size_t *) AC_MSG_CHECKING(if the last argument to accept is a size_t *)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment