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 /Porting/Glossary | |
parent | 68d873c6705870e19566e8337d808952cc8ec13e (diff) | |
download | perl-0c0643d0c14bab007848538c44110f5bd58ca506.tar.gz |
Add getpagesize() probing, on non-UNIX guess 'undef'.
p4raw-id: //depot/perl@7646
Diffstat (limited to 'Porting/Glossary')
-rw-r--r-- | Porting/Glossary | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Porting/Glossary b/Porting/Glossary index 3c51bef7b6..9e17565dda 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -715,6 +715,10 @@ d_getnetprotos (d_getnetprotos.U): prototypes for the various getnet*() functions. See also netdbtype.U for probing for various netdb types. +d_getpagsz (d_getpagsz.U): + This variable conditionally defines HAS_GETPAGESIZE if getpagesize() + is available to get the system page size. + d_getpbyname (d_getprotby.U): This variable conditionally defines the HAS_GETPROTOBYNAME symbol, which indicates to the C program that the |