*** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@202 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -63,6 +63,9 @@
|
|||||||
/* Define if you have the revoke function. */
|
/* Define if you have the revoke function. */
|
||||||
#undef HAVE_REVOKE
|
#undef HAVE_REVOKE
|
||||||
|
|
||||||
|
/* Define if you have the setpgid function. */
|
||||||
|
#undef HAVE_SETPGID
|
||||||
|
|
||||||
/* Define if you have the setsid function. */
|
/* Define if you have the setsid function. */
|
||||||
#undef HAVE_SETSID
|
#undef HAVE_SETSID
|
||||||
|
|
||||||
@@ -149,7 +152,7 @@
|
|||||||
#define FILIO_H 1
|
#define FILIO_H 1
|
||||||
#define STREAMS 1
|
#define STREAMS 1
|
||||||
|
|
||||||
#ifdef __svr4__
|
#if defined(__svr4__) || defined(__SVR4)
|
||||||
#define SOLARIS
|
#define SOLARIS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
2
appl/telnet/configure
vendored
2
appl/telnet/configure
vendored
@@ -888,7 +888,7 @@ fi
|
|||||||
done
|
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
|
do
|
||||||
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
|
||||||
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
|
||||||
|
Reference in New Issue
Block a user