If we ever want to add it back, it should be with -DSTANDALONE=0|1, so
that #if instead of #ifdef can be used. We generally converted our internal
defines to that form.
'name' : 'systemd-repart.standalone',
'public' : true,
'sources' : files('repart.c'),
- 'c_args' : '-DSTANDALONE',
'link_with' : [
libc_wrapper_static,
libbasic_static,
libexec_template + {
'name' : 'systemd-shutdown.standalone',
'sources' : systemd_shutdown_sources + systemd_shutdown_extract_sources,
- 'c_args' : '-DSTANDALONE',
'link_with' : [
libc_wrapper_static,
libbasic_static,
'name' : 'systemd-sysusers.standalone',
'public' : true,
'sources' : files('sysusers.c'),
- 'c_args' : '-DSTANDALONE',
'link_with' : [
libc_wrapper_static,
libbasic_static,
'name' : 'systemd-tmpfiles.standalone',
'public' : true,
'sources' : systemd_tmpfiles_sources + systemd_tmpfiles_extract_sources,
- 'c_args' : '-DSTANDALONE',
'link_with' : [
libc_wrapper_static,
libbasic_static,