acconfig.h 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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 inline functions a la GCC are available. */
  9. #undef HAVE_ALPHASORT_DECLARATION
  10. /* Define if function attributes a la GCC 2.5 and higher are available. */
  11. #undef HAVE_GNUC25_ATTRIB
  12. /* Define if constant functions a la GCC 2.5 and higher are available. */
  13. #undef HAVE_GNUC25_CONST
  14. /* Define if nonreturning functions a la GCC 2.5 and higher are available. */
  15. #undef HAVE_GNUC25_NORETURN
  16. /* Define if printf-format argument lists a la GCC are available. */
  17. #undef HAVE_GNUC25_PRINTFFORMAT
  18. /* Set this to the canonical Debian architecture string for this CPU type. */
  19. #undef ARCHITECTURE
  20. /* Set this to 1 to build new archives by default. */
  21. #define BUILDOLDPKGFORMAT 0
  22. /* Set this string to append something to the version number. */
  23. #define ARCHBINFMT ""
  24. /* Define to the name of the distribution. */
  25. #undef PACKAGE
  26. /* Define to 1 if NLS is requested. */
  27. #undef ENABLE_NLS
  28. /* Define as 1 if you have catgets and don't want to use GNU gettext. */
  29. #undef HAVE_CATGETS
  30. /* Define as 1 if you have gettext and don't want to use GNU gettext. */
  31. #undef HAVE_GETTEXT
  32. /* Define if your locale.h file contains LC_MESSAGES. */
  33. #undef HAVE_LC_MESSAGES
  34. /* Define as 1 if you have the stpcpy function. */
  35. #undef HAVE_STPCPY
  36. /* Defined to $(localstatedir) dir location */
  37. #undef LOCALSTATEDIR
  38. /* Defined to the $(libdir) location */
  39. #undef LLIBDIR
  40. /* Define the ptrdiff_t type if your system doesn't have it */
  41. #undef ptrdiff_t
  42. /* Define if start-stop-daemon is compiled */
  43. #undef USE_START_STOP_DAEMON