pkg_depends: add missing parse_replacelist() prototype
[oweals/opkg-lede.git] / libopkg / opkg_conf.h
index e81133773627a86eb303671b13b8e3666d178371..9cf76811a184591e913ff683c198203827b18e10 100644 (file)
@@ -21,8 +21,6 @@
 typedef struct opkg_conf opkg_conf_t;
 extern opkg_conf_t *conf;
 
-#include "config.h"
-
 #include <stdarg.h>
 #include <fnmatch.h>           /* FNM_CASEFOLD */
 
@@ -91,25 +89,6 @@ struct opkg_conf {
        int download_only;
        char *cache;
 
-#ifdef HAVE_SSLCURL
-       /* some options could be used by
-        * wget if curl support isn't builtin
-        * If someone want to try...
-        */
-       char *ssl_engine;
-       char *ssl_cert;
-       char *ssl_cert_type;
-       char *ssl_key;
-       char *ssl_key_type;
-       char *ssl_key_passwd;
-       char *ssl_ca_file;
-       char *ssl_ca_path;
-       int ssl_dont_verify_peer;
-#endif
-#ifdef HAVE_PATHFINDER
-       int check_x509_path;
-#endif
-
        /* proxy options */
        char *http_proxy;
        char *ftp_proxy;