]> sjero.net Git - wget/blobdiff - src/main.c
target -> targ; use OS_TYPE for VMS in build info string.
[wget] / src / main.c
index dddc4b2425df1ad38015472e08d23d9513df42a9..40ea4f7611dd536421ec49f9bf27b0afe2706b90 100644 (file)
@@ -785,12 +785,7 @@ print_version (void)
   char *env_wgetrc, *user_wgetrc;
   int i;
 
-#ifdef __VMS
-  printf (_("GNU Wget %s built on VMS %s %s.\n\n"),
-   version_string, vms_arch(), vms_vers());
-#else /* def __VMS */
   printf (_("GNU Wget %s built on %s.\n\n"), version_string, OS_TYPE);
-#endif /* def __VMS */
   /* compiled_features is a char*[]. We limit the characters per
      line to MAX_CHARS_PER_LINE and prefix each line with a constant
      number of spaces for proper alignment. */