1234567891011121314151617181920212223242526272829303132 |
- //======================= DEBUG =======================//
- #ifndef SK_DEBUG_ACCOUNT
- //#define SK_DEBUG_ACCOUNT
- #endif
- #ifndef SK_DEBUG_DATA
- //#define SK_DEBUG_DATA
- #endif
- #ifndef SK_DEBUG_DOMAINS
- //#define SK_DEBUG_DOMAINS
- #endif
- #ifndef SK_DEBUG_GOOGLE_FACEBOOK
- //#define SK_DEBUG_GOOGLE_FACEBOOK
- #endif
- //====================== FUNCTION ======================//
- //加密
- #ifndef SK_FUNCTION_ENCRYPT
- //#define SK_FUNCTION_ENCRYPT
- #endif
- #ifndef FUNCTION_CHILDDEVICES
- #define FUNCTION_CHILDDEVICES
- #endif
- #ifndef FUNCTION_GOOGLE_FACEBOOK
- //#define FUNCTION_GOOGLE_FACEBOOK
- #endif
|