diff options
| -rw-r--r-- | lib-src/etags.c | 2 | ||||
| -rw-r--r-- | nt/gnulib-cfg.mk | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/lib-src/etags.c b/lib-src/etags.c index bec61a8a230..5e05c19c624 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c | |||
| @@ -111,6 +111,8 @@ char pot_etags_version[] = "@(#) pot revision number is 17.38.1.4"; | |||
| 111 | # undef HAVE_NTGUI | 111 | # undef HAVE_NTGUI |
| 112 | # undef DOS_NT | 112 | # undef DOS_NT |
| 113 | # define DOS_NT | 113 | # define DOS_NT |
| 114 | /* The WINDOWSNT build doesn't use Gnulib's fcntl.h. */ | ||
| 115 | # define O_CLOEXEC O_NOINHERIT | ||
| 114 | #endif /* WINDOWSNT */ | 116 | #endif /* WINDOWSNT */ |
| 115 | 117 | ||
| 116 | #include <limits.h> | 118 | #include <limits.h> |
diff --git a/nt/gnulib-cfg.mk b/nt/gnulib-cfg.mk index d2b96f99e27..b75e36f5aa1 100644 --- a/nt/gnulib-cfg.mk +++ b/nt/gnulib-cfg.mk | |||
| @@ -50,6 +50,7 @@ OMIT_GNULIB_MODULE_dirfd = true | |||
| 50 | OMIT_GNULIB_MODULE_fcntl = true | 50 | OMIT_GNULIB_MODULE_fcntl = true |
| 51 | OMIT_GNULIB_MODULE_fcntl-h = true | 51 | OMIT_GNULIB_MODULE_fcntl-h = true |
| 52 | OMIT_GNULIB_MODULE_inttypes-incomplete = true | 52 | OMIT_GNULIB_MODULE_inttypes-incomplete = true |
| 53 | OMIT_GNULIB_MODULE_open = true | ||
| 53 | OMIT_GNULIB_MODULE_pipe2 = true | 54 | OMIT_GNULIB_MODULE_pipe2 = true |
| 54 | OMIT_GNULIB_MODULE_secure_getenv = true | 55 | OMIT_GNULIB_MODULE_secure_getenv = true |
| 55 | OMIT_GNULIB_MODULE_signal-h = true | 56 | OMIT_GNULIB_MODULE_signal-h = true |