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:
parent
667f672c94
commit
612a34ad69
@ -263,6 +263,11 @@ static void show_build(void)
|
|||||||
};
|
};
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
|
printf("Build environment:\n");
|
||||||
|
#ifdef BUILD_SYSTEM
|
||||||
|
printf(" Build host: %s\n", BUILD_SYSTEM);
|
||||||
|
#endif
|
||||||
|
|
||||||
printf("Paths:\n");
|
printf("Paths:\n");
|
||||||
for (i=0; config_options[i].name; i++) {
|
for (i=0; config_options[i].name; i++) {
|
||||||
printf(" %s: %s\n", config_options[i].name, config_options[i].value);
|
printf(" %s: %s\n", config_options[i].name, config_options[i].value);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user