Next: Utility Minimums, Previous: Pathconf, Up: System Configuration
The POSIX.2 standard specifies certain system limits that you can access
through sysconf
that apply to utility behavior rather than the
behavior of the library or the operating system.
The GNU C library defines macros for these limits, and sysconf
returns values for them if you ask; but these values convey no
meaningful information. They are simply the smallest values that
POSIX.2 permits.
The largest number of elements in one array that the
bc
utility is guaranteed to support.
The largest number of characters in one string constant that the
bc
utility is guaranteed to support.
The largest number of weights that can necessarily be used in defining the collating sequence for a locale.
The maximum number of expressions that can be nested within parenthesis by the
expr
utility.