From: kramm Date: Fri, 19 Dec 2008 08:07:45 +0000 (+0000) Subject: added HAVE_MMAP, HAVE_SYS_MMAN_H X-Git-Tag: release-0-9-0~665 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=6a9b6e5aa1a9f22246a73f1abdc7e6e352aca38b added HAVE_MMAP, HAVE_SYS_MMAN_H --- 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