Loading [MathJax]/extensions/tex2jax.js
Logo ROOT  
Reference Guide
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
XpdSysPthread.h
Go to the documentation of this file.
1
2//
3// These are needed to handle backward compatibility
4//
5#include "XrdProofdXrdVers.h"
6
7#if ROOTXRDVERS < ROOT_OldXrdOuc
8#define XrdSysPthread XrdOucPthread
9#include "XrdOuc/XrdOucPthread.hh"
10#else
11#include "XrdSys/XrdSysPthread.hh"
12#endif
13
14