diff options
Diffstat (limited to 'src/getpagesize.h')
| -rw-r--r-- | src/getpagesize.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/getpagesize.h b/src/getpagesize.h index 5c3180dc36e..ab54062f912 100644 --- a/src/getpagesize.h +++ b/src/getpagesize.h | |||
| @@ -43,13 +43,9 @@ Boston, MA 02110-1301, USA. */ | |||
| 43 | # define CLSIZE 1 | 43 | # define CLSIZE 1 |
| 44 | # endif /* no CLSIZE */ | 44 | # endif /* no CLSIZE */ |
| 45 | # else /* no NBPG */ | 45 | # else /* no NBPG */ |
| 46 | # ifdef NBPC | ||
| 47 | # define getpagesize() NBPC | ||
| 48 | # else /* no NBPC */ | ||
| 49 | # ifdef PAGESIZE | 46 | # ifdef PAGESIZE |
| 50 | # define getpagesize() PAGESIZE | 47 | # define getpagesize() PAGESIZE |
| 51 | # endif /* PAGESIZE */ | 48 | # endif /* PAGESIZE */ |
| 52 | # endif /* no NBPC */ | ||
| 53 | # endif /* no NBPG */ | 49 | # endif /* no NBPG */ |
| 54 | # endif /* no EXEC_PAGESIZE */ | 50 | # endif /* no EXEC_PAGESIZE */ |
| 55 | # else /* no HAVE_SYS_PARAM_H */ | 51 | # else /* no HAVE_SYS_PARAM_H */ |