linux-qubasis

linux oasis port as a qubes template

git clone https://9o.is/git/linux-qubasis.git

config.h

(1064B)


      1 #define GCC_NORETURN __attribute__((noreturn))
      2 #define GCC_PRINTF 1
      3 #define GCC_PRINTFLIKE(fmt,var) __attribute__((format(printf,fmt,var)))
      4 #define GCC_SCANF 1
      5 #define GCC_SCANFLIKE(fmt,var) __attribute__((format(scanf,fmt,var)))
      6 #define GCC_UNUSED __attribute__((unused))
      7 #define HAVE_FCNTL_H 1
      8 #define HAVE_GETOPT 1
      9 #define HAVE_GETOPT_H 1
     10 #define HAVE_GETOPT_HEADER 1
     11 #define HAVE_INTTYPES_H 1
     12 /* #undef HAVE_LIBDBMALLOC */
     13 /* #undef HAVE_LIBDMALLOC */
     14 #define HAVE_MEMORY_H 1
     15 #define HAVE_MKSTEMP 1
     16 #define HAVE_STDINT_H 1
     17 #define HAVE_STDLIB_H 1
     18 #define HAVE_STDNORETURN_H 1
     19 #define HAVE_STRINGS_H 1
     20 #define HAVE_STRING_H 1
     21 #define HAVE_SYS_STAT_H 1
     22 #define HAVE_SYS_TYPES_H 1
     23 #define HAVE_UNISTD_H 1
     24 #define HAVE_VSNPRINTF 1
     25 /* #undef MAXTABLE */
     26 #define MIXEDCASE_FILENAMES 1
     27 /* #undef NEED_GETOPT_H */
     28 /* #undef NO_LEAKS */
     29 #define STDC_HEADERS 1
     30 #define STDC_NORETURN _Noreturn
     31 #define SYSTEM_NAME "linux-musl"
     32 /* #undef USE_DBMALLOC */
     33 /* #undef USE_DMALLOC */
     34 /* #undef USE_VALGRIND */
     35 /* #undef YYBTYACC */
     36 /* #undef YY_NO_LEAKS */
     37 /* #undef mode_t */