summaryrefslogtreecommitdiff
path: root/Porting/config_H
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-02-22 22:03:26 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-02-22 22:03:26 +0000
commit13b3f78704810709000ac835e0f07862c2b103e2 (patch)
tree32168589f82933eb5543e958c13caecab387a8c6 /Porting/config_H
parent44d27a6e4dd2f43427369f61e83839b838b643ae (diff)
downloadperl-13b3f78704810709000ac835e0f07862c2b103e2.tar.gz
Add socklen_t probe; Configure maintenance.
p4raw-id: //depot/cfgperl@5213
Diffstat (limited to 'Porting/config_H')
-rw-r--r--Porting/config_H32
1 files changed, 19 insertions, 13 deletions
diff --git a/Porting/config_H b/Porting/config_H
index cc65dcc77d..16fb48fd7d 100644
--- a/Porting/config_H
+++ b/Porting/config_H
@@ -17,7 +17,7 @@
/*
* Package name : perl5
* Source directory : .
- * Configuration time: Tue Feb 22 07:10:02 EET 2000
+ * Configuration time: Tue Feb 22 23:57:36 EET 2000
* Configured by : jhi
* Target system : osf1 alpha.hut.fi v4.0 878 alpha
*/
@@ -1922,6 +1922,12 @@
/*#define HAS_MSG_PROXY / **/
#define HAS_SCM_RIGHTS /**/
+/* HAS_SOCKLEN_T:
+ * This symbol will defined if the C compiler supports socklen_t.
+ * Usually the <sys/socket.h> needs to be included.
+ */
+/*#define HAS_SOCKLEN_T / **/
+
/* HAS_SQRTL:
* This symbol, if defined, indicates that the sqrtl routine is
* available to do long double square roots.
@@ -2345,6 +2351,12 @@
*/
#define I_SYSLOG /**/
+/* I_SYSMODE:
+ * This symbol, if defined, indicates that <sys/mode.h> exists and
+ * should be included.
+ */
+#define I_SYSMODE /**/
+
/* I_SYS_MOUNT:
* This symbol, if defined, indicates that <sys/mount.h> exists and
* should be included.
@@ -2368,6 +2380,12 @@
*/
#define I_SYSUIO /**/
+/* I_SYSUTSNAME:
+ * This symbol, if defined, indicates that <sys/utsname.h> exists and
+ * should be included.
+ */
+#define I_SYSUTSNAME /**/
+
/* I_SYS_VFS:
* This symbol, if defined, indicates that <sys/vfs.h> exists and
* should be included.
@@ -2966,16 +2984,4 @@
#define PERL_XS_APIVERSION "5.5.660"
#define PERL_PM_APIVERSION "5.005"
-/* I_SYSMODE:
- * This symbol, if defined, indicates that <sys/mode.h> exists and
- * should be included.
- */
-#define I_SYSMODE /**/
-
-/* I_SYS_UTSNAME:
- * This symbol, if defined, indicates that <sys/utsname.h> exists and
- * should be included.
- */
-#define I_SYS_UTSNAME /**/
-
#endif