]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h_vms
[wxGTK2] Plug memory leak in wxMemoryDC (approx. 525 bytes per object)
[wxWidgets.git] / setup.h_vms
index 6e58efe051ed615cfbf453d8efadfb86bb5c6c52..837102b97e0d5d4049d43938e4289231755b66a7 100644 (file)
 #undef WX_TIMEZONE
  
 /* The type of 3rd argument to getsockname() - usually size_t or int */
-#define SOCKLEN_T size_t
+#define WX_SOCKLEN_T size_t
 
 /* The type of 5th argument to getsockopt() - usually size_t or int */
 #define SOCKOPTLEN_T size_t
 
 /* Define if fsync() is available */
 #define HAVE_FSYNC 1
-  729
+
 /* Define if you have ftime() */
 #define HAVE_FTIME
 
 /* Define if you have shl_load() */
 #undef HAVE_SHL_LOAD
 
+/* Define if you have snprintf() */
+#undef HAVE_SNPRINTF
+
+/* Define if you have snprintf() declaration in the header */
+#undef HAVE_SNPRINTF_DECL
+
 /* define if you have statfs function */
 #undef HAVE_STATFS
 
+/* define if you have statfs prototype */
+#undef HAVE_STATFS_DECL
+
 /* define if you have statvfs function */
 #undef HAVE_STATVFS