summaryrefslogtreecommitdiff
path: root/uconfig.h
diff options
context:
space:
mode:
authorAndy Dougherty <doughera@lafayette.edu>2015-12-29 22:58:51 -0500
committerAndy Dougherty <doughera@lafayette.edu>2016-01-04 11:10:34 -0500
commit8b8c6ab7a0f348f87b1d3cb71ad386b19d348719 (patch)
tree6e3d11ab2dea4903acb825d7366eadec7951c117 /uconfig.h
parent36b1c8929241ab83b3003de806e94e66990e4c6d (diff)
downloadperl-8b8c6ab7a0f348f87b1d3cb71ad386b19d348719.tar.gz
Add Configure support for fdclose() for [perl #126847].
This patch also adjusts the generated files suggested by Porting/checkcfgvar.pl.
Diffstat (limited to 'uconfig.h')
-rw-r--r--uconfig.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/uconfig.h b/uconfig.h
index af65ca76ca..079c73f724 100644
--- a/uconfig.h
+++ b/uconfig.h
@@ -3526,6 +3526,13 @@
*/
/*#define FCNTL_CAN_LOCK / **/
+/* HAS_FDCLOSE:
+ * This symbol, if defined, indicates that the fdclose routine is
+ * available to free a FILE structure without closing the underlying
+ * file descriptor. This function appeared in FreeBSD 10.2.
+ */
+/*#define HAS_FDCLOSE / **/
+
/* HAS_FDIM:
* This symbol, if defined, indicates that the fdim routine is
* available to do the positive difference function.
@@ -5175,6 +5182,6 @@
#endif
/* Generated from:
- * 1fbdd1f584710d990cbc1b624770986e12ad6e3eac21c9f3851e6a0ad5a7fbce config_h.SH
- * 0ce9d24f6ed83c533882929bc7c0138fe345656c4b7070aad99bb103dbf3790a uconfig.sh
+ * 056bddc3ae72075045127f87d3418b2caa44b81bdac54fa0a1a3cf11c8fbdd4a config_h.SH
+ * a44240b1f83708d59d68e3c6d4d37d0c55ea9a2bab6e0413c17236c9000df18d uconfig.sh
* ex: set ro: */