[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Minios-devel] [UNIKRAFT/SQLITE V4 PATCH 4/6] include/config.h: Disable features that are not available on Unikraft



Some of these features have to enabled back when we will support them.

Signed-off-by: Gaulthier Gain <gaulthier.gain@xxxxxxxxx>
---
 include/config.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/config.h b/include/config.h
index 71151c1..77a6d76 100644
--- a/include/config.h
+++ b/include/config.h
@@ -41,7 +41,7 @@
 #define HAVE_MALLOC_H 1
 
 /* Define to 1 if you have the `malloc_usable_size' function. */
-#define HAVE_MALLOC_USABLE_SIZE 1
+/* #define HAVE_MALLOC_USABLE_SIZE 1 */
 
 /* Define to 1 if you have the <memory.h> header file. */
 #define HAVE_MEMORY_H 1
@@ -50,13 +50,13 @@
 #define HAVE_PREAD 1
 
 /* Define to 1 if you have the pread64() function. */
-#define HAVE_PREAD64 1
+/* #define HAVE_PREAD64 1 */
 
 /* Define to 1 if you have the pwrite() function. */
 #define HAVE_PWRITE 1
 
 /* Define to 1 if you have the pwrite64() function. */
-#define HAVE_PWRITE64 1
+/* #define HAVE_PWRITE64 1 */
 
 /* Define to 1 if you have the <stdint.h> header file. */
 #define HAVE_STDINT_H 1
-- 
2.11.0


_______________________________________________
Minios-devel mailing list
Minios-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/minios-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.