12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- /*
- * configuration for markdown, generated Wed 20 Jan 2021 01:01:22 AM EET
- * by sveta@habl
- */
- #ifndef __AC_MARKDOWN_D
- #define __AC_MARKDOWN_D 1
- #define OS_LINUX 1
- #define THEME_CF 1
- #define HAS_GIT 1
- #define DESTRUCTOR __attribute__((__destructor__))
- #define while(x) while( (x) != 0 )
- #define if(x) if( (x) != 0 )
- #define HAVE_INTTYPES_H 1
- #define HAVE_UINT32_T 1
- #define HAVE_UINT16_T 1
- #define HAVE_UINT8_T 1
- #define DWORD uint32_t
- #define WORD uint16_t
- #define BYTE uint8_t
- #define HAVE_BASENAME 1
- #define HAVE_LIBGEN_H 1
- #define HAVE_STDLIB_H 1
- #define HAVE_ALLOCA_H 1
- #define HAVE_SYS_TYPES_H 1
- #define HAVE_PWD_H 1
- #define HAVE_GETPWUID 1
- #define HAVE_SYS_STAT_H 1
- #define HAVE_STAT 1
- #define HAS_ISSOCK 1
- #define HAS_ISCHR 1
- #define HAS_ISFIFO 1
- #define HAVE_SRANDOM 1
- #define INITRNG(x) srandom((unsigned int)x)
- #define HAVE_MEMSET 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 CHECKBOX_AS_INPUT 1
- #define HAVE_MALLOC_H 1
- #define PATH_FIND "/bin/find"
- #define PATH_SED "/bin/sed"
- #endif/* __AC_MARKDOWN_D */
|