mirror of
https://github.com/Orc/discount.git
synced 2026-09-25 04:10:00 +03:00
16 lines
211 B
Plaintext
16 lines
211 B
Plaintext
#include "config.h"
|
|
|
|
char markdown_version[] = BRANCH VERSION
|
|
#if @TABSTOP@ != 4
|
|
" TAB=@TABSTOP@"
|
|
#endif
|
|
#if USE_AMALLOC
|
|
" DEBUG"
|
|
#endif
|
|
#if CHECKBOX_AS_INPUT
|
|
" GHC=INPUT"
|
|
#else
|
|
" GHC=ENTITY"
|
|
#endif
|
|
;
|