summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-01-14 04:55:34 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-01-14 04:55:34 +0000
commit78d8f6e05211de1a60b4bb9b795b8ff72f179ebe (patch)
tree3de95674ac2df6eb32eabcb77baeddc6c794e53c /config_h.SH
parented7a760fef4dab277d3d0e5f853210f001d70171 (diff)
downloadperl-78d8f6e05211de1a60b4bb9b795b8ff72f179ebe.tar.gz
(Reverted by #8440)
Add <features.h> probing, seems to be needed for (some?) Linux largefileness. p4raw-id: //depot/perl@8437
Diffstat (limited to 'config_h.SH')
-rw-r--r--config_h.SH6
1 files changed, 6 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH
index 8a3f4dfcf8..9aacdcc9f3 100644
--- a/config_h.SH
+++ b/config_h.SH
@@ -3269,5 +3269,11 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
*/
#$d_sigprocmask HAS_SIGPROCMASK /**/
+/* I_FEATURES:
+ * This symbol, if defined, indicates that <features.h> exists and
+ * should be included.
+ */
+#$i_features I_FEATURES /**/
+
#endif
!GROK!THIS!