/[pengfork]/pengfork/src/getpass.c
ViewVC logotype

Diff of /pengfork/src/getpass.c

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

revision 1.3 by chupa, Thu Dec 5 00:12:15 2002 UTC revision 1.4 by chupa, Fri Dec 6 23:05:29 2002 UTC
# Line 20  Line 20 
20   *                   *                
21   */   */
22    
23  #include "config.h"  #if HAVE_CONFIG_H
24    # include "config.h"
25    #endif
26    
27  #include <stdio.h>  #if HAVE_STDIO_H
28  #include <errno.h>  # include <stdio.h>
29  #include <string.h>  #endif
30  #include <ctype.h>  #if HAVE_ERRNO_H
31    # include <errno.h>
32    #endif
33    #if HAVE_STRING_H
34    # if !STDC_HEADERS && HAVE_MEMORY_H
35    #  include <memory.h>
36    # endif
37    # include <string.h>
38    #endif
39    #if HAVE_CTYPE_H
40    # include <ctype.h>
41    #endif
42    
43  #include "gettext.h"  #include "gettext.h"
44  #include "options.h"  #include "options.h"

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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