Index: trunk/config.auto.h.in =================================================================== --- trunk/config.auto.h.in (revision 2477) +++ trunk/config.auto.h.in (revision 2478) @@ -1,32 +1,5 @@ print [@ /***** Generated by scconfig - DO NOT EDIT *****/ - -/**** GL ****/ - -/* Define to 1 if GL support is to be compiled in */ -/* #undef ENABLE_GL */ - -/* Define to 1 if you have the header file. */ -/* #undef HAVE_GL_GLU_H */ - -/* Define to 1 if you have the header file. */ -/* #undef HAVE_GL_GL_H */ - -/* Define to 1 if you have the header file. */ -/* #undef HAVE_OPENGL_GLU_H */ - -/* Define to 1 if you have the header file. */ -/* #undef HAVE_OPENGL_GL_H */ - -/**** DBUS ****/ - -/* Define to 1 if DBUS IPC is to be compiled in */ -/* #undef HAVE_DBUS */ - -/* Define to 1 if you have the `dbus_watch_get_unix_fd' function. */ -/* #undef HAVE_DBUS_WATCH_GET_UNIX_FD */ - - /**** TODO ****/ /* C89 has atexit() */ Index: trunk/src_plugins/dbus/dbus.c =================================================================== --- trunk/src_plugins/dbus/dbus.c (revision 2477) +++ trunk/src_plugins/dbus/dbus.c (revision 2478) @@ -22,6 +22,12 @@ * D-Bus code originally derrived from example-service.c in the dbus-glib bindings */ +#warning TODO: detect this in scconfig: +/* Define to 1 if you have the `dbus_watch_get_unix_fd' function. */ +/* #undef HAVE_DBUS_WATCH_GET_UNIX_FD */ + + + #define DBUS_API_SUBJECT_TO_CHANGE #include #include Index: trunk/src_plugins/hid_gtk/gtkhid-gl-config.h =================================================================== --- trunk/src_plugins/hid_gtk/gtkhid-gl-config.h (nonexistent) +++ trunk/src_plugins/hid_gtk/gtkhid-gl-config.h (revision 2478) @@ -0,0 +1,17 @@ +#warning these need to be detectet by scconfig +/**** GL ****/ + +/* Define to 1 if GL support is to be compiled in */ +/* #undef ENABLE_GL */ + +/* Define to 1 if you have the header file. */ +/* #undef HAVE_GL_GLU_H */ + +/* Define to 1 if you have the header file. */ +/* #undef HAVE_GL_GL_H */ + +/* Define to 1 if you have the header file. */ +/* #undef HAVE_OPENGL_GLU_H */ + +/* Define to 1 if you have the header file. */ +/* #undef HAVE_OPENGL_GL_H */ Index: trunk/src_plugins/hid_gtk/gtkhid-gl.c =================================================================== --- trunk/src_plugins/hid_gtk/gtkhid-gl.c (revision 2477) +++ trunk/src_plugins/hid_gtk/gtkhid-gl.c (revision 2478) @@ -2,6 +2,7 @@ #include +#include "gtkhid-gl-config.h" #include "crosshair.h" #include "clip.h" #include "gui.h"