Disk ARchive  2.4.2
Namespaces | Enumerations | Functions
compile_time_features.hpp File Reference

nested namespace containing routines that give features activated at compile time More...

#include "../my_config.h"

Go to the source code of this file.

Namespaces

namespace  libdar
 

libdar namespace encapsulate all libdar symbols


namespace  libdar::compile_time
 

nested namespace inside libdar


Enumerations

enum  libdar::compile_time::endian { big = 'B', little = 'L', error = 'E' }
 type used to return the endian nature of the current system

Functions

bool libdar::compile_time::ea ()
 returns whether EA support has been activated at compilation time
bool libdar::compile_time::largefile ()
 returns whether largefile (>2GiB) support has been activated at compilation time
bool libdar::compile_time::nodump ()
 returns whether nodump flag support has been activated at compilation time
bool libdar::compile_time::special_alloc ()
U_I libdar::compile_time::bits ()
 returns the internal integer type used
bool libdar::compile_time::thread_safe ()
 returns whether the current libdar is thread safe
bool libdar::compile_time::libz ()
 returns whether libdar is dependent on libz and if so has gzip compression/decompression available
bool libdar::compile_time::libbz2 ()
 returns whether libdar is dependent on libbz2 and if so has bzip2 compression/decompression available
bool libdar::compile_time::liblzo ()
 returns whether libdar is dependent on liblzo and if so has lzo compression/decompression available
bool libdar::compile_time::libgcrypt ()
 returns whether libdar is dependent on libgcrypt and if so has strong encryption and hashing features available
bool libdar::compile_time::furtive_read ()
 returns whether libdar can support furtive read mode when run by privileged user
endian libdar::compile_time::system_endian ()
 returns the detected integer endian of the system

Detailed Description

nested namespace containing routines that give features activated at compile time

Definition in file compile_time_features.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines