]> git.sur5r.net Git - openldap/commitdiff
Add crypt() declaration
authorHallvard Furuseth <hallvard@openldap.org>
Mon, 23 Nov 1998 08:14:40 +0000 (08:14 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Mon, 23 Nov 1998 08:14:40 +0000 (08:14 +0000)
include/ac/unistd.h

index ac061fc775abb5ef27384e6d10cc535e9fdde347..0e2f40acd2ffb6b0f6aff0042984f030e13ea1d3 100644 (file)
@@ -14,6 +14,8 @@
 /* crypt() may be defined in a separate include file */
 #if HAVE_CRYPT_H
 #      include <crypt.h>
+#else
+       extern char *crypt();
 #endif
 
 /* getopt() defines may be in separate include file */