XEmacs 21.2.36 "Notos"
[chise/xemacs-chise.git.1] / src / m / arm.h
index fe9b01b..571c31a 100644 (file)
@@ -71,29 +71,13 @@ Boston, MA 02111-1307, USA.  */
 
 #undef CANNOT_DUMP
 
-/* Define VIRT_ADDR_VARIES if the virtual addresses of
-   pure and impure space as loaded can vary, and even their
-   relative order cannot be relied on.
-
-   Otherwise Emacs assumes that text space precedes data space,
-   numerically.  */
-
-#undef VIRT_ADDR_VARIES
-
-
 /* this brings in alloca() if we're using cc */
 #ifdef USG
 #define NO_REMAP 
 #define TEXT_START 0
 #endif /* USG */
 
-
-#ifdef MSDOS
-#define NO_REMAP
-#endif
-
-#ifdef WINDOWSNT
-#define VIRT_ADDR_VARIES
+#ifdef WIN32_NATIVE
 #define DATA_END       get_data_end ()
 #define DATA_START     get_data_start ()
 #define HAVE_ALLOCA