#include <fcntl.h>
#include <getopt.h>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <sys/stat.h>
#include <sys/types.h>
#include "XrdVersion.hh"
#include "XrdApps/XrdCpConfig.hh"
#include "XrdApps/XrdCpFile.hh"
#include "XrdCks/XrdCksCalc.hh"
#include "XrdCks/XrdCksManager.hh"
#include "XrdOuc/XrdOucStream.hh"
#include "XrdSys/XrdSysE2T.hh"
#include "XrdSys/XrdSysError.hh"
#include "XrdSys/XrdSysHeaders.hh"
#include "XrdSys/XrdSysLogger.hh"
#include "../../LICENSE"
Go to the source code of this file.
◆ EMSG
#define EMSG |
( |
|
x | ) |
std::cerr <<PName <<": " <<x <<std::endl |
◆ FMSG
#define FMSG |
( |
|
x, |
|
|
|
y |
|
) |
| {EMSG(x);exit(y);} |
◆ OPT_TYPE
◆ UMSG
◆ ZMSG
#define ZMSG |
( |
|
x | ) |
{EMSG(x);return 0;} |