From: David MacKenzie Date: Sat, 30 Apr 1994 01:45:59 +0000 (+0000) Subject: Add HAVE_MMAP entry. X-Git-Tag: fsf-origin~661 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f763b6d9de1681592208910bcf034d4bde0c07ba;p=thirdparty%2Fautoconf.git Add HAVE_MMAP entry. --- diff --git a/acconfig.h b/acconfig.h index b45263b4f..97e976fa8 100644 --- a/acconfig.h +++ b/acconfig.h @@ -65,6 +65,9 @@ /* Define if you support file names longer than 14 characters. */ #undef HAVE_LONG_FILE_NAMES +/* Define if you have a working `mmap' system call. */ +#undef HAVE_MMAP + /* Define if you have netdb.h (and thus the rexec function). */ #undef HAVE_NETDB_H