Re-enable the bin-info and dward tests
[babeltrace.git] / lib / babeltrace.c
index 090fc3bc5039b5df52958a54363e8fed33d2a244..ab2b6bc8d2c82af3eb7d6623813c4c1fcc34aacf 100644 (file)
  */
 
 #include <babeltrace/babeltrace.h>
+#include <babeltrace/types.h>
 #include <stdlib.h>
-#include <stdbool.h>
-
-bool babeltrace_verbose, babeltrace_debug;
-
-static
-void __attribute__((constructor)) init_babeltrace_lib(void)
-{
-       if (getenv("BABELTRACE_VERBOSE"))
-               babeltrace_verbose = 1;
-       if (getenv("BABELTRACE_DEBUG"))
-               babeltrace_debug = 1;
-}
 
 int bt_version_get_major(void)
 {
This page took 0.022724 seconds and 4 git commands to generate.