Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
configure: stdint.h and inttypes.h are available on all our targets
Baptiste Daroussin committed 3 months ago
commit 1abf29390fd24808a2b264d4c93750c91f0c2b5b
parent 7cb692c
2 files changed +2 -1
modified auto.def
@@ -166,7 +166,6 @@ cc-with { -includes sys/stat.h } {

# check for sqlite
cc-check-functions strchrnul
-
cc-check-includes stdint.h inttypes.h

# check for pkg itself
cc-check-functions arc4random arc4random_stir chflagsat \
modified external/sqlite/sqlite_cfg.h
@@ -7,6 +7,8 @@
#define HAVE_LSTAT 1
#define HAVE_READLINK 1
#define HAVE_STRERROR_R 1
+
#define HAVE_STDINT_H 1
+
#define HAVE_INTTYPES_H 1
#ifndef __APPLE__
#define HAVE_FDATASYNC 1
#endif