Skip to content

Commit cb212b3

Browse files
committed
Fix conditional compilation of RUN_IN_CGROUP setting
1 parent 21d9377 commit cb212b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/settings.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ setting_details all_settings[] = {
5757
{"rlimit-data", setting_id_t::SETTING_RLIMIT_DATA, false, true, false},
5858
{"rlimit-addrspace", setting_id_t::SETTING_RLIMIT_ADDRSPACE, false, true, false},
5959

60-
#ifdef SUPPORT_CGROUPS
60+
#if SUPPORT_CGROUPS
6161
{"run-in-cgroup", setting_id_t::RUN_IN_CGROUP, false, true, false},
6262
#endif
6363

0 commit comments

Comments
 (0)