Current section
Files
Jump to
Current section
Files
discount_src/config.h
/*
* configuration for markdown, generated Fr 6. Feb 22:07:23 CET 2015
* by chris@kattegat
*/
#ifndef __AC_MARKDOWN_D
#define __AC_MARKDOWN_D 1
#define OS_LINUX 1
#define USE_EXTRA_DL 1
#define USE_DISCOUNT_DL 1
#define WITH_FENCED_CODE 1
#define WITH_ID_ANCHOR 1
#define WITH_GITHUB_TAGS 1
#define while(x) while( (x) != 0 )
#define if(x) if( (x) != 0 )
#define DWORD unsigned int
#define WORD unsigned short
#define BYTE unsigned char
#define HAVE_BASENAME 1
#define HAVE_LIBGEN_H 1
#define HAVE_PWD_H 1
#define HAVE_GETPWUID 1
#define HAVE_SRANDOM 1
#define INITRNG(x) srandom((unsigned int)x)
#define HAVE_BZERO 1
#define HAVE_RANDOM 1
#define COINTOSS() (random()&1)
#define HAVE_STRCASECMP 1
#define HAVE_STRNCASECMP 1
#define HAVE_FCHDIR 1
#define TABSTOP 4
#define HAVE_MALLOC_H 1
#define PATH_FIND "/usr/bin/find"
#define PATH_SED "/usr/bin/sed"
#endif/* __AC_MARKDOWN_D */