Add bt_version_get_*() functions to dynamically get the lib's version
[babeltrace.git] / include / babeltrace / compat / uuid.h
index 65a72704b04f9712592c7ce8bc0235a2819bc187..4237eb55cccfb866a457450f55cd9a0078a44411 100644 (file)
@@ -25,8 +25,6 @@
  * SOFTWARE.
  */
 
-#include <config.h>
-
 /* Includes final \0. */
 #define BABELTRACE_UUID_STR_LEN                37
 #define BABELTRACE_UUID_LEN            16
@@ -85,7 +83,7 @@ int bt_uuid_compare(const unsigned char *uuid_a,
 }
 #endif
 
-#elif defined(BT_HAVE_LIBC_UUID)
+#elif defined(BABELTRACE_HAVE_LIBC_UUID)
 #include <uuid.h>
 #include <stdint.h>
 #include <string.h>
This page took 0.027386 seconds and 4 git commands to generate.