config-win.h 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. /* config.h. Generated by cmake from config.h.cmake */
  2. #define CMAKE_BUILD 1
  3. /* Define if shared libs are being built */
  4. /* #undef BUILD_SHARED_LIBS */
  5. /* Define if messsage translations are enabled */
  6. /* #undef ENABLE_NLS */
  7. /* */
  8. #undef HAVE_GETTEXT
  9. /* Define to 1 if you have the <libgen.h> header file. */
  10. /* #undef HAVE_LIBGEN_H */
  11. /* Define to 1 if you have the <unistd.h> header file. */
  12. /* #undef HAVE_UNISTD_H */
  13. /* Define to 1 if you have the <direct.h> header file. */
  14. #define HAVE_DIRECT_H 1
  15. /* Define to 1 if you have the `getcwd' function. */
  16. #define HAVE_GETCWD 1
  17. /* Define to 1 if you have the `toascii' function. */
  18. /* #undef HAVE_TOASCII */
  19. /* Name of package */
  20. #define PACKAGE "yasm"
  21. /* Define to the address where bug reports for this package should be sent. */
  22. #define PACKAGE_BUGREPORT "bug-yasm@tortall.net"
  23. /* Define to the full name of this package. */
  24. #define PACKAGE_NAME "yasm"
  25. /* Define to the full name and version of this package. */
  26. #define PACKAGE_STRING "yasm 1.3.0"
  27. /* Define to the version of this package. */
  28. #define PACKAGE_VERSION "1.3.0"
  29. #define VERSION PACKAGE_VERSION
  30. /* Command name to run C preprocessor */
  31. #define CPP_PROG "CPP_PROG-NOTFOUND"