Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/advise.in; do not edit. */
      2 
      3 #ifdef IN_MPERS
      4 
      5 # error static const struct xlat advise in mpers mode
      6 
      7 #else
      8 
      9 static
     10 const struct xlat advise[] = {
     11 #if defined(POSIX_FADV_NORMAL) || (defined(HAVE_DECL_POSIX_FADV_NORMAL) && HAVE_DECL_POSIX_FADV_NORMAL)
     12   XLAT(POSIX_FADV_NORMAL),
     13 #endif
     14 #if defined(POSIX_FADV_RANDOM) || (defined(HAVE_DECL_POSIX_FADV_RANDOM) && HAVE_DECL_POSIX_FADV_RANDOM)
     15   XLAT(POSIX_FADV_RANDOM),
     16 #endif
     17 #if defined(POSIX_FADV_SEQUENTIAL) || (defined(HAVE_DECL_POSIX_FADV_SEQUENTIAL) && HAVE_DECL_POSIX_FADV_SEQUENTIAL)
     18   XLAT(POSIX_FADV_SEQUENTIAL),
     19 #endif
     20 #if defined(POSIX_FADV_WILLNEED) || (defined(HAVE_DECL_POSIX_FADV_WILLNEED) && HAVE_DECL_POSIX_FADV_WILLNEED)
     21   XLAT(POSIX_FADV_WILLNEED),
     22 #endif
     23 #if defined(POSIX_FADV_DONTNEED) || (defined(HAVE_DECL_POSIX_FADV_DONTNEED) && HAVE_DECL_POSIX_FADV_DONTNEED)
     24   XLAT(POSIX_FADV_DONTNEED),
     25 #endif
     26 #if defined(POSIX_FADV_NOREUSE) || (defined(HAVE_DECL_POSIX_FADV_NOREUSE) && HAVE_DECL_POSIX_FADV_NOREUSE)
     27   XLAT(POSIX_FADV_NOREUSE),
     28 #endif
     29  XLAT_END
     30 };
     31 
     32 #endif /* !IN_MPERS */
     33