Canola  0.8.D001
Functions
lib/libdir.h File Reference

Go to the source code of this file.

Functions

const char * configured_prefix (void)
const char * configured_bindir (void)
const char * configured_datadir (void)
const char * configured_datarootdir (void)
const char * configured_libdir (void)
const char * configured_mandir (void)
const char * configured_sysconfdir (void)

Function Documentation

const char* configured_bindir ( void  )

The configured_bindir function is used to retrieve the directory used to hold executable program files determined the ./configure script.

const char* configured_datadir ( void  )

The configured_datadir function is used to retrieve the library directory (architecture neutral) determined the ./configure script.

const char* configured_datarootdir ( void  )
const char* configured_libdir ( void  )

The configured_libdir function is used to retrieve the library directory (architecture specific) determined the ./configure script.

const char* configured_mandir ( void  )

The configured_mandir function is used to retrieve the manual page directory determined the ./configure script.

const char* configured_prefix ( void  )

The configured_prefix function is used to retrieve the prefix determined the ./configure script.

const char* configured_sysconfdir ( void  )

The configured_sysconfdir function is used to retrieve the system configuraton directory determined the ./configure script.