snp_config.h 911 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. #ifndef SNP_CONFIG_H
  2. #define SNP_CONFIG_H
  3. #define TEST_SNPRINTF 0
  4. #define HAVE_SNPRINTF 0
  5. #define HAVE_VSNPRINTF 0
  6. #define HAVE_ASPRINTF 0
  7. #define HAVE_VASPRINTF 0
  8. #define HAVE_STDARG_H 1
  9. #define HAVE_STDLIB_H 1
  10. #define HAVE_VA_COPY 0
  11. #define HAVE___VA_COPY 0
  12. #define HAVE_FLOAT_H 1
  13. #define HAVE_INTTYPES_H 1
  14. #define HAVE_LOCALE_H 0
  15. #define HAVE_STDDEF_H 1
  16. #define HAVE_STDINT_H 1
  17. #define HAVE_UNSIGNED_LONG_LONG_INT 1
  18. #define HAVE_UINTMAX_T 1
  19. #define HAVE_LONG_DOUBLE 0
  20. #define HAVE_LONG_LONG_INT 1
  21. #define HAVE_INTMAX_T 1
  22. #define HAVE_UINTPTR_T 1
  23. #define HAVE_PTRDIFF_T 1
  24. #define HAVE_LOCALECONV 0
  25. #define HAVE_LCONV_DECIMAL_POINT 0
  26. #define HAVE_LCONV_THOUSANDS_SEP 0
  27. #define LDOUBLE_MIN_10_EXP DBL_MIN_10_EXP
  28. #define LDOUBLE_MAX_10_EXP DBL_MAX_10_EXP
  29. #define rpl_snprintf snprintf
  30. #define rpl_vsnprintf vsnprintf
  31. #define rpl_vasprintf vasprintf
  32. #define rpl_asprintf asprintf
  33. #endif /* SNP_CONFIG_H */