Autoconf results.
[Compilation-only]

Here are the results of configure stored. More...

Defines

#define HAVE_VALGRIND   1
 Whether the valgrind headers were found.
#define ENABLE_DEBUG   1
 If this is defined, some re-arrangements in struct-layout are made, and additional bug-checking code may be included.
#define ENABLE_GCOV   1
 Whether gcov test-coverage is wanted.
#define WAA_WC_MD5_CHARS   0
 If set to 1, disable debug messages.
#define HAVE_LOCALES   1
 OpenBSD has no locales support.
#define AC_CV_C_UINT32_T   uint32_t
 Unsigned 32bit type.
#define HAVE_LINUX_TYPES_H   1
 Whether linux/types.h was found.
#define HAVE_LINUX_UNISTD_H   1
 Whether linux/unistd.h was found.
#define HAVE_DIRFD   1
 Whether dirfd() was found (dir__get_dir_size()).
#define HAVE_STRUCT_STAT_ST_MTIM   1
 Whether there's an additional microsecond field in struct stat.
#define HAVE_COMPARISON_FN_T   1
 The chroot jail path given at configure time.
#define HAVE_O_DIRECTORY   1
#define HAVE_LINUX_KDEV_T_H   1
 Does linux/kdev_t.h exist? Needed for MAJOR() and MINOR() macros.

Detailed Description

Here are the results of configure stored.

They get defined by the system and are used to tell FSVS whether optional parts can be activated or not.


Define Documentation

#define AC_CV_C_UINT32_T   uint32_t

Unsigned 32bit type.

The value of AC_CV_C_UINT32_T changed between autoconf 2.59e and 2.60. Since 2.60 we get yes instead of the type. And there's no HAVE_UINT32_T ... I don't seem to get that to work properly. So I changed configure.in to substitute yes to uint32_t.

Definition at line 74 of file config.h.

Referenced by cs___manber_init(), cs__read_manber_hashes(), and Version().

#define ENABLE_DEBUG   1

If this is defined, some re-arrangements in struct-layout are made, and additional bug-checking code may be included.

Definition at line 40 of file config.h.

Referenced by Version().

#define ENABLE_GCOV   1

Whether gcov test-coverage is wanted.

Definition at line 43 of file config.h.

Referenced by Version().

#define HAVE_COMPARISON_FN_T   1

The chroot jail path given at configure time.

Comparision function definition (for qsort())

Definition at line 90 of file config.h.

Referenced by Version().

#define HAVE_DIRFD   1

Whether dirfd() was found (dir__get_dir_size()).

Definition at line 82 of file config.h.

Referenced by Version().

#define HAVE_LINUX_KDEV_T_H   1

Does linux/kdev_t.h exist? Needed for MAJOR() and MINOR() macros.

Definition at line 102 of file config.h.

Referenced by Version().

#define HAVE_LINUX_TYPES_H   1

Whether linux/types.h was found.

Definition at line 77 of file config.h.

Referenced by Version().

#define HAVE_LINUX_UNISTD_H   1

Whether linux/unistd.h was found.

Definition at line 79 of file config.h.

Referenced by Version().

#define HAVE_LOCALES   1

OpenBSD has no locales support.

Definition at line 60 of file config.h.

Referenced by Version().

#define HAVE_O_DIRECTORY   1

Definition at line 95 of file config.h.

Referenced by Version().

#define HAVE_STRUCT_STAT_ST_MTIM   1

Whether there's an additional microsecond field in struct stat.

Definition at line 84 of file config.h.

Referenced by Version().

#define HAVE_VALGRIND   1

Whether the valgrind headers were found.

Then some initializers can specifically mark areas as initialized.

Definition at line 36 of file config.h.

Referenced by Version().

#define WAA_WC_MD5_CHARS   0

If set to 1, disable debug messages.

How many characters of the MD5(wc_path) are used to distinguish the WAA paths.

Definition at line 51 of file config.h.

Referenced by Version(), waa__get_waa_directory(), and waa__init().


Generated for fsvs by  doxygen 1.6.1