aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/memorypool.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/memorypool.c')
-rw-r--r--src/microhttpd/memorypool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/memorypool.c b/src/microhttpd/memorypool.c
index a4207a92..475e4007 100644
--- a/src/microhttpd/memorypool.c
+++ b/src/microhttpd/memorypool.c
@@ -68,7 +68,7 @@
68#if defined(PAGE_SIZE) 68#if defined(PAGE_SIZE)
69#define MHD_DEF_PAGE_SIZE_ PAGE_SIZE 69#define MHD_DEF_PAGE_SIZE_ PAGE_SIZE
70#elif defined(PAGESIZE) 70#elif defined(PAGESIZE)
71#define MHD_DEF_PAGE_SIZE_ PAGE_SIZE 71#define MHD_DEF_PAGE_SIZE_ PAGESIZE
72#else /* ! PAGESIZE */ 72#else /* ! PAGESIZE */
73#define MHD_DEF_PAGE_SIZE_ (4096) 73#define MHD_DEF_PAGE_SIZE_ (4096)
74#endif /* ! PAGESIZE */ 74#endif /* ! PAGESIZE */