summaryrefslogtreecommitdiff
path: root/nt/config.nt
diff options
context:
space:
mode:
Diffstat (limited to 'nt/config.nt')
-rw-r--r--nt/config.nt12
1 files changed, 6 insertions, 6 deletions
diff --git a/nt/config.nt b/nt/config.nt
index 1c05fcb6497..abc90687e3f 100644
--- a/nt/config.nt
+++ b/nt/config.nt
@@ -133,6 +133,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
we did ioctl TIOCSCTTY). */
#undef DONT_REOPEN_PTY
+/* Define if the system is MS DOS or MS Windows. */
+#define DOS_NT
+
/* Define to 1 if you are using the GNU C Library. */
#undef DOUG_LEA_MALLOC
@@ -1161,6 +1164,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
/* Define to support POP mail retrieval. */
#define MAIL_USE_POP 1
+/* Define if the system is MS DOS. */
+#undef MSDOS
+
/* Define if system's imake configuration file defines `NeedWidePrototypes' as
`NO'. */
#undef NARROWPROTO
@@ -1427,9 +1433,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
# endif
#endif
-/* Some platforms redefine this. */
-#undef WRETCODE
-
/* Define this to check for malloc buffer overrun. */
#undef XMALLOC_OVERRUN_CHECK
@@ -1671,9 +1674,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
/* Define as `fork' if `vfork' does not work. */
#undef vfork
-/* Some platforms redefine this. */
-#undef wait3
-
#include <conf_post.h>
#endif /* EMACS_CONFIG_H */