mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-24 10:38:38 +00:00
* nt/config.nt: Sync with autogen/config.in.
(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.
This commit is contained in:
parent
18949c2f13
commit
3fbc4b542c
@ -1,3 +1,8 @@
|
||||
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'.
|
||||
|
@ -23,8 +23,7 @@ ALL = $(BLD)/test-distrib.exe $(BLD)/make-docfile.exe $(BLD)/hexl.exe\
|
||||
|
||||
.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)
|
||||
|
@ -1,3 +1,11 @@
|
||||
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.
|
||||
|
12
nt/config.nt
12
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 */
|
||||
|
@ -23,9 +23,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
||||
#ifndef WINDOWSNT
|
||||
#define WINDOWSNT
|
||||
#endif
|
||||
#ifndef DOS_NT
|
||||
#define DOS_NT /* MSDOS or WINDOWSNT */
|
||||
#endif
|
||||
|
||||
/* #undef const */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user