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