ROOT  6.06/09
Reference Guide
config.h
Go to the documentation of this file.
1 /* @(#)root/base:$Id$ */
2 /* Author: Fons Rademakers 16/11/2006 */
3 
4 #ifndef ROOT_config
5 #define ROOT_config
6 
7 /*
8  * Obsolete, use RConfigure.h instead.
9  * Should only be used in ROOT implementation files as the name is too trivial.
10  */
11 
12 #ifndef ROOT_RConfigure
13 #include "RConfigure.h"
14 #endif
15 
16 #warning config.h is deprecated, replace by RConfigure.h.
17 
18 #endif