|
9 | 9 |
|
10 | 10 | /* Package name : perl5 |
11 | 11 | * Source directory : |
12 | | - * Configuration time: Thu Aug 3 07:27:03 2023 |
13 | | - * Configured by : khw |
| 12 | + * Configuration time: Wed Sep 24 12:01:52 2025 |
| 13 | + * Configured by : tony |
14 | 14 | * Target system : |
15 | 15 | */ |
16 | 16 |
|
|
107 | 107 | */ |
108 | 108 | /*#define HAS_FCNTL / **/ |
109 | 109 |
|
| 110 | +/* HAS_FDOPENDIR: |
| 111 | + * This symbol, if defined, indicates that the fdopendir routine is |
| 112 | + * available to open a directory descriptor. |
| 113 | + */ |
| 114 | +/*#define HAS_FDOPENDIR / **/ |
| 115 | + |
110 | 116 | /* HAS_FGETPOS: |
111 | 117 | * This symbol, if defined, indicates that the fgetpos routine is |
112 | 118 | * available to get the file position indicator, similar to ftell(). |
|
1369 | 1375 | * feature tests from Configure are generally more reliable. |
1370 | 1376 | */ |
1371 | 1377 | #define OSNAME "MSWin32" /**/ |
1372 | | -#define OSVERS "10.0.22621.1992" /**/ |
| 1378 | +#define OSVERS "10.0.19045.6332" /**/ |
1373 | 1379 |
|
1374 | 1380 | /* CAT2: |
1375 | 1381 | * This macro concatenates 2 tokens together. |
|
2289 | 2295 | * This symbol, if defined, indicates that the acosh routine is |
2290 | 2296 | * available to do the inverse hyperbolic cosine function. |
2291 | 2297 | */ |
2292 | | -/*#define HAS_ACOSH / **/ |
| 2298 | +#define HAS_ACOSH /**/ |
2293 | 2299 |
|
2294 | 2300 | /* HAS_AINTL: |
2295 | 2301 | * This symbol, if defined, indicates that the aintl routine is |
|
2301 | 2307 | * This symbol, if defined, indicates that the asinh routine is |
2302 | 2308 | * available to do the inverse hyperbolic sine function. |
2303 | 2309 | */ |
2304 | | -/*#define HAS_ASINH / **/ |
| 2310 | +#define HAS_ASINH /**/ |
2305 | 2311 |
|
2306 | 2312 | /* HAS_ATANH: |
2307 | 2313 | * This symbol, if defined, indicates that the atanh routine is |
2308 | 2314 | * available to do the inverse hyperbolic tangent function. |
2309 | 2315 | */ |
2310 | | -/*#define HAS_ATANH / **/ |
| 2316 | +#define HAS_ATANH /**/ |
2311 | 2317 |
|
2312 | 2318 | /* HAS_NON_INT_BITFIELDS: |
2313 | 2319 | * This symbol, if defined, indicates that the C compiler accepts, without |
|
2381 | 2387 | * This symbol, if defined, indicates that the copysign routine is |
2382 | 2388 | * available to do the copysign function. |
2383 | 2389 | */ |
2384 | | -/*#define HAS_COPYSIGN / **/ |
| 2390 | +#define HAS_COPYSIGN /**/ |
2385 | 2391 |
|
2386 | 2392 | /* HAS_COPYSIGNL: |
2387 | 2393 | * This symbol, if defined, indicates that the copysignl routine is |
2388 | 2394 | * available. If aintl is also present we can emulate modfl. |
2389 | 2395 | */ |
2390 | | -/*#define HAS_COPYSIGNL / **/ |
| 2396 | +#define HAS_COPYSIGNL /**/ |
2391 | 2397 |
|
2392 | 2398 | /* USE_CPLUSPLUS: |
2393 | 2399 | * This symbol, if defined, indicates that a C++ compiler was |
|
2445 | 2451 | * This symbol, if defined, indicates that the exp2 routine is |
2446 | 2452 | * available to do the 2**x function. |
2447 | 2453 | */ |
2448 | | -/*#define HAS_EXP2 / **/ |
| 2454 | +#define HAS_EXP2 /**/ |
2449 | 2455 |
|
2450 | 2456 | /* HAS_EXPM1: |
2451 | 2457 | * This symbol, if defined, indicates that the expm1 routine is |
|
2827 | 2833 | * This symbol, if defined, indicates that the isfinite routine is |
2828 | 2834 | * available to check whether a double is finite (non-infinity non-NaN). |
2829 | 2835 | */ |
2830 | | -#define HAS_ISFINITE / **/ |
| 2836 | +#define HAS_ISFINITE /**/ |
2831 | 2837 |
|
2832 | 2838 | /* HAS_ISFINITEL: |
2833 | 2839 | * This symbol, if defined, indicates that the isfinitel routine is |
|
3307 | 3313 | * in perl. Users should call Perl_signbit(), which will be #defined to |
3308 | 3314 | * the system's signbit() function or macro if this symbol is defined. |
3309 | 3315 | */ |
3310 | | -/*#define HAS_SIGNBIT / **/ |
| 3316 | +#define HAS_SIGNBIT /**/ |
3311 | 3317 |
|
3312 | 3318 | /* HAS_SIGPROCMASK: |
3313 | 3319 | * This symbol, if defined, indicates that the sigprocmask |
|
3488 | 3494 | * This symbol, if defined, indicates that the tgamma routine is |
3489 | 3495 | * available to do the gamma function. See also HAS_LGAMMA. |
3490 | 3496 | */ |
3491 | | -/*#define HAS_TGAMMA / **/ |
| 3497 | +#define HAS_TGAMMA /**/ |
3492 | 3498 |
|
3493 | 3499 | /* HAS_CTIME64: |
3494 | 3500 | * This symbol, if defined, indicates that the ctime64 () routine is |
|
0 commit comments