summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-11-11 18:33:23 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-11-11 18:33:23 +0000
commit0c0643d0c14bab007848538c44110f5bd58ca506 (patch)
treec08b6351fb5ff12f3f01e8659f243b8da550621a /config_h.SH
parent68d873c6705870e19566e8337d808952cc8ec13e (diff)
downloadperl-0c0643d0c14bab007848538c44110f5bd58ca506.tar.gz
Add getpagesize() probing, on non-UNIX guess 'undef'.
p4raw-id: //depot/perl@7646
Diffstat (limited to 'config_h.SH')
-rw-r--r--config_h.SH7
1 files changed, 7 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH
index a6306274db..24247a8c51 100644
--- a/config_h.SH
+++ b/config_h.SH
@@ -1507,6 +1507,13 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
*/
#$d_getnetprotos 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.
+ */
+#$d_getpagsz 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.