From 0c0643d0c14bab007848538c44110f5bd58ca506 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Sat, 11 Nov 2000 18:33:23 +0000 Subject: Add getpagesize() probing, on non-UNIX guess 'undef'. p4raw-id: //depot/perl@7646 --- vos/config.ga.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'vos/config.ga.h') 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 -- cgit v1.2.1