8#ifndef __stir_deprecated_H__
9#define __stir_deprecated_H__
20#if defined(__GNUC__) || defined(__clang__)
21# define STIR_DEPRECATED __attribute__((deprecated))
22#elif defined(_MSC_VER)
23# define STIR_DEPRECATED __declspec(deprecated)
25# pragma message("WARNING: You need to implement DEPRECATED for this compiler")
26# define STIR_DEPRECATED
basic configuration include file