potion  0.2
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
config.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define POTION_MAJOR   0
 
#define POTION_MINOR   3
 
#define POTION_VERSION   "0.3"
 
#define POTION_DATE   "2015-02-24"
 
#define POTION_COMMIT   "06b4ecf"
 
#define POTION_REV   1247
 
#define POTION_CC   "gcc-mp-4.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"
 
#define POTION_LDFLAGS   ""
 
#define POTION_MAKE   "/Applications/Xcode.app/Contents/Developer/usr/bin/make"
 
#define POTION_PREFIX   "/usr/local"
 
#define POTION_EXE   ""
 
#define POTION_DLL   ".dylib"
 
#define POTION_LOADEXT   ".bundle"
 
#define POTION_WIN32   0
 
#define POTION_JIT   1
 
#define POTION_JIT_TARGET   POTION_X86
 
#define POTION_JIT_NAME   x86
 
#define HAVE_LIBUDIS86   1
 
#define JIT_DEBUG   1
 
#define DEBUG   1
 
#define POTION_PLATFORM   "x86_64-apple-darwin14"
 
#define POTION_LIBEXT   ".a"
 
#define PN_SIZE_T   8
 
#define LONG_SIZE_T   8
 
#define DOUBLE_SIZE_T   8
 
#define INT_SIZE_T   4
 
#define SHORT_SIZE_T   2
 
#define CHAR_SIZE_T   1
 
#define LONGLONG_SIZE_T   8
 
#define PN_LITTLE_ENDIAN   1
 
#define POTION_PAGESIZE   4096
 
#define POTION_STACK_DIR   -1
 
#define HAVE_ASAN_ATTR   1
 
#define WITH_EXTERN   1
 

Macro Definition Documentation

#define POTION_MAJOR   0

Definition at line 2 of file config.h.

#define POTION_MINOR   3

Definition at line 3 of file config.h.

#define POTION_VERSION   "0.3"

Definition at line 4 of file config.h.

#define POTION_DATE   "2015-02-24"

Definition at line 5 of file config.h.

#define POTION_COMMIT   "06b4ecf"

Definition at line 6 of file config.h.

#define POTION_REV   1247

Definition at line 7 of file config.h.

#define POTION_CC   "gcc-mp-4.9"

Definition at line 8 of file config.h.

#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"

Definition at line 9 of file config.h.

#define POTION_LDFLAGS   ""

Definition at line 10 of file config.h.

#define POTION_MAKE   "/Applications/Xcode.app/Contents/Developer/usr/bin/make"

Definition at line 11 of file config.h.

#define POTION_PREFIX   "/usr/local"

Definition at line 12 of file config.h.

#define POTION_EXE   ""

Definition at line 13 of file config.h.

#define POTION_DLL   ".dylib"

Definition at line 14 of file config.h.

#define POTION_LOADEXT   ".bundle"

Definition at line 15 of file config.h.

#define POTION_WIN32   0

Definition at line 16 of file config.h.

#define POTION_JIT   1

Definition at line 17 of file config.h.

#define POTION_JIT_TARGET   POTION_X86

Definition at line 18 of file config.h.

#define POTION_JIT_NAME   x86

Definition at line 19 of file config.h.

#define HAVE_LIBUDIS86   1

Definition at line 21 of file config.h.

#define JIT_DEBUG   1

Definition at line 22 of file config.h.

#define DEBUG   1

Definition at line 23 of file config.h.

#define POTION_PLATFORM   "x86_64-apple-darwin14"

Definition at line 25 of file config.h.

#define POTION_LIBEXT   ".a"

Definition at line 26 of file config.h.

#define PN_SIZE_T   8

Definition at line 28 of file config.h.

#define LONG_SIZE_T   8

Definition at line 29 of file config.h.

#define DOUBLE_SIZE_T   8

Definition at line 30 of file config.h.

#define INT_SIZE_T   4

Definition at line 31 of file config.h.

#define SHORT_SIZE_T   2

Definition at line 32 of file config.h.

#define CHAR_SIZE_T   1

Definition at line 33 of file config.h.

#define LONGLONG_SIZE_T   8

Definition at line 34 of file config.h.

#define PN_LITTLE_ENDIAN   1

Definition at line 35 of file config.h.

#define POTION_PAGESIZE   4096

Definition at line 36 of file config.h.

#define POTION_STACK_DIR   -1

Definition at line 37 of file config.h.

#define HAVE_ASAN_ATTR   1

Definition at line 38 of file config.h.

#define WITH_EXTERN   1

Definition at line 40 of file config.h.