diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-30 16:17:44 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-30 16:17:44 +0000 |
commit | 8b4ac5a423952fb163d48c435ab6e00458e66f1f (patch) | |
tree | b690464c39cc4a5ae0443d46f5d6e224a53559ed /uconfig.h | |
parent | 317ea90d97caba0232674f77b3cbed1394243c39 (diff) | |
download | perl-8b4ac5a423952fb163d48c435ab6e00458e66f1f.tar.gz |
Regen files.
p4raw-id: //depot/perl@13954
Diffstat (limited to 'uconfig.h')
-rw-r--r-- | uconfig.h | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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.005" #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. |