diff 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
line wrap: on
line diff
--- a/src/getpagesize.h	Mon Aug 13 10:03:54 2007 +0200
+++ b/src/getpagesize.h	Mon Aug 13 10:04:58 2007 +0200
@@ -29,10 +29,6 @@
   
 #ifndef HAVE_GETPAGESIZE
 
-#ifdef VMS
-#define getpagesize() 512
-#endif
-
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>
 #endif