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. | |
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 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 |
| #define ENABLE_GCOV 1 |
| #define HAVE_COMPARISON_FN_T 1 |
| #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 |
| #define HAVE_LINUX_TYPES_H 1 |
| #define HAVE_LINUX_UNISTD_H 1 |
| #define HAVE_LOCALES 1 |
| #define HAVE_STRUCT_STAT_ST_MTIM 1 |
| #define HAVE_VALGRIND 1 |
| #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().
1.6.1