diff options
author | Daniel Stone <daniel@fooishbar.org> | 2006-10-23 06:08:27 +0300 |
---|---|---|
committer | Daniel Stone <daniels@endtroducing.fooishbar.org> | 2006-10-23 06:08:27 +0300 |
commit | a7c2d9a15dc2ff253bb69c3b0738ad993521b9c7 (patch) | |
tree | 234ed1b19c3d9777a8a21140fd90bc193a761bb0 /include/kdrive-config.h.in | |
parent | c8f76fb3a473a022d497bd0acd6c84f58fc6efbe (diff) |
kdrive: numerous warning fixes
Diffstat (limited to 'include/kdrive-config.h.in')
-rw-r--r-- | include/kdrive-config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/kdrive-config.h.in b/include/kdrive-config.h.in index 2f454d702..3bc779218 100644 --- a/include/kdrive-config.h.in +++ b/include/kdrive-config.h.in @@ -25,4 +25,10 @@ /* Verbose debugging output hilarity */ #undef DEBUG +/* Have the backtrace() function. */ +#undef HAVE_BACKTRACE + +/* Have execinfo.h for backtrace(). */ +#undef HAVE_EXECINFO_H + #endif /* _KDRIVE_CONFIG_H_ */ |