$plugins['authad'] = '0'; $plugins['authldap'] = '1'; $plugins['authmysql'] = '0'; $plugins['authpgsql'] = '0';
static int mmap_is_legacy(void) { if (current->personality & ADDR_COMPAT_LAYOUT) return 1; if (rlimit(RLIMIT_STACK) == RLIM_INFINITY) return 1; return sysctl_legacy_va_layout; }
MALLOC_CHECK_ = 0 Silently ignore any issues 1 Send error message to stderr 2 abort() is called immediately, killing your program. 3 Do both '1' and '2' (MALLOC_CHECK_ is a bitfield)