comparison src/getpagesize.h @ 209:41ff10fd062f r20-4b3

Import from CVS: tag r20-4b3
author cvs
date Mon, 13 Aug 2007 10:04:58 +0200
parents 376386a54a3c
children c5d627a313b1
comparison
equal deleted inserted replaced
208:f427b8ec4379 209:41ff10fd062f
26 #define HAVE_GETPAGESIZE 26 #define HAVE_GETPAGESIZE
27 #endif 27 #endif
28 #endif 28 #endif
29 29
30 #ifndef HAVE_GETPAGESIZE 30 #ifndef HAVE_GETPAGESIZE
31
32 #ifdef VMS
33 #define getpagesize() 512
34 #endif
35 31
36 #ifdef HAVE_UNISTD_H 32 #ifdef HAVE_UNISTD_H
37 #include <unistd.h> 33 #include <unistd.h>
38 #endif 34 #endif
39 35