--- vim62/src/container.c.wiget 2004-01-13 16:14:21.523886547 +0100 +++ vim62/src/container.c 2004-01-13 16:14:21.875826833 +0100 @@ -1,3 +1,6 @@ +#include "auto/config.h" + +#ifdef FEAT_GUI_COMPONENT #include #include @@ -264,3 +267,4 @@ return 0; } +#endif /* FEAT_GUI_COMPONENT */ --- vim62/src/gtkhtml_editor.c.wiget 2004-01-13 16:14:21.547882475 +0100 +++ vim62/src/gtkhtml_editor.c 2004-01-13 16:14:53.511461070 +0100 @@ -1,4 +1,7 @@ #include "vim.h" +#include "auto/config.h" + +#ifdef FEAT_GUI_COMPONENT #include #include "gtkhtml_editor.h" @@ -383,3 +386,4 @@ return ee; } +#endif /* FEAT_GUI_COMPONENT */ --- vim62/src/gtkhtml_editor_common.c.wiget 2004-01-13 16:14:21.550881966 +0100 +++ vim62/src/gtkhtml_editor_common.c 2004-01-13 16:14:21.887824798 +0100 @@ -2,6 +2,10 @@ * This file was generated by orbit-idl-2 - DO NOT EDIT! */ +#include "auto/config.h" + +#ifdef FEAT_GUI_COMPONENT + #include #define ORBIT2_STUBS_API #define ORBIT_IDL_C_COMMON @@ -304,3 +308,4 @@ FALSE}, {2, 2, GNOME_GtkHTML_Editor_Engine__base_itypes, FALSE} }; +#endif /* FEAT_GUI_COMPONENT */ --- vim62/src/gtkhtml_editor_skels.c.wiget 2004-01-13 16:14:21.552881627 +0100 +++ vim62/src/gtkhtml_editor_skels.c 2004-01-13 16:14:21.888824628 +0100 @@ -2,6 +2,10 @@ * This file was generated by orbit-idl-2 - DO NOT EDIT! */ +#include "auto/config.h" + +#ifdef FEAT_GUI_COMPONENT + #include #define ORBIT2_STUBS_API #include "gtkhtml.h" @@ -656,3 +660,4 @@ POA_Bonobo_Unknown__fini(servant, env); PortableServer_ServantBase__fini(servant, env); } +#endif /* FEAT_GUI_COMPONENT */ --- vim62/src/gtkhtml_editor_stubs.c.wiget 2004-01-13 16:14:21.554881288 +0100 +++ vim62/src/gtkhtml_editor_stubs.c 2004-01-13 16:14:21.889824459 +0100 @@ -2,6 +2,10 @@ * This file was generated by orbit-idl-2 - DO NOT EDIT! */ +#include "auto/config.h" + +#ifdef FEAT_GUI_COMPONENT + #include #define ORBIT2_STUBS_API #include "gtkhtml.h" @@ -494,3 +498,4 @@ } return _ORBIT_retval; } +#endif /* FEAT_GUI_COMPONENT */ --- vim62/src/vim_bonobo_control.c.wiget 2004-01-13 16:14:21.594874502 +0100 +++ vim62/src/vim_bonobo_control.c 2004-01-13 16:14:21.890824289 +0100 @@ -5,9 +5,13 @@ * Jason Hildebrand * */ + #include #include "vim.h" + +#ifdef FEAT_GUI_COMPONENT + #include "vim_bonobo_control.h" #include "gtkhtml_editor.h" @@ -609,4 +613,4 @@ return vim_control_construct (control); } - +#endif /* FEAT_GUI_COMPONENT */ --- vim62/src/vim_bonobo_factory.c.wiget 2004-01-13 16:14:21.596874163 +0100 +++ vim62/src/vim_bonobo_factory.c 2004-01-13 16:14:21.891824119 +0100 @@ -7,6 +7,9 @@ */ #include "vim.h" + +#ifdef FEAT_GUI_COMPONENT + #include "version.h" #include #include "vim_bonobo_control.h" @@ -70,4 +73,4 @@ } return 1; } - +#endif /* FEAT_GUI_COMPONENT */ --- vim62/src/vim_bonobo_main.c.wiget 2004-01-13 16:14:21.597873993 +0100 +++ vim62/src/vim_bonobo_main.c 2004-01-13 16:14:21.892823950 +0100 @@ -1,6 +1,10 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ #include "vim.h" +#include "auto/config.h" + +#ifdef FEAT_GUI_COMPONENT + #include #include #include @@ -96,3 +100,4 @@ } } +#endif /* FEAT_GUI_COMPONENT */