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

Diff of /pengfork/src/options.c

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

revision 1.26 by chupa, Tue Dec 3 18:38:15 2002 UTC revision 1.27 by chupa, Wed Dec 4 13:59:17 2002 UTC
# Line 322  usage () Line 322  usage ()
322  static void  static void
323  version (void)  version (void)
324  {  {
325    printf ("%s (" PACKAGE ") v" VERSION "\n", program_name);    printf("\n%s Version %s\n\n" , PACKAGE, VERSION);
326      printf("Copyright (C) 2002 Jean-Charles Salzeber.\n");
327      printf(gettext ("%s comes with ABSOLUTELY NO WARRANTY.\n"
328                    "This is free software, and you are welcome to redistribute it under the terms\n"
329                    "of the GNU General Public License, version 2 or any later version.\n\n")
330             , PACKAGE);
331                    
332    printf (gettext ("Compilation options :\n"));    printf (gettext ("Compilation options :\n"));
333  #ifdef WITH_MODEM  #ifdef WITH_MODEM
334    printf ("WITH_MODEM ");    printf ("WITH_MODEM ");
335  #endif  #endif
336  #ifdef WITH_CABLE  #ifdef WITH_CABLE
337    printf ("WITH_CABLE ");    printf ("WITH_CABLE ");

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

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