File tree Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,6 @@ check_include_files("sys/cdefs.h" HAVE_SYS_CDEFS_H)
160160check_include_files("sys/guarded.h" HAVE_SYS_GUARDED_H)
161161check_include_files("sys/stat.h" HAVE_SYS_STAT_H)
162162check_include_files("sys/types.h" HAVE_SYS_TYPES_H)
163- check_include_files("sys/sysmacros.h" HAVE_SYS_SYSMACROS_H)
164163check_include_files("unistd.h" HAVE_UNISTD_H)
165164check_include_files("objc/objc-internal.h" HAVE_OBJC)
166165
Original file line number Diff line number Diff line change 188188/* Define to 1 if you have the <sys/types.h> header file. */
189189#cmakedefine01 HAVE_SYS_TYPES_H
190190
191- /* Define to 1 if you have the <sys/sysmacros.h> header file. */
192- #cmakedefine01 HAVE_SYS_SYSMACROS_H
193-
194191/* Define to 1 if you have the <TargetConditionals.h> header file. */
195192#cmakedefine HAVE_TARGETCONDITIONALS_H
196193
Original file line number Diff line number Diff line change 1313#ifndef __OS_LINUX_BASE__
1414#define __OS_LINUX_BASE__
1515
16- #include <config/config_ac.h>
17-
18- #if HAVE_SYS_SYSMACROS_H
19- #include <sys/sysmacros.h>
20- #endif
2116#include <sys/param.h>
2217
2318#if HAVE_SYS_CDEFS_H
You can’t perform that action at this time.
0 commit comments