blob: 46e4d156a30db7a3ad45d88e3459ed5dee0c9b80 [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/resources.in; do not edit. */
2
3static const struct xlat resources[] = {
4#if defined(RLIMIT_AS) || (defined(HAVE_DECL_RLIMIT_AS) && HAVE_DECL_RLIMIT_AS)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(RLIMIT_AS),
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
7#if defined(RLIMIT_CORE) || (defined(HAVE_DECL_RLIMIT_CORE) && HAVE_DECL_RLIMIT_CORE)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07008 XLAT(RLIMIT_CORE),
Elliott Hughes82728372014-06-06 22:49:31 -07009#endif
10#if defined(RLIMIT_CPU) || (defined(HAVE_DECL_RLIMIT_CPU) && HAVE_DECL_RLIMIT_CPU)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070011 XLAT(RLIMIT_CPU),
Elliott Hughes82728372014-06-06 22:49:31 -070012#endif
13#if defined(RLIMIT_DATA) || (defined(HAVE_DECL_RLIMIT_DATA) && HAVE_DECL_RLIMIT_DATA)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070014 XLAT(RLIMIT_DATA),
Elliott Hughes82728372014-06-06 22:49:31 -070015#endif
16#if defined(RLIMIT_FSIZE) || (defined(HAVE_DECL_RLIMIT_FSIZE) && HAVE_DECL_RLIMIT_FSIZE)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070017 XLAT(RLIMIT_FSIZE),
Elliott Hughes82728372014-06-06 22:49:31 -070018#endif
19#if defined(RLIMIT_LOCKS) || (defined(HAVE_DECL_RLIMIT_LOCKS) && HAVE_DECL_RLIMIT_LOCKS)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070020 XLAT(RLIMIT_LOCKS),
Elliott Hughes82728372014-06-06 22:49:31 -070021#endif
22#if defined(RLIMIT_MEMLOCK) || (defined(HAVE_DECL_RLIMIT_MEMLOCK) && HAVE_DECL_RLIMIT_MEMLOCK)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070023 XLAT(RLIMIT_MEMLOCK),
Elliott Hughes82728372014-06-06 22:49:31 -070024#endif
25#if defined(RLIMIT_MSGQUEUE) || (defined(HAVE_DECL_RLIMIT_MSGQUEUE) && HAVE_DECL_RLIMIT_MSGQUEUE)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070026 XLAT(RLIMIT_MSGQUEUE),
Elliott Hughes82728372014-06-06 22:49:31 -070027#endif
28#if defined(RLIMIT_NICE) || (defined(HAVE_DECL_RLIMIT_NICE) && HAVE_DECL_RLIMIT_NICE)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070029 XLAT(RLIMIT_NICE),
Elliott Hughes82728372014-06-06 22:49:31 -070030#endif
31#if defined(RLIMIT_NOFILE) || (defined(HAVE_DECL_RLIMIT_NOFILE) && HAVE_DECL_RLIMIT_NOFILE)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070032 XLAT(RLIMIT_NOFILE),
Elliott Hughes82728372014-06-06 22:49:31 -070033#endif
34#if defined(RLIMIT_NPROC) || (defined(HAVE_DECL_RLIMIT_NPROC) && HAVE_DECL_RLIMIT_NPROC)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070035 XLAT(RLIMIT_NPROC),
Elliott Hughes82728372014-06-06 22:49:31 -070036#endif
37#if defined(RLIMIT_RSS) || (defined(HAVE_DECL_RLIMIT_RSS) && HAVE_DECL_RLIMIT_RSS)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070038 XLAT(RLIMIT_RSS),
Elliott Hughes82728372014-06-06 22:49:31 -070039#endif
40#if defined(RLIMIT_RTPRIO) || (defined(HAVE_DECL_RLIMIT_RTPRIO) && HAVE_DECL_RLIMIT_RTPRIO)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070041 XLAT(RLIMIT_RTPRIO),
Elliott Hughes82728372014-06-06 22:49:31 -070042#endif
43#if defined(RLIMIT_RTTIME) || (defined(HAVE_DECL_RLIMIT_RTTIME) && HAVE_DECL_RLIMIT_RTTIME)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070044 XLAT(RLIMIT_RTTIME),
Elliott Hughes82728372014-06-06 22:49:31 -070045#endif
46#if defined(RLIMIT_SIGPENDING) || (defined(HAVE_DECL_RLIMIT_SIGPENDING) && HAVE_DECL_RLIMIT_SIGPENDING)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070047 XLAT(RLIMIT_SIGPENDING),
Elliott Hughes82728372014-06-06 22:49:31 -070048#endif
49#if defined(RLIMIT_STACK) || (defined(HAVE_DECL_RLIMIT_STACK) && HAVE_DECL_RLIMIT_STACK)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070050 XLAT(RLIMIT_STACK),
Elliott Hughes82728372014-06-06 22:49:31 -070051#endif
52#if defined(RLIMIT_VMEM) || (defined(HAVE_DECL_RLIMIT_VMEM) && HAVE_DECL_RLIMIT_VMEM)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070053 XLAT(RLIMIT_VMEM),
Elliott Hughes82728372014-06-06 22:49:31 -070054#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070055 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -070056};