diff options
author | Chris Robinson <[email protected]> | 2011-05-21 21:57:44 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-05-21 21:57:44 -0700 |
commit | d07e94056d9522b70616e4e826156fccbbd6f278 (patch) | |
tree | 54ec3c184fdae8c7d13f7dbb05c69438bc7eddc4 /config.h.in | |
parent | 4d7aab1df42084a37cc7cda3b01b9fcc1f5ab360 (diff) |
Use libuuid when it has MMDevApi's UIDs
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index f5ccb5c7..b1a4cde4 100644 --- a/config.h.in +++ b/config.h.in @@ -106,3 +106,6 @@ /* Define if we have the __restrict keyword */ #cmakedefine HAVE___RESTRICT + +/* Define if we have libuuid */ +#cmakedefine HAVE_LIBUUID |