ARMacros.h 587 B

1234567891011121314151617181920212223242526272829303132
  1. //======================= DEBUG =======================//
  2. #ifndef SK_DEBUG_ACCOUNT
  3. //#define SK_DEBUG_ACCOUNT
  4. #endif
  5. #ifndef SK_DEBUG_DATA
  6. //#define SK_DEBUG_DATA
  7. #endif
  8. #ifndef SK_DEBUG_DOMAINS
  9. //#define SK_DEBUG_DOMAINS
  10. #endif
  11. #ifndef SK_DEBUG_GOOGLE_FACEBOOK
  12. //#define SK_DEBUG_GOOGLE_FACEBOOK
  13. #endif
  14. //====================== FUNCTION ======================//
  15. //加密
  16. #ifndef SK_FUNCTION_ENCRYPT
  17. //#define SK_FUNCTION_ENCRYPT
  18. #endif
  19. #ifndef FUNCTION_CHILDDEVICES
  20. #define FUNCTION_CHILDDEVICES
  21. #endif
  22. #ifndef FUNCTION_GOOGLE_FACEBOOK
  23. //#define FUNCTION_GOOGLE_FACEBOOK
  24. #endif