mirror of
git://git.sv.gnu.org/autoconf
synced 2024-12-03 02:00:36 +08:00
Add sysconf _SC_PAGE_SIZE.
This commit is contained in:
parent
cfc29aeec0
commit
611e1bece2
@ -3613,6 +3613,13 @@ strnlen ("foobar", 8) = 6
|
||||
strnlen ("foobar", 9) = 6
|
||||
@end example
|
||||
|
||||
@item @code{sysconf}
|
||||
@c @fuindex sysconf
|
||||
@prindex @code{sysconf}
|
||||
@code{_SC_PAGESIZE} is standard, but some older systems (eg.@: HP-UX
|
||||
9) have @code{_SC_PAGE_SIZE} instead. This can be tested with
|
||||
@code{#ifdef}.
|
||||
|
||||
@item @code{unlink}
|
||||
@c @fuindex unlink
|
||||
@prindex @code{unlink}
|
||||
|
Loading…
Reference in New Issue
Block a user