RInside Version 0.2.16
RInsideConfig.h
Go to the documentation of this file.
1 // RInsideConfig.h: R/C++ interface class library -- Easier R embedding into C++
2 //
3 // Copyright (C) 2010 Dirk Eddelbuettel and Romain Francois
4 //
5 // This file is part of RInside.
6 //
7 // RInside is free software: you can redistribute it and/or modify it
8 // under the terms of the GNU General Public License as published by
9 // the Free Software Foundation, either version 2 of the License, or
10 // (at your option) any later version.
11 //
12 // RInside is distributed in the hope that it will be useful, but
13 // WITHOUT ANY WARRANTY; without even the implied warranty of
14 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 // GNU General Public License for more details.
16 //
17 // You should have received a copy of the GNU General Public License
18 // along with RInside. If not, see <http://www.gnu.org/licenses/>.
19 
20 #ifndef RINSIDE_RINSIDECONFIG_H
21 #define RINSIDE_RINSIDECONFIG_H
22 
23 // uncomment to turn on the experimental callbacks
24 // #define RINSIDE_CALLBACKS
25 
26 #endif