summaryrefslogtreecommitdiff
path: root/uconfig.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-12-30 16:17:44 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-12-30 16:17:44 +0000
commit8b4ac5a423952fb163d48c435ab6e00458e66f1f (patch)
treeb690464c39cc4a5ae0443d46f5d6e224a53559ed /uconfig.h
parent317ea90d97caba0232674f77b3cbed1394243c39 (diff)
downloadperl-8b4ac5a423952fb163d48c435ab6e00458e66f1f.tar.gz
Regen files.
p4raw-id: //depot/perl@13954
Diffstat (limited to 'uconfig.h')
-rw-r--r--uconfig.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/uconfig.h b/uconfig.h
index 4332e4ce44..1c3025ae70 100644
--- a/uconfig.h
+++ b/uconfig.h
@@ -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.