New custom configuration file format that does not need confuse.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user