diff options
| author | Eli Zaretskii <eliz@gnu.org> | 2025-01-02 09:44:44 +0200 |
|---|---|---|
| committer | Eli Zaretskii <eliz@gnu.org> | 2025-01-02 09:44:44 +0200 |
| commit | d0b9d35fbf733adf747df7eb55d4e9f35b53bdbe (patch) | |
| tree | 41747a46460680215dbe05e1ecf291e16573dca4 /nt | |
| parent | b082a8d9510a0fbbc0b92538e87252e6786b9e61 (diff) | |
Adjust nt/gnulib-cfg.mk to recent Gnulib import
* nt/gnulib-cfg.mk (OMIT_GNULIB_MODULE_dirent-h)
(OMIT_GNULIB_MODULE_inttypes-h-incomplete)
(OMIT_GNULIB_MODULE_stdio-h, OMIT_GNULIB_MODULE_stdlib-h)
(OMIT_GNULIB_MODULE_sys_select-h, OMIT_GNULIB_MODULE_sys_stat-h)
(OMIT_GNULIB_MODULE_sys_time-h, OMIT_GNULIB_MODULE_sys_types-h)
(OMIT_GNULIB_MODULE_unistd-h): Rename to follow Gnulib renaming
the modules from "FOO" to "FOO-h".
Diffstat (limited to 'nt')
| -rw-r--r-- | nt/gnulib-cfg.mk | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/nt/gnulib-cfg.mk b/nt/gnulib-cfg.mk index 3dc70a44c68..321a7fdd17f 100644 --- a/nt/gnulib-cfg.mk +++ b/nt/gnulib-cfg.mk @@ -47,7 +47,7 @@ OMIT_GNULIB_MODULE_at-internal = true OMIT_GNULIB_MODULE_canonicalize-lgpl = true OMIT_GNULIB_MODULE_careadlinkat = true OMIT_GNULIB_MODULE_copy-file-range = true -OMIT_GNULIB_MODULE_dirent = true +OMIT_GNULIB_MODULE_dirent-h = true OMIT_GNULIB_MODULE_dirfd = true OMIT_GNULIB_MODULE_fchmodat = true OMIT_GNULIB_MODULE_fcntl = true @@ -61,7 +61,7 @@ OMIT_GNULIB_MODULE_fsusage = true OMIT_GNULIB_MODULE_futimens = true OMIT_GNULIB_MODULE_getdelim = true OMIT_GNULIB_MODULE_getline = true -OMIT_GNULIB_MODULE_inttypes-incomplete = true +OMIT_GNULIB_MODULE_inttypes-h-incomplete = true OMIT_GNULIB_MODULE_lchmod = true OMIT_GNULIB_MODULE_malloc-gnu = true OMIT_GNULIB_MODULE_malloc-posix = true @@ -75,14 +75,14 @@ OMIT_GNULIB_MODULE_secure_getenv = true OMIT_GNULIB_MODULE_signal-h = true OMIT_GNULIB_MODULE_signbit = true OMIT_GNULIB_MODULE_size_max = true -OMIT_GNULIB_MODULE_stdio = true -OMIT_GNULIB_MODULE_stdlib = true +OMIT_GNULIB_MODULE_stdio-h = true +OMIT_GNULIB_MODULE_stdlib-h = true OMIT_GNULIB_MODULE_stpncpy = true -OMIT_GNULIB_MODULE_sys_select = true -OMIT_GNULIB_MODULE_sys_stat = true -OMIT_GNULIB_MODULE_sys_time = true -OMIT_GNULIB_MODULE_sys_types = true -OMIT_GNULIB_MODULE_unistd = true +OMIT_GNULIB_MODULE_sys_select-h = true +OMIT_GNULIB_MODULE_sys_stat-h = true +OMIT_GNULIB_MODULE_sys_time-h = true +OMIT_GNULIB_MODULE_sys_types-h = true +OMIT_GNULIB_MODULE_unistd-h = true OMIT_GNULIB_MODULE_utimens = true OMIT_GNULIB_MODULE_utimensat = true OMIT_GNULIB_MODULE_xsize = true |
