XRootD
XrdDigAuth.cc File Reference
#include <unistd.h>
#include <cctype>
#include <fcntl.h>
#include <cstdio>
#include <cstdlib>
#include <strings.h>
#include <sys/param.h>
#include <sys/stat.h>
#include "XrdDig/XrdDigAuth.hh"
#include "XrdNet/XrdNetAddrInfo.hh"
#include "XrdOuc/XrdOucStream.hh"
#include "XrdSys/XrdSysE2T.hh"
#include "XrdSys/XrdSysError.hh"
+ Include dependency graph for XrdDigAuth.cc:

Go to the source code of this file.

Namespaces

 XrdDig
 

Macros

#define TS_Xeq(x, m)   if (!strcmp(x,var)) return m(Config);
 

Variables

XrdDigAuth XrdDig::Auth
 
XrdSysErrorXrdDig::eDest
 

Macro Definition Documentation

◆ TS_Xeq

#define TS_Xeq (   x,
 
)    if (!strcmp(x,var)) return m(Config);

Definition at line 53 of file XrdDigAuth.cc.