Committing in .

OpenVMS compile updates

 Modified Files:
 	wxWidgets/setup.h_vms wxWidgets/src/gtk/descrip.mms
 ----------------------------------------------------------------------


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31017 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jouk Jansen
2004-12-15 08:02:07 +00:00
parent 41eb6d76b0
commit f2ba382267
3 changed files with 19 additions and 10 deletions

View File

@@ -1323,7 +1323,19 @@
#undef HAVE_XIM
/* Define if fseeko and ftello are available. */
#undef HAVE_FSEEKO
#define HAVE_FSEEKO 1
/* Define this is you have X11/extensions/shape.h */
#define HAVE_XSHAPE 1
/* Define this if you have type SPBCDATA */
#undef HAVE_SPBCDATA
/* Define if you have pango_font_family_is_monospace() (Pango >= 1.3.3) */
#undef HAVE_PANGO_FONT_FAMILY_IS_MONOSPACE
/* Define if you have Pango xft support */
#undef HAVE_PANGO_XFT
/* ---------------------------------------------------------------------
Win32 adjustments section
@@ -1356,13 +1368,4 @@
/* define this when wxDC::Blit() respects SetDeviceOrigin() in wxGTK */
#define wxHAS_WORKING_GTK_DC_BLIT 1
/* Define this is you have X11/extensions/shape.h */
#define HAVE_XSHAPE 1
/* Define this if you have type SPBCDATA */
#undef HAVE_SPBCDATA
/* Define if you have pango_font_family_is_monospace() (Pango >= 1.3.3) */
#undef HAVE_PANGO_FONT_FAMILY_IS_MONOSPACE
#endif /* __WX_SETUP_H__ */