aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.in')
-rw-r--r--src/config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/config.in b/src/config.in
index 136f4ecd55d..0fb9126b470 100644
--- a/src/config.in
+++ b/src/config.in
@@ -217,6 +217,15 @@ Boston, MA 02111-1307, USA. */
217/* Define to 1 if using GTK. */ 217/* Define to 1 if using GTK. */
218#undef HAVE_GTK 218#undef HAVE_GTK
219 219
220/* Define to 1 if GTK has both file selection and chooser dialog. */
221#undef HAVE_GTK_FILE_BOTH
222
223/* Define to 1 if you have the `gtk_file_chooser_dialog_new' function. */
224#undef HAVE_GTK_FILE_CHOOSER_DIALOG_NEW
225
226/* Define to 1 if you have the `gtk_file_selection_new' function. */
227#undef HAVE_GTK_FILE_SELECTION_NEW
228
220/* Define to 1 if GTK can handle more than one display. */ 229/* Define to 1 if GTK can handle more than one display. */
221#undef HAVE_GTK_MULTIDISPLAY 230#undef HAVE_GTK_MULTIDISPLAY
222 231