File tree 5 files changed +0
-23
lines changed
utils/gn/secondary/llvm/include/llvm/Config
llvm-project-overlay/llvm/include/llvm/Config
5 files changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -51,11 +51,9 @@ endif()
51
51
check_include_file(signal.h HAVE_SIGNAL_H)
52
52
check_include_file(sys/ioctl.h HAVE_SYS_IOCTL_H)
53
53
check_include_file(sys/mman.h HAVE_SYS_MMAN_H)
54
- check_include_file(sys/param.h HAVE_SYS_PARAM_H)
55
54
check_include_file(sys/resource .h HAVE_SYS_RESOURCE_H)
56
55
check_include_file(sys/stat.h HAVE_SYS_STAT_H)
57
56
check_include_file(sys/time.h HAVE_SYS_TIME_H)
58
- check_include_file(sys/types.h HAVE_SYS_TYPES_H)
59
57
check_include_file(sysexits.h HAVE_SYSEXITS_H)
60
58
check_include_file(termios.h HAVE_TERMIOS_H)
61
59
check_include_file(unistd.h HAVE_UNISTD_H)
Original file line number Diff line number Diff line change 191
191
/* Define to 1 if you have the <sys/mman.h> header file. */
192
192
#cmakedefine HAVE_SYS_MMAN_H ${HAVE_SYS_MMAN_H}
193
193
194
- /* Define to 1 if you have the <sys/param.h> header file. */
195
- #cmakedefine HAVE_SYS_PARAM_H ${HAVE_SYS_PARAM_H}
196
-
197
194
/* Define to 1 if you have the <sys/resource .h> header file. */
198
195
#cmakedefine HAVE_SYS_RESOURCE_H ${HAVE_SYS_RESOURCE_H}
199
196
209
206
/* Define to 1 if stat struct has st_mtim member. */
210
207
#cmakedefine HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC ${HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC}
211
208
212
- /* Define to 1 if you have the <sys/types.h> header file. */
213
- #cmakedefine HAVE_SYS_TYPES_H ${HAVE_SYS_TYPES_H}
214
-
215
209
/* Define to 1 if you have the <termios.h> header file. */
216
210
#cmakedefine HAVE_TERMIOS_H ${HAVE_TERMIOS_H}
217
211
Original file line number Diff line number Diff line change @@ -101,7 +101,6 @@ write_cmake_config("config") {
101
101
" HAVE_PTHREAD_SET_NAME_NP=" ,
102
102
" HAVE_SIGNAL_H=1" ,
103
103
" HAVE_SYS_STAT_H=1" ,
104
- " HAVE_SYS_TYPES_H=1" ,
105
104
" HAVE_VALGRIND_VALGRIND_H=" ,
106
105
" HAVE__ALLOCA=" ,
107
106
" HAVE___ALLOCA=" ,
@@ -228,7 +227,6 @@ write_cmake_config("config") {
228
227
" HAVE_SYSCONF=" ,
229
228
" HAVE_SYS_IOCTL_H=" ,
230
229
" HAVE_SYS_MMAN_H=" ,
231
- " HAVE_SYS_PARAM_H=" ,
232
230
" HAVE_SYS_RESOURCE_H=" ,
233
231
" HAVE_SYS_TIME_H=" ,
234
232
" HAVE_TERMIOS_H=" ,
@@ -264,7 +262,6 @@ write_cmake_config("config") {
264
262
" HAVE_SYSCONF=1" ,
265
263
" HAVE_SYS_IOCTL_H=1" ,
266
264
" HAVE_SYS_MMAN_H=1" ,
267
- " HAVE_SYS_PARAM_H=1" ,
268
265
" HAVE_SYS_RESOURCE_H=1" ,
269
266
" HAVE_SYS_TIME_H=1" ,
270
267
" HAVE_TERMIOS_H=1" ,
Original file line number Diff line number Diff line change 198
198
/* Define to 1 if you have the <sys/mman.h> header file. */
199
199
#define HAVE_SYS_MMAN_H 1
200
200
201
- /* Define to 1 if you have the <sys/param.h> header file. */
202
- #define HAVE_SYS_PARAM_H 1
203
-
204
201
/* Define to 1 if you have the <sys/resource.h> header file. */
205
202
#define HAVE_SYS_RESOURCE_H 1
206
203
216
213
/* Define to 1 if stat struct has st_mtim member. */
217
214
/* HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC defined in Bazel */
218
215
219
- /* Define to 1 if you have the <sys/types.h> header file. */
220
- #define HAVE_SYS_TYPES_H 1
221
-
222
216
/* Define to 1 if you have the <termios.h> header file. */
223
217
#define HAVE_TERMIOS_H 1
224
218
Original file line number Diff line number Diff line change 191
191
/* Define to 1 if you have the <sys/mman.h> header file. */
192
192
#cmakedefine HAVE_SYS_MMAN_H ${HAVE_SYS_MMAN_H}
193
193
194
- /* Define to 1 if you have the <sys/param.h> header file. */
195
- #cmakedefine HAVE_SYS_PARAM_H ${HAVE_SYS_PARAM_H}
196
-
197
194
/* Define to 1 if you have the <sys/resource .h> header file. */
198
195
#cmakedefine HAVE_SYS_RESOURCE_H ${HAVE_SYS_RESOURCE_H}
199
196
209
206
/* Define to 1 if stat struct has st_mtim member. */
210
207
#cmakedefine HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC ${HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC}
211
208
212
- /* Define to 1 if you have the <sys/types.h> header file. */
213
- #cmakedefine HAVE_SYS_TYPES_H ${HAVE_SYS_TYPES_H}
214
-
215
209
/* Define to 1 if you have the <termios.h> header file. */
216
210
#cmakedefine HAVE_TERMIOS_H ${HAVE_TERMIOS_H}
217
211
You can’t perform that action at this time.
0 commit comments