XEmacs 21.2.47 (Zephir).
[chise/xemacs-chise.git.1] / src / s / mingw32.h
index 1c50be9..c027d39 100644 (file)
@@ -60,11 +60,6 @@ Boston, MA 02111-1307, USA.  */
 #undef MAIL_USE_SYSTEM_LOCK
 #define HAVE_MSW_C_DIRED
 
-/* Define NO_ARG_ARRAY if you cannot take the address of the first of a
- * group of arguments and treat it as an array of the arguments.  */
-
-#define NO_ARG_ARRAY
-
 /* System calls that are encapsulated */
 #define ENCAPSULATE_RENAME
 #define ENCAPSULATE_OPEN
@@ -73,13 +68,8 @@ Boston, MA 02111-1307, USA.  */
 #define ENCAPSULATE_STAT
 #define ENCAPSULATE_FSTAT
 
-/* Data type of load average, as read out of kmem.  */
-
-#define LOAD_AVE_TYPE long
-
-/* Convert that into an integer that is 100 for a load average of 1.0  */
-
-#define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0 / FSCALE)
+/* Do not define LOAD_AVE_TYPE or LOAD_AVE_CVT
+   since there is no load average available. */
 
 /* Define VIRT_ADDR_VARIES if the virtual addresses of
    pure and impure space as loaded can vary, and even their
@@ -143,7 +133,7 @@ Boston, MA 02111-1307, USA.  */
 
 #ifndef NOT_C_CODE
 #include <stdlib.h>
-#include <mingw32/process.h>
+#include <mingw/process.h>
 #define mkdir __mkdir
 #include <dir.h>
 #undef mkdir
@@ -215,7 +205,6 @@ gid_t getegid (void);
 #define HAVE_TIMEVAL
 #define HAVE_GETPAGESIZE
 #define getpagesize() 4096
-/*#define HAVE_STRUCT_UTIMBUF*/
 #ifndef HAVE_H_ERRNO
 #define HAVE_H_ERRNO
 #endif