General Public License for more details.
*/
+#include "config.h"
+
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
General Public License for more details.
*/
+#include "config.h"
+
#include <stdio.h>
#include <dirent.h>
#include <glob.h>
General Public License for more details.
*/
+#include "config.h"
+
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
typedef struct opkg_conf opkg_conf_t;
extern opkg_conf_t *conf;
+#include "config.h"
+
#include <stdarg.h>
#include "hash_table.h"
#ifndef OPKG_DOWNLOAD_H
#define OPKG_DOWNLOAD_H
+#include "config.h"
#include "pkg.h"
typedef void (*opkg_download_progress_callback)(int percent, char *url);
General Public License for more details.
*/
+#include "config.h"
+
#include <stdio.h>
#include <time.h>
#include <signal.h>
#ifndef PKG_H
#define PKG_H
+#include "config.h"
+
#include <sys/types.h>
#include "pkg_vec.h"
General Public License for more details.
*/
+#include "config.h"
+
#include <stdio.h>
#include <ctype.h>
#include <stdio.h>
#include <fnmatch.h>
-#include "xregex.h"
#include "pkg.h"
#include "opkg_message.h"
#include "libbb/libbb.h"