Sha256: f990af467bcaa8a28aef7fd38653747cdfb958f080ba7c02aa8d969b9b58c678
Contents?: true
Size: 360 Bytes
Versions: 39
Compression:
Stored size: 360 Bytes
Contents
/* rdiscount extension configuration */ #undef USE_AMALLOC #define TABSTOP 4 #if HAVE_RANDOM #define COINTOSS() (random()&1) #elif HAVE_RAND #define COINTOSS() (rand()&1) #endif #if HAVE_SRANDOM #define INITRNG(x) srandom((unsigned int)x) #elif HAVE_SRAND #define INITRNG(x) srand((unsigned int)x) #endif #define RELAXED_EMPHASIS 1 #define SUPERSCRIPT 1
Version data entries
39 entries across 36 versions & 4 rubygems