pike.git/
src/
modules/
Inotify/
inotify.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2011-03-25
2011-03-25 11:03:18 by Henrik Grubbström (Grubba) <grubba@grubba.org>
5dc678ef737dcce206cf8ff8a747e132879bb0c4 (
7
lines) (+
6
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
System.Inotify: PIKE_MODULE_{INIT,EXIT} need to exist even when the module is disabled.
242:
add_integer_constant(#name, name, 0); \ } while(0);
+
#else /* !HAVE_SYS_INOTIFY_H */
-
+
#define ADD_ICONST(name)
+
+
#endif /* HAVE_SYS_INOTIFY_H */
+
PIKE_MODULE_INIT { ADD_ICONST(IN_ACCESS); ADD_ICONST(IN_ALL_EVENTS);
289:
*/ /*! @endmodule */
-
#endif /* HAVE_SYS_INOTIFY_H */
+