summaryrefslogtreecommitdiff
path: root/uconfig.h
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 /uconfig.h
parent68d873c6705870e19566e8337d808952cc8ec13e (diff)
downloadperl-0c0643d0c14bab007848538c44110f5bd58ca506.tar.gz
Add getpagesize() probing, on non-UNIX guess 'undef'.
p4raw-id: //depot/perl@7646
Diffstat (limited to 'uconfig.h')
-rw-r--r--uconfig.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/uconfig.h b/uconfig.h
index c67806a3bb..1011fc32ad 100644
--- a/uconfig.h
+++ b/uconfig.h
@@ -1483,6 +1483,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.