discount/version.c.in
2025-12-13 00:40:57 +04:00

16 lines
211 B
C

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