summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-12-19 00:09:10 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-12-19 00:09:10 +0000
commita5a94ea50bdb207da5d710010f8ab4baf4cb7d5b (patch)
treee82592ebcdb639e3ed3f718f42d64dc9aac3253b /config_h.SH
parent3c728e001b4e97047ceb23f042d99fbaaeb10044 (diff)
downloadperl-a5a94ea50bdb207da5d710010f8ab4baf4cb7d5b.tar.gz
Re-gen Configure based on #13778..13781.
p4raw-id: //depot/perl@13782
Diffstat (limited to 'config_h.SH')
-rw-r--r--config_h.SH12
1 files changed, 6 insertions, 6 deletions
diff --git a/config_h.SH b/config_h.SH
index 8d61ac9d04..37ad71aaec 100644
--- a/config_h.SH
+++ b/config_h.SH
@@ -112,12 +112,6 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
#define const
#endif
-/* HAS_CRYPT:
- * This symbol, if defined, indicates that the crypt routine is available
- * to encrypt passwords and the like.
- */
-#$d_crypt HAS_CRYPT /**/
-
/* HAS_CUSERID:
* This symbol, if defined, indicates that the cuserid routine is
* available to get character login names.
@@ -3424,6 +3418,12 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
#define PERL_XS_APIVERSION "$xs_apiversion"
#define PERL_PM_APIVERSION "$pm_apiversion"
+/* HAS_CRYPT:
+ * This symbol, if defined, indicates that the crypt routine is available
+ * to encrypt passwords and the like.
+ */
+#$d_crypt 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.