/[gnulib]/gnulib/m4/mmap-anon.m4
ViewVC logotype

Diff of /gnulib/m4/mmap-anon.m4

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by haible, Mon Mar 7 17:29:29 2005 UTC revision 1.5 by eggert, Mon May 2 05:04:12 2005 UTC
# Line 1  Line 1 
1  # mmap-anon.m4 serial 2  # mmap-anon.m4 serial 3
2  dnl Copyright (C) 2005 Free Software Foundation, Inc.  dnl Copyright (C) 2005 Free Software Foundation, Inc.
3  dnl This file is free software; the Free Software Foundation  dnl This file is free software; the Free Software Foundation
4  dnl gives unlimited permission to copy and/or distribute it,  dnl gives unlimited permission to copy and/or distribute it,
# Line 27  AC_DEFUN([gl_FUNC_MMAP_ANON], Line 27  AC_DEFUN([gl_FUNC_MMAP_ANON],
27  #endif  #endif
28  ],  ],
29        [gl_have_mmap_anonymous=yes])        [gl_have_mmap_anonymous=yes])
30      if test $gl_have_mmap_anonymous = no; then      if test $gl_have_mmap_anonymous != yes; then
31        AC_EGREP_HEADER([MAP_ANON], [        AC_EGREP_CPP([I cant identify this map.], [
32  #include <sys/mman.h>  #include <sys/mman.h>
33  #ifdef MAP_ANON  #ifdef MAP_ANON
34      I cant identify this map.      I cant identify this map.

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26