acconfig.h 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. /* Additional tests: */
  2. /* The name of the package being compiled */
  3. #define PACKAGE ""
  4. /* The version of the package */
  5. #define VERSION ""
  6. /* Define if inline functions a la GCC are available. */
  7. #undef HAVE_INLINE
  8. /* Define if sysinfo is available. */
  9. #undef HAVE_SYSINFO
  10. /* Define if __NR_sysinfo is available. */
  11. #undef HAVE_NRSYSINFO
  12. /* Define if inline functions a la GCC are available. */
  13. #undef HAVE_ALPHASORT_DECLARATION
  14. /* Define if function attributes a la GCC 2.5 and higher are available. */
  15. #undef HAVE_GNUC25_ATTRIB
  16. /* Define if constant functions a la GCC 2.5 and higher are available. */
  17. #undef HAVE_GNUC25_CONST
  18. /* Define if nonreturning functions a la GCC 2.5 and higher are available. */
  19. #undef HAVE_GNUC25_NORETURN
  20. /* Define if printf-format argument lists a la GCC are available. */
  21. #undef HAVE_GNUC25_PRINTFFORMAT
  22. /* Set this to the canonical Debian architecture string for this CPU type. */
  23. #undef ARCHITECTURE
  24. /* Set this to 1 to build new archives by default. */
  25. #define BUILDOLDPKGFORMAT 0
  26. /* Set this string to append something to the version number. */
  27. #define ARCHBINFMT ""
  28. /* Define to the name of the distribution. */
  29. #undef PACKAGE
  30. /* Define to 1 if NLS is requested. */
  31. #undef ENABLE_NLS
  32. /* Define as 1 if you have catgets and don't want to use GNU gettext. */
  33. #undef HAVE_CATGETS
  34. /* Define as 1 if you have gettext and don't want to use GNU gettext. */
  35. #undef HAVE_GETTEXT
  36. /* Define if your locale.h file contains LC_MESSAGES. */
  37. #undef HAVE_LC_MESSAGES
  38. /* Define as 1 if you have the stpcpy function. */
  39. #undef HAVE_STPCPY
  40. /* Defined to $(localstatedir) dir location */
  41. #undef LOCALSTATEDIR
  42. /* Defined to the $(libdir) location */
  43. #undef LLIBDIR
  44. /* Is sysinfo() persent */
  45. #undef HAVE_SYSINFO
  46. /* Do we have proper memory information in struct sysinfo */
  47. #undef MEMINFO_IN_SYSINFO
  48. /* Define the ptrdiff_t type if your system doesn't have it */
  49. #undef ptrdiff_t