Mercurial > hg > xemacs-beta
comparison src/getpagesize.h @ 440:8de8e3f6228a r21-2-28
Import from CVS: tag r21-2-28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:33:38 +0200 |
parents | 3ecd8885ac67 |
children | aa5ed11f473b |
comparison
equal
deleted
inserted
replaced
439:357dd071b03c | 440:8de8e3f6228a |
---|---|
14 along with XEmacs; see the file COPYING. If not, write to | 14 along with XEmacs; see the file COPYING. If not, write to |
15 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 15 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
16 Boston, MA 02111-1307, USA. */ | 16 Boston, MA 02111-1307, USA. */ |
17 | 17 |
18 /* Synched up with: FSF 19.30. */ | 18 /* Synched up with: FSF 19.30. */ |
19 | |
20 #ifndef INCLUDED_getpagesize_h_ | |
21 #define INCLUDED_getpagesize_h_ | |
19 | 22 |
20 /* Emulate getpagesize on systems that lack it. */ | 23 /* Emulate getpagesize on systems that lack it. */ |
21 | 24 |
22 #if 0 | 25 #if 0 |
23 #ifdef __hpux | 26 #ifdef __hpux |
62 #endif /* no NBPG */ | 65 #endif /* no NBPG */ |
63 #endif /* no EXEC_PAGESIZE */ | 66 #endif /* no EXEC_PAGESIZE */ |
64 #endif /* _SC_PAGESIZE */ | 67 #endif /* _SC_PAGESIZE */ |
65 #endif /* not HAVE_GETPAGESIZE */ | 68 #endif /* not HAVE_GETPAGESIZE */ |
66 | 69 |
70 #endif /* INCLUDED_getpagesize_h_ */ |