1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-28 01:58:17 +03:00

s4-server: show build host in samba -b output

This commit is contained in:
Andrew Tridgell 2010-04-21 15:35:55 +10:00
parent 667f672c94
commit 612a34ad69

View File

@ -263,6 +263,11 @@ static void show_build(void)
};
int i;
printf("Build environment:\n");
#ifdef BUILD_SYSTEM
printf(" Build host: %s\n", BUILD_SYSTEM);
#endif
printf("Paths:\n");
for (i=0; config_options[i].name; i++) {
printf(" %s: %s\n", config_options[i].name, config_options[i].value);