27
27
ifeq ($(uname_S),Linux)
28
28
HAVE_ALLOCA_H = YesPlease
29
29
NO_STRLCPY = YesPlease
30
- NO_MKSTEMPS = YesPlease
31
30
HAVE_PATHS_H = YesPlease
32
31
LIBC_CONTAINS_LIBINTL = YesPlease
33
32
HAVE_DEV_TTY = YesPlease
41
40
ifeq ($(uname_S),GNU/kFreeBSD)
42
41
HAVE_ALLOCA_H = YesPlease
43
42
NO_STRLCPY = YesPlease
44
- NO_MKSTEMPS = YesPlease
45
43
HAVE_PATHS_H = YesPlease
46
44
DIR_HAS_BSD_GROUP_SEMANTICS = YesPlease
47
45
LIBC_CONTAINS_LIBINTL = YesPlease
@@ -55,7 +53,6 @@ ifeq ($(uname_S),UnixWare)
55
53
SHELL_PATH = /usr/local/bin/bash
56
54
NO_IPV6 = YesPlease
57
55
NO_HSTRERROR = YesPlease
58
- NO_MKSTEMPS = YesPlease
59
56
BASIC_CFLAGS += -Kthread
60
57
BASIC_CFLAGS += -I/usr/local/include
61
58
BASIC_LDFLAGS += -L/usr/local/lib
@@ -79,7 +76,6 @@ ifeq ($(uname_S),SCO_SV)
79
76
SHELL_PATH = /usr/bin/bash
80
77
NO_IPV6 = YesPlease
81
78
NO_HSTRERROR = YesPlease
82
- NO_MKSTEMPS = YesPlease
83
79
BASIC_CFLAGS += -I/usr/local/include
84
80
BASIC_LDFLAGS += -L/usr/local/lib
85
81
NO_STRCASESTR = YesPlease
@@ -122,7 +118,6 @@ ifeq ($(uname_S),SunOS)
122
118
NO_STRCASESTR = YesPlease
123
119
NO_MEMMEM = YesPlease
124
120
NO_MKDTEMP = YesPlease
125
- NO_MKSTEMPS = YesPlease
126
121
NO_REGEX = YesPlease
127
122
NO_MSGFMT_EXTENDED_OPTIONS = YesPlease
128
123
HAVE_DEV_TTY = YesPlease
@@ -168,7 +163,6 @@ ifeq ($(uname_O),Cygwin)
168
163
NO_D_TYPE_IN_DIRENT = YesPlease
169
164
NO_STRCASESTR = YesPlease
170
165
NO_MEMMEM = YesPlease
171
- NO_MKSTEMPS = YesPlease
172
166
NO_SYMLINK_HEAD = YesPlease
173
167
NO_IPV6 = YesPlease
174
168
OLD_ICONV = UnfortunatelyYes
@@ -233,7 +227,6 @@ ifeq ($(uname_S),NetBSD)
233
227
BASIC_CFLAGS += -I/usr/pkg/include
234
228
BASIC_LDFLAGS += -L/usr/pkg/lib $(CC_LD_DYNPATH)/usr/pkg/lib
235
229
USE_ST_TIMESPEC = YesPlease
236
- NO_MKSTEMPS = YesPlease
237
230
HAVE_PATHS_H = YesPlease
238
231
HAVE_BSD_SYSCTL = YesPlease
239
232
endif
@@ -242,7 +235,6 @@ ifeq ($(uname_S),AIX)
242
235
NO_STRCASESTR = YesPlease
243
236
NO_MEMMEM = YesPlease
244
237
NO_MKDTEMP = YesPlease
245
- NO_MKSTEMPS = YesPlease
246
238
NO_STRLCPY = YesPlease
247
239
NO_NSEC = YesPlease
248
240
FREAD_READS_DIRECTORIES = UnfortunatelyYes
@@ -263,7 +255,6 @@ ifeq ($(uname_S),GNU)
263
255
# GNU/Hurd
264
256
HAVE_ALLOCA_H = YesPlease
265
257
NO_STRLCPY = YesPlease
266
- NO_MKSTEMPS = YesPlease
267
258
HAVE_PATHS_H = YesPlease
268
259
LIBC_CONTAINS_LIBINTL = YesPlease
269
260
endif
@@ -272,7 +263,6 @@ ifeq ($(uname_S),IRIX)
272
263
NO_UNSETENV = YesPlease
273
264
NO_STRCASESTR = YesPlease
274
265
NO_MEMMEM = YesPlease
275
- NO_MKSTEMPS = YesPlease
276
266
NO_MKDTEMP = YesPlease
277
267
# When compiled with the MIPSpro 7.4.4m compiler, and without pthreads
278
268
# (i.e. NO_PTHREADS is set), and _with_ MMAP (i.e. NO_MMAP is not set),
@@ -291,7 +281,6 @@ ifeq ($(uname_S),IRIX64)
291
281
NO_UNSETENV = YesPlease
292
282
NO_STRCASESTR = YesPlease
293
283
NO_MEMMEM = YesPlease
294
- NO_MKSTEMPS = YesPlease
295
284
NO_MKDTEMP = YesPlease
296
285
# When compiled with the MIPSpro 7.4.4m compiler, and without pthreads
297
286
# (i.e. NO_PTHREADS is set), and _with_ MMAP (i.e. NO_MMAP is not set),
@@ -311,7 +300,6 @@ ifeq ($(uname_S),HP-UX)
311
300
NO_SETENV = YesPlease
312
301
NO_STRCASESTR = YesPlease
313
302
NO_MEMMEM = YesPlease
314
- NO_MKSTEMPS = YesPlease
315
303
NO_STRLCPY = YesPlease
316
304
NO_MKDTEMP = YesPlease
317
305
NO_UNSETENV = YesPlease
@@ -352,7 +340,6 @@ ifeq ($(uname_S),Windows)
352
340
NO_ICONV = YesPlease
353
341
NO_STRTOUMAX = YesPlease
354
342
NO_MKDTEMP = YesPlease
355
- NO_MKSTEMPS = YesPlease
356
343
SNPRINTF_RETURNS_BOGUS = YesPlease
357
344
NO_SVN_TESTS = YesPlease
358
345
RUNTIME_PREFIX = YesPlease
@@ -402,7 +389,6 @@ ifeq ($(uname_S),Interix)
402
389
NO_MKDTEMP = YesPlease
403
390
NO_STRTOUMAX = YesPlease
404
391
NO_NSEC = YesPlease
405
- NO_MKSTEMPS = YesPlease
406
392
ifeq ($(uname_R),3.5)
407
393
NO_INET_NTOP = YesPlease
408
394
NO_INET_PTON = YesPlease
@@ -461,7 +447,6 @@ ifeq ($(uname_S),NONSTOP_KERNEL)
461
447
NO_SETENV = YesPlease
462
448
NO_UNSETENV = YesPlease
463
449
NO_MKDTEMP = YesPlease
464
- NO_MKSTEMPS = YesPlease
465
450
# Currently libiconv-1.9.1.
466
451
OLD_ICONV = UnfortunatelyYes
467
452
NO_REGEX = YesPlease
@@ -503,7 +488,6 @@ ifneq (,$(findstring MINGW,$(uname_S)))
503
488
NEEDS_LIBICONV = YesPlease
504
489
NO_STRTOUMAX = YesPlease
505
490
NO_MKDTEMP = YesPlease
506
- NO_MKSTEMPS = YesPlease
507
491
NO_SVN_TESTS = YesPlease
508
492
NO_PERL_MAKEMAKER = YesPlease
509
493
RUNTIME_PREFIX = YesPlease
@@ -584,7 +568,6 @@ ifeq ($(uname_S),QNX)
584
568
NO_ICONV = YesPlease
585
569
NO_MEMMEM = YesPlease
586
570
NO_MKDTEMP = YesPlease
587
- NO_MKSTEMPS = YesPlease
588
571
NO_NSEC = YesPlease
589
572
NO_PTHREADS = YesPlease
590
573
NO_R_TO_GCC_LINKER = YesPlease
0 commit comments