ROOT
6.16/01
Reference Guide
proof
proofd
inc
XrdSysToOuc.h
Go to the documentation of this file.
1
2
//
3
// These are needed when we build the XROOTD-related plugins with an
4
// external XROOTD relased before the full move XrdOuc to XrdSys
5
//
6
#ifndef ROOT_XrdSysToOuc
7
#define ROOT_XrdSysToOuc
8
9
#include "
XrdProofdXrdVers.h
"
10
11
#if ROOTXRDVERS < ROOT_OldXrdOuc
12
13
#define XrdSysError XrdOucError
14
#define XrdSysLogger XrdOucLogger
15
16
#define XrdSysMutex XrdOucMutex
17
#define XrdSysMutexHelper XrdOucMutexHelper
18
#define XrdSysRecMutex XrdOucRecMutex
19
#define XrdSysSemWait XrdOucSemWait
20
#define XrdSysThread XrdOucThread
21
22
#define XrdSysPlugin XrdOucPlugin
23
24
#define XrdSysTimer XrdOucTimer
25
26
#endif
27
#endif
28
29
XrdProofdXrdVers.h