find_executable: checking for curl-config… ——————– yes


have_constant: checking for curlinfo_redirect_time… ——————– yes

“gcc -o conftest -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g conftest.c -L. -L/usr/lib64 -L. -Wl,-z,relro -fstack-protector -rdynamic -Wl,-export-dynamic -m64 -lruby -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl” checked program was:

begin

1: include “ruby.h” 2: 3: int main(int argc, char **argv) 4: { 5: return 0; 6: }

end

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLINFO_REDIRECT_TIME;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLINFO_REDIRECT_TIME; 6: return 0; 7: } /* end */


have_constant: checking for curlinfo_response_code… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLINFO_RESPONSE_CODE;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLINFO_RESPONSE_CODE; 6: return 0; 7: } /* end */


have_constant: checking for curlinfo_filetime… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLINFO_FILETIME;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLINFO_FILETIME; 6: return 0; 7: } /* end */


have_constant: checking for curlinfo_redirect_count… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLINFO_REDIRECT_COUNT;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLINFO_REDIRECT_COUNT; 6: return 0; 7: } /* end */


have_constant: checking for curlinfo_os_errno… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLINFO_OS_ERRNO;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLINFO_OS_ERRNO; 6: return 0; 7: } /* end */


have_constant: checking for curlinfo_num_connects… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLINFO_NUM_CONNECTS;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLINFO_NUM_CONNECTS; 6: return 0; 7: } /* end */


have_constant: checking for curlinfo_ftp_entry_path… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLINFO_FTP_ENTRY_PATH;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLINFO_FTP_ENTRY_PATH; 6: return 0; 7: } /* end */


have_constant: checking for curl_version_ssl… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURL_VERSION_SSL;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURL_VERSION_SSL; 6: return 0; 7: } /* end */


have_constant: checking for curl_version_libz… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURL_VERSION_LIBZ;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURL_VERSION_LIBZ; 6: return 0; 7: } /* end */


have_constant: checking for curl_version_ntlm… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURL_VERSION_NTLM;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURL_VERSION_NTLM; 6: return 0; 7: } /* end */


have_constant: checking for curl_version_gssnegotiate… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURL_VERSION_GSSNEGOTIATE;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURL_VERSION_GSSNEGOTIATE; 6: return 0; 7: } /* end */


have_constant: checking for curl_version_debug… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURL_VERSION_DEBUG;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURL_VERSION_DEBUG; 6: return 0; 7: } /* end */


have_constant: checking for curl_version_asynchdns… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURL_VERSION_ASYNCHDNS;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURL_VERSION_ASYNCHDNS; 6: return 0; 7: } /* end */


have_constant: checking for curl_version_spnego… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURL_VERSION_SPNEGO;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURL_VERSION_SPNEGO; 6: return 0; 7: } /* end */


have_constant: checking for curl_version_largefile… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURL_VERSION_LARGEFILE;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURL_VERSION_LARGEFILE; 6: return 0; 7: } /* end */


have_constant: checking for curl_version_idn… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURL_VERSION_IDN;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURL_VERSION_IDN; 6: return 0; 7: } /* end */


have_constant: checking for curl_version_sspi… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURL_VERSION_SSPI;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURL_VERSION_SSPI; 6: return 0; 7: } /* end */


have_constant: checking for curl_version_conv… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURL_VERSION_CONV;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURL_VERSION_CONV; 6: return 0; 7: } /* end */


have_constant: checking for curlproxy_http… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLPROXY_HTTP;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLPROXY_HTTP; 6: return 0; 7: } /* end */


have_constant: checking for curlproxy_socks4… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLPROXY_SOCKS4;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLPROXY_SOCKS4; 6: return 0; 7: } /* end */


have_constant: checking for curlproxy_socks5… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLPROXY_SOCKS5;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLPROXY_SOCKS5; 6: return 0; 7: } /* end */


have_constant: checking for curlauth_basic… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLAUTH_BASIC;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLAUTH_BASIC; 6: return 0; 7: } /* end */


have_constant: checking for curlauth_digest… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLAUTH_DIGEST;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLAUTH_DIGEST; 6: return 0; 7: } /* end */


have_constant: checking for curlauth_gssnegotiate… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLAUTH_GSSNEGOTIATE;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLAUTH_GSSNEGOTIATE; 6: return 0; 7: } /* end */


have_constant: checking for curlauth_ntlm… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLAUTH_NTLM;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLAUTH_NTLM; 6: return 0; 7: } /* end */


have_constant: checking for curlauth_anysafe… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLAUTH_ANYSAFE;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLAUTH_ANYSAFE; 6: return 0; 7: } /* end */


have_constant: checking for curlauth_any… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLAUTH_ANY;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLAUTH_ANY; 6: return 0; 7: } /* end */


have_constant: checking for curle_tftp_notfound… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLE_TFTP_NOTFOUND;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLE_TFTP_NOTFOUND; 6: return 0; 7: } /* end */


have_constant: checking for curle_tftp_perm… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLE_TFTP_PERM;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLE_TFTP_PERM; 6: return 0; 7: } /* end */


have_constant: checking for curle_tftp_diskfull… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLE_TFTP_DISKFULL;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLE_TFTP_DISKFULL; 6: return 0; 7: } /* end */


have_constant: checking for curle_tftp_illegal… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLE_TFTP_ILLEGAL;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLE_TFTP_ILLEGAL; 6: return 0; 7: } /* end */


have_constant: checking for curle_tftp_unknownid… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLE_TFTP_UNKNOWNID;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLE_TFTP_UNKNOWNID; 6: return 0; 7: } /* end */


have_constant: checking for curle_tftp_exists… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLE_TFTP_EXISTS;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLE_TFTP_EXISTS; 6: return 0; 7: } /* end */


have_constant: checking for curle_tftp_nosuchuser… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLE_TFTP_NOSUCHUSER;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLE_TFTP_NOSUCHUSER; 6: return 0; 7: } /* end */


have_constant: checking for curle_send_fail_rewind… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLE_SEND_FAIL_REWIND;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLE_SEND_FAIL_REWIND; 6: return 0; 7: } /* end */


have_constant: checking for curle_ssl_engine_initfailed… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLE_SSL_ENGINE_INITFAILED;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLE_SSL_ENGINE_INITFAILED; 6: return 0; 7: } /* end */


have_constant: checking for curle_login_denied… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLE_LOGIN_DENIED;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLE_LOGIN_DENIED; 6: return 0; 7: } /* end */


have_constant: checking for curlmopt_maxconnects… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLMOPT_MAXCONNECTS;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLMOPT_MAXCONNECTS; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_seekfunction… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_SEEKFUNCTION;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_SEEKFUNCTION; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_seekdata… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_SEEKDATA;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_SEEKDATA; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_sockoptfunction… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_SOCKOPTFUNCTION;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_SOCKOPTFUNCTION; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_sockoptdata… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_SOCKOPTDATA;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_SOCKOPTDATA; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_opensocketfunction… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_OPENSOCKETFUNCTION;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_OPENSOCKETFUNCTION; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_opensocketdata… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_OPENSOCKETDATA;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_OPENSOCKETDATA; 6: return 0; 7: } /* end */


have_constant: checking for curle_conv_failed… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLE_CONV_FAILED;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLE_CONV_FAILED; 6: return 0; 7: } /* end */


have_constant: checking for curle_conv_reqd… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLE_CONV_REQD;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLE_CONV_REQD; 6: return 0; 7: } /* end */


have_constant: checking for curle_ssl_cacert_badfile… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLE_SSL_CACERT_BADFILE;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLE_SSL_CACERT_BADFILE; 6: return 0; 7: } /* end */


have_constant: checking for curle_remote_file_not_found… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLE_REMOTE_FILE_NOT_FOUND;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLE_REMOTE_FILE_NOT_FOUND; 6: return 0; 7: } /* end */


have_constant: checking for curle_ssh… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLE_SSH;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLE_SSH; 6: return 0; 7: } /* end */


have_constant: checking for curle_ssl_shutdown_failed… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLE_SSL_SHUTDOWN_FAILED;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLE_SSL_SHUTDOWN_FAILED; 6: return 0; 7: } /* end */


have_constant: checking for curle_again… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLE_AGAIN;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLE_AGAIN; 6: return 0; 7: } /* end */


have_constant: checking for curle_ssl_crl_badfile… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLE_SSL_CRL_BADFILE;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLE_SSL_CRL_BADFILE; 6: return 0; 7: } /* end */


have_constant: checking for curle_ssl_issuer_error… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLE_SSL_ISSUER_ERROR;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLE_SSL_ISSUER_ERROR; 6: return 0; 7: } /* end */


have_constant: checking for curlinfo_redirect_url… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLINFO_REDIRECT_URL;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLINFO_REDIRECT_URL; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_username… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_USERNAME;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_USERNAME; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_password… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_PASSWORD;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_PASSWORD; 6: return 0; 7: } /* end */


have_constant: checking for curlinfo_primary_ip… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLINFO_PRIMARY_IP;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLINFO_PRIMARY_IP; 6: return 0; 7: } /* end */


have_constant: checking for curlauth_digest_ie… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLAUTH_DIGEST_IE;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLAUTH_DIGEST_IE; 6: return 0; 7: } /* end */


have_constant: checking for curlftpmethod_multicwd… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLFTPMETHOD_MULTICWD;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLFTPMETHOD_MULTICWD; 6: return 0; 7: } /* end */


have_constant: checking for curlftpmethod_nocwd… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLFTPMETHOD_NOCWD;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLFTPMETHOD_NOCWD; 6: return 0; 7: } /* end */


have_constant: checking for curlftpmethod_singlecwd… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLFTPMETHOD_SINGLECWD;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLFTPMETHOD_SINGLECWD; 6: return 0; 7: } /* end */


have_constant: checking for curlm_bad_socket… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLM_BAD_SOCKET;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLM_BAD_SOCKET; 6: return 0; 7: } /* end */


have_constant: checking for curlm_unknown_option… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLM_UNKNOWN_OPTION;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLM_UNKNOWN_OPTION; 6: return 0; 7: } /* end */


have_func: checking for curl_multi_timeout()… ——————– yes

“gcc -o conftest -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g conftest.c -L. -L/usr/lib64 -L. -Wl,-z,relro -fstack-protector -rdynamic -Wl,-export-dynamic -m64 -lruby -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl” conftest.c: In function 't': conftest.c:5:57: error: 'curl_multi_timeout' undeclared (first use in this function)

int t(void) { void ((*volatile p)()); p = (void ((*)()))curl_multi_timeout; return 0; }
                                                        ^

conftest.c:5:57: note: each undeclared identifier is reported only once for each function it appears in conftest.c:5:32: warning: variable 'p' set but not used [-Wunused-but-set-variable]

int t(void) { void ((*volatile p)()); p = (void ((*)()))curl_multi_timeout; return 0; }
                               ^

checked program was: /* begin */

1: #include "ruby.h"
2: 
3: /*top*/
4: extern int t(void);
5: int t(void) { void ((*volatile p)()); p = (void ((*)()))curl_multi_timeout; return 0; }
6: int main(int argc, char **argv)
7: {
8:   if (argc > 1000000) {
9:     printf("%p", &t);

10: } 11: 12: return 0; 13: } /* end */

“gcc -o conftest -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g conftest.c -L. -L/usr/lib64 -L. -Wl,-z,relro -fstack-protector -rdynamic -Wl,-export-dynamic -m64 -lruby -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl” conftest.c: In function 't': conftest.c:5:1: warning: implicit declaration of function 'curl_multi_timeout' [-Wimplicit-function-declaration]

int t(void) { curl_multi_timeout(); return 0; }
^

checked program was: /* begin */

1: #include "ruby.h"
2: 
3: /*top*/
4: extern int t(void);
5: int t(void) { curl_multi_timeout(); return 0; }
6: int main(int argc, char **argv)
7: {
8:   if (argc > 1000000) {
9:     printf("%p", &t);

10: } 11: 12: return 0; 13: } /* end */


have_func: checking for curl_multi_fdset()… ——————– yes

“gcc -o conftest -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g conftest.c -L. -L/usr/lib64 -L. -Wl,-z,relro -fstack-protector -rdynamic -Wl,-export-dynamic -m64 -lruby -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl” conftest.c: In function 't': conftest.c:5:57: error: 'curl_multi_fdset' undeclared (first use in this function)

int t(void) { void ((*volatile p)()); p = (void ((*)()))curl_multi_fdset; return 0; }
                                                        ^

conftest.c:5:57: note: each undeclared identifier is reported only once for each function it appears in conftest.c:5:32: warning: variable 'p' set but not used [-Wunused-but-set-variable]

int t(void) { void ((*volatile p)()); p = (void ((*)()))curl_multi_fdset; return 0; }
                               ^

checked program was: /* begin */

1: #include "ruby.h"
2: 
3: /*top*/
4: extern int t(void);
5: int t(void) { void ((*volatile p)()); p = (void ((*)()))curl_multi_fdset; return 0; }
6: int main(int argc, char **argv)
7: {
8:   if (argc > 1000000) {
9:     printf("%p", &t);

10: } 11: 12: return 0; 13: } /* end */

“gcc -o conftest -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g conftest.c -L. -L/usr/lib64 -L. -Wl,-z,relro -fstack-protector -rdynamic -Wl,-export-dynamic -m64 -lruby -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl” conftest.c: In function 't': conftest.c:5:1: warning: implicit declaration of function 'curl_multi_fdset' [-Wimplicit-function-declaration]

int t(void) { curl_multi_fdset(); return 0; }
^

checked program was: /* begin */

1: #include "ruby.h"
2: 
3: /*top*/
4: extern int t(void);
5: int t(void) { curl_multi_fdset(); return 0; }
6: int main(int argc, char **argv)
7: {
8:   if (argc > 1000000) {
9:     printf("%p", &t);

10: } 11: 12: return 0; 13: } /* end */


have_func: checking for curl_multi_perform()… ——————– yes

“gcc -o conftest -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g conftest.c -L. -L/usr/lib64 -L. -Wl,-z,relro -fstack-protector -rdynamic -Wl,-export-dynamic -m64 -lruby -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl” conftest.c: In function 't': conftest.c:5:57: error: 'curl_multi_perform' undeclared (first use in this function)

int t(void) { void ((*volatile p)()); p = (void ((*)()))curl_multi_perform; return 0; }
                                                        ^

conftest.c:5:57: note: each undeclared identifier is reported only once for each function it appears in conftest.c:5:32: warning: variable 'p' set but not used [-Wunused-but-set-variable]

int t(void) { void ((*volatile p)()); p = (void ((*)()))curl_multi_perform; return 0; }
                               ^

checked program was: /* begin */

1: #include "ruby.h"
2: 
3: /*top*/
4: extern int t(void);
5: int t(void) { void ((*volatile p)()); p = (void ((*)()))curl_multi_perform; return 0; }
6: int main(int argc, char **argv)
7: {
8:   if (argc > 1000000) {
9:     printf("%p", &t);

10: } 11: 12: return 0; 13: } /* end */

“gcc -o conftest -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g conftest.c -L. -L/usr/lib64 -L. -Wl,-z,relro -fstack-protector -rdynamic -Wl,-export-dynamic -m64 -lruby -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl” conftest.c: In function 't': conftest.c:5:1: warning: implicit declaration of function 'curl_multi_perform' [-Wimplicit-function-declaration]

int t(void) { curl_multi_perform(); return 0; }
^

checked program was: /* begin */

1: #include "ruby.h"
2: 
3: /*top*/
4: extern int t(void);
5: int t(void) { curl_multi_perform(); return 0; }
6: int main(int argc, char **argv)
7: {
8:   if (argc > 1000000) {
9:     printf("%p", &t);

10: } 11: 12: return 0; 13: } /* end */


have_constant: checking for curlopt_interleavefunction… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_INTERLEAVEFUNCTION;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_INTERLEAVEFUNCTION; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_interleavedata… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_INTERLEAVEDATA;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_INTERLEAVEDATA; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_chunk_bgn_function… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_CHUNK_BGN_FUNCTION;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_CHUNK_BGN_FUNCTION; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_chunk_end_function… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_CHUNK_END_FUNCTION;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_CHUNK_END_FUNCTION; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_chunk_data… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_CHUNK_DATA;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_CHUNK_DATA; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_fnmatch_function… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_FNMATCH_FUNCTION;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_FNMATCH_FUNCTION; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_fnmatch_data… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_FNMATCH_DATA;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_FNMATCH_DATA; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_errorbuffer… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_ERRORBUFFER;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_ERRORBUFFER; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_stderr… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_STDERR;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_STDERR; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_failonerror… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_FAILONERROR;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_FAILONERROR; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_url… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_URL;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_URL; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_protocols… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_PROTOCOLS;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_PROTOCOLS; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_redir_protocols… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_REDIR_PROTOCOLS;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_REDIR_PROTOCOLS; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_proxy… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_PROXY;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_PROXY; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_proxyport… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_PROXYPORT;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_PROXYPORT; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_proxytype… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_PROXYTYPE;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_PROXYTYPE; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_noproxy… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_NOPROXY;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_NOPROXY; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_httpproxytunnel… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_HTTPPROXYTUNNEL;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_HTTPPROXYTUNNEL; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_socks5_gssapi_service… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_SOCKS5_GSSAPI_SERVICE;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_SOCKS5_GSSAPI_SERVICE; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_socks5_gssapi_nec… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_SOCKS5_GSSAPI_NEC;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_SOCKS5_GSSAPI_NEC; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_interface… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_INTERFACE;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_INTERFACE; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_localport… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_LOCALPORT;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_LOCALPORT; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_dns_cache_timeout… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_DNS_CACHE_TIMEOUT;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_DNS_CACHE_TIMEOUT; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_dns_use_global_cache… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_DNS_USE_GLOBAL_CACHE;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_DNS_USE_GLOBAL_CACHE; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_buffersize… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_BUFFERSIZE;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_BUFFERSIZE; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_port… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_PORT;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_PORT; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_tcp_nodelay… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_TCP_NODELAY;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_TCP_NODELAY; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_address_scope… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_ADDRESS_SCOPE;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_ADDRESS_SCOPE; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_netrc… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_NETRC;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_NETRC; 6: return 0; 7: } /* end */


have_constant: checking for curl_netrc_optional… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURL_NETRC_OPTIONAL;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURL_NETRC_OPTIONAL; 6: return 0; 7: } /* end */


have_constant: checking for curl_netrc_ignored… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURL_NETRC_IGNORED;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURL_NETRC_IGNORED; 6: return 0; 7: } /* end */


have_constant: checking for curl_netrc_required… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURL_NETRC_REQUIRED;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURL_NETRC_REQUIRED; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_netrc_file… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_NETRC_FILE;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_NETRC_FILE; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_userpwd… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_USERPWD;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_USERPWD; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_proxyuserpwd… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_PROXYUSERPWD;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_PROXYUSERPWD; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_username… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_USERNAME;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_USERNAME; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_password… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_PASSWORD;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_PASSWORD; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_password… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_PASSWORD;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_PASSWORD; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_password… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_PASSWORD;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_PASSWORD; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_httpauth… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_HTTPAUTH;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_HTTPAUTH; 6: return 0; 7: } /* end */


have_constant: checking for curlauth_digest_ie… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLAUTH_DIGEST_IE;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLAUTH_DIGEST_IE; 6: return 0; 7: } /* end */


have_constant: checking for curlauth_only… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLAUTH_ONLY;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLAUTH_ONLY; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_tlsauth_type… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_TLSAUTH_TYPE;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_TLSAUTH_TYPE; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_tlsauth_srp… ——————– no

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:25: error: 'CURLOPT_TLSAUTH_SRP' undeclared (first use in this function)

int test = (int)CURLOPT_TLSAUTH_SRP;
                ^

conftest.c:5:25: note: each undeclared identifier is reported only once for each function it appears in conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_TLSAUTH_SRP;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_TLSAUTH_SRP; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_tlsauth_username… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_TLSAUTH_USERNAME;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_TLSAUTH_USERNAME; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_tlsauth_password… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_TLSAUTH_PASSWORD;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_TLSAUTH_PASSWORD; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_proxyauth… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_PROXYAUTH;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_PROXYAUTH; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_autoreferer… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_AUTOREFERER;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_AUTOREFERER; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_encoding… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_ENCODING;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_ENCODING; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_followlocation… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_FOLLOWLOCATION;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_FOLLOWLOCATION; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_unrestricted_auth… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_UNRESTRICTED_AUTH;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_UNRESTRICTED_AUTH; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_maxredirs… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_MAXREDIRS;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_MAXREDIRS; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_postredir… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_POSTREDIR;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_POSTREDIR; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_put… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_PUT;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_PUT; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_post… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_POST;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_POST; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_postfields… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_POSTFIELDS;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_POSTFIELDS; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_postfieldsize… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_POSTFIELDSIZE;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_POSTFIELDSIZE; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_postfieldsize_large… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_POSTFIELDSIZE_LARGE;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_POSTFIELDSIZE_LARGE; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_copypostfields… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_COPYPOSTFIELDS;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_COPYPOSTFIELDS; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_httppost… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_HTTPPOST;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_HTTPPOST; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_referer… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_REFERER;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_REFERER; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_useragent… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_USERAGENT;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_USERAGENT; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_httpheader… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_HTTPHEADER;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_HTTPHEADER; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_http200aliases… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_HTTP200ALIASES;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_HTTP200ALIASES; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_cookie… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_COOKIE;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_COOKIE; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_cookiefile… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_COOKIEFILE;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_COOKIEFILE; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_cookiejar… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_COOKIEJAR;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_COOKIEJAR; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_cookiesession… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_COOKIESESSION;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_COOKIESESSION; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_cookielist… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_COOKIELIST;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_COOKIELIST; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_httpget… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_HTTPGET;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_HTTPGET; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_http_version… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_HTTP_VERSION;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_HTTP_VERSION; 6: return 0; 7: } /* end */


have_constant: checking for curl_http_version_none… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURL_HTTP_VERSION_NONE;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURL_HTTP_VERSION_NONE; 6: return 0; 7: } /* end */


have_constant: checking for curl_http_version_1_0… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURL_HTTP_VERSION_1_0;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURL_HTTP_VERSION_1_0; 6: return 0; 7: } /* end */


have_constant: checking for curl_http_version_1_1… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURL_HTTP_VERSION_1_1;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURL_HTTP_VERSION_1_1; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_ignore_content_length… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_IGNORE_CONTENT_LENGTH;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_IGNORE_CONTENT_LENGTH; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_http_content_decoding… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_HTTP_CONTENT_DECODING;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_HTTP_CONTENT_DECODING; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_http_transfer_decoding… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_HTTP_TRANSFER_DECODING;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_HTTP_TRANSFER_DECODING; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_mail_from… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_MAIL_FROM;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_MAIL_FROM; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_mail_rcpt… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_MAIL_RCPT;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_MAIL_RCPT; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_tftp_blksize… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_TFTP_BLKSIZE;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_TFTP_BLKSIZE; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_ftpport… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_FTPPORT;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_FTPPORT; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_quote… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_QUOTE;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_QUOTE; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_postquote… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_POSTQUOTE;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_POSTQUOTE; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_prequote… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_PREQUOTE;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_PREQUOTE; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_dirlistonly… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_DIRLISTONLY;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_DIRLISTONLY; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_append… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_APPEND;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_APPEND; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_ftp_use_eprt… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_FTP_USE_EPRT;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_FTP_USE_EPRT; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_ftp_use_epsv… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_FTP_USE_EPSV;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_FTP_USE_EPSV; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_ftp_use_pret… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_FTP_USE_PRET;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_FTP_USE_PRET; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_ftp_create_missing_dirs… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_FTP_CREATE_MISSING_DIRS;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_FTP_CREATE_MISSING_DIRS; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_ftp_response_timeout… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_FTP_RESPONSE_TIMEOUT;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_FTP_RESPONSE_TIMEOUT; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_ftp_alternative_to_user… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_FTP_ALTERNATIVE_TO_USER;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_FTP_ALTERNATIVE_TO_USER; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_ftp_skip_pasv_ip… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_FTP_SKIP_PASV_IP;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_FTP_SKIP_PASV_IP; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_ftpsslauth… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_FTPSSLAUTH;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_FTPSSLAUTH; 6: return 0; 7: } /* end */


have_constant: checking for curlftpauth_default… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLFTPAUTH_DEFAULT;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLFTPAUTH_DEFAULT; 6: return 0; 7: } /* end */


have_constant: checking for curlftpauth_ssl… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLFTPAUTH_SSL;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLFTPAUTH_SSL; 6: return 0; 7: } /* end */


have_constant: checking for curlftpauth_tls… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLFTPAUTH_TLS;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLFTPAUTH_TLS; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_ftp_ssl_ccc… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_FTP_SSL_CCC;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_FTP_SSL_CCC; 6: return 0; 7: } /* end */


have_constant: checking for curlftpssl_ccc_none… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLFTPSSL_CCC_NONE;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLFTPSSL_CCC_NONE; 6: return 0; 7: } /* end */


have_constant: checking for curlftpssl_ccc_passive… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLFTPSSL_CCC_PASSIVE;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLFTPSSL_CCC_PASSIVE; 6: return 0; 7: } /* end */


have_constant: checking for curlftpssl_ccc_active… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLFTPSSL_CCC_ACTIVE;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLFTPSSL_CCC_ACTIVE; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_ftp_account… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_FTP_ACCOUNT;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_FTP_ACCOUNT; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_ftp_filemethod… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_FTP_FILEMETHOD;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_FTP_FILEMETHOD; 6: return 0; 7: } /* end */


have_constant: checking for curlftpmethod_multicwd… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLFTPMETHOD_MULTICWD;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLFTPMETHOD_MULTICWD; 6: return 0; 7: } /* end */


have_constant: checking for curlftpmethod_nocwd… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLFTPMETHOD_NOCWD;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLFTPMETHOD_NOCWD; 6: return 0; 7: } /* end */


have_constant: checking for curlftpmethod_singlecwd… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLFTPMETHOD_SINGLECWD;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLFTPMETHOD_SINGLECWD; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_rtsp_request… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_RTSP_REQUEST;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_RTSP_REQUEST; 6: return 0; 7: } /* end */


have_constant: checking for curl_rtspreq_options… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURL_RTSPREQ_OPTIONS;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURL_RTSPREQ_OPTIONS; 6: return 0; 7: } /* end */


have_constant: checking for curl_rtspreq_describe… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURL_RTSPREQ_DESCRIBE;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURL_RTSPREQ_DESCRIBE; 6: return 0; 7: } /* end */


have_constant: checking for curl_rtspreq_announce… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURL_RTSPREQ_ANNOUNCE;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURL_RTSPREQ_ANNOUNCE; 6: return 0; 7: } /* end */


have_constant: checking for curl_rtspreq_setup… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURL_RTSPREQ_SETUP;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURL_RTSPREQ_SETUP; 6: return 0; 7: } /* end */


have_constant: checking for curl_rtspreq_play… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURL_RTSPREQ_PLAY;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURL_RTSPREQ_PLAY; 6: return 0; 7: } /* end */


have_constant: checking for curl_rtspreq_pause… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURL_RTSPREQ_PAUSE;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURL_RTSPREQ_PAUSE; 6: return 0; 7: } /* end */


have_constant: checking for curl_rtspreq_teardown… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURL_RTSPREQ_TEARDOWN;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURL_RTSPREQ_TEARDOWN; 6: return 0; 7: } /* end */


have_constant: checking for curl_rtspreq_get_parameter… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURL_RTSPREQ_GET_PARAMETER;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURL_RTSPREQ_GET_PARAMETER; 6: return 0; 7: } /* end */


have_constant: checking for curl_rtspreq_set_parameter… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURL_RTSPREQ_SET_PARAMETER;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURL_RTSPREQ_SET_PARAMETER; 6: return 0; 7: } /* end */


have_constant: checking for curl_rtspreq_record… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURL_RTSPREQ_RECORD;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURL_RTSPREQ_RECORD; 6: return 0; 7: } /* end */


have_constant: checking for curl_rtspreq_receive… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURL_RTSPREQ_RECEIVE;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURL_RTSPREQ_RECEIVE; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_rtsp_session_id… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_RTSP_SESSION_ID;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_RTSP_SESSION_ID; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_rtsp_stream_uri… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_RTSP_STREAM_URI;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_RTSP_STREAM_URI; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_rtsp_transport… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_RTSP_TRANSPORT;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_RTSP_TRANSPORT; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_rtsp_header… ——————– no

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:25: error: 'CURLOPT_RTSP_HEADER' undeclared (first use in this function)

int test = (int)CURLOPT_RTSP_HEADER;
                ^

conftest.c:5:25: note: each undeclared identifier is reported only once for each function it appears in conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_RTSP_HEADER;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_RTSP_HEADER; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_rtsp_client_cseq… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_RTSP_CLIENT_CSEQ;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_RTSP_CLIENT_CSEQ; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_rtsp_server_cseq… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_RTSP_SERVER_CSEQ;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_RTSP_SERVER_CSEQ; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_transfertext… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_TRANSFERTEXT;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_TRANSFERTEXT; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_proxy_transfer_mode… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_PROXY_TRANSFER_MODE;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_PROXY_TRANSFER_MODE; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_crlf… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_CRLF;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_CRLF; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_range… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_RANGE;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_RANGE; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_resume_from… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_RESUME_FROM;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_RESUME_FROM; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_resume_from_large… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_RESUME_FROM_LARGE;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_RESUME_FROM_LARGE; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_customrequest… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_CUSTOMREQUEST;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_CUSTOMREQUEST; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_filetime… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_FILETIME;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_FILETIME; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_nobody… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_NOBODY;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_NOBODY; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_infilesize… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_INFILESIZE;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_INFILESIZE; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_infilesize_large… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_INFILESIZE_LARGE;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_INFILESIZE_LARGE; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_upload… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_UPLOAD;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_UPLOAD; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_maxfilesize… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_MAXFILESIZE;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_MAXFILESIZE; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_maxfilesize_large… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_MAXFILESIZE_LARGE;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_MAXFILESIZE_LARGE; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_timecondition… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_TIMECONDITION;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_TIMECONDITION; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_timevalue… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_TIMEVALUE;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_TIMEVALUE; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_timeout… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_TIMEOUT;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_TIMEOUT; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_timeout_ms… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_TIMEOUT_MS;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_TIMEOUT_MS; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_low_speed_limit… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_LOW_SPEED_LIMIT;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_LOW_SPEED_LIMIT; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_low_speed_time… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_LOW_SPEED_TIME;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_LOW_SPEED_TIME; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_max_send_speed_large… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_MAX_SEND_SPEED_LARGE;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_MAX_SEND_SPEED_LARGE; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_max_recv_speed_large… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_MAX_RECV_SPEED_LARGE;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_MAX_RECV_SPEED_LARGE; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_maxconnects… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_MAXCONNECTS;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_MAXCONNECTS; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_closepolicy… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_CLOSEPOLICY;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_CLOSEPOLICY; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_fresh_connect… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_FRESH_CONNECT;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_FRESH_CONNECT; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_forbid_reuse… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_FORBID_REUSE;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_FORBID_REUSE; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_connecttimeout… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_CONNECTTIMEOUT;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_CONNECTTIMEOUT; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_connecttimeout_ms… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_CONNECTTIMEOUT_MS;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_CONNECTTIMEOUT_MS; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_ipresolve… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_IPRESOLVE;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_IPRESOLVE; 6: return 0; 7: } /* end */


have_constant: checking for curl_ipresolve_whatever… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURL_IPRESOLVE_WHATEVER;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURL_IPRESOLVE_WHATEVER; 6: return 0; 7: } /* end */


have_constant: checking for curl_ipresolve_v4… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURL_IPRESOLVE_V4;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURL_IPRESOLVE_V4; 6: return 0; 7: } /* end */


have_constant: checking for curl_ipresolve_v6… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURL_IPRESOLVE_V6;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURL_IPRESOLVE_V6; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_connect_only… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_CONNECT_ONLY;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_CONNECT_ONLY; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_use_ssl… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_USE_SSL;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_USE_SSL; 6: return 0; 7: } /* end */


have_constant: checking for curlusessl_none… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLUSESSL_NONE;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLUSESSL_NONE; 6: return 0; 7: } /* end */


have_constant: checking for curlusessl_try… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLUSESSL_TRY;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLUSESSL_TRY; 6: return 0; 7: } /* end */


have_constant: checking for curlusessl_control… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLUSESSL_CONTROL;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLUSESSL_CONTROL; 6: return 0; 7: } /* end */


have_constant: checking for curlusessl_all… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLUSESSL_ALL;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLUSESSL_ALL; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_resolve… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_RESOLVE;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_RESOLVE; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_sslcert… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_SSLCERT;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_SSLCERT; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_sslcerttype… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_SSLCERTTYPE;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_SSLCERTTYPE; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_sslkey… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_SSLKEY;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_SSLKEY; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_sslkeytype… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_SSLKEYTYPE;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_SSLKEYTYPE; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_keypasswd… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_KEYPASSWD;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_KEYPASSWD; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_sslengine… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_SSLENGINE;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_SSLENGINE; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_sslengine_default… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_SSLENGINE_DEFAULT;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_SSLENGINE_DEFAULT; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_sslversion… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_SSLVERSION;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_SSLVERSION; 6: return 0; 7: } /* end */


have_constant: checking for curl_sslversion_default… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURL_SSLVERSION_DEFAULT;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURL_SSLVERSION_DEFAULT; 6: return 0; 7: } /* end */


have_constant: checking for CURL_SSLVERSION_TLSv1… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURL_SSLVERSION_TLSv1;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURL_SSLVERSION_TLSv1; 6: return 0; 7: } /* end */


have_constant: checking for CURL_SSLVERSION_SSLv2… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURL_SSLVERSION_SSLv2;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURL_SSLVERSION_SSLv2; 6: return 0; 7: } /* end */


have_constant: checking for CURL_SSLVERSION_SSLv3… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURL_SSLVERSION_SSLv3;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURL_SSLVERSION_SSLv3; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_ssl_verifypeer… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_SSL_VERIFYPEER;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_SSL_VERIFYPEER; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_cainfo… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_CAINFO;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_CAINFO; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_issuercert… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_ISSUERCERT;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_ISSUERCERT; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_capath… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_CAPATH;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_CAPATH; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_crlfile… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_CRLFILE;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_CRLFILE; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_ssl_verifyhost… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_SSL_VERIFYHOST;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_SSL_VERIFYHOST; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_certinfo… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_CERTINFO;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_CERTINFO; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_random_file… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_RANDOM_FILE;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_RANDOM_FILE; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_egdsocket… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_EGDSOCKET;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_EGDSOCKET; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_ssl_cipher_list… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_SSL_CIPHER_LIST;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_SSL_CIPHER_LIST; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_ssl_sessionid_cache… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_SSL_SESSIONID_CACHE;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_SSL_SESSIONID_CACHE; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_krblevel… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_KRBLEVEL;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_KRBLEVEL; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_ssh_auth_types… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_SSH_AUTH_TYPES;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_SSH_AUTH_TYPES; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_ssh_host_public_key_md5… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_SSH_HOST_PUBLIC_KEY_MD5;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_SSH_HOST_PUBLIC_KEY_MD5; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_ssh_public_keyfile… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_SSH_PUBLIC_KEYFILE;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_SSH_PUBLIC_KEYFILE; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_ssh_private_keyfile… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_SSH_PRIVATE_KEYFILE;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_SSH_PRIVATE_KEYFILE; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_ssh_knownhosts… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_SSH_KNOWNHOSTS;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_SSH_KNOWNHOSTS; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_ssh_keyfunction… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_SSH_KEYFUNCTION;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_SSH_KEYFUNCTION; 6: return 0; 7: } /* end */


have_constant: checking for curlkhstat_fine_add_to_file… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLKHSTAT_FINE_ADD_TO_FILE;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLKHSTAT_FINE_ADD_TO_FILE; 6: return 0; 7: } /* end */


have_constant: checking for curlkhstat_fine… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLKHSTAT_FINE;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLKHSTAT_FINE; 6: return 0; 7: } /* end */


have_constant: checking for curlkhstat_reject… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLKHSTAT_REJECT;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLKHSTAT_REJECT; 6: return 0; 7: } /* end */


have_constant: checking for curlkhstat_defer… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLKHSTAT_DEFER;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLKHSTAT_DEFER; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_ssh_keydata… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_SSH_KEYDATA;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_SSH_KEYDATA; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_private… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_PRIVATE;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_PRIVATE; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_share… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_SHARE;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_SHARE; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_new_file_perms… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_NEW_FILE_PERMS;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_NEW_FILE_PERMS; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_new_directory_perms… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_NEW_DIRECTORY_PERMS;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_NEW_DIRECTORY_PERMS; 6: return 0; 7: } /* end */


have_constant: checking for curlopt_telnetoptions… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLOPT_TELNETOPTIONS;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_TELNETOPTIONS; 6: return 0; 7: } /* end */


have_constant: checking for curle_not_built_in… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLE_NOT_BUILT_IN;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLE_NOT_BUILT_IN; 6: return 0; 7: } /* end */


have_constant: checking for curle_obsolete… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” conftest.c: In function 'main': conftest.c:5:13: warning: unused variable 'test' [-Wunused-variable]

int test = (int)CURLE_OBSOLETE;
    ^

checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: int test = (int)CURLE_OBSOLETE; 6: return 0; 7: } /* end */


“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -m64 -Wall -c conftest.c” checked program was: /* begin */ 1: include “ruby.h” 2: 3: int main() { return 0; } /* end */

test_for: checking for Ruby 1.9 Hash… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -Wall -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -Wall -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” checked program was: /* begin */

1: #include "ruby.h"
2: 
3:   #include <ruby.h>
4:   int main() {
5:     VALUE hash = rb_hash_new();
6:     if( RHASH(hash)->ntbl->num_entries ) {
7:       return 0;
8:     }
9:     return 1;

10: } /* end */


test_for: checking for Ruby 1.9 st.h… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -Wall -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -Wall -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <ruby.h> 4: include <ruby/st.h> 5: int main() { 6: return 0; 7: } /* end */


test_for: checking for curl_easy_escape… ——————– yes

“gcc -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -Wall -m64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -Wall -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl -c conftest.c” checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <curl/curl.h> 4: int main() { 5: CURL *easy = curl_easy_init(); 6: curl_easy_escape(easy,“hello”,5); 7: return 0; 8: } /* end */


have_func: checking for rb_thread_blocking_region()… ——————– yes

“gcc -o conftest -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong –param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -g -Wall conftest.c -L. -L/usr/lib64 -L. -Wl,-z,relro -fstack-protector -rdynamic -Wl,-export-dynamic -m64 -lruby -lpthread -lrt -ldl -lcrypt -lm -lc -lcurl” conftest.c: In function 't': conftest.c:5:1: warning: 'rb_thread_blocking_region' is deprecated (declared at /usr/include/ruby/intern.h:839) [-Wdeprecated-declarations]

int t(void) { void ((*volatile p)()); p = (void ((*)()))rb_thread_blocking_region; return 0; }
^

conftest.c:5:32: warning: variable 'p' set but not used [-Wunused-but-set-variable]

int t(void) { void ((*volatile p)()); p = (void ((*)()))rb_thread_blocking_region; return 0; }
                               ^

checked program was: /* begin */

1: #include "ruby.h"
2: 
3: /*top*/
4: extern int t(void);
5: int t(void) { void ((*volatile p)()); p = (void ((*)()))rb_thread_blocking_region; return 0; }
6: int main(int argc, char **argv)
7: {
8:   if (argc > 1000000) {
9:     printf("%p", &t);

10: } 11: 12: return 0; 13: } /* end */


curb_config.h is: /* begin */

 1: #ifndef CURB_CONFIG_H
 2: #define CURB_CONFIG_H
 3: #define  HAVE_CURL_CONFIG_CA 1
 4: #define  CURL_CONFIG_CA "/etc/pki/tls/certs/ca-bundle.crt"
 5: #define  HAVE_CURLINFO_REDIRECT_TIME 1
 6: #define  HAVE_CURLINFO_RESPONSE_CODE 1
 7: #define  HAVE_CURLINFO_FILETIME 1
 8: #define  HAVE_CURLINFO_REDIRECT_COUNT 1
 9: #define  HAVE_CURLINFO_OS_ERRNO 1
10: #define  HAVE_CURLINFO_NUM_CONNECTS 1
11: #define  HAVE_CURLINFO_FTP_ENTRY_PATH 1
12: #define  HAVE_CURL_VERSION_SSL 1
13: #define  HAVE_CURL_VERSION_LIBZ 1
14: #define  HAVE_CURL_VERSION_NTLM 1
15: #define  HAVE_CURL_VERSION_GSSNEGOTIATE 1
16: #define  HAVE_CURL_VERSION_DEBUG 1
17: #define  HAVE_CURL_VERSION_ASYNCHDNS 1
18: #define  HAVE_CURL_VERSION_SPNEGO 1
19: #define  HAVE_CURL_VERSION_LARGEFILE 1
20: #define  HAVE_CURL_VERSION_IDN 1
21: #define  HAVE_CURL_VERSION_SSPI 1
22: #define  HAVE_CURL_VERSION_CONV 1
23: #define  HAVE_CURLPROXY_HTTP 1
24: #define  HAVE_CURLPROXY_SOCKS4 1
25: #define  HAVE_CURLPROXY_SOCKS5 1
26: #define  HAVE_CURLAUTH_BASIC 1
27: #define  HAVE_CURLAUTH_DIGEST 1
28: #define  HAVE_CURLAUTH_GSSNEGOTIATE 1
29: #define  HAVE_CURLAUTH_NTLM 1
30: #define  HAVE_CURLAUTH_ANYSAFE 1
31: #define  HAVE_CURLAUTH_ANY 1
32: #define  HAVE_CURLE_TFTP_NOTFOUND 1
33: #define  HAVE_CURLE_TFTP_PERM 1
34: #define  HAVE_CURLE_TFTP_DISKFULL 1
35: #define  HAVE_CURLE_TFTP_ILLEGAL 1
36: #define  HAVE_CURLE_TFTP_UNKNOWNID 1
37: #define  HAVE_CURLE_TFTP_EXISTS 1
38: #define  HAVE_CURLE_TFTP_NOSUCHUSER 1
39: #define  HAVE_CURLE_SEND_FAIL_REWIND 1
40: #define  HAVE_CURLE_SSL_ENGINE_INITFAILED 1
41: #define  HAVE_CURLE_LOGIN_DENIED 1
42: #define  HAVE_CURLMOPT_MAXCONNECTS 1
43: #define  HAVE_CURLOPT_SEEKFUNCTION 1
44: #define  HAVE_CURLOPT_SEEKDATA 1
45: #define  HAVE_CURLOPT_SOCKOPTFUNCTION 1
46: #define  HAVE_CURLOPT_SOCKOPTDATA 1
47: #define  HAVE_CURLOPT_OPENSOCKETFUNCTION 1
48: #define  HAVE_CURLOPT_OPENSOCKETDATA 1
49: #define  HAVE_CURLE_CONV_FAILED 1
50: #define  HAVE_CURLE_CONV_REQD 1
51: #define  HAVE_CURLE_SSL_CACERT_BADFILE 1
52: #define  HAVE_CURLE_REMOTE_FILE_NOT_FOUND 1
53: #define  HAVE_CURLE_SSH 1
54: #define  HAVE_CURLE_SSL_SHUTDOWN_FAILED 1
55: #define  HAVE_CURLE_AGAIN 1
56: #define  HAVE_CURLE_SSL_CRL_BADFILE 1
57: #define  HAVE_CURLE_SSL_ISSUER_ERROR 1
58: #define  HAVE_CURLINFO_REDIRECT_URL 1
59: #define  HAVE_CURLOPT_USERNAME 1
60: #define  HAVE_CURLOPT_PASSWORD 1
61: #define  HAVE_CURLINFO_PRIMARY_IP 1
62: #define  HAVE_CURLAUTH_DIGEST_IE 1
63: #define  HAVE_CURLFTPMETHOD_MULTICWD 1
64: #define  HAVE_CURLFTPMETHOD_NOCWD 1
65: #define  HAVE_CURLFTPMETHOD_SINGLECWD 1
66: #define  HAVE_CURLM_BAD_SOCKET 1
67: #define  HAVE_CURLM_UNKNOWN_OPTION 1
68: #define HAVE_CURL_MULTI_TIMEOUT 1
69: #define HAVE_CURL_MULTI_FDSET 1
70: #define HAVE_CURL_MULTI_PERFORM 1
71: #define  HAVE_CURLOPT_INTERLEAVEFUNCTION 1
72: #define  HAVE_CURLOPT_INTERLEAVEDATA 1
73: #define  HAVE_CURLOPT_CHUNK_BGN_FUNCTION 1
74: #define  HAVE_CURLOPT_CHUNK_END_FUNCTION 1
75: #define  HAVE_CURLOPT_CHUNK_DATA 1
76: #define  HAVE_CURLOPT_FNMATCH_FUNCTION 1
77: #define  HAVE_CURLOPT_FNMATCH_DATA 1
78: #define  HAVE_CURLOPT_ERRORBUFFER 1
79: #define  HAVE_CURLOPT_STDERR 1
80: #define  HAVE_CURLOPT_FAILONERROR 1
81: #define  HAVE_CURLOPT_URL 1
82: #define  HAVE_CURLOPT_PROTOCOLS 1
83: #define  HAVE_CURLOPT_REDIR_PROTOCOLS 1
84: #define  HAVE_CURLOPT_PROXY 1
85: #define  HAVE_CURLOPT_PROXYPORT 1
86: #define  HAVE_CURLOPT_PROXYTYPE 1
87: #define  HAVE_CURLOPT_NOPROXY 1
88: #define  HAVE_CURLOPT_HTTPPROXYTUNNEL 1
89: #define  HAVE_CURLOPT_SOCKS5_GSSAPI_SERVICE 1
90: #define  HAVE_CURLOPT_SOCKS5_GSSAPI_NEC 1
91: #define  HAVE_CURLOPT_INTERFACE 1
92: #define  HAVE_CURLOPT_LOCALPORT 1
93: #define  HAVE_CURLOPT_DNS_CACHE_TIMEOUT 1
94: #define  HAVE_CURLOPT_DNS_USE_GLOBAL_CACHE 1
95: #define  HAVE_CURLOPT_BUFFERSIZE 1
96: #define  HAVE_CURLOPT_PORT 1
97: #define  HAVE_CURLOPT_TCP_NODELAY 1
98: #define  HAVE_CURLOPT_ADDRESS_SCOPE 1
99: #define  HAVE_CURLOPT_NETRC 1

100: define HAVE_CURL_NETRC_OPTIONAL 1 101: define HAVE_CURL_NETRC_IGNORED 1 102: define HAVE_CURL_NETRC_REQUIRED 1 103: define HAVE_CURLOPT_NETRC_FILE 1 104: define HAVE_CURLOPT_USERPWD 1 105: define HAVE_CURLOPT_PROXYUSERPWD 1 106: define HAVE_CURLOPT_USERNAME 1 107: define HAVE_CURLOPT_PASSWORD 1 108: define HAVE_CURLOPT_PASSWORD 1 109: define HAVE_CURLOPT_PASSWORD 1 110: define HAVE_CURLOPT_HTTPAUTH 1 111: define HAVE_CURLAUTH_DIGEST_IE 1 112: define HAVE_CURLAUTH_ONLY 1 113: define HAVE_CURLOPT_TLSAUTH_TYPE 1 114: define HAVE_CURLOPT_TLSAUTH_USERNAME 1 115: define HAVE_CURLOPT_TLSAUTH_PASSWORD 1 116: define HAVE_CURLOPT_PROXYAUTH 1 117: define HAVE_CURLOPT_AUTOREFERER 1 118: define HAVE_CURLOPT_ENCODING 1 119: define HAVE_CURLOPT_FOLLOWLOCATION 1 120: define HAVE_CURLOPT_UNRESTRICTED_AUTH 1 121: define HAVE_CURLOPT_MAXREDIRS 1 122: define HAVE_CURLOPT_POSTREDIR 1 123: define HAVE_CURLOPT_PUT 1 124: define HAVE_CURLOPT_POST 1 125: define HAVE_CURLOPT_POSTFIELDS 1 126: define HAVE_CURLOPT_POSTFIELDSIZE 1 127: define HAVE_CURLOPT_POSTFIELDSIZE_LARGE 1 128: define HAVE_CURLOPT_COPYPOSTFIELDS 1 129: define HAVE_CURLOPT_HTTPPOST 1 130: define HAVE_CURLOPT_REFERER 1 131: define HAVE_CURLOPT_USERAGENT 1 132: define HAVE_CURLOPT_HTTPHEADER 1 133: define HAVE_CURLOPT_HTTP200ALIASES 1 134: define HAVE_CURLOPT_COOKIE 1 135: define HAVE_CURLOPT_COOKIEFILE 1 136: define HAVE_CURLOPT_COOKIEJAR 1 137: define HAVE_CURLOPT_COOKIESESSION 1 138: define HAVE_CURLOPT_COOKIELIST 1 139: define HAVE_CURLOPT_HTTPGET 1 140: define HAVE_CURLOPT_HTTP_VERSION 1 141: define HAVE_CURL_HTTP_VERSION_NONE 1 142: define HAVE_CURL_HTTP_VERSION_1_0 1 143: define HAVE_CURL_HTTP_VERSION_1_1 1 144: define HAVE_CURLOPT_IGNORE_CONTENT_LENGTH 1 145: define HAVE_CURLOPT_HTTP_CONTENT_DECODING 1 146: define HAVE_CURLOPT_HTTP_TRANSFER_DECODING 1 147: define HAVE_CURLOPT_MAIL_FROM 1 148: define HAVE_CURLOPT_MAIL_RCPT 1 149: define HAVE_CURLOPT_TFTP_BLKSIZE 1 150: define HAVE_CURLOPT_FTPPORT 1 151: define HAVE_CURLOPT_QUOTE 1 152: define HAVE_CURLOPT_POSTQUOTE 1 153: define HAVE_CURLOPT_PREQUOTE 1 154: define HAVE_CURLOPT_DIRLISTONLY 1 155: define HAVE_CURLOPT_APPEND 1 156: define HAVE_CURLOPT_FTP_USE_EPRT 1 157: define HAVE_CURLOPT_FTP_USE_EPSV 1 158: define HAVE_CURLOPT_FTP_USE_PRET 1 159: define HAVE_CURLOPT_FTP_CREATE_MISSING_DIRS 1 160: define HAVE_CURLOPT_FTP_RESPONSE_TIMEOUT 1 161: define HAVE_CURLOPT_FTP_ALTERNATIVE_TO_USER 1 162: define HAVE_CURLOPT_FTP_SKIP_PASV_IP 1 163: define HAVE_CURLOPT_FTPSSLAUTH 1 164: define HAVE_CURLFTPAUTH_DEFAULT 1 165: define HAVE_CURLFTPAUTH_SSL 1 166: define HAVE_CURLFTPAUTH_TLS 1 167: define HAVE_CURLOPT_FTP_SSL_CCC 1 168: define HAVE_CURLFTPSSL_CCC_NONE 1 169: define HAVE_CURLFTPSSL_CCC_PASSIVE 1 170: define HAVE_CURLFTPSSL_CCC_ACTIVE 1 171: define HAVE_CURLOPT_FTP_ACCOUNT 1 172: define HAVE_CURLOPT_FTP_FILEMETHOD 1 173: define HAVE_CURLFTPMETHOD_MULTICWD 1 174: define HAVE_CURLFTPMETHOD_NOCWD 1 175: define HAVE_CURLFTPMETHOD_SINGLECWD 1 176: define HAVE_CURLOPT_RTSP_REQUEST 1 177: define HAVE_CURL_RTSPREQ_OPTIONS 1 178: define HAVE_CURL_RTSPREQ_DESCRIBE 1 179: define HAVE_CURL_RTSPREQ_ANNOUNCE 1 180: define HAVE_CURL_RTSPREQ_SETUP 1 181: define HAVE_CURL_RTSPREQ_PLAY 1 182: define HAVE_CURL_RTSPREQ_PAUSE 1 183: define HAVE_CURL_RTSPREQ_TEARDOWN 1 184: define HAVE_CURL_RTSPREQ_GET_PARAMETER 1 185: define HAVE_CURL_RTSPREQ_SET_PARAMETER 1 186: define HAVE_CURL_RTSPREQ_RECORD 1 187: define HAVE_CURL_RTSPREQ_RECEIVE 1 188: define HAVE_CURLOPT_RTSP_SESSION_ID 1 189: define HAVE_CURLOPT_RTSP_STREAM_URI 1 190: define HAVE_CURLOPT_RTSP_TRANSPORT 1 191: define HAVE_CURLOPT_RTSP_CLIENT_CSEQ 1 192: define HAVE_CURLOPT_RTSP_SERVER_CSEQ 1 193: define HAVE_CURLOPT_TRANSFERTEXT 1 194: define HAVE_CURLOPT_PROXY_TRANSFER_MODE 1 195: define HAVE_CURLOPT_CRLF 1 196: define HAVE_CURLOPT_RANGE 1 197: define HAVE_CURLOPT_RESUME_FROM 1 198: define HAVE_CURLOPT_RESUME_FROM_LARGE 1 199: define HAVE_CURLOPT_CUSTOMREQUEST 1 200: define HAVE_CURLOPT_FILETIME 1 201: define HAVE_CURLOPT_NOBODY 1 202: define HAVE_CURLOPT_INFILESIZE 1 203: define HAVE_CURLOPT_INFILESIZE_LARGE 1 204: define HAVE_CURLOPT_UPLOAD 1 205: define HAVE_CURLOPT_MAXFILESIZE 1 206: define HAVE_CURLOPT_MAXFILESIZE_LARGE 1 207: define HAVE_CURLOPT_TIMECONDITION 1 208: define HAVE_CURLOPT_TIMEVALUE 1 209: define HAVE_CURLOPT_TIMEOUT 1 210: define HAVE_CURLOPT_TIMEOUT_MS 1 211: define HAVE_CURLOPT_LOW_SPEED_LIMIT 1 212: define HAVE_CURLOPT_LOW_SPEED_TIME 1 213: define HAVE_CURLOPT_MAX_SEND_SPEED_LARGE 1 214: define HAVE_CURLOPT_MAX_RECV_SPEED_LARGE 1 215: define HAVE_CURLOPT_MAXCONNECTS 1 216: define HAVE_CURLOPT_CLOSEPOLICY 1 217: define HAVE_CURLOPT_FRESH_CONNECT 1 218: define HAVE_CURLOPT_FORBID_REUSE 1 219: define HAVE_CURLOPT_CONNECTTIMEOUT 1 220: define HAVE_CURLOPT_CONNECTTIMEOUT_MS 1 221: define HAVE_CURLOPT_IPRESOLVE 1 222: define HAVE_CURL_IPRESOLVE_WHATEVER 1 223: define HAVE_CURL_IPRESOLVE_V4 1 224: define HAVE_CURL_IPRESOLVE_V6 1 225: define HAVE_CURLOPT_CONNECT_ONLY 1 226: define HAVE_CURLOPT_USE_SSL 1 227: define HAVE_CURLUSESSL_NONE 1 228: define HAVE_CURLUSESSL_TRY 1 229: define HAVE_CURLUSESSL_CONTROL 1 230: define HAVE_CURLUSESSL_ALL 1 231: define HAVE_CURLOPT_RESOLVE 1 232: define HAVE_CURLOPT_SSLCERT 1 233: define HAVE_CURLOPT_SSLCERTTYPE 1 234: define HAVE_CURLOPT_SSLKEY 1 235: define HAVE_CURLOPT_SSLKEYTYPE 1 236: define HAVE_CURLOPT_KEYPASSWD 1 237: define HAVE_CURLOPT_SSLENGINE 1 238: define HAVE_CURLOPT_SSLENGINE_DEFAULT 1 239: define HAVE_CURLOPT_SSLVERSION 1 240: define HAVE_CURL_SSLVERSION_DEFAULT 1 241: define HAVE_CURL_SSLVERSION_TLSV1 1 242: define HAVE_CURL_SSLVERSION_SSLV2 1 243: define HAVE_CURL_SSLVERSION_SSLV3 1 244: define HAVE_CURLOPT_SSL_VERIFYPEER 1 245: define HAVE_CURLOPT_CAINFO 1 246: define HAVE_CURLOPT_ISSUERCERT 1 247: define HAVE_CURLOPT_CAPATH 1 248: define HAVE_CURLOPT_CRLFILE 1 249: define HAVE_CURLOPT_SSL_VERIFYHOST 1 250: define HAVE_CURLOPT_CERTINFO 1 251: define HAVE_CURLOPT_RANDOM_FILE 1 252: define HAVE_CURLOPT_EGDSOCKET 1 253: define HAVE_CURLOPT_SSL_CIPHER_LIST 1 254: define HAVE_CURLOPT_SSL_SESSIONID_CACHE 1 255: define HAVE_CURLOPT_KRBLEVEL 1 256: define HAVE_CURLOPT_SSH_AUTH_TYPES 1 257: define HAVE_CURLOPT_SSH_HOST_PUBLIC_KEY_MD5 1 258: define HAVE_CURLOPT_SSH_PUBLIC_KEYFILE 1 259: define HAVE_CURLOPT_SSH_PRIVATE_KEYFILE 1 260: define HAVE_CURLOPT_SSH_KNOWNHOSTS 1 261: define HAVE_CURLOPT_SSH_KEYFUNCTION 1 262: define HAVE_CURLKHSTAT_FINE_ADD_TO_FILE 1 263: define HAVE_CURLKHSTAT_FINE 1 264: define HAVE_CURLKHSTAT_REJECT 1 265: define HAVE_CURLKHSTAT_DEFER 1 266: define HAVE_CURLOPT_SSH_KEYDATA 1 267: define HAVE_CURLOPT_PRIVATE 1 268: define HAVE_CURLOPT_SHARE 1 269: define HAVE_CURLOPT_NEW_FILE_PERMS 1 270: define HAVE_CURLOPT_NEW_DIRECTORY_PERMS 1 271: define HAVE_CURLOPT_TELNETOPTIONS 1 272: define HAVE_CURLE_NOT_BUILT_IN 1 273: define HAVE_CURLE_OBSOLETE 1 274: define HAVE_RUBY19_HASH 1 275: define HAVE_RUBY19_ST_H 1 276: define HAVE_CURL_EASY_ESCAPE 1 277: define HAVE_RB_THREAD_BLOCKING_REGION 1 278: endif /* end */