|
|
|
@ -22,20 +22,3 @@ Index: libaegis/input.h
|
|
|
|
|
/**
|
|
|
|
|
* The input_ty abstract class represent a generic input source.
|
|
|
|
|
*/
|
|
|
|
|
Index: libaegis/input/curl.h
|
|
|
|
|
--- libaegis/input/curl.h.orig 2006-03-29 11:07:48 +0200
|
|
|
|
|
+++ libaegis/input/curl.h 2006-04-11 08:52:55 +0200
|
|
|
|
|
@@ -27,7 +27,6 @@
|
|
|
|
|
|
|
|
|
|
#include <libaegis/input.h>
|
|
|
|
|
|
|
|
|
|
-#ifdef HAVE_LIBCURL
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* The input_curl class is used to represent an input obtained via
|
|
|
|
|
@@ -153,5 +152,4 @@
|
|
|
|
|
return input_curl::looks_likely(nstring(fn));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
-#endif // HAVE_LIBCURL
|
|
|
|
|
#endif // LIBAEGIS_INPUT_CURL_H
|
|
|
|
|