X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=para.h;h=10931aaf08461cef768d95720a833e0f86f8139e;hp=fc0edf9a43df1e3840c5c55fe49740256f1a364c;hb=ce2bb6c458275ec6c0a115a2c814a15761474f11;hpb=b9f9601828dd1a103ec9315bd430d39b458d2b80 diff --git a/para.h b/para.h index fc0edf9a..10931aaf 100644 --- a/para.h +++ b/para.h @@ -119,10 +119,18 @@ } -#define COPYRIGHT "Copyright (c) 1997-2006 by Andre Noll" - -#define LICENSE "This is free software with ABSOLUTELY NO WARRANTY. " \ - "See COPYING for details." +#define VERSION_TEXT(prefix) "para_" prefix " " PACKAGE_VERSION "\n" \ + "Copyright (C) 2007 Andre Noll\n" \ + "This is free software with ABSOLUTELY NO WARRANTY." \ + " See COPYING for details.\n" \ + "Written by Andre Noll.\n" \ + "Report bugs to .\n" + +#define HANDLE_VERSION_FLAG(_prefix, _args_info_struct) \ + if (_args_info_struct.version_given) { \ + printf("%s", VERSION_TEXT(_prefix)); \ + exit(EXIT_SUCCESS); \ + } #define AWAITING_DATA_MSG "\nAwaiting Data." #define PROCEED_MSG "\nProceed.\n"