view src/master/capabilities.h @ 9490:fd84592e817b HEAD

dovecot-example.conf: Updated dict comments.
author Timo Sirainen <tss@iki.fi>
date Mon, 23 Nov 2009 13:08:47 -0500
parents e4eb71ae8e96
children
line wrap: on
line source

#ifndef CAPABILITIES_H
#define CAPABILITIES_H

#if defined(HAVE_LIBCAP)

void drop_capabilities(void);

#else

static inline void drop_capabilities(void) {}

#endif

#endif