- move some definitions around
[m6w6/ext-http] / http_request_datashare_api.c
index 0e7dbf6d8c172924c7b08fb9a628a15f60058baa..6c70f3f7f88fe8f47f288f239cbbfcf2f9d9df6f 100644 (file)
 #      include "php_http_persistent_handle_api.h"
 #endif
 
-#ifndef HAVE_CURL_SHARE_STRERROR
-#      define curl_share_strerror(dummy) "unknown error"
-#endif
-#ifndef HAVE_CURL_EASY_STRERROR
-#      define curl_easy_strerror(dummy) "unknown error"
-#endif
-
 #ifdef HTTP_HAVE_PERSISTENT_HANDLES
 #      define HTTP_CURL_SHARE_CTOR(ch) (SUCCESS == http_persistent_handle_acquire("http_request_datashare", &(ch)))
 #      define HTTP_CURL_SHARE_DTOR(chp) http_persistent_handle_release("http_request_datashare", (chp))