Mercurial > hg > fxanalyse
view config.h @ 185:bc980095a24d
Add scrambler option to KK data provider. Report KK counter version.
author | Daniele Nicolodi <daniele.nicolodi@obspm.fr> |
---|---|
date | Mon, 24 Feb 2014 13:16:52 +0100 |
parents | 97112b45b838 |
children | 6e64ac00303e |
line wrap: on
line source
#ifndef __CONFIG_H__ #define __CONFIG_H__ #define CONFIGFILE "FXAnalyse.ini" #define GetIniFilePath(path) \ do { \ char project[MAX_PATHNAME_LEN]; \ GetProjectDir(project); \ MakePathname(project, CONFIGFILE, path); \ } while (0) #endif