comparison src/getpagesize.h @ 36226:c8fb06423da0

Add copyright notice.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 20 Feb 2001 13:36:21 +0000
parents 4f9e6148ce6a
children 695cf19ef79e d7ddb3e565de
comparison
equal deleted inserted replaced
36225:2a73e688d635 36226:c8fb06423da0
1 /* Emulate getpagesize on systems that lack it. */ 1 /* Emulate getpagesize on systems that lack it.
2 Copyright (C) 1986, 1992, 1995, 2001 Free Software Foundation, Inc.
3
4 This file is part of GNU Emacs.
5
6 GNU Emacs is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 2, or (at your option)
9 any later version.
10
11 GNU Emacs is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
15
16 You should have received a copy of the GNU General Public License
17 along with GNU Emacs; see the file COPYING. If not, write to
18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19 Boston, MA 02111-1307, USA. */
2 20
3 #ifndef HAVE_GETPAGESIZE 21 #ifndef HAVE_GETPAGESIZE
4 22
5 # ifdef VMS 23 # ifdef VMS
6 # define getpagesize() 512 24 # define getpagesize() 512