1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* configure.in (AC_CHECK_FUNCS): add setuid and setgid.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4583 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
gotoyuzo 2003-09-22 10:25:24 +00:00
parent ca8be43f0e
commit 0645683e26
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Mon Sep 22 19:22:26 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
* configure.in (AC_CHECK_FUNCS): add setuid and setgid.
Sun Sep 21 04:12:36 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
* ext/openssl/ossl_ocsp.c (ossl_ocspreq_initialize): the argument

View file

@ -373,7 +373,8 @@ AC_CHECK_FUNCS(fmod killpg wait4 waitpid syscall chroot fsync\
setrgid setegid setregid setresgid issetugid pause lchown lchmod\
getpgrp setpgrp getpgid setpgid initgroups getgroups setgroups\
getpriority getrlimit dlopen sigprocmask sigaction _setjmp\
setsid telldir seekdir fchmod mktime timegm cosh sinh tanh)
setsid telldir seekdir fchmod mktime timegm cosh sinh tanh\
setuid setgid)
AC_ARG_ENABLE(setreuid,
[ --enable-setreuid use setreuid()/setregid() according to need even if obsolete.],
[use_setreuid=$enableval])