config.h 623 B

123456789101112131415161718192021222324252627
  1. /*
  2. * configuration for markdown, generated Mon Dec 5 22:48:15 GMT 2011
  3. * by mingo2@mingov
  4. */
  5. #ifndef __AC_MARKDOWN_D
  6. #define __AC_MARKDOWN_D 1
  7. #define OS_MINGW32_NT 1
  8. #define USE_DISCOUNT_DL 1
  9. #define DWORD unsigned long
  10. #define WORD unsigned short
  11. #define BYTE unsigned char
  12. #define HAVE_SRAND 1
  13. #define INITRNG(x) srand((unsigned int)x)
  14. #define HAVE_BZERO 1
  15. #define HAVE_RAND 1
  16. #define COINTOSS() (rand()&1)
  17. #define HAVE_STRCASECMP 1
  18. #define HAVE_STRNCASECMP 1
  19. #define HAVE_GETCWD 1
  20. #define TABSTOP 4
  21. #define HAVE_MALLOC_H 1
  22. #define PATH_FIND "/bin/find"
  23. #define PATH_SED "/bin/sed"
  24. #endif/* __AC_MARKDOWN_D */