aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2006-02-06 03:11:34 +0000
committerGuy Harris <guy@alum.mit.edu>2006-02-06 03:11:34 +0000
commit4c4f18eb3f756a95f550650d689b7854308695ae (patch)
tree7ef8d7904d3b4c12c104e534a354fe4ef109067e /configure.in
parent41a8855e1b67bb3909f8e86a466af397204334ad (diff)
Add code to check whether the app was started with special privileges
(e.g., set-UID or set-GID), and don't load user plugs if it is. svn path=/trunk/; revision=17174
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index eae4c49c3e..2cc9c44505 100644
--- a/configure.in
+++ b/configure.in
@@ -1200,6 +1200,7 @@ AC_SUBST(STRPTIME_C)
AC_SUBST(STRPTIME_O)
AC_CHECK_FUNCS(getprotobynumber gethostbyname2)
+AC_CHECK_FUNCS(issetugid)
dnl blank for now, but will be used in future
AC_SUBST(ethereal_SUBDIRS)