mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-18 19:44:21 +01:00
11 lines
340 B
Plaintext
11 lines
340 B
Plaintext
sprintf(buffer,"**System used for compilation:\n");
|
|
output_string(buffer);
|
|
sprintf(buffer,"**%SYSTEM%\n");
|
|
output_string(buffer);
|
|
sprintf(buffer,"**C compiler: %CCVERSION%\n");
|
|
output_string(buffer);
|
|
sprintf(buffer,"**libc: %LIBCVERSION%\n");
|
|
output_string(buffer);
|
|
sprintf(buffer,"**Date of compilation: %DATE%\n");
|
|
output_string(buffer);
|