File: config.h

package info (click to toggle)
lua-discount 2.1.8-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 224 kB
  • sloc: ansic: 2,976; makefile: 38
file content (12 lines) | stat: -rw-r--r-- 245 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#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