diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.in b/src/config.in index 2e7d77fda3f..7bf9c3e62e4 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -245,6 +245,9 @@ Boston, MA 02110-1301, USA. */ | |||
| 245 | /* Define to 1 if you have the `gtk_file_selection_new' function. */ | 245 | /* Define to 1 if you have the `gtk_file_selection_new' function. */ |
| 246 | #undef HAVE_GTK_FILE_SELECTION_NEW | 246 | #undef HAVE_GTK_FILE_SELECTION_NEW |
| 247 | 247 | ||
| 248 | /* Define to 1 if you have the `gtk_main' function. */ | ||
| 249 | #undef HAVE_GTK_MAIN | ||
| 250 | |||
| 248 | /* Define to 1 if GTK can handle more than one display. */ | 251 | /* Define to 1 if GTK can handle more than one display. */ |
| 249 | #undef HAVE_GTK_MULTIDISPLAY | 252 | #undef HAVE_GTK_MULTIDISPLAY |
| 250 | 253 | ||