]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h_vms
Allow compilation of samples to continue with wxUSE_DISPLAY set to 0 (the default)
[wxWidgets.git] / setup.h_vms
index 236ff46c06ed49afcea953c6b63a04892de6abf3..1b5cd7fdf5934af47ddf56ed9a6a30b78b9f5bad 100644 (file)
@@ -53,7 +53,7 @@
 #define HAVE_SSIZE_T 1
 
 /* Define if you have the ANSI C header files.  */
-#define STDC_HEADERS
+#define STDC_HEADERS 1
 
 /* Define to `int' if <sys/types.h> doesn't define.  */
 #undef uid_t
 
 #define wxUSE_GRID         1
 
-#define wxUSE_MINIFRAME 1
+#define wxUSE_DATAVIEWCTRL   1
 
+#define wxUSE_MINIFRAME 1
 
 #define wxUSE_ACCEL 1
 
  * Use GNOME print for printing under GTK+ 2.0
  */
 #define wxUSE_LIBGNOMEPRINT 0
+/*
+ * Use the Hildon framework
+ */
+#define wxUSE_LIBHILDON 0
 /*
  * Use iODBC
  */
 #define HAVE_GETSERVBYNAME 1
 
 /* Define if you have the gmtime_r function.  */
+#if __CRTL_VER >= 70000000 && \
+    (defined _POSIX_C_SOURCE || !defined _ANSI_C_SOURCE)
+#define HAVE_GMTIME_R 1
+#else
 #undef HAVE_GMTIME_R
+#endif
 
 /* Define if you have the inet_addr function.  */
 #define HAVE_INET_ADDR 1
 #define HAVE_INET_ATON 1
 
 /* Define if you have the localtime_r function.  */
+#if __CRTL_VER >= 70000000 && \
+    (defined _POSIX_C_SOURCE || !defined _ANSI_C_SOURCE)
+#define HAVE_LOCALTIME_R 1
+#else
 #undef HAVE_LOCALTIME_R
+#endif
 
 /* Define if you have the mktemp function.  */
 #define HAVE_MKTEMP 1