ARMacros.h 643 B

123456789101112131415161718192021222324252627282930313233343536
  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_VIDEO
  12. //#define SK_DEBUG_VIDEO
  13. #endif
  14. #ifndef SK_DEBUG_GOOGLE_FACEBOOK
  15. //#define SK_DEBUG_GOOGLE_FACEBOOK
  16. #endif
  17. //====================== FUNCTION ======================//
  18. //加密
  19. #ifndef SK_FUNCTION_ENCRYPT
  20. //#define SK_FUNCTION_ENCRYPT
  21. #endif
  22. #ifndef FUNCTION_CHILDDEVICES
  23. #define FUNCTION_CHILDDEVICES
  24. #endif
  25. #ifndef FUNCTION_GOOGLE_FACEBOOK
  26. //#define FUNCTION_GOOGLE_FACEBOOK
  27. #endif