00001 /* 00002 * 00003 * Copyright (C) 2013-2016 00004 * National Astronomical Observatory of Japan 00005 * 2-21-1, Osawa, Mitaka, Tokyo, 181-8588, Japan. 00006 * 00007 * This file is part of Sakura. 00008 * 00009 * Sakura is free software: you can redistribute it and/or modify it under 00010 * the terms of the GNU Lesser General Public License as published by the 00011 * Free Software Foundation, either version 3 of the License, or (at your 00012 * option) any later version. 00013 * 00014 * Sakura is distributed in the hope that it will be useful, but WITHOUT 00015 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 00016 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public 00017 * License for more details. 00018 * 00019 * You should have received a copy of the GNU Lesser General Public License 00020 * along with Sakura. If not, see <http://www.gnu.org/licenses/>. 00021 * 00022 */ 00023 #ifndef LIBSAKURA_LIBSAKURA_CONFIG_H_ 00024 #define LIBSAKURA_LIBSAKURA_CONFIG_H_ 00025 00026 #define LIBSAKURA_VERSION_MAJOR 3 00027 #define LIBSAKURA_VERSION_MINOR 0 00028 #define LIBSAKURA_VERSION_STRING "3.0" 00029 #ifndef LIBSAKURA_PREFIX 00030 # define LIBSAKURA_PREFIX sakura 00031 # define LIBSAKURA_PREFIX_STRING "sakura" 00032 #endif 00033 #define LIBSAKURA_CONCAT(x, y) x ## _ ## y 00034 #define LIBSAKURA_SYMBOL(x) LIBSAKURA_CONCAT(sakura, x) 00035 00036 #define LIBSAKURA_HAS_LOG4CXX 0 00037 00038 #endif /* LIBSAKURA_LIBSAKURA_CONFIG_H_ */