config.h 834 B

1234567891011121314151617181920212223242526272829303132333435
  1. /*
  2. * configuration for markdown, generated Fri Mar 11 09:57:13 GMT 2016
  3. * by mingo@mingo-Lenovo-G580
  4. */
  5. #ifndef __AC_MARKDOWN_D
  6. #define __AC_MARKDOWN_D 1
  7. #define OS_LINUX 1
  8. #define THEME_CF 1
  9. #define while(x) while( (x) != 0 )
  10. #define if(x) if( (x) != 0 )
  11. #define DWORD unsigned int
  12. #define WORD unsigned short
  13. #define BYTE unsigned char
  14. #define HAVE_BASENAME 1
  15. #define HAVE_LIBGEN_H 1
  16. #define HAVE_STDLIB_H 1
  17. #define HAVE_ALLOCA_H 1
  18. #define HAVE_PWD_H 1
  19. #define HAVE_GETPWUID 1
  20. #define HAVE_SRANDOM 1
  21. #define INITRNG(x) srandom((unsigned int)x)
  22. #define HAVE_BZERO 1
  23. #define HAVE_RANDOM 1
  24. #define COINTOSS() (random()&1)
  25. #define HAVE_STRCASECMP 1
  26. #define HAVE_STRNCASECMP 1
  27. #define HAVE_FCHDIR 1
  28. #define TABSTOP 4
  29. #define HAVE_MALLOC_H 1
  30. #define PATH_FIND "/usr/bin/find"
  31. #define PATH_SED "/bin/sed"
  32. #endif/* __AC_MARKDOWN_D */