config.h

来自「DTMK软件开发包,此为开源软件,是一款很好的医学图像开发资源.」· C头文件 代码 · 共 35 行

H
35
字号
#ifndef _ZNZCONFIG_H_
#define _ZNZCONFIG_H_

/*
config.h - for znzlib


*****            This code is released to the public domain.            *****

*****  Author: Mark Jenkinson, FMRIB Centre, University of Oxford       *****
*****  Date:   September 2004                                           *****

*****  Neither the FMRIB Centre, the University of Oxford, nor any of   *****
*****  its employees imply any warranty of usefulness of this software  *****
*****  for any purpose, and do not assume any liability for damages,    *****
*****  incidental or otherwise, caused by any use of this document.     *****

*/

/*

This file contains all the configuration variables for znzlib

*/


/* comment out the following line if compression support is not wanted */
/* #define HAVE_ZLIB   -- this is now defined via -DHAVE_ZLIB in Makefile */

/* uncomment the following line is fdopen() exists for your compiler and compiler options */
/* #define HAVE_FDOPEN */

/* for _ZNZCONFIG_H */
#endif

⌨️ 快捷键说明

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