This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: configure test for a mmap flag
- From: Florian Weimer <fw at deneb dot enyo dot de>
- To: Steve Kargl <sgk at troutmask dot apl dot washington dot edu>
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 30 May 2005 23:17:34 +0200
- Subject: Re: configure test for a mmap flag
- References: <20050530211023.GA15682@troutmask.apl.washington.edu>
* Steve Kargl:
> I need to add a configure test to determine if MAP_NOSYNC is
> present.
What about "#ifdef MAP_NOSYNC" in the code? Or do you invoke mmap
directly from Fortran?