summaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 93f7c6e7..834dd7b1 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -551,3 +551,7 @@ typedef ssize_t IO_SSIZE_T;
#define icalassert(...) assert(__VA_ARGS__)
#define icalerrprintf(...) fprintf(stderr, __VA_ARGS__)
+
+#define ICALMEMORY_DEFAULT_MALLOC malloc
+#define ICALMEMORY_DEFAULT_REALLOC realloc
+#define ICALMEMORY_DEFAULT_FREE free \ No newline at end of file