RInside Version 0.2.6
inst/include/RInsideConfig.h
Go to the documentation of this file.
00001 // RInsideConfig.h: R/C++ interface class library -- Easier R embedding into C++
00002 //
00003 // Copyright (C) 2010        Dirk Eddelbuettel and Romain Francois
00004 //
00005 // This file is part of RInside.
00006 //
00007 // RInside is free software: you can redistribute it and/or modify it
00008 // under the terms of the GNU General Public License as published by
00009 // the Free Software Foundation, either version 2 of the License, or
00010 // (at your option) any later version.
00011 //
00012 // RInside is distributed in the hope that it will be useful, but
00013 // WITHOUT ANY WARRANTY; without even the implied warranty of
00014 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00015 // GNU General Public License for more details.
00016 //
00017 // You should have received a copy of the GNU General Public License
00018 // along with RInside.  If not, see <http://www.gnu.org/licenses/>.
00019 
00020 #ifndef RINSIDE_RINSIDECONFIG_H
00021 #define RINSIDE_RINSIDECONFIG_H
00022 
00023 // uncomment to turn on the experimental callbacks
00024 // #define RINSIDE_CALLBACKS
00025 
00026 #endif
 All Classes Files Functions Variables Enumerations Enumerator Defines