view src/auth/common.h @ 6429:65c69a53a7be HEAD

Replaced my Copyright notices. The year range always ends with 2007 now. My name was replaced with "Dovecot authors". In many cases I didn't really even own the copyright, so this is more correct.
author Timo Sirainen <tss@iki.fi>
date Sun, 16 Sep 2007 14:34:22 +0300
parents e4eb71ae8e96
children b6a7bc10c19a
line wrap: on
line source

#ifndef COMMON_H
#define COMMON_H

#include "lib.h"
#include "auth.h"

#define MASTER_SOCKET_FD 0
#define CLIENT_LISTEN_FD 3
#define WORKER_SERVER_FD 4

extern struct ioloop *ioloop;
extern bool standalone, worker;
extern time_t process_start_time;

#endif