File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -160,6 +160,7 @@ check_include_files("sys/cdefs.h" HAVE_SYS_CDEFS_H)
160
160
check_include_files ("sys/guarded.h" HAVE_SYS_GUARDED_H )
161
161
check_include_files ("sys/stat.h" HAVE_SYS_STAT_H )
162
162
check_include_files ("sys/types.h" HAVE_SYS_TYPES_H )
163
+ check_include_files ("sys/sysmacros.h" HAVE_SYS_SYSMACROS_H )
163
164
check_include_files ("unistd.h" HAVE_UNISTD_H )
164
165
check_include_files ("objc/objc-internal.h" HAVE_OBJC )
165
166
Original file line number Diff line number Diff line change 188
188
/* Define to 1 if you have the <sys/types.h> header file. */
189
189
#cmakedefine01 HAVE_SYS_TYPES_H
190
190
191
+ /* Define to 1 if you have the <sys/sysmacros.h> header file. */
192
+ #cmakedefine01 HAVE_SYS_SYSMACROS_H
193
+
191
194
/* Define to 1 if you have the <TargetConditionals.h> header file. */
192
195
#cmakedefine HAVE_TARGETCONDITIONALS_H
193
196
Original file line number Diff line number Diff line change 13
13
#ifndef __OS_LINUX_BASE__
14
14
#define __OS_LINUX_BASE__
15
15
16
+ #include <config/config_ac.h>
17
+
18
+ #if HAVE_SYS_SYSMACROS_H
19
+ #include <sys/sysmacros.h>
20
+ #endif
16
21
#include <sys/param.h>
17
22
18
23
#if HAVE_SYS_CDEFS_H
You can’t perform that action at this time.
0 commit comments