]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h_vms
More packaging updates for pending 2.3.3 release.
[wxWidgets.git] / setup.h_vms
index 56dccc58ac1eaef6ca716e7292b14c86df0a54ab..872b63304ed820fe1e29765339c6c78a5010cad4 100644 (file)
  */
 #define HAVE_BOOL
 
+/*
+ * Define if your compiler supports the explicit keyword
+ */
+#define HAVE_EXPLICIT 1
+
 /*
  * Use regex support
  */
 /* Define if you have ftime() */
 #define HAVE_FTIME
 
+/* Define if you have support for large (64 bit size) files */
+#undef HAVE_LARGEFILE_SUPPORT
+
+/* Required by HAVE_LARGEFILE_SUPPORT on some systems */
+#undef _FILE_OFFSET_BITS
+
+/* Ditto */
+#undef _LARGE_FILES
+
 /* Define if you have localtime() */
 #define HAVE_LOCALTIME
 
 /* Define if you have the usleep function.  */
 #define HAVE_USLEEP 1
 
-/* Define if you have the vfork function.  */
-#define HAVE_VFORK 1
-
 /* Define if you have the <X11/XKBlib.h> header file.  */
 #undef HAVE_X11_XKBLIB_H