From: Nick Ing-Simmons Date: Sat, 29 Dec 2001 18:20:33 +0000 (+0000) Subject: Routine regen_config_h - no real differences other than order of crypt X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0432a43a1d6ff62bb61d33a21137db24dfafbeb3;p=p5sagit%2Fp5-mst-13.2.git Routine regen_config_h - no real differences other than order of crypt p4raw-id: //depot/perlio@13936 --- diff --git a/win32/config_H.bc b/win32/config_H.bc index 4b31931..81261ac 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 c0019aa..d2bbc18 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 92ac2d7..259044c 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.