Help for this page

Select Code to Download


  1. or download this
    In file included from Curl.xs:581:0:
    curlopt-constants.c: In function 'constant':
    curlopt-constants.c:19:58: warning: 'return' with no value, in functio
    +n returning non-void
                 if (strEQ(name, "DID_MEMORY_FUNC_TYPEDEFS")) return CURL_
    +DID_MEMORY_FUNC_TYPEDEFS;
    
  2. or download this
    #include "curlopt-constants.c"
    
  3. or download this
    #undef CURL_DID_MEMORY_FUNC_TYPEDEFS
    #define CURL_DID_MEMORY_FUNC_TYPEDEFS 0
    #include "curlopt-constants.c"