From 6a9b6e5aa1a9f22246a73f1abdc7e6e352aca38b Mon Sep 17 00:00:00 2001 From: kramm Date: Fri, 19 Dec 2008 08:07:45 +0000 Subject: [PATCH] added HAVE_MMAP, HAVE_SYS_MMAN_H --- config.h.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.h.in b/config.h.in index c16ea58..0d2b7ee 100644 --- a/config.h.in +++ b/config.h.in @@ -82,6 +82,9 @@ /* Define if you have the stat function. */ #undef HAVE_STAT +/* Define if you have the mmap function. */ +#undef HAVE_MMAP + /* Define if you have the header file. */ #undef HAVE_DIRENT_H @@ -115,6 +118,9 @@ /* Define if you have the header file. */ #undef HAVE_SYS_STAT_H +/* Define if you have the header file. */ +#undef HAVE_SYS_MMAN_H + /* Define if you have the header file. */ #undef HAVE_SYS_TYPES_H -- 1.7.10.4