mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
get rid of NEW_CURL hack, this API is long obsolete
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