Include <ucred.h> if we have getpeerucred()
[heimdal.git] / cf / dlopen.m4
blob17e3c62037930ade4d108f6662139eced7dd6a74
1 dnl
2 dnl $Id$
3 dnl
5 AC_DEFUN([rk_DLOPEN], [
6         AC_FIND_FUNC_NO_LIBS(dlopen, dl,[
7 #ifdef HAVE_DLFCN_H
8 #include <dlfcn.h>
9 #endif],[0,0])
10         AM_CONDITIONAL(HAVE_DLOPEN, test "$ac_cv_funclib_dlopen" != no)