*** empty log message ***

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@202 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1995-12-07 13:09:30 +00:00
parent e0c8a9d88c
commit bc1355476a
2 changed files with 5 additions and 2 deletions

View File

@@ -63,6 +63,9 @@
/* Define if you have the revoke function. */
#undef HAVE_REVOKE
/* Define if you have the setpgid function. */
#undef HAVE_SETPGID
/* Define if you have the setsid function. */
#undef HAVE_SETSID
@@ -149,7 +152,7 @@
#define FILIO_H 1
#define STREAMS 1
#ifdef __svr4__
#if defined(__svr4__) || defined(__SVR4)
#define SOLARIS
#endif

View File

@@ -888,7 +888,7 @@ fi
done
for ac_func in cgetent uname vfork vhangup frevoke revoke setsid
for ac_func in cgetent uname vfork vhangup frevoke revoke setsid setpgid
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then