----- Original Message ----- From: "Jan D." <[EMAIL PROTECTED]>
> > I believe HAVE_HOURGLASS should go into src\config.in. There is > > already an > > #ifdef HAVE_X_WINDOWS and I suggest putting something like this after > > that > > define: > > > > /* This is for the hourglass code in various files. */ > > #if defined(HAVE_X_WINDOWS) || defined(HAVE_NTGUI) > > #define HAVE_HOURGLASS > > #endif > > > > IMO it will be more readable and if you want to add hourglass code for > > other > > systems some day it is easier. > > But the w32 port does not expand config.in to config.h AFAIK, so this > does nothing when building on w32. Thanks. For w32 there is instead a config.nt where this should go too. _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel