pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
1998-02-05
1998-02-05 02:57:38 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
f087c4ad8d7bf78be71730d6a2061f9b69b0356f (
9
lines) (+
7
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
initgroups added to create_process()
Rev: src/configure.in:1.157
Rev: src/signal_handler.c:1.30
1:
-
AC_REVISION("$Id: configure.in,v 1.
156
1998/02/
01
07
:
07
:
38
hubbe Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
157
1998/02/
05
02
:
57
:
37
hubbe Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
640:
memory.h values.h string.h strings.h fcntl.h sys/filio.h sys/sockio.h crypt.h \ locale.h sys/resource.h sys/select.h sys/mman.h setjmp.h limits.h pthread.h \ thread.h dlfcn.h dld.h sys/times.h sched.h sys/procfs.h sys/param.h winsock2.h \
-
sys/ioct.h sys/socket.h malloc.h netinet/in.h sys/wait.h winbase.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
)
AC_CHECK_SIZEOF(char *,4) AC_CHECK_SIZEOF(long,4)
967:
fork1 \ setuid getuid seteuid geteuid \ setgid getgid setegid getegid \
+
getpwent getpwnam getpwuid \
+
getgrent getgrnam \
+
initgroups setgroups
) if test $ac_cv_func_crypt$ac_cv_func__crypt = nono ; then