/* Define to 1 if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H
+/* Define to 1 if you have the <glib-2.0/glib.h> header file. */
+#undef HAVE_GLIB_2_0_GLIB_H
+
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
-#include <glib-2.0/glib.h>
+#include <glib.h>
#include "ltt/ltt.h"
/* structure definition */
#ifndef HOOK_H
#define HOOK_H
-#include <glib-2.0/glib.h>
+#include <glib.h>
/* A hook is a function to call with the supplied hook data, and with
call site specific data (e.g., hooks for events are called with a
/* Created by Mathieu Desnoyers, may 2003 */
-#include <glib-2.0/glib.h>
-#include <glib-2.0/gmodule.h>
+#include <glib.h>
+#include <gmodule.h>
/* Include module.h from lttv headers for module loading */
#include <lttv/module.h>
/* Created by Mathieu Desnoyers, may 2003 */
-#include <glib-2.0/glib.h>
-#include <glib-2.0/gmodule.h>
+#include <glib.h>
+#include <gmodule.h>
G_MODULE_EXPORT void init() {
g_critical("Sample module init()");
/* Created by Mathieu Desnoyers, may 2003 */
-#include <glib-2.0/glib.h>
-#include <glib-2.0/gmodule.h>
+#include <glib.h>
+#include <gmodule.h>
G_MODULE_EXPORT void init() {
g_critical("Sample module 2 init()");