Postfix3.3.1
|
#include <sys/stat.h>
#include <stdio.h>
#include <fcntl.h>
#include <signal.h>
#include <unistd.h>
#include <stdlib.h>
マクロ定義 | |
#define | FIFO_PATH "test-fifo" |
#define | perrorexit(s) { perror(s); exit(1); } |
関数 | |
int | main (int unused_argc, char **unused_argv) |
#define FIFO_PATH "test-fifo" |
fifo_open.c の 32 行目に定義があります。
#define perrorexit | ( | s | ) | { perror(s); exit(1); } |
fifo_open.c の 33 行目に定義があります。
fifo_open.c の 50 行目に定義があります。