diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-23 11:37:42 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-23 11:37:42 +0100 |
commit | ce621815fecece2b4d8a4cb7115eb82c1cb7ed44 (patch) | |
tree | 84e74add0e3efb81a8625a92f83ed4ff9b576ac7 /package/neon | |
parent | 2c3389799c46724a4922179ff70d1230ccbe5b59 (diff) |
remove and ignore autogenerated Config.in files
Diffstat (limited to 'package/neon')
-rw-r--r-- | package/neon/Config.in | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/package/neon/Config.in b/package/neon/Config.in deleted file mode 100644 index 70609f89f..000000000 --- a/package/neon/Config.in +++ /dev/null @@ -1,31 +0,0 @@ -config ADK_PACKAGE_NEON - prompt "neon.............................. an HTTP and WebDAV client library" - tristate - default n - select ADK_PACKAGE_LIBPTHREAD - select ADK_PACKAGE_LIBOPENSSL - select ADK_PACKAGE_LIBXML2 - select ADK_PACKAGE_ZLIB - help - neon is an HTTP and WebDAV client library, with a C interface. - - Featuring: - - * High-level interface to HTTP and WebDAV methods (PUT, GET, - HEAD etc) - * Low-level interface to HTTP request handling, to allow - implementing new methods easily. - * persistent connections - * RFC2617 basic and digest authentication (including auth-int, - md5-sess) - * Proxy support (including basic/digest authentication) - * SSL/TLS support using OpenSSL (including client certificate - support) - * Generic WebDAV 207 XML response handling mechanism - * XML parsing using the expat or libxml parsers - * Easy generation of error messages from 207 error responses - * WebDAV resource manipulation: MOVE, COPY, DELETE, MKCOL. - * WebDAV metadata support: set and remove properties, query any - set of properties (PROPPATCH/PROPFIND). - * autoconf macros supplied for easily embedding neon directly - inside an application source tree. |