summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-12-07 09:33:50 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-12-07 09:33:50 +0000
commit5014db98d2c6d95f1afa45bfa9fe6b1ddb1a9dc2 (patch)
tree2fb1f5af2de558e496a4f54bca78c3b12853f354 /perl.h
parent014822e4c0d7b7cfffc319235fe7ea64ec87ecae (diff)
downloadperl-5014db98d2c6d95f1afa45bfa9fe6b1ddb1a9dc2.tar.gz
typos in change#4660
p4raw-link: @4660 on //depot/perl: 014822e4c0d7b7cfffc319235fe7ea64ec87ecae p4raw-id: //depot/perl@4661
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl.h b/perl.h
index 7e0656ad40..eae26bbd68 100644
--- a/perl.h
+++ b/perl.h
@@ -1986,9 +1986,9 @@ END_EXTERN_C
# if defined(NeXT) || defined(__NeXT__) /* or whatever catches all NeXTs */
char *crypt (); /* Maybe more hosts will need the unprototyped version */
# else
-# if !defined(WIN32) || !defined(HAVE_DES_FCRYPT)
+# if !defined(WIN32)
char *crypt (const char*, const char*);
-# endif /* !WIN32 && !HAVE_CRYPT_SOURCE */
+# endif /* !WIN32 */
# endif /* !NeXT && !__NeXT__ */
# ifndef DONT_DECLARE_STD
# ifndef getenv