acconfig.h 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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