New custom configuration file format that does not need confuse.

This commit is contained in:
Juan RP
2014-02-25 16:42:52 +01:00
parent 1ad01b952a
commit f74bf1c1c8
13 changed files with 388 additions and 324 deletions

View File

@ -29,7 +29,6 @@
#include <assert.h>
#include <confuse.h>
#define LIBXBPS_PRIVATE
#include "xbps.h"
/*
@ -92,6 +91,10 @@
#endif
#ifndef __arraycount
#define __arraycount(x) (sizeof(x) / sizeof(*x))
#endif
/**
* @private
* From lib/external/dewey.c