Add queue.h from NetBSD rev 1.50, verbatim.
This will be used shortly to handle dependencies with xbps-bin. --HG-- extra : convert_revision : a4e58303b7cc6a2a99c8874d0154fea4bcccbd11
This commit is contained in:
parent
6f707b7d2a
commit
a928bf02e2
2 changed files with 705 additions and 7 deletions
|
@ -42,13 +42,9 @@
|
|||
/* Default PATH for the plist file to register installed packages. */
|
||||
#define XBPS_REGPKGDB_DEFPATH "/var/cache/xbps/regpkgdb.plist"
|
||||
|
||||
/* API to handle plist files */
|
||||
#include "plist.h"
|
||||
|
||||
/* SHA256 implementation */
|
||||
#include "sha256.h"
|
||||
|
||||
/* NetBSD humanize_number() */
|
||||
#include "humanize_number.h"
|
||||
#include "plist.h"
|
||||
#include "sha256.h"
|
||||
#include "queue.h"
|
||||
|
||||
#endif /* !_XBPS_API_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue