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

Version Path
challah-1.0.0.beta vendor/bundle/gems/rdiscount-1.6.8/ext/config.h
challah-0.9.1.beta.3 vendor/bundle/gems/rdiscount-1.6.8/ext/config.h
challah-0.9.1.beta vendor/bundle/gems/rdiscount-1.6.8/ext/config.h
challah-0.9.0 vendor/bundle/gems/rdiscount-1.6.8/ext/config.h
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.0.pre/vendor/bundle/gems/rdiscount-1.6.8/ext/config.h
challah-rolls-0.2.0 vendor/bundle/gems/rdiscount-1.6.8/ext/config.h
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.3/vendor/bundle/gems/rdiscount-1.6.8/ext/config.h
challah-0.8.3 vendor/bundle/gems/rdiscount-1.6.8/ext/config.h
challah-0.8.1 vendor/bundle/gems/rdiscount-1.6.8/ext/config.h
challah-rolls-0.1.0 vendor/bundle/gems/challah-0.8.0.pre/vendor/bundle/gems/rdiscount-1.6.8/ext/config.h
challah-rolls-0.1.0 vendor/bundle/gems/rdiscount-1.6.8/ext/config.h
challah-0.8.0.pre vendor/bundle/gems/rdiscount-1.6.8/ext/config.h
challah-0.7.1 vendor/bundle/gems/rdiscount-1.6.8/ext/config.h
challah-0.7.0 vendor/bundle/gems/rdiscount-1.6.8/ext/config.h
challah-0.7.0.pre2 vendor/bundle/gems/rdiscount-1.6.8/ext/config.h
challah-0.7.0.pre vendor/bundle/gems/rdiscount-1.6.8/ext/config.h
challah-0.6.2 vendor/bundle/gems/rdiscount-1.6.8/ext/config.h
challah-0.6.1 vendor/bundle/gems/rdiscount-1.6.8/ext/config.h
resque-pool-0.3.0 vendor/bundle/ruby/1.8/gems/rdiscount-1.6.8/ext/config.h
challah-0.6.0 vendor/bundle/gems/rdiscount-1.6.8/ext/config.h