comparison src/getpagesize.h @ 412:697ef44129c6 r21-2-14

Import from CVS: tag r21-2-14
author cvs
date Mon, 13 Aug 2007 11:20:41 +0200
parents 74fd4e045ea6
children
comparison
equal deleted inserted replaced
411:12e008d41344 412:697ef44129c6
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_
22 19
23 /* Emulate getpagesize on systems that lack it. */ 20 /* Emulate getpagesize on systems that lack it. */
24 21
25 #if 0 22 #if 0
26 #ifdef __hpux 23 #ifdef __hpux
65 #endif /* no NBPG */ 62 #endif /* no NBPG */
66 #endif /* no EXEC_PAGESIZE */ 63 #endif /* no EXEC_PAGESIZE */
67 #endif /* _SC_PAGESIZE */ 64 #endif /* _SC_PAGESIZE */
68 #endif /* not HAVE_GETPAGESIZE */ 65 #endif /* not HAVE_GETPAGESIZE */
69 66
70 #endif /* INCLUDED_getpagesize_h_ */