potion  0.2
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
config.h
Go to the documentation of this file.
1 /* created by gmake -f config.mak */
2 #define POTION_MAJOR 0
3 #define POTION_MINOR 3
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"
13 #define POTION_EXE ""
14 #define POTION_DLL ".dylib"
15 #define POTION_LOADEXT ".bundle"
16 #define POTION_WIN32 0
17 #define POTION_JIT 1
18 #define POTION_JIT_TARGET POTION_X86
19 #define POTION_JIT_NAME x86
20 
21 #define HAVE_LIBUDIS86 1
22 #define JIT_DEBUG 1
23 #define DEBUG 1
24 
25 #define POTION_PLATFORM "x86_64-apple-darwin14"
26 #define POTION_LIBEXT ".a"
27 
28 #define PN_SIZE_T 8
29 #define LONG_SIZE_T 8
30 #define DOUBLE_SIZE_T 8
31 #define INT_SIZE_T 4
32 #define SHORT_SIZE_T 2
33 #define CHAR_SIZE_T 1
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
39 #ifndef SANDBOX
40 #define WITH_EXTERN 1
41 #endif