1 /* Generated by ./xlat/gen.sh from ./xlat/fan_init_flags.in; do not edit. */ 2 3 static const struct xlat fan_init_flags[] = { 4 #if !(defined(FAN_CLOEXEC) || (defined(HAVE_DECL_FAN_CLOEXEC) && HAVE_DECL_FAN_CLOEXEC)) 5 # define FAN_CLOEXEC 0x00000001 6 #endif 7 XLAT(FAN_CLOEXEC), 8 #if !(defined(FAN_NONBLOCK) || (defined(HAVE_DECL_FAN_NONBLOCK) && HAVE_DECL_FAN_NONBLOCK)) 9 # define FAN_NONBLOCK 0x00000002 10 #endif 11 XLAT(FAN_NONBLOCK), 12 #if !(defined(FAN_UNLIMITED_QUEUE) || (defined(HAVE_DECL_FAN_UNLIMITED_QUEUE) && HAVE_DECL_FAN_UNLIMITED_QUEUE)) 13 # define FAN_UNLIMITED_QUEUE 0x00000010 14 #endif 15 XLAT(FAN_UNLIMITED_QUEUE), 16 #if !(defined(FAN_UNLIMITED_MARKS) || (defined(HAVE_DECL_FAN_UNLIMITED_MARKS) && HAVE_DECL_FAN_UNLIMITED_MARKS)) 17 # define FAN_UNLIMITED_MARKS 0x00000020 18 #endif 19 XLAT(FAN_UNLIMITED_MARKS), 20 XLAT_END 21 }; 22