login-settings.c revision 71834d0736d031ccba629fcae62ba71c56e6b4ed
a8703cfb67133446eef7af1043640e71486e9ecand/* Copyright (c) 2005-2010 Dovecot authors, see the included COPYING file */
#include "hostpid.h"
#include "var-expand.h"
#include "settings-parser.h"
#include "master-service.h"
#include "master-service-settings.h"
#include "master-service-settings-cache.h"
#include "login-settings.h"
#include <stddef.h>
#include <unistd.h>
#ifndef HAVE_SSL
return FALSE;
return FALSE;
return FALSE;
return FALSE;
return TRUE;
return FALSE;
return FALSE;
return FALSE;
return TRUE;
static const struct var_expand_table *
return tab;
struct login_settings *
const char *local_host,
void ***other_settings_r)
const char *error;
void *const *cache_sets;
void **sets;
unsigned int i, count;
for (i = 0; i < count; i++) {
return sets[0];
void login_settings_deinit(void)