2019-10-18 09:05:08 -04:00
|
|
|
#define DLLEXPORT __attribute__((visibility("default")))
|
2006-07-07 00:07:18 -04:00
|
|
|
#define FACTOR_OS_STRING "macosx"
|
2019-10-18 09:05:11 -04:00
|
|
|
#define NULL_DLL "libfactor.dylib"
|
2006-07-07 00:07:18 -04:00
|
|
|
void init_signals(void);
|
|
|
|
|
void early_init(void);
|
2019-10-18 09:05:11 -04:00
|
|
|
const char *vm_executable_path(void);
|
2006-07-07 00:07:18 -04:00
|
|
|
const char *default_image_path(void);
|
2019-10-18 09:05:11 -04:00
|
|
|
#define UNKNOWN_TYPE_P(file) ((file)->d_type == DT_UNKNOWN)
|
|
|
|
|
#define DIRECTORY_P(file) ((file)->d_type == DT_DIR)
|