blob: 6e44e84d2fadd1100282eae38d716aec985a8c49 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
#ifndef FEHSQM_CONFIG_INCLUDE
#define FEHSQM_CONFIG_INCLUDE
#include <sys/types.h>
#mesondefine HASSALEN
#mesondefine HASGETSPNAM
#mesondefine HASGETUSERPW
#mesondefine HASUTMP
#mesondefine HASMKFIFO
#mesondefine IDN2
static const char auto_qmail[] = "@auto_qmail@";
static const char auto_usera[] = "@auto_usera@";
static const int auto_split = @auto_split@;
static const int auto_patrn = @auto_patrn@;
static const int auto_spawn = @auto_spawn@;
static const uid_t auto_uida = @alias@;
static const uid_t auto_uidd = @qmaild@;
static const uid_t auto_uidl = @qmaill@;
static const uid_t auto_uido = 0;
static const uid_t auto_uidp = @qmailp@;
static const uid_t auto_uidq = @qmailq@;
static const uid_t auto_uidr = @qmailr@;
static const uid_t auto_uids = @qmails@;
static const gid_t auto_gidq = @sqmail@;
static const gid_t auto_gidn = @nofiles@;
#endif
|