summaryrefslogtreecommitdiffstats
path: root/src/include/configure.in
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2002-06-25 20:56:17 +0000
committerKen Raeburn <raeburn@mit.edu>2002-06-25 20:56:17 +0000
commit99c69a712b10152a895bf9f9897d0306fafca8e6 (patch)
treed394e3859991bba13f78413348a52c04bbfd95a1 /src/include/configure.in
parent4c22d46592fc34600f718920e10118caba70973c (diff)
downloadkrb5-99c69a712b10152a895bf9f9897d0306fafca8e6.tar.gz
krb5-99c69a712b10152a895bf9f9897d0306fafca8e6.tar.xz
krb5-99c69a712b10152a895bf9f9897d0306fafca8e6.zip
move krb5_sete[ug]id from libkrb5util (fn) to k5-util.h (macro)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14569 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/configure.in')
-rw-r--r--src/include/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/configure.in b/src/include/configure.in
index a702a2acc2..16117afe7e 100644
--- a/src/include/configure.in
+++ b/src/include/configure.in
@@ -5,7 +5,7 @@ AC_PROG_INSTALL
AC_PROG_AWK
AC_PROG_LEX
AC_C_CONST
-AC_CHECK_FUNCS(strdup labs setvbuf memmove bcopy inet_ntoa inet_aton gethostbyname_r gethostbyaddr_r getservbyname_r getservbyport_r)
+AC_CHECK_FUNCS(strdup labs setvbuf memmove bcopy inet_ntoa inet_aton gethostbyname_r gethostbyaddr_r getservbyname_r getservbyport_r seteuid setresuid setreuid setegid setresgid setregid)
dnl
dnl Check what the return types for gethostbyname_r and getservbyname_r are.
dnl