Skip to content

Commit ddcb904

Browse files
committed
Fix for porting/regen.t in maint-5.38
(Ran: ./perl -Ilib regen/uconfig_h.pl)
1 parent 5d5d9fd commit ddcb904

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

uconfig.h

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,12 @@
107107
*/
108108
/*#define HAS_FCNTL / **/
109109

110+
/* HAS_FDOPENDIR:
111+
* This symbol, if defined, indicates that the fdopen 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().
@@ -5382,6 +5388,6 @@
53825388
#endif
53835389

53845390
/* Generated from:
5385-
* e17a83ff6ae98071d846d4a001f6ce1a669df08c357fe153c2370adc4910135e config_h.SH
5386-
* 8d785207fec43bbad5118a8125e625d1cc654455994f09a76c1625b2ae2ae2d0 uconfig.sh
5391+
* c796c0132aa033f4707372996512746e1e011e74dea6362470008afc9fbc6d6c config_h.SH
5392+
* da4c4a7e80d19de664a97a9ed97e2a362b015a320553fa72ec4b98e57dee58c3 uconfig.sh
53875393
* ex: set ro ft=c: */

0 commit comments

Comments
 (0)