Mercurial > hg > minc-tools
view libsrc/minc_config.h @ 2679:c0a572a11ab9 default tip develop
Silence some warnings
author | Jordi Gutiérrez Hermoso <jordigh@octave.org> |
---|---|
date | Mon, 14 May 2012 17:37:56 -0400 (2012-05-14) |
parents | 8793cdffd21c |
children |
line wrap: on
line source
#ifndef _MINC_CONFIG_H_ #define _MINC_CONFIG_H_ #define MICFG_FORCE_V2 "MINC_FORCE_V2" #define MICFG_COMPRESS "MINC_COMPRESS" #define MICFG_CHUNKING "MINC_CHUNKING" #define MICFG_LOGFILE "MINC_LOGFILE" #define MICFG_LOGLEVEL "MINC_LOGLEVEL" #define MICFG_MAXBUF "MINC_MAX_FILE_BUFFER_KB" #define MICFG_MAXMEM "MINC_MAX_MEMORY_KB" extern int miget_cfg_bool(const char *); extern int miget_cfg_int(const char *); extern char * miget_cfg_str(const char *); #endif /* _MINC_CONFIG_H_ */