Next: , Previous: , Up: iklib   [Index]


6.5 Configuration options inspection

The following bindings are exported by the library (vicare system options).

Function: vicare-built-with-arguments-validation-enabled

Return #t if the package was installed along with procedure arguments validation enabled; otherwise return #f.

Function: vicare-built-with-descriptive-labels-generation

Return #t if the package was installed along with descriptive labels generation; otherwise return #f.

Function: vicare-built-with-srfi-enabled

Return #t if the package was installed along with the SRFI libraries; otherwise return #f.

Function: vicare-built-with-iconv-enabled

Return #t if the package was configured with bindings to Libiconv enabled; otherwise return #f.

Function: vicare-built-with-ffi-enabled

Return #t if the package was configured with bindings to Libffi enabled; otherwise return #f.

Function: vicare-built-with-posix-enabled

Return #t if the package was configured with POSIX features enabled; otherwise return #f.

Function: vicare-built-with-glibc-enabled

Return #t if the package was configured with GNU C Library features enabled; otherwise return #f.

Function: vicare-built-with-linux-enabled

Return #t if the package was configured with Linux features enabled; otherwise return #f.