# HG changeset patch # User Mike Miller # Date 1346986911 14400 # Node ID 9f9a7ae2d263c16cd4daf6cb01dc0cfdbcd68392 # Parent 5ddeef055df32175cb5a211197ceb60129c2bddf Revert changeset c267a3522d6c to replace with a better solution * urlwrite.cc: Remove conditional on libcurl library version. diff -r 5ddeef055df3 -r 9f9a7ae2d263 libinterp/dldfcn/urlwrite.cc --- a/libinterp/dldfcn/urlwrite.cc Thu Sep 06 21:21:04 2012 +0200 +++ b/libinterp/dldfcn/urlwrite.cc Thu Sep 06 23:01:51 2012 -0400 @@ -55,11 +55,6 @@ #include #include -// Backwards compatibility for curl < 7.17.0 -#if LIBCURL_VERSION_NUM < 0x071100 -#define CURLOPT_DIRLISTONLY CURLOPT_FTPLISTONLY -#endif - static int write_data (void *buffer, size_t size, size_t nmemb, void *streamp) {