2016-11-17 05:30:45 -08:00
|
|
|
#pragma once
|
|
|
|
|
2017-12-25 14:11:19 -08:00
|
|
|
#ifndef TRUE
|
|
|
|
#define TRUE 1
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef ON
|
|
|
|
#define ON 1
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef FALSE
|
|
|
|
#define FALSE 0
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef OFF
|
|
|
|
#define OFF 0
|
|
|
|
#endif
|
|
|
|
|
2016-11-17 05:30:45 -08:00
|
|
|
#define BUILD_CAPTIONS @BUILD_CAPTIONS@
|
2017-12-25 14:11:19 -08:00
|
|
|
#define ENABLE_SCRIPTING @ENABLE_SCRIPTING@
|
|
|
|
#define COMPILE_LUA @COMPILE_LUA@
|
|
|
|
#define COMPILE_PYTHON @COMPILE_PYTHON@
|