summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2006-09-09 18:29:12 +0300
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-09-11 08:56:21 +0000
commit1ccb7c8d11bf6f3b795893f8ec88106e161747d5 (patch)
treeff1a44b7dba118c37bda9e36a9d2e27a5a63a050 /perl.h
parentddfa59c744ee4cca9b8e77d5034cfbacac89bcda (diff)
downloadperl-1ccb7c8d11bf6f3b795893f8ec88106e161747d5.tar.gz
C++: Solaris CC now compiles "perl"
Message-ID: <4502B398.6060505@iki.fi> p4raw-id: //depot/perl@28814
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/perl.h b/perl.h
index 9ae17aa2ef..5dab0f8ebf 100644
--- a/perl.h
+++ b/perl.h
@@ -1157,6 +1157,10 @@ EXTERN_C int fseeko(FILE *, off_t, int);
EXTERN_C off_t ftello(FILE *);
#endif
+#if defined(__SUNPRO_CC)
+EXTERN_C char *crypt(const char *, const char *);
+#endif
+
#ifdef SETERRNO
# undef SETERRNO /* SOCKS might have defined this */
#endif