#include <dlfcn.h>
#include <link.h>
#include <strings.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <errno.h>
#include "XrdSys/XrdSysHeaders.hh"
#include "XrdSec/XrdSecInterface.hh"
#include "XrdSec/XrdSecPManager.hh"
#include "XrdSec/XrdSecProtocolhost.hh"
#include "XrdOuc/XrdOucErrInfo.hh"
Go to the source code of this file.
Classes | |
class | XrdSecProtList |
Defines | |
#define | DEBUG(x) {if (DebugON) cerr <<"sec_PM: " <<x <<endl;} |
#define | INITPARMS const char, const char *, XrdOucErrInfo * |
Variables | |
const char * | XrdSecPManagerCVSID = "$Id: XrdSecPManager.cc 28902 2009-06-11 12:36:21Z ganis $" |
Definition at line 45 of file XrdSecPManager.cc.
#define INITPARMS const char, const char *, XrdOucErrInfo * |
const char* XrdSecPManagerCVSID = "$Id: XrdSecPManager.cc 28902 2009-06-11 12:36:21Z ganis $" |
Definition at line 13 of file XrdSecPManager.cc.