mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 00:11:08 +02:00
get rid of NEW_CURL hack, this API is long obsolete
Origin commit data
------------------
Branch: ni/coolstream
Commit: 25446f7408
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-10-06 (Sat, 06 Oct 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -146,10 +146,6 @@ void CAudiofileExt::operator=(const CAudiofileExt& src)
|
|||||||
#include <curl/curl.h>
|
#include <curl/curl.h>
|
||||||
#include <curl/easy.h>
|
#include <curl/easy.h>
|
||||||
|
|
||||||
#ifndef NEW_LIBCURL
|
|
||||||
#include <curl/types.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
struct MemoryStruct {
|
struct MemoryStruct {
|
||||||
char *memory;
|
char *memory;
|
||||||
size_t size;
|
size_t size;
|
||||||
|
@@ -58,10 +58,6 @@
|
|||||||
#include <curl/curl.h>
|
#include <curl/curl.h>
|
||||||
#include <curl/easy.h>
|
#include <curl/easy.h>
|
||||||
|
|
||||||
#ifndef NEW_LIBCURL
|
|
||||||
#include <curl/types.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <xmltree/xmlinterface.h>
|
#include <xmltree/xmlinterface.h>
|
||||||
|
|
||||||
#ifdef __USE_FILE_OFFSET64
|
#ifdef __USE_FILE_OFFSET64
|
||||||
|
@@ -58,10 +58,6 @@
|
|||||||
#include <curl/curl.h>
|
#include <curl/curl.h>
|
||||||
#include <curl/easy.h>
|
#include <curl/easy.h>
|
||||||
|
|
||||||
#ifndef NEW_LIBCURL
|
|
||||||
#include <curl/types.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
@@ -24,10 +24,6 @@
|
|||||||
#include <curl/curl.h>
|
#include <curl/curl.h>
|
||||||
#include <curl/easy.h>
|
#include <curl/easy.h>
|
||||||
|
|
||||||
#ifndef NEW_LIBCURL
|
|
||||||
#include <curl/types.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <global.h>
|
#include <global.h>
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user