/* Copyright (c) 2003-2018 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "ioloop-private.h"
#ifdef IOLOOP_NOTIFY_NONE
enum io_notify_result
const char *source_filename ATTR_UNUSED,
unsigned int source_linenum ATTR_UNUSED,
{
return IO_NOTIFY_NOSUPPORT;
}
{
}
{
}
{
return -1;
}
#endif