summaryrefslogtreecommitdiff
path: root/Porting/config_H
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 /Porting/config_H
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 'Porting/config_H')
-rw-r--r--Porting/config_H8
1 files changed, 7 insertions, 1 deletions
diff --git a/Porting/config_H b/Porting/config_H
index 9f615857c9..ea4f3648cb 100644
--- a/Porting/config_H
+++ b/Porting/config_H
@@ -17,7 +17,7 @@
/*
* Package name : perl5
* Source directory : .
- * Configuration time: Fri Jan 12 22:32:53 EET 2001
+ * Configuration time: Sun Jan 14 06:47:38 EET 2001
* Configured by : jhi
* Target system : osf1 alpha.hut.fi v4.0 878 alpha
*/
@@ -3249,4 +3249,10 @@
*/
#define HAS_SIGPROCMASK /**/
+/* I_FEATURES:
+ * This symbol, if defined, indicates that <features.h> exists and
+ * should be included.
+ */
+/*#define I_FEATURES / **/
+
#endif