cg_default.h.in (1439B)
1 /* Copyright (C) 2018-2022 |Meso|Star> 2 * 3 * This program is free software: you can redistribute it and/or modify 4 * it under the terms of the GNU General Public License as published by 5 * the Free Software Foundation, either version 3 of the License, or 6 * (at your option) any later version. 7 * 8 * This program is distributed in the hope that it will be useful, 9 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 * GNU General Public License for more details. 12 * 13 * You should have received a copy of the GNU General Public License 14 * along with this program. If not, see <http://www.gnu.org/licenses/>. */ 15 16 #ifndef CG2_DEFAULT_H 17 #define CG2_DEFAULT_H 18 19 #define CG2_ARGS_DEFAULT_VERBOSITY_LEVEL @CG2_ARGS_DEFAULT_VERBOSITY_LEVEL@ 20 #define CG2_ARGS_BINARY_STL_DEFAULT @CG2_ARGS_BINARY_STL_DEFAULT@ 21 #define CG2_ARGS_STL_DEFAULT_STR @CG2_ARGS_STL_DEFAULT_STR@ 22 #define CG2_ARGS_STL_NON_DEFAULT_STR @CG2_ARGS_STL_NON_DEFAULT_STR@ 23 #define CG2_ARGS_CHANGE_BINARY_DEFAULT_OPTION '@CG2_ARGS_CHANGE_BINARY_DEFAULT_OPTION@' 24 #define CG2_CLOSE_NEIGHBOR_DISTANCE @CG2_CLOSE_NEIGHBOR_DISTANCE@ 25 #define CG2_MIN_DISTANCE_TO_MAP_LIMITS @CG2_MIN_DISTANCE_TO_MAP_LIMITS@ 26 #define CG2_MIN_WINDOWS_WIDTH @CG2_MIN_WINDOWS_WIDTH@ 27 #define CG2_GLAZING_THICKNESS @CG2_GLAZING_THICKNESS@ 28 #define CG2_ARGS_DEFAULT_STARDIS_FILES_BASENAME "@CG2_ARGS_DEFAULT_STARDIS_FILES_BASENAME@" 29 30 #endif