diff options
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h new file mode 100644 index 000000000..0dae8ac0b --- /dev/null +++ b/acconfig.h @@ -0,0 +1,31 @@ +/* Additional tests: */ + +/* Define if inline functions a la GCC are available. */ +#undef HAVE_INLINE + +/* Define if sysinfo is available. */ +#undef HAVE_SYSINFO + +/* Define if __NR_sysinfo is available. */ +#undef HAVE_NRSYSINFO + +/* Define if inline functions a la GCC are available. */ +#undef HAVE_ALPHASORT_DECLARATION + +/* Define if function attributes a la GCC 2.5 and higher are available. */ +#undef HAVE_GNUC25_ATTRIB + +/* Define if constant functions a la GCC 2.5 and higher are available. */ +#undef HAVE_GNUC25_CONST + +/* Define if nonreturning functions a la GCC 2.5 and higher are available. */ +#undef HAVE_GNUC25_NORETURN + +/* Define if printf-format argument lists a la GCC are available. */ +#undef HAVE_GNUC25_PRINTFFORMAT + +/* Set this to the canonical Debian architecture string for this CPU type. */ +#undef ARCHITECTURE + +/* Set this to 1 to build new archives by default. */ +#define BUILDOLDPKGFORMAT 0 |