mc/m4.include
Andrew Borodin fcf5ba5be2 Ticket #3857: avoid glibc 2.25 warnings about major(), minor(), and makedev().
See gnulib a512e041120e9012e69afa2f5c3adc196ec4999a:

glibc 2.25 is deprecating the namespace pollution of <sys/types.h>
injecting major(), minor(), and makedev() into the compilation
environment, with a warning that insists that users include
<sys/sysmacros.h> instead.  However, because the expansion of
AC_HEADER_MAJOR didn't bother checking sys/sysmacros.h until after
probing whether sys/types.h pollutes the namespace, it was not defining
MAJOR_IN_SYSMACROS, with the result that code compiled with -Werror
chokes on the deprecation warnings because it was not including
sysmacros.h.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2018-01-20 10:57:42 +03:00
..
vfs Unify m4 macro names. 2016-03-04 09:23:36 +03:00
ac_onceonly.m4 Remove autogenerated stuff from git-tracking. 2009-05-07 15:38:06 +03:00
ax_path_lib_pcre.m4 PCRE_CFLAGS are CPPFLAGS, actually. 2012-12-18 16:27:49 +04:00
dx_doxygen.m4 Misspellings fixes by https://github.com/vlajos/misspell_fixer 2013-06-15 11:10:41 +04:00
fstypename.m4 src/filemanager/mountlist.c and related m4 macros: sync with gnulib. 2011-10-28 11:26:54 +04:00
fsusage.m4 Sync with gnulib 5159ac54e0c73df4432a681e2e267df4ffcc04e4. 2016-11-21 13:12:55 +03:00
ls-mntd-fs.m4 Sync with gnulib 3b1faeb2e29b62588709208f97d34c1787777dcb. 2017-11-17 16:01:30 +03:00
mc-assert.m4 Use g_assert() instead of assert(3). 2016-11-21 13:12:55 +03:00
mc-background.m4 Unify m4 macro names. 2016-03-04 09:23:36 +03:00
mc-cflags.m4 Add -Wformat-signedness option. 2016-11-21 13:12:55 +03:00
mc-check-search-type.m4 Unify m4 macro names. 2016-03-04 09:23:36 +03:00
mc-get-fs-info.m4 Use #ifdef for autoconf provided marcos (continue). 2015-05-03 19:43:49 +03:00
mc-glib.m4 Unify m4 macro names. 2016-03-04 09:23:36 +03:00
mc-i18n.m4 Unify m4 macro names. 2016-03-04 09:23:36 +03:00
mc-subshell.m4 Unify m4 macro names. 2016-03-04 09:23:36 +03:00
mc-tests.m4 Ticket #3708: fix usability problems with --enable-tests 2016-12-27 16:46:38 +04:00
mc-use-termcap.m4 Unify m4 macro names. 2016-03-04 09:23:36 +03:00
mc-version.m4 Unify m4 macro names. 2016-03-04 09:23:36 +03:00
mc-vfs.m4 Unify m4 macro names. 2016-03-04 09:23:36 +03:00
mc-with-internal-edit.m4 Unify m4 macro names. 2016-03-04 09:23:36 +03:00
mc-with-screen-ncurses.m4 Ticket #3880: fail to link to ncurses built as two libraries: ncurses+tinfo. 2017-12-02 11:48:16 +03:00
mc-with-screen-slang.m4 Clarify text of screen_msg message. 2016-05-07 16:19:02 +03:00
mc-with-screen.m4 Unify m4 macro names. 2016-03-04 09:23:36 +03:00
mc-with-x.m4 Unify m4 macro names. 2016-03-04 09:23:36 +03:00
mode_t.m4 Ticket #3617: (mc_open): handle varargs mode_t promotion issue. 2016-03-28 08:59:14 +03:00
mountlist.m4 src/filemanager/mountlist.c and related m4 macros: sync with gnulib. 2011-10-28 11:26:54 +04:00
stat-size.m4 Ticket #2193: use Coreutils way to define buffer size to copy file. 2016-04-25 13:12:51 +03:00
sys_types_h.m4 Ticket #3857: avoid glibc 2.25 warnings about major(), minor(), and makedev(). 2018-01-20 10:57:42 +03:00
windows-stat-inodes.m4 Ticket #3857: avoid glibc 2.25 warnings about major(), minor(), and makedev(). 2018-01-20 10:57:42 +03:00