mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 11:50:51 -08:00
Fix the MS-Windows build
* nt/gnulib-cfg.mk (OMIT_GNULIB_MODULE_open): Omit Gnulib module 'open'. * lib-src/etags.c (O_CLOEXEC) [WINDOWSNT]: Restore definition.
This commit is contained in:
parent
ddda5ae547
commit
2cfb32bf4c
2 changed files with 3 additions and 0 deletions
|
|
@ -111,6 +111,8 @@ char pot_etags_version[] = "@(#) pot revision number is 17.38.1.4";
|
|||
# undef HAVE_NTGUI
|
||||
# undef DOS_NT
|
||||
# define DOS_NT
|
||||
/* The WINDOWSNT build doesn't use Gnulib's fcntl.h. */
|
||||
# define O_CLOEXEC O_NOINHERIT
|
||||
#endif /* WINDOWSNT */
|
||||
|
||||
#include <limits.h>
|
||||
|
|
|
|||
|
|
@ -50,6 +50,7 @@ OMIT_GNULIB_MODULE_dirfd = true
|
|||
OMIT_GNULIB_MODULE_fcntl = true
|
||||
OMIT_GNULIB_MODULE_fcntl-h = true
|
||||
OMIT_GNULIB_MODULE_inttypes-incomplete = true
|
||||
OMIT_GNULIB_MODULE_open = true
|
||||
OMIT_GNULIB_MODULE_pipe2 = true
|
||||
OMIT_GNULIB_MODULE_secure_getenv = true
|
||||
OMIT_GNULIB_MODULE_signal-h = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue