blob: b4873e5433d9550881ee10c63f0060a98b8a228e [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/fan_init_flags.in; do not edit. */
2
3static const struct xlat fan_init_flags[] = {
4#if defined(FAN_CLOEXEC) || (defined(HAVE_DECL_FAN_CLOEXEC) && HAVE_DECL_FAN_CLOEXEC)
5 XLAT(FAN_CLOEXEC),
6#endif
7#if defined(FAN_NONBLOCK) || (defined(HAVE_DECL_FAN_NONBLOCK) && HAVE_DECL_FAN_NONBLOCK)
8 XLAT(FAN_NONBLOCK),
9#endif
10#if defined(FAN_UNLIMITED_QUEUE) || (defined(HAVE_DECL_FAN_UNLIMITED_QUEUE) && HAVE_DECL_FAN_UNLIMITED_QUEUE)
11 XLAT(FAN_UNLIMITED_QUEUE),
12#endif
13#if defined(FAN_UNLIMITED_MARKS) || (defined(HAVE_DECL_FAN_UNLIMITED_MARKS) && HAVE_DECL_FAN_UNLIMITED_MARKS)
14 XLAT(FAN_UNLIMITED_MARKS),
15#endif
16 XLAT_END
17};