2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 14:25:15 +00:00

Include unistd.h in sig2str.c for Tru64 as it defines SIGRTMIN and

SIGRTMAX in terms of sysconf(), which is prototyped in unistd.h.
Bug #621; from Daniel Richard G.
This commit is contained in:
Todd C. Miller
2013-11-19 09:48:01 -07:00
parent 054a94e6c9
commit 0a47860ef7
3 changed files with 4 additions and 3 deletions

View File

@@ -2077,7 +2077,7 @@ AC_INCLUDES_DEFAULT
], [sudo_fprintf(stderr, "a %s", "test");])], [AC_MSG_RESULT([yes])],
[AC_MSG_RESULT([no])
AC_DEFINE([NO_VARIADIC_MACROS], [1], [Define if your C preprocessor does not support variadic macros.])
AC_MSG_WARN([Your C compiler doesn't support variadic macros, debugging support will be limited])])
AC_MSG_WARN([Your C preprocessor doesn't support variadic macros, debugging support will be limited])])
dnl
dnl Program checks