_config.h 167 B

123456789
  1. #pragma once
  2. #if __has_include(<unicode/std_string.h>)
  3. #define JVALIDATE_HAS_ICU
  4. #endif
  5. #if __has_include(<ada/idna/to_unicode.h>)
  6. #define JVALIDATE_HAS_IDNA
  7. #endif