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 | fdbe0d61b170c53047a3d1f7c832e3ddc65bd011 (patch) | |
tree | c08b6351fb5ff12f3f01e8659f243b8da550621a /Porting/config_H | |
parent | c096c23f50c7b4158fb3904b4122e997b436c1da (diff) | |
download | perl-fdbe0d61b170c53047a3d1f7c832e3ddc65bd011.tar.gz |
Add getpagesize() probing, on non-UNIX guess 'undef'.
p4raw-id: //depot/perl@7646
Diffstat (limited to 'Porting/config_H')
-rw-r--r-- | Porting/config_H | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/Porting/config_H b/Porting/config_H index 4cc858bb63..d60b970d97 100644 --- a/Porting/config_H +++ b/Porting/config_H @@ -17,7 +17,7 @@ /* * Package name : perl5 * Source directory : /m/fs/work/work/permanent/perl/pp4/perl - * Configuration time: Sat Nov 4 02:04:31 EET 2000 + * Configuration time: Sat Nov 11 18:52:36 EET 2000 * Configured by : jhi * Target system : osf1 alpha.hut.fi v4.0 878 alpha */ @@ -1487,6 +1487,13 @@ */ #define HAS_GETNET_PROTOS /**/ +/* 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_GETPROTOENT: * This symbol, if defined, indicates that the getprotoent() routine is * available to look up protocols in some data base or another. @@ -2044,7 +2051,7 @@ #define FILE_cnt(fp) ((fp)->_cnt) #define STDIO_CNT_LVALUE /**/ /*#define STDIO_PTR_LVAL_SETS_CNT / **/ -/*#define STDIO_PTR_LVAL_NOCHANGE_CNT / **/ +#define STDIO_PTR_LVAL_NOCHANGE_CNT /**/ #endif /* USE_STDIO_BASE: |