00001 #ifndef _ZNZCONFIG_H_ 00002 #define _ZNZCONFIG_H_ 00003 00004 /* 00005 config.h - for znzlib 00006 00007 00008 ***** This code is released to the public domain. ***** 00009 00010 ***** Author: Mark Jenkinson, FMRIB Centre, University of Oxford ***** 00011 ***** Date: September 2004 ***** 00012 00013 ***** Neither the FMRIB Centre, the University of Oxford, nor any of ***** 00014 ***** its employees imply any warranty of usefulness of this software ***** 00015 ***** for any purpose, and do not assume any liability for damages, ***** 00016 ***** incidental or otherwise, caused by any use of this document. ***** 00017 00018 */ 00019 00020 /* 00021 00022 This file contains all the configuration variables for znzlib 00023 00024 */ 00025 00026 00027 /* comment out the following line if compression support is not wanted */ 00028 /* #define HAVE_ZLIB -- this is now defined via -DHAVE_ZLIB in Makefile */ 00029 00030 /* uncomment the following line is fdopen() exists for your compiler and compiler options */ 00031 /* #define HAVE_FDOPEN */ 00032 00033 /* for _ZNZCONFIG_H */ 00034 #endif