diff options
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake index 52071eb..5396929 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -7,5 +7,8 @@ significant byte first (like Motorola and SPARC, unlike Intel). */ #cmakedefine WORDS_BIGENDIAN @WORDS_BIGENDIAN@ +/* Defined if tdelibs are built with tdehw library */ +#cmakedefine HAVE_TDEHWLIB @HAVE_TDEHWLIB@ + /* Defined if you have <NVCtrlLib.h> header */ #cmakedefine HAVE_NVCONTROL @HAVE_NVCONTROL@ |