📄 funwavec_config.h.in
字号:
/* * Copyright (c) 2001-2005 Falk Feddersen * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * *//* funwaveC_config.h.in -> funwaveC_config.h after configure script runs Falk Feddersen */#ifndef FUNWAVEC_CONFIG_H /* FUNWAVEC_CONFIG_H */#define FUNWAVEC_CONFIG_H/* Version number major.minor.micro */#define FUNWAVEC_MAJOR_VERSION_NUMBER @FUNWAVEC_MAJOR_VERSION@#define FUNWAVEC_MINOR_VERSION_NUMBER @FUNWAVEC_MINOR_VERSION@#define FUNWAVEC_MICRO_VERSION_NUMBER @FUNWAVEC_MICRO_VERSION@/* Debug defines */#define DEBUGGING2 @DE_BUG2@ /* this comes from configure script *//* This define THREAD_YES is required if the multi-threaded components of the model are to be compiled in. The only time this may not be useful is when debugging. gdb appears to be buggy when run in a multi-threaded environment. If so, then the makefile has to be changed also to get rid of the -lpthread and gtk-config stuff */#define THREAD_YES @TH_YES@#endif /* FUNWAVEC_CONFIG_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -