Compile modules based on HAVE_* features
[geeqie.git] / src / glua.h
index 4be0f06..137ea7b 100644 (file)
 #ifndef __GLUA_H
 #define __GLUA_H
 
-#include <config.h>
-
-#if HAVE_LUA
-
 #include <glib.h>
 
 struct FileData;
@@ -33,6 +29,5 @@ void lua_init();
 
 gchar *lua_callvalue(FileData *fd, const gchar *file, const gchar *function);
 
-#endif
-#endif
+#endif /* __GLUA_H */
 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */