From: Juanma Barranquero Date: Wed, 9 Jan 2013 15:07:44 +0000 (+0100) Subject: nt/config.nt: Sync with autogen/config.in. X-Git-Tag: emacs-24.3.90~173^2~7^2~361 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=401d44c9a82bc4807871ba5c6fc2753abe0ed7d8;p=emacs.git nt/config.nt: Sync with autogen/config.in. (HAVE_GTK_HANDLE_BOX_NEW, HAVE_GTK_TEAROFF_MENU_ITEM_NEW): New macros. --- diff --git a/nt/ChangeLog b/nt/ChangeLog index b44a4121b36..a1c9f3c7cd0 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,8 @@ +2013-01-09 Juanma Barranquero + + * config.nt: Sync with autogen/config.in. + (HAVE_GTK_HANDLE_BOX_NEW, HAVE_GTK_TEAROFF_MENU_ITEM_NEW): New macros. + 2012-12-24 Eli Zaretskii * inc/sys/stat.h (S_ISMPX): Define to zero, to accommodate changes diff --git a/nt/config.nt b/nt/config.nt index 24bf6814829..2a8c54baa47 100644 --- a/nt/config.nt +++ b/nt/config.nt @@ -485,12 +485,18 @@ along with GNU Emacs. If not, see . */ /* Define to 1 if you have the `gtk_file_selection_new' function. */ #undef HAVE_GTK_FILE_SELECTION_NEW +/* Define to 1 if you have the `gtk_handle_box_new' function. */ +#undef HAVE_GTK_HANDLE_BOX_NEW + /* Define to 1 if you have the `gtk_main' function. */ #undef HAVE_GTK_MAIN /* Define to 1 if you have the `gtk_orientable_set_orientation' function. */ #undef HAVE_GTK_ORIENTABLE_SET_ORIENTATION +/* Define to 1 if you have the `gtk_tearoff_menu_item_new' function. */ +#undef HAVE_GTK_TEAROFF_MENU_ITEM_NEW + /* Define to 1 if you have the `gtk_widget_get_mapped' function. */ #undef HAVE_GTK_WIDGET_GET_MAPPED