Skip to content
Snippets Groups Projects
Commit e6675ff8 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Added getpgid.

Rev: src/modules/system/configure.in:1.2
Rev: src/modules/system/system_machine.h.in:1.2
parent 0084a551
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ AC_CHECK_LIB(nsl, gethostbyname)
AC_HAVE_HEADERS(sys/types.h errno.h unistd.h pwd.h sys/conf.h sys/socket.h netinet/in.h arpa/inet.h netdb.h stdarg.h varargs.h sys/utsname.h)
AC_HAVE_FUNCS(link symlink readlink initgroups seteuid setresuid geteuid getpgrp getppid fchroot uname gethostname gethostbyname)
AC_HAVE_FUNCS(link symlink readlink initgroups seteuid setresuid geteuid getpgrp getpgid getppid fchroot uname gethostname gethostbyname)
AC_MSG_CHECKING(for h_addr_list)
AC_CACHE_VAL(pike_cv_struct_has_h_addr_list,
......
/*
* $Id: system_machine.h.in,v 1.1 1997/01/21 20:55:04 grubba Exp $
* $Id: system_machine.h.in,v 1.2 1997/01/22 02:55:41 grubba Exp $
*
* System dependant definitions for the system module for Pike
*
......@@ -77,6 +77,9 @@
/* Define if you have getprgp() */
#undef HAVE_GETPGRP
/* Define if you have getpgid() */
#undef HAVE_GETPGID
/* Define if you have getppid() */
#undef HAVE_GETPPID
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment