config.h 761 B

1234567891011121314151617181920212223242526
  1. /* ragel/config.h. Generated from config.h.in by configure. */
  2. /* ragel/config.h.in. Generated from configure.ac by autoheader. */
  3. /* Name of package */
  4. #define PACKAGE "ragel"
  5. /* Define to the address where bug reports for this package should be sent. */
  6. #define PACKAGE_BUGREPORT ""
  7. /* Define to the full name of this package. */
  8. #define PACKAGE_NAME "ragel"
  9. /* Define to the full name and version of this package. */
  10. #define PACKAGE_STRING "ragel 6.10"
  11. /* Define to the one symbol short name of this package. */
  12. #define PACKAGE_TARNAME "ragel"
  13. /* Define to the home page for this package. */
  14. #define PACKAGE_URL ""
  15. /* Define to the version of this package. */
  16. #define PACKAGE_VERSION "6.10"
  17. /* Version number of package */
  18. #define VERSION "6.10"