(DOS_NT, MSDOS): New macros.
(WRETCODE, wait3): Remove.
* nt/inc/ms-w32.h (DOS_NT): Remove; defined in config.nt.
* lib-src/makefile.w32-in (LOCAL_FLAGS): Remove WINDOWSNT and DOS_NT,
they are always defined in config.h.
+2012-08-03 Juanma Barranquero <lekktu@gmail.com>
+
+ * makefile.w32-in (LOCAL_FLAGS): Remove WINDOWSNT and DOS_NT,
+ they are always defined in config.h.
+
2012-08-03 Eli Zaretskii <eliz@gnu.org>
* ntlib.c (lstat): New function, calls 'stat'.
.PHONY: make-docfile
-LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DNO_LDAV=1 \
- -DNO_ARCHIVES=1 -I../lib \
+LOCAL_FLAGS = -DNO_LDAV=1 -DNO_ARCHIVES=1 -I../lib \
-I../nt/inc -I../src $(EMACS_EXTRA_C_FLAGS)
LIBS = $(BASE_LIBS) $(ADVAPI32)
+2012-08-03 Juanma Barranquero <lekktu@gmail.com>
+
+ * config.nt: Sync with autogen/config.in.
+ (DOS_NT, MSDOS): New macros.
+ (WRETCODE, wait3): Remove.
+
+ * inc/ms-w32.h (DOS_NT): Remove; defined in config.nt.
+
2012-08-03 Eli Zaretskii <eliz@gnu.org>
* inc/sys/stat.h (S_IFLNK): Define.
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
/* 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
# endif
#endif
-/* Some platforms redefine this. */
-#undef WRETCODE
-
/* Define this to check for malloc buffer overrun. */
#undef XMALLOC_OVERRUN_CHECK
/* Define as `fork' if `vfork' does not work. */
#undef vfork
-/* Some platforms redefine this. */
-#undef wait3
-
#include <conf_post.h>
#endif /* EMACS_CONFIG_H */
#ifndef WINDOWSNT
#define WINDOWSNT
#endif
-#ifndef DOS_NT
-#define DOS_NT /* MSDOS or WINDOWSNT */
-#endif
/* #undef const */