/[LeafOK_CVS]/lbbs/src/common.c
ViewVC logotype

Diff of /lbbs/src/common.c

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

Revision 1.53 by sysadm, Sat Jan 3 10:27:14 2026 UTC Revision 1.54 by sysadm, Fri Jan 9 11:14:54 2026 UTC
# Line 13  Line 13 
13  #include "common.h"  #include "common.h"
14    
15  // Version  // Version
16  const char APP_INFO[] = PACKAGE_STRING " build on " __DATE__ " " __TIME__;  #ifdef __x86_64__
17    const char APP_INFO[] = PACKAGE_STRING " build (x86_64) on " __DATE__ " " __TIME__;
18    #else
19    #ifdef __aarch64__
20    const char APP_INFO[] = PACKAGE_STRING " build (aarch64) on " __DATE__ " " __TIME__;
21    #else
22    const char APP_INFO[] = PACKAGE_STRING " build (i386) on " __DATE__ " " __TIME__;
23    #endif
24    #endif
25    
26  const char COPYRIGHT_INFO[] = "Copyright (C) 2004-2026  Leaflet <leaflet@leafok.com>\n"  const char COPYRIGHT_INFO[] = "Copyright (C) 2004-2026  Leaflet <leaflet@leafok.com>\n"
27                                                            "This program comes with ABSOLUTELY NO WARRANTY.\n"                                                            "This program comes with ABSOLUTELY NO WARRANTY.\n"
28                                                            "This is free software, and you are welcome to redistribute it \n"                                                            "This is free software, and you are welcome to redistribute it \n"


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1