12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- #ifndef ASI_DEBUG_LOG
- #define ASI_DEBUG_LOG NSLog
- #endif
- #ifndef DEBUG_REQUEST_STATUS
- #define DEBUG_REQUEST_STATUS 0
- #endif
- #ifndef DEBUG_FORM_DATA_REQUEST
- #define DEBUG_FORM_DATA_REQUEST 0
- #endif
- #ifndef DEBUG_THROTTLING
- #define DEBUG_THROTTLING 0
- #endif
- #ifndef DEBUG_PERSISTENT_CONNECTIONS
- #define DEBUG_PERSISTENT_CONNECTIONS 0
- #endif
- #ifndef DEBUG_HTTP_AUTHENTICATION
- #define DEBUG_HTTP_AUTHENTICATION 0
- #endif
|