Mercurial > hg > xemacs-beta
comparison src/config.h.in @ 462:0784d089fdc9 r21-2-46
Import from CVS: tag r21-2-46
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:44:37 +0200 |
parents | 223736d75acb |
children | c69610198c35 |
comparison
equal
deleted
inserted
replaced
461:120ed4009e51 | 462:0784d089fdc9 |
---|---|
163 #ifndef FUNCPROTO | 163 #ifndef FUNCPROTO |
164 #define FUNCPROTO 15 | 164 #define FUNCPROTO 15 |
165 #endif | 165 #endif |
166 #endif /* HAVE_X_WINDOWS */ | 166 #endif /* HAVE_X_WINDOWS */ |
167 | 167 |
168 /* Defines for building Gtk applications */ | |
169 #undef HAVE_GNOME | |
170 #undef HAVE_GTK | |
171 #undef HAVE_GDK_IMLIB_INIT | |
172 #undef HAVE_GLADE_GLADE_H | |
173 #undef HAVE_GLADE_H | |
174 #undef LIBGLADE_XML_TXTDOMAIN | |
175 | |
168 /* Define HAVE_WINDOW_SYSTEM if any windowing system is available. */ | 176 /* Define HAVE_WINDOW_SYSTEM if any windowing system is available. */ |
169 #if defined (HAVE_X_WINDOWS) || defined(HAVE_MS_WINDOWS) /* || defined (HAVE_NEXTSTEP) */ | 177 #if defined (HAVE_GTK) || defined (HAVE_X_WINDOWS) || defined(HAVE_MS_WINDOWS) /* || defined (HAVE_NEXTSTEP) */ |
170 #define HAVE_WINDOW_SYSTEM | 178 #define HAVE_WINDOW_SYSTEM |
171 #endif | 179 #endif |
172 | 180 |
173 /* Define HAVE_UNIXOID_EVENT_LOOP if we use select() to wait for events. */ | 181 /* Define HAVE_UNIXOID_EVENT_LOOP if we use select() to wait for events. */ |
174 #if defined (HAVE_X_WINDOWS) || defined (HAVE_TTY) || defined(HAVE_MSG_SELECT) | 182 #if defined (HAVE_X_WINDOWS) || defined (HAVE_TTY) || defined(HAVE_MSG_SELECT) |