Skip to content

Commit d35097c

Browse files
tonycozkhwilliamson
authored andcommitted
win32/config_H.vc: properly regenerate
1 parent ea54aae commit d35097c

File tree

1 file changed

+18
-12
lines changed

1 file changed

+18
-12
lines changed

win32/config_H.vc

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
/* Package name : perl5
1111
* 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
1414
* Target system :
1515
*/
1616

@@ -107,6 +107,12 @@
107107
*/
108108
/*#define HAS_FCNTL / **/
109109

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+
110116
/* HAS_FGETPOS:
111117
* This symbol, if defined, indicates that the fgetpos routine is
112118
* available to get the file position indicator, similar to ftell().
@@ -1369,7 +1375,7 @@
13691375
* feature tests from Configure are generally more reliable.
13701376
*/
13711377
#define OSNAME "MSWin32" /**/
1372-
#define OSVERS "10.0.22621.1992" /**/
1378+
#define OSVERS "10.0.19045.6332" /**/
13731379

13741380
/* CAT2:
13751381
* This macro concatenates 2 tokens together.
@@ -2289,7 +2295,7 @@
22892295
* This symbol, if defined, indicates that the acosh routine is
22902296
* available to do the inverse hyperbolic cosine function.
22912297
*/
2292-
/*#define HAS_ACOSH / **/
2298+
#define HAS_ACOSH /**/
22932299

22942300
/* HAS_AINTL:
22952301
* This symbol, if defined, indicates that the aintl routine is
@@ -2301,13 +2307,13 @@
23012307
* This symbol, if defined, indicates that the asinh routine is
23022308
* available to do the inverse hyperbolic sine function.
23032309
*/
2304-
/*#define HAS_ASINH / **/
2310+
#define HAS_ASINH /**/
23052311

23062312
/* HAS_ATANH:
23072313
* This symbol, if defined, indicates that the atanh routine is
23082314
* available to do the inverse hyperbolic tangent function.
23092315
*/
2310-
/*#define HAS_ATANH / **/
2316+
#define HAS_ATANH /**/
23112317

23122318
/* HAS_NON_INT_BITFIELDS:
23132319
* This symbol, if defined, indicates that the C compiler accepts, without
@@ -2381,13 +2387,13 @@
23812387
* This symbol, if defined, indicates that the copysign routine is
23822388
* available to do the copysign function.
23832389
*/
2384-
/*#define HAS_COPYSIGN / **/
2390+
#define HAS_COPYSIGN /**/
23852391

23862392
/* HAS_COPYSIGNL:
23872393
* This symbol, if defined, indicates that the copysignl routine is
23882394
* available. If aintl is also present we can emulate modfl.
23892395
*/
2390-
/*#define HAS_COPYSIGNL / **/
2396+
#define HAS_COPYSIGNL /**/
23912397

23922398
/* USE_CPLUSPLUS:
23932399
* This symbol, if defined, indicates that a C++ compiler was
@@ -2445,7 +2451,7 @@
24452451
* This symbol, if defined, indicates that the exp2 routine is
24462452
* available to do the 2**x function.
24472453
*/
2448-
/*#define HAS_EXP2 / **/
2454+
#define HAS_EXP2 /**/
24492455

24502456
/* HAS_EXPM1:
24512457
* This symbol, if defined, indicates that the expm1 routine is
@@ -2827,7 +2833,7 @@
28272833
* This symbol, if defined, indicates that the isfinite routine is
28282834
* available to check whether a double is finite (non-infinity non-NaN).
28292835
*/
2830-
#define HAS_ISFINITE / **/
2836+
#define HAS_ISFINITE /**/
28312837

28322838
/* HAS_ISFINITEL:
28332839
* This symbol, if defined, indicates that the isfinitel routine is
@@ -3307,7 +3313,7 @@
33073313
* in perl. Users should call Perl_signbit(), which will be #defined to
33083314
* the system's signbit() function or macro if this symbol is defined.
33093315
*/
3310-
/*#define HAS_SIGNBIT / **/
3316+
#define HAS_SIGNBIT /**/
33113317

33123318
/* HAS_SIGPROCMASK:
33133319
* This symbol, if defined, indicates that the sigprocmask
@@ -3488,7 +3494,7 @@
34883494
* This symbol, if defined, indicates that the tgamma routine is
34893495
* available to do the gamma function. See also HAS_LGAMMA.
34903496
*/
3491-
/*#define HAS_TGAMMA / **/
3497+
#define HAS_TGAMMA /**/
34923498

34933499
/* HAS_CTIME64:
34943500
* This symbol, if defined, indicates that the ctime64 () routine is

0 commit comments

Comments
 (0)