diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-11-11 18:33:23 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-11-11 18:33:23 +0000 |
commit | 0c0643d0c14bab007848538c44110f5bd58ca506 (patch) | |
tree | c08b6351fb5ff12f3f01e8659f243b8da550621a /vos/config.ga.h | |
parent | 68d873c6705870e19566e8337d808952cc8ec13e (diff) | |
download | perl-0c0643d0c14bab007848538c44110f5bd58ca506.tar.gz |
Add getpagesize() probing, on non-UNIX guess 'undef'.
p4raw-id: //depot/perl@7646
Diffstat (limited to 'vos/config.ga.h')
-rw-r--r-- | vos/config.ga.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vos/config.ga.h b/vos/config.ga.h index 26cb1769f9..4bea2da04c 100644 --- a/vos/config.ga.h +++ b/vos/config.ga.h @@ -220,6 +220,13 @@ */ #define HAS_GETLOGIN /**/ +/* HAS_GETPAGESIZE: + * This symbol, if defined, indicates that the getpagesize system call + * is available to get system page size, which is the granularity of + * many memory management calls. + */ +/*#define HAS_GETPAGESIZE /**/ + /* HAS_GETPGID: * This symbol, if defined, indicates to the C program that * the getpgid(pid) function is available to get the |