comparison src/getpagesize.h @ 272:c5d627a313b1 r21-0b34

Import from CVS: tag r21-0b34
author cvs
date Mon, 13 Aug 2007 10:28:48 +0200
parents 41ff10fd062f
children 74fd4e045ea6
comparison
equal deleted inserted replaced
271:c7b7086b0a39 272:c5d627a313b1
24 #include <sys/types.h> 24 #include <sys/types.h>
25 static size_t getpagesize() { return( 4096 ); } 25 static size_t getpagesize() { return( 4096 ); }
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 31
32 #ifdef HAVE_UNISTD_H 32 #ifdef HAVE_UNISTD_H
33 #include <unistd.h> 33 #include <unistd.h>
34 #endif 34 #endif