From 13b3f78704810709000ac835e0f07862c2b103e2 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Tue, 22 Feb 2000 22:03:26 +0000 Subject: Add socklen_t probe; Configure maintenance. p4raw-id: //depot/cfgperl@5213 --- Porting/config_H | 32 +++++++++++++++++++------------- 1 file changed, 19 insertions(+), 13 deletions(-) (limited to 'Porting/config_H') 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 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 exists and + * should be included. + */ +#define I_SYSMODE /**/ + /* I_SYS_MOUNT: * This symbol, if defined, indicates that exists and * should be included. @@ -2368,6 +2380,12 @@ */ #define I_SYSUIO /**/ +/* I_SYSUTSNAME: + * This symbol, if defined, indicates that exists and + * should be included. + */ +#define I_SYSUTSNAME /**/ + /* I_SYS_VFS: * This symbol, if defined, indicates that 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 exists and - * should be included. - */ -#define I_SYSMODE /**/ - -/* I_SYS_UTSNAME: - * This symbol, if defined, indicates that exists and - * should be included. - */ -#define I_SYS_UTSNAME /**/ - #endif -- cgit v1.2.1