issues
search
radareorg
/
sdb
Simple and fast string based key-value database with support for arrays and json
https://www.radare.org/
MIT License
217
stars
62
forks
source link
Fix AIX support
#277
Closed
riptl
closed
11 months ago
riptl
commented
11 months ago
If _XOPEN_SOURCE macro is defined, SIZE_MAX disappears on AIX. So, disable it.
INT32_MAX macro doesn't exist, so patch it up.
Checklist
[ ] Closing issues: #issue
[x] Mark this if you consider it ready to merge
[ ] I've added tests (optional)
[ ] I wrote some documentation
Description
Checklist
Description