Postfix3.3.1
データ構造 | マクロ定義 | 関数
postconf_service.c ファイル
#include <sys_defs.h>
#include <string.h>
#include <msg.h>
#include <mymalloc.h>
#include <htable.h>
#include <vstring.h>
#include <stringops.h>
#include <argv.h>
#include <mail_params.h>
#include <postconf.h>

[ソースコード]

データ構造

struct  PCF_STRING_NV
 

マクロ定義

#define MAIL_PROGRAM_LOCAL   "local"
 
#define MAIL_PROGRAM_ERROR   "error"
 
#define MAIL_PROGRAM_VIRTUAL   "virtual"
 
#define MAIL_PROGRAM_SMTP   "smtp"
 
#define MAIL_PROGRAM_LMTP   "lmtp"
 
#define MAIL_PROGRAM_PIPE   "pipe"
 
#define MAIL_PROGRAM_SPAWN   "spawn"
 
#define STR(x)   vstring_str(x)
 
#define service_params   (pipe_params + 1)
 

関数

void pcf_register_service_parameters (void)
 

マクロ定義詳解

#define MAIL_PROGRAM_ERROR   "error"

postconf_service.c66 行目に定義があります。

#define MAIL_PROGRAM_LMTP   "lmtp"

postconf_service.c69 行目に定義があります。

#define MAIL_PROGRAM_LOCAL   "local"

postconf_service.c65 行目に定義があります。

#define MAIL_PROGRAM_PIPE   "pipe"

postconf_service.c70 行目に定義があります。

#define MAIL_PROGRAM_SMTP   "smtp"

postconf_service.c68 行目に定義があります。

#define MAIL_PROGRAM_SPAWN   "spawn"

postconf_service.c71 行目に定義があります。

#define MAIL_PROGRAM_VIRTUAL   "virtual"

postconf_service.c67 行目に定義があります。

#define service_params   (pipe_params + 1)
#define STR (   x)    vstring_str(x)

postconf_service.c82 行目に定義があります。

関数詳解

void pcf_register_service_parameters ( void  )

postconf_service.c120 行目に定義があります。