config~1.in

来自「一百个病毒的源代码 包括熊猫烧香等 极其具有研究价值」· IN 代码 · 共 43 行

IN
43
字号
/* config.h.in -- Compile time optionsCopyright 2000 Minoru Development Corporation.This program is free software; you can redistribute it and/or modify itunder the terms of the GNU General Public License version 2 as publishedby the Free Software Foundation.This program is distributed in the hope that it will be useful,but WITHOUT ANY WARRANTY; without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See theGNU General Public License for more details.You should have received a copy of the GNU General Public Licensealong with this program; if not, write to the Free SoftwareFoundation, 59 Temple Place - Suite 330,Boston, MA 02111-1307, USA.Contact:  Brian Bray	  http://www.minoru-development.com          mailto:brianbr@openhealth.com*//* Define if you have the ANSI C header files.  */#undef STDC_HEADERS/* Define if you have the <bw/string.h> header file.  */#undef HAVE_BW_STRING_H/* Define if you have the bw library (-lbw).  */#undef HAVE_LIBBW/* Define if you have the dl library (-ldl).  */#undef HAVE_LIBDL/* Location of prefix */#define INSTPREFIX @INSTPREFIX@/* Software version */#define VERSION @VERSION@

⌨️ 快捷键说明

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