/[inetutils]/inetutils/headers/crypt.h
ViewVC logotype

Diff of /inetutils/headers/crypt.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by ams, Sun Apr 28 17:06:23 2002 UTC revision 1.7 by gray, Tue May 14 15:13:56 2002 UTC
# Line 19  Line 19 
19  #ifndef __CRYPT_H__  #ifndef __CRYPT_H__
20  #define __CRYPT_H__  #define __CRYPT_H__
21    
22  #ifdef HAVE_DECL_CRYPT  #if HAVE_DECL_CRYPT
23  /* Avoid arg-mismatch with system decl by being vague.  */  /* Avoid arg-mismatch with system decl by being vague.  */
24  #define CRYPT_ARGS ()  #define CRYPT_ARGS ()
25  #else  #else
26  #define CRYPT_ARGS __P ((char *str, char salt[2]))  #define CRYPT_ARGS __P ((char *str, char salt[2]))
27  #endif  #endif
28    
29  #ifndef HAVE_DECL_CRYPT  #if !HAVE_DECL_CRYPT
30  #ifdef HAVE_ATTR_WEAK_REFS  #ifdef HAVE_ATTR_WEAK_REFS
31  extern char *crypt CRYPT_ARGS __attribute__ ((weak));  extern char *crypt CRYPT_ARGS __attribute__ ((weak));
32  #else /* !HAVE_ATTR_WEAK_REFS */  #else /* !HAVE_ATTR_WEAK_REFS */

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26