You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
428 B

  1. --- a/pico/blddate.c
  2. +++ b/pico/blddate.c
  3. @@ -28,6 +28,7 @@ main(argc, argv)
  4. exit(1);
  5. }
  6. +/*
  7. time(&ltime);
  8. t = localtime(&ltime);
  9. fprintf(outfile,"char datestamp[]=\"%02d-%s-%d\";\n", t->tm_mday,
  10. @@ -46,6 +47,7 @@ main(argc, argv)
  11. 1900 + t->tm_year);
  12. fprintf(outfile, "char hoststamp[]=\"random-pc\";\n");
  13. +*/
  14. fprintf(outfile, "char configoptions[] = \"\";\n");
  15. fclose(outfile);