Changeset 8077
- Timestamp:
- Mar 23, 2009, 12:14:41 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/daemon/remote.c
r8043 r8077 1282 1282 curl = curl_easy_init( ); 1283 1283 curl_easy_setopt( curl, CURLOPT_VERBOSE, debug ); 1284 #ifdef HAVE_LIBZ 1284 #ifdef HAVE_ZLIB 1285 fprintf( stderr, "asdfasdfasdf\n" ); 1285 1286 curl_easy_setopt( curl, CURLOPT_ENCODING, "deflate" ); 1286 1287 #endif
Note: See TracChangeset
for help on using the changeset viewer.