diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-29 20:25:22 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-29 20:25:22 +0000 |
commit | a82b83977d39a0f4343183c17e552f3956cfe930 (patch) | |
tree | 92a6577869b80a46bcba5a0545dd82474c52738c /win32 | |
parent | d1e4d418969ad3c5103f26f33d0abea5b1570935 (diff) | |
download | perl-a82b83977d39a0f4343183c17e552f3956cfe930.tar.gz |
Integrate perlio:
[ 13936]
Routine regen_config_h - no real differences other than order of crypt
p4raw-link: @13936 on //depot/perlio: 0432a43a1d6ff62bb61d33a21137db24dfafbeb3
p4raw-id: //depot/perl@13941
Diffstat (limited to 'win32')
-rw-r--r-- | win32/config_H.bc | 16 | ||||
-rw-r--r-- | win32/config_H.gc | 16 | ||||
-rw-r--r-- | win32/config_H.vc | 16 |
3 files changed, 24 insertions, 24 deletions
diff --git a/win32/config_H.bc b/win32/config_H.bc index 4b31931159..81261ac7aa 100644 --- a/win32/config_H.bc +++ b/win32/config_H.bc @@ -13,8 +13,8 @@ /* * Package name : perl5 * Source directory : - * Configuration time: Sat Nov 24 09:56:15 2001 - * Configured by : gsar + * Configuration time: Sat Dec 29 19:18:51 2001 + * Configured by : nick * Target system : */ @@ -88,12 +88,6 @@ #define const #endif -/* HAS_CRYPT: - * This symbol, if defined, indicates that the crypt routine is available - * to encrypt passwords and the like. - */ -/*#define HAS_CRYPT /**/ - /* HAS_CUSERID: * This symbol, if defined, indicates that the cuserid routine is * available to get character login names. @@ -3400,6 +3394,12 @@ #define PERL_XS_APIVERSION "5.6.0" #define PERL_PM_APIVERSION "5.005" +/* HAS_CRYPT: + * This symbol, if defined, indicates that the crypt routine is available + * to encrypt passwords and the like. + */ +/*#define HAS_CRYPT /**/ + /* SETUID_SCRIPTS_ARE_SECURE_NOW: * This symbol, if defined, indicates that the bug that prevents * setuid scripts from being secure is not present in this kernel. diff --git a/win32/config_H.gc b/win32/config_H.gc index c0019aae58..d2bbc18aa1 100644 --- a/win32/config_H.gc +++ b/win32/config_H.gc @@ -13,8 +13,8 @@ /* * Package name : perl5 * Source directory : - * Configuration time: Sat Nov 24 09:56:06 2001 - * Configured by : gsar + * Configuration time: Sat Dec 29 19:14:21 2001 + * Configured by : nick * Target system : */ @@ -88,12 +88,6 @@ #define const #endif -/* HAS_CRYPT: - * This symbol, if defined, indicates that the crypt routine is available - * to encrypt passwords and the like. - */ -/*#define HAS_CRYPT /**/ - /* HAS_CUSERID: * This symbol, if defined, indicates that the cuserid routine is * available to get character login names. @@ -3400,6 +3394,12 @@ #define PERL_XS_APIVERSION "5.6.0" #define PERL_PM_APIVERSION "5.005" +/* HAS_CRYPT: + * This symbol, if defined, indicates that the crypt routine is available + * to encrypt passwords and the like. + */ +/*#define HAS_CRYPT /**/ + /* SETUID_SCRIPTS_ARE_SECURE_NOW: * This symbol, if defined, indicates that the bug that prevents * setuid scripts from being secure is not present in this kernel. diff --git a/win32/config_H.vc b/win32/config_H.vc index 92ac2d75af..259044ca5e 100644 --- a/win32/config_H.vc +++ b/win32/config_H.vc @@ -13,8 +13,8 @@ /* * Package name : perl5 * Source directory : - * Configuration time: Sat Nov 24 10:00:54 2001 - * Configured by : gsar + * Configuration time: Sat Dec 29 19:19:05 2001 + * Configured by : nick * Target system : */ @@ -88,12 +88,6 @@ #define const #endif -/* HAS_CRYPT: - * This symbol, if defined, indicates that the crypt routine is available - * to encrypt passwords and the like. - */ -/*#define HAS_CRYPT /**/ - /* HAS_CUSERID: * This symbol, if defined, indicates that the cuserid routine is * available to get character login names. @@ -3400,6 +3394,12 @@ #define PERL_XS_APIVERSION "5.6.0" #define PERL_PM_APIVERSION "5.005" +/* HAS_CRYPT: + * This symbol, if defined, indicates that the crypt routine is available + * to encrypt passwords and the like. + */ +/*#define HAS_CRYPT /**/ + /* SETUID_SCRIPTS_ARE_SECURE_NOW: * This symbol, if defined, indicates that the bug that prevents * setuid scripts from being secure is not present in this kernel. |