/[mailutils]/mailutils/include/mailutils/gnu/argp.h
ViewVC logotype

Diff of /mailutils/include/mailutils/gnu/argp.h

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

revision 1.1 by gray, Thu Sep 12 10:54:24 2002 UTC revision 1.2 by gray, Wed Dec 4 23:25:33 2002 UTC
# Line 23  Line 23 
23    
24  #include <stdio.h>  #include <stdio.h>
25  #include <ctype.h>  #include <ctype.h>
26  #include <getopt.h>  #ifdef HAVE_GETOPT_H
27    # include <getopt.h>
28    #else
29    # include <mailutils/gnu/getopt.h>
30    #endif
31    
32    
33  #define __need_error_t  #define __need_error_t
34  #include <errno.h>  #include <errno.h>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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