JezK
Edit File: mkmf.log
find_executable: checking for curl-config... -------------------- yes -------------------- have_constant: checking for curlinfo_appconnect_time... -------------------- yes "gcc -o conftest -I/usr/include/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g conftest.c -L. -L/usr/lib/x86_64-linux-gnu -L. -Wl,-z,relro -L/build/ruby2.1-bDDI0O/ruby2.1-2.1.5/debian/lib -fstack-protector -rdynamic -Wl,-export-dynamic -lruby-2.1 -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include <curl/curl.h> 4: int main() { 5: int test = (int)CURLINFO_APPCONNECT_TIME; 6: return 0; 7: } /* end */ -------------------- have_constant: checking for curlinfo_redirect_time... -------------------- yes "gcc -I/usr/include/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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 curl_version_http2... -------------------- yes "gcc -I/usr/include/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include <curl/curl.h> 4: int main() { 5: int test = (int)CURL_VERSION_HTTP2; 6: return 0; 7: } /* end */ -------------------- have_constant: checking for curlproxy_http... -------------------- yes "gcc -I/usr/include/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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_socks4a... -------------------- yes "gcc -I/usr/include/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include <curl/curl.h> 4: int main() { 5: int test = (int)CURLPROXY_SOCKS4A; 6: return 0; 7: } /* end */ -------------------- have_constant: checking for curlproxy_socks5... -------------------- yes "gcc -I/usr/include/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g conftest.c -L. -L/usr/lib/x86_64-linux-gnu -L. -Wl,-z,relro -L/build/ruby2.1-bDDI0O/ruby2.1-2.1.5/debian/lib -fstack-protector -rdynamic -Wl,-export-dynamic -lruby-2.1 -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl" conftest.c: In function ‘t’: conftest.c:13: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:13:57: note: each undeclared identifier is reported only once for each function it appears in checked program was: /* begin */ 1: #include "ruby.h" 2: 3: /*top*/ 4: extern int t(void); 5: int main(int argc, char **argv) 6: { 7: if (argc > 1000000) { 8: printf("%p", &t); 9: } 10: 11: return 0; 12: } 13: int t(void) { void ((*volatile p)()); p = (void ((*)()))curl_multi_timeout; return 0; } /* end */ "gcc -o conftest -I/usr/include/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g conftest.c -L. -L/usr/lib/x86_64-linux-gnu -L. -Wl,-z,relro -L/build/ruby2.1-bDDI0O/ruby2.1-2.1.5/debian/lib -fstack-protector -rdynamic -Wl,-export-dynamic -lruby-2.1 -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl" checked program was: /* begin */ 1: #include "ruby.h" 2: 3: /*top*/ 4: extern int t(void); 5: int main(int argc, char **argv) 6: { 7: if (argc > 1000000) { 8: printf("%p", &t); 9: } 10: 11: return 0; 12: } 13: int t(void) { curl_multi_timeout(); return 0; } /* end */ -------------------- have_func: checking for curl_multi_fdset()... -------------------- yes "gcc -o conftest -I/usr/include/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g conftest.c -L. -L/usr/lib/x86_64-linux-gnu -L. -Wl,-z,relro -L/build/ruby2.1-bDDI0O/ruby2.1-2.1.5/debian/lib -fstack-protector -rdynamic -Wl,-export-dynamic -lruby-2.1 -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl" conftest.c: In function ‘t’: conftest.c:13: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:13:57: note: each undeclared identifier is reported only once for each function it appears in checked program was: /* begin */ 1: #include "ruby.h" 2: 3: /*top*/ 4: extern int t(void); 5: int main(int argc, char **argv) 6: { 7: if (argc > 1000000) { 8: printf("%p", &t); 9: } 10: 11: return 0; 12: } 13: int t(void) { void ((*volatile p)()); p = (void ((*)()))curl_multi_fdset; return 0; } /* end */ "gcc -o conftest -I/usr/include/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g conftest.c -L. -L/usr/lib/x86_64-linux-gnu -L. -Wl,-z,relro -L/build/ruby2.1-bDDI0O/ruby2.1-2.1.5/debian/lib -fstack-protector -rdynamic -Wl,-export-dynamic -lruby-2.1 -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl" checked program was: /* begin */ 1: #include "ruby.h" 2: 3: /*top*/ 4: extern int t(void); 5: int main(int argc, char **argv) 6: { 7: if (argc > 1000000) { 8: printf("%p", &t); 9: } 10: 11: return 0; 12: } 13: int t(void) { curl_multi_fdset(); return 0; } /* end */ -------------------- have_func: checking for curl_multi_perform()... -------------------- yes "gcc -o conftest -I/usr/include/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g conftest.c -L. -L/usr/lib/x86_64-linux-gnu -L. -Wl,-z,relro -L/build/ruby2.1-bDDI0O/ruby2.1-2.1.5/debian/lib -fstack-protector -rdynamic -Wl,-export-dynamic -lruby-2.1 -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl" conftest.c: In function ‘t’: conftest.c:13: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:13:57: note: each undeclared identifier is reported only once for each function it appears in checked program was: /* begin */ 1: #include "ruby.h" 2: 3: /*top*/ 4: extern int t(void); 5: int main(int argc, char **argv) 6: { 7: if (argc > 1000000) { 8: printf("%p", &t); 9: } 10: 11: return 0; 12: } 13: int t(void) { void ((*volatile p)()); p = (void ((*)()))curl_multi_perform; return 0; } /* end */ "gcc -o conftest -I/usr/include/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g conftest.c -L. -L/usr/lib/x86_64-linux-gnu -L. -Wl,-z,relro -L/build/ruby2.1-bDDI0O/ruby2.1-2.1.5/debian/lib -fstack-protector -rdynamic -Wl,-export-dynamic -lruby-2.1 -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl" checked program was: /* begin */ 1: #include "ruby.h" 2: 3: /*top*/ 4: extern int t(void); 5: int main(int argc, char **argv) 6: { 7: if (argc > 1000000) { 8: printf("%p", &t); 9: } 10: 11: return 0; 12: } 13: int t(void) { curl_multi_perform(); return 0; } /* end */ -------------------- have_constant: checking for curlopt_interleavefunction... -------------------- yes "gcc -I/usr/include/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -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 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -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 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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... -------------------- no "gcc -I/usr/include/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" conftest.c: In function ‘main’: conftest.c:5:25: error: ‘CURL_SSLVERSION_TLSV1’ undeclared (first use in this function) int test = (int)CURL_SSLVERSION_TLSV1; ^ conftest.c:5:25: note: each undeclared identifier is reported only once for each function it appears in 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... -------------------- no "gcc -I/usr/include/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" conftest.c: In function ‘main’: conftest.c:5:25: error: ‘CURL_SSLVERSION_SSLV2’ undeclared (first use in this function) int test = (int)CURL_SSLVERSION_SSLV2; ^ conftest.c:5:25: note: each undeclared identifier is reported only once for each function it appears in 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... -------------------- no "gcc -I/usr/include/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" conftest.c: In function ‘main’: conftest.c:5:25: error: ‘CURL_SSLVERSION_SSLV3’ undeclared (first use in this function) int test = (int)CURL_SSLVERSION_SSLV3; ^ conftest.c:5:25: note: each undeclared identifier is reported only once for each function it appears in 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 curl_sslversion_tlsv1_0... -------------------- no "gcc -I/usr/include/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" conftest.c: In function ‘main’: conftest.c:5:25: error: ‘CURL_SSLVERSION_TLSV1_0’ undeclared (first use in this function) int test = (int)CURL_SSLVERSION_TLSV1_0; ^ conftest.c:5:25: note: each undeclared identifier is reported only once for each function it appears in checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include <curl/curl.h> 4: int main() { 5: int test = (int)CURL_SSLVERSION_TLSV1_0; 6: return 0; 7: } /* end */ -------------------- have_constant: checking for curl_sslversion_tlsv1_1... -------------------- no "gcc -I/usr/include/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" conftest.c: In function ‘main’: conftest.c:5:25: error: ‘CURL_SSLVERSION_TLSV1_1’ undeclared (first use in this function) int test = (int)CURL_SSLVERSION_TLSV1_1; ^ conftest.c:5:25: note: each undeclared identifier is reported only once for each function it appears in checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include <curl/curl.h> 4: int main() { 5: int test = (int)CURL_SSLVERSION_TLSV1_1; 6: return 0; 7: } /* end */ -------------------- have_constant: checking for curl_sslversion_tlsv1_2... -------------------- no "gcc -I/usr/include/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" conftest.c: In function ‘main’: conftest.c:5:25: error: ‘CURL_SSLVERSION_TLSV1_2’ undeclared (first use in this function) int test = (int)CURL_SSLVERSION_TLSV1_2; ^ conftest.c:5:25: note: each undeclared identifier is reported only once for each function it appears in checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include <curl/curl.h> 4: int main() { 5: int test = (int)CURL_SSLVERSION_TLSV1_2; 6: return 0; 7: } /* end */ -------------------- have_constant: checking for curlopt_ssl_verifypeer... -------------------- yes "gcc -I/usr/include/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" 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 */ -------------------- have_constant: checking for curlopt_gssapi_delegation... -------------------- yes "gcc -I/usr/include/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_GSSAPI_DELEGATION; 6: return 0; 7: } /* end */ -------------------- have_constant: checking for curlgssapi_delegation_policy_flag... -------------------- yes "gcc -I/usr/include/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include <curl/curl.h> 4: int main() { 5: int test = (int)CURLGSSAPI_DELEGATION_POLICY_FLAG; 6: return 0; 7: } /* end */ -------------------- have_constant: checking for curlgssapi_delegation_flag... -------------------- yes "gcc -I/usr/include/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include <curl/curl.h> 4: int main() { 5: int test = (int)CURLGSSAPI_DELEGATION_FLAG; 6: return 0; 7: } /* end */ -------------------- have_constant: checking for CURLM_ADDED_ALREADY... -------------------- yes "gcc -I/usr/include/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include <curl/curl.h> 4: int main() { 5: int test = (int)CURLM_ADDED_ALREADY; 6: return 0; 7: } /* end */ -------------------- have_constant: checking for curlopt_unix_socket_path... -------------------- no "gcc -I/usr/include/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl -c conftest.c" conftest.c: In function ‘main’: conftest.c:5:25: error: ‘CURLOPT_UNIX_SOCKET_PATH’ undeclared (first use in this function) int test = (int)CURLOPT_UNIX_SOCKET_PATH; ^ conftest.c:5:25: note: each undeclared identifier is reported only once for each function it appears in checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include <curl/curl.h> 4: int main() { 5: int test = (int)CURLOPT_UNIX_SOCKET_PATH; 6: return 0; 7: } /* end */ -------------------- "gcc -I/usr/include/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -Wall -c conftest.c" checked program was: /* begin */ 1: #include "ruby.h" 2: 3: int main() { return 0; } /* end */ test_for: checking for curl_easy_escape... -------------------- yes "gcc -I/usr/include/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -Wall -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -Wall -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -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/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -Wall conftest.c -L. -L/usr/lib/x86_64-linux-gnu -L. -Wl,-z,relro -L/build/ruby2.1-bDDI0O/ruby2.1-2.1.5/debian/lib -fstack-protector -rdynamic -Wl,-export-dynamic -lruby-2.1 -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl" conftest.c: In function ‘t’: conftest.c:13:1: warning: ‘rb_thread_blocking_region’ is deprecated (declared at /usr/include/ruby-2.1.0/ruby/intern.h:870) [-Wdeprecated-declarations] int t(void) { void ((*volatile p)()); p = (void ((*)()))rb_thread_blocking_region; return 0; } ^ conftest.c:13: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 main(int argc, char **argv) 6: { 7: if (argc > 1000000) { 8: printf("%p", &t); 9: } 10: 11: return 0; 12: } 13: int t(void) { void ((*volatile p)()); p = (void ((*)()))rb_thread_blocking_region; return 0; } /* end */ -------------------- have_header: checking for ruby/thread.h... -------------------- yes "gcc -E -I/usr/include/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -Wall conftest.c -o conftest.i" checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include <ruby/thread.h> /* end */ -------------------- have_func: checking for rb_thread_call_without_gvl() in ruby/thread.h... -------------------- yes "gcc -o conftest -I/usr/include/x86_64-linux-gnu/ruby-2.1.0 -I/usr/include/ruby-2.1.0/ruby/backward -I/usr/include/ruby-2.1.0 -I. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -g -Wall conftest.c -L. -L/usr/lib/x86_64-linux-gnu -L. -Wl,-z,relro -L/build/ruby2.1-bDDI0O/ruby2.1-2.1.5/debian/lib -fstack-protector -rdynamic -Wl,-export-dynamic -lruby-2.1 -lpthread -lgmp -ldl -lcrypt -lm -lc -L/usr/lib/x86_64-linux-gnu -lcurl" conftest.c: In function ‘t’: conftest.c:15:32: warning: variable ‘p’ set but not used [-Wunused-but-set-variable] int t(void) { void ((*volatile p)()); p = (void ((*)()))rb_thread_call_without_gvl; return 0; } ^ checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include <ruby/thread.h> 4: 5: /*top*/ 6: extern int t(void); 7: int main(int argc, char **argv) 8: { 9: if (argc > 1000000) { 10: printf("%p", &t); 11: } 12: 13: return 0; 14: } 15: int t(void) { void ((*volatile p)()); p = (void ((*)()))rb_thread_call_without_gvl; return 0; } /* end */ -------------------- curb_config.h is: /* begin */ 1: #ifndef CURB_CONFIG_H 2: #define CURB_CONFIG_H 3: #define HAVE_CURLINFO_APPCONNECT_TIME 1 4: #define HAVE_CURLINFO_REDIRECT_TIME 1 5: #define HAVE_CURLINFO_RESPONSE_CODE 1 6: #define HAVE_CURLINFO_FILETIME 1 7: #define HAVE_CURLINFO_REDIRECT_COUNT 1 8: #define HAVE_CURLINFO_OS_ERRNO 1 9: #define HAVE_CURLINFO_NUM_CONNECTS 1 10: #define HAVE_CURLINFO_FTP_ENTRY_PATH 1 11: #define HAVE_CURL_VERSION_SSL 1 12: #define HAVE_CURL_VERSION_LIBZ 1 13: #define HAVE_CURL_VERSION_NTLM 1 14: #define HAVE_CURL_VERSION_GSSNEGOTIATE 1 15: #define HAVE_CURL_VERSION_DEBUG 1 16: #define HAVE_CURL_VERSION_ASYNCHDNS 1 17: #define HAVE_CURL_VERSION_SPNEGO 1 18: #define HAVE_CURL_VERSION_LARGEFILE 1 19: #define HAVE_CURL_VERSION_IDN 1 20: #define HAVE_CURL_VERSION_SSPI 1 21: #define HAVE_CURL_VERSION_CONV 1 22: #define HAVE_CURL_VERSION_HTTP2 1 23: #define HAVE_CURLPROXY_HTTP 1 24: #define HAVE_CURLPROXY_SOCKS4 1 25: #define HAVE_CURLPROXY_SOCKS4A 1 26: #define HAVE_CURLPROXY_SOCKS5 1 27: #define HAVE_CURLAUTH_BASIC 1 28: #define HAVE_CURLAUTH_DIGEST 1 29: #define HAVE_CURLAUTH_GSSNEGOTIATE 1 30: #define HAVE_CURLAUTH_NTLM 1 31: #define HAVE_CURLAUTH_ANYSAFE 1 32: #define HAVE_CURLAUTH_ANY 1 33: #define HAVE_CURLE_TFTP_NOTFOUND 1 34: #define HAVE_CURLE_TFTP_PERM 1 35: #define HAVE_CURLE_TFTP_DISKFULL 1 36: #define HAVE_CURLE_TFTP_ILLEGAL 1 37: #define HAVE_CURLE_TFTP_UNKNOWNID 1 38: #define HAVE_CURLE_TFTP_EXISTS 1 39: #define HAVE_CURLE_TFTP_NOSUCHUSER 1 40: #define HAVE_CURLE_SEND_FAIL_REWIND 1 41: #define HAVE_CURLE_SSL_ENGINE_INITFAILED 1 42: #define HAVE_CURLE_LOGIN_DENIED 1 43: #define HAVE_CURLMOPT_MAXCONNECTS 1 44: #define HAVE_CURLOPT_SEEKFUNCTION 1 45: #define HAVE_CURLOPT_SEEKDATA 1 46: #define HAVE_CURLOPT_SOCKOPTFUNCTION 1 47: #define HAVE_CURLOPT_SOCKOPTDATA 1 48: #define HAVE_CURLOPT_OPENSOCKETFUNCTION 1 49: #define HAVE_CURLOPT_OPENSOCKETDATA 1 50: #define HAVE_CURLE_CONV_FAILED 1 51: #define HAVE_CURLE_CONV_REQD 1 52: #define HAVE_CURLE_SSL_CACERT_BADFILE 1 53: #define HAVE_CURLE_REMOTE_FILE_NOT_FOUND 1 54: #define HAVE_CURLE_SSH 1 55: #define HAVE_CURLE_SSL_SHUTDOWN_FAILED 1 56: #define HAVE_CURLE_AGAIN 1 57: #define HAVE_CURLE_SSL_CRL_BADFILE 1 58: #define HAVE_CURLE_SSL_ISSUER_ERROR 1 59: #define HAVE_CURLINFO_REDIRECT_URL 1 60: #define HAVE_CURLOPT_USERNAME 1 61: #define HAVE_CURLOPT_PASSWORD 1 62: #define HAVE_CURLINFO_PRIMARY_IP 1 63: #define HAVE_CURLAUTH_DIGEST_IE 1 64: #define HAVE_CURLFTPMETHOD_MULTICWD 1 65: #define HAVE_CURLFTPMETHOD_NOCWD 1 66: #define HAVE_CURLFTPMETHOD_SINGLECWD 1 67: #define HAVE_CURLM_BAD_SOCKET 1 68: #define HAVE_CURLM_UNKNOWN_OPTION 1 69: #define HAVE_CURL_MULTI_TIMEOUT 1 70: #define HAVE_CURL_MULTI_FDSET 1 71: #define HAVE_CURL_MULTI_PERFORM 1 72: #define HAVE_CURLOPT_INTERLEAVEFUNCTION 1 73: #define HAVE_CURLOPT_INTERLEAVEDATA 1 74: #define HAVE_CURLOPT_CHUNK_BGN_FUNCTION 1 75: #define HAVE_CURLOPT_CHUNK_END_FUNCTION 1 76: #define HAVE_CURLOPT_CHUNK_DATA 1 77: #define HAVE_CURLOPT_FNMATCH_FUNCTION 1 78: #define HAVE_CURLOPT_FNMATCH_DATA 1 79: #define HAVE_CURLOPT_ERRORBUFFER 1 80: #define HAVE_CURLOPT_STDERR 1 81: #define HAVE_CURLOPT_FAILONERROR 1 82: #define HAVE_CURLOPT_URL 1 83: #define HAVE_CURLOPT_PROTOCOLS 1 84: #define HAVE_CURLOPT_REDIR_PROTOCOLS 1 85: #define HAVE_CURLOPT_PROXY 1 86: #define HAVE_CURLOPT_PROXYPORT 1 87: #define HAVE_CURLOPT_PROXYTYPE 1 88: #define HAVE_CURLOPT_NOPROXY 1 89: #define HAVE_CURLOPT_HTTPPROXYTUNNEL 1 90: #define HAVE_CURLOPT_SOCKS5_GSSAPI_SERVICE 1 91: #define HAVE_CURLOPT_SOCKS5_GSSAPI_NEC 1 92: #define HAVE_CURLOPT_INTERFACE 1 93: #define HAVE_CURLOPT_LOCALPORT 1 94: #define HAVE_CURLOPT_DNS_CACHE_TIMEOUT 1 95: #define HAVE_CURLOPT_DNS_USE_GLOBAL_CACHE 1 96: #define HAVE_CURLOPT_BUFFERSIZE 1 97: #define HAVE_CURLOPT_PORT 1 98: #define HAVE_CURLOPT_TCP_NODELAY 1 99: #define HAVE_CURLOPT_ADDRESS_SCOPE 1 100: #define HAVE_CURLOPT_NETRC 1 101: #define HAVE_CURL_NETRC_OPTIONAL 1 102: #define HAVE_CURL_NETRC_IGNORED 1 103: #define HAVE_CURL_NETRC_REQUIRED 1 104: #define HAVE_CURLOPT_NETRC_FILE 1 105: #define HAVE_CURLOPT_USERPWD 1 106: #define HAVE_CURLOPT_PROXYUSERPWD 1 107: #define HAVE_CURLOPT_USERNAME 1 108: #define HAVE_CURLOPT_PASSWORD 1 109: #define HAVE_CURLOPT_PASSWORD 1 110: #define HAVE_CURLOPT_PASSWORD 1 111: #define HAVE_CURLOPT_HTTPAUTH 1 112: #define HAVE_CURLAUTH_DIGEST_IE 1 113: #define HAVE_CURLAUTH_ONLY 1 114: #define HAVE_CURLOPT_TLSAUTH_TYPE 1 115: #define HAVE_CURLOPT_TLSAUTH_USERNAME 1 116: #define HAVE_CURLOPT_TLSAUTH_PASSWORD 1 117: #define HAVE_CURLOPT_PROXYAUTH 1 118: #define HAVE_CURLOPT_AUTOREFERER 1 119: #define HAVE_CURLOPT_ENCODING 1 120: #define HAVE_CURLOPT_FOLLOWLOCATION 1 121: #define HAVE_CURLOPT_UNRESTRICTED_AUTH 1 122: #define HAVE_CURLOPT_MAXREDIRS 1 123: #define HAVE_CURLOPT_POSTREDIR 1 124: #define HAVE_CURLOPT_PUT 1 125: #define HAVE_CURLOPT_POST 1 126: #define HAVE_CURLOPT_POSTFIELDS 1 127: #define HAVE_CURLOPT_POSTFIELDSIZE 1 128: #define HAVE_CURLOPT_POSTFIELDSIZE_LARGE 1 129: #define HAVE_CURLOPT_COPYPOSTFIELDS 1 130: #define HAVE_CURLOPT_HTTPPOST 1 131: #define HAVE_CURLOPT_REFERER 1 132: #define HAVE_CURLOPT_USERAGENT 1 133: #define HAVE_CURLOPT_HTTPHEADER 1 134: #define HAVE_CURLOPT_HTTP200ALIASES 1 135: #define HAVE_CURLOPT_COOKIE 1 136: #define HAVE_CURLOPT_COOKIEFILE 1 137: #define HAVE_CURLOPT_COOKIEJAR 1 138: #define HAVE_CURLOPT_COOKIESESSION 1 139: #define HAVE_CURLOPT_COOKIELIST 1 140: #define HAVE_CURLOPT_HTTPGET 1 141: #define HAVE_CURLOPT_HTTP_VERSION 1 142: #define HAVE_CURL_HTTP_VERSION_NONE 1 143: #define HAVE_CURL_HTTP_VERSION_1_0 1 144: #define HAVE_CURL_HTTP_VERSION_1_1 1 145: #define HAVE_CURLOPT_IGNORE_CONTENT_LENGTH 1 146: #define HAVE_CURLOPT_HTTP_CONTENT_DECODING 1 147: #define HAVE_CURLOPT_HTTP_TRANSFER_DECODING 1 148: #define HAVE_CURLOPT_MAIL_FROM 1 149: #define HAVE_CURLOPT_MAIL_RCPT 1 150: #define HAVE_CURLOPT_TFTP_BLKSIZE 1 151: #define HAVE_CURLOPT_FTPPORT 1 152: #define HAVE_CURLOPT_QUOTE 1 153: #define HAVE_CURLOPT_POSTQUOTE 1 154: #define HAVE_CURLOPT_PREQUOTE 1 155: #define HAVE_CURLOPT_DIRLISTONLY 1 156: #define HAVE_CURLOPT_APPEND 1 157: #define HAVE_CURLOPT_FTP_USE_EPRT 1 158: #define HAVE_CURLOPT_FTP_USE_EPSV 1 159: #define HAVE_CURLOPT_FTP_USE_PRET 1 160: #define HAVE_CURLOPT_FTP_CREATE_MISSING_DIRS 1 161: #define HAVE_CURLOPT_FTP_RESPONSE_TIMEOUT 1 162: #define HAVE_CURLOPT_FTP_ALTERNATIVE_TO_USER 1 163: #define HAVE_CURLOPT_FTP_SKIP_PASV_IP 1 164: #define HAVE_CURLOPT_FTPSSLAUTH 1 165: #define HAVE_CURLFTPAUTH_DEFAULT 1 166: #define HAVE_CURLFTPAUTH_SSL 1 167: #define HAVE_CURLFTPAUTH_TLS 1 168: #define HAVE_CURLOPT_FTP_SSL_CCC 1 169: #define HAVE_CURLFTPSSL_CCC_NONE 1 170: #define HAVE_CURLFTPSSL_CCC_PASSIVE 1 171: #define HAVE_CURLFTPSSL_CCC_ACTIVE 1 172: #define HAVE_CURLOPT_FTP_ACCOUNT 1 173: #define HAVE_CURLOPT_FTP_FILEMETHOD 1 174: #define HAVE_CURLFTPMETHOD_MULTICWD 1 175: #define HAVE_CURLFTPMETHOD_NOCWD 1 176: #define HAVE_CURLFTPMETHOD_SINGLECWD 1 177: #define HAVE_CURLOPT_RTSP_REQUEST 1 178: #define HAVE_CURL_RTSPREQ_OPTIONS 1 179: #define HAVE_CURL_RTSPREQ_DESCRIBE 1 180: #define HAVE_CURL_RTSPREQ_ANNOUNCE 1 181: #define HAVE_CURL_RTSPREQ_SETUP 1 182: #define HAVE_CURL_RTSPREQ_PLAY 1 183: #define HAVE_CURL_RTSPREQ_PAUSE 1 184: #define HAVE_CURL_RTSPREQ_TEARDOWN 1 185: #define HAVE_CURL_RTSPREQ_GET_PARAMETER 1 186: #define HAVE_CURL_RTSPREQ_SET_PARAMETER 1 187: #define HAVE_CURL_RTSPREQ_RECORD 1 188: #define HAVE_CURL_RTSPREQ_RECEIVE 1 189: #define HAVE_CURLOPT_RTSP_SESSION_ID 1 190: #define HAVE_CURLOPT_RTSP_STREAM_URI 1 191: #define HAVE_CURLOPT_RTSP_TRANSPORT 1 192: #define HAVE_CURLOPT_RTSP_CLIENT_CSEQ 1 193: #define HAVE_CURLOPT_RTSP_SERVER_CSEQ 1 194: #define HAVE_CURLOPT_TRANSFERTEXT 1 195: #define HAVE_CURLOPT_PROXY_TRANSFER_MODE 1 196: #define HAVE_CURLOPT_CRLF 1 197: #define HAVE_CURLOPT_RANGE 1 198: #define HAVE_CURLOPT_RESUME_FROM 1 199: #define HAVE_CURLOPT_RESUME_FROM_LARGE 1 200: #define HAVE_CURLOPT_CUSTOMREQUEST 1 201: #define HAVE_CURLOPT_FILETIME 1 202: #define HAVE_CURLOPT_NOBODY 1 203: #define HAVE_CURLOPT_INFILESIZE 1 204: #define HAVE_CURLOPT_INFILESIZE_LARGE 1 205: #define HAVE_CURLOPT_UPLOAD 1 206: #define HAVE_CURLOPT_MAXFILESIZE 1 207: #define HAVE_CURLOPT_MAXFILESIZE_LARGE 1 208: #define HAVE_CURLOPT_TIMECONDITION 1 209: #define HAVE_CURLOPT_TIMEVALUE 1 210: #define HAVE_CURLOPT_TIMEOUT 1 211: #define HAVE_CURLOPT_TIMEOUT_MS 1 212: #define HAVE_CURLOPT_LOW_SPEED_LIMIT 1 213: #define HAVE_CURLOPT_LOW_SPEED_TIME 1 214: #define HAVE_CURLOPT_MAX_SEND_SPEED_LARGE 1 215: #define HAVE_CURLOPT_MAX_RECV_SPEED_LARGE 1 216: #define HAVE_CURLOPT_MAXCONNECTS 1 217: #define HAVE_CURLOPT_CLOSEPOLICY 1 218: #define HAVE_CURLOPT_FRESH_CONNECT 1 219: #define HAVE_CURLOPT_FORBID_REUSE 1 220: #define HAVE_CURLOPT_CONNECTTIMEOUT 1 221: #define HAVE_CURLOPT_CONNECTTIMEOUT_MS 1 222: #define HAVE_CURLOPT_IPRESOLVE 1 223: #define HAVE_CURL_IPRESOLVE_WHATEVER 1 224: #define HAVE_CURL_IPRESOLVE_V4 1 225: #define HAVE_CURL_IPRESOLVE_V6 1 226: #define HAVE_CURLOPT_CONNECT_ONLY 1 227: #define HAVE_CURLOPT_USE_SSL 1 228: #define HAVE_CURLUSESSL_NONE 1 229: #define HAVE_CURLUSESSL_TRY 1 230: #define HAVE_CURLUSESSL_CONTROL 1 231: #define HAVE_CURLUSESSL_ALL 1 232: #define HAVE_CURLOPT_RESOLVE 1 233: #define HAVE_CURLOPT_SSLCERT 1 234: #define HAVE_CURLOPT_SSLCERTTYPE 1 235: #define HAVE_CURLOPT_SSLKEY 1 236: #define HAVE_CURLOPT_SSLKEYTYPE 1 237: #define HAVE_CURLOPT_KEYPASSWD 1 238: #define HAVE_CURLOPT_SSLENGINE 1 239: #define HAVE_CURLOPT_SSLENGINE_DEFAULT 1 240: #define HAVE_CURLOPT_SSLVERSION 1 241: #define HAVE_CURL_SSLVERSION_DEFAULT 1 242: #define HAVE_CURLOPT_SSL_VERIFYPEER 1 243: #define HAVE_CURLOPT_CAINFO 1 244: #define HAVE_CURLOPT_ISSUERCERT 1 245: #define HAVE_CURLOPT_CAPATH 1 246: #define HAVE_CURLOPT_CRLFILE 1 247: #define HAVE_CURLOPT_SSL_VERIFYHOST 1 248: #define HAVE_CURLOPT_CERTINFO 1 249: #define HAVE_CURLOPT_RANDOM_FILE 1 250: #define HAVE_CURLOPT_EGDSOCKET 1 251: #define HAVE_CURLOPT_SSL_CIPHER_LIST 1 252: #define HAVE_CURLOPT_SSL_SESSIONID_CACHE 1 253: #define HAVE_CURLOPT_KRBLEVEL 1 254: #define HAVE_CURLOPT_SSH_AUTH_TYPES 1 255: #define HAVE_CURLOPT_SSH_HOST_PUBLIC_KEY_MD5 1 256: #define HAVE_CURLOPT_SSH_PUBLIC_KEYFILE 1 257: #define HAVE_CURLOPT_SSH_PRIVATE_KEYFILE 1 258: #define HAVE_CURLOPT_SSH_KNOWNHOSTS 1 259: #define HAVE_CURLOPT_SSH_KEYFUNCTION 1 260: #define HAVE_CURLKHSTAT_FINE_ADD_TO_FILE 1 261: #define HAVE_CURLKHSTAT_FINE 1 262: #define HAVE_CURLKHSTAT_REJECT 1 263: #define HAVE_CURLKHSTAT_DEFER 1 264: #define HAVE_CURLOPT_SSH_KEYDATA 1 265: #define HAVE_CURLOPT_PRIVATE 1 266: #define HAVE_CURLOPT_SHARE 1 267: #define HAVE_CURLOPT_NEW_FILE_PERMS 1 268: #define HAVE_CURLOPT_NEW_DIRECTORY_PERMS 1 269: #define HAVE_CURLOPT_TELNETOPTIONS 1 270: #define HAVE_CURLE_NOT_BUILT_IN 1 271: #define HAVE_CURLE_OBSOLETE 1 272: #define HAVE_CURLOPT_GSSAPI_DELEGATION 1 273: #define HAVE_CURLGSSAPI_DELEGATION_POLICY_FLAG 1 274: #define HAVE_CURLGSSAPI_DELEGATION_FLAG 1 275: #define HAVE_CURLM_ADDED_ALREADY 1 276: #define HAVE_CURL_EASY_ESCAPE 1 277: #define HAVE_RB_THREAD_BLOCKING_REGION 1 278: #define HAVE_RUBY_THREAD_H 1 279: #define HAVE_RB_THREAD_CALL_WITHOUT_GVL 1 280: #endif /* end */