diff options
-rw-r--r-- | zone.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -4,10 +4,6 @@ #include <stdint.h> #include <stddef.h> -#ifndef ZONE_MIN_CAPACITY -#define ZONE_MIN_CAPACITY 1024 -#endif - #ifndef ZONE_BACKEND #ifdef __unix__ #define ZONE_BACKEND ZONE_USE_MMAP |