diff options
Diffstat (limited to 'libctf/config.h.in')
-rw-r--r-- | libctf/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libctf/config.h.in b/libctf/config.h.in index 897587e..2ddd512 100644 --- a/libctf/config.h.in +++ b/libctf/config.h.in @@ -3,6 +3,9 @@ /* Define if building universal (internal helper macro) */ #undef AC_APPLE_UNIVERSAL_BUILD +/* Enable expensive debugging of CTF deduplication type hashing */ +#undef ENABLE_LIBCTF_HASH_DEBUGGING + /* Define to 1 if translation of program messages to the user's native language is requested. */ #undef ENABLE_NLS |