summaryrefslogtreecommitdiff
path: root/win32/config_H.bc
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2001-12-29 18:20:33 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2001-12-29 18:20:33 +0000
commit0432a43a1d6ff62bb61d33a21137db24dfafbeb3 (patch)
tree0940507165581738ec9ac29fdd30127abb5156db /win32/config_H.bc
parentf7d174987f2e9e2d250eda5da71dd17f5435109e (diff)
downloadperl-0432a43a1d6ff62bb61d33a21137db24dfafbeb3.tar.gz
Routine regen_config_h - no real differences other than order of crypt
p4raw-id: //depot/perlio@13936
Diffstat (limited to 'win32/config_H.bc')
-rw-r--r--win32/config_H.bc16
1 files changed, 8 insertions, 8 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.