view config.h @ 232:52f882f39c16

Implement correction proportional to frequency in dedrift code Reorganize code and options handling
author Daniele Nicolodi <daniele.nicolodi@obspm.fr>
date Mon, 27 Oct 2014 18:08:17 +0100
parents 6e64ac00303e
children
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