Loading [MathJax]/extensions/tex2jax.js
ROOT
6.06/09
Reference Guide
ROOT Home Page
Main Page
Related Pages
User's Classes
Namespaces
All Classes
Files
Release Notes
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
core
base
inc
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