summaryrefslogtreecommitdiff
path: root/src/lib/efl/Efl_Config.h.in
blob: 56732f2c1c15ab794c931463d30f30ba6f595b40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef EFL_CONFIG_H
#define EFL_CONFIG_H

/* Add -DEFL_API_OVERRIDE ot your CFLAGS to override the default
 * installed api set and then fter that -DEFL_NOLEGACY_API_SUPPORT
 * as desired
 */
#ifndef EFL_API_OVERRIDE 
@EFL_API_LEGACY_DEF@
#endif

#define EFL_VERSION_MAJOR @EFL_VERSION_MAJOR@
#define EFL_VERSION_MINOR @EFL_VERSION_MINOR@
#define EFL_VERSION_MICRO @EFL_VERSION_MICRO@
#define EFL_BUILD_ID "@EFL_BUILD_ID@"

#endif