jack2 codebase
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
374B

  1. /* config.h.in. */
  2. #ifndef CONFIG_H
  3. #define CONFIG_H
  4. /* Name of package */
  5. #define PACKAGE $PACKAGE
  6. /* Define to the address where bug reports for this package should be sent. */
  7. #define PACKAGE_BUGREPORT "<jack-devel@jackaudio.org>"
  8. #define ADDON_DIR "$ADDON_DIR"
  9. #define JACK_LOCATION "$JACK_LOCATION"
  10. #define JACK_SVNREVISION "$JACK_SVNREVISION"
  11. #endif // CONFIG_H