Config.h
Go to the documentation of this file.
1 /* Copyright (C) 2008 National Institute For Space Research (INPE) - Brazil.
2 
3  This file is part of TerraView - A Free and Open Source GIS Application.
4 
5  TerraView is free software: you can redistribute it and/or modify
6  it under the terms of the GNU General Public License as published by
7  the Free Software Foundation, either version 3 of the License,
8  or (at your option) any later version.
9 
10  TerraView is distributed in the hope that it will be useful,
11  but WITHOUT ANY WARRANTY; without even the implied warranty of
12  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13  GNU General Public License for more details.
14 
15  You should have received a copy of the GNU General Public License
16  along with TerraLib Code Editor. See COPYING. If not, write to
17  TerraLib Team at <terralib-team@dpi.inpe.br>.
18  */
19 
20 /*!
21  \file terraview/Config.h
22 
23  \brief Proxy configuration file for TerraView (see terraview_config.h).
24 
25  \author Gilberto Ribeiro de Queiroz <gribeiro@dpi.inpe.br>
26  \author Juan C. P. Garrido <juan@dpi.inpe.br>
27 */
28 
29 #ifndef __TERRAVIEW_INTERNAL_CONFIG_H
30 #define __TERRAVIEW_INTERNAL_CONFIG_H
31 
32 // TerraView
33 #include "terraview_config.h"
34 
35 /*!
36  \def TERRALIB_APPLICATION_CONFIG_FILE
37 
38  \brief The file that contains the application plugins.
39 */
40 #define TERRAVIEW_APPLICATION_CONFIG_FILE "share/terraview/config/config.xml"
41 
42 #endif // __TERRAVIEW_INTERNAL_CONFIG_H