ioloop-notify-none.c revision 0a3d3ca7db7cbdc947ccabe740c40561b3f5c066
/* Copyright (c) 2003-2008 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "ioloop-internal.h"
#ifdef IOLOOP_NOTIFY_NONE
enum io_notify_result
{
return IO_NOTIFY_NOSUPPORT;
}
{
}
{
}
#endif