diff --git a/src/bin/coreutils/config.h b/src/bin/coreutils/config.h index 6a03dfb06e..54e18eca02 100644 --- a/src/bin/coreutils/config.h +++ b/src/bin/coreutils/config.h @@ -1250,7 +1250,7 @@ /* Define to 1 if `major', `minor', and `makedev' are declared in . */ -#define MAJOR_IN_SYSMACROS 1 +/* #undef MAJOR_IN_SYSMACROS */ /* If malloc(0) is != NULL, define this to 1. Otherwise define this to 0. */ #define MALLOC_0_IS_NONNULL 1 diff --git a/src/bin/diffutils/config.h b/src/bin/diffutils/config.h index 74bb46f128..430f8bd0b3 100644 --- a/src/bin/diffutils/config.h +++ b/src/bin/diffutils/config.h @@ -968,7 +968,7 @@ /* #undef HAVE_SYS_SYSINFO_H */ /* Define to 1 if you have the header file. */ -#define HAVE_SYS_SYSMACROS_H 1 +/* #undef HAVE_SYS_SYSMACROS_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_SYSMP_H */ diff --git a/src/bin/findutils/config.h b/src/bin/findutils/config.h index 9ad1e2ae37..31149417ac 100644 --- a/src/bin/findutils/config.h +++ b/src/bin/findutils/config.h @@ -62,7 +62,7 @@ /* #undef MAJOR_IN_MKDEV */ /* Define if major, minor, and makedev are declared in . */ -#define MAJOR_IN_SYSMACROS 1 +/* #undef MAJOR_IN_SYSMACROS */ /* Define if on MINIX. */ /* #undef _MINIX */