commit | 843ee41eb8258ac50ed81976757d8b228382a880 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 30 16:16:41 2004 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 30 16:16:41 2004 +0000 |
tree | d0fcdff9e19b05b182de1bb1be46b2e6f5b8b0b7 | |
parent | f4b8e57ffd048f9ca46dd7618939ba7a1b2294ec [diff] [blame] |
updated for version 7.0003
diff --git a/src/config.h.in b/src/config.h.in index bba2662..1c888f4 100644 --- a/src/config.h.in +++ b/src/config.h.in
@@ -312,6 +312,9 @@ /* Define if you use GTK and want GNOME support. */ #undef FEAT_GUI_GNOME +/* Define if you use KDE and want KDE Toolbar support. */ +#undef FEAT_KDETOOLBAR + /* Define if GTK+ 2 is available. */ #undef HAVE_GTK2