ioloop-notify-none.c revision 76b43e4417bab52e913da39b5f5bc2a130d3f149
/* 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_DISABLED;
}
{
}
{
}
#endif