diff options
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -134,16 +134,6 @@ config GLOBBING | |||
134 | the BusyBox binary to handle wildcard expansion using the C runtime | 134 | the BusyBox binary to handle wildcard expansion using the C runtime |
135 | set this to 'Y'. | 135 | set this to 'Y'. |
136 | 136 | ||
137 | config SAFE_ENV | ||
138 | bool "Manipulate the environment through safe API calls" | ||
139 | default n | ||
140 | depends on PLATFORM_MINGW32 | ||
141 | help | ||
142 | Enable this option to use safe API calls when clearing environment | ||
143 | variables. This is necessary if BusyBox is to run on ReactOS or | ||
144 | 64-bit Windows. The default is 'N', which must be used if BusyBox | ||
145 | is to run on Windows XP. | ||
146 | |||
147 | config PAM | 137 | config PAM |
148 | bool "Support PAM (Pluggable Authentication Modules)" | 138 | bool "Support PAM (Pluggable Authentication Modules)" |
149 | default n | 139 | default n |