00001 /* @(#)root/base:$Id: config.h 20877 2007-11-19 11:17:07Z rdm $ */ 00002 /* Author: Fons Rademakers 16/11/2006 */ 00003 00004 #ifndef ROOT_config 00005 #define ROOT_config 00006 00007 /* 00008 * Obsolete, use RConfigure.h instead. 00009 * Should only be used in ROOT implementation files as the name is too trivial. 00010 */ 00011 00012 #ifndef ROOT_RConfigure 00013 #include "RConfigure.h" 00014 #endif 00015 00016 #warning config.h is deprecated, replace by RConfigure.h. 00017 00018 #endif