#include <falcon/config.h>
Go to the source code of this file.
Defines | |
#define | _STR(x) #x |
#define | CDECL |
#define | DEFAULT_TEMP_DIR "/tmp" |
#define | DIR_SEP_CHR '/' |
#define | DIR_SEP_STR "/" |
#define | EXTERN_TEMPLATE |
#define | FALCON_DYN_CLASS |
#define | FALCON_DYN_SYM |
#define | FALCON_FUNC void |
#define | FALCON_FUNC_DYN_SYM FALCON_FUNC |
#define | FALCON_MODULE_TYPE extern "C" ::Falcon::Module * |
#define | FALCON_SERVICE |
#define | FALCON_SYS_EOL "\n" |
#define | LLFMT "ll" |
#define | STR(x) _STR(x) |
This file is responsible for inclusion of all the system or compiler specific resources. It should be directly or indirectly included by all the falcon inclusion files.
It should be included also (and mainly by) extension libraries, that will find here the macros needed to create dynamic link libraries under different systems.
#define _STR | ( | x | ) | #x |
#define CDECL |
#define DEFAULT_TEMP_DIR "/tmp" |
#define DIR_SEP_CHR '/' |
#define DIR_SEP_STR "/" |
#define EXTERN_TEMPLATE |
#define FALCON_DYN_CLASS |
#define FALCON_DYN_SYM |
#define FALCON_FUNC void |
#define FALCON_FUNC_DYN_SYM FALCON_FUNC |
#define FALCON_MODULE_TYPE extern "C" ::Falcon::Module * |
#define FALCON_SERVICE |
#define FALCON_SYS_EOL "\n" |
#define LLFMT "ll" |
#define STR | ( | x | ) | _STR(x) |