X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a1353ea496ac9d8bc31ad8238e5ac9a79d26e1b7..58fda45507ec59ab5a6e89436ccff29023db9871:/setup.h_vms diff --git a/setup.h_vms b/setup.h_vms index 85aa3d107e..25d72118aa 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -674,6 +674,11 @@ typedef pid_t GPid; */ #undef HAVE_VISIBILITY +/* + * Define if the compiler supports GCC's atomic memory access builtins + */ +#undef HAVE_GCC_ATOMIC_BUILTINS + /* * The built-in regex supports advanced REs in additional to POSIX's basic * and extended. Your system regex probably won't support this, and in this @@ -689,6 +694,10 @@ typedef pid_t GPid; * Use SDL for audio (Unix) */ #define wxUSE_LIBSDL 0 +/* + * Use GTK print for printing under GTK+ 2.0 + */ +#define wxUSE_GTKPRINT 0 /* * Use GNOME print for printing under GTK+ 2.0 */