import source from 1.3.40
[external/swig.git] / Tools / WAD / Misc / fileheader
1 /* ----------------------------------------------------------------------------- 
2  * segment.c
3  *
4  *     This file provides access to the virtual memory map of a process
5  *     including the location of the executable, data segments, shared
6  *     libraries, and memory mapped regions.  This information is 
7  *     obtained through /proc.
8  * 
9  * Author(s) : David Beazley (beazley@cs.uchicago.edu)
10  *
11  * Copyright (C) 2000.  The University of Chicago. 
12  * 
13  * This library is free software; you can redistribute it and/or
14  * modify it under the terms of the GNU Lesser General Public
15  * License as published by the Free Software Foundation; either
16  * version 2.1 of the License, or (at your option) any later version.
17  *
18  * This library is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
21  * Lesser General Public License for more details.
22  *
23  * You should have received a copy of the GNU Lesser General Public
24  * License along with this library; if not, write to the Free Software
25  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
26  * 
27  * See the file COPYING for a complete copy of the LGPL.
28  * ----------------------------------------------------------------------------- */