| 1234567891011121314151617181920212223242526272829303132333435 |
- /*
- * configuration for markdown, generated Fri Mar 11 09:57:13 GMT 2016
- * by mingo@mingo-Lenovo-G580
- */
- #ifndef __AC_MARKDOWN_D
- #define __AC_MARKDOWN_D 1
- #define OS_LINUX 1
- #define THEME_CF 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_STDLIB_H 1
- #define HAVE_ALLOCA_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 "/bin/sed"
- #endif/* __AC_MARKDOWN_D */
|