xrootd
XrdInfo.hh
Go to the documentation of this file.
1 #ifndef __XRD_INFO_H__
2 #define __XRD_INFO_H__
3 /******************************************************************************/
4 /* */
5 /* X r d I n f o . h h */
6 /* */
7 /* (c) 2004 by the Board of Trustees of the Leland Stanford, Jr., University */
8 /* All Rights Reserved. See XrdInfo.cc for complete License Terms */
9 /* Produced by Andrew Hanushevsky for Stanford University under contract */
10 /* DE-AC03-76-SFO0515 with the Department of Energy */
11 /******************************************************************************/
12 
13 // $Id$
14 
15 #include "XrdVersion.hh"
16 
17 #define XrdFORMAT "2.0.0"
18 
19 #define XrdFORMATB 0x00000200
20 
21 #define XrdBANNER "Copr. 2010 Stanford University, xrd version " XrdVSTRING
22 #endif