/[gnats]/gnats/gnats/gnats-pwconv.c
ViewVC logotype

Diff of /gnats/gnats/gnats-pwconv.c

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

revision 1.5 by has, Mon Sep 6 19:23:54 2004 UTC revision 1.6 by chewie, Tue Nov 30 15:43:37 2004 UTC
# Line 19  Software Foundation, 59 Temple Place - S Line 19  Software Foundation, 59 Temple Place - S
19    
20  #include "gnats.h"  #include "gnats.h"
21  #ifdef HAVE_LIBCRYPT  #ifdef HAVE_LIBCRYPT
22  #ifdef HAVE_CRYPT               /* some systems declare `crypt' in unistd.h */  #ifdef HAVE_CRYPT_H             /* some systems declare `crypt' in unistd.h */
23  #include <crypt.h>  #include <crypt.h>
24  #endif  #endif
25  #endif  #endif
 #include <getopt.h>  
 #include <stdio.h>  
 #include <time.h>  
 #include <unistd.h>  
   
26    
27  enum _Crypt_Type { NONE, PLAIN, CRYPT, MD5 };  enum _Crypt_Type { NONE, PLAIN, CRYPT, MD5 };
28  typedef enum _Crypt_Type Crypt_Type;  typedef enum _Crypt_Type Crypt_Type;

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

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