funwavec_config.h

来自「波浪数值模拟」· C头文件 代码 · 共 55 行

H
55
字号
/* * 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   0#define FUNWAVEC_MINOR_VERSION_NUMBER   1#define FUNWAVEC_MICRO_VERSION_NUMBER   4/* Debug defines */#define DEBUGGING2 0   /* 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 1#endif /* FUNWAVEC_CONFIG_H */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?