From: Kevin Ryde Date: Wed, 15 Oct 2003 00:13:12 +0000 (+0000) Subject: Add sysconf _SC_PAGE_SIZE. X-Git-Tag: AUTOCONF-2.57g~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=611e1bece2f338ac6b366edc7e819e14b775e45f;p=thirdparty%2Fautoconf.git Add sysconf _SC_PAGE_SIZE. --- diff --git a/doc/autoconf.texi b/doc/autoconf.texi index f85fdc75..431d7343 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -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}