config.h 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. /*
  2. * configuration for markdown, generated Wed 20 Jan 2021 01:01:22 AM EET
  3. * by sveta@habl
  4. */
  5. #ifndef __AC_MARKDOWN_D
  6. #define __AC_MARKDOWN_D 1
  7. #define OS_LINUX 1
  8. #define THEME_CF 1
  9. #define HAS_GIT 1
  10. #define DESTRUCTOR __attribute__((__destructor__))
  11. #define while(x) while( (x) != 0 )
  12. #define if(x) if( (x) != 0 )
  13. #define HAVE_INTTYPES_H 1
  14. #define HAVE_UINT32_T 1
  15. #define HAVE_UINT16_T 1
  16. #define HAVE_UINT8_T 1
  17. #define DWORD uint32_t
  18. #define WORD uint16_t
  19. #define BYTE uint8_t
  20. #define HAVE_BASENAME 1
  21. #define HAVE_LIBGEN_H 1
  22. #define HAVE_STDLIB_H 1
  23. #define HAVE_ALLOCA_H 1
  24. #define HAVE_SYS_TYPES_H 1
  25. #define HAVE_PWD_H 1
  26. #define HAVE_GETPWUID 1
  27. #define HAVE_SYS_STAT_H 1
  28. #define HAVE_STAT 1
  29. #define HAS_ISSOCK 1
  30. #define HAS_ISCHR 1
  31. #define HAS_ISFIFO 1
  32. #define HAVE_SRANDOM 1
  33. #define INITRNG(x) srandom((unsigned int)x)
  34. #define HAVE_MEMSET 1
  35. #define HAVE_RANDOM 1
  36. #define COINTOSS() (random()&1)
  37. #define HAVE_STRCASECMP 1
  38. #define HAVE_STRNCASECMP 1
  39. #define HAVE_FCHDIR 1
  40. #define TABSTOP 4
  41. #define CHECKBOX_AS_INPUT 1
  42. #define HAVE_MALLOC_H 1
  43. #define PATH_FIND "/bin/find"
  44. #define PATH_SED "/bin/sed"
  45. #endif/* __AC_MARKDOWN_D */