public
Description: Lua binding to the discount C implementation of the Markdown text-to-html markup system
Homepage: http://asbradbury.org/projects/lua-discount/
Clone URL: git://github.com/asb/lua-discount.git
lua-discount / config.h
100644 13 lines (10 sloc) 0.247 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
#undef USE_AMALLOC
 
#ifdef WINDOWS
#define strcasecmp stricmp
#define strncasecmp strnicmp
#endif
 
#define DL_TAG_EXTENSION 1
#define TABSTOP 4
#define COINTOSS() (rand()&1)
#define INITRNG(x) srand((unsigned int)x)
#define RELAXED_EMPHASIS 1