Go to the documentation of this file.
4 #define POTION_VERSION "0.3"
5 #define POTION_DATE "2015-02-24"
6 #define POTION_COMMIT "06b4ecf"
7 #define POTION_REV 1247
8 #define POTION_CC "gcc-mp-4.9"
9 #define POTION_CFLAGS "-D_GNU_SOURCE -fno-strict-aliasing -msse2 -DHAVE_LIBUDIS86 -DJIT_DEBUG -DDEBUG --param ssp-buffer-size=1 -g3 -fno-stack-protector -Wall -Wno-variadic-macros -Wno-pointer-arith -Wno-return-type -Wno-switch -Wno-unused-label"
10 #define POTION_LDFLAGS ""
11 #define POTION_MAKE "/Applications/Xcode.app/Contents/Developer/usr/bin/make"
12 #define POTION_PREFIX "/usr/local"
14 #define POTION_DLL ".dylib"
15 #define POTION_LOADEXT ".bundle"
16 #define POTION_WIN32 0
18 #define POTION_JIT_TARGET POTION_X86
19 #define POTION_JIT_NAME x86
21 #define HAVE_LIBUDIS86 1
25 #define POTION_PLATFORM "x86_64-apple-darwin14"
26 #define POTION_LIBEXT ".a"
30 #define DOUBLE_SIZE_T 8
32 #define SHORT_SIZE_T 2
34 #define LONGLONG_SIZE_T 8
35 #define PN_LITTLE_ENDIAN 1
36 #define POTION_PAGESIZE 4096
37 #define POTION_STACK_DIR -1
38 #define HAVE_ASAN_ATTR 1