nt/config.nt: Sync with autogen/config.in.
(HAVE_GTK_HANDLE_BOX_NEW, HAVE_GTK_TEAROFF_MENU_ITEM_NEW): New macros.
This commit is contained in:
parent
5104861e85
commit
401d44c9a8
2 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-01-09 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* 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 <eliz@gnu.org>
|
||||
|
||||
* inc/sys/stat.h (S_ISMPX): Define to zero, to accommodate changes
|
||||
|
|
|
@ -485,12 +485,18 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
|||
/* 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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue